@charset "utf-8";

.simple-form {
	background: url(../images/form/bg_top_gradation.png) no-repeat center / cover;
}
.simple-form>div:first-child {
	text-align: center;
}
.simple-form>div:first-child .heading-badge {
	margin-bottom: 14px;
}
.simple-form>div:first-child .heading-badge span {
	background: #FC1B62;
	border-radius: 4px;
	padding: 2px 14px 1px;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
}
.simple-form>div:first-child h1 {
	font-weight: 600;
	font-size: 44px;
	line-height: 66px;
	color: #232323;
	margin: 0 0 20px;
}
.simple-form>div:first-child .summary {
	margin-bottom: 50px;
}
.simple-form.matdl>div:first-child .summary {
	margin-bottom: 30px;
}
.simple-form>div:first-child .summary p {
	font-weight: 300;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	color: #000000;
	margin-bottom: 1.6em;
}
.simple-form>div:first-child .summary p:last-child {
	margin-bottom: 0;
}
.simple-form>div:first-child figure {
	font-size: 0;
}
.simple-form>div:first-child figure img.rmp {
	margin-bottom: 165px;
}
.simple-form>div:last-child {
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	box-shadow: 0px 40px 40px rgba(33, 63, 136, 0.2);
	border-radius: 20px;
	padding: 30px;
}
.simple-form>div:last-child dl {
	margin-bottom: 12px;
}
.simple-form>div:last-child dt {
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin-bottom: 6px;
}
.simple-form>div:last-child dt.focus {
	color: #0C6EB8;
}
.simple-form>div:last-child dt span {
	color: #0C6EB8;
	margin-left: 4px;
}
.simple-form>div:last-child dd {
	margin-bottom: 12px;
}
.simple-form>div:last-child dd:last-child {
	margin-bottom: 0;
}
.simple-form>div:last-child dd input,
.simple-form>div:last-child dd select,
.simple-form>div:last-child dd textarea {
	width: 100%;
	box-sizing: border-box;
	background: #FFF;
	border-radius: 4px;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	padding: 10px 16px;
	border: 1px solid #B8B8B8;
}
.simple-form>div:last-child dd input:focus,
.simple-form>div:last-child dd select:focus,
.simple-form>div:last-child dd textarea:focus {
	outline: 2px solid #0C6EB8;
	color: #0C6EB8;
}
.simple-form>div:last-child dd select {
	background: url(../images/form/select_arrow.svg) no-repeat right 16px center;
	appearance: none;
}
.multi-select {
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	position: relative;
}
.multi-select>div:first-child {
	background: #FFF url(../images/form/select_arrow.svg) no-repeat right 16px center;
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 10px 32px 10px 16px;
	border: 1px solid #B8B8B8;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.multi-select:focus>div:first-child {
	outline: 2px solid #0C6EB8;
	color: #0C6EB8;
}
.multi-select>div:last-child {
	display: none;
	position: absolute;
	left: 0;
	top: 45px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
	padding: 15px;
	border-radius: 5px;
	z-index: 2;
}
.multi-select.open>div:last-child {
	display: block;
}
.multi-select>div:last-child label {
	display: block;
	font-weight: 300;
	cursor: pointer;
}
.multi-select>div:last-child label:last-child {
	margin-bottom: 0;
}
.multi-select>div:last-child label input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin-right: 5px;
}
.simple-form>div:last-child dd input:placeholder-shown,
.simple-form>div:last-child dd textarea:placeholder-shown {
	background: #F5F5F5;
	border: none;
}
.simple-form>div:last-child dd input::placeholder,
.simple-form>div:last-child dd textarea::placeholder {
	color: #999999;
}
.simple-form>div:last-child .notion-area {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #0C6EB8;
}
.simple-form>div:last-child .agreement {
	text-align: center;
	margin-bottom: 12px;
	color: #333333;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
}
.simple-form>div:last-child .agreement p {
	margin-bottom: 12px;
}
.simple-form>div:last-child .agreement p a {
	color: #0C6EB8;
	text-decoration: underline;
}
.simple-form>div:last-child .agreement>div input[type="checkbox"] {
	opacity: 0;
	width: 0;
	height: 0;
	display: none;
}
.simple-form>div:last-child .agreement>div input[type="checkbox"]+span {
	display: block;
	background: url(../images/form/checkbox_off.svg) no-repeat left center;
	padding-left: 26px;
}
.simple-form>div:last-child .agreement>div input[type="checkbox"]:checked+span {
	background-image: url(../images/form/checkbox.svg);
}
.simple-form>div:last-child .submit-button input {
	appearance: none;
	box-sizing: border-box;
	width: 100%;
	background: linear-gradient(180deg, #01CC34 0%, #009B26 100%);
	border-radius: 4px;
	text-align: center;
	padding: 12px;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	border: none;
}
.simple-form>div:last-child .submit-button input:focus {
	outline: none;
}
.simple-form>div:last-child .notion {
	display: block;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #F00;
}
.simple-form>div:last-child #alert {
	margin-top: 12px;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #F00;
}

@media screen and (min-width: 769px) {
	#header {
		padding: 13px 0 0;
	}
	#main-content {
		margin-top: 100px;
	}
	.simple-form {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		padding: 50px 0 60px;
	}
	.simple-form.matdl {
		padding-top: 90px;
		padding-bottom: 40px;
	}
	.simple-form>div:first-child {
		width: 560px;
		margin-right: 86px;
	}
	.simple-form>div:last-child {
		width: 500px;
	}
	.simple-form>div:last-child .submit-button input:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 768px) {
	header#header {
		padding: 0;
	}
	#header .logo-default {
		height: 53px;
	}
	#main-content {
		margin-top: 68px;
	}
	.simple-form {
		padding: 53px 15px 61px;
	}
	.simple-form>div:first-child {
		margin-bottom: 40px;
	}
	.simple-form.matdl>div:first-child {
		margin-bottom: 20px;
	}
	.simple-form>div:first-child .heading-badge {
		margin-bottom: 8px;
	}
	.simple-form>div:first-child .heading-badge span {
		border-radius: 2px;
		padding: 3px 8px;
		font-size: 14px;
		line-height: 21px;
	}
	.simple-form>div:first-child h1 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 16px;
	}
	.simple-form>div:first-child .summary {
		margin-bottom: 24px;
	}
	.simple-form>div:first-child .summary p {
		font-size: 14px;
	}
	.simple-form.matdl>div:first-child .summary {
		margin-bottom: 4px;
	}
	.simple-form>div:first-child figure {
		width: 100%;
	}
	.simple-form>div:first-child figure img {
		max-width: 100%;
		height: auto;
	}
	.simple-form>div:first-child figure img.rmp {
		margin-bottom: 0;
	}
	.simple-form>div:last-child {
		box-shadow: 0px 20px 20px rgba(33, 63, 136, 0.2);
		border-radius: 10px;
		padding: 20px;
	}
}
