@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_menu .slicknav_menutxt {  /* MENU文字色　*/
	color: #fff;
}

.slicknav_btn {
    background-color: #fa8155;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #fa8155;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #fa8155;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #fa8155; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

.column1_100p {
	border:1px solid #fa8155;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #fa8155;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #fa8155;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #fa8155;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #fa8155;
	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(250,129,85,.4);
	color:#333;
}

table.table2 th {
	background-color:rgba(250,129,85,.4);
	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:#fa8155;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#fa8155;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#fa8155;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#EA8E1E;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#fa8155;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#fa8155;
}

/* catch */

h3.h3Catch1 {
	color:#fa8155;
}

h3.h3Catch2 {
	color:#fa8155;
}

/* catchiphrase */

.catch1 {
	color:#fa8155;
}

.catch2 {
	color:#fa8155;
}

.catchS {
	color:#fa8155;
}

/* list */

ul.liCircle li::before {
	background:#fa8155;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

.area_flowC .inner_flow .largeTxt {
	color:#fa8155;
	border-bottom:1px dotted #CCC;
}

.text-type2 {
    font-family:  "Yu Mincho", "游明朝", YuMincho ,"Sawarabi Mincho" , 'ヒラギノ明朝 Pro W3' , 'HiraMinPro-W3' ,serif;
    text-align: right;
    font-size: 1.4em;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.text-type1 {
	background: rgba(250,129,85,.1);
	padding: 1em;
	font-size: 1.2em;
}
.title-type1 {
	font-size: 1.4em;
	color: #fff;
	background: rgb(250,129,85);
background: linear-gradient(90deg, rgba(250,129,85,1) 0%, rgba(250,129,85,0) 100%);
	padding: 0.4em 1em;
	margin-bottom: 1em;
}
.title-type2 {
	font-size: 1.3em;
	color: #fff;
	padding: 0.4em 1em;
	margin-bottom: 1em;
	background: rgba(250,129,85,1);
	position: relative;
	overflow: hidden;
}
.title-type2::before {
	content:  '';
	background-color: #fff; /* 切り替わる色 */
	content: '';
	display: block;
	opacity: 0.5; /* 不透明度 */
	transform: rotate(-30deg);
	position: absolute;
	bottom: -30px;
	right: -100px;
	width: 200px;
	height: 200px;
}
.box-type1 {
	border: 2px solid #fa8155;
	padding: 1em;
}
.box-type1 h4 {
	color: #fa8155;
}

.dl-type1 {
    display: flex;
    flex-wrap: wrap;
}
.dl-type1 dt ,
.dl-type1 dd {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.dl-type1 dt {
    width: 150px;
    padding: 10px 15px;
}
.dl-type1 dd {
    width: calc(100% - 150px);
    padding: 10px 15px;
    position: relative;
}
.dl-type1 dd::before {
    content:  '';
    width: 1px;
    height: calc(100% - 20px);
    background-color: #ccc;
    position: absolute;
    top: 10px;
    left: 0;
}
@media screen and (max-width:600px){
    .dl-type1 dt ,
    .dl-type1 dd{
        width: 100%;
    }
    .dl-type1 dt {
    padding: 10px 15px 0 15px;
        border-bottom: none;
    }
    .dl-type1 dd::before {
        display: none;
    }
}
