@charset "utf-8";
/*===========================
add
===========================*/

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


/* #5bafc4 #EBC97A を書き換え */


.txtMincho {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}


/* humberger area*/

.slicknav_menu .slicknav_menutxt {  /* MENU文字色　*/
	color: #fff;
}

.slicknav_btn {
    background-color: #5bafc4;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #5bafc4;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #5bafc4;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #5bafc4; /* オーバー時背景色　*/
    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);
}

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

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

.column1_30p {
	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:#5bafc4;
}


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

/* buttons */

.txtBnr a {
	background-color:#5bafc4;
}



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



.txtBnr3 a {
	color:#FFF;
	background-color:#5bafc4;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#5bafc4;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#5bafc4;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#5bafc4;
}

/* catch */

h3.h3Catch1 {
	color:#5bafc4;
}

h3.h3Catch2 {
	color:#5bafc4;
}

/* catchiphrase */

.catch1 {
	color:#5bafc4;
}

.catch2 {
	color:#5bafc4;
}

.catchS {
	color:#5bafc4;
}

/* list */

ul.liCircle li::before {
	background:#EBC97A;
}

ul.liOrangeFlaot li::before {
	color:#5bafc4;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

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


/*  */


.txtIcon {
	color:#FFF;
	background-color:#348D34;
}

.txtIcon2 {
	color:#FFF;
	background-color:#348D34;
}

.txtIcon3 {
	color:#FFF;
	background-color:#348D34;
}

.txtBA {
	color:#FFF;
	background-color:#348D34;
}




/* .fbox */

	.fbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	
	.fbox_1_1 > *{
	width: 46%;
	margin:0 2%;
	margin-bottom: 30px;
	}


	
	.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;
		align-items: center;
	}

	.fbox_reverse > div{
    width: 50%;
	}

	.fbox_reverseWrap > .fbox_reverse:nth-child(even){
		flex-direction: row-reverse;
		
	}

	.fbox_reverseWrap > .fbox_reverse div: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 > *:last-child,
	.fbox_1_2 > *:last-child,
	.fbox_1_1 > *:last-child{
	margin-top: 20px !important;
	}

	.fbox_reverse{
    display: block;
	}

	.fbox_reverse > div{
		width: 100%;
	}
	.fbox_reverseWrap > .fbox_reverse div:nth-child(odd){
		padding-left: 0;
		padding-right: 0;
		}
	}




