@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: #0098b9;
	color: #fff;
}

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


/* column  */ 

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

.column1_80p {
	border:3px solid #0098b9;
	background: rgba(255,255,255,.9);
	border-radius: 10px;
}

.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:#b4c6e7;
	color:#333;
}

table.table2 th {
	background-color: #305496;
	color:#fff;
}

.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:#0098b9;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#0098b9;
}

/* 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.2em;
  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 #0098b9;
  bottom: -3px;
  width: 20%;
}
.title-type2 {
	width: 50%;
	margin: 0 auto 1em;
	text-align: center;
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: rgba(0,152,185,.3);
	font-size: 2.0em;
	box-sizing: border-box;
	border-radius: 10px;
}

.title-type2:before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  content: '';
  border: 3px solid #0098b9;
	border-radius: 10px;
}
.title-type3 {
	background-color: #0098b9; /* 背景色 */
	color: #fff; /* 文字色 */
	overflow: hidden;
	padding: 10px; /* 余白 */
	position: relative;
	border-radius: 5px;
}
.title-type3:before {
	background-color: #fff; /* 円の色 */
	border-radius: 50%;
	content: '';
	display: block;
	opacity: 0.3; /* 円の不透明度 */
	position: absolute;
	top: -20px;
	left: 0px;
	width: 200px; /* 円の幅 */
	height: 200px; /* 円の高さ */
}
.text-type1 {
background: linear-gradient(transparent 70%, #ffcc33 70%);
    padding: 0 0.5em;
    font-weight: 700;
}
.image-type1 img {
	border-radius: 10px;
}
.table-type1 th {
	background-color: #b4c6e7;
	color: #fff;
}
.table-type1 th.color1 {
	background-color: #b4c6e7;
	color: #333;
}
.table-type1 td {
	vertical-align: middle;
}
.table-type1 td.color2 {
	background-color: #d9e1f2;
	text-align: center;
}
.tdW10p2 ,
.tdW15p2 ,
.tdW20p2 ,
.tdW40p2 {
	box-sizing: border-box;
}
.tdW10p2 {
	width: 10%;
}
.tdW15p2 {
	width: 15%;
}
.tdW20p2 {
	width: 20%;
}
.tdW40p2 {
	width: 40%;
}
.dl-type1 {
    display: flex;
    flex-wrap: wrap;
	width: 300px;
	background-color: #fff;
}
.dl-type1 dt ,
.dl-type1 dd {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.dl-type1 dt {
    width: 100px;
    padding: 5px 15px;
}
.dl-type1 dd {
    width: calc(100% - 100px);
    padding: 5px 15px;
    position: relative;
}
.dl-type1 dd::before {
    content:  '';
    width: 1px;
    height: calc(100% - 20px);
    background-color: #ccc;
    position: absolute;
    top: 10px;
    left: 0;
}
.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	line-height: 1.5em;
}
.image-type2 {
	display: flex;
	justify-content: space-between;
	margin-top: 2em;
}
.image-type2 img {
	width: calc(50% - 5px);
}
@media screen and (max-width:600px){
	.dl-type1 ,
    .dl-type1 dt ,
    .dl-type1 dd ,
	.image-type2 img ,
	.title-type2 {
        width: 100%;
    }
    .dl-type1 dt {
    padding: 10px 15px 0 15px;
        border-bottom: none;
    }
    .dl-type1 dd::before {
        display: none;
    }
	.image-type2 {
		flex-direction: column;
	}
	.image-type2 img {
		margin-bottom: 1em;
	}
	.title-type2 {
		font-size: 1.3em;
		margin-top: 3em;
	}
	.table-type1 {
		width: 1000px !important;
	}
}