@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_menu .slicknav_menutxt {  /* MENU文字色　*/
	color: #fff;
}

.slicknav_btn {
    background-color: #4f9f1e;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #4f9f1e;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #4f9f1e;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #4f9f1e; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #96BF51;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #96BF51;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #96BF51;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #96BF51;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #96BF51;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #96BF51;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #96BF51;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #96BF51;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#EFFADE;
	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:#9BC43E;
}


ol.liFeature li::before {
	color: #FFF;
	background:#9BC43E;
}

/* buttons */

.txtBnr a {
	background:#9BC43E;
}



.txtBnr2 a {
	color:#FFF;
	background:#9BC43E;
	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:#4f9f1e;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#4f9f1e;
}

/* catch */

h3.h3Catch1 {
	color:#EEA011;
}

h3.h3Catch2 {
	color:#EEA011;
}

/* catchiphrase */

.catch1 {
	color:#589D2F;
}

.catch2 {
	color:#589D2F;
}

.catchS {
	color:#589D2F;
}

/* list */

ul.liCircle li::before {
	background:#F3AC56;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}


/* 囲み */

.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 #BCC925;
	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);
}

.boxTaiou {
	margin-top:40px;
	padding:2em;
	border:3px solid #BCC925;
	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;
}

.boxTaiou {
	margin:0;
	padding:1.2em 1.2em 0.8em 1.2em;
}

}


