@charset "utf-8";

body {
	color: #362616;
	width: 100%;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
}

img {
	width: 100%;
}
.small {
	font-size: 0.6rem;
}

.inner {
	padding: 0 8%;
}
h1 {
	margin-bottom: 2%;
}
.start {
	margin: 0 auto 4%;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
}
.step {
	margin: 0 auto 5%;
	width: 39%;
}

.question {
	font-size: 1.03rem;
}
#start .question {
	text-align: center;
	width: 120%;
	margin-left: -10%;
}

.image {
	margin: 5% auto 8%;
}
#page02 .image {
	width: 110%;
	margin-left: -5%;
}

.answer.double {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.answer.double .ajinomoto_questionnaire__content_select-input {
	width: 48%;
}

.ajinomoto_questionnaire__content--wrap {
	background-color: #f1edec;
}
.ajinomoto_questionnaire__content--wrap#start {
	display: block;
	padding-bottom: 12%;
}
.ajinomoto_questionnaire__content--wrap#page02,
.ajinomoto_questionnaire__content--wrap#page03,
.ajinomoto_questionnaire__content--wrap#page04 {
	display: none;
	padding: 6% 0 10%;
}
.ajinomoto_questionnaire__content--wrap#end {
	display: none;
	padding: 6% 0 0;
}

.ajinomoto_questionnaire__content_select-input {
	margin-top: 6%;
}
.ajinomoto_questionnaire__content_select-input > input {
	display: none;
}
.ajinomoto_questionnaire__content_select-input > input + label {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 4rem;
	background: white;
	border: 1px solid #362616;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
	border-radius: 6px;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ajinomoto_questionnaire__content_select-input.check03 > input + label {
	padding: 0 4%;
	font-size: 0.87rem;
	justify-content: start;
	height: 4.7rem;
}
.ajinomoto_questionnaire__content_select-input > input + label.selected {
	background: #d97597;
	color: white;
}

.note {
	font-size: 0.6rem;
	margin-top: 5%;
}
#page02 .note {
	text-align: right;
}
#page03 .note {
	margin-top: 8%;
}

#end {
	background: white;
}

.offer.first {
	margin-bottom: 6%;
}
.offer.second {
	margin-top: 6%;
}
.cta {
	display: block;
	width: 88%;
	margin: auto;
}

.ajinomoto_questionnaire__footer {
	background: #f1edec;
	font-size: 0.6rem;
	line-height: 2;
}
.ajinomoto_questionnaire__footer .border {
	border-top: 0.5px solid #362616;
}
.ajinomoto_questionnaire__footer-info01 > a,
.ajinomoto_questionnaire__footer-info02 > a {
	text-decoration: underline;
}
.ajinomoto_questionnaire__footer-info01 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5% 0 3%;
}
.ajinomoto_questionnaire__footer-info02 {
	text-align: center;
	margin-bottom: 4%;
}
.ajinomoto_questionnaire__footer-copy {
	text-align: center;
	background-color: #192746;
	color: white;
	padding: 4% 0;
}

@media screen and (min-width: 751px) {
	html {
		font-size: 32px;
	}
	body {
		width: 750px;
		margin: auto;
	}
}
