@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_btn {
    background-color: #E8840B;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #E8840B;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #F98D17;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #F98D17; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #EBC97A;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #EBC97A;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #EBC97A;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #EBC97A;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #EBC97A;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #EBC97A;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #EBC97A;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #EBC97A;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#FEEDD3;
	color:#333;
}

table.table2 th {
	background-color:#FEEDD3;
	color:#333;
}

.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;
}



/* addon-circle */ 

.circle-big::before {
	color: #FFF;
	background:#F59338;
}


ol.liFeature li::before {
	color: #FFF;
	background:#EEB853;
}

/* buttons */

.txtBnr a {
	background-color:#EA8E1E;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#EA8E1E;;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#EA8E1E;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#EA8E1E;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#EA8E1E !important;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#EA8E1E !important;
}

/* catch */

h3.h3Catch1 {
	color:#EEA011;
}

h3.h3Catch2 {
	color:#EEA011;
}

/* catchiphrase */

.catch1 {
	color:#EEA011;
}

.catch2 {
	color:#EEA011;
}

.catchS {
	color:#EEA011;
}

/* list */

ul.liCircle li::before {
	background:#F3AC56;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

.area_flowC .inner_flow .largeTxt {
	color:#E8840B;
	border-bottom:1px dotted #CCC;
}

/* ADD 共通 */


h3{
	line-height: 1.6;
}

.mtS{
	margin-top: 20px;
	}
	
	.mtM{
	margin-top: 40px;
	}
	
	.mtL{
	margin-top: 60px;
	}
	@media screen and (max-width: 768px){
	.mtM{
	margin-top: 30px;
	}
	.mtL{
	margin-top: 40px;
	}
	}
	
	.txt_strong{
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.025em;
	}
	.txt_center{
		text-align: center;
	}
	.txt_left{
		text-align: left;
	}
	.txt_right{
		text-align: right;
	}

	.mw600
	{
		max-width: 600px;
		width: 100%;
		margin-left: auto !important;
		margin-right: auto;
		}
	.mw700{
	max-width: 700px;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto;
	}
	.mw900{
	max-width: 900px;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto;
	}


.fbox{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.fbox_1_1 > *{
width: 49%;
margin-bottom: 30px;
}
.fbox_1_1 > *:nth-child(2n){
margin-left: 2%;
}
.fbox_2_1 > *:first-child{
width: 65%;
}
.fbox_2_1 > *:last-child{
width: 33%;
}
.fbox_1_2 > *:first-child{
width: 33%;
}
.fbox_1_2 > *:last-child{
width: 65%;
}
.fbox_3 > *{
width: 32%;
}
.fbox_reverse{
display: flex;
max-width: 1100px;
margin: 0 auto;
}
.fbox_reverse > *{
width: 50%;
}
.fbox_reverseWrap > .fbox_reverse:nth-child(even){
flex-direction: row-reverse;
}

.fbox_reverseWrap > .fbox_reverse > *:nth-child(odd){
padding: 30px;
box-sizing: border-box;
line-height: 1.8;
}
@media screen and (max-width: 768px){
.fbox_3 > *,
.fbox_2_1 > *,
.fbox_1_2 > *,
.fbox_1_1 > *{
width: 100% !important;
}
.fbox_3 > * + *,
.fbox_2_1 > *:not(:last-child),
.fbox_1_2 > *:not(:last-child),
.fbox_1_1 > *:not(:last-child){
 margin-bottom: 20px !important;
}
.fbox_reverse{
display: block;
}

.fbox_reverse > *{
width: 100%;
}
.fbox_1_1 > *:nth-child(2n){
	margin-left: 0;
}
.fbox_reverseWrap > .fbox_reverse *:nth-child(odd){
padding-left: 0;
padding-right: 0;
}
}
.check{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.check li{
	width: 49%;
	box-sizing: border-box;
	font-size: 18px;
	border-bottom: none;
	text-align: left;
	padding-left:24px;
	position:relative;
	margin-top: 30px;
	font-weight: bold;
	line-height: 1.6;
	}
	@media screen and (max-width: 768px){
	.check{display: block;}
	.check li{width: 100%;}
	}
	.check li:before,
	.check li:after{
	content:"";
	display:block;
	position:absolute;
	}
	.check li:before{
	width:18px;
	height:18px;
	background:#379ad6;
	left:0;top:5px;
	
	}
	.check li:after{
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	width: 6px;
	height: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 5px;
	top: 10px;
	border-radius: 2px;
	}






/* Add original */
#mainCatch {
	/* position: relative; */
	min-height: 560px;
	box-sizing: border-box;
}

#mainCatch .mainCatch__inner {

	position: absolute;
	width: 100%;
	bottom: 0;
	text-align:center;
	padding:0.5em 1em;
	color:#fff;
	line-height: 1.6;
	background: rgba(0,0,0,.4);
	box-sizing: border-box;
/* font-family: 'Noto Serif JP', serif; */
}

.mainCatch__lead{
	font-size:2.4em;
}
.mainCatch__lead span{
	display: block;
	font-size: 150%;
}
.mainCatch__txt{
	font-size:1.4em;
	margin-top: 20px;
}

@media screen and (max-width: 768px){
#mainimage {
		height: 440px;

}

#mainCatch {
min-height: auto;
}
#mainCatch p {
word-break: keep-all;
font-size: 1.2em;
}
.mainCatch__lead span{
	font-size: 110%;
}

.mainCatch__txt{
	font-size: 1.1em !important;
	margin-top: 0;
}

}

 .bg_ttl{
	background: #e67800;
	color: #fff;
	font-size: 1.8em;
	padding: 5px 10px;
	border: none;
}
@media screen and (max-width: 768px){
	.bg_ttl{
		font-size: 1.1em;
	}
}
.home_linkBox.fbox_1_1 > * {
	width: 49%;
	margin-bottom: 10px;
}

.home_linkBox a{
	display: block;
	color: #333;
	text-decoration: none;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 1.6rem;
	border:3px solid #e67800;
	transition: 0.5s ease-out;
}
.home_linkBox a:hover{
	opacity: 0.5;
}
.home_linkBox a i{
	color:#e67800;
	margin-right: 10px;
}
@media screen and (max-width: 768px){
	.home_linkBox a{
		font-size: 1.2rem;
	}
}
.lead_1{
	font-size: 1.8em;
	color: #e67800;
	text-align: center;
	margin-bottom: 1.5em;
}
.fbox_reverseWrap > .fbox_reverse{
	background-color: #fff;
}
@media screen and (max-width: 768px){

.fbox_reverseWrap > .fbox_reverse .lead_1{
	margin-bottom: 0.5em;
}

}

@media screen and (max-width: 600px){
.lead_1{
	font-size: 1.2em;

}
}

.linkBtn{
	text-align: center;
}
.linkBtn a{
background: #e67800;
color: #fff;
border-radius: 3px;
text-decoration: none;
font-size: 16px;
padding: 10px 20px;
padding-right: 30px;
position: relative;
display: inline-block;
transition: 0.5s ease-out;
}
.linkBtn a:hover{
	opacity: 0.8;
}
.linkBtn a::before,
.linkBtn a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.linkBtn a::before{
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.linkBtn a::after{
	right:11px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}

.maker__ttl{
	padding-left: 10px;
	border-left:5px solid #e67800;
}
.linkList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.linkList li{
	width: 49.5%;
}
.linkList a{
border: 1px solid #e67800;
border-radius: 3px;
color: #e67800;
text-decoration: none;
font-size: 16px;
padding: 10px 20px;
padding-right: 40px;
position: relative;
margin-bottom: 10px;
display: block;
transition: 0.5s ease-out;
}

.linkList a:hover{
	opacity: 0.8;
}
.linkList a::before,
.linkList a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.linkList a::before{
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 1px solid #e67800;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.linkList a::after{
	right:16px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #e67800;
}

.meyasu h4{
	background-color: #379ad6;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	margin: 0;
	font-weight: bold;
}

.meyasu ul{
	padding: 20px 30px;
	background-color: #f5f5f5;
}

.voice > div{
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.voice > div h3 i{
	margin-right: 5px;
	color:  #e67800;
}

.txtContacBnr a {
	background: #e67800;
}

.txtContacBnr a:hover{
	opacity: 0.8;
}

.area_flowC .inner_flow .txtWrap a.tel{
	color: #333;
}
.area_flowC .inner_flow .largeTxt span{
	background-color: #E8840B;
	display: inline-block;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	margin-right: 10px;
	line-height: 30px;
}
.pay{
	background: #eee;
}
.pay h4{
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	background-color: #333;
	color:#fff;
	padding: 0 10px;
	display: inline-block;
}

.pay p{
	font-size: 95%;
	padding: 10px;
}

.anchor {
	padding-top: 100px;
	margin-top: -100px;
}

@media screen and (max-width: 768px){
.anchor {
	padding-top: 20px;
	margin-top: -20px;
}
}
/*===========================
spacer
===========================*/


.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.mt80 {
	margin-top:80px !important;
}
.mt0{
	margin-top:0px !important;}
	
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb0{
	margin-bottom:0px !important;}

@media screen and (max-width: 768px) {
.mt10,.mt20,.mt30 {
     margin-top:4% !important;
}
.mb10,.mb20,.mb30 {
     margin-bottom:4% !important;
}
.mt40,.mt50,.mt60 {
     margin-top:5% !important;
}
.mb40,.mb50,.mb60 {
     margin-bottom:5% !important;
}
.mt70,.mt80 {
     margin-top:8% !important;
}
.mb70,.mb80 {
     margin-bottom:8% !important;
}
}
