@charset "utf-8";
/*===========================
add
===========================*/
/*----------------------
none
----------------------*/
.pcOFFtabletOFFspON{display: none;}
@media screen and (max-width: 768px) {
	.pcOFFtabletOFFspON{display: none;}
}
@media only screen and (max-width: 600px) {
	.pcOFFtabletOFFspON{display: block;}
}

.pcOFFtabletONspOFF{display: none;}
@media screen and (max-width: 768px) {
	.pcOFFtabletONspOFF{display: block;}
}
@media only screen and (max-width: 600px) {
	.pcOFFtabletONspOFF{display: none;}
}

@media screen and (max-width: 768px) {
	.pcONtabletOFFspOFF{display: none;}
}

@media screen and (min-width: 769px) {
	.pcOFFtabletONspON{display: none;}
}

@media screen and (min-width:601px) and (max-width: 768px) {
	.pcONtabletOFFspON{display: none;}
}

@media only screen and (max-width: 600px) {
	.pcONtabletONspOFF{display: none;}
}

/*===========================
margin
===========================*/
.mt0{margin-top: 0;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}

.mb0{margin-bottom: 0;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}

/*===========================
align
===========================*/
.txc{text-align: center;}

.center-pcONspOFF{text-align: center;}
@media screen and (max-width: 768px) {
	.center-pcONspOFF{text-align: left;}
}

.center-pcONtabletONspOFF{text-align: center;}
@media screen and (max-width: 600px) {
	.center-pcONtabletONspOFF{text-align: left;}
}

@media screen and (max-width: 600px) {
	.center-pcOFFtabletOFFspON{text-align: center;}
}

/*===========================
text
===========================*/
.txt-s{font-size: 0.9rem;}
.txt-red{color: #e00303;}
.fb00{font-weight: bold; color: #dd443b;}


/*===========================
ph-single
===========================*/
.ph-single{
	margin-top: 40px;
}

.ph-single .detail{
	position: relative !important;
	width: calc(55% - 40px) !important;
	margin: 0 auto;
}
@media screen and (max-width: 600px) {
	.ph-single .detail{
		width: calc(100% - 20px) !important;
	}
}

.ph-single .detail img{
	position: relative;
	z-index: 2;
}

.ph-single .detail::before{
	content: '' !important;
	position: absolute !important;
	top: 22px !important;
	left: 22px !important;
	width: 100% !important;
	height: 100% !important;
	background-color: #fff !important;
	background-image: linear-gradient(-45deg, transparent 25%, #b5e0c9 25%, #b5e0c9 50%, transparent 50%, transparent 75%, #b5e0c9 75%, #b5e0c9) !important;
	background-size: 3px 3px !important;
	z-index: 1 !important;
}
@media screen and (max-width: 600px) {
	.ph-single .detail::before{
		top: 10px !important;
		left: 10px !important;
	}
}


/*===========================
top-add
===========================*/
/*box1----------*/
@media screen and (min-width: 769px) {
	.top-add .box1 th{
		width: 30%;
	}
}


/*===========================
cont1-add
===========================*/
/*box1----------*/
/*in01-----*/
@media screen and (min-width: 769px) {
	.cont1-add .box1 .in01{
		position: relative;
	}
}

@media screen and (min-width: 769px) {
	.cont1-add .box1 .in01 .name-box{
		border-left: 4px solid #0c4d2b;
		padding: 5px 0 5px 12px;
	}
}
@media screen and (max-width: 768px) {
	.cont1-add .box1 .in01 .name-box{
		text-align: center;
		margin-bottom: 20px;
	}
}

.cont1-add .box1 .catch2{
	margin: 0 0 5px;
	padding: 0;
	line-height: 120%;
}

@media screen and (min-width: 769px) {
	.cont1-add .box1 .ph{
		position: absolute;
		top: 0;
		right: 0;
		width: 48%;
	}
}
@media screen and (max-width: 768px) {
	.cont1-add .box1 .ph{
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 769px) {
	.cont1-add .box1 .txt01{
		margin: 30px 0 0;
		padding-bottom: 30px;
		width: 48%;
	}
}

.cont1-add .box1 h3{
	margin-top: 60px;
}


/*box2----------*/
/*ul-box1-----*/
.cont1-add .box2 .ul-box1{
	margin-top: 20px;
	padding-left:2em;
	text-indent:-2em;
	font-size: 0.9rem;
}

/*in01-----*/
.cont1-add .box2 .in01{
	margin-top: 60px;
}

.cont1-add .box2 .in01 .txt01{
	font-size: 1.1rem;
}

.cont1-add .box2 .in01 a{
	color: #dcffd9 !important;
}

.cont1-add .box2 .in01 a:hover{
	text-decoration: none;
}


/*===========================
cont2-add
===========================*/
/*box1----------*/
/*in01-----*/
@media screen and (min-width: 769px) {
	.cont2-add .box1 .in01{
		position: relative;
	}
}

@media screen and (min-width: 769px) {
	.cont2-add .box1 .in01 .name-box{
		border-left: 4px solid #0c4d2b;
		padding: 5px 0 5px 12px;
	}
}
@media screen and (max-width: 768px) {
	.cont2-add .box1 .in01 .name-box{
		text-align: center;
		margin-bottom: 20px;
	}
}

.cont2-add .box1 .catch2{
	margin: 0 0 5px;
	padding: 0;
	line-height: 120%;
}

@media screen and (min-width: 769px) {
	.cont2-add .box1 .ph{
		position: absolute;
		top: 0;
		right: 0;
		width: 48%;
	}
}
@media screen and (max-width: 768px) {
	.cont2-add .box1 .ph{
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 769px) {
	.cont2-add .box1 .txt01{
		margin: 30px 0 0;
		padding-bottom: 110px;
		width: 48%;
	}
}

.cont2-add .box1 h3{
	margin-top: 60px;
}


/*box2----------*/
/*in01-----*/
.cont2-add .box2 .in01:before,
.cont2-add .box2 .in01:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.cont2-add .box2 .in01:after{
	clear: both;
}

.cont2-add .box2 .in01 h3{
	float: left;
	width: 20%;
	padding: 0 !important;
	line-height: 180%;
	font-size: 1rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #0c4d2b;
	color: #fff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.cont2-add .box2 .in01 h3:after{
	content: none;
}

@media screen and (max-width: 600px) {
	.cont2-add .box2 .in01 h3{
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
}

.cont2-add .box2 .in01 p{
	float: right;
	width: 75%;
}
@media screen and (max-width: 600px) {
	.cont2-add .box2 .in01 p{
		width: 100%;
		text-align: center;
	}
}

.cont2-add .box2 .in01 p.txt01{
	font-size: 1.2rem;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
	.cont2-add .box2 .in01 p.txt01{
		margin-bottom: 20px;
	}
}

/*in02-----*/
.cont2-add .box2 .in02{
	position: relative;
	z-index: 3;
	margin-top: 50px;
}

.cont2-add .box2 .in02 h3{
	border: 2px solid #0c4d2b;
	background-color: #fff !important;
	font-size: 1.5rem;
	color: #0c4d2b;
	padding: 8px 0;
}

.cont2-add .box2 .in02 h3:after{
	content: none;
}

.cont2-add .box2 .in02 ul{
	padding: 0 10px;
}
.cont2-add .box2 .in02 ul + p{
	margin: 0 10px;
}

@media screen and (max-width: 600px) {
	.cont2-add .box2 .in02 .check3 li{
		width: 100%;
	}
}


/*in03-----*/
.cont2-add .box2 .in03{
	margin-top: 60px;
}
@media screen and (max-width: 768px) {
	.cont2-add .box2 .in03{
		margin-top: 30px;
	}
}

.cont2-add .box2 .in03 ul{
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.cont2-add .box2 .in03 ul{
		width: 100%;
	}
}

.cont2-add .box2 .in03 ul li{
	border-bottom: 1px solid #dedbdb;
	padding: 18px 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.cont2-add .box2 .in03 ul li{
		padding: 15px 10px;
		text-align: left;
	}
}


/*in04-----*/
.cont2-add .box2 .in04{
	margin-top: 60px;
}
@media screen and (max-width: 768px) {
	.cont2-add .box2 .in04{
		margin-top: 30px;
	}
}

/*table-box---*/
.cont2-add .box2 .in04 .table-box{
	margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
	.cont2-add .box2 .in04 .table-box{
		width: 100%;
		overflow-x: scroll;
		border-right: 3px solid #999;
	}
}

.cont2-add .box2 .in04 .table-box table{
	border-spacing: 0;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
@media screen and (max-width: 600px) {
	.cont2-add .box2 .in04 .table-box table{
		width: 100%;
		min-width: 1000px;
	}
}

.cont2-add .box2 .in04 .table-box th{
	background-color: #accd96;
	border-left: 1px solid #999999;
	vertical-align: middle;
	padding: 5px;
}

.cont2-add .box2 .in04 .table-box th:nth-child(1){
	width: 15%;
}
.cont2-add .box2 .in04 .table-box th:nth-child(2){
	width: 35%;
}
.cont2-add .box2 .in04 .table-box th:nth-child(3){
	width: 5%;
}
.cont2-add .box2 .in04 .table-box th:nth-child(n+4){
	width: 15%;
}

.cont2-add .box2 .in04 .table-box td{
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	vertical-align: middle;
	padding: 5px;
	background-color: #fff;
}

.cont2-add .box2 .in04 .table-box td.td-f{
	background-color: #64874c;
	color: #fff;
}

/*in05-----*/
.cont2-add .box2 .in05{
	margin-top: 60px;
}
@media screen and (max-width: 768px) {
	.cont2-add .box2 .in05{
		margin-top: 30px;
	}
}

.cont2-add .box2 .in05 p.txt01{
	font-size: 1.5rem;
	line-height: 150%;
}
@media screen and (max-width: 768px) {
	.cont2-add .box2 .in05 p.txt01{
		font-size: 1.2rem;
	}
}






/*-----------
   色変更
-----------*/

/* 基本　*/

.fcBasic {
	color:#0c4d2b !important;
}





/* column  */

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #00aa9f;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #00aa9f;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #0c4d2b;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #00aa9f;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #00aa9f;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #00aa9f;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #00aa9f;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #00aa9f;;
	background: rgba(255,255,255,.95);
}

/* table  */

table.table3 th {
	background-color:#0c4d2b;
	color:#fff;
}

table.table2 th {
	background-color:#0c4d2b;
	color:#fff;
}

.tdColorBeige {
	background:#FEF8E9 !important;
	text-align:center;
	vertical-align:middle;
}

table.table2 td.tdBgC01 {
	background-color:#FFF;
}

table.table2 td.tdBgC02 {
	background-color:#EEE;
}

table.table2 td.tdBgC03 {
	background-color:#DDD;
}


table.table2 td.tdBgC04 {
	background-color:#CCC;
}


table.table2 td.tdBgC05 {
	background-color:#BBB;
}

.tdColGreen {
	background:#ECF5D1!important;
	text-align:center;
	vertical-align:middle;
}

.tdColBlue {
	background:#F3F7FC!important;
	text-align:center;
	vertical-align:middle;
}

.tdColPink {
	background:#FEE7E0!important;
	text-align:center;
	vertical-align:middle;
}


/* addon-circle */

.circle-big::before {
	color: #FFF;
	background:#F59338;
}


ol.liFeature li::before {
	color: #FFF;
	background:#EEB853;
}

/* buttons */

.txtBnr a {
	background-color:#00aa9f;
}



.txtBnr2 a {
	color:#FFF;
	background-color: #0c4d2b;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#00aa9f;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#00aa9f;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#00aa9f;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#00aa9f;
}

/* catch */

h3.h3Catch1 {
	color:#00aa9f;
}

h3.h3Catch2 {
	color:#00aa9f;
}

/* catchiphrase */

.catch1 {
	color:#0c4d2b;
}

.catch2 {
	color:#0c4d2b;
}

.catchS {
	color:#0c4d2b;
}

/* list */

ul.liCircle li::before {
	background: #0c4d2b;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(253,253,253,.9);
}

.area_flowC .inner_flow .largeTxt {
	color:#0c4d2b;
	border-bottom:1px dotted #CCC;
}



.txtIcon3 {
    background-color: #00aa9f;
}

/* 枠  */

.boxSimple {
	border: solid 1px #CCC;
	padding:1.5em;
	background:#fff;
}

.boxSimple2 {
	border: solid 1px #CCC;
	padding:1.5em;
	background:#fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
}

.boxFrame {
	padding:2em;
	border:3px solid #F1C03F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxFrameDouble {
	padding:2em;
	border:3px double #F1C03F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxDot {
	padding:2em;
	border:  dotted 2px #E3AA24;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background:#FEFDE9;

}

.boxFablic {
	padding:2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	margin-bottom:40px;
	background:#FEFDE9;
	box-shadow: 0px 0px 0px 10px #FEFDE9;
	border:  dotted 2px #E3AA24;
}



@media only screen and (max-width: 600px) {

.boxFrame {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxFrameDouble {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxDot {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em
}

.boxFablic {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

}


































* 囲み */

.boxSimple {
	border: solid 1px #CCC;
	padding:1em;
}

.boxSimple2 {
	border: solid 1px #CCC;
	padding:1em;
	background: rgba(250,250,250,.85);
}

.boxFrame {
	padding:2em;
	border:3px solid #F1C03F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxFrameDouble {
	padding:2em;
	border:3px double #F1C03F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

@media only screen and (max-width: 600px) {

.boxFrame {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxFrameDouble {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

}

/* index_wp flexバージョン　*/

.index_wp ul {
	max-height:460px;
	overflow: auto;
}

.index_wp ul li {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	align-items: center;

    margin-bottom: 10px;
    padding-bottom: 10px;
	margin-right:20px;
    border-bottom: 1px dotted #CCCCCC;
}

.index_wp .thumbnail {
    display: inline-block;

}
.index_wp .data {
    margin-left: 20px;
    display: inline-block;
	vertical-align:middle;

}
.index_wp .wp_category {
    margin-left: 10px;
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	font-size:0.8em;
	padding:0.2em 0.8em;
background-color:#0098b9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.index_wp .title {
    margin-left: 20px;
	display: inline-block;
}



@media only screen and (max-width: 768px) {


.index_wp .thumbnail {
}

.index_wp .data {

}
.index_wp .title {

}


}

@media only screen and (max-width: 600px) {


.index_wp ul li {
	display: block;
}

.index_wp .thumbnail {
	display: block;
	margin-bottom:10px;
}

.index_wp .data {
	margin-left: 0;
	display:inline-block;
}

.index_wp .wp_category {
    margin-left: 10px;
	display:inline-block;
	margin-bottom:10px;
}

.index_wp .title {
	display: block;
    margin-left: 0;
}


}
