@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;}
}

/*===========================
ph
===========================*/
/*s-ph----------*/
@media screen and (min-width: 769px) {
	.s-ph{
		width: 60%;
		margin: 0 auto 50px;
	}
}
@media screen and (max-width: 768px) {
	.s-ph{
		margin: 0 auto 30px;
		width: 94%;
	}
}

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

/*===========================
header
===========================*/
#headContent .logoArea img {
	max-width:380px;
}
@media screen and (max-width: 600px) {
	#headContent .logoArea img {
		max-width:250px;
	}
}

/*===========================
top-add
===========================*/
/*box1----------*/
/*contPadMB-----*/
.top-add .box1 .contPadMB{
	width: 60%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.top-add .box1 .contPadMB{
		width: 80%;
	}
}
@media screen and (max-width: 600px) {
	.top-add .box1 .contPadMB{
		width: 100%;
	}
}

/*===========================
cont1-add
===========================*/
/*box1----------*/
/*in01-----*/
@media screen and (min-width: 769px) {
	.cont1-add .box1 .in01{
		width: 90%;
		margin: 30px auto 0;
	}
}

.cont1-add .box1 .in01 .f-item2-3,
.cont1-add .box1 .in01 .f-item1-3{
	margin: 0;

}

.cont1-add .box1 .in01 h4{
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.cont1-add .box1 .in01 h4{
		margin-bottom: 30px;
	}
}

.cont1-add .box1 .in01 .f-wrap{
	font-size: 1.2rem;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
	.cont1-add .box1 .in01 .f-wrap{
		font-size: 1.1rem;
	}
}

.cont1-add .box1 .in01 .f-wrap li{
	margin-bottom: 10px;
}

/*in02-----*/
@media screen and (min-width: 769px) {
	.cont1-add .box1 .in02{
		margin: 30px auto 0;
	}
}

@media screen and (min-width: 601px) {
	.cont1-add .box1 .in02 .f-item1-3{
		margin: 0;
	}
}

.cont1-add .box1 .in02 .f-item1-3:last-child{
	margin-bottom: 0;
}

.cont1-add .box1 .in02 h4{
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.cont1-add .box1 .in02 h4{
		margin-bottom: 30px;
	}
}

.cont1-add .box1 .in02 .f-wrap{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.cont1-add .box1 .in02 ul{
	width: fit-content;
  margin: auto;
}
.cont1-add .box1 .in02 li{
	font-size: 1.2rem;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.cont1-add .box1 .in02 li{
		font-size: 1.1rem;
	}
}

/*in03-----*/
.cont1-add .box1 .in03 .f-item1-3{
	border: 2px solid #dd443b;
	background-color: #fff;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.cont1-add .box1 .in03 h4{
	margin: 0 !important;
	background-color: #dd443b;
	padding: 6px 0;
	color: #fff;

	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}

.cont1-add .box1 .in03 h4:after{
	content: none;
}

.cont1-add .box1 .in03 p{
	padding: 15px;
}



/*box2----------*/
.cont1-add .box2 .ph{
	width: 80%;
	margin: 0 auto 30px;
}

.cont1-add .box2 img{
	border-radius: 0 !important;
}

.cont1-add .box2 .ph a{
	padding: 30px !important;
	border: 1px solid #b0b0b0 !important;
	display: block;
	background-color: #fff;
	transition: 0.3s;
}

.cont1-add .box2 .ph a:hover{
	opacity: 0.5;
}

.cont1-add .box2 ul{
	width: fit-content;
  margin: 15px auto 0;
}

.cont1-add .box2 .link-box{
	display: block;
	text-align: center;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.cont1-add .box2 .link-box{
		font-size: 1rem;
	}
}
@media screen and (max-width: 600px) {
	.cont1-add .box2 .link-box{
		text-align: left;
	}
}

.cont1-add .box2 .link-box a{
	color: #dd443b;
}
.cont1-add .box2 .link-box a:hover{
	text-decoration: none;
}

/*===========================
cont2-add
===========================*/
/*box1----------*/
.cont2-add .box1 .txt01{
	margin-bottom: 25px;
	font-size: 1.6rem;
	color: #dd443b;
}
@media screen and (max-width: 768px) {
	.cont2-add .box1 .txt01{
		margin-bottom: 20px;
		font-size: 1.4rem;
		line-height: 140%;
	}
}

/*box2----------*/
@media screen and (min-width: 601px) {
	.cont2-add .box2 table th{
		width: 20%;
	}
}



/*===========================
footer
===========================*/
.footLogo img{
	width: 298px;
}




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

/* 基本カラー  */

.fcBasic {
	color:#ef6c70;
}


/* table  */

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

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

.tdColor1 {
	background-color:#FEF8EF !important;
}

.tdColor2 {
	background-color:#FEEEE0 !important;
}


/* buttons */

.txtBnr2 a {
	background-color:#EA8E1E;
	color: #FFF;
}


/*.txtIcon  */

.txtIcon {
	background-color:#EA8E1E;
	color: #FFF;
}

.txtIconBlock {
	background-color:#EA8E1E;
	color: #FFF;
}

.txtIconPoint {
	background-color:#ABC853;
}

/* catchiphrase */

.catch1 {
	color:#dd443b;
}

.catch2 {
	color:#dd443b;
}

.catch3 {
	color:#dd443b;
}

/*circle-number*/

.circle-big {
	color:#EEA011;
}

/* list */

ul.liCircle li::before , ul.liInline li::before ,  ul.liInline2Div li::before , ul.liInline3Div li::before , ul.liInline4Div li::before {
	background:#dd443b;
}

/* faq */

dl.faq dt::before {
	color: #FFF;
	background:#dd443b;
}

dl.faq dd::before {
	color: #FFF;
	background:#2c648e;
}

/* 枠  */

.boxFrame {
	border:3px solid #dd443b;
}

.boxFrameDouble {
	border:3px double #dd443b;
}

.boxDot {
	border:2px dotted #dd443b;
	background:#FEFDE9;
}

.boxFablic {
	background:#FEFDE9;
	box-shadow: 0px 0px 0px 10px #FEFDE9;
	border:  dotted 2px #E3AA24;
}


/* 事業内容　*/

ul.liBusiv {
	text-align:center;
	margin-bottom:2em;
}
ul.liBusi li {
	padding:0.2em 1em;
	font-size:1.2em;
	width:100%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#41b879;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

ul.liBusi2Div {
	text-align:center;
	margin-bottom:2em;
}
ul.liBusi2Div li {
	display:inline-block;
	padding:0.2em 1em;
	font-size:1.2em;
	width:46%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#41b879;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

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

ul.liBusi2Div li {
	display:block;
	width:100%;
}
}


.txtIconM {
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	line-height: normal;
	padding: 0.4em 1em 0.5em 1em;
	background-color:#00926e;
	margin: 0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


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

.txtIconM {
	font-size: 1.1em;
}
}

/* 画像とテキストを交互に表示画像バージョン */


.contents-wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
    background-color: rgba(252, 252, 252, 0.92);
}
.contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction:row-reverse;
}
.contents-text {
	width: 50%; /*flex: 2;*/
    /* flex: 2; */
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
}
.contents-img {
	width: 50%; /*flex: 1;*/
}
.contents-text h3 {/* 要調整 */
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 1em;
	color:#00926e;
	text-align:left;
}
.contents-text h3::after {/* 要調整 */
 content: none;
}
.contents-text-catch {
    margin: 0 auto 20px;
    text-align: center;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.125em;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    border-bottom: 4px solid #62c0b5;
    padding-bottom: 8px;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
@media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction: column-reverse;
	padding: 20px 0 0;
}
.contents-wrap:last-child{
	padding-bottom: 20px;
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:50px;
}
.contents-text{
	padding:0 20px;
	margin-bottom:20px;
}
.contents-text h3 {
	font-size: 1.3em;
}
}


/* 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 .thumbnail img {
	width:100px;
	height:auto;
}

.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:#CC4206;
	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;
}


}

