@charset "utf-8";

/* =============================中ページ共通==================================== */
/*ページのフェードイン　js無し*/
body.naka {animation: fadeIn 0.6s ease 0s 0.7 normal;-webkit-animation: fadeIn 0.6s ease 0s 0.7 normal;}
@keyframes fadeIn {
	0% {opacity: 0.3}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0.3}
	100% {opacity: 1}
}



/*/////////////　header　//////////////////////////////*/
/* 中ページのheader*/


/* ==================== 中ページの横メニュー ==================== */






/* =============中ページ共通のスタイル================== */

/*パンくず------------*/
.breadcrumb-box{width:100%;margin: 10px auto 20px auto;overflow: hidden;line-height: 1.5;}
#breadcrumb{font-size:72%;white-space: nowrap;letter-spacing: 0;}
#breadcrumb div{display:inline;color:#999;padding-right:10px;}
#breadcrumb div a{color:#444;margin-right:10px;text-decoration:underline;}
#breadcrumb div a:hover{color: #669900;}


/*見出し----------------*/




/*背景色
.bg-blue{background-color:#eef8fc;}
.bg-blue h2 p {background-color:#eef8fc !important;}
*/

/*字下げ*/
.jisage{padding-left: 1em;text-indent: -1em;}
/*インデント*/
.indent{padding-left: 1em;}

/*色*/
.color1{color:#3155a4;}/*基本色 ブルー*/
.color-red{color:#cc0000;}
.color2{color:#cc3333;}/*注意色*/
.color3{color:#ac1e1e;}/*基本色 赤*/


/*文字サイズ*/
strong{font-weight:bold;}
big{font-size:122%;}
small,
.small{font-size: 76%;line-height: 1.3;}

.font-size8{font-size:51%;line-height:1.2;}
.font-size10{font-size:65%;line-height:1.2;}
.font-size12{font-size:79%;line-height:1.5;}
.font-size13{font-size:86%;line-height:1.5;}
.font-size14{font-size:93%;line-height:1.7;}
.font-size16{font-size:100%;line-height:1.7;}	
.font-size17{font-size:108%;line-height:1.7;}
.font-size19{font-size:115%;line-height:1.7;}
.font-size20{font-size:122%;line-height:1.5;}
.font-size23{font-size:129%;line-height:1.5;}
.font-size24{font-size:136%;line-height:1.4;}
.font-size28{font-size:143%;line-height:1.3;}
.font-size32{font-size:156%;line-height:1.3;}
.font-size36{font-size:172%;line-height:1.3;}
.font-size40{font-size:184%;line-height:1.2;}
.font-size50{font-size:200%;line-height:1.2;}
.font-size60{font-size:230%;line-height:1.2;}

.noaccent{font-weight:normal;}
.accent{font-weight: bold;}

.nowrap{white-space:nowrap;}

.textleft{text-align:left;}

/* 画像 */
.alignnone,
img.alignnone {margin:7px 0 7px 0;}
.alignleft,
img.alignleft {float: left;margin:7px 25px 7px 0;}
.alignright,
img.alignright {float: right;margin:7px 0 7px 25px;}
aligncenter,
img.aligncenter {clear: both;display: block;margin:7px auto 7px auto;}

/*キャプション付き画像*/
/*
.wp-caption {background: #fff;border: 1px solid #f0f0f0;max-width: 96%;padding: 5px 3px 10px;text-align: center;}
*/
.wp-caption{display: inline-block;}
.wp-caption.alignnone {margin:5px 0 5px 0;width:auto !important;overflow:hidden;}
.wp-caption.alignleft {float:left;margin:5px 20px 5px 0;width:auto !important;}
.wp-caption.alignright {float:right;margin:5px 0 5px 20px;width:auto !important;}
.wp-caption.aligncenter {margin:5px auto 5px auto;}
.wp-caption img {border: 0 none;margin-bottom:3px;padding: 0;/*max-width: 98.5%;width: auto;height: auto;---この3つを入れると管理者画面の画像編集で画像が変形できなくなる*/}
.wp-caption p.wp-caption-text {font-size:79%;line-height:1.2;color:#555555;margin-top:1px;padding:0;}




/*表テーブル*/
table{border-collapse: collapse;background-color:transparent;margin:10px 0 5px 0;width: 100%;background-color:#fff;max-width: 100%;}
/* Only Chrome  tableにmax-wdthを指定しているにも関わらず適用されないため */
@media screen and (-webkit-min-device-pixel-ratio:0){
.entry-content table{display: table-row;}
}

table caption{text-align: left;font-weight: bold;font-size:108%;line-height: 1.5;margin-bottom: 2px;}
table caption.bottom-cap{caption-side: bottom;text-align: left;font-weight:normal;font-size:93%;line-height: 1.4;margin-top:7px;}
.table-midashi{text-align: left;font-weight: bold;font-size:108%;line-height: 1.5;margin-bottom: -10px;}

table tr{vertical-align:middle;}

table th,
table tbody th{padding:10px 8px 9px 14px;line-height: 1.5;font-weight:normal;background-color:#f6fbff;color:#000;vertical-align: middle;border: 1px solid #bbb;text-align: left;}
table thead th{background-color:#deedfd;text-align: center;}

table td{padding: 10px 12px 9px 20px;line-height:1.5;text-align:center;border:1px solid #bbb;}
table td .alignnone,
table td img.alignnone,
table td .wp-caption.alignnone {margin: 2px -8px 5px 2px;}

table.border-zero{width: auto;margin: 10px auto 5px auto;}
table.border-zero,
table th.border-zero,
table td.border-zero{border:none;text-align:left;vertical-align:top;background-color: transparent;}

table.border-bottom,
table td.border-bottom,
table th.border-bottom,
table.border-bottom th{border-bottom:1px dotted #999;border-top:none;border-left:none;border-right:none;background-color: transparent;}

/*表テーブル スマホ対応用*/
.responsive_table_mask{display:none;}
/*スマホのときだけ表示
.sm-only640{display:none;}
@media screen and (max-width: 640px) {
	.sm-only640{display:block;margin:40px 0 -20px 0;text-align:center;}
}*/
@media screen and (max-width: 640px) {
.scroll-table{overflow: auto;white-space: nowrap;position: relative;}
.scroll-table::-webkit-scrollbar{height: 3px; /* スクロールバーの高さ */}
.scroll-table::-webkit-scrollbar-track{background: #F1F1F1; /* スクロールバーの背景色 */}
.scroll-table::-webkit-scrollbar-thumb {background: #ffa566; /* スクロールバーの色 */}
.scroll-table td,
.scroll-table th{white-space: nowrap;　/* 文字の折返しを禁止 */}
.responsive_table_mask {width: 100%;height: 100%;position: absolute;top: 0;left: 0;background:rgba(0,0,0,0.3) url( '../img/icon_swipe.png' ) no-repeat center 30px;background-size: auto 90px;z-index:2;cursor: pointer;display:block;}
}



/*iframeのgooglemap用-----*/
#wrapper iframe{border:none;}
.index-map{}
.index-map iframe{width:100%;height:350px;}


/*先方担当者がUPするyoutubeなどの動画レスポンシブ*/
.responsive-video{position:relative;width: 100%;max-width:850px;margin:15px auto 0 auto;} 
.responsive-video::before {content: "";display: block;width: 100%;padding-top: 56.25%;}
.responsive-video video, 
.responsive-video iframe, 
.responsive-video object, 
.responsive-video embed { position: absolute !important; top: 0; left: 0; width: 100%; height: 100%;}
.responsive-video .mce-preview-object{position: unset;}



/*改行しない*/
.white-space{white-space:nowrap;}

/*リスト*/
body.naka .section ol,
body.naka .section ul{margin-left: 20px;}
body.naka .section ol li,
body.naka .section ul li{line-height:1.4;margin-bottom:8px;font-size: 93%;}
body.naka .section ol li strong,
body.naka .section ul li strong{padding-top:6px;display: inline-block;}


/*bxslider*/
body.naka .section .bx-viewport ul {margin-left: 0;}

/*pdfを開くリンクにはアイコンを付ける*/
.news-single-main a[href$=".pdf"]::before,
.news-single-main a[href$=".pdf"]::before{content: "";position: relative;display: inline-block;vertical-align: middle;width:26px;height: 1.2em;margin: 0;background: url(../img/icon_pdf.gif) no-repeat center center /19px;}
.news-single-main a[href$=".pdf"]::after,
.news-single-main a[href$=".pdf"]::after{content: "[PDF]";position: relative;display: inline-block;vertical-align: middle;margin: 0 0 0 5px;}
.news-single-main a:visited{color:#888;}


/*docを開くリンクにはアイコンを付ける*/
.news-single-main a[href$=".doc"]::before,
.news-single-main a[href$=".doc"]::before{content: "";position: relative;display: inline-block;vertical-align: middle;width:26px;height: 1.2em;margin: 0;background: url(../img/icon_word.gif) no-repeat center center /19px;}
.news-single-main a[href$=".doc"]::after,
.news-single-main a[href$=".doc"]::after{content: "[doc]";position: relative;display: inline-block;vertical-align: middle;margin: 0 0 0 5px;}


/*docxを開くリンクにはアイコンを付ける*/
.news-single-main a[href$=".docx"]::before,
.news-single-main a[href$=".docx"]::before{content: "";position: relative;display: inline-block;vertical-align: middle;width:26px;height: 1.2em;margin: 0;background: url(../img/icon_word.gif) no-repeat center center /19px;}
.news-single-main a[href$=".docx"]::after,
.news-single-main a[href$=".docx"]::after{content: "[docx]";position: relative;display: inline-block;vertical-align: middle;margin: 0 0 0 5px;}


/*xlsを開くリンクにはアイコンを付ける*/
.news-single-main a[href$=".xls"]::before,
.news-single-main a[href$=".xls"]::before{content: "";position: relative;display: inline-block;vertical-align: middle;width:26px;height: 1.2em;margin: 0;background: url(../img/icon_xls.gif) no-repeat center center /19px;}
.news-single-main a[href$=".xls"]::after,
.news-single-main a[href$=".xls"]::after{content: "[xls]";position: relative;display: inline-block;vertical-align: middle;margin: 0 0 0 5px;}


/*xlsxを開くリンクにはアイコンを付ける*/
.news-single-main a[href$=".xlsx"]::before,
.news-single-main a[href$=".xlsx"]::before{content: "";position: relative;display: inline-block;vertical-align: middle;width:26px;height: 1.2em;margin: 0;background: url(../img/icon_xls.gif) no-repeat center center /19px;}
.news-single-main a[href$=".xlsx"]::after,
.news-single-main a[href$=".xlsx"]::after{content: "[xlsx]";position: relative;display: inline-block;vertical-align: middle;margin: 0 0 0 5px;}


/*PDFボタン*/
.btn-pdf{font-size:100%;line-height: 1.1;background:url(../img/icon_pdf.gif) no-repeat 0px 0px;padding:0 0 13px 24px;margin-top:10px;}
/*IE8以上*/
.btn-pdf{padding:2px 0 13px 24px\0;}
.btn-pdf a{text-decoration: underline;color: #1e4d90;}
.btn-pdf a:hover{}


/*xlsボタン*/
.btn-xls{font-size:100%;line-height: 1.1;background:url(../img/icon_xls.gif) no-repeat 0px 0px;padding:0 0 13px 24px;margin-top:10px;}
/*IE8以上*/
.btn-xls{padding:2px 0 13px 24px\0;}
.btn-xls a{text-decoration:underline;}
.btn-xls a:hover{}


/*PDF枠付きボタン*/
.btn-pdf2{display: table;margin:20px auto 0 auto;text-align: center;}
.btn-pdf2 a{text-decoration: none;background:#040429 url(../img/icon_pdf2.png) no-repeat 20px center;padding: 16px 25px 15px 57px;display: inline-block;font-size: 115%;color:#fff;line-height: 1;width: 100%;/*! background-size: 28px; */}
.btn-pdf2 a:hover{opacity:0.6;}

/*xlsボタン
.btn-xls{display: table;border: 1px solid #7fb1da;margin:20px auto 0 auto;text-align: center;border-radius: 5px;}
.btn-xls a{text-decoration: none;background: url(../img/icon_xls.gif) no-repeat 20px center;padding: 12px 25px 11px 45px;display: inline-block;font-size: 115%;line-height: 1;}
.btn-xls a:hover{color:#003399;background-color:#ecf5fb;}
*/


/*グレイ色の枠*/
.waku-glay{padding:12px 15px;background-color:#fafafa;border:1px solid #bbb;}
/*注意色の枠*/
.waku-chuui{padding:12px 15px;background-color:#fbfbdd;border:1px solid #e2dfa8;}



/*--------------------------------
     SNS
---------------------------------*/





/*///////////////////////////////////////////////////////////////////////////////*/
/*                 　中ページのmain                                              */
/*///////////////////////////////////////////////////////////////////////////////*/


/*==========　トピックス一覧  news/(cgi-bin--wnew_list.html)  ==========*/
body.naka .index-news{float: none;width: 100%;}

/*and more*/
.ajaxLoad{max-width:260px;margin: 0 auto;}
.ajaxLoad img{margin:0 auto 0 auto;width: 40px;}
.ajaxLoad a{font-size:17px;line-height:38px;text-align:center;background:#555 url(../img/arrow_down_white13-7.png) no-repeat left 10% center;color:#fff;text-decoration:none;display:block;transition: 0.6s ease-in-out;margin-top: 50px;background-size: 10px;}
.ajaxLoad a:hover{ background-color:#aaa; color:#fff; }

/*and moreは、naka-kuwashiiを使った。
.ajaxLoad.naka-kuwashii {margin-top: 30px;}*/



/*次の記事へ→  使っていない
.navigation{position:relative;text-align: center;padding: 8px 15px 8px 15px;max-width:460px;margin:30px auto 0 auto;}
.navigation a{font-size:93%;color:#333;line-height:16px;height:20px;}
.navigation a:hover,
.navigation a:focus{color:#FF9900;}
.navigation .ichiran {position:absolute;width: 100px;margin: 0 auto 0 auto;right: 0;left: 0;}
.navigation .alignleft {float: left;margin:0;}
.navigation .alignright {float: right;margin:0;}
*/




/*==========　お知らせ  詳細　cgi-bin/wnew_one_skin.html  ==========*/
dl.news-single-title-box{background:url(../img/news_bar.png) repeat-x 0 bottom;padding:0px 0 20px 0;margin:20px 0 30px 0;}
dl.news-single-title-box dt{}
dl.news-single-title-box dt .news-single-date{float:left;font-size:93%;line-height:1.0;color: #666;letter-spacing: 0;}
dl.news-single-title-box dt .news-single-date img{width:20px;margin: 0 0 5px 10px;}

dl.news-single-title-box dd .news-single-title{font-size:130%;line-height:1.4;margin:8px 0 0 0;letter-spacing: 0.05em;color: #000;font-weight: bold;}

.news-single-main{}

.whatsnew-com1{line-height:2;padding-bottom:10px;font-size: 95%;}

.news-single-bigimg{display:table;width:auto;margin:20px auto 0 auto;font-size:72%;color:#666;line-height:1.2;}
.news-single-bigimg img{padding-bottom:3px;}

ul.news-single-yokoimg{text-align: center;margin:20px auto 0 auto !important;display:table;}
ul.news-single-yokoimg li{display: inline-table;text-align:left;margin: 15px 0.7% 0 0.7%;vertical-align: top;font-size:72% !important;color:#666;line-height:1.2;letter-spacing: 0;max-width: 31%;}
ul.news-single-yokoimg li img{max-height:270px;padding-bottom:3px;}

.whatsnew-com2{padding:20px 0 10px 0;line-height:2;font-size: 95%;}

.temp-line{font-size:95%;margin:40px 0 15px 0;border-bottom:1px solid #ccc;}
.whatsnew-temp{font-size:95%;line-height: 1.1;padding: 0 0 13px 0;color:#000;margin-top:3px;}
.whatsnew-temp a{text-decoration:underline;}
.whatsnew-temp a:visited{color:#888;}

/*ページ下部の表示用*/
.pagescroll{font-size:97%;margin:50px 0px 0 0px;text-align: center;color:#999;}
.pagescroll br{display:none;}
.pagescroll a{margin:0 20px;text-decoration: none;color:#000;padding-top: 1px;}
.pagescroll a:hover{text-decoration: underline;opacity:0.6;}
.pagescroll a.back{background:url(../img/arrow_right13-25.png) no-repeat center center;background-size:6px;text-indent:-8989px;display:inline-table;overflow:hidden;width:20px;}
.pagescroll a.next{background:url(../img/arrow_left13-25.png) no-repeat center center;background-size:6px;text-indent:-8989px;display:inline-table;overflow:hidden;width:20px;}



/*==========　行事案内一覧  event/(cgi-bin--event_list.html)  ==========*/
body.naka.event .index-news > .title {letter-spacing: 0;}

.event-mei-box{font-size: 105%;line-height: 1.4;padding: 16px 12px 14px 18px;background-color: #f1f8fb;border-bottom: 3px solid #9bb6df;margin-bottom:15px;}
.event-mei-box .caption{font-weight: bold;margin-bottom: 5px;}
.event-mei-box .event-mei{font-size: 140%;font-weight: bold;color: #03409a;}

dl.event-dl{border-top: 1px solid #ccc;padding: 10px 10px 8px 10px;background-color:#fafafa;}
dl.event-dl:last-of-type{border-bottom: 1px solid #ccc;}
dl.event-dl dt{float: left;width: 100px;font-weight: bold;color: #444;}
dl.event-dl dd{padding: 0 0 0 110px;}
dl.event-dl dd .event-date1{float: left;margin: 0 20px 5px 0;}
dl.event-dl dd .event-date2{float: left;margin: 0 0 5px 0;}

dl.event-dl dd .teacher-name1{float: left;margin: 0 20px 5px 0;}
dl.event-dl dd .teacher-name2{float: left;margin: 0 0 5px 0;}

.naiyou-line{display: flex;align-items: center;font-weight:bold;line-height:1.3;text-align:center;font-size:107%;margin:40px 0 15px 0;letter-spacing: 0.5em;color: #555;}
.naiyou-line::before,
.naiyou-line::after {content: "";height: 7px;flex-grow: 1;background-color: transparent;display: block;border-top: 2px solid #ccc;border-bottom: 2px solid #ccc;}
.naiyou-line::before {margin-right: 2rem;}
.naiyou-line::after {margin-left: 1.5rem;}




/*==========　島根県保険医協会とは  about/  ==========*/
body.naka.about .index-news > .title {font-size: 170%;letter-spacing: 0;}

body.naka.about .section.first{padding: 40px 0 0px;}

.main-cont.about{}
.main-cont.about p.centerimg{text-align:center;margin:20px 0;}
.main-cont.about p{margin-bottom: 0.5em;line-height: 2;}

h3{font-size: 130%;line-height: 1.5;margin: 80px 0 15px 0px;font-weight:bold;}

body.naka.about .section ul{list-style: disc;}



/*==========　お問合せ  toiawase/  ==========*/
body.naka.toiawase .index-news > .title {letter-spacing: 0;}

body.naka.toiawase .section.first {padding: 40px 0 20px;}

/*お急ぎの方は*/
.toiawase-title {font-size:130%;font-weight:bold;line-height: 1.2;text-align: center;}
.toiawase-com1{text-align:center;font-size:93%;line-height:1.2;margin-top:17px;}
.toiawase-com1 br{display:none;}

/*電話番号*/
.toiawase-tel-box{margin-top:8px;text-align:center;}
.toiawase-tel-box .tel{margin: 0 auto;font-size: 130%;}
.toiawase-tel-box .tel-cap{display:none;}

/*携帯電話のメールアドレスをご利用の方へ*/
#chuui-waku{margin:24px auto 10px auto;width:100%;border:1px dotted #999;padding:10px 15px 4px 15px;font-size:90%;line-height:1.2;}
#chuui-waku .keitai-midashi{color:#ff0000;font-weight:600;margin-bottom:4px;}
#chuui-waku ul{list-style: disc none outside;margin-left: 0px;}
#chuui-waku ul li{margin:0 0 3px 15px;}



/*お問い合わせフォーム*/
#form-box{}
#toiawase-form{font-size: 96%;max-width: 1100px;margin:0 auto;text-align:left;}
.chuui-com{font-size:86%;line-height:1.5;padding-bottom:5px;border-bottom: 4px solid #6f9501;margin-bottom: -1px;}
#toiawase-form dl{width:100%;margin: 0 auto;border-top: 1px dashed #bbbbbb;}
#toiawase-form dt.title{float: left;width:160px;font-size:100%;line-height: 1.1;letter-spacing: 0;font-weight:bold;text-align: left;padding: 14px 0 14px 40px;}
#toiawase-form dt.title.need{background:url(../img/toiawase_hitu.png) no-repeat 0 center;}
#toiawase-form dt.title.unneed{/*background:url(../img/toiawase_nin.png) no-repeat 0 center;*/}
#toiawase-form dd {font-size:100%;line-height:1.4;padding: 10px 0px 10px 170px;margin:0px;}
#toiawase-form dd.toi span{display:inline-block;margin-right:15px;}

.toiawase-com2{font-size:100%;color:#666;line-height:1.3;margin-top:3px;}

/*クリックで展開-----------このサイトでは使っていない
.youkou-btn{font-size:108%;color:#fff;background-color:#666666;text-align:center;line-height:36px;box-shadow: 0 3px 0 #b2b2b2;text-shadow: 0 1px 1px rgba(0, 0, 0, .8);border-radius: 4px;margin-bottom:5px;}
.youkou-btn{line-height:1.2\0;padding:9px 0 5px 0\0;}/*IE8以上*//*
.youkou-btn:hover {background-color:#486a00;box-shadow: 0 3px 0 #a3b47f;}
.youkou-pul-box{margin:0 0 0 0;background-color:#f3fcde;}/*display:none;*/



/*フォームのもろもろ*/
input.etc-text{margin: 5px 0 0 -20px;}	/*お問合せ項目のその他の入力テキスト*/

form{padding:0;margin:0;}
select {border:1px  solid #bbb;padding:1px 1px 1px 3px;font-size:14px;line-height:120%;margin-right:2px 3px 0 2px;}
textarea{width:100%;margin:0;background-color:#f7f7f7;border: 1px solid #ccc;padding: 3px;font-size: 16px;line-height: 1.3;border-radius: 0;-webkit-appearance: none;/*iPhoneの装飾をクリアにする為のCSS*/}

input{border:1px solid #ccc;padding:5px 5px;font-size:14px;background-color:#f7f7f7;vertical-align: middle;border-radius: 0;-webkit-appearance: none;/*iPhoneの装飾をクリアにする為のCSS*/}
input[type='submit']{cursor: pointer;font-weight:500;font-style: normal;
			font-family:Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3" , "メイリオ" , Meiryo , "Meiryo UI" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;}
input[type='text'],
input[type='password']{}
input[type='checkbox']{margin-bottom: 7px;-webkit-appearance:checkbox;}
input[type='radio']		{margin-bottom: 7px;-webkit-appearance:radio;}


#input-wide100{width:100%;}
#input-wide0{width:60px;}
#input-wide1{width:100px;}
#input-wide2{width:150px;}
#input-wide3{width:200px;}
#input-wide4{width:300px;}
#input-wide5{width:400px;}
#input-wide6{width:600px;}
.input-wide11{padding:5px 0 6px 0;font-size:18px;cursor:pointer;}
.input-wide12{padding:5px 0 6px 0;font-size:18px;cursor:pointer;font-weight:bold;}

/*プレースホルダー用*/
:placeholder-shown {color:#8a8a8a;}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {color:#8a8a8a;}
/* Firefox 18- */
:-moz-placeholder {color:#8a8a8a;}
/* Firefox 19+ */
::-moz-placeholder {color:#8a8a8a;}
/* IE 10+ */
:-ms-input-placeholder {color:#8a8a8a;}


/*個人情報*/
.privacy-box{border-top: 1px dashed #bbbbbb;padding-top: 8px;}
.privacy-box > div{border: 1px dotted #8e8e8e;padding: 7px;font-size:100%;margin: 5px 0 7px 0 !important;height: 150px;overflow: auto;
		scrollbar-base-color: #ffffff;scrollbar-face-color: #dfdfdf;scrollbar-highlight-color: #ffffff;scrollbar-shadow-color: #ffffff;
		scrollbar-3dlight-color: #ffffff;scrollbar-arrow-color: #999999;scrollbar-track-color: #ffffff;scrollbar-darkshadow-color: #ffffff;}
.privacy-box ol.privacy-ol {margin: 20px 0 0 20px;font-size:93%;}
.privacy-box ol.privacy-ol li{line-height: 1.4;margin-bottom: 12px;}

.check-space{color: red;display: table;margin:20px auto 5px auto;}
.check-space.need{background:url(../img/toiawase_hitu.png) no-repeat 0 center;padding-left:38px;}
.privacy-com{font-size:93%;line-height:1.3;margin-top:3px;}


/* reCAPTCHA v3を左側に表示させる----*/
#warning{text-align:center;font-size:93%;line-height:1.3;margin-top:20px;}
.grecaptcha-badge{left:6px!important;width:70px!important;z-index: 35;}
.grecaptcha-badge:hover{left:6px!important;width:256px!important;}


/*確認する＆送信するボタン*/
.form-submit{text-align:center;margin-top:35px;}
.form-submit input{cursor:pointer;background-color: #6f9501;line-height: 58px;height: 60px;color: #fff;font-size: 108%;max-width:290px;width:100%;padding: 0;border: none;display:inline-block;margin: 0 auto 15px auto;letter-spacing: 0.1em;}

.form-submit input:disabled {background-color: #ccc;pointer-events: none;}
.form-submit input:hover{background-color: #6f9501;}

/*リセットボタン & 戻るボタン*/
.form-submit input.reset{width:120px;margin-left:15px;font-size:93%;background-color:#999;border:1px solid #999;letter-spacing: 0.2em;}
.form-submit input.reset:hover{background-color:#ddd;border:1px solid #999;color:#555;}


/*ボット対策ツールCloudflare Turnstile------*/
.cf7-cf-turnstile{text-align: center;margin: 40px 0 -10px 0 !important;}
.cf-turnstile,
.wpcf7-turnstile{text-align: center;margin: 40px 0 -10px 0;}



/*送信内容のエラー処理表示------------------------*/
/*-----Error-----*/
.errorBox{border:1px #d44 solid;padding:10px;background-color:#fffcdd;margin:15px 0;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.errorBox .errorTitle{font-size:100%;line-height:1.2;color:#fff;padding:4px 2px 2px 2px;background-color:#d44;margin:0 0 8px 0;text-align:center;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.errorBox .errorComm{font-size:93%;line-height:1.6;color:#d44;text-align:left;margin:0;}
/*-----Error form-----*/
fieldset{margin:0;padding:0;border:none;}
.errorForm{background-color:#fffcdd;border:1px solid #d44 !important;}	


/*Contact Form 7のエラーメッセージの文字色 wp-content\plugins\contact-form-7\includes\css\style.cssの上書き-------未使用
div.wpcf7-validation-errors {border: 2px solid #f7e700;padding: 7px 7px;background:#ffffcc;color:#ff0000;}
.wpcf7-form-control-wrap {position:inherit;}
span.wpcf7-not-valid-tip {position: static;display: block;clear: both;z-index:5 !important;background-color:#fff0f0 !important;border: 1px solid #ff0000;font-size: 10pt;padding: 2px 7px;color:#ff0000;}
.wpcf7-not-valid {background: pink;}
*/


/* 内容確認用のスタイル------------*/
body.toiawase.kakunin .head-calendar{display:none;}
body.toiawase.kakunin .head-calendar.cgi-only{display:block;}

.form-kakunin1{font-size:108%;line-height: 1.2;margin-bottom: 30px;text-align:center;letter-spacing: 0.1em;margin-top:10px;}
.form-midashi1 {font-size:115%;color: #fff;font-weight:bold;background-color: #666;line-height: 34px;height: 33px;text-align: center;letter-spacing: 0.2em;margin-top: -10px;}
#toiawase-form.kakunin dd {line-height:1.4;padding: 14px 0px 9px 250px;}
#toiawase-form.kakunin dl.last {border-bottom: 1px dashed #bbbbbb;}
.form-kakunin2{font-size:100%;line-height:1.5;margin-top: 40px;text-align: center;}


/*送信完了ページ*/
.form-kanryo-midashi1{font-size:163%;line-height: 1.2;font-weight:bold;margin-bottom:30px;text-align:center;letter-spacing: 0;}
.kanryou-waku{width: 90%;padding:0;margin: 0 auto;}
.kanryou-waku .form-kanryo1{margin-bottom:30px;text-align: center;font-weight: bold;font-size: 136%;line-height: 1.3;color: #86B303;}
.kanryou-waku .form-kanryo2{line-height: 1.7;margin-bottom: 20px;text-align: center;}
.kanryou-waku .form-kanryo2 span{display:block;}
.kanryou-waku .form-kanryo4{text-align: center;font-weight: bold;letter-spacing: 0.02em;color: #86B303;font-size: 125%;line-height: 1;margin-top: 30px;}
.kanryou-waku .form-kanryo3{text-align: center;margin-top: 20px;}





/*==========　404ページ専用のスタイル==========*/
body.notfound .index-news .title {font-size: 160%;}

.com404{text-align:center;margin-bottom:20px;line-height: 1.4;}

body.notfound .form-kanryo3 {text-align: center;margin-bottom:70px;}




