@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_menu .slicknav_menutxt {  /* MENU文字色　*/
	color: #fff;
}

.slicknav_btn {
    background-color: #3c3c3c;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #3c3c3c;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #3c3c3c;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #3c3c3c; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #EBC97A;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #EBC97A;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #EBC97A;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #3c3c3c;
	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:rgba(60,60,60,.1);
	color:#333;
}

table.table2 th {
	background-color:rgba(60,60,60,.1);
	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:#3c3c3c;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#3c3c3c;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#3c3c3c;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#3c3c3c;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#3c3c3c;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#3c3c3c;
}

/* catch */

h3.h3Catch1 {
	color:#EEA011;
}

h3.h3Catch2 {
	color:#EEA011;
}

/* catchiphrase */

.catch1 {
	color:#21293b;
}

.catch2 {
	color:#21293b;
}

.catchS {
	color:#21293b;
}

/* list */

ul.liCircle li::before {
	background:#3c3c3c;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

.area_flowC .inner_flow .largeTxt {
	color:#3c3c3c;
	border-bottom:1px dotted #CCC;
}


#mainCatch p span {
	display: block;
	line-height: 1.3;
	margin-top: 0.4em;
}

.title-type1 {
	font-size: 1.4em;
	color: #fff;
	padding: 0.4em 1.0em;
	background: rgb(60,60,60);
background: linear-gradient(90deg, rgba(60,60,60,0.8) 0%, rgba(60,60,60,0.3) 100%);
}
.title-type2 {
	position: relative;
	font-size: 1.2em;
	padding-bottom: 0.4em;
	margin-bottom: 1.0em;
}
.title-type2::after {
	content:  '';
	width: 100%;
	height: 2px;
	background: rgb(60,60,60);
background: linear-gradient(90deg, rgba(60,60,60,0.8) 0%, rgba(60,60,60,0.3) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.li-type1 ,
.li-type2 ,
.li-type3 {
	display: flex;
    flex-wrap: wrap;
	
}
.li-type1 li {
	box-sizing: border-box;
	width: calc(100% / 3);
}
.li-type2 li {
	box-sizing: border-box;
	width: calc(100% / 4);
}
.li-type3 li {
	box-sizing: border-box;
	width: calc(100% / 2);
}

.img_before ,
.img_after {
    position: relative;
    z-index: 0;
}
.img_before::before ,
.img_after::before {
    font-size: 1.5em;
    border: 2px solid #3c3c3c;
    width: 3.8em;
    height: 3.8em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}
.img_before::before {
    content:  'Before';
    color: #3c3c3c;
    background-color: rgba(255,255,255,.8);
}
.img_after::before {
    content:  'After';
    color: #fff;
    background-color: rgba(60,60,60,.8);
}
.bnr-type1 {
	width: 240px;
}

@media screen and (max-width:600px){
	.li-type1 ,
.li-type2 ,
.li-type3 {
		flex-direction: column;
	}
		.li-type1 li ,
.li-type2 li ,
	.li-type3 li {
		width: 100%;
	}
	.txtContacBnr a {
		width: 100%;
	}
	.title-type1 {
		font-size: 1.1em;
		padding: 0.3em 0.6em;
	}
}