@charset "UTF-8";
/*------------------------------------------------------------
	MV, background
------------------------------------------------------------*/
#container {
	background: #eef7ff;
}

.mainVisual {
	height: 500px;
	position: relative;
	overflow: hidden;
}

.mainVisual img {
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
.section01 {
	padding: 40px 0 30px;
	background: #fff;
	position: relative;
}

.section01:after {
	margin: auto;
	width: 0;
	height: 0;
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: 25px 20px 0;
	position: absolute;
	bottom: -25px;
	right: 0;
	left: 0;
	content: "";
}

.section01_hdg01 {
	margin-bottom: 25px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	color: #004e9b;
	font-size: 3.2rem;
}

.section01_inner {
	margin: 0 auto 15px;
	width: 960px;
	display: flex;
	justify-content: space-between;
}

.section01_hdg01 img {
	width: 182px;
	margin-right: 22px;
}

.section01_dl01 {
	width: 310px;
}

.section01_dl01 dt {
	padding: 20px 0 12px;
	background: #004e9b;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 0.95;
}

.section01_dl01 dt .pri {
	font-size: 4rem;
}

.section01_dl01 dt .age {
	font-size: 2.4rem;
}

.section01_dl01 dd {
	padding: 14px 0;
	border: 2px solid #004e9b;
	color: #323232;
	font-size: 2rem;
}

.color01 {
	color: #f06000;
}

.txt01 {
	color: #1f292d;
	font-size: 2.4rem;
	font-weight: bold;
}

/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/
#formBox {
	margin: 0 auto;
	padding: 30px 0 80px;
	width: 960px;
	border: none;
}

#formBox #form {
	width: 960px;
	background: #fff;
	border-width: 4px;
	border-radius: 0;
}

.formHdg {
	margin-bottom: 15px;
	font-size: 3.2rem;
	color: #004e9b;
	font-weight: 400;
}

.formHdgBox {
	padding: 5px 8px;
	border: 2px solid #004e9b;
	display: inline-block;
	color: #004e9b;
	font-size: 1.6rem;
	vertical-align: middle;
}

.formHdgBox .lar {
	font-size: 2rem;
}

#aj00005 #form .section {
	padding-top: 40px;
	min-height: 670px;
}

#aj00005 #form .section .stepArea {
	top: 110px;
}

#aj00005 #form .section .panelArea {
	left: 50%;
	bottom: 35px;
	transform: translateX(-50%);
}