@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*/
body.naka #header{height:92px;padding-top: 10px;}
body.naka #header .rogo-cap{font-size: 80%;}
body.naka #header .rogomark{width: 60px;height: 56px;}
body.naka #header .rogo{width: 210px;height: 40px;margin: 6px 0 0 8px;}
body.naka #header dl.rogo-box-dl-left dt {width: 298px;}
body.naka #header dl.rogo-box-dl-left dd {padding:24px 0 0 305px;}

body.naka #header dl.tel-box-dl-right {margin-top:5px;}
body.naka #header dl.tel-box-dl-right dt{width:478px;}
body.naka #header .tel a {font-size: 200%;padding-left: 30px;background-position:left top 6px;background-size: 24px;letter-spacing: -0.03em;}
body.naka #header .tel-cap {font-size:63%;}
body.naka #header .head-calendar a {height:60px;}

/* ==================== 中ページの横メニュー ==================== */
body.naka .yokomenu-bg{position:fixed;top:92px;padding: 10px 0;}


/* =============中ページ共通のスタイル================== */
#naka-headerimgs{background:#f3f3f3 url(../img/naka_topimg_default.jpg) no-repeat center top;width: 100%;margin-top:167px;}
.naka-headerimg{height:200px;}
.pagetitle {color: #fff;font-weight: bold;text-align: center;font-size: 220%;letter-spacing: 0.1em;padding-top: 55px;}
.pagetitle small{font-size: 65%;position: relative;top: -2px;}
.midashi1.nakahead {color: #fff;font-size: 79%;max-width: 500px;margin: 4px auto 0 auto;}
.midashi1.nakahead::before,
.midashi1.nakahead::after {height: 5px;border-top: 1px solid #ffffffab;border-bottom: 1px solid #ffffffab;}
.midashi1.nakahead::before {margin-right: 1.1rem;}
.midashi1.nakahead::after {margin-left: 1.1rem;}



/*パンくず------------*/
.breadcrumb-box{max-width: 1300px;width:100%;margin:6px auto 0 auto;padding:0 10px;overflow: hidden;line-height: 1;}
#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;}


/*このボタンは、中ページ全ページで使用*/
.naka-kuwashii{text-align:center;line-height:1.1;max-width: 340px;margin: 35px auto 0 auto;}
.naka-kuwashii a{color: #fff;text-align: center;text-decoration: none;line-height: 1.2;font-size:100%;transition: 0.8s;display: block;background: #2e4c92 url(../img/arrow_right8-17.png) no-repeat right 20px center;padding: 17px 10px 17px 0;}
.naka-kuwashii a:hover{background-color: #1f78c8;padding-left: 10px;background-position: right 15px center;}
.naka-kuwashii a br{display:none;}


/*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.news #naka-headerimgs,
body.news.single #naka-headerimgs{background-image: url(../img/naka_headerimg_news.jpg);}


body.news.list .index-news-box {max-width: 1100px;height: auto;overflow: unset;border-top: 1px solid #9b9b9b;margin-top:55px;}
body.news.list .index-news-box dl.news-dl {border-bottom: 1px solid #9b9b9b;}
body.news.list .index-news-box dl.news-dl dd .title{max-width: 930px;}
body.news.list .index-news-box dl.news-dl dd .com{max-width: 930px;}


/*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:#18394a url(../img/arrow_whitedown8-6.png) no-repeat left 12px center;color:#fff;text-decoration:none;display:block;transition: 0.6s ease-in-out;margin-top: 50px;}
.ajaxLoad a:hover{background-color:#128fc5;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  ==========*/
/*ページ上部のと下部の年間カレンダーボタン*/
body.news.single .head-calendar{display:none;}
body.news.single .head-calendar-cgi-only{display:block;}
body.cgi .head-calendar {float: none;}
.head-calendar-cgi-only iframe{width: 1100px !important;}

/*ページ下部のテキストリンクの得売りチラシ*/
body.news.single #footer-link ul li.footer-chirashi{display:none;}
body.news.single #footer-link ul li.footer-chirashi-cgi-only{display:inline-block;}

/*ページ右側面の縦型のボタン*/
body.news.single .right-chirashi{display:none;}
body.news.single .right-chirashi.cgi-only{display:unset;}
body.news.single .right-chirashi.toi{display:unset;}


/*スマホメニュー内の年間カレンダー と 特売りチラシ*/
body.news.single .spbox03{display:none;}
body.news.single .spbox03.chirashi.cgi-only,
body.news.single .spbox03.calendar-cgi-only{display:block;height: 44px;}
body.cgi .spbox03 {margin: 0 auto;}


dl.news-single-title-box{background:url(../img/news_bar.png) repeat-x 0 bottom;padding:0px 0 30px 0;margin-bottom:30px;}
dl.news-single-title-box dt{}
dl.news-single-title-box dt .news-single-date{float:left;font-size:93%;line-height:1.0;margin-top:3px;color: #444;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:15px 0 0 0;letter-spacing: 0.05em;color: #333;font-weight: bold;}

.news-single-main{margin: 0 auto;max-width: 1180px;}

.whatsnew-com1{line-height:2;padding-bottom:10px;font-size: 93%;}

.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: 93%;}

.whatsnew-temp{font-size:93%;line-height: 1.1;background:url(../img/icon_pdf.gif) no-repeat 0px 0px;padding:0 0 13px 24px;color:#000;margin-top:15px;}
.whatsnew-temp a{text-decoration:underline;}

/*ページ下部の表示用*/
.pagescroll{font-size:93%;margin:50px 0px 0 0px;text-align: center;}
.pagescroll br{display:none;}
.pagescroll a{margin:0 1%;}






/*==========　お問合せ  toiawase/  ==========*/
body.toiawase #naka-headerimgs{background-image: url(../img/naka_headerimg_toiawase.jpg);}

body.cgi.naka{background: transparent;}

/*ページ上部のと下部の年間カレンダーボタン*/
body.toiawase .head-calendar{display:none;}
body.toiawase .head-calendar-cgi-only{display:block;}

/*ページ下部のテキストリンクの得売りチラシ*/
body.toiawase #footer-link ul li.footer-chirashi{display:none;}
body.toiawase #footer-link ul li.footer-chirashi-cgi-only{display:inline-block;}

/*ページ右側面の縦型のボタン*/
body.toiawase .right-chirashi{display:none;}
body.toiawase .right-chirashi.cgi-only{display:unset;}
body.toiawase .right-chirashi.toi{display:unset;}

/*スマホメニュー内の年間カレンダー と 特売りチラシ*/
body.toiawase .spbox03{display:none;}
body.toiawase .spbox03.chirashi.cgi-only,
body.toiawase .spbox03.calendar-cgi-only{display:block;height: 44px;}
body.cgi .spbox03 {margin: 0 auto;}


body.toiawase .section.toiawase-first{padding: 60px 0 0 0;}

/*お急ぎの方は*/
.toiawase-title {font-size:150%;font-family: 'Noto Serif JP', serif;font-weight: 500;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;}

/*携帯電話のメールアドレスをご利用の方へ*/
#chuui-waku{margin:35px auto 0 auto;width:100%;border:1px dotted #999;padding:10px 15px 4px 15px;font-size:87%;line-height:1.2;text-align: left;max-width: 1000px;}
#chuui-waku .keitai-midashi{color:#ff0000;font-weight:600;margin-bottom:4px;}
#chuui-waku ul{list-style: disc none outside;margin-left: 0;}
#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 #2e4c92;margin-bottom: -1px;}
#toiawase-form dl{width:100%;margin: 0 auto;border-top: 1px dashed #bbbbbb;}
#toiawase-form dt.title{float: left;width:240px;font-size:100%;line-height: 1.1;letter-spacing: 0;font-weight:bold;text-align: left;padding: 14px 0 14px 50px;}
#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 240px;}
#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;}

/*googleのrecaptcha*/
#warning{text-align:center;font-size:93%;line-height:1.3;margin-top:20px;}
.g-recaptcha{border-top: 1px dashed #bbbbbb;margin-top: 20px;padding-top: 30px;}
.g-recaptcha div{margin:5px auto 0 auto;}

/*確認する＆送信するボタン*/
.form-submit{text-align:center;margin-top:35px;}
.form-submit input{cursor:pointer;background-color: #223362;line-height: 58px;height: 60px;color: #fff;font-size: 108%;width:320px;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: #1f78c8;}

/*リセットボタン & 戻るボタン*/
.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;}



/*送信内容のエラー処理表示------------------------*/
/*-----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: -30px;}
.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-family:'Noto Serif JP', serif;font-weight:500;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: #2e4c92;}
.kanryou-waku .form-kanryo2{line-height: 1.7;margin-bottom: 20px;text-align: center;font-size: 93%;}
.kanryou-waku .form-kanryo2 span{display:block;}
.kanryou-waku .form-kanryo4{text-align: center;font-weight: bold;letter-spacing: 0.02em;color: #2e4c92;font-size: 115%;line-height: 1;margin-top: 30px;}
.kanryou-waku .form-kanryo3{text-align: center;margin-top: 20px;}




/*==========　[企業情報] 会社概要  company/　==========*/
body.company #naka-headerimgs{background-image: url(../img/naka_headerimg_company.jpg);}

.section.aisatu{background:url(../img/company_bg.jpg) no-repeat center top;min-height: 950px;}

.aisatu-midashi1{text-align:center;font-family: YakuHanMP, 'Noto Serif JP', serif;font-weight: 400;font-size: 220%;line-height: 1.3;margin:0 0 80px 0;}
.aisatu-midashi1 br{display:none;}
.aisatu-com1{text-align:center;font-family: YakuHanMP, 'Noto Serif JP', serif;font-weight: 400;line-height:2.3;letter-spacing: 0.1em;}

/*--- 会社概要 ----------------*/
.bg-glayslash{background:url(../img/index_cont_bg.jpg) no-repeat center top;}
.section.gaiyou .container{max-width:1320px;}
		
/*二重線*/
h2{display: flex;align-items: center;font-weight:bold;color:#223363;line-height:1.3;text-align:center;font-size:168%;max-width: 1050px;margin: 0 auto 40px auto;}
h2::before,
h2::after {content: "";height: 7px;flex-grow: 1;background-color: transparent;display: block;border-top: 1px solid #223363;border-bottom: 1px solid #223363;}
h2::before {margin-right: 1.5rem;}
h2::after {margin-left: 1.5rem;}
h2 br{display:none;}

/*斜め欠けボックス*/
h3{background:url(../img/h3_bg.png) no-repeat right top;color:#fff;font-weight:bold;line-height:1.3;padding:15px 50px 0 130px;min-width:520px;display:table;font-size:165%;height: 70px;white-space: nowrap;margin-bottom: 30px;}

.gaiyou-wrap{max-width: 1020px;margin: 0 auto;position: relative;padding:0 20px 20px 0;background:url(../img/blue.png) no-repeat right bottom;background-size:385px;}
.gaiyou-box{background-color: #fff;padding: 20px 5%;width:100%;}
.gaiyou.blue {position: absolute;right: 20px;width: 385px;height: 385px;background-color: #2f4d93;top: 14px;z-index: 3;}

table.gaiyou-table{font-size: 95%;letter-spacing: 0;}
table.gaiyou-table th{background-color: #cfdbe9;border: 6px solid #fff;padding: 12px 0 12px 3%;text-align: left;}
table.gaiyou-table td{background-color: #f2f4f6;border: 6px solid #fff;padding: 12px 12px 12px 5%;text-align: left;}

/*--- 主な取引先 ------*/
.bg-blue{background-color:#e0edf5;}
.section.client{} 
.client-box{background-color:#fff;max-width: 1020px;margin: 0 auto;padding:20px 3% 33px 3%;}
.client-box ul{text-align:center;margin-left: 0 !important;}
.client-box ul li{border-bottom:1px dashed #aaa;line-height:1.3 !important;padding:20px 0 19px 0;margin: 0 !important;letter-spacing: 0;}
.client-box ul li small{font-size: 81%;}
.client-box ul li span{display:inline-block;}




/*==========　[企業情報] 沿革　enkaku/　==========*/
body.enkaku #naka-headerimgs{background-image: url(../img/naka_headerimg_company.jpg);}

table.enkaku-table{max-width: 1020px;margin: 0 auto;font-size: 95%;}
table.enkaku-table th{background-color:#f3f4f6;padding: 15px 0 15px 3%;text-align: left;letter-spacing: 0;border: none;vertical-align: top;}
table.enkaku-table td{background-color:#f3f4f6;padding: 15px 12px 15px 0;text-align: left;border: none;letter-spacing: 0.05em;line-height: 1.7;}
table.enkaku-table tr:nth-child(2n) th,
table.enkaku-table tr:nth-child(2n) td{background-color:#fff;}




/*==========　[企業情報] アクセス　access/　==========*/
body.access #naka-headerimgs{background-image: url(../img/naka_headerimg_company.jpg);}

dl.access-dl{display:table;width: 100%;}
dl.access-dl dt{display:table-cell;width:58.3%;}
dl.access-dl dd{display:table-cell;background-color:#2f4d93;padding:6% 0 0 6%;vertical-align: top;}
dl.access-dl dd .rogomark{background: url(../img/rogomark_white.png) no-repeat center top;background-size: contain;width: 156px;height: 137px;margin: 0 0 8% 5%;float: none;}
dl.access-dl dd .rogo-cap{text-align: left;font-size: 76%;padding-bottom: 12px;color: #fff;}
dl.access-dl dd .rogo{float: none;width: 240px;height: 48px;background: url(../img/rogo_white.png) no-repeat center top;background-size: auto;background-size: contain;margin: 0;}
dl.access-dl dd .zip{border-top:1px solid #fff;margin:32px 0 0 0;padding-top: 23px;letter-spacing: 0;color: #fff;line-height: 1.4;}

.section.accessmap h2{margin: -40px auto 50px auto;}





/*==========　 ［事業案内］ 図面製本　zumen/　==========*/
body.zumen #naka-headerimgs{background-image: url(../img/naka_headerimg_zumen.jpg);}

.section.zumen{background:url(../img/zumen_bg1.jpg) no-repeat center top;min-height:520px;margin-top: 70px;padding: 100px 0 80px 0;}

.zumen-midashi1{text-align:center;font-size:315%;line-height:1.6;font-family: YakuHanMP, 'Noto Serif JP', serif;font-weight:600;color:#2c498a;letter-spacing: 0;}
.zumen-midashi1 small{font-size:56%;color:#333;position: relative;top: -8px;display: inline-block;}
.zumen-midashi1 .colorblack{color:#333;font-weight:600;}

.zumen-com1{text-align:center;font-size: 108%;line-height: 1.6;border-top: 1px solid #fff;margin-top: 30px;padding-top: 30px;}

.section.kakushu  h2 br{display:none;}
			
/*当日仕上げも*/
.section.kakushu{background:url(../img/index_cont_bg.jpg) no-repeat center top 163px;}

.kakushu-midashi{position: relative;background-color: #2c498a;padding:7px 0 9px 0;color:#fff;font-weight:bold;text-align:center;font-size:165%;line-height:1.4;}
.kakushu-midashi:after{content: "";position: absolute;border-width: 30px 30px 0 30px;right: 0;bottom: -30px;left: 0;width: 0px;height: 0px;margin: auto;border-style: solid;border-color:  #2c498a transparent transparent transparent;}
.kakushu-midashi small{position: relative;top: -5px;display: inline-block;font-size:14px;font-weight:normal;letter-spacing: 0;left: 10px;}

.zumen-kakushu1{text-align:center;margin: 60px 0 40px 0;}
.zumen-kakushu1 img{width:auto;}
ul.zumen-kakushu-ul{text-align:center;}
ul.zumen-kakushu-ul li{display:inline-block;vertical-align:middle;margin: 0 7px;}
			
.zumen-kakushu-set{text-align:center;margin-top:25px;color:#333;font-weight:bold;font-size:146%;line-height:1.5;}
.zumen-kakushu-set .colorred{color:#b81c25;font-weight: bold;}
.zumen-kakushu-set small{font-size:15px;}

/*図面製本機*/
body.naka .section.seihon{background:#e0edf5 url(../img/zumen_bg2.jpg) no-repeat center top;padding: 45px 0 80px 0;}

dl.zumen-seihon-dl{display:table;margin:20px auto 0 auto;}
dl.zumen-seihon-dl dt{vertical-align:top;width:44.5%;text-align:center;float: left;}
dl.zumen-seihon-dl dd{width: 50%;float: right;margin-top: -18px;}
dl.zumen-seihon-dl dd .midashi{font-size:300%;color:#fff;line-height:1.7;font-family: YakuHanMP, 'Noto Serif JP', serif;font-weight:600;border-bottom:1px solid #eee;display: inline;padding-bottom: 5px;}
dl.zumen-seihon-dl dd .com{margin-top: 110px;line-height: 2.2;}

/*工事完成成果品*/
.section.kansei{background:url(../img/zumen_bg3.jpg) no-repeat center top;}
.section.kansei .container{max-width:1000px;}

ul.zumen-kansei-ul{text-align:center;margin: 0 !important;}
ul.zumen-kansei-ul li{display:inline-block;width:46%;margin: 0 1.5%;}
ul.zumen-kansei-ul li dl.kansei-dl{box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.22);}
ul.zumen-kansei-ul li dl.kansei-dl dt{}
ul.zumen-kansei-ul li dl.kansei-dl dd{display: flex;align-items: center;justify-content: center;color: #fff;background-color:#2c498a;font-size: 134%;width: 100%;height: 62px;font-weight: bold;}

dl.zumen-kansei-dl2{text-align:center;margin-top: 20px;margin-bottom: 25px;}
dl.zumen-kansei-dl2 dt{display:inline-block;margin: 0 0 20px 1%;line-height:1.5;text-align: left;vertical-align: middle;}
dl.zumen-kansei-dl2 dd{display:inline-block;margin: 0 1.5%;}
dl.zumen-kansei-dl2 dd img{max-width:149px;}
dl.zumen-kansei-dl2 dt .midashi{font-size:140%;font-weight:bold;color:#555;}
dl.zumen-kansei-dl2 dt .com{margin: 3px 0 0 1.5em;}
dl.zumen-kansei-dl2 dt .cap{font-size:86%;margin: 10px 0 0 1.5em;}

.colorblue{color:#2e4c92;}

/*官公庁納品用*/
.zumen-kanko-box{background-color:#fff;box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.22);padding: 20px 15px;margin-bottom: 60px;}
ul.zumen-kanko-ul{margin: 0 !important;}
ul.zumen-kanko-ul li{float: left;}

ul.zumen-kanko-ul li.first{width:25%;padding-left: 4%;}
ul.zumen-kanko-ul li.second{width:40%;}
ul.zumen-kanko-ul li.third{width:33%;}

ul.zumen-kanko-ul li img{max-width:164px;position: absolute;margin-top: -60px;}
ul.zumen-kanko-ul li .midashi{font-size:180%;font-weight:bold;color:#444;line-height: 1.3;}
ul.zumen-kanko-ul li .com{font-size:136%;font-family: YakuHanMP, 'Noto Serif JP', serif;font-weight:500;color:#333;margin-top: 5px;}
ul.zumen-kanko-ul li .cap{font-size:86%;margin-top: 10px;letter-spacing: 0.05em;}
		
.zumen-kanko-imbox{border:1px solid #444;padding:7px 15px;text-align:center;}
.zumen-kanko-imbox p{border-bottom:1px solid #666;line-height: 1;padding: 14px 0;text-align: left;font-size: 93%;}
.zumen-kanko-imbox p span{float:right;}





/*==========　 ［事業案内］ 図面製本＞料金　zumen/price.html　==========*/
body.zumen #naka-headerimgs{background-image: url(../img/naka_headerimg_zumen.jpg);}

.section.zumen.price{background:url(../img/zumen_bg3.jpg) no-repeat center top;padding: 80px 0 150px 0;margin: 0;}

table.zumen-price-table{max-width: 1000px;margin: 0 auto;font-size: 95%;}
table.zumen-price-table th{background-color:#f3f4f6;font-weight: bold;text-align:center;}
table.zumen-price-table td{text-align: left;vertical-align:top;}
table.zumen-price-table td small{display:block;margin-top:7px;}




/*==========　 ［事業案内］ コピー＆出力・入力　copydata/　==========*/
body.copydata #naka-headerimgs{background-image: url(../img/naka_headerimg_copydata.jpg);}

/*大判各サイズ コピー*/
.section.copydata1{padding: 80px 0 0 0;}
.section.copydata1 .container1700{background:url(../img/copydata_bg1.png) no-repeat center top;min-height:527px;}

dl.copydata-dl1{margin-top: 10px;}
dl.copydata-dl1 dt{float:left;width:49%;padding-top:20px;}
dl.copydata-dl1 dd{float:right;width:49%;}
dl.copydata-dl1.flat dd{width: 51%;}

dl.copydata-dl1 dt .copydata-midashi1{font-size:190%;font-weight:bold;color:#444;line-height: 1.4;}
dl.copydata-dl1 dt .copydata-img1{max-width:474px;margin-top:25px;}
dl.copydata-dl1 dt .copydata-midashi2{font-size:180%;font-weight:bold;color:#444;line-height: 1.4;margin-top:20px;}
.copydata-com1{font-size:100%;color:#444;line-height: 1.4;margin:40px 0 0 10px;}

.copydata-img2{max-width:500px;margin: 30px 2% 0 0;}

.copydata-com2{font-size: 93%;}
.copydata-com3{font-weight: bold;margin-top: 15px;line-height: 1.6;font-size: 108%;}
.copydata-com4{margin-top: 20px;line-height: 1.9;letter-spacing: 0.05em;}

.copydata-img3{max-width:570px;margin: 45px 1% 0 0;}

/*製本からのコピーも*/
.section.surprise{background-color:#e0edf5;padding:0;margin-top: 70px;}
.section.surprise .container1700{max-width:1700px;margin:0 auto;}
.section.surprise .container1700 .container{max-width:1450px;background:url(../img/surprise.png) no-repeat right center;padding: 0;}

dl.surprise-dl1{display: table;max-width: 1600px;width: 100%;}
dl.surprise-dl1 dt{width:53%;display: table-cell;}
dl.surprise-dl1 dd{width:44%;display: table-cell;vertical-align: middle;}

.copydata-img4{max-width:766px;}

.arrow-right-circle{display: inline-block;margin: 0 10px 0 30px;}
.surprise-box{vertical-align:middle;display: inline-block;}
.surprise-midashi1{font-size:210%;font-weight:bold;color:#2c498a;line-height: 1.3;}
.surprise-com1{margin-top: 15px;line-height:1.4;}


/*ポスター印刷*/
.container1500{max-width:1500px;margin:0 auto;}

.copydata-img5{background: url(../img/h3_bg.png) no-repeat right top;padding: 15px 20px 0 10.5%;min-width: 1070px;display: table;height: 82px;margin-bottom: 40px;}
		
dl.poster-dl{}
dl.poster-dl dt{float: left;width: 42%;background: url(../img/rogomark_whiteglay.png) no-repeat center center;margin-left: 5%;background-size: 400px;}
dl.poster-dl dd{float: right;width: 52%;}

.poster-midashi1{font-size: 210%;font-weight: bold;color: #444;line-height: 1.3;}
.poster-com1{font-weight: bold;margin-top: 20px;line-height: 1.6;font-size: 129%;letter-spacing: 0.05em;}
.poster-com2{margin-top: 20px;line-height: 1.9;letter-spacing: 0.05em;max-width: 490px;}

.copydata-img6{max-width: 522px;margin: 0 auto;}
				
.poster-com3{border: 1px solid #2c498a;border-radius: 9999px;max-width: 1100px;margin: 30px auto 0 auto;text-align: center;line-height: 1.3;padding: 17px 0;font-size: 108%;font-weight: bold;letter-spacing: 0.05em;}
.poster-com3 br{display:none;}

.poster-bg{background: url(../img/poster_bg.jpg) no-repeat left top;padding: 22px 10.5% 22px 5%;min-width: 1200px;display: table;height: 82px;color:#fff;margin: 40px 0 0 auto;}
.poster-bg .midashi{font-size: 129%;font-weight: bold;border-bottom: 1px solid #ccc;padding-bottom: 5px;}
.poster-bg .com{margin-top: 8px;}

/*A4・A3安価高速コピー・ホッチキス止め*/
.section.fastcopy h2 br{display:none;}
.fastcopy-bg{background:url(../img/book_bg1.png) no-repeat center top , url(../img/book_bg3.png) no-repeat center bottom , url(../img/book_bg2.png) repeat-y center top;padding: 130px 0 180px 0;}		
.fastcopy-bg .container{max-width:915px;margin:0 auto;text-align:center;}

.fastcopy-bg .container .midashi{font-size: 170%;font-weight: bold;color: #444;line-height: 1.4;}
.fastcopy1{width:340px;height:45px;margin:35px auto 0 auto;background-color:#ff3300;border-radius:9999px;color: #fff;line-height: 44px;}

.book-img1{text-align:center;padding:35px 0;border-bottom:1px solid #595656;}
.book-img1 img{max-width:628px;}
.book-img2{max-width:628px;margin:40px auto 0 auto;}

/*拡大コピー*/
.bg-glay{background-color: #e5e8ed;}
.kakudai-midashi{font-size: 170%;font-weight: bold;color: #444;line-height: 1.4;text-align: center;margin-top: 50px;}
.kakudai-img{text-align:center;margin:40px 0 60px 0;}
.kakudai-img img{max-width:666px;}

.bg-glay .naka-kuwashii{max-width: 450px;}




/*==========　 ［事業案内］ コピー＆出力・入力＞料金　copydata/price.html　==========*/
body.copydata #naka-headerimgs{background-image: url(../img/naka_headerimg_copydata.jpg);}

.section.copydata.price{background:url(../img/zumen_bg3.jpg) no-repeat center top;padding: 80px 0 150px 0;margin: 0;}

table.zumen-price-table.copydata td{text-align:center;padding: 10px 12px 9px 20px;}

.copydata2{padding-top:90px;}






/*==========　404ページ専用のスタイル==========*/
body.notfound #wrapper {margin-top: 153px;}

body.notfound .naka-headerimg {height: 1px;background-image: none;}

.section.notfound {padding: 70px 0 70px 0;}

body.notfound h2{font-size: 129%;margin-bottom:30px;}

.com404{font-size:93%;text-align:center;margin-bottom:20px;line-height: 1.4;}

body.notfound .form-kanryo3 {text-align: center;margin-bottom:70px;}




