@charset "UTF-8";
/* CSS Document */


/*======================================

	common

=======================================*/

body {
	font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
	margin: 0;
	overflow: auto;
}

body.noscroll {
	overflow: hidden;
}


p {
	letter-spacing: 0.05em;
	line-height: 2.4em;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
}

.disable_pc {
	display: none;
}

.f_left {
	float: left;
}

img.f_left {
	margin-right: 15px;
	margin-bottom: 15px;
}


.f_right {
	float: right;
}

a img {
	opacity: 1;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

a:hover img {
	opacity: .75;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}


.al_right {
	text-align: right;
}

.al_left {
	text-align: left;
}

.al_center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.chu {
	font-size: 11px;
}

.point {
	color: #ff0000;
}



.disable_sp {
	display: block;
}


.show_sp {
	display: none;
}

.disable_pc {
	display: none;
}


.unshown {
	opacity: 0;
	
	/* -webkit-transition: all .4s;
	transition: all .4s; */
}


.ul_yellow {
	background: linear-gradient(transparent 60%, #ffff00 40%);
    padding: 0 3px;
}

/*======================================

	parts

=======================================*/

/** .arrLink **/
.arrLink {
	content: '';
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(43, 187, 230, 1);
	margin-right: 4px;
	top: 3px;
}


.arrLink .arr {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 9px;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}


.arrLink .arr:before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 1px;
	background: #fff;
}

.arrLink .arr:after {
	content: '';
	position: absolute;
	display: block;
	top: 1px;
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}


.arrLink.col_01 {
	background: rgba(255, 255, 255, 1);
}

.arrLink.col_01  .arr:before {
	background: rgba(255, 160, 210, 1);
}

.arrLink.col_01 .arr:after {
	border-top: 1px solid rgba(255, 160, 210, 1);
	border-right: 1px solid rgba(255, 160, 210, 1);
}


.arrLink.col_02 {
	background: rgba(255, 255, 255, 1);
}

.arrLink.col_02  .arr:before {
	background: rgba(0, 85, 215, 1);
}

.arrLink.col_02 .arr:after {
	border-top: 1px solid rgba(0, 85, 215, 1);
	border-right: 1px solid rgba(0, 85, 215, 1);
}


.arrLink.col_03 {
	background: rgba(255, 255, 255, 1);
}

.arrLink.col_03  .arr:before {
	background: rgba(135, 220, 180, 1);
}

.arrLink.col_03 .arr:after {
	border-top: 1px solid rgba(135, 220, 180, 1);
	border-right: 1px solid rgba(135, 220, 180, 1);
}


.arrLink.col_04_01 {
	background: rgba(255, 255, 255, 1);
}

.arrLink.col_04_01  .arr:before {
	background: rgba(255, 186, 0, 1);
}

.arrLink.col_04_01 .arr:after {
	border-top: 1px solid rgba(255, 186, 0, 1);
	border-right: 1px solid rgba(255, 186, 0, 1);
}


.arrLink.col_04_02 {
	background: rgba(255, 255, 255, 1);
}

.arrLink.col_04_02  .arr:before {
	background: rgba(247, 164, 176, 1);
}

.arrLink.col_04_02 .arr:after {
	border-top: 1px solid rgba(247, 164, 176, 1);
	border-right: 1px solid rgba(247, 164, 176, 1);
}


.arrLink.col_04_03 {
	background: rgba(255, 255, 255, 1);
}

.arrLink.col_04_03  .arr:before {
	background: rgba(135, 160, 232, 1);
}

.arrLink.col_04_03 .arr:after {
	border-top: 1px solid rgba(135, 160, 232, 1);
	border-right: 1px solid rgba(135, 160, 232, 1);
}


.arrLink.col_04_04 {
	background: rgba(255, 255, 255, 1);
}

.arrLink.col_04_04  .arr:before {
	background: rgba(115, 173, 115, 1);
}

.arrLink.col_04_04 .arr:after {
	border-top: 1px solid rgba(115, 173, 115, 1);
	border-right: 1px solid rgba(115, 173, 115, 1);
}

.arrLink.col_04_04s {
	background: rgba(115, 173, 115, 1);
}

.arrLink.col_04_04s  .arr:before {
	background: rgba(255, 255, 255, 1);
}

.arrLink.col_04_04s .arr:after {
	border-top: 1px solid rgba(255, 255, 255, 1);
	border-right: 1px solid rgba(255, 255, 255, 1);
}


.arrLink.col_04_05 {
	background: rgba(255, 255, 255, 1);
}

.arrLink.col_04_05  .arr:before {
	background: rgba(45, 186, 216, 1);
}

.arrLink.col_04_05 .arr:after {
	border-top: 1px solid rgba(45, 186, 216, 1);
	border-right: 1px solid rgba(45, 186, 216, 1);
}



/** .arrAcc **/
.arrAcc {
	content: '';
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(43, 187, 230, 1);
	margin-right: 4px;
	top: 3px;
}

.arrAcc .arr {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 9px;
}


.arrAcc .arr:after {
	content: '';
	position: absolute;
	display: block;
	top: 0px;
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(135deg);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}







/** .btn_wrap **/

.btn_wrap a {
	position: relative;
	display: inline-block;
	height: 36px;
	min-width: 130px;
	border: 1px solid rgba(43, 187, 230, 1);
	text-align: center;
	border-radius: 18px;
	text-decoration: none;
	background: #fff;
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap.btn_orange a {
	border: 1px solid rgba(253, 201, 153, 1);
	background: #fff;
}

.btn_wrap:hover a {
	background: rgba(43, 187, 230, 1);
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap.btn_orange:hover a {
	background: rgba(251, 120, 0, 1);
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap.btn_orange.act a {
	background: rgba(251, 120, 0, 1);
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap a p {
	margin-bottom: 0;
	position: relative;
	top: 3px;
	padding-left: 18px;
	padding-right: 42px;
	box-sizing: border-box;
	font-size: 13px;
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap:hover a p {
	margin-left: 0;
	color: rgba(255, 255, 255, 1);
	
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap.btn_orange.act a p {
	margin-left: 0;
	color: rgba(255, 255, 255, 1);
	
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap a .cir {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -15px;
	background: rgba(43, 187, 230, 1);
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap.btn_orange a .cir {
	background: rgba(251, 120, 0, 1);
}

.btn_wrap.btn_orange.act a .cir {
	background: rgba(255, 255, 255, 1);
}

.btn_wrap:hover a .cir {
	right: -15px;
	border: 1px solid rgba(43, 187, 230, 1);
	background: rgba(255, 255, 255, 1);
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap.btn_orange:hover a .cir {
	right: -15px;
	border: 1px solid rgba(251, 120, 0, 1);
	background: rgba(255, 255, 255, 1);
	
	-webkit-transition: all .2s;
	transition: all .2s;
}


.btn_wrap a .cir .arr {
	content: "";
	display: block;
	width: 11px;
	height: 12px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.btn_wrap a .cir .arr:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap:hover a .cir .arr:before {
	background: rgba(43, 187, 230, 1);
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap.btn_orange:hover a .cir .arr:before {
	background: rgba(251, 120, 0, 1);
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap.btn_orange.act a .cir .arr:before {
	background: rgba(251, 120, 0, 1);
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap a .cir .arr:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid rgba(255, 255, 255, 1);
	border-right: 1px solid rgba(255, 255, 255, 1);
	position: absolute;
	top: 1.5px;
	right: 0;
	transform: rotate(45deg);
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap:hover a .cir .arr:after {
	border-top: 1px solid rgba(43, 187, 230, 1);
	border-right: 1px solid rgba(43, 187, 230, 1);
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap.btn_orange:hover a .cir .arr:after {
	border-top: 1px solid rgba(251, 120, 0, 1);
	border-right: 1px solid rgba(251, 120, 0, 1);
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap.btn_orange.act a .cir .arr:after {
	border-top: 1px solid rgba(251, 120, 0, 1);
	border-right: 1px solid rgba(251, 120, 0, 1);
	
	-webkit-transition: all .2s;
	transition: all .2s;
}


.btn_wrap a .cir .plus:before {
	content: "";
	display: block;
	width: 60%;
	height: 1px;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap:hover a .cir .plus:before {
	background: rgba(43, 187, 230, 1);
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap a .cir .plus:after {
	content: "";
	display: block;
	width: 1px;
	height: 60%;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap:hover a .cir .plus:after {
	background: rgba(43, 187, 230, 1);
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn_wrap.ankerLink a .cir {
	transform: rotate(90deg);
}

.btn_wrap.ankerLink.act a .cir {
	transform: rotate(-90deg);
}

.btn_wrap.ankerLink:hover a .cir {
	
}


/** .btn_wrap **/





/** 

float_navi

**/
@media screen and (max-width: 499px) {
	
}


/*======================================

	common

=======================================*/

#container {

}

#container .wrapper {
	
}

.w1000 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 999px) {
	.w1000 {
		width: 92%;	
	}
}


.pankuzu_wrap {
	padding: 6px;
}

.pankuzu_wrap p {
	font-size: 11px;
	color: #666666;
	margin-bottom: 0;
}

.pankuzu_wrap p a {
	text-decoration: none;
}

.pankuzu_wrap p .act {
	font-weight: bold;
	color: #2bbbe6;
}

.pl1em {
	text-indent: -1em;
	padding-left: 1em;
}

ul li {
	line-height: 2.4em;
	margin-bottom: 8px;
}

ul.pl1em {
	text-indent: -1em;
	padding-left: 1em;
}

ul.pl1em li {
	line-height: 2.4em;
	margin-bottom: 8px;
}

ul.pl12em {
	text-indent: -1.2em;
	padding-left: 1.2em;
}

ul.pl12em li {
	line-height: 2.4em;
	margin-bottom: 8px;
}

ul.pl3em {
	text-indent: -3em;
	padding-left: 3em;
}

ul.pl3em li {
	line-height: 2.4em;
	margin-bottom: 8px;
}

.mr1em {
	margin-right: 1em;
}


/*======================================

	header

=======================================*/

header {
	width: 100%;
	height: 121px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.9);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media screen and (max-width: 767px) {
	header {
		height: auto;	
	}
}

header.floatMenuOn {
	background: none;
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont {
	width: 100%;
}

header .cont:after {
	content: '';
	clear: both;
	display: block;
}

header .cont .logo {
	margin-top: 8px;
	margin-left: 15px;
	box-sizing: border-box;
	border-radius: 26px;
	padding: 3px 12px;
	float: left;
	background: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 767px) {
	
	header .cont .logo {
		margin-top: 15px;	
		margin-left: 2%;
	}
	
	header .cont .logo img {
		width: 80px;
	}
	
	
}


header .cont .btn_menu {
	width: 140px;
	height: 48px;
	border-radius: 24px;
	border: 1px solid #aae4f5;
	float: right;
	margin-top: 8px;
	margin-right: 27px;
	margin-bottom: 8px;
	background: rgba(255, 255, 255, 1);
	
	text-align: center;
	position: relative;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media screen and (max-width: 767px) {
	
	header .cont .btn_menu {
		height: 42px;
		margin-right: 2%;
	}
	
	
}

header .cont .btn_menu.active {
	background: rgba(43, 187, 230, 1);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont .btn_menu:hover {
	background: rgba(43, 187, 230, 1);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}


header .cont .btn_menu a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
}

header .cont .btn_menu a .cont:after {
	content: '';
	clear: both;
	display: block;
}

header .cont .btn_menu a .cont .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-100%, -50%);
	
	color: rgba(43, 187, 230, 1);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont .btn_menu.active a .cont .txt {
	color: rgba(255, 255, 255, 1);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont .btn_menu:hover a .cont .txt {
	color: rgba(255, 255, 255, 1);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont .btn_menu a .cont .icon {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(80%, -50%);
	
	width: 28px;
	height: 22px;
}

header .cont .btn_menu a .cont .icon ul {
	display: block;
	margin-bottom: 0;
}

header .cont .btn_menu a .cont .icon li.bar {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: rgba(43, 187, 230, 1);
}

header .cont .btn_menu:hover a .cont .icon li.bar {
	
	background: rgba(255, 255, 255, 1);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont .btn_menu.active a .cont .icon li.bar {
	
	background: rgba(255, 255, 255, 1);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont .btn_menu a .cont .icon li:nth-child(1).bar {
	position: absolute;
	top: 0;
	right: 0;
	
	width: 128%;
}



header .cont .btn_menu.active a .cont .icon li:nth-child(1).bar {
	width: 100%;
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont .btn_menu a .cont .icon li:nth-child(2).bar {
	position: absolute;
	top: calc( 50% - 1px);
	right: 0;
	opacity: 1;
	width: 114%;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}


header .cont .btn_menu.active a .cont .icon li:nth-child(2).bar {
	opacity: 0;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont .btn_menu a .cont .icon li:nth-child(3).bar {
	position: absolute;
	top: 100%;
	right: 0;
	
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
}


header .cont .btn_menu.active a .cont .icon li:nth-child(3).bar {
	top: 50%;
	
	width: 100%;
	transform: rotate(-45deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}


header .cont .gmenu_wrap {
	clear: both;
	
}

@media screen and (max-width: 767px) {
	header .cont .gmenu_wrap {
		display: none;	
	}
}


header .cont .gmenu_wrap ul {
	margin-bottom: 0;
	
	box-sizing: border-box;
	border-top: 1px solid #fff;
}

header .cont .gmenu_wrap ul:after {
	clear: both;
	content: '';
	display: block;
}

header .cont .gmenu_wrap ul li {
	width: calc(100% / 6);
	float: left;
	text-align: center;
}

header .cont .gmenu_wrap ul li .br_w999 {
	display: none;
}

header .cont .gmenu_wrap ul li .br_w859 {
	display: none;
}

@media screen and (max-width: 1299px) {
	header .cont .gmenu_wrap ul li {
		width: 15%;
	}
	
	header .cont .gmenu_wrap ul li:nth-child(2) {
		width: 18%;
	}
	
	header .cont .gmenu_wrap ul li:nth-child(3) {
		width: 22%;
	}
}

@media screen and (max-width: 999px) {
	header .cont .gmenu_wrap ul li .br_w999 {
		display: block;
	}
	
	header .cont .gmenu_wrap ul li {
		width: 16%;
	}
	
	header .cont .gmenu_wrap ul li:nth-child(2) {
		width: 16%;
	}
	
	header .cont .gmenu_wrap ul li:nth-child(3) {
		width: 18%;
	}
	
	header .cont .gmenu_wrap ul li:nth-child(5) {
		width: 18%;
	}
}

@media screen and (max-width: 859px) {	
	header .cont .gmenu_wrap ul li .br_w859 {
		display: block;
	}
	
	header .cont .gmenu_wrap ul li:nth-child(1) {
		width: 14%;
	}
	
	header .cont .gmenu_wrap ul li:nth-child(2) {
		width: 18%;
	}
	
	header .cont .gmenu_wrap ul li:nth-child(3) {
		width: 19%;
	}
	
	header .cont .gmenu_wrap ul li:nth-child(4) {
		width: 16%;
	}
	
	header .cont .gmenu_wrap ul li:nth-child(5) {
		width: 19%;
	}
	
	header .cont .gmenu_wrap ul li:nth-child(6) {
		width: 14%;
	}
}


header .cont .gmenu_wrap ul li .txt_wrap_parent {
	background: rgba(43, 187, 230, 1);
	border-left: 1px solid rgba(255, 255, 255, 1);
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 54px;
	overflow: hidden;
	
	border-bottom: 1px solid #fff;
	
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont .gmenu_wrap ul li.act .txt_wrap_parent {
	border-bottom: 0;
	
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont .gmenu_wrap ul li:hover .txt_wrap_parent {
	background: rgba(43, 187, 230, .6);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}


header .cont .gmenu_wrap ul li:first-child .txt_wrap_parent {
	border-left: 0;
}

header .cont .gmenu_wrap ul li.act .txt_wrap_parent {
	background: rgba(255, 255, 255, 1);
	
}

header .cont .gmenu_wrap ul li .txt_wrap_parent:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -100%;
	width: 100%;
	height: 3px;
	background: rgba(255, 255, 255, 1);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont .gmenu_wrap ul li:hover .txt_wrap_parent:after {
	left: 0;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont .gmenu_wrap ul li.act .txt_wrap_parent:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgba(43, 187, 230, 1);
}



header .cont .gmenu_wrap ul li .txt_wrap_parent a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 1.0em;
}

header .cont .gmenu_wrap ul li .txt_wrap_parent a .wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

header .cont .gmenu_wrap ul li .txt_wrap_parent a .wrap .txt {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;
}

@media screen and (max-width: 859px) {	
	header .cont .gmenu_wrap ul li .txt_wrap_parent a .wrap .txt {
		font-size: 13px;
	}
}

header .cont .gmenu_wrap ul li.act .txt_wrap_parent a .wrap .txt {
	color: rgba(43, 187, 230, 1);
	
}

header .cont .gmenu_wrap ul li .txt_wrap_parent a .wrap .txt .small {
	font-size: 12px;
	font-weight: normal;	
}


header .cont .gmenu_wrap ul li .txt_wrap_parent a .wrap .arrAcc {
	background: rgba(255, 255, 255, 1);
	position: absolute;
	top: 50%;
	margin-top: -8px;
	margin-left: -12px;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont .gmenu_wrap ul li.act .txt_wrap_parent a .wrap .arrAcc {
	background: rgba(43, 187, 230, 1);
	transform: rotate(-180deg);
}

header .cont .gmenu_wrap ul li:hover .txt_wrap_parent a .wrap .arrAcc {
	
	transform: rotate(-180deg);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont .gmenu_wrap ul li .txt_wrap_parent a .wrap .arrAcc .arr:after {
	border-top: 1px solid rgba(43, 187, 230, 1);
	border-right: 1px solid rgba(43, 187, 230, 1);
}

header .cont .gmenu_wrap ul li.act .txt_wrap_parent a .wrap .arrAcc .arr:after {
	border-top: 1px solid rgba(255, 255, 255, 1);
	border-right: 1px solid rgba(255, 255, 255, 1);
}

header .cont .gmenu_wrap ul li:hover .txt_wrap_parent a .wrap .arrAcc .arr:after {
	
}



header .cont .gmenu_wrap ul li .txt_wrap_parent a .wrap .arrLink {
	background: rgba(255, 255, 255, 1);
	position: absolute;
	top: 50%;
	margin-top: -8px;
	margin-left: -12px;
}

header .cont .gmenu_wrap ul li.act .txt_wrap_parent a .wrap .arrLink {
	background: rgba(43, 187, 230, 1);
}

header .cont .gmenu_wrap ul li .txt_wrap_parent a .wrap .arrLink .arr:before {
	background: rgba(43, 187, 230, 1);
}

header .cont .gmenu_wrap ul li.act .txt_wrap_parent a .wrap .arrLink .arr:before {
	background: rgba(255, 255, 255, 1);
}

header .cont .gmenu_wrap ul li .txt_wrap_parent a .wrap .arrLink .arr:after {
	border-top: 1px solid rgba(43, 187, 230, 1);
	border-right: 1px solid rgba(43, 187, 230, 1);
}

header .cont .gmenu_wrap ul li.act .txt_wrap_parent a .wrap .arrLink .arr:after {
	border-top: 1px solid rgba(255, 255, 255, 1);
	border-right: 1px solid rgba(255, 255, 255, 1);
}

header .cont .gmenu_wrap ul li:hover .txt_wrap_parent a .wrap .arrLink .arr {
	width: 12px;
}

header .cont .gmenu_wrap ul li.hasChild {
	position: relative;
}

header .cont .gmenu_wrap ul li.hasChild ul.childWrap {
	width: 150%;
	background: rgba(255, 255, 255, 0.9);
	
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 5;
	
	display: none;
}

@media screen and (max-width: 1199px) {	
	header .cont .gmenu_wrap ul li.hasChild ul.childWrap {
		width: 180%;	
	}
}

@media screen and (max-width: 999px) {	
	header .cont .gmenu_wrap ul li.hasChild ul.childWrap {
		width: 320px;	
	}
}

header .cont .gmenu_wrap ul li.hasChild ul.childWrap li.child2nd {
	width: 100%;
	text-align: left;
	float :none;
	padding: 6px;
	box-sizing: border-box;
}

header .cont .gmenu_wrap ul li.hasChild ul.childWrap li.child2nd:hover {
	background: rgba(43, 187, 230, .9);
}

header .cont .gmenu_wrap ul li.hasChild ul.childWrap li.child2nd a {
	text-decoration: none;
}

@media screen and (max-width: 999px) {	
	header .cont .gmenu_wrap ul li.hasChild ul.childWrap li.child2nd a .txt {
		font-size: 13px;
	}
}

header .cont .gmenu_wrap ul li.hasChild ul.childWrap li.child2nd:hover a {
	color: #fff;
}

header .cont .gmenu_wrap ul li.hasChild ul.childWrap li.child2nd:hover a .arrLink {
	background: rgba(255, 255, 255, 1);
	
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont .gmenu_wrap ul li.hasChild ul.childWrap li.child2nd:hover a .arrLink .arr {
	width: 12px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont .gmenu_wrap ul li.hasChild ul.childWrap li.child2nd:hover a .arrLink .arr:before {
	background: rgba(43, 187, 230, 1);
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .cont .gmenu_wrap ul li.hasChild ul.childWrap li.child2nd:hover a .arrLink .arr:after {
	border-top: 1px solid rgba(43, 187, 230, 1);
	border-right: 1px solid rgba(43, 187, 230, 1);
	-webkit-transition: all .4s;
	transition: all .4s;
}



/*======================================

	float_menu

=======================================*/

.sp_bg {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: rgba(43, 187, 230, 1);
	z-index: 99;
	
	display: none;
}


section.float_head_btn .head_btn {
	position: fixed;
	
	top: 14px;
	right: 176px;
	width: 310px;
	z-index: 99999;
}

@media screen and (max-width: 767px) {	
	section.float_head_btn .head_btn {
		top: 75px;
		width: 100%;
		right: auto;
	}
}

section.float_head_btn .head_btn .contact_wrap {
	float: right;
}

section.float_head_btn .head_btn .insurance_wrap {
	float: left;
}

@media screen and (max-width: 767px) {	
	section.float_head_btn .head_btn .contact_wrap {
		width: 50%;
		text-align: center;
	}
	
	section.float_head_btn .head_btn .insurance_wrap {
		width: 50%;
		text-align: center;
	}
	
}

@media screen and (max-width: 349px) {	
	section.float_head_btn .head_btn .contact_wrap {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}
	
	section.float_head_btn .head_btn .insurance_wrap {
		width: 100%;
		float: none;
		text-align: center;
	}
}

section.float_head_btn .head_btn .btn_wrap a {
	background: rgba(255, 255, 255, 1);
	border: 1px solid #aae4f5;
}


section.float_head_btn .head_btn .btn_wrap a p {
	color: #2bbbe6;
}


section.float_head_btn .head_btn .insurance_wrap {
	position: relative;
	padding-bottom: 15px;
}

section.float_head_btn .head_btn .insurance_wrap .btn_wrap {
	position: relative;
	
}

section.float_head_btn .head_btn .insurance_wrap .btn_wrap:after {
	position: absolute;
	left: 50%;
	bottom: -4px;
	content: '';
	width: 16px;
	height: 16px;
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #aae4f5;
	border-right: 1px solid #aae4f5;
	transform: rotate(45deg);
	z-index: 9;
	
	opacity: 0;
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

section.float_head_btn .head_btn .insurance_wrap:hover .btn_wrap:after {
	bottom: -8px;
	
	opacity: 1;
	
	-webkit-transition: all .2s;
	transition: all .2s;
}

section.float_head_btn .head_btn .insurance_wrap .insurance_links {
	position: absolute;
	width: 318px;
	top: 50px;
	left: 50%;
	transform: translate(-50%, 0);
	background: rgba(255, 255, 255, .9);
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
	
	display: none;
}

section.float_head_btn .head_btn .insurance_wrap .insurance_links ul {
	margin-bottom: 0;
}

section.float_head_btn .head_btn .insurance_wrap .insurance_links ul li {
	margin-bottom: 6px;
	padding-left: 13px;
	box-sizing: border-box;
	text-indent: -13px;
}

section.float_head_btn .head_btn .insurance_wrap .insurance_links ul li:last-child {
	margin-bottom: 0;
}

section.float_head_btn .head_btn .insurance_wrap .insurance_links ul li a {
	text-decoration: none;
	color: #333;
}

section.float_head_btn .head_btn .insurance_wrap .insurance_links ul li span.arr {
	content: '';
	display: inline-block;
	width: 7px;
	height: 8px;
	position: relative;
	top: -2px;
	margin-right: 6px;
}

section.float_head_btn .head_btn .insurance_wrap .insurance_links ul li span.arr:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(43, 187, 230, 1);
	
	position: absolute;
	top: 50%;
	left: 0;
}

section.float_head_btn .head_btn .insurance_wrap .insurance_links ul li span.arr:after {
	content: '';
	display: block;
	width: 5.5px;
	height: 5.5px;
	border-top: 1px solid rgba(43, 187, 230, 1);
	border-right: 1px solid rgba(43, 187, 230, 1);
	transform: rotate(45deg);
	
	position: absolute;
	top: 1px;
	right: 0;
}



section.float_head_btn .head_btn .insurance_wrap .btn_wrap a .cir .icon {
	content: url("../../images/common/icon_blank.svg");
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

section.float_head_btn .head_btn .insurance_wrap:hover .btn_wrap a .cir {
	background: #fff;
	border: 1px solid rgba(43, 187, 230, 1);
}

section.float_head_btn .head_btn .insurance_wrap:hover .btn_wrap a .cir .icon {
	content: url("../../images/common/icon_blank_ove.svg");
}

section.float_head_btn .head_btn .insurance_wrap.onAct .btn_wrap a .cir {
	background: #fff;
	border: 1px solid rgba(43, 187, 230, 1);
}

section.float_head_btn .head_btn .insurance_wrap.onAct .btn_wrap a .cir .icon {
	content: url("../../images/common/icon_blank_ove.svg");
}




section#float_menu {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(43, 187, 230, 1);
	z-index: 999;
	
	display: none;
}

section#float_menu .cont {
	margin-top: 180px;
	padding-right: 15px;
	box-sizing: border-box;
	
	height: calc(100vh - 240px);
	overflow: auto;
}

@media screen and (max-width: 767px) {	
	section#float_menu .cont {
		margin-top: 100px;
		
		height: calc(100vh - 120px);
	}
}

section#float_menu .cont::-webkit-scrollbar{
   width: 3px;
}
section#float_menu .cont::-webkit-scrollbar-track{
   background-color: #ffffff;
}
section#float_menu .cont::-webkit-scrollbar-thumb{
   background-color: #ffba00;
}

section#float_menu .cont:after {
	content: '';
	clear: both;
	display: block;
}

section#float_menu .cont .box {
	width: calc(100% / 3);
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}


section#float_menu .cont .box.menu_04 {
	clear: both;
	width: 100%;
	background: rgba(255, 255, 255, .3);
	border: 1px solid rgba(255, 255, 255, 1);
	
	margin-top: 45px;
}


section#float_menu .cont .box.menu_04 .submenu_cont .box {
	margin-bottom: 25px;
}

section#float_menu .cont .box.menu_04_04 {
	clear: both;
	margin-bottom: 0;
}

@media screen and (max-width: 999px) {	
	section#float_menu .cont .box {
		width: 50%;
		float: left;
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	section#float_menu .cont .box:nth-child(2n+1) {
		clear: both;
	}
	
	section#float_menu .cont .box.menu_04_04 {
		/* clear: none;	*/
	}
	
	section#float_menu .cont .box.menu_04_05 {
		clear: none;	
	}
	
}


section#float_menu .cont .box.menu_04_04 .submenu_link {
	background: #fff;
	padding: 6px 6px 6px 26px;
	text-indent: -20px;
}

section#float_menu .cont .box.menu_04_04 .submenu_link a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	
}

section#float_menu .cont .box.menu_04_05 {
	margin-bottom: 0;
}

section#float_menu .cont .box .title:after {
	content: '';
	clear: both;
	display: block;
}

section#float_menu .cont .box .title {
	position: relative;
	margin-bottom: 6px;
}

section#float_menu .cont .box.menu_04 .title.menu_04_title {
	margin-top: -31px;
	margin-bottom: 15px;
}

section#float_menu .cont .box.menu_04 .submenu_cont{
	padding: 0 0 25px 0;
	box-sizing: border-box;
}

section#float_menu .cont .box.menu_04 .submenu_cont:after {
	content: '';
	clear: both;
	display: block;
}


section#float_menu .cont .box .title .icon {
	position: relative;
	width: 62px;
	height: 62px;
	background: #fff;
	border-radius: 31px;
}

section#float_menu .cont .box.menu_01 .title .icon {
	border: 1px solid #ffa0d2;
}

section#float_menu .cont .box.menu_02 .title .icon {
	border: 1px solid #0055d7;
}

section#float_menu .cont .box.menu_03 .title .icon {
	border: 1px solid #87dcb4;
}

section#float_menu .cont .box.menu_04 .title .icon {
	border: 1px solid #50b441;
}

section#float_menu .cont .box.menu_04_01 .title .icon {
	border: 1px solid #ffba00;
}

section#float_menu .cont .box.menu_04_02 .title .icon {
	border: 1px solid #2bbbe6;
}

section#float_menu .cont .box.menu_04_03 .title .icon {
	border: 1px solid #87a0e8;
}

section#float_menu .cont .box.menu_04_04 .title .icon {
	border: 1px solid #73ad73;
}

section#float_menu .cont .box.menu_04_05 .title .icon {
	border: 1px solid #2bbbe6;
}

section#float_menu .cont .box .title .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

section#float_menu .cont .box .title h3 {
	position: absolute;
	top: 50%;
	left: 58px;
	/* margin-top: -16.5px; */
	transform: translate(0, -50%);
	background: #000;
	color: #fff;
	font-size: 14px;
	padding: 6px 12px;
	border-radius: 16.5px;
}

section#float_menu .cont .box.menu_01 .title h3 {
	background: #ffa0d2;
}

section#float_menu .cont .box.menu_02 .title h3 {
	background: #0055d7;
}

section#float_menu .cont .box.menu_03 .title h3 {
	background: #87dcb4;
}

section#float_menu .cont .box.menu_04 .title h3 {
	background: #50b441;
}

section#float_menu .cont .box.menu_04_01 .title h3 {
	background: #ffba00;
}

section#float_menu .cont .box.menu_04_02 .title h3 {
	background: #2bbbe6;
}

section#float_menu .cont .box.menu_04_03 .title h3 {
	background: #87a0e8;
}

section#float_menu .cont .box.menu_04_04 .title h3 {
	background: #73ad73;
}

section#float_menu .cont .box.menu_04_05 .title h3 {
	background: #2bbbe6;
}



section#float_menu .cont .box .menu_cont ul {
	margin-bottom: 0;
}

section#float_menu .cont .box .menu_cont ul li {
	border-bottom: 1px dotted #fff;
	padding: 10px 0 6px 20px;
	text-indent: -20px;
}

section#float_menu .cont .box .menu_cont ul li a {
	text-decoration: none;
	font-size: 13px;
	color: #fff;
}


/** sp float menu **/

@media screen and (max-width: 767px) {	
	section.float_head_btn.disable_sp {
		display: none;
	}
	
	section.float_head_btn.disable_pc {
		display: block;
		margin-bottom: 15px;
	}
	
	section.float_head_btn.disable_pc:after {
		content: '';
		clear: both;
		display: block;	
	}
	
	section.float_head_btn.disable_pc .head_btn {
		position: static;	
	}
	
	section.float_head_btn.disable_pc .head_btn .insurance_wrap .insurance_links {
		position: relative;
		top: 15px;
		left: 0;
		width: 200%;
		transform: translate(0%, 0%);	
	}
	
	section.float_head_btn.disable_pc .head_btn .insurance_wrap .insurance_links li {
		text-align: left;
	}
	
	
	section#float_menu .cont .box {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	
	section#float_menu .cont .box.box menu_01 {
		clear:both;
	}
	
}

@media screen and (max-width: 399px) {	
	section.float_head_btn.disable_pc .head_btn .contact_wrap {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	
	section.float_head_btn.disable_pc .head_btn .insurance_wrap {
		width: 100%;
		float: none;	
	}
	
	section.float_head_btn.disable_pc .head_btn .insurance_wrap .insurance_links {
		width: 100%;	
	}
	
}

/*======================================

	footer

=======================================*/

.totop a {
	display: block;
	content: '';
	background: rgba(43, 187, 230, 1);
	width: 42px;
	height: 42px;
	
	position: fixed;
	right: 2%;
	bottom: 30px;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
}

.totop a:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -20%) rotate(-45deg);
}

footer {
	background: rgba( 213, 241, 250, 1 );
	padding: 35px 0 0 0;
	box-sizing: border-box;
}


footer .cont {
	padding-bottom: 35px;
	box-sizing: border-box;
}

footer .cont .footer_links {
	background: rgba(255, 255, 255, 1);
	padding: 6px 12px;
	margin-bottom: 25px;
}

@media screen and (max-width: 734px) {
	footer .cont .footer_links {
		background: none;
		padding: 0;
	}
}

footer .cont .footer_links:after {
	content: '';
	clear: both;
	display: block;
}

footer .cont .footer_links ul {
	margin-bottom: 0;
}

footer .cont .footer_links ul li {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 0;
}

@media screen and (max-width: 734px) {
	footer .cont .footer_links ul li {
		width: 50%;
		margin-right: 0;
		background: rgba(255, 255, 255, 1);
		padding: 6px ;
		box-sizing: border-box;
		margin-bottom: 1px;
		border-right: 1px solid rgba( 213, 241, 250, 1 );
	}
}

footer .cont .footer_links ul li a {
	font-size: 13px;
	text-decoration: none;
}

@media screen and (max-width: 359px) {
	footer .cont .footer_links ul li a {
		font-size: 11px;
	}
}


footer .cont .support_wrap {
	background: #fff;
	margin-bottom: 25px;
}

footer .cont .support_wrap .cont:after {
	clear: both;
	display: block;
	content: '';
}

footer .cont .support_wrap .cont {
	padding: 15px;
	box-sizing: border-box;
}

footer .cont .support_wrap .cont .text_wrap {
	padding: 15px;
	box-sizing: border-box;
}

footer .cont .support_wrap .cont .text_wrap h3 {
	color: rgba(43, 187, 230, 1);
	font-size: 18px;
	margin-bottom: 8px;
}

footer .cont .support_wrap .cont .text_wrap a {
	text-decoration: none;
}

footer .cont .support_wrap .cont p.chu {
	margin-bottom: 0;
	clear: both;
	padding-left: 15px;
	margin-top: -20px;
	float: left;
}

footer .cont .support_wrap .cont .logo {
	width: 120px;
	float: right;
}

@media screen and (max-width: 767px) {
	footer .cont .support_wrap .cont .text_wrap {
		width: calc(100% - 120px);
		float: right;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;	
	}
	
	footer .cont .support_wrap .cont .text_wrap h3 { 
		font-size: 16px;
	}
	
	footer .cont .support_wrap .cont .logo {
		width: 100px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		float: left;
		margin-bottom: 6px;
		padding-top: 15px;
	}
	
	footer .cont .support_wrap .cont .logo img {
		width: 100%;
	}
	
	footer .cont .support_wrap .cont p.chu {
		float: none;
		padding-left: 0;
		margin-top: 0;
	}
}

@media screen and (max-width: 374px) {
	footer .cont .support_wrap .cont .text_wrap {
		width: 100%;
		float: none;
		padding-bottom: 0;	
	}
	
	footer .cont .support_wrap .cont .logo {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		float: none;
		margin-bottom: 6px;
		padding-top: 15px;
	}
	
	footer .cont .support_wrap .cont .logo img {
		width: 100px;
	}
}


footer .cont .licence_wrap {
	border: 1px solid #fff;
}

footer .cont .licence_wrap:after {
	content: '';
	clear: both;
	display: block;
}

footer .cont .licence_wrap .left_wrap {
	width: 190px;
	padding: 12px;
	box-sizing: border-box;
	float: left;
}

@media screen and (max-width: 734px) {
	footer .cont .licence_wrap .left_wrap {
		width: 100%;
		float: none;
		border-bottom: 1px solid #fff;
	}
}

footer .cont .licence_wrap p {
	font-size: 12px;
	color: #666666;
	margin-bottom: 0;
}

footer .cont .licence_wrap .right_wrap {
	width: calc( 100% - 190px );
	padding: 12px;
	box-sizing: border-box;
	float: right;
	border-left: 1px solid #fff;
}

@media screen and (max-width: 734px) {
	footer .cont .licence_wrap .right_wrap {
		width: 100%;
		float: none;
		border-left: 0;
	}
}


footer .copyright {
	background: rgba( 255, 255, 255, 1 );
	padding: 15px 0 5px 0;
	box-sizing: border-box;
}

footer .copyright .lower_cont:after {
	content: '';
	clear: both;
	display: block;
}

footer .copyright .lower_cont .logo {
	float: left;
}

@media screen and (max-width: 734px) {
	footer .copyright .lower_cont .logo {
		float: none;
		text-align: center;
	}
}

footer .copyright .lower_cont p.copyright_txt {
	float: right;
	font-size: 11px;
	color: #8c8c8c;
	margin-top: 10px;
	margin-bottom: 0;
}

@media screen and (max-width: 734px) {
	footer .copyright .lower_cont p.copyright_txt {
		float: none;
		text-align: center;
	}
}



/*======================================

	top

=======================================*/

#top #contents_wrap .key_v {
	margin-top: 20px;
	margin-bottom: 35px;
	
	background: url("../../images/top/key_v/bg_wave.png");
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 734px) {
	#top #contents_wrap .key_v {
		margin-top: 0;
	}
}

#top #contents_wrap .key_v .box {
	padding: 0 15px;
}

#top #contents_wrap .key_v .box img {
	width: 100%;
	
}

#top #contents_wrap .key_v .box.slick-slide a {
	display: block;
	background: #fff;
}

#top #contents_wrap .key_v .box.slick-slide img {
	opacity: .45;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#top #contents_wrap .key_v .box.slick-active img {
	opacity: 1;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#top #contents_wrap .key_v .slick-dots li {
	margin: 0 3px;
}

#top #contents_wrap .key_v .slick-dots li button:before {
	font-size: 26px;
}

#top #contents_wrap .key_v .slick-dots li.slick-active button:before {
	color: rgba(43, 187, 230, 1);
}

#top #contents_wrap .key_v .slick-prev {
	left: 4%;
	z-index: 99;
}

@media screen and (max-width: 599px) {
	#top #contents_wrap .key_v .slick-prev {
		left: 0;
	}
}

#top #contents_wrap .key_v .slick-prev:before {
	content: url("../../images/common/slick_arr_left.svg");
	
}

#top #contents_wrap .key_v .slick-next {
	right: 4%;
	z-index: 99;
}

@media screen and (max-width: 599px) {
	#top #contents_wrap .key_v .slick-next {
		right: 0;
	}
}

#top #contents_wrap .key_v .slick-next:before {
	content: url("../../images/common/slick_arr_right.svg");
	
}

#top #contents_wrap .key_v .box.bnr_hokentown {
	position: relative;
}

#top #contents_wrap .key_v .box.bnr_hokentown ul li a {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 9%;
	background: rgba(0, 0, 0, 0);
}

#top #contents_wrap .key_v .box.bnr_hokentown ul li:nth-child(1) a {
	top: 45.5%;
	left: 4%;
}

#top #contents_wrap .key_v .box.bnr_hokentown ul li:nth-child(2) a {
	top: 45.5%;
	left: 34%;
	width: 32%;
}


#top #contents_wrap .key_v .box.bnr_hokentown ul li:nth-child(3) a {
	top: 45.5%;
	left: 71%;
}

#top #contents_wrap .key_v .box.bnr_hokentown ul li:nth-child(4) a {
	top: 60%;
	left: 19%;
	width: 27%;
}

#top #contents_wrap .key_v .box.bnr_hokentown ul li:nth-child(5) a {
	top: 60%;
	left: 49.5%;
	width: 30.5%;
}

@media screen and (max-width: 734px) {
	#top #contents_wrap .key_v .box.bnr_hokentown ul li a {
		width: 51.8%;
		height: 	6%
	}
	
	#top #contents_wrap .key_v .box.bnr_hokentown ul li:nth-child(1) a {
		top: 4.5%;
		left: 5%;
		
	}
	
	#top #contents_wrap .key_v .box.bnr_hokentown ul li:nth-child(2) a {
		top: 11.5%;
		left: auto;
		right: 5%;
		width: 63.5%;
	}
	
	
	#top #contents_wrap .key_v .box.bnr_hokentown ul li:nth-child(3) a {
		top: 19%;
		left: 5%;
		width: 56%;
	}
	
	#top #contents_wrap .key_v .box.bnr_hokentown ul li:nth-child(4) a {
		top: 26.5%;
		left: auto;
		right: 5%;
		width: 47%;
	}
	
	#top #contents_wrap .key_v .box.bnr_hokentown ul li:nth-child(5) a {
		top: 33%;
		left: 5%;
		width: 60%;
	}
}



#top #contents_wrap .cont section#information_wrap {
	margin-bottom: 35px;
}

#top #contents_wrap .cont section#information_wrap .info_cont li {
	border-bottom: 1px dotted #d9d9d9;
	padding: 6px 0;
}

#top #contents_wrap .cont section#information_wrap .info_cont li a {
	text-decoration: none;
	
}

#top #contents_wrap .cont section#information_wrap .info_cont li a .date {
	display: inline-block;
	width: 115px;
}

@media screen and (max-width: 734px) {
	#top #contents_wrap .cont section#information_wrap .info_cont li a .txt {
		margin-left: 20px;
	}
}


#top #contents_wrap .cont section#information_wrap .info_cont li a .new {
	font-size: 11px;
	color: #fff;
	background: rgba(255, 123, 172, 1);
	padding: 2px 8px;
	position: relative;
	margin-left: 1em;
	top: -2px;
}


#top #contents_wrap .cont section#read_wrap.unit_wrap {
	background: url("../../images/top/bg_logomark.svg");
	border-top: 1px solid rgba(43, 187, 230, 1);
	padding: 35px 0;
	box-sizing: border-box;
}

#top #contents_wrap .cont section#read_wrap.unit_wrap .cont_wrap {
	background: rgba(43, 187, 230, 1);
	padding: 2px;
	box-sizing: border-box;
	border-radius: 15px;
}

#top #contents_wrap .cont section#read_wrap.unit_wrap .cont_wrap .border {
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 15px;
	padding: 15px;
	box-sizing: border-box;
}

#top #contents_wrap .cont section#read_wrap.unit_wrap .cont_wrap .border p {
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
}

@media screen and (max-width: 734px) {
	#top #contents_wrap .cont section#read_wrap.unit_wrap .cont_wrap .border p {
		font-size: 14px;
	}
}

/*======================================

	content

=======================================*/

#contents_wrap {
	padding-top: 120px;
}

@media screen and (max-width: 767px) {
	#contents_wrap {
		padding-top: 66px;
	}
}


#contents_wrap section.unit_wrap .title_wrap {
	margin-bottom: 15px;
}

#contents_wrap section.unit_wrap .title_wrap h1 {
	font-size: calc(18px + 12 * (100vw - 320px)/1160);
	font-weight: normal;
	letter-spacing: 0.05em;
	color: rgba(43, 187, 230, 1);
	
}



#sec #contents_wrap .cont section#cont_01 {
	margin-top: 25px;
}

#sec #contents_wrap .cont section.unit_wrap {
	margin-bottom: 50px;
}

#sec #contents_wrap .cont section.unit_wrap .title_wrap {
	margin-bottom: 35px;
}

#sec #contents_wrap .cont section.unit_wrap .sub_title_h2 {
	border-bottom: 1px solid #2bbbe6;
	position: relative;
	margin-bottom: 32px;
}

#sec #contents_wrap .cont section.unit_wrap .sub_title_h2 .chu {
	color: #666666;
	margin-left: 1em;
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
}

@media screen and (max-width: 734px) {
	#sec #contents_wrap .cont section.unit_wrap .sub_title_h2 .chu {
		margin-left: 0;
	}
}


#sec #contents_wrap .cont section.unit_wrap .sub_title_h2:before {
	content: '';
	width: 30px;
	height: 30px;
	background: #bfeaf7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


#sec #contents_wrap .cont section.unit_wrap .sub_title_h2 h2 {
	padding: 16px 0 12px 20px;
	position: relative;
	z-index: 2;
	color: #333333;
	font-size: 18px;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	#sec #contents_wrap .cont section.unit_wrap .sub_title_h2 h2 {
		font-size: 16px;	
	}
}


#sec #contents_wrap .cont section.unit_wrap .sub_title_h3 {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	margin-bottom: 20px;
}

#sec #contents_wrap .cont section.unit_wrap .sub_title_h3:before {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: #2bbbe6;
}

#sec #contents_wrap .cont section.unit_wrap .sub_title_h3 h3 {
	padding: 15px 0 10px 0;
	color: #2bbbe6;
}


#sec #contents_wrap .cont section.unit_wrap .box {
	margin-bottom: 35px;
}

#sec #contents_wrap .cont section.unit_wrap .box h4.nodesign {
	font-weight: bold;
	margin-bottom: 8px;
}


#sec #contents_wrap .cont section.unit_wrap a {
	color: #2bbbe6;
}

#sec #contents_wrap .cont section.unit_wrap a:hover {
	color: #80d6f0;
}



#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box {
	border: 1px solid #d9d9d9;
}

#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .parent_box {
	border-bottom: 1px dotted #d9d9d9;
	padding: 16px 20px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .parent_box {
		padding: 16px 8px;
	}
}

#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .parent_box.lastList {
	border-bottom: 0;
}

#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .child_box.lastList {
	border-bottom: 0;
}

#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .parent_box .txt {
	padding-left: 20px;
	text-indent: -20px;
}

#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .parent_box .txt a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	
}

#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .parent_box .txt p.parentTitle {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	margin-bottom: 0;
}

#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .parent_box .txt a:before {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}


@media screen and (max-width: 767px) {
	#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .parent_box .txt a {
		font-size: 15px;
		
	}
	
	#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .parent_box .txt p.parentTitle {
		font-size: 15px;
	}
	
	#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .parent_box .txt a:before {
		font-size: 15px;
	}
}

#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .parent_box .txt a .icon {
	position: relative;
	top: 1px;
	margin-left: 6px;
}


#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .child_box {
	background: #eefafd;
	border-bottom: 1px dotted #d9d9d9;
	padding: 16px 38px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .child_box {
		padding: 16px 8px;
	}
	
	#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .child_box p {
		font-size: 13px;
	}
}

#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .child_box ul.parent {
	
}

#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .child_box ul.parent.lastList {
	margin-bottom: 0;
}

#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .child_box ul.parent li.noChild.sectionTitle {
	font-weight: bold;
	padding-left: 1em;
	text-indent: -1em;
	box-sizing: border-box;
	line-height: 1.8em;
}

#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .child_box ul.parent li.noChild.sectionTitle a {
	color: #333333;
	text-decoration: none;
}

#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .child_box ul.parent li.noChild.sectionTitle a.pdf_link .icon {
	position: relative;
	top: 1px;
	margin-left: 4px;
}

#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .child_box ul.parent li.hasChild {
	padding-left: 1em;
	box-sizing: border-box;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .child_box ul.parent li.hasChild {
		padding-left: 0.5em;
	}
}

#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .child_box ul.parent li.hasChild ul li {
	padding-left: 1em;
	text-indent: -1em;
	box-sizing: border-box;
	margin-bottom: 6px;
	line-height: 1.8em;
}

@media screen and (max-width: 767px) {
	#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .child_box ul.parent li.hasChild ul li {
		font-size: 13px;
	}
}

#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .child_box ul.parent li.hasChild ul li a {
	text-decoration: none;
	color: #333333;
}

#sec #contents_wrap .cont section.unit_wrap .list_wrap .list_box .child_box ul.parent li.hasChild ul li a.pdf_link .icon {
	position: relative;
	top: 1px;
	margin-left: 4px;
}

