@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_btn {
    background-color: #b91f57;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #b91f57;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #971846;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #971846; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #da7398;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #da7398;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #da7398;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #da7398;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #da7398;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #da7398;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #da7398;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #da7398;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#f8dde7;
	color:#333;
}

table.table2 th {
	background-color:#f8dde7;
	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:#c4537c;
}

/* 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:#d45f8a;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#d45f8a;
}

/* catch */

h3.h3Catch1 {
	color:#d45f8a;
}

h3.h3Catch2 {
	color:#d45f8a;
}

/* catchiphrase */

.catch1 {
	color:#d45f8a;
}

.catch2 {
	color:#d45f8a;
}

.catchS {
	color:#d45f8a;
}

/* list */

ul.liCircle li::before {
	background:#F3AC56;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

.area_flowC .inner_flow .largeTxt {
	color:#b91f57;
	border-bottom:1px dotted #CCC;
}




.mb0{margin-bottom: 0 !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}

.btn2 {
    display: inline-block;
    margin: 0 8px;
}
.btn2 a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0 1em;
    line-height: 30px;
    background: #00679c;
        background-color: rgb(0, 103, 156);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    margin-top: 5px;
}
.btn2 a {
    background-color: #d34c7d;
	padding: 6px 10px;
	min-width: 120px;
}
.tac{
	text-align: center;
}
.btn2 a:hover {
	background-color: #b93a69;
}

.sign{
	text-align: right;
	font-size: 110%;
}
.sign b{
	font-weight: bold;
	display: block;
}
.liReseter.ptn2 li{
	font-size: 110%;
	font-weight: bold;
}
.liReseter.ptn2 li p{
	font-size: 90%;
	font-weight: normal;
}

.liReseter.ptn3 li {
    display: inline-block;
    position: relative;
    padding-left: 1.25em;
    margin-left: 2em;
}
.liReseter.ptn3 li::before {
    position: absolute;
    content: '●';
    font-size: 10px;
    margin-left: -1.25em;
}
.liReseter.ptn4 li {
    display: inline-block;
    position: relative;
    padding-left: 1.25em;
    /* margin-left: 2em; */
	margin-left: 0;
	width: 100%;
}
.liReseter.ptn4 li::before {
    position: absolute;
    content: '●';
    font-size: 10px;
    margin-left: -1.25em;
}
.liReseter.ptn5 {
	width: 100%;
}

.liReseter.ptn5 li {
    display: inline-block;
    position: relative;
    padding-left: 0;
    /* margin-left: 2em; */
	margin:0 1em 0.5em 0;
	width: 31%;
	border-bottom:1px dotted #ccc;
}
.liReseter.ptn5 li::before {
    position: absolute;
    content: '●';
    font-size: 10px;
    margin-left: -1.25em;
}


.inner_flow img{
	max-width: 120px;
}

.txtPtn1{
	font-size: 120%;
}

@media only screen and (max-width: 600px) {
	
	.liReseter.ptn4 li {
		padding-left: 0.25em;
		width: 48%;
	}
	.lay3Plural.ptn4{
		margin: 0em 0 0em 0;
	}
	.liReseter.ptn5 {
		margin-left: 0;
	}
	.liReseter.ptn5 li {
		padding-left: 1em;
		width: 40%;
		margin:0 0.5em 0.5em 0;
		vertical-align:top;
		font-size:90%;
	}
	.liReseter.ptn5 li::before {
		position: absolute;
		content: '●';
		font-size: 10px;
		margin-left: -1.25em;
	}
	

}
