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

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

/* header */
#top-head {
	background: rgba(255,255,255,0.8);
}



/* humberger area*/

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

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

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

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

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


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

.slicknav_nav a:hover {
	background: #2C356B; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

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

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

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

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

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


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

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

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

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

/* table  */ 

table.table3 th {
	background-color:#E7F1FE;
	color:#333;
}

table.table2 th {
	background-color:#E7F1FE;
	color:#333;
}

.tdColorBeige {
	background:#D6E8FC !important;
	text-align:center;
	vertical-align:middle;
}

.tdColorSkyBlue {
	background:#F7FCFF !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:#2D85CC;
}


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

/* buttons */

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



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



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

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



/* contactBtn */


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

.txtContacBnrPC {
	color:#FFF;
	background-color:#1a54a5;
}

/* catch */

h3.h3Catch1 {
	color:#EEA011;
}

h3.h3Catch2 {
	color:#EEA011;
}

/* catchiphrase */

.catch1 {
	color:#EEA011;
}

.catch2 {
	color:#31845A;
}

.catchS {
	color:#EEA011;
}

/* list */

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

/* flow */


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

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




