@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_btn {
    background-color: #58a91d;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #58a91d;  /* ナビ色　*/
}

.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: #488a18; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #58a91d;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #58a91d;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #58a91d;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #58a91d;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #58a91d;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #58a91d;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #58a91d;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #58a91d;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#e9f3e2;
	color:#333;
}

table.table2 th {
	background-color:#e9f3e2;
	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;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#EA8E1E;
}

/* 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:#58a91d;
	border-bottom:1px dotted #CCC;
}


@media only screen and (max-width: 600px){
#top-head .logo {
padding: 10px 0;
}
#top-head .logo img {
width: 260px;
}
}


/*//////////add//////////*/

.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_strongL{
		font-weight: bold;
	font-size: 150%;
	letter-spacing: 0.025em;	
	}
	.txt_color{
		color: #58a91d;
	}
	.txt_right{
	text-align: right;
	}
	.txt_center{
	text-align: center;
	}
	.mw500{
		max-width: 500px;
		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%;
	}
	.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_3 h3 {
		font-size: 1.4em;
		font-weight: bold;
	}
	.fbox_3 > div:nth-child(n + 4){
		margin-top: 20px;
	}

@media screen and (max-width: 600px){
.fbox_3 > *{
width: 49%;
}

.fbox_3 > div:nth-child(n + 3){
margin-top: 10px;
}
.fbox_3 h3 {
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: -0.03em;
}
}


	.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;
	background-color: #f5f5f5;
	}
	@media screen and (max-width: 600px){
	.fbox_2_1 > *,
	.fbox_1_2 > *,
	.fbox_1_1 > *{
	width: 100% !important;
	margin-left: 0 !important;
	}
	.fbox_2_1 > *:not(:last-child),
	.fbox_1_2 > *:not(:last-child),
	.fbox_1_1 > *:not(:last-child){
	margin-bottom: 20px !important;
	}
}

	.liCircle-inline{
		background-color: #eee;
		padding: 20px 15px;
		box-sizing: border-box;
	}
	.liCircle-inline li{
		display: inline-block;
		margin: 0 5px;
	}
	.liCircle-inline li::before {
    margin-left: -2.6rem;
}