@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #efe3ca;
	font-family: "Kosugi Maru", sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;
	/*background-color: #fff5cb;
	background: repeating-linear-gradient( -45deg, #fff0b5, #fff0b5 5px, #fff5cb 5px, #fff5cb 25px );*/
	}

img {
    image-rendering: -webkit-optimize-contrast;
}

#wrap {
	margin: auto;
	height: auto;
	width: 960px;
}
#contents {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #FFF;
	font-family: "Kosugi Maru", sans-serif;
	/*background-color:rgba(255,255,255,0.8);*/
}


.text_box {
	clear: none;
	float: left;
	width: 860px;
	margin:40px 50px 100px 50px;
	text-align: center;
}

.text {
	clear: none;
    float: left;
    width: 860px;
    text-align: left;
    margin: 0;
    padding: 5px 20px 5px 80px;
}
.text p {
	font-size: 20px;
    line-height: 30px;
    margin: 10px 0 0px 0px;
    width: 800px;
}


.text2 {
	clear: none;
	float: left;
	width: 800px;
	text-align: center;
	margin:0 30px 0 30px;
}
.text2 p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}



.text3 {
	clear: none;
	float: left;
	width: 800px;
	text-align: center;
	margin:0 30px 50px 30px;
}

.text3 p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}


.pdf_area {
	clear: none;
	float: left;
	width: 800px;
	text-align: center;
	margin: 0 80px 80px 80px;
}



.sp_link{
	display: flex;              /* フレックスボックスにする */
	flex-wrap: wrap;            /* 折り返し指定 */
	justify-content: space-around;
	height: auto;
	width: 928px;
	clear: none;
	float: left;
	padding: 1rem;
	background-color: #1aa4ff;
}

.sp_link .sp_img {
	width: 270px;
	height: 90px;
	margin: 20px
}


.sp_link .sp_area-item:nth-child(1) {}

.sp_link .sp_area-item:nth-child(2) {}

.sp_link .sp_area-item:nth-child(3) {}

.sp_link .sp_area-item:nth-child(4) {}

.sp_link .sp_area-item:nth-child(5) {}

.sp_link .sp_area-item:nth-child(6) {}

.sp_link .sp_area-item:nth-child(7) {}

.sp_link .sp_area-item:nth-child(8) {}

.sp_link .sp_area-item:nth-child(9) {}

.sp_link .sp_area-item:nth-child(10) {}

.sp_link .sp_area-item:nth-child(11) {}

.sp_link .sp_area-item:nth-child(12) {}


#foot {
	clear:both;
}

h1 {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	/*background-color: #add700;*/
	text-align: center;
	color: #FFF;
	font-size: 26px;
	/*padding:85px 0px 70px 0px;*/
	margin:0 0 50px 0;

}
h2 {
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	padding-bottom: 5px;
}


h3 {	
	/*display: inline-block;*/
    /* background: linear-gradient(transparent 60%, #d0dad4 60%); */
    text-align: center;
    margin: 0 0 0px 0;
    padding: 0 0 30px 0;
    font-weight: 500;
    font-size: 27px;
	font-weight: 800;
	line-height: 41px;
    /* color: #00887a;*/

}

/*pdf LINK*/

.f2{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
}


.f2 a {
	color: #00A1C6; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.f2 a:visited {
	color: #00A1C6;/*リンクの色*/
}

.f2 a:hover {
	color: #C30; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

/*font option*/
.t1 {
	color: #39C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


/* 全体設定 */
.css-carousel-slider {
	width: 100%;
    /* max-width: 800px; */
    overflow: hidden;
    position: relative;
    margin: 0 0 -70px 0;
    z-index: 100;
    margin: 0px 0px -200px 0;
}
.css-carousel-slider img {
    width: 960px;
    height: auto;
    vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider .slide-wrap {
    width: 700%; /* 画像の合計数*100%を設定(*2) */
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider 20s infinite; /* スライダーアニメーション全体の時間(*3) */
    animation-delay: 2s; /* スライダーが始まるまでの時間(*4) */
}
.css-carousel-slider .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main 20s infinite; /* (*3)と同じ内容を設定 */
    animation-delay: 2s; /* (*4)と同じ内容を設定 */
}
.css-carousel-slider .slide {
    width: 100%;
}

/*フェード*/
.slideBox {
	height: 540px;
    overflow: hidden;
    position: relative;
    z-index: 100;
    margin: 0 0 -12rem 0;
  }
  
  /* imgのみ */
  .item1 {
	opacity: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 20s 0s infinite;
	animation: anime 20s 0s infinite;
  }
  
  .item1:nth-of-type(2) {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
  }
  
  .item1:nth-of-type(3) {
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
  }
  
  .item1:nth-of-type(4) {
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
  }
  
  /* ふわっとアニメーション */
  @keyframes anime {
	0% {
	  opacity: 0;
	}
	20% {
	  opacity: 1;
	}
	25% {
	  opacity: 1;
	}
	40% {
	  opacity: 0;
	  z-index: 9;
	}
	100% {
	  opacity: 0;
	}
  }
  
  @-webkit-keyframes anime {
	0% {
	  opacity: 0;
	}
	20% {
	  opacity: 1;
	}
	25% {
	  opacity: 1;
	}
	40% {
	  opacity: 0;
	  z-index: 9;
	}
	100% {
	  opacity: 0;
	}
  }

/* youtube area */
.movie {
	clear: none;
	float: left;
	width: 860px;
	margin-top: 60px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}

#movie_area {
	clear: none;
	float: left;
	height: auto;
	width: 800px;
	margin-bottom: 30px;
	margin-right: 30px;
	margin-left: 80px;
	margin-top: 20px;

}

#movie_area .hrz{
	clear: none;
	float: left;
	height: auto;
	width: 800px;
	margin:40px 0 50px 0;
	border-bottom: 2px solid ;
	border-image: linear-gradient(to right, #31d3ff, #3697ff) 1;
}


#youtubeplay {
	clear: none;
	float: left;
	height: 450px;
	width: 800px;
	background-color: #CCC;
}

/*キャンペーンCMの欄*/

#list_area {
	clear: none;
	float: left;
	height: auto;
	width: 880px;
	margin-top: 10px;
}
.list_box {
	width: 850px;
	height: auto;
	margin-right: 30px;
	margin-left: 30px;
	clear: none;
	float: left;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
}
.list_box p {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* form link option*/

.form {
	clear: none;
    float: left;
    width: 860px;
    text-align: center;
    /* margin: 50px 585px 30px 75px; */
    padding: 20px 20px 20px 80px;
}

.form a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35%;
	height: 40px;
	font-weight:600;
	position: relative;
	background: #0328a3;
	border: 1px solid #0328a3;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 45px 0 25px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
}

.form a.btn:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -6px;
}

.form a.btn:hover {
	background: #fff;
	color: #0328a3;
}

.form a.btn:hover:before {
	border-top: 2px solid #0328a3;
	border-right: 2px solid #0328a3;
}

/* レポート・ニュースの画像設定 */
.act_text_box img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}

.news_text_box img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}

/*各セクションの背景指定*/

.policy_text_box, .policy_text_box .text{
	background-color: #0099ff;
	text-align: center;
}

.policy_text_box h3 {
	color: #fff;
	font-weight: 800;
}

.policy_text_box p {
	text-align: justify;
	color: #fff;
}

.act_text_box,.act_text_box .text{
	background-color: #fff;
	height: auto;
	text-align: center;
}

.act_text_box p {
	font-weight: 700;
}

.news_text_box, .news_text_box .text {
	background-color: #1aa4ff;
	height: auto;
	text-align: center;
}

.news_text_box p {
	font-weight: 700;
}

.news_text_box h3 {
	color: #fff;
	font-weight: 800;
}

.news_text_box p {
	/*text-align: justify;*/
	color: #fff;
}

.news_text_box .notes {
	color: #fff;
}

.cm_text_box{
	background-color: #fff;
	text-align: center;
	height: auto;
}

.sponsor_text_box{
	background-color: #1aa4ff;
	text-align: center;
	height: auto;
}

/*トップの波の重なり・幅設定*/
.wave_top {
	position: relative;
    z-index: 10000;
	width: 100%;
}

/*アンダーの波の幅設定*/
.wave_under {
	width: 100%;
}

/* レポート、ニュースサムネイル化下の注釈*/
.notes {
	font-size: 80%;
	}