@charset "UTF-8";

:root {
	/* 大枠ページ数 */
	--space-length: 2;
	/* 質問ページ数 */
	--answer-space-length: 2;
}

* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}


/*brak point*/
.max374 {
	display: none;
}


html,
body {
	background: #F5F5F5;
	font-family: sans-serif;
	height: 100%;
	margin: 0 auto;
	padding: 0 0;
	width: 100%;
	max-width: 640px;
}
html {
	font-size: 62.5%;
}
body {
	-webkit-text-size-adjust: 100%;
	color: #111;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form {
	border: none;
	border-collapse: collapse;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

a {
	color: #111;
	text-decoration: none;
}
img {
	border-style: none;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
}
hr {
	display: none;
}
em {
	font-style: normal;
}

/*PC・SP表示非表示*/
.pc{
	display:none;
}
@media screen and (min-width:640px) {
.pc{
display:inline-block;
}
.sp{
display:none;
}
}


/*Hides from IE-mac*/
* html .CF {
	height: 1%;
}
*+html .CF {
	min-height: 1%;
}
.cf {
	display: block;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}


button,
input,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea {
	font-size: 100%;
}
input {
	line-height: normal;
	vertical-align: top;
}

/*Google Chrome*/
a,
input,
textarea,
select {
	outline: none;
}


/*Utils*/
.bold {
	font-weight: bold !important;
}
.hide {
	display: none !important;
}
.centering {
	text-align: center !important;
}
.righting {
	text-align: right !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}


/*common*/
.wrapper {
	position: relative;
	background: #fff;
}
.yellow {
	color: #fffc33;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.sub {
	margin-top: 5px;
	font-size: 14px;
	text-align: right;
	color: #777;
}
h2 {
	font-size: 36px;
	font-size: 4.6875vmin;
	font-weight: bold;
	line-height: 1.4;
	margin: 40px 0 20px;
	letter-spacing: -0.1rem;
	padding: .75em 0 .75em;
	position: relative;
}


/*div.fv*/
.fv{
	text-align: center;
	margin: 2px 10px 0 0;
	padding:20px 5px 10px;
	font-size: 4.4vw;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	width: 100%;
	background: #00b901;
	letter-spacing: 0.01em;
}
.fv .small{
	font-size: 6vw;
}
.fv .yellow{
	letter-spacing: 2px;
}
.fv_em{
	font-size: 17px;
	font-size: 1.7rem;
	background: #fff;
	border-radius: 5px;
	padding: 3px 10px;
	color: #00a501;
	line-height: 1.5;
	display: inline-block;
	margin: 0 0 5px;
}
.header{
	background-color: #00b901;
}
.header_icon{
	width: 100%;
	margin: 0 auto;
	padding:10px 0 0;
	font-size: 0;
	line-height: 0;
}
.header_icon img{
	width: 100%;
	display:block;
	margin-top: -2px;
}
.spOnly{
	display: none;
}
@media screen and (min-width: 641px) {
.fv{
font-size:35px;
font-size:3.5rem;
padding:20px 0 0;
}
.fv .small{
font-size:28px;
font-size:2.8rem;
}
.fv_em{
font-size:25px;
font-size:2.5rem;
}
h2{
font-size:22px;
}
}
@media screen and (max-width:640px) {
.fv_em{
font-size:84%;
}
.fv_em_big{
font-size:7.2vw;
}
.spOnly{
display:none;
}
}

.pr_text{
	background:#00B901;
	color:#fff;
	font-size:14px;
	text-align: right;
}


/*section.questionnaire*/
.questionnaire {
	margin: 0;
	padding:20px 12px 12px;
	background: #fff;
	border: solid 10px #00b901;
}
figure.about{
	margin:0;
}
.h2_question {
	color: #00b901;
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
	margin:30px 0 0;
}
.questionnaire__balloon{
	margin: 30px 10px 5px 10px;
	width: 15%;
}
.questionnaire__balloon:nth-of-type(1) {
	margin-top: 10px;
}
.questionnaire__question{
	margin: 0 10px 0;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}
.questionnaire__question span {
	vertical-align: top;
	font-size: 13px;
}
.questionnaire ul {
	background: #f5f5f5;
	margin-top: 10px;
	padding: 7px 0;
}
.questionnaire ul li {
	padding: 8px 10px;
	line-height: 1.5;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.questionnaire ul li .txSmall {
	margin: 0;
	line-height: 1.5;
	font-size: 12px;
	font-size: 1.2rem;
}
.questionnaire input {
	display: none;
}
.questionnaire input+span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 2em;
	margin: 0 .2em 0;
	cursor: pointer;
}
.questionnaire input+span::before {
	position: absolute;
	content: "";
	top: 0.75em;
	left: 0;
	transform: translateY(-50%);
	background: #fff;
	border: 2px solid #333;
	border-radius: 2px;
	width: 1em;
	height: 1em;
	display: block;
}
.questionnaire input:checked+span::after {
	position: absolute;
	content: "";
	top: 0.75em;
	left: 0;
	transform: translateY(-50%) rotate(-45deg);
	width: 1em;
	height: .3em;
	margin-top: -.2em;
	display: block;
	border-left: 4px solid #FF0000;
	border-bottom: 4px solid #FF0000;
}
.questionnaire .thanks {
	text-align: center;
	margin: 20px 0 10px;
	line-height: 1.6;
}
.kome {
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 1.2;
}
@media screen and (max-width: 30em) {
.questionnaire{
padding:10px;
}
.questionnaire__balloon{
width:18%;
}
.questionnaire__question{
margin-top:0;
font-size:18px;
line-height:1.5;
}
}

.header {
	background: #fff;
	padding: 5px 0 7px;
	text-align: center;
}

.header__logo {
	width: 50%;
	height: auto;
}

@media screen and (min-width:750px) {
	.header__logo {
		width: 35%;
	}
}


.main {
	background: url(../img/fv_bg.png) center top/100% auto no-repeat;
	position: relative;
	width: 100%;
}

.main__fv {
	position: relative;
}

.main__fv_counter {
	background: #fff;
	border: 7px solid #0081CC;
	border-radius: 10px;
	padding: 15px;
	position: relative;
	width: 52%;
	height: auto;
	left: calc(50% - 26%);
	bottom: -11px;
	z-index: 3;
}

.main__fv_counter>img {
	width: 100%;
	height: auto;
}


.input_title {
	display: inline-block;
	padding: 5px 0;
}

.input_require {
	color: #f00000;
}

.input_optional {
	color: #aaa;
}

.input {
	background: #fff;
	border: 1px solid #7e7e7e;
	border-radius: 5px;
	box-shadow: none;
	box-sizing: border-box;
	display: inline-block;
	font-size: 1.6rem;
	height: 50px;
	padding: 0.8em;
	width: 100%;
}

.textarea {
	background: #fff;
	border: 1px solid #7e7e7e;
	border-radius: 5px;
	box-shadow: none;
	box-sizing: border-box;
	padding: 0.4em;
	font-size: 1.6rem;
}


.select_box {
	position: relative;
}

.select_box:after {
	content: '';
	border: none;
	border-bottom: 3px solid #111;
	border-right: 3px solid #111;
	display: block;
	height: 6px;
	margin: auto;
	position: absolute;
	right: calc(3px + 10px);
	bottom: calc(50% - 3px);
	transform: rotate(45deg);
	width: 6px;
}

.select_box>select {
	background: #fff;
	border: 1px solid #7e7e7e;
	border-radius: 5px;
	box-shadow: none;
	font-size: 1.6rem;
	padding: 0.8em;
	height: 50px;
	width: 100%;
}

/*ボタン*/
.button {
	background: #dff3ff;
	border: solid 2px #0081CC;
	border-radius: 10px;
	color: #0081CC;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.button_list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.button_list__item {
	flex-shrink: 0;
	padding: 5px 5px 10px;
	width: 50%;
	text-align: center;
}

.next_button_box {
	margin: 30px auto 0;
	width: 80%;
}

/*footer*/
.footer {
	font-size: 1.2rem;
	margin: 20px 0 0;
	padding: 10px 0 20px;
	width: 100%;
}

.footer__links {
	display: flex;
	justify-content: center;
}

.footer__link {
	flex-shrink: 0;
	margin: 0 20px;
}

/*PC表示*/
@media screen and (min-width:768px) and (max-width:1024px) {
	.button {
		font-size: 1.8rem;
		padding: 20px 0;
	}

	.next_button_box {
		margin: 50px auto 0;
		width: 60%;
	}
}

@media screen and (min-width:1024px) {
	.button {
		font-size: 2.5rem;
		padding: 20px 0;
	}

	.next_button_box {
		margin: 50px auto 0;
		width: 60%;
	}
}


/*SP表示*/
@media screen and (max-width:768px) {
	.main__fv_counter {
		border: 4px solid #0081CC;
		padding: 6px;
	}
}


.is_privacy_read_text {
	margin: 20px 0;
	text-align: center;
	font-size: 12px;
}

.checkbox {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 30px;
	position: relative;
	width: auto;
}

.checkbox:before {
	background: #fff;
	border: 1px solid #231815;
	content: '';
	display: block;
	height: 14px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 14px;
}

.checkbox:after {
	border-right: 3px solid #06b5b5;
	border-bottom: 3px solid #06b5b5;
	content: '';
	display: block;
	height: 9px;
	left: 9px;
	margin-top: -7px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 5px;
}

input[type=checkbox]:checked+.checkbox:after {
	opacity: 1;
}


.cta02{
	overflow:hidden;
	padding: 20px 0 20px 0;
}

.center {
	text-align: center;
}

.yellowunder {
	font-weight: bold;
	line-height: 1.4;
	background-color: rgb(255, 255, 0);
}

.active {
	opacity: 1;
	visibility: visible;
}

.red {
	color: #ff0000;
	font-weight: bold;
}

.pink {
	color: #ff777c;
	font-weight: bold;
}

.blue {
	color: #0059ff;
	font-weight: bold;
}

.auraBtn {
	height: 70px;
	position: relative;
	width: 85%;
	margin: 14px auto;
}

.auraBtn:before {
	-webkit-animation: auraBtn 2s ease-out infinite;
	animation: auraBtn 2s ease-out infinite;
}

.auraBtn:after {
	-webkit-animation: auraBtn 2s ease-out 1s infinite;
	animation: auraBtn 2s ease-out 1s infinite;
}

.auraBtn:before,
.auraBtn:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 100vh;
	background: #ffaaae;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.auraBtn a {
	display: block;
	padding: 20px 0;
	border-radius: 100vh;
	text-align: center;
	text-decoration: none;
	background: #ff5555;
	position: relative;
	z-index: 1;
}

.auraBtn a p {
	height: 30px;
	display: block;
	position: relative;
	color: #fff;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	margin: 0;
	padding: 0 !important;
	line-height: 30px;
}

@keyframes auraBtn {
	0% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 1
	}

	90% {
		opacity: .1
	}

	to {
		-webkit-transform: scale(1.2, 1.5);
		transform: scale(1.2, 1.5);
		opacity: 0
	}
}

@media screen and (max-width: 640px) {
	.auraBtn {
		margin: 3vw auto;
	}
}

@media screen and (max-width: 400px) {
	.auraBtn a p {
		padding-top: 1.5vw;
	}

	.auraBtn a p:after {
		right: 6vw;
	}
}


.notes {
	font-size: 1.2rem;
	text-align: center;
	margin-top: 30px;
	line-height: 1.5;
}

.sub_txt {
	padding-top: 20px;
}

.sub_txt p {
	padding-bottom: 10px;
}