@charset "utf-8";
/* 明朝体 font-family: 'Sawarabi Mincho';*/
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/*===========================
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: #1a54a5;
	color: #fff;
}


.slicknav_nav a:hover {
	background: #1a54a5; /* オーバー時背景色　*/
    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);
	-moz-box-shadow: 6px 6px 2px -1px rgba(26, 84, 165, 0.3);
-webkit-box-shadow: 6px 6px 2px -1px rgba(26, 84, 165, 0.3);
-ms-box-shadow: 6px 6px 2px -1px rgba(26, 84, 165, 0.3);
box-shadow: 6px 6px 2px -1px rgba(26, 84, 165, 0.3);
}

.column1_60p {
	border:1px solid #1a54a5;
	background: rgba(255,255,255,.9);
	-moz-box-shadow: 6px 6px 2px -1px rgba(26, 84, 165, 0.3);
-webkit-box-shadow: 6px 6px 2px -1px rgba(26, 84, 165, 0.3);
-ms-box-shadow: 6px 6px 2px -1px rgba(26, 84, 165, 0.3);
box-shadow: 6px 6px 2px -1px rgba(26, 84, 165, 0.3);
}

.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:rgba(26, 84, 165, 0.2);
	color:#333;
}

table.table2 th {
	background-color:rgba(26, 84, 165, 0.2);
	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:rgba(26, 84, 165, 0.7);
}



.txtBnr2 a {
	color:#FFF;
	background-color:rgba(26, 84, 165, 0.7);
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:rgba(26, 84, 165, 0.7);
}

.txtBnrInline a {
	color:#FFF;
	background-color:rgba(26, 84, 165, 0.7);
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:rgba(26, 84, 165, 0.7);
}

.txtContacBnrPC {
	color:#FFF;
	background-color:rgba(26, 84, 165, 0.7);
}

/* 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:#1a54a5;
	border-bottom:1px dotted #CCC;
}

.text-type1 {
    font-family:  "Yu Mincho", "游明朝", YuMincho ,"Sawarabi Mincho" , 'ヒラギノ明朝 Pro W3' , 'HiraMinPro-W3' ,serif;
}
.title-type1 {
  border-bottom: solid 3px #ccc;
  position: relative;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
	text-align: left;
	color: #1a54a5;
}
.title-type1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #1a54a5;
  bottom: -3px;
  width: 20%;
}
.dl-type2 dt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1a54a5;
    color: #fff;
    font-size: 2.0em;
    margin-bottom: 20px;
}
.dl-type2 dd {
    text-align: center;
    color: #1a54a5;
    font-size: 1.6em;
    margin-bottom: 20px;
}
.li-type1 {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.li-type1 li {
	width: calc(25% - 15px);
	box-sizing: border-box;
	background-color: rgba(26, 84, 165, 0.8);
	color: #fff;
	text-align: center;
	padding: 0.5em 0;
	margin-bottom: 5px;
	border-radius: 5px;
}
.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:768px){
	.li-type1 li {
		width: 100%;
	}
}
@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;
    }
}


.res-img90 {
    width:90% !important;
	height:auto !important;
}
.res-img80 {
    width:80% !important;
	height:auto !important;
}
.res-img70 {
    width:70% !important;
	height:auto !important;
}
.res-img60 {
    width:60% !important;
	height:auto !important;
}
.res-img50 {
    width:50% !important;
	height:auto !important;
}
.res-img40 {
    width:40% !important;
	height:auto !important;
}
.res-img30 {
    width:30% !important;
	height:auto !important;
}
.res-img20 {
    width:20% !important;
	height:auto !important;
}
@media only screen and (max-width: 768px) {
.res-img90,.res-img80,.res-img70,.res-img60{
     width:100% !important;
	height:auto !important;  
}
}

.res-img90 {
    width:90% !important;
	height:auto !important;
}
.res-img80 {
    width:80% !important;
	height:auto !important;
}
.res-img70 {
    width:70% !important;
	height:auto !important;
}
.res-img60 {
    width:60% !important;
	height:auto !important;
}
.res-img50 {
    width:50% !important;
	height:auto !important;
}
.res-img40 {
    width:40% !important;
	height:auto !important;
}
.res-img30 {
    width:30% !important;
	height:auto !important;
}
.res-img20 {
    width:20% !important;
	height:auto !important;
}
@media only screen and (max-width: 768px) {
.res-img90,.res-img80,.res-img70,.res-img60{
     width:100% !important;
	height:auto !important;  
}
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 600px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
