@charset "utf-8";
/*===========================
add
===========================*/
html{
  scroll-behavior: smooth;
}
/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_btn {
    background-color: #005476;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #005476;  /* ナビ色　*/
}

.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 #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:#eaf4ff;
	color:#333;
}

table.table2 th {
	background-color:#eaf4ff;
	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:#005476;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#4682b4;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#4682b4;
}

/* catch */

h3.h3Catch1 {
	color:#EEA011;
}

h3.h3Catch2 {
	color:#EEA011;
}

/* catchiphrase */

.catch1 {
	color:#005476;
}

.catch2 {
	color:#005476;
}

.catchS {
	color:#005476;
}

/* list */

ul.liCircle li::before {
	background:#F3AC56;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

.area_flowC .inner_flow .largeTxt {
	color:#005476;
	border-bottom:1px dotted #CCC;
}

.hoverTrans a:hover {
    cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
    
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.list-type1 ,
.list-type2 {
	display: flex;
	justify-content: center;
}
.list-type1 li {
	margin: 0 0.5em;
}
.list-type2 li {
	margin: 0 1em;
	font-size: 1.4em;
}
.list-type1 li img {
	width: 30px;
	height: auto;
}
.list-type4 {
	display: flex;
	justify-content: space-between;
}
.list-type4 li:nth-of-type(1) {
	width: 75%;
}
.list-type4 li:nth-of-type(2) {
	width: 20%;
}
@media screen and (max-width:640px){

	.list-type2 {
		flex-direction: column;
	}
	.list-type2 li {
	font-size: 1.0em;
}
	.list-type4 li:nth-of-type(2) {
		margin-top: 1.5em;
	}
}
.list-type3 li {
	padding-left:1em;
text-indent:-1em;
}
.list-type3 li::before {
	content:  '※';
}

/* subnavi */


.subnavi {
	text-align:center;
	width:100%;
	border-bottom:1px solid #EEE;
	margin-bottom:80px;
}
.subnavi ul {
	margin:0 auto;
	max-width:900px;
    display: flex;
flex-wrap: wrap;
    justify-content: space-between;
}
.subnavi ul li {
    width: 50%;
    box-sizing: border-box;
	line-height:1;
	margin:0;
	padding:0;
	text-align: left;
}
.subnavi ul li a {
	text-decoration:none;
	padding:13px 0 11px;
	display:block;
    color: #555;
}
.subnavi ul li a:hover {
	color:#999;
}
 @media screen and (max-width: 640px) {
 .subnavi {
 border-bottom:none;
}
     .subnavi ul {
         flex-direction: column;
     }
 .subnavi ul li {
 width:100%;
 box-sizing: border-box;
 display:block;
 border:none;
 margin:0;
     
}
.subnavi ul li a {
 box-sizing: border-box;
 margin:0;
 border:none;
 border-bottom:1px dotted #DDD;
    padding:13px 0 11px 20px;
}
 .subnavi ul li.first {
 border-top:none;
}
}

.title-type1 {
    min-width: 100%;
    box-sizing: border-box;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    color: #fff;
  padding: 0.3em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #4682b4;/*背景色*/
  vertical-align: middle;
  border-radius: 25px;/*左側の角を丸く*/
    padding-left:2em;
	margin-bottom: 1em;
}
.title-type2 {
    font-size: 1.4em;
	font-weight: 700;
  border-bottom: solid 3px #ccc;
  position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.title-type2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #4682b4;
  bottom: -3px;
  width: 20%;
}
.title-type3 {
	font-size: 1.2em;
}
.title-type3::before {
	content:  '●';
	margin-right: 0.5em;
	color: #b2b2b2;
}

.dl-type1 {
    display: flex;
    flex-wrap: wrap;
}
.dl-type1 dt ,
.dl-type1 dd {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.dl-type1 dt {
    width: 150px;
    padding: 10px 15px;
}
.dl-type1 dd {
    width: calc(100% - 150px);
    padding: 10px 15px;
    position: relative;
}
.dl-type1 dd::before {
    content:  '';
    width: 1px;
    height: calc(100% - 20px);
    background-color: #ccc;
    position: absolute;
    top: 10px;
    left: 0;
}
@media screen and (max-width:600px){
    .dl-type1 dt ,
    .dl-type1 dd{
        width: 100%;
    }
    .dl-type1 dt {
    padding: 10px 15px 0 15px;
        border-bottom: none;
    }
    .dl-type1 dd::before {
        display: none;
    }
}

.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 600px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}