/* ----------------------------------------------------------
general setting
------------------------------------------------------------ */
body {
	background: #eee;
}

.funa2-contents-wrap {
	background: url('../img/bg.png') repeat-y;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.funa2-contents-inr {
	width: 960px;
	margin: 0 auto;
}

.pc_block {
	display: block;
}

.sp_block {
	display: none;
}

.funa2-compleat-wrap {
	text-align: center;
	line-height: 1.6;
}

.funa2-compleat-title {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 1.4rem;
}

.funa2-compleat-text {
	margin-bottom: 20px;
}

/* キャプション */
.funa2-caption-area {}

.funa2-caption-title {
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	background-color: #EE7800;
	text-align: center;
	padding: 15px;
}

.funa2-caption-text {
	line-height: 1.6;
	margin-bottom: 7px;
	padding-left: 1rem;
	text-indent: -1rem;
	font-size: 0.8rem;
}

.funa2-caption {
	line-height: 1.6;
	padding: 20px;
	font-size: 0.8rem;
}

/* 同意ボタン */
.funa2-agreement .sp-form-data.sp-checkbox {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.funa2-agreement .mwform-checkbox-field.horizontal-item {
	display: flex;
	align-items: flex-start;
}

.funa2-agreement .mwform-checkbox-field input[type="checkbox"] {
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	accent-color: #007acc;
	cursor: pointer;
	padding: 0;
	background: white;
	border: 1px solid black;
}

.funa2-agreement .mwform-checkbox-field-text {
	font-size: 14px;
	line-height: 1.5;
	cursor: pointer;
}


.sp-form-next-button:disabled {
	background-color: #cccccc;
}

.funa2-shiten-flex {
	display: flex;
}

.funa2-shiten-txt {
	width: 50%;
	margin-top: 6px;
}


/* ラジオボタン */
.sp-form-data.sp-form-radio {
	width: 100%;
	display: flex;
	align-items: center;
}
.sp-form-data.sp-form-radio .horizontal-item{
	width: 17%;
}
.sp-form-data.sp-form-radio label{
	display: flex;
}
.sp-form-data.sp-form-radio label input{
	width: 18px;
}
.sp-form-data.sp-form-radio label span{
	width: 100%;
}

.sp-form-data.sp-form-radio.sp-form-radio-wide .horizontal-item{
	width: 46%;
}

/* 年齢セレクト */
.sp-form-data.sp-form-select select{
	width: 30%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 15px 20px;
	font-size: 16px;
	background-color: #f2f4f5;
	background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 1em;
}

@media screen and (max-width:768px) {
	.funa2-contents-inr {
		width: 100%;
		margin: 0 auto;
	}

	.funa2-agreement .funa2-inp {
		width: 13% !important;
	}

	.funa2-agreement .funa2-lab {
		width: 80% !important;
	}

	.pc_block {
		display: none;
	}

	.sp_block {
		display: block;
	}

	.funa2-shiten-txt {
		width: 30%;
	}

	/* ラジオボタン */
	.sp-form-data.sp-form-radio {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.sp-form-data.sp-form-radio .horizontal-item{
		width: 30%;
	}
	.sp-form-data.sp-form-radio label{
		display: flex;
	}
	.sp-form-data.sp-form-radio label input{
		width: 16px;
	}
	.sp-form-data.sp-form-radio label span{
		width: 100%;
	}
	.sp-form-data.sp-form-radio.sp-form-radio-wide .horizontal-item{
		width: 100%;
		margin-left: 0;
		margin-top: .5rem;
	}


	/* 年齢セレクト */
	.sp-form-data.sp-form-select select{
		width: 100%;
	}

}

/* ----------------------------------------------------------
HEADER
------------------------------------------------------------ */
.funa2-wrap header {}

.funa2-wrap h1 {
	margin: 0;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	padding: 1.8rem 0;
	background: #EE7800;
	color: #fff;
}

.funa2-wrap h2 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0;
	padding: 30px 0 30px 15px;
	background: #fff;
}

@media screen and (max-width:768px) {
	.funa2-wrap h1 {
		margin: 0;
		font-size: 4.8vw;
		line-height: 1.6;
		padding: 5%;
	}

	.funa2-wrap h2 {
		font-size: 1.4rem;
		padding: 30px 20px;
	}
}

/* ----------------------------------------------------------
FORM
------------------------------------------------------------ */
.funa2-form {
	background: #fff;
}

form {
	background: #eee;
	width: 100%;
}

.sp-form-item {
	display: flex;
	align-items: flex-start;
	padding: 20px;
	border-bottom: 1px solid #f2f4f5;
}

.sp-form-data {
	width: 100%;
}

.sp-form-control-shiten {
	width: 40%;
	margin-right: 1rem;
	margin-bottom: 10px;
}

.sp-form-label {
	display: flex;
	align-items: center;
	width: 360px;
	font-weight: bold;
	font-size: 15px;
}

.sp-form-label span {
	margin-left: 10px;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #f00;
}

.sp-form-noted {
	margin-top: 1rem;
	display: block;
	font-size: 0.9rem;
}

.sp-form-email-reenter {
	display: block;
	margin: 1rem 0;
}

.sp-form-file-button {
	margin: 0;
}

.sp-form-error {
	display: block;
	margin-top: 1rem;
	color: #f00;
}

.sp-form-interaction-funa2 {
	justify-content: center;
	width: 20%;
	margin: 0 auto;
}

.sp-form-interaction-funa2 .sp-form-next-button {
	margin: 30px 20px;
	background-color: #03619f;
	border-radius: 100rem;
	font-weight: bold;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	line-height: 1;
	color: white;
	border: none;
	text-align: center;
}

.funa2-wrap-flex {
	position: relative;
}

.f-image {
	position: absolute;
	width: 210px;
	bottom: 0;
	right: 40px;
}

.sp-form-item-funa2-complea {
	justify-content: center;
	width: 100%;
	padding: 50px 20px;
}

@media screen and (max-width:768px) {
	.sp-form-item {
		flex-wrap: wrap;
		padding: 20px;
	}

	.sp-form-control-shiten {
		width: 80%;
		margin-bottom: 10px;
	}

	.sp-form-label {
		margin-bottom: 12px;
		width: 100%;
	}

	.sp-form-interaction-funa2 {
		width: 70%;
	}

	.sp-form-interaction-funa2 .sp-form-next-button {
		margin: 30px 20px 100px 20px;
	}

	.f-image {
		position: absolute;
		width: 180px;
		bottom: 0;
		right: 20px;
	}
}



/* フォームパーツのデザイン */
input,
textarea {
	background-color: #f2f4f5;
	border: none;
	border-radius: 3px;
	padding: 15px 20px;
	font-size: 16px;
	color: #333;
	flex-grow: 1;
	width: 100%;
}

input::placeholder,
textarea::placeholder {
	color: #999;
	font-size: 14px;
}

select {
	background-color: #f2f4f5;
	border: none;
	border-radius: 3px;
	padding: 15px 20px;
	font-size: 16px;
	color: #333;
}

button {
	cursor: pointer;
	margin-top: 30px;
	padding: 15px 45px;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	background-color: #EE7800;
}

/* ----------------------------------------------------------
FOOTER
------------------------------------------------------------ */
footer .copy {
	padding: 2rem 0;
	font-size: .75rem;
	background: #000;
	color: #fff;
	text-align: center;
	margin: 0;
}

/* ----------------------------------------------------------
content-wrap
------------------------------------------------------------ */
.content-wrap {
	background: white;
	padding: 40px 20px;
	text-align: center;
}

.content-wrap h4 {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.content-wrap .link-btn {
	width: 350px;
	margin: 20px auto;
}

.content-wrap .link-btn a {
	position: relative;
	display: block;
	color: #fff;
	background-color: #03619f;
	text-align: center;
	padding: 1rem;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 100rem;
	transition: all 0.3s;
}

.content-wrap .link-btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 35px;
	transform: rotate(45deg) translateY(-50%);
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-style: solid;
}

.content-wrap .link-btn a:hover {
	opacity: .7;
}

@media screen and (max-width:768px) {
	.content-wrap .link-btn {
		width: 90%;
		margin: 20px auto;
	}
}
