@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_btn {
    background-color: #85ce9e;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #85ce9e;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #b9f3cd;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #b9f3cd; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #85ce9e;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #85ce9e;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #85ce9e;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #85ce9e;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #85ce9e;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #85ce9e;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #85ce9e;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #85ce9e;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#f1fff5;
	color:#333;
}

table.table2 th {
	background-color:#f1fff5;
	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:#85ce9e;
}


ol.liFeature li::before {
	color: #FFF;
	background:#85ce9e;
}

/* buttons */

.txtBnr a {
	background-color:#85ce9e;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#85ce9e;;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#85ce9e;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#85ce9e;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#85ce9e;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#85ce9e;
}

/* catch */

h3.h3Catch1 {
	color:#85ce9e;
}

h3.h3Catch2 {
	color:#85ce9e;
}

/* catchiphrase */

.catch1 {
	color:#85ce9e;
}

.catch2 {
	color:#85ce9e;
}

.catchS {
	color:#85ce9e;
}

/* list */

ul.liCircle li::before {
	background:#F3AC56;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

.area_flowC .inner_flow .largeTxt {
	color:#85ce9e;
	border-bottom:1px dotted #CCC;
}



.contPad38p{
	width: 38%;
	margin: 0 auto;
}
.h4color{
	padding: 0.5em;/*文字周りの余白*/
  color: #333;/*文字色*/
  background: #fff;/*背景色*/
  border-left: solid 5px #85ce9e;/*左線（実線 太さ 色）*/
	margin-bottom: 1em;
	font-size: 1.4em;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.txtstyle3 {
	font-size: 1.6em;
	font-weight: bold;
}
ol.liFeature .no1::before {
    content: '1';
}
.txtIcon2{
	background-color: #85ce9e;
}
.txtIcon3{
	background-color: #85ce9e;
}
@media only screen and (max-width: 768px){
	.contPad38p{
	width: 100%;
	margin: 0 auto;
}
}
