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

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


/* humberger area*/

.slicknav_btn {
    background-color: #0098b9;  /* MENU背景　*/
}

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

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

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

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


.slicknav_nav .slicknav_row:hover {
	background: #04718a;
	color: #fff;
}

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


/* column  */ 

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

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

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

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

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


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

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

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

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

/* table  */ 

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

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

table.table2 th.ptn2 {
	background-color:#0c4f5e;
	color:#fff;
}

.tdColorBeige {
	background:#ddf9ff !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:#056d85;
}


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

/* buttons */

.txtBnr a {
	background-color:#056d85;
}



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



.txtBnr3 a {
	color:#FFF;
	background-color:#056d85;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#056d85;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#056d85;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#056d85;
}

/* catch */

h3.h3Catch1 {
	color:#045163;
}

h3.h3Catch2 {
	color:#045163;
}

/* catchiphrase */

.catch1 {
	color:#045163;
}

.catch2 {
	color:#045163;
}

.catchS {
	color:#045163;
}

/* list */

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

/* flow */


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

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






.mb0{margin-bottom: 0 !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.fsz1{
	font-size: 135%;
	font-weight: bold;
}
.fsz2{
	font-size: 110% !important;
	font-weight: bold;
}
.fsz3{
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 20px;
}
.fsz8{
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #1a54a5;
}


.fsz4{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
	background-color: #1a54a5;
	padding: 3px 10px;
	border-radius: 6px;
}
.fsz5{
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: 20px;
	color: #fff;
	background-color: #1a54a5;
	padding: 3px 10px;
	border-radius: 6px;
}
.fsz5 span{
	font-weight: bold;
	margin-left: 5px;
}
.fsz6{
	font-size: 13px;
}

img.small{
	max-width: 80px;
	width: 100%;
	margin-right: 10px;
}

.dib{
	display: inline-block !important;
	vertical-align: middle;
}
.tar{text-align: right;}


.inner_flow .leftCnt{
	display: inline-block;
	width: 84%;
	vertical-align: top;
}
.inner_flow .rightCnt{
	display: inline-block;
	width: 15%;
	vertical-align: top;
}
.inner_flow .rightCnt img{
	max-width: 150px;
	width: 100%;
}


@media only screen and (max-width: 768px){
	.inner_flow .leftCnt{
		display: block;
		width: 100%;
	}
	.inner_flow .rightCnt{
		text-align: center;
		display: block;
		width: 100%;
	}
	.inner_flow .rightCnt img{
		max-width: 160px;
		width: 100%;
	}
}




ul.check {
    position: relative;
}
ul.check li {
    border-bottom: 1px dashed #CCC;
}
ul.check li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
}
ul.check li::before {
    color: #1a54a5;
}
ul.check li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
.pb100{padding-bottom: 100px;}

.tac{text-align: center;}

a.btn{
	display: inline-block;
	text-align: center;
	background-color: #0098b9;
	padding: 3px 8px;
	border-radius: 5px;
	color: #fff;
}