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

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


/* humberger area*/

.slicknav_btn {
    background-color: #1a54a5;  /* 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: #F98D17;
	color: #fff;
}

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


/* column  */

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

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

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

.column2_80p {
	border:3px double #1a54a5;
	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:#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;
}




/*強調文字（太文字）*/
.font_0{
  font-weight: bold;
}
/*強調文字（大文字）*/
.font_1{
  font-weight: bold;
  font-size: 1.5rem!important;
}
/*強調文字（色）*/
.font_2 {
  color: #1a54a5!important;
  font-weight: bold;
}
/*強調文字（色+大文字）*/
.font_3 {
  color: #1a54a5!important;
  font-weight: bold;
  font-size: 1.5rem!important;
  line-height: 1.5;
}
/*画像枠*/
.bd{
  border: 1px #ddd solid;
}
/*画像サイズ*/
.wd80{
width:80%!important;
}
.wd60{
width:60%!important;
}
.r-number {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 82px;
  font-size: 46px;
  background-color: #1a54a5;
    color: #FFF;
}
a {
  color: #1a54a5;
}
.v-mid{
  vertical-align: middle;
}
table.table4 th {
	background-color:#FEEDD3;
  color:#333;
  width: 50%;
}
table.table4 th {
  padding: 0.35em 0.5em;
  border-bottom: 1px #cdcdcd solid;
  border-right: 1px #cdcdcd solid;
  letter-spacing: 0;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
table.table4 td {
  padding: 0.35em 0.5em;
  border-bottom: 1px #cdcdcd solid;
  border-right: 1px #cdcdcd solid;
  font-weight: normal;
  letter-spacing: 0;
  background-color: #FFF;
  vertical-align: middle;
}
table.table4 {
  width: 100%;
  border-top: 1px #cdcdcd solid;
  border-left: 1px #cdcdcd solid;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  box-sizing: border-box;
}
table.table5 th {
	background-color:#FEEDD3;
  color:#333;
  width: 30%;
}
table.table5 th {
  padding: 0.35em 0.5em;
  border-bottom: 1px #cdcdcd solid;
  border-right: 1px #cdcdcd solid;
  letter-spacing: 0;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
table.table5 td {
  padding: 0.35em 0.5em;
  border-bottom: 1px #cdcdcd solid;
  border-right: 1px #cdcdcd solid;
  font-weight: normal;
  letter-spacing: 0;
  background-color: #FFF;
  vertical-align: middle;
}
table.table5 {
  width: 100%;
  border-top: 1px #cdcdcd solid;
  border-left: 1px #cdcdcd solid;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  box-sizing: border-box;
}
.th15 {
  width: 15%!important;
}
table.table6 th {
	background-color:#FEEDD3;
  color:#333;
  width: calc(100% / 6);
}
table.table6 th {
  padding: 0.35em 0.5em;
  border-bottom: 1px #cdcdcd solid;
  border-right: 1px #cdcdcd solid;
  letter-spacing: 0;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
table.table6 td {
  padding: 0.35em 0.5em;
  border-bottom: 1px #cdcdcd solid;
  border-right: 1px #cdcdcd solid;
  font-weight: normal;
  letter-spacing: 0;
  background-color: #FFF;
  vertical-align: middle;
}
table.table6 {
  width: 100%;
  border-top: 1px #cdcdcd solid;
  border-left: 1px #cdcdcd solid;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  box-sizing: border-box;
}

table.table7 th {
	background-color:#FEEDD3;
  color:#333;
  width: calc(100% / 6);
}
table.table7 th {
  padding: 0.35em 0.5em;
  border-bottom: 1px #cdcdcd solid;
  border-right: 1px #cdcdcd solid;
  letter-spacing: 0;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
table.table7 td {
  padding: 0.35em 0.5em;
  border-bottom: 1px #cdcdcd solid;
  border-right: 1px #cdcdcd solid;
  font-weight: normal;
  letter-spacing: 0;
  background-color: #FFF;
  vertical-align: middle;
}
table.table7 {
  width: 100%;
  border-top: 1px #cdcdcd solid;
  border-left: 1px #cdcdcd solid;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px){
  .font_1 {
    font-size: 1.1rem!important;
  }
  .wd60 {
    width: 100%!important;
}
.font_3 {
  font-size: 1.2rem!important;
}
.wd80 {
  width: 100%!important;
}
}
