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

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

/* 基本　#1a54a5; */

.fcBasic {
	color:#efda8a !important;
}

.bgBasic {
	background-color:#efda8a !important;
}



/* column  */ 

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

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

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

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

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


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

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

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

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

/* table  */ 

table.table3 th {
	background-color:#fae9ab;
	color:#000;
}

table.table2 th {
	background-color:#fae9ab;
	color:#000;
}

.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;
}

.tdColGreen {
	background:#ECF5D1!important;
	text-align:center;
	vertical-align:middle;
}

.tdColBlue {
	background:#F3F7FC!important;
	text-align:center;
	vertical-align:middle;
}

.tdColPink {
	background:#FEE7E0!important;
	text-align:center;
	vertical-align:middle;
}


/* addon-circle */ 

.circle-big::before {
	color: #FFF;
	background:#F59338;
}


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

/* buttons */

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



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



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

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



/* contactBtn */


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

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

/* catch */

h3.h3Catch1 {
	color:#efda8a ;
}

h3.h3Catch2 {
	color:#efda8a ;
}

/* catchiphrase */

.catch1 {
	color:#efda8a ;
}

.catch2 {
	color:#efda8a ;
}

.catchS {
	color:#efda8a ;
}

/* list */

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

/* flow */


.area_flowC .inner_flow {
	background: rgba(253,253,253,.9);
}

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



.txtIcon3 {
    background-color: #efda8a ;
}

/* 枠  */ 

.boxSimple {
	border: solid 1px #CCC;	
	padding:1.5em;
	background:#fff;
}

.boxSimple2 {
	border: solid 1px #CCC;	
	padding:1.5em;
	background:#fff;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
}

.boxFrame {
	padding:2em;
	border:3px solid #F1C03F;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxFrameDouble {
	padding:2em;
	border:3px double #F1C03F;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxDot {
	padding:2em;
	border:  dotted 2px #E3AA24;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	margin-bottom:40px;
	background:#FEFDE9;
	
}

.boxFablic {
	padding:2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	margin-bottom:40px;
	background:#FEFDE9;
	box-shadow: 0px 0px 0px 10px #FEFDE9;
	border:  dotted 2px #E3AA24;
}



@media only screen and (max-width: 600px) {

.boxFrame {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxFrameDouble {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxDot {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em
}

.boxFablic {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

}




