@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_btn {
    background-color: #41b879;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #41b879;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #41b879;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #41b879; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

.column1_100p {
	border:1px solid #009933;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #009933;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #009933;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #009933s;
	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:#bee0ce;
	color:#333;
}

table.table2 th {
	background-color:#bee0ce;
	color:#333;
}

.tdColorBeige {
	background:#FEF8E9 !important;
	text-align:center;
	vertical-align:middle;
}
.vam {
	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:#E8840B;
	border-bottom:1px dotted #CCC;
}

.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	line-height: 1.5em;
}


.title-type1 {
    font-size: 1.2em;
  border-bottom: solid 3px #ccc;
  position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.title-type1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #41b879;
  bottom: -3px;
  width: 20%;
}
.dl-type2 dt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #009966;
    color: #fff;
    font-size: 1.8em;
    margin-bottom: 20px;
}
.dl-type2 dd {
    text-align: center;
    color: #009966;
    font-size: 2.0em;
    margin-bottom: 20px;
}
.box-type1 {
	display: flex;
	align-items: center;
	border: 3px solid #009966;
		background-color: #fff;
	box-sizing: border-box;
	border-radius: 5px;
}
.box-type1 p {
	padding: 2em;
	font-size: 1.3em;
}
.li-type1 ,
.li-type2 {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.li-type1 li {
	width: 45%;
	text-align: center;
	background-color: #41b879;
	color: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 0.4em 0;
	margin-bottom: 1em;
}
.li-type2 li {
	margin-bottom: 3em;
}
.li-type2 li:nth-of-type(1) ,
.li-type2 li:nth-of-type(2n + 1) {
	width: 60%;
}
.li-type2 li:nth-of-type(2n) {
	width: 33.75%;
}
@media screen and (max-width:600px){
	.li-type1 ,
	.li-type2 {
		flex-direction: column;
	}
	.li-type1 li ,
	.li-type2 li {
		width: 100% !important;
	}
}