@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');
html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana,'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #434343;
  line-height: 1.6;
  word-break: break-all;
  margin: 0;
  padding: 0;
}
h2,p {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.wrapper {
	max-width: 730px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg_body.png);
	border-left: 1px solid #162c86;
	border-right: 1px solid #162c86;
}
header {
	width: 100%;
	max-width: 730px;
	position: relative;
}
.header_inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
}
.logo {
	line-height: 1;
}

#nav {
	width: 100%;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	width: 100%;
	text-align: center;
}
.open #nav {
	z-index: 200;
}
.menu-main ul li {
	font-size: 15px;
	font-size: 1.5rem;
	width: 100%;
	display: block;
	text-align: left;
	margin-bottom: 0;
	margin-right: 0;
	letter-spacing: 0.1em;
	border-bottom: 1px solid;
	border-bottom-color: #083189;
}
.menu-main ul li a {
	color: #083189;
	position: relative;
	display: block;
	padding: 13px;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.9);
}
.menu-main ul li a:hover {
	text-decoration: none;
}
.menu-main ul li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 5px;
	height: 5px;
	margin: -4px 0 0 0;
	border-top: solid 1px;
	border-top-color: #083189;
	border-right: solid 1px;
	border-right-color: #083189;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* Toggle Button */
#nav-toggle {
	display: block;
	position: absolute;
	right: 33px;
	top: 15px;
	width: 45px;
	height: 45px;
	cursor: pointer;
	z-index: 201;
	padding: 0;
}
#nav-toggle div {
	position: relative;
	width: 90%;
	margin: auto;
}
#nav-toggle div small {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 40px;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.open #nav-toggle div small {
	display: none;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #fff;
	left: 0;
	border-radius: 5px;
}
#nav-toggle span:nth-child(1) {
	top: 5px;
}
#nav-toggle span:nth-child(2) {
	top: 16px;
}
#nav-toggle span:nth-child(3) {
	top: 27px;
}

.open #nav-toggle div {
	width: 100%;
}
.open #nav-toggle span {
	background-color: #fff;
}
.open #nav-toggle span:nth-child(1) {
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 45px;
}
.open #nav-toggle span:nth-child(2) {
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 45px;
}
.open #nav-toggle span:nth-child(3) {
	display: none;
}

.contents_wrap {
	position: relative;
}

.contents_01 {
	text-align: center;
	padding-top: 90px;
	padding-bottom: 130px;
	position: relative;
	z-index: 1;
}
.contents_02 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.contents_02-title {
	margin-bottom: 35px;
}
.slider {
  margin: 0 auto;
  max-width: 730px;
  width: 100%;
}

.slider div {
	/* margin-left: 20px;
	margin-right: 20px; */
}
.slider img {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.slick-dots li {
  width: 22px;
  height: 22px;
}
.slick-dots li button::before {
  font-size: 18px;
	color: #fff;
	border: 1px solid #083189;
	border-radius: 50%;
	opacity: 1;
}
.slick-dots .slick-active button::before {
	color: #083189!important;
	background-color: #083189;
}
.slick-dots {
  bottom: -35px;
}
.contents_03 {
	background-color: #fff;
}
.contents_03_01 {
	margin-top: 90px;
	margin-bottom: 70px;
}
.contents_03_04 {
	padding-bottom: 130px;
}
.contents_03_05 {
	position: relative;
	z-index: 2;
}
.contents_04 {
	padding-bottom: 100px;
	background-color: #fff;
}
.contents_04_01 {
	margin-top: -75px;
	margin-bottom: 75px;
}
.contents_04_03 {
	margin-bottom: 40px;
}
.contents_04_04 {
	margin-bottom: 180px;
}
.contents_05 {
	background-color: #fff;
}
.contents_05_02 {
	margin-bottom: 100px;
}
.contents_05_03 {
	margin-bottom: 115px;
}
.contents_06 {
	padding-bottom: 90px;
}
.form_wrap {
	width: 84.24%;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 15px 15px;
	background-color: #ff8000;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position: relative;
	z-index: 4;
}
.form_wrap_inner {
	padding: 25px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #fff;
}
.form_wrap-title {
	text-align: center;
	margin-bottom: 20px;

}
.form_wrap dl {
	position: relative;
	padding-bottom: 75px;
}
.form_wrap dl::after {
	content: "";
	width: 42px;
	height: 38px;
	background: url(../img/form_arw.png) top center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.form_wrap dt {
	color: #002085;
	font-size: 28px;
}

.form_btn {
	text-align: center;
	width: 100%;
}
.form_btn button {
	color: #fff;
	display: block;
	width: 100%;
	font-size: 41px;
	padding: 40px 40px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #086289;
	line-height: 1;
}
.contents_08 {
	position: relative;
	background-color: #fff;
	padding-top: 300px;
	padding-bottom: 100px;
}
.contents_08 .contents_08-title {
	text-align: center;
	position: absolute;
	z-index: 2;
	left: 0;
	top: -200px;
}
.step_box {
	max-width: 617px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
}
.step_box-title {
	margin-bottom: -5px;

}
.step_box-inner {
	color: #002085;
	padding: 25px;
	background-color: #fff;
	border: 5px solid #002085;
	border-top: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.step_box-inner p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 2em;
}
.step_box-inner p:last-child {
	margin-bottom: 0;
}
.step_box-inner .line_dot-btm {
	border-bottom: 1px dashed #000;
	margin-bottom: 2em;
	padding-bottom: 2em;
}
.step01_dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.step01_dl dt {
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ff6000;
	margin-bottom: 10px;
	width: 30%;
}
.step01_dl dt::after {
	display: inline-block;
	content: "";
	width: 27px;
	height: 13px;
	margin-left: 5px;
	margin-right: 10px;
	background: url(../img/dl_arw.png) center center no-repeat;
}
.step01_dl dd {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
	width: 70%;
}
.txt_box-orange {
	text-align: center;
}
.txt_box-orange a{
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 15px 25px;
	background-color: #ff8000;
	text-decoration: none;
}
.txt_box-orange a:hover{
	opacity: 0.7;
}
.txt_box-orange p {
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 0;
}
.wave_line {
	/* display: inline-block; */
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 6px;
	background: url(../img/wave_line.png) bottom left repeat-x;
}
.txt_bold {
	font-weight: bold;
}
.txt_orange {
	color: #ff6000;
}
.fig {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #999;
}
.fig th {
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	width: 33%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #10496a;
	border: 1px solid #999;
}
.fig td {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 5px;
	border: 1px solid #999;
}
.contents_09 {
	background-color: #fff;
	padding-bottom: 40px;
}
.popular_article-list {
	list-style: none;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.popular_article-list li {
	margin-bottom: 15px;
}
.popular_article-list li:last-child {
	margin-bottom: 0;
}
footer {
	background-color: #fff;
}
.footer_area {
	padding-top: 20px;
	padding-bottom: 35px;
	background-color: #fff;
}
.footer_nav {
	width: 82%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #083189;
}
.footer_nav li {
	display: inline;
	font-size: 13px;
	font-size: 1.3rem;
}
.footer_nav li::after {
	color: #083189;
	content: "│";
	display: inline-block;
	padding-left: 8px;
}
.footer_nav li:last-child::after {
	display: none;
}
.footer_nav a {
	color: #083189;
	text-decoration: none;
}
.logo_footer {
	width: 82%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.author {
	color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #083189;
}
.author small {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}
.sns_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 52%;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.copy {
	text-align: center;
	padding-bottom: 20px;
}
.copy small {
	font-size: 13px;
	font-size: 1.3rem;
}
.is-pc {
	display: block;
}
.is-sp {
	display: none;
}




@media screen and (max-width: 767px) {
	header {
		width: 100%;
		max-width: 730px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 100;
		background: rgba(8,49,137,.6);
	}
	.logo {
		width: 80%;
	}
	.contents_wrap {
		padding-top: 133px;
	}
	.sp_inner {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.contents_01 {
		padding-top: 45px;
		padding-bottom: 60px;
	}
	.contents_01 img {
		width: 95%;
	}
	.contents_02-title {
		width: 95%;
	  margin-top: -50px;
		margin-left: auto;
		margin-right: auto;
	}
	.contents_06_03 {
		margin-top: -1px;
	}
	.step_box-inner {
		padding: 25px 15px;
	}
	.step_box-inner .line_dot-btm {
		border-bottom: 1px dashed #000;
		margin-bottom: 1.5em;
		padding-bottom: 1.5em;
	}
	.step_box-inner p {
		margin-bottom: 1.5em;
	}
	.txt_box-orange {
		padding: 15px 15px;
	}
	.step01_dl dt {
		font-size: 14px;
		font-size: 1.4rem;
		width: 45%;
		position: relative;
	}
	.step01_dl dt::after {
		position: absolute;
		right: 0;
		top: 0.4em;
	}
	.step01_dl dd {
		font-size: 14px;
		font-size: 1.4rem;
		width: 55%;
	}

	.form_wrap_inner {
		padding: 25px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		background-color: #fff;
	}
	.form_wrap-title {
		text-align: center;
		margin-bottom: 20px;

	}
	.form_wrap dl {
		position: relative;
		padding-bottom: 75px;
	}
	.form_wrap dl::after {
		content: "";
		width: 22px;
		height: 20px;
		background: url(../img/form_arw.png) top center no-repeat;
		background-size: contain;
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.form_wrap dt {
		color: #002085;
		font-size: 14px;
	}

	.form_btn button {
		color: #fff;
		display: block;
		width: 100%;
		font-size: 20px;
		padding: 20px 10px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		background-color: #086289;
		line-height: 1;
	}
	.contents_08 {
		position: relative;
		background-color: #fff;
		padding-top: 170px;
		padding-bottom: 50px;
	}
	.contents_08 .contents_08-title {
		text-align: center;
		position: absolute;
		z-index: 2;
		left: 0;
		top: -100px;
	}

	.sns_list {
		width: 70%;
	}
	.sns_list li {
		text-align: center;
	}
	.sns_list img {
		width: 90%;
	}
	.copy small {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.is-pc {
		display: none;
	}
	.is-sp {
		display: block;
	}
}



.necessaries{
	
}
.necessaries dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.necessaries dl:last-child{
	margin-bottom: 0;
}
.necessaries dt{
	border: 1px solid #162c86;
	text-align: center;
	width: 200px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
}
			
.necessaries dd{
	flex-basis: 60%;
}



@media screen and (max-width: 767px) {
	
	.necessaries dl{
		display: block;
	}
	.necessaries dt{
		width: 100%;
		margin-bottom: 10px;
	}
}

.contents_inner {
	max-width: 80%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	background: rgba(256,256,256,.7);
}
.contents_inner_title {
	color: #ff7e00;
}
.mailaddress {
	margin-top: 24px;
}
