@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

#main{
	padding: 0 0 100px 0;
}
#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html #main{
    height: 1em;
}
#main{
    display: block;
}
*:first-child+html #main{
	zoom:1;
}

@media screen and (max-width: 768px){
#main{
	padding: 0;
}
}


/*title
************************************************************************************/
.block_pagetitle,
.lv_h1,
.lv_h2,
.lv_h3{
	font-family: iroha, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.block_pagetitle{
	height: 102px;
	background: url(../../img/toppage/service_bg_green.jpg) repeat;
}
.block_pagetitle .inframe{
	position: relative;
	width: 1200px;
	height: 102px;
	margin: auto;
}
.block_pagetitle .inframe .ill1{
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../../img/common/pagetitle_ill1.png) no-repeat;
	width: 153px;
	height: 108px;
	display: block;
	text-indent: -9999px;
	z-index: 10;
}
.block_pagetitle .inframe .ill2{
	position: absolute;
	right: 0;
	bottom: 10px;
	background: url(../../img/common/pagetitle_ill2.png) no-repeat;
	width: 77px;
	height: 45px;
	display: block;
	text-indent: -9999px;
	z-index: 10;
}
.block_pagetitle .inframe .pagetitle{
	position: absolute;
	top: 15px;
	width: 100%;
	left: 0;
	font-size: 28px;
	color: #584636;
	text-align: center;
	z-index: 20;
}
.block_pagetitle .inframe .pagenav{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 20;
}
.block_pagetitle .inframe .pagenav ul{
	display: table;
	margin: auto;
}
.block_pagetitle .inframe .pagenav ul li{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0.6em;
}
.block_pagetitle .inframe .pagenav ul li a{
	background: url(../../img/common/page_arow.svg) no-repeat left center;
	-moz-background-size: 14px auto;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	padding: 0 0 0 20px;
	display: block;
	text-decoration: none;
	color: #584636;
}

@media screen and (max-width: 979px) {
.block_pagetitle .inframe{
	width: 100%;
}
.block_pagetitle .inframe .ill2{
	display: none;
}
}
@media screen and (max-width: 768px){
.block_pagetitle{
	height: auto;
	background: url(../../img/common/pagetitle_ill1.png) no-repeat, url(../../img/toppage/service_bg_green.jpg) repeat;
	padding: 15px 10px;
}
.block_pagetitle .inframe{
	position: static;
	width: 100%;
	height: auto;
	margin: auto;
}
.block_pagetitle .inframe .ill1,
.block_pagetitle .inframe .ill2{
	display: none;
}
.block_pagetitle .inframe .pagetitle{
	position: static;
	width: 100%;
	font-size: 28px;
	padding-bottom: 15px;
}
.block_pagetitle .inframe .pagenav{
	position: static;
	width: 100%;
	text-align: center;
	z-index: 20;
}
.block_pagetitle .inframe .pagenav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.block_pagetitle .inframe .pagenav ul li{
	display: block;
	margin: 1.5px 0.5%;
	width: 48%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #584636;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: rgba( 255, 255, 255, 0.8 );
}
.block_pagetitle .inframe .pagenav ul li a{
	background: url(../../img/common/page_arow.svg) no-repeat left center;
	-moz-background-size: 14px auto;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	padding: 0 0 0 20px;
	display: block;
	text-decoration: none;
	color: #584636;
}
}


.lv_h1{
	margin: 0 0 20px 0;
	color: #584636;
	font-size: 30px;
}

.lv_h1 span{
	position: relative;
	display: inline-block;
	line-height: 1;
}
.lv_h1 span:after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #ffe192;
}
.lv_h2{
	text-align: center;
	margin: 20px 0;
}
.lv_h2 span{
	padding: 0 0 20px 0;
	font-weight: 600;
	display: inline-block;
	font-size: 28px;
	background: url(../../img/common/line_nami.svg) repeat-x bottom;
}
.lv_h3{
	font-size: 18px;
	background: url(../../img/common/icon_circle_green.svg) no-repeat left 0.3em;
	padding: 0 0 0 19px;
	margin: 0 0 15px 0;
}

.catch{
	font-weight: bold;
	font-size: 18px;
}

.imagebox{
	padding: 3px !important;
	background: #FFF;
	border: 2px dotted #847364;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: none;
	font-size: 0;
	width: 310px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.imagebox img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 620px) {
.lv_h1{
	font-size: 25px;
}

.lv_h2 span{
	font-size: 21px;
}
.lv_h3{
	font-size: 18px;
}
}


/*section
************************************************************************************/
article{
	width: 1200px;
	margin: 0 auto;
	color: #584636;
}

article section,
.section{
	padding: 40px 0;
	margin: 0 auto;
	text-align: left;
	width: 1100px;
}

article section.line{
	background: url(../../img/common/line_brown.png) no-repeat bottom;
}


article section:after,
.section:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html article section,
* html .section{
    height: 1em;
}
article section,
.section{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html article section,
*:first-child+html .section{
	zoom:1;
}

.bg_white{
	background: #FFF;
}

.section_box{
	border: 1px solid #000;
	margin: 15px 0px;
}
.section_box.text{
	padding: 0 10px 10px 10px !important;
}

.section_border{
	border-bottom: 1px solid #000;
}
.section_border.white_base{
	border-bottom: 1px solid #FFF;
}

.section_innner{
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.box_orage{
	width: 100%;
	padding: 10px;
	margin: 15px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 7px solid #ff6600;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0px 0px 5px #666;
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
}

.text{
	padding: 10px;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
	word-wrap:break-word;
}
.text20{
	padding: 20px;
}
.text p,
.text20 p{
	padding: 0 0 1em 0;
}
.text p:last-child,
.text20 p:last-child{
	padding: 0;
}
.text:after,
.text20:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .text,
* html .text20{
    height: 1em;
}
.text,
.text20{
    display: block;
}
*:first-child+html .text,
*:first-child+html .text20{
	zoom:1;
}


.description_box{
	border: 1px solid #CCC;
	margin: 0 0 1em 0;
}
.description_box.text{
	padding: 15px 20px;
}

@media screen and (max-width: 979px) {
article{
	width: 98%;
}

article section,
.section{
	width: 98%;
}
}



/*itemBox
----------------------------------------------------------------------*/
.itemBox{
	margin: 30px 0;
}
.itemBox.nomargin{
	margin: 0 0 30px 0;
}
.itemBox ul,
.itemBox .frameBox{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.itemBox ul li,
.itemBox .frameBox .inframe{
	display: block;
	padding: 10px;
	margin: 2px 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.itemBox ul li.pdno{
	padding: 0;
}

.itemBox .item1{
	width: 99%;
}
.itemBox .item2{
	width: 49%;
}
.itemBox .item3{
	width: 32%;
}
.itemBox .item4{
	width: 24%;
}
.itemBox .item5{
	width: 19%;
}
.itemBox .box{
	border: 1px solid #e6e6e6;
}
.itemBox .line{
	border-right: 1px solid #e6e6e6;
}
.itemBox .none{
	border: 0;
}

.itemBox .image{
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
}
.itemBox .image img{
	max-width: 100%;
	height: auto;
}
_:-ms-lang(x)::-ms-backdrop, .itemBox .image img{
	/* IE11 のみ適用される */
	width: 100%;
	height: auto;
}
.itemBox .image img.border{
	border: 2px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.itemBox .caption{
	text-align: center;
	padding: 0;
	word-break: break-all;
	word-wrap:break-word;
}
.itemBox .cmt{
	text-align: left;
	padding: 7px 0 0 0;
	word-break: break-all;
	word-wrap:break-word;
}

@media screen and (max-width: 768px){
.itemBox .item1{
	width: 99%;
}
.itemBox .item2{
	width: 49%;
}
.itemBox .item3{
	width: 32%;
}
.itemBox .item4{
	width: 49%;
}
.itemBox .item5{
	width: 49%;
}
.itemBox .line{
	border: 1px solid #df0615;
}
}
@media screen and (max-width: 620px) {
.itemBox .item1,
.itemBox .item2,
.itemBox .item3,
.itemBox .item4,
.itemBox .item5{
	width: 99%;
}
}


@media screen and (max-width: 979px) {
.article{
	width: 97%;
}
}

/*parts
************************************************************************************/
/*buttom*/
.btnNormal{
	text-align: center;
	margin: 20px auto;
}

.btnNormal a{
	padding: 20px 40px 20px 20px;
	display: block;
	color: #072856;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #ededed;
}

.btnNormal img.icon{
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin: 0 7px 0 0;
}
@media screen and (min-width: 980px) {
.btnNormal{
	text-transform: uppercase;
	position: relative;
	overflow:hidden;
	transition: .3s;
	z-index: 100;
	width: 50%;
}
.btnNormal:after{
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	height: 3px;
	background: #e9f0fa;
}
.btnNormal:after{
	height: 120%;
	left: -10%;
	transform: skewX(15deg);
	z-index: -1;
}
.btnNormal:hover{
	cursor: pointer;
}
.btnNormal:hover:after{
	width: 100%;
	left: 0;
}
.btnNormal:hover:after{
	left: -10%;
	width: 120%;
}
}
@media screen and (max-width: 979px) {
.btnNormal{
	width: 95%;
}
.btnNormal a{
	font-size: 15px;
}
}

/*table*/

table.normal{
	width: 100%;
	margin: 20px auto;
	border-collapse:collapse;
	border: 1px solid #CCC;
}

table.normal th{
	padding: 10px 15px;
	text-align: left;
	border: 1px solid #CCC;
	background: #555555;
	color: #FFF;
}
table.normal th.green{
	padding: 10px 15px;
	text-align: left;
	border: 1px solid #CCC;
	width:40%;
	background-image:url(../../img/common/bg_suisai2.jpg);
	color: #555;
}
table.normal thead th{
	background: #ededed;
	color: #FFF;
	text-align: center;
}
table.normal th.nobold{
	font-weight: normal;
}

table.normal td{
	padding: 10px 15px;
	border: 1px solid #CCC;
	word-break: break-all;
	word-wrap:break-word;
	background: #FFF;
}


table.line_btm{
	width: 100%;
	margin: 0 auto 20px auto;
	border-collapse:collapse;
	border: 0;
}

table.line_btm th{
	padding: 5px 10px;
	text-align: left;
	border-bottom: 1px solid #8b8577;
}
table.line_btm th .bg{
	padding: 7px;
	background: #d2edb7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

table.line_btm th.sttl{
	background: none;
}

table.line_btm td{
	padding: 15px 10px;
	border-bottom: 1px solid #8b8577;
}



@media screen and (max-width: 620px) {
table.normal{
	display: block;
	width: 100%;
}
table.normal thead{
	display: none !important;
}
table.normal tbody{
	display: block;
	width: 100%;
}
table.normal tr{
	display: block;
	width: 100%;
}
table.normal th,
table.normal td{
	display: list-item;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	border: 0;
}
table.normal th{
	list-style-type: none;
	display: block;
	background: #555555;
	color: #FFF;
	padding: 15px 10px;
}
table.normal th.green{
	padding: 10px 15px;
	text-align: left;
	border: 1px solid #CCC;
	width: 100%;
	background-image:url(../../img/common/bg_suisai2.jpg);
	color: #555;
}
table.normal td{
	margin-left: 0;
	list-style-type: none;
	padding: 7px 10px;
}

table.normal tr:last-child td{
	padding-bottom: 7px;
}


/**/
table.line_btm{
	display: block;
	width: 100%;
}
table.line_btm tbody{
	display: block;
	width: 100%;
}
table.line_btm tr{
	display: block;
	width: 100%;
}

table.line_btm th{
	padding: 15px 10px 5px 10px;
	text-align: left;
	border-bottom: 0;
	display: list-item;
	display: block;
	list-style-type: none;
}
table.line_btm th.sttl{
	background: none;
}

table.line_btm td{
	padding: 5px 10px 15px 10px;
	border-bottom: 1px solid #d2d2d2;
	display: list-item;
	display: block;
	list-style-type: none;
}
}

