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

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


/* humberger area*/

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

.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: #5bca8f;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #5bca8f; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

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

.column1_80p {
	border:1px solid #41b879;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #41b879;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #41b879;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #41b879;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #41b879;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #41b879;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #41b879;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #41b879;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#e6fff2;
	color:#333;
}

table.table2 th {
	background-color:#e6fff2;
	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:#41b879;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#41b879;
}

/* catch */

h3.h3Catch1 {
	color:#EEA011;
}

h3.h3Catch2 {
	color:#EEA011;
}

/* catchiphrase */

.catch1 {
	color:#EEA011;
}

.catch2 {
	color:#EEA011;
}

.catchS {
	color:#FB5328;
}

/* list */

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

/* flow */


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

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



.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.txtstyle3 {
	font-size: 1.6em;
	font-weight: bold;
}
.box2 {
    background-color: #f6f6f6;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #f6f6f6;
    padding: 2em;
}
.lay2profile1{
	float: left;
    width: 72%;
    margin: 0 2% 1em 2%;
}
.lay2profile2{
float: left;
    width: 20%;
    margin: 0 2% 1em 2%;	
}
@media screen and (max-width: 768px) {
.lay2profile1,.lay2profile2 {
 width:100%;
 float:none;
 margin:0 0 2em 0;
}
}
ol.liNum {
	counter-reset:number;
	list-style-type: none;
}
ol.liNum li {
	border-bottom: dotted 1px #ccc;
	position: relative;
	padding: 0.5em 0.5em 0.5em 34px;
	line-height: 1.5em;
	font-size:1.2em;
}
ol.liNum li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #41b879;
	color: white;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top:17%;
	/*以下 上下中央寄せのため
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

ol li:last-of-type {
	border-bottom: none; /*最後のliの線だけ消す*/
}