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

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


/* #E8840B #EBC97A を書き換え */


.txtMincho {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}


/* humberger area*/

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

.slicknav_btn {
    background-color: #E8840B;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #E8840B;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #E8840B;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #E8840B; /* オーバー時背景色　*/
    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);
}

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

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

.column1_30p {
	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 #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:#FEEDD3;
	color:#333;
}

table.table2 th {
	background-color:#FEEDD3;
	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:#E8840B;
}


ol.liFeature li::before {
	color: #FFF;
	background:#EBC97A;
}

/* buttons */

.txtBnr a {
	background-color:#E8840B;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#E8840B;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#E8840B;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#E8840B;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#E8840B;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#E8840B;
}

/* catch */

h3.h3Catch1 {
	color:#E8840B;
}

h3.h3Catch2 {
	color:#E8840B;
}

/* catchiphrase */

.catch1 {
	color:#E8840B;
}

.catch2 {
	color:#E8840B;
}

.catchS {
	color:#E8840B;
}

/* list */

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

ul.liOrangeFlaot li::before {
	color:#E8840B;
}

/* flow */


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

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



/* .fbox */

	.fbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	
	.fbox_1_1 > *{
	width: 46%;
	margin:0 2%;
	margin-bottom: 30px;
	}


	
	.fbox_2_1 > *:first-child{
	width: 65%;
	}
	.fbox_2_1 > *:last-child{
	width: 33%;
	}
	
	.fbox_1_2 > *:first-child{
	width: 33%;
	}
	.fbox_1_2 > *:last-child{
	width: 65%;
	}
	
	.fbox_3 > *{
	width: 32%;
	}


	.fbox_reverse{
		display: flex;
		align-items: center;
		background:#f9f9f9;
	}

	.fbox_reverse > div{
    width: 50%;
	}

	.fbox_reverseWrap > .fbox_reverse:nth-child(even){
		flex-direction: row-reverse;
		
	}

	.fbox_reverseWrap > .fbox_reverse div:nth-child(odd){
	padding: 30px;
	box-sizing: border-box;
	line-height: 1.8;
	}
	
	@media screen and (max-width: 768px){
	.fbox_3 > *,
	.fbox_2_1 > *,
	.fbox_1_2 > *,
	.fbox_1_1 > *{
	width: 100% !important;
	}
	.fbox_3 > * + *,
	.fbox_2_1 > *:last-child,
	.fbox_1_2 > *:last-child,
	.fbox_1_1 > *:last-child{
	margin-top: 20px !important;
	}

	.fbox_reverse{
    display: block;
	}

	.fbox_reverse > div{
		width: 100%;
	}
	.fbox_reverseWrap > .fbox_reverse div:nth-child(odd){
		padding-left: 0;
		padding-right: 0;
		}
	}

.mt {
   margin-top:20px !important;
}
.mb {
   margin-bottom:40px !important;
}
.box-sd {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.tx-flex {
   text-align:center;   
}

@media only screen and (max-width: 768px) {
.box-sd {
    padding: 1.2rem;
    box-sizing: border-box;
}
.tx-flex {
   text-align:left;   
}

}
.catch01 {
   text-align:center;
   font-size:1.6em;
   font-weight:800;
   line-height:1.6;
   color:#E8840B;
   
}
.tx-center {
   text-align:center;   
}
.wd40{
   width:40% !important;
   margin:auto;
}
.wd50 {
  width:50% !important;
  margin:0 auto;
}
.wd60 {
  width:60% !important;
  margin:0 auto;
}
.wd70 {
  width:70% !important;
  margin:0 auto;
}
.wd80 {
  width:80% !important;
  margin:auto;
}
.wd85 {
  width:85% !important;
  margin:0 auto;
}
.wd90 {
  width:90% !important;
  margin:0 auto;
}
.wd95 {
  width:95% !important;
  margin:0 auto;
}

@media only screen and (max-width: 768px) {
.wd40,.wd50,.wd60,.wd70,.wd80,.wd85,.wd90,.wd95{
   width:100% !important;
   margin:auto;
}
}
ol.num_order {
 padding-left:20px;
}
ol.num_order li {
    padding: 5px 0 4px 0;
    list-style-type: decimal;
}

/* wp */
.tx-right {
	text-align:right;
}
.titleWrap {
	display: flex;
  align-items: center;
}
.data {
    margin-left: 15px;
    display: inline-block;
}
.title {
    margin-left: 15px;
	display: inline-block;
}

.imghover:hover{
	opacity:0.6;
	transition:0.6s;
}
@media only screen and (max-width: 480px) {
.titleWrap {
    display: block;
    align-items: flex-start;
}
span.txtCenter {
    display: block;
}	
.data {
    margin-left: 0;
	display: block;
}
.title {
    margin-left: 0;
	display: block;
}	
}
.box1 {
    background-color: rgba(243,248,255,0.42);
    padding: 2em;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
    border-radius: 15px;
}
.box1 ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}