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

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


/* humberger area*/

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

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

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

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

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


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

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

.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:#64b7f2;
	color:#fff;
}

table.table2 th {
	background-color:#2981c0;
	color:#fff;
}
table.table2 th.color1 {
    background-color: #64b7f2;
}


/* addon-circle */ 

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


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

/* 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:#EA8E1E;
}

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

/* catch */

h3.h3Catch1 {
	color:#EEA011;
}

h3.h3Catch2 {
	color:#EEA011;
}

/* catchiphrase */

.catch1 {
	color:#EEA011;
}

.catch2 {
	color:#EEA011;
}

.catchS {
	color:#EEA011;
}

/* list */

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

/* flow */


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

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


.title-type1 {
    font-size: 1.3em;
  border-bottom: solid 3px #ccc;
  position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.title-type1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0066cc;
  bottom: -3px;
  width: 20%;
}

.list-type1 {
    display: flex;
flex-wrap: wrap;
    justify-content: space-between;
}

.list-type1 li {
    width: calc(100% / 4);
    box-sizing: border-box;
}
@media screen and (max-width:768px){
    .list-type1 li {
    width: calc(100% / 2);
}
}@media screen and (max-width:640px){
    .list-type1 li {
    width: calc(100% / 2);
}
}

.img-type1 img {
    width: 50%;
}
.img-type1:hover {
    opacity: .7;
}
.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	line-height: 1.5em;
}
.box-type2 {
     margin-right: auto;
margin-left: auto;
    position: relative;
    padding: 30px;
    border: solid 3px #2981c0;
    border-radius: 8px;
    margin-top: 40px;
}
.box-type2 h4 {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.5em;
    background: #f9f9f9;
    color: #2981c0;
    font-weight: bold;
}
.box-type2 ul {
    display: flex;
flex-wrap: wrap;
    justify-content: space-between;
}
.box-type2 ul  li {
    width: calc(100% / 2);
    font-size: 1.3em;
}