<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift-jis";
@import url(/css/style.css);
@import url(/css/base.css);
@import url(/css/menu.css);
@import url(/css/header_970.css);
@import url(/css/footer_970.css);

/*----------------------------------
----------------------------------*/
#wrapper {
	width: 1130px!important;
	background-color: #fff;
	padding: 50px!important;
	margin: 0 auto!important;
	box-sizing: border-box;
}
#feature .mv {
	width: 100%;
}
#feature .mv img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 480px) {
  .br-sp {
    display:none;
  }
}

.sec {
	background-color: #d6f2ff;
	border-radius: 60px;
	padding: 0 0 30px 0;
	width: 100%;
}
.sec h2 {
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	margin: 0 auto;
	display:block;
}
.sec01 {
	background-color: #faeded;
	margin-top: 50px;
}
.sec01 ul {
	background-color: #faeded;
	margin-top: 30px;
	padding: 0px 20px 10px 20px;
}
.sec01 p {
	padding: 0px 25px 30px 25px;
	text-align: right;
}


.sec01_list {
	display: inline-block;
	margin: 0px;
	padding-left: 0px; 
}
.sec01_list li {
	display: inline-block;
	margin: 0px 5px 0px;
}
.list_item img {
	width: 100%;
	height: auto;
}

.sec02 {
	background-color: #fff;
	margin-top: 100px;
}

.sec02_list {
	margin: 0px 0 100px;
}
.sec02_list li {
	width: 500px;
	float: left;
}
.box_l h3 {
	background-color: #fdf026;
	padding: 5px 0px 5px 0px;
	border-radius: 15px;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
}
.box_l p {
	font-size: 1.7rem;
}

.box_l p span {
	color: #0086d1;
	font-size: 1.3rem;

}
.box_r {
	margin-left: 30px;
	padding-top: 60px;
}

.bluetext {
	color: #0086d1;
	font-size: 1.3rem;
}

.sec03 {
	background-color: #fff5d6;
	border-radius: 60px;
	margin-top: 100px;
	padding-bottom: 50px;
}
.sec03_list {
	display: block;
	margin: 0px auto;
	background-color: #fff;
	border: 4px solid #ffbb33;
	border-radius: 15px;
	padding: 20px;
	box-sizing: border-box;
	width: 90%;
}

.sec03_list dl {
	display: inline-block;
}
.sec03_list dt {
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;	
	border-right: 8px solid #ffbb33;
}

.sec03_list dd {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.7rem;
	text-align: center;
}
.no_box {
	margin-right: 70px;	
}

.no_box2 {
	margin-left: 70px;	
}

.allow03 {
	text-align: center;
	margin: 0px 0px 0 0px;	
}
.sec04 {
	background-color: #fff;
	margin-top: 100px;
}

.sec04_list {
	width: 100%;
	margin-top: 30px;
}
.sec04_list li {
	width: 31%;
	height: auto;
	float: left;
	margin: 0px 12px 30px 12px;
}
.sec04_list_w {
	width: 100%;
	margin-left: 172px;
}
.sec04_list_w li {
	width: 31%;
	height: auto;
	float: left;
	margin: 0px 12px 0px 12px;
}

.sec04_list li a:hover,
.sec04_list_w li a:hover {
	opacity: 0.6;
}
.sec05 {
	background-color: #fff;
	margin-top: 100px;
}

.blue-bottan {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 15px;
	background-color: #d6f2ff;
	color: #333;
	text-align: center;
	font-size: 2.4rem;
	padding: 30px 0;
	margin: 50px auto;
}
.blue-bottan a {
	color: #125687;
	text-decoration: underline;
}
.blue-bottan a:hover {
	color: #125687;
	text-decoration: underline;
}
a.y-bottan {
	display: block;
	width: 50%;
	height: auto;
	text-decoration: none;
	margin: 50px auto;
}
a:hover.y-bottan {
	opacity: 0.8;
	text-decoration: none;
}
 /* --------------------------------
 * 480px以下のとき
 * -------------------------------- */
 @media only screen and (max-width: 480px) {
a.y-bottan {
	display: block;
	width: 100%;
	height: auto;
	margin: 50px auto;
}
 }/* --@media only screen and (max-width: 480px)ここまで--- */

/*    clearfix    */

.clear:after {
	content: ".";
 	display: block;
 	height: 0;
 	font-size:0;
 	clear: both;
 	visibility:hidden;
}
/*		poolバナー
----------------------------------------------------------*/
.pool {
	width: 1030px;
	margin: 30px auto;
	border: 5px solid #002080;
	overflow: hidden;
}

.pool h2 {
	width: 1030px;
	height: 324px;
	display: block;
	margin: 0 auto;
}
.menu {
    width: 100%;
	display: flex;  /* フレックスボックスにする　親要素につける */
	margin: 0;
	padding-top: 2px;
	justify-content: space-around; /* 均等配置 */
	flex-flow: row wrap;
	background-color: #002080;
}
.menu li a {
	display: block;
	margin: 6px 0 3px 0;
}
.menu li a:hover {
	display: block;
	opacity: 0.8;
	text-decoration: none;
}


body{
	width: 100%;
}
#page_header {
	min-width: 1130px!important;
}
#mv_wrapper,
#pankuzu {
	width: 1130px!important;
	margin: 0 auto!important;
}
#footer_temp table {
	margin: 0 auto;
}
img,
input {
	vertical-align: top;
	}

/*		page-top
----------------------------------------------------------*/
#page-top {
    display: block;
    width: 100px;
	margin: 20px auto;
}
#page-top a {
    text-decoration: none;
}
#page-top a:hover {
   	opacity: 0.8;
}</pre></body></html>