@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video{ max-width: 100%; }
@media screen and (max-width: 750px) {
	img{
		height: inherit;
	}
}

@font-face{
	font-display: swap;
}

/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img{ width:100%; }

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/


/*==================================
【目次】
clearfix
pc-sp切り替え
ベース
サイド固定ボタン(お問い合わせ：資料請求)
ヘッダ
サイドナビ
フッタ
ヘッダ下のメインビジュアル
パンくずリスト
タイトル設定
コンテンツ設定
コンテンツINDEX
横並びボタン（ページ内リンク等）
独立したリンクボタン
注釈リスト(text-indetnt付き)
toggleのセット
ページ内 注釈用Box（色を付ける場合、上書き）
横並びコンテンツ（個々の大きさは各ページcssｄで定義する）
フォーム系のレイアウト
ページ内 inputボタン
価格表ページ内 ページ数自動計算フォーム
ページ内 見出し用Box
ページ内 下段ナビ（主にコラムで使用）
*/

/*==================================
clearfix
==================================*/
/* for modern browser */
.clearfix{ display:inline-block; }
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	}
/* Hides from IE-mac \*/
* html .clearfix{ height:1%; }
.clearfix{ display:block; }
/* End hide from IE-mac */
/* 矢印等の縦軸合わせ */

/*==================================
ベース
==================================*/
html, body{
	position:relative;
	min-width:980px;
	}
@media screen and (max-width: 750px) {
	html, body {
		min-width: inherit;
		}
	}
#container{
	position:relative;
}
#main{
	position: relative;
	width: 980px;
	margin: 0 auto;
	}
@media screen and (max-width: 750px) {
	#main{
		width: 100%;
		overflow: hidden;/*メイン画像をトリミングする事が目的の記述*/
		}
	}
#contents{
	float:left;
	width:700px;
	}
#contents.wide{
	width:980px;
	}
@media screen and (max-width: 750px) {
	#contents{
		margin-bottom: 50px;
	}
	#contents,#contents.wide{
		width: 100%;
		}
	}
/*==================================
サイド固定ボタン(お問い合わせ：資料請求)
==================================*/

#flBtn{
	position:fixed;
	top:147px;
	right:0;
	z-index:9;
	}
#main + #flBtn{
	display: none;
	}
.flBtn01,
.flBtn02{
	margin-bottom:5px;
	}
@media screen and (max-width: 750px) {
	#head + #flBtn{
		display: none;
		}
	#main + #flBtn{
		display: block;
		}
	#flBtn{
		position:inherit;
		top:0;
		right:0;
		display:table;
		width:100%;
		padding:40px 0 ;
		border-top:#E5E5E6 solid 12px;
		}
	#flBtn p{
		width:50%;
		}
	#flBtn p a{
		display: block;
		box-sizing: border-box;
		}
	#flBtn p:first-child{
		float: right;
		}
	#flBtn p:first-child a{
		padding: 0 16% 0 6%;
		
		}
	#flBtn p:last-child{
		float: left;
		}
	#flBtn p:last-child a{
		padding: 0 6% 0 16%;
		
		}
	#flBtn img{
		width:inherit;
		height:inherit;
		
		}
	}
/*==================================
ヘッダ
==================================*/
#head{
	width:980px;
	margin:0 auto;
	}
#head .hWrap{ margin-bottom:32px; }
#head h1{
	float:left;
	width:385px;
	margin-top:35px;
	}
#head p{
	float:right;
	margin-top:22px;
	}
#head p.telWrap img{ display: inline-block; vertical-align: middle; width: 183px; }
#head p span{ display: block; font-size: 14px; padding-top: 15px; color: #595757; text-align: right; }
#head p span.access{ display: inline-block; vertical-align: top; padding: 2px 0 0 15px; box-sizing: border-box; }
#head p span.access a{ color: #595757; text-decoration: underline; }
#head #gNav{ margin-bottom:25px; }
#head #gNav li::before{
	content: "";
	border-left: solid 1px #b4b4b5;
	margin-left: 14px;
	padding-left: 13px;
	}
#head #gNav li:first-child::before{ display: none; }
#head #gNav li a{ color: #333; }
#head #gNav li a:hover{ opacity: .7; }

#head .menuControl,
#head #spNav{
	display:none;
	}

#head li{ float:left; }

.notice{
  position: relative;
  top: 0;
  left: 0;
  background-color: #afb8bc;
  width: 100%;
  padding: 18px 0;
}
.notice>p{
  display: block;
  color: #fff;
  font-size: 15.42px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .notice{
    position: relative;
    padding: 8px 0;
  }
  .notice>p{
    font-size: 3.2vw;
		line-height: 1.4;
  }

	#head{
		position:relative;
		position: fixed;
		top: 0;
		left: 0;
		width:100%;
		padding: 20px 30px;
		box-sizing: border-box;
		background-color: #fff;
		z-index:160;
		}
	#head .hWrap {
		margin:0;
	}
	#head h1{
		width:inherit;
		margin:0;
	}
	#head h1 img{
		width:220px;
		height:inherit;
	}
	#head h1 + p,
	#head #gNav{
		display:none; 
		}
	#head .menuControl{
		float:right;
		display:block;
		cursor: pointer;
		}
	#head .menuControl img{
		width:21px;
	}
	#head li{ 
		float:none;
		}
	#head #spNav{
		box-sizing: border-box;
		background-color:#222;
		position:absolute;
		width:100%;
		left:0;
		top:60px;
		z-index:100;
		}
	#head #spNav .navWrap{
		box-sizing: border-box;
		padding:20px 30px 50px 30px;
		overflow-y: scroll;
		}
	#head #spNav .navWrap::-webkit-scrollbar {
		display: none;
		}
	#head #spNav .menuControl{
		position:fixed;
		top: 20px;
		right: 30px;
	}
/*	#head #spNav .menuControl:after{
		background:url(../img/common/menu_00_02.gif) no-repeat left center;
		background-size:21px 15px;
		content: "";
		position: absolute;
		top: 30px;
		right: 0;
		width:21px;
		height:15px;
		z-index: 999;
		}*/
	#head #spNav .navWrap ul.navLst{
		margin-top:30px;
		margin-bottom: 50px;
	}
	#head #spNav ul li{
		border-bottom:#FFF solid 1px;
		padding:10px 0 ;
		position:relative;
	}
	#head #spNav ul li a{
		font-size: 18px;
		color:#FFF;
		padding:10px 0 ;
		display:block;
		}
	#head #spNav ul li .toggleControl{
		width:50px;
		height:26px;
		background:url(../img/common/menu_00_04.gif) no-repeat right center;
		background-size:27px 26px;
		position:absolute;
		right:0;
		top:16px;
		cursor: pointer;
	}	
	#head #spNav ul li.active .toggleControl{
		background:url(../img/common/menu_00_05.gif) no-repeat right center;
		background-size:27px 26px;
	}	
		
	#head #spNav ul li ul.toggleBox{
		border-top:#FFF solid 1px;
		display:none;
		margin-top: 10px;
	}
	#head #spNav ul li ul li{
		border-top:#999 dotted 1px;
		border-bottom:none;
		margin-left:35px;
	}
	#head #spNav ul li ul li:first-child{
		border:none;
	}
	#head #spNav ul li ul li:last-child{
		padding-bottom:0;
	}

	#head #spNav ul li ul li a{
		color:#FFF;
		padding:10px 0 ;
		}
	#head #spNav .navWrap ul.btnBox li{
		float: left;
		border: none;
		background-color: #00a53c;
		width: 49%;
		margin-top: 2.2%;
		margin-left: 2%;
		padding: 0;
		text-align: center;
		}
  #head #spNav .navWrap ul.btnBox li.sample{
		background-color: #00a53c;
		width: 100%;
		margin-left: 0;
		}
  
	#head #spNav .navWrap ul.btnBox li.tel{
		background-color: #aeb6ba;
		width: 100%;
		margin-top: 2.2%;
		margin-left: 0;
		}
		#head #spNav .navWrap ul.btnBox li:nth-child(2){ margin-left: 0; }
		#head #spNav .navWrap ul.btnBox li a{
			padding: 15px 0;
			font-family: "FP-ヒラギノ明朝 ProN W3";
			}
		#head #spNav .navWrap ul.btnBox li.tel a{ letter-spacing: .08em; }
		#head #spNav .navWrap ul.btnBox li.tel a span{ font-size: 13px; }
	}

/*メニュー展開時のオーバーレイ*/
#overlay {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0.7;
	z-index:150;
	display:none;
	}
#overlay.active{
	display:block;
}


/*==================================
サイドナビ
==================================*/
.wrapper-sticky{
	display: block !important;
}
#sideNav{
	float:right;
	width:220px;
	}
@media screen and (max-width: 750px) {
	.wrapper-sticky,
	#sideNav{
		display: none !important;
		}
	}
#sideNav h2{
	background:url(../img/common/line_4_1_979798.png) repeat-x left top;
	border-bottom:solid 1px #989798;
	font-size:16px;
	}
#sideNav ul li{ border-bottom:solid 1px #989798; }
#sideNav li li{
	border-bottom:none;
	background:url(../img/common/line_4_1_979798.png) repeat-x left top;
	letter-spacing:.01em;
	}
#sideNav a{
	display:block;
	padding:19px 0;
	font-size:16px;
	color:#111;
	line-height:1.2;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing:auto;
	}
#sideNav li a{
	background:url(../img/common/icon_04_090.png) no-repeat left 20px;
	background-size: 19px auto;
	padding-left:28px;
	}
#sideNav li li a{ background:none; }

#sideNav .toTop{ 
	background:url(../img/common/line_4_1_979798.png) repeat-x left bottom;
	}
#sideNav .toTop a{
	background:url(../img/common/icon_06_000.png) no-repeat left center;
	background-size: 15px auto;
	padding-left:28px;
	font-size:14px;
	}

/*==================================
フッタ
==================================*/
#footBtnSp{ display: none; }

#foot{
	width:980px;
	margin:90px auto 20px;
	display: grid;
	}
@media screen and (max-width: 750px) {
	#footBtnSp{
		border-top: solid 12px #E5E5E6;
		display: block;
		width:100%;
		padding: 10.667% 0;
		font-size: 0;
		text-align: center;
		}
	#footBtnSp li{
		display: inline-block;
		width:39.2%;
		margin-top: 2.2%;
		}
  #footBtnSp li:nth-child(3) {
    margin-left: 2%;
  }
	#footBtnSp li a{
		display: block;
		background-color: #333;
		padding: 5.443% 0;
		font-size: 18px;
		color: #fff;
		}
  #footBtnSp li.sample{
    width: 80.6%;
    margin-top: 0;
    margin-bottom: 0
  }
  #footBtnSp li.sample a {
    padding: 2.7215% 0;
  }

	#foot{
		width:100%;
		margin:0 auto 20px;
		border-top:#E5E5E6 solid 12px;
		padding-top:40px;
		}
	}
#foot #fNav{ margin-bottom:13px; width: auto;display: block;}
#foot a{ color:#111; /*! font-size: 0; */}
#foot ul{ /*! float:left; */ /*! width: 100%; */}
#foot li{
	float:left;
	font-size:14px;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing:auto;
	}
@media screen and (max-width: 750px) {
	#foot ul{
		text-align:center;
		float:none;
		}
	#foot li{
		display:inline;
		float:none;
		line-height:2;
		}
	}
#foot li.fBtn{ margin:0 0 0 20px; }
#foot li.fBtn a{
	background:#afb8bc;
	padding:4px 7px;
	color:#fff;
	}
@media screen and (max-width: 750px) {
	#foot li.fBtn{
		display:none;
		}
	}	
#foot li a:hover{ opacity:.7; }
#foot li:before{
	content:"|";
	margin:0 15px;
	}
#foot li:first-child:before,
#foot li.fBtn:before{
	content:"";
	margin:0;
	}
@media screen and (max-width: 750px) {
	#foot li:nth-child(3):before{
		content:"";
		margin:0;
		display:block;
		}
	}
#foot .ptBtn a{
	float:right;
	display:block;
	background:url(../img/common/icon_04_000.png) no-repeat right center;
	background-size: 23px;
	padding:7px 25px 5px 0;
	font-size:14px;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing:auto;
	}
#foot .ptBtn a:hover{
	opacity:.7;
	}
@media screen and (max-width: 750px) {
	#foot .ptBtn {
		display:none; 
		}
	}
#foot .copyright{
	grid-column: 1 /2;
	grid-row: 2/3;
	font-size:12px;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing:auto;
	display: flex;
	flex-direction: column;
	text-align: left;
	/*! margin-top: 5px; */
	}
#foot .tax{
	font-size:12px;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing:auto;
	margin-bottom: 11px;
	}
@media screen and (max-width: 750px) {
	#foot .copyright, #foot .tax{
		float: inherit;
		text-align:center;
		}
	#foot .copyright{
		grid-column: initial;
		grid-row: 3/4;
	}
	#foot .tax{ margin-bottom: 1.2%; padding-top: 0.4%; }
}

#foot .sns-block {
	display: flex;
	gap: 6px;
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	justify-content: right;
	align-items: flex-start;
	font-size: 0;
}
#foot .sns-block .light {
	font-size: 0;
}
#foot .sns-block a {
	font-size: 0;
  line-height: 0;
}
#foot .sns-block svg,
#foot .sns-block img {
	width: 20px;
	height: 20px;
	font-size: 0;
}

#foot .top_anchor-link {
	margin-top: 14px;
}
@media screen and (max-width: 750px) {
	#foot .sns-block {
		gap: 4vw;
		grid-column: initial;
		grid-row: 1 / 2;
		justify-content: center;
		margin-bottom: 6.7vw;
	}
	#foot .sns-block svg,
	#foot .sns-block img {
		width: 8vw;
		height: 8vw;
		font-size: 0;
	}

}
/*==================================
ヘッダ下のメインビジュアル
==================================*/
.ttlImg{
	margin-bottom:30px;
	}
@media screen and (max-width: 750px) {
	.ttlImg{
		margin:0 -20% 20px -20%;
		width: 140%;
	}
	.ttlImg img{ 
		width: 100% ;
		height: inherit;
		}
	}
/*==================================
パンくずリスト
==================================*/
.topicpath{
	margin-bottom:65px;
	}
.topicpath li{
	display:inline;
	font-size:12px;
	color:#00a63c;
	letter-spacing:.07em;
	text-decoration:none;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing:auto;
	}
.topicpath li:before{
	content:" > ";
	color:#717171;
	}
.topicpath li:first-child:before{
	content:""; 
	}
.topicpath li a{
	color:#717171;
	text-decoration:underline;
	}
@media screen and (max-width: 750px) {
	.topicpath{
		margin-bottom:34px;
		padding: 0 30px;
		}
	.topicpath li{
		font-size:10px;
		}
	}
/*==================================
タイトル設定
==================================*/
#contents h2{
	margin-bottom:20px;
	font-size:50px;
	}
@media screen and (max-width: 750px) {
	#contents h2{
		margin-bottom:35px;
		font-size:27px;
		}
	}
#contents h3{
	background:url(../img/common/icon_05_001.png) no-repeat left center;
	background-size: 30px auto;
	font-size:28px;
	margin-bottom:40px;
	padding-left:40px;
	}
@media screen and (max-width: 750px) {
	#contents h3{
		font-size:22px;
		background-size: 24px auto;
		background-position: top 2px left;
		margin-bottom:40px;
		padding-left:30px;
		}
	}
#contents h4{
	margin-bottom:30px;
	font-size:24px;
	}
@media screen and (max-width: 750px) {
	#contents h4{
		margin-bottom:10px;
		font-size:18px;
		}
	}
/*==================================
コンテンツ設定
==================================*/
#contents p{
	letter-spacing:.07em;
	line-height:1.875;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing:auto;
	}
#contents p.copy{
	margin-bottom:70px;
	font-size:24px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	}
@media screen and (max-width: 750px) {
	#contents p.copy{
		margin-bottom:40px;
		font-size:14px;
		}
	}

/*エリア設定*/

#contents section.secBlk{
	border-top: 1px solid #a3a4a5;
	margin-top: 100px;
	padding-top: 99px;
	}
@media screen and (max-width: 750px) {
	#contents section.secBlk{
		border-top: 1px solid #ccc;
		margin-top: 50px;
		padding-top: 65px;
		}
	}
#contents section#bl01{
	border-top: none;
	margin-top: -65px;
	padding-top: 65px;
	}

/*==================================
コンテンツINDEX
==================================*/
.idxBtn{
	clear:both;
	margin-top:50px;
	display:table;
	width:100%;
	}
.idxBtn .figure{
	display:table-cell;
	width:247px;
	padding:0 20px 0 0;
	}
.idxBtn .figure a{
	pointer-events: none;
	cursor: default;
}
.idxBtn > a{
	vertical-align:middle;
	display:table-cell;
	border:solid 6px #afb8bc;
	padding:0 0 12px 48px;
	line-height: 2;
	background:url(../img/common/icon_02_090.png) no-repeat 646px 144px;
	background-size: 36px auto;
	color:#111;
	}
_::-webkit-full-page-media, :future, :root .idxBtn > a{
  background-size: 35px auto;
}
.idxBtn > a >strong{
	width:100%;
	font-size:40px;
	letter-spacing:.07em;
	}
.idxBtn > a >span{
	display:block;
	width:100%;
	font-size:20px;
	letter-spacing:.1em;
	}
@media screen and (max-width: 750px) {
	.idxBtn .figure{
		width:140px;
		padding:0 0 0 0;
		}
	.idxBtn .figure a{
		pointer-events: inherit;
		cursor: pointer;
	}
	.idxBtn .figure img{
		height: inherit;
		width: 100%;
		}
	.idxBtn{
		margin-top: 0;
		border-top:solid 12px #E5E5E6;
		}
	.idxBtn:last-child{
		border-bottom:medium hidden;
		}
	.idxBtn > a{
		border: none;
		padding:0 15px 0 25px;
		line-height: 1.5;
		}
	.idxBtn > a >strong{
		font-size:18px;
		}
	.idxBtn > a >span{
		display:none;
		}
	}
/*複数のリンクがある場合*/
.idxBtn .lnkList{
	display: table-cell;
	border:solid 6px #afb8bc;
	padding:0 0 0 48px;
	vertical-align: middle;
	}
.idxBtn .lnkList ul li{display: inline-block;}
.idxBtn .lnkList strong{
	width:100%;
	font-size:40px;
	letter-spacing:.07em;
	}
.idxBtn .lnkList ul{
	margin-top: 28px;
	}
.idxBtn .lnkList ul li a{
	display:block;
	font-size:24px;
	color:#111;
	background:url(../img/common/icon_02_090.png) no-repeat scroll right center;
	background-size: 36px auto;
	height:40px;
	line-height: 1.7;
	padding:0 45px 0 0;
	margin-right:27px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	}
_::-webkit-full-page-media, :future, :root .idxBtn .lnkList ul li a{
  background-size: 35px auto;
}
@media screen and (max-width: 750px) {
	.idxBtn .lnkList{
		border:none;
		}
	.idxBtn .lnkList strong{
		font-size:18px;
		}
	.idxBtn .lnkList ul{
		margin-top: 3px;
		}
	.idxBtn .lnkList ul li{
		display: block;
		padding: 2px 0;
		}
	.idxBtn .lnkList ul li a{
		font-size:14px;
		background-size: 20px auto;
		background-position: left 110px center;
		height: inherit;
		margin: 0;
		padding: 0;
		}
	}
/*==================================
横並びボタン（ページ内リンク等）
==================================*/

.lnkBtn{
	margin: -10px -10px 0;
	}
.lnkBtn li{
	float: left;
	width: 33.33%;
	padding: 10px;
	box-sizing: border-box;
	}
.lnkBtn li a{
	background: #aeb6ba url("../img/common/icon_01_180.png") no-repeat scroll right 15px center;
	background-size: 32px auto;
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding:26px 15px;
	font-size:20px;
	color:#fff;
	line-height:1.2;
	letter-spacing:.05em;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing:auto;
	}
@media screen and (max-width: 750px) {
	.lnkBtn li{
		float: none;
		width: 100%;
		}
	.lnkBtn li{
		padding: 10px 10px 15px 10px;
	}
	.lnkBtn li a{
		font-size:18px;
		padding: 23px 15px;
		background-size: 28px auto;
		}
	}

/*個々の画面での設定例--------

横2個並び
.lnkBtn2 li{
width: 50%;
｝
*/

/*==================================
独立したリンクボタン
==================================*/
.lnkBtnR{
	display:inline-block;
	background:#aeb6ba url(../img/common/icon_03_090.png) no-repeat right 15px center;
	background-size: 22px auto;
	}
.lnkBtnR a{
	display:block;
	padding:17px 15px;
	font-size:16px;
	color:#fff;
	line-height:1.2;
	letter-spacing:.05em;
	box-sizing:border-box;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing:auto;
	}
.lnkBtnL{
	display:inline-block;
	background:#aeb6ba url(../img/common/icon_03_270.png) no-repeat 15px center;
	background-size: 22px auto;
	}
.lnkBtnL a{
	display:block;
	padding:17px 15px 17px 55px;
	font-size:16px;
	color:#fff;
	line-height:1.2;
	letter-spacing:.05em;
	box-sizing:border-box;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing:auto;
	}
@media screen and (max-width: 750px) {
	.lnkBtnL,
	.lnkBtnR{
		background-size: 18px auto;
		}
	.lnkBtnL a,
	.lnkBtnR a{
		font-size:14px;
		padding:12px 15px;
		
		}
	}
/*==================================
注釈リスト(text-indetnt付き)
==================================*/
#contents .cap li{
	font-size: 16px;
	letter-spacing: 0.07em;
	line-height: 1.875;
	padding-left: 1em;
	text-indent: -1em;
	}
#contents .cap li strong{
	color: #00a63c;
	}
@media screen and (max-width: 750px) {
	#contents .cap li{
		font-size: 14px;
		}
	}
/*==================================
pc-sp切り替え
==================================*/
.sp{display: none;}
@media screen and (max-width: 750px) {
	.pc{display: none;}
	.sp{display: block;}
	}

@media screen and (max-width: 750px) {
	.spInner{
		padding: 0 30px;
		}
	}
/*==================================
toggleのセット
==================================*/
#contents .toggleControl{
	color: #fff;
	padding: 23px 30px 26px;
	font-size: 36px;
	cursor: pointer;
	background:#aeb6ba url(../img/common/icon_01_180.png) no-repeat 635px 25px;
	background-size: 35px auto;
	}
#contents .active .toggleControl{
	background:#aeb6ba url(../img/common/icon_01_000.png) no-repeat 635px 25px;
	background-size: 35px auto;
	}
#contents .toggleBox{
	display: none;
	padding-top: 40px;
	}
@media screen and (max-width: 750px) {
	#contents .toggleControl{
		background-position: right 30px center;
		background-size: 28px;
		font-size: 18px;
		padding: 24px 30px;
		}
	#contents .active .toggleControl{
		background-position: right 30px center;
		background-size: 28px;
		}
	#contents .toggleBox{
		padding-top: 40px;
		}
	}

/*==================================
ページ内 注釈用Box（色を付ける場合、上書き）
==================================*/
.lineBox{
	border:solid 4px #aeb6ba;
	width:612px;
	padding:30px 40px 30px;
	}
.lineBox ul li{
	font-size:18px;
	letter-spacing:0.07em;
	line-height: 1.875;
	padding-left: 1em;
	text-indent: -1em;
	}
.colorBox{
	background:#e9e9e9;
	padding:30px;
	}
@media screen and (max-width: 750px) {
	.lineBox{
		border:solid 3px #aeb6ba;
		width:100%;
		padding:20px;
		box-sizing: border-box;
		}
	.lineBox ul li{
		font-size:14px;
	}
	.colorBox{
		background:#e9e9e9;
		padding:20px;
		}
	}

/*==================================
横並びコンテンツ（個々の大きさは各ページcssｄで定義する）
==================================*/
.wrapBox{
	display: table;
	box-sizing: border-box;
	width: 100%;
	}
.wrapBox .item{
	display: table-cell;
	vertical-align: top;
}
/*==================================
フォーム系のレイアウト
==================================*/
/*個人情報の取り扱い*/
div.privacy_cap {
  margin-bottom: 40px
}
div.privacy_cap label{
  text-indent: -21px;
	margin-left: 21px;
  font-size: 16px;
}
div.privacy_cap label input[type="checkbox"]{
	margin-right: 8px;
}
div.privacy_cap label span{
	color: #00a63c;
}
@media screen and (max-width: 750px) {
  div.privacy_cap label{
  font-size: 14px;
  }
}  
p.errorText.red {
  color: #E31C2A;
}
.commonForm{
	border-top: 1px solid #939393;
	width: 100%;
	margin-bottom: 30px;
}
/*デフォルトのスタイルを無効化*/
@media screen and (min-width: 751px) {
.acms-form select {
    background:#f7f7f7 !important;
  }
}
@media screen and (max-width: 750px) {
	.acms-form input[type="text"], .acms-form input[type="password"], .acms-form input[type="datetime"], .acms-form input[type="datetime-local"], .acms-form input[type="date"], .acms-form input[type="month"], .acms-form input[type="time"], .acms-form input[type="week"], .acms-form input[type="number"], .acms-form input[type="email"], .acms-form input[type="url"], .acms-form input[type="search"], .acms-form input[type="tel"], .acms-form input[type="color"],.acms-form select,.acms-form textarea{
		padding: 5px 5px 4px 5px !important;
		font-size: 16px !important;
		-webkit-appearance: none !important;
	}
	.acms-form input[type="text"]:focus, .acms-form input[type="password"]:focus, .acms-form input[type="datetime"]:focus, .acms-form input[type="datetime-local"]:focus, .acms-form input[type="date"]:focus, .acms-form input[type="month"]:focus, .acms-form input[type="time"]:focus, .acms-form input[type="week"]:focus, .acms-form input[type="number"]:focus, .acms-form input[type="email"]:focus, .acms-form input[type="url"]:focus, .acms-form input[type="search"]:focus, .acms-form input[type="tel"]:focus, .acms-form input[type="color"]:focus,.acms-form select:focus,.acms-form textarea:focus {
	border-color: #a7a7aa !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
	}
	.acms-form select{
		padding: 5px 30px 5px 10px !important;
		background-position: right center !important;
	}
}
/*見出し調整*/
h3 .example{
	font-size: 14px;
	margin-left: 30px;
	}
h3 .example span{
	color: #00a63c;
	}
h3.confirmTtl {
	background:none !important;
	font-size: 27px !important;
	margin-bottom: 30px !important;
	padding:0 !important;
	}
@media screen and (max-width: 750px) {
	 h3 .example{
		font-size: 12px !important;
		margin:10px 0 0 0 !important;
		display: block !important;
		}
	}
/*テーブル設定*/
.commonForm th,
.commonForm  td {
	border-bottom: 1px solid #939393;
	font-size: 16px;
	padding: 29px 0;
	box-sizing: border-box;
	}
.commonForm th{
	text-align: left;
	width: 300px;
	}
.commonForm td {
	padding-left: 15px;
	vertical-align: middle;
	}
@media screen and (max-width: 750px) {
	.commonForm th,
	.commonForm td {
		border-bottom: 1px solid #ccc;
		display: block;
		line-height:1.875;
		font-size: 14px;
		}
	.commonForm th{
		border-bottom: none;
		padding: 20px 0 0 0;
		font-size: 14px;
		width: 100%;
	}
	.commonForm td{
		padding:10px 0 29px 0;
		}
	}
/*パーツ調整*/
.commonForm th span{
	color: #00a63c;
	}
.commonForm td input[type="text"]{
	height: 30px;
	}
.commonForm td input[type="text"],
.commonForm td textarea {
	border-radius: 0 !important;
	box-shadow: none !important;
	}
.commonForm td label input[type="radio"],
.commonForm td label input[type="checkbox"]{
	margin-right: 8px;
	}
.commonForm td textarea{
	width: 100%;
	max-width: 500px;
	}
.commonForm td label{
	line-height: 1.5;
	}
.commonForm td label.block{
	width:calc(100% - 21px);
  }
.commonForm td .textBox {
	width: 100%;
	max-width: 500px;
	}
.commonForm td .bitText{
	line-height: 1 !important;
	margin-bottom: 10px;
	font-size: 12px;
	color: #949494;	
	}
.commonForm td br.sp + label{
	margin-left: 10px;
	}
.commonForm td .name {
	width: 170px;
	}
.commonForm td .name02 {
	width: 170px;
	}
.commonForm .addressCol dt{
	line-height: 1 !important;
	margin-bottom: 10px
	}
.commonForm .addressCol dd{
	margin-bottom: 30px;
	}
.commonForm .addressCol dd:last-child{
	margin-bottom: 0;
}
.commonForm td .postal{
	float: left;
	width: 158px !important;
	}
.commonForm td .adrKen {
	display: block;
	height: 30px;
	}
.commonForm td .postalBtn {
	background: #afb8bc none;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 14px;
	line-height: 1 !important;
	margin-left: 10px;
	padding: 7px 8px 8px;
	}
.commonForm .checkList th,
.commonForm .radioList th{
	line-height: 1.625;
	padding: 30px 50px 30px 0;
	}
.commonForm .checkList td,
.commonForm .radioList td{
	padding: 20px 0 20px 16px;
	line-height: 2.25;
	}
.commonForm .radioList label,
.commonForm .checkList label{
	text-indent: -21px;
	margin-left: 21px;
	}
@media screen and (max-width: 750px) {
	.commonForm td li {
	line-height: 2.6;
		}
	.commonForm td label{
		font-size: 14px;
		}
	.commonForm td .adrKen {
		padding-right: 30px !important;
		margin-top: 0;
		}
	.commonForm td .otherText{
		width: 230px !important;
		}
	.commonForm td br.sp + label{
		margin-left: 0;
		}
	.commonForm td .name {
		margin: 0 0 8px 5px;
		width: 205px !important;
		}
	.commonForm td .name02 {
		margin: 0 0 8px 5px;
		width: 205px !important;
		}
	.commonForm td #kana02{
		margin: 0 0 8px 6px;
		}
	.commonForm .checkList th,
	.commonForm .radioList th{
		line-height: 1.625;
		padding: 30px 0 15px 0;
		}
	.commonForm .checkList td,
	.commonForm .radioList td{
		padding: 0 0 20px 0;
		line-height: 2.25;
		}
	}
/*エラーメッセージ*/
.commonForm .errorText,
.commonForm .errorText span {
	clear: both;
	color: #00a63c !important;
	font-size: 16px !important;
	}
@media screen and (max-width: 750px) {
	.commonForm .errorText,
	.commonForm .errorText span {
		font-size: 14px !important;
		}
	}
/*ボタン上注釈*/
.commonForm + .cap{
	margin-bottom: 40px;
	}
.commonForm + .cap li{
	font-size: 14px !important;
	}
@media screen and (max-width: 750px) {
	.commonForm + .cap li{
		font-size: 12px !important;
		}
	}
/*画面下のボタンエリア*/
#contents .formBtnBox{
	text-align: center;
	}
#contents .formBtnBox form {
	display: inline-block;
	margin: 0 10px;
	}
@media screen and (max-width: 750px) {
	#contents .formBtnBox{
		display: table;
		width: 100%;
		box-sizing: border-box;
		}
	#contents .formBtnBox > .formBtn {
		display: table-cell;
		width: 50%;
		border-right: #fff solid 4px;
		box-sizing: border-box;
		}
 	#contents .formBtnBox > .formBtn:last-child{
		border-right: none;
		border-left: #fff solid 4px;
		}
	#contents .formBtnBox > .formBtn .commonBtn{
		width: 100%;
		}
	}

/*==================================
ページ内 inputボタン
==================================*/
.inputBox{
	color: #fff; 
	font-size: 16px;
	display: inline-block;
	background: #aeb6ba;
	border:none;
	}
.commonBtn{
	color: #fff; 
	font-size: 16px;
	display: block;
	background: #aeb6ba url(../img/common/icon_03_090.png) no-repeat right 20px center ;
	background-size:22px auto;
	border:none;
	padding: 20px 50px 20px 20px ;
	margin: 0 auto;
	width: 200px;
	text-align: left;
	}
@media screen and (max-width: 750px) {
	.commonBtn{
		font-size: 14px;
		padding: 15px 10px 15px 15px ;
		width: 170px;
		border-radius: 0 !important;
		
		}
	}
/*==================================
価格表ページ内 ページ数自動計算フォーム
==================================*/

.pageAbout[type=text]{/*計算結果*/
	border-radius: 0 !important;
	border: #ccc solid 1px !important;
	box-shadow: none !important;
	}
.pageAbout[type=text]:focus {
	border-color: #137af3 !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset !important;
	}

.countForm,
.formBox {
	border: 3px solid #989da1;
	padding: 30px;
	margin-top: 50px;
	}
	.countForm h4,
	.formBox h4 {
		margin-bottom: 40px;
		}
	.countForm .calculator,
	.formBox .calculator {
		width: 100%;
		margin-bottom: 35px;
		}
	.countForm .calculator + div,
	.formBox .calculator + div{
		padding-bottom: 30px;
	}
	.countForm tr:first-child th,
	.countForm tr:first-child td,
	.formBox tr:first-child th,
	.formBox tr:first-child td {
		padding-top: 0;
		}
	.countForm tr,
	.formBox tr{
		background: url("../img/common/line_4_1_979798.png") repeat-x bottom;
	}
	.countForm th,
	.countForm td,
	.formBox th,
	.formBox td {
		font-size: 16px;
		border: none;
		
		text-align: left;
		line-height: 1.875;
		padding: 23px 0 24px;
		}
	.countForm th,
	.countForm td{
		padding: 14px 0;
	}
	.countForm th,
	.formBox th {
		width: 184px;
		}
	.formBox td {
		width: 390px;
		}
	.countForm .formTxt,
	.formBox .textInp {
		width: 100px;
		height: 30px;
		}
	.countForm .btnBox,
	.formBox .btnBox {
		font-size: 20px;
		}
	.countForm input[type=text],
	.formBox input[type=text]{
		border-radius: 0 !important;
		border: #ccc solid 1px !important;
		box-shadow: none !important;
		}
	.countForm input[type=text]:focus,
	.formBox input[type=text]:focus {
		border-color: #137af3 !important;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset !important;
		}
	.countForm ul li ,
	.formBox ul li {
		font-size: 16px;
		line-height: 1.875;
		}
	.countForm ul.attention li,
	.formBox ul.attention li{
		font-size: 14px;
		}
	.countForm p.attention,
	.formBox p.attention {
		font-size: 14px;
		line-height: 1.857;
		}
	.countForm .cap + .cap li,
	.formBox .cap + .cap  li{
		font-size: 14px !important;
	}
@media screen and (max-width: 750px) {
	.countForm,
	.formBox {
		margin-top: 30px;
		padding: 25px 18px 25px 18px;
		}
	.countForm th,
	.countForm td,
	.formBox th,
	.formBox td {
		font-size: 14px;
		padding:23px  0;
		}
	.countForm th,
	.formBox th{
		width: 142px;
		}
	.countForm td,
	.formBox td{
		width: inherit;
		min-width: 130px !important;
		text-align: right;
		}
	.countForm td{
		min-width: 115px !important;
		}
	.countForm input[type=submit],
	.formBox input[type=submit]{
	border-radius: 0 !important;
		}
	.countForm .formTxt,
	.formBox .textInp {
		width: 88px;
		}
	.countForm .formTxt{
		width: 75px;
		}
	.countForm ul li,
	.formBox ul li {
		font-size: 14px;
		line-height: 1.5;
		text-indent: -14px;
		}
	.countForm .rBlk,
	.countForm .lBlk{
		float: none;
		width: 100%;
		text-align: center;
		}
	.countForm .rBlk{
		margin-bottom: 30px;
		}
	.countForm .formBtn{
		font-size: 14px !important;
		padding: 12px !important;
	}
	.countForm input[type="button"],
	.formBox input[type="button"]{
		border-radius: 0 !important;
		}
}
/*あなたの原稿大募集,文章をパワーアップしよう,お見積結果*/
.inputSet02{
	background-position: right 17px center;
	padding: 20px;
	width: 195px;
	} 

/*自動見積り*/
.inputSet03{
	font-size: 27px;
	padding: 24px 69px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	margin: 0 auto 0;
	}
.inputSet04{
	font-size: 20px;
	padding: 13px 71px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
@media screen and (max-width: 750px) {
	.inputSet03{
		font-size: 18px;
		padding: 10px 34px;
		}
	.inputSet04{
		font-size: 14px;
		padding: 12px 52px;
		}
	}
	
/*==================================
ページ内 見出し用Box
==================================*/
.headBox{
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.15em;
	background: #23ace8;
	padding-top: 10px;
	width: 130px;
	height: 40px;
	}
/*==================================
ページ内 下段ナビ（主にコラムで使用）
==================================*/
#contents #f_nav p{
	line-height: 1.875;
	}
#f_nav a{
	}
#f_nav .lBlock,
#f_nav .rBlock{
	width: 335px;
	}
#f_nav .lBlock p{
	padding-left: 23px;
	text-indent: -23px;
	}
#f_nav .lBlock p a{
	background: url(../img/common/icon_06_270.png) no-repeat left center;
	background-size: 16px;
	padding-left: 23px;
	}
#f_nav .rBlock p{
	background: url(../img/common/icon_06_090.png) no-repeat right 7px;
	background-size: 16px;
	text-align: right;
	padding-right: 23px;
	}
@media screen and (max-width: 750px) {
#f_nav .lBlock,
#f_nav .rBlock{
	width: 49%;
	}
#f_nav .lBlock a,
#f_nav .rBlock a{
	text-decoration: underline;
	}
#f_nav .lBlock br,
#f_nav .rBlock br{
	display: none;
	}
}
/*==================================
スマホ用pagetopボタン
==================================*/
#page-top{
	position: absolute;
	bottom: 0;
	visibility: hidden;
	/*! top: 14px; */
	/*! position: relative; */
	/*! display: block; */
	/*! margin-top: 11px; */
	}

@media screen and (max-width: 750px) {
	#page-top {
		visibility: visible;
		z-index: 99;
		position: fixed;
		bottom: 15px;
		right: 15px;
		}
	#page-top a {
		text-decoration: none;
		display: block;
		}
	#page-top a:hover {
		text-decoration: none;
		}
	}





