* {
	margin: 0;
	padding: 0
}

html {
	font-family: ÃƒÂ¦Ã‚Â¸Ã‚Â¸ÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¦Ã…â€œÃ‚Â, YuMincho, Hiragino Mincho ProN W3, ÃƒÂ£Ã†â€™Ã¢â‚¬â„¢ÃƒÂ£Ã†â€™Ã‚Â©ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â®ÃƒÂ£Ã†â€™Ã…Â½ÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¦Ã…â€œÃ‚Â ProN W3, Hiragino Mincho ProN, HGÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¦Ã…â€œÃ‚ÂE, ÃƒÂ¯Ã‚Â¼Ã‚Â­ÃƒÂ¯Ã‚Â¼Ã‚Â³ ÃƒÂ¯Ã‚Â¼Ã‚Â°ÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¦Ã…â€œÃ‚Â, ÃƒÂ¯Ã‚Â¼Ã‚Â­ÃƒÂ¯Ã‚Â¼Ã‚Â³ ÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¦Ã…â€œÃ‚Â, serif;
	font-size: 10px;
	line-height: 1.6;
	background: #f3f3f3;
	color: #2c3e50;
}

body,
html {
	width: 100%;
	height: 100%
}

body {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#wrap {
	width: 100%;
	overflow-y: scroll;
	background: #ffffff;
}

.body_loading {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#container {
	max-width: 500px;
	margin: auto;
}


#app {
	position: relative;
	width: 82%;
	z-index: 1000;
	max-width: 500px;
	margin: auto;
	padding: 4.0vh 0;
}

@media (max-width:499px) {
	#app {
		height: 100%;
	}
}

@media (min-height:1000px) {
	#app {
		padding: 12vh 0;
	}
}

.content {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.content img {
	width: 100%
}

.btn,
.btn.company {
	width: 90%;
	padding: 0 5% 5%;
	margin: auto;
}

.btn.return {
	width: 60%;
	padding: 0 5% 5%;
	margin: auto;
}

.btn.company a,
.btn.return a,
.btn a {
	position: relative;
	background-image: -webkit-gradient(linear, left top, right top, from(#e68fe7), color-stop(50%, #dd729b), color-stop(73%, #dd657a), to(#dc5858));
	background-image: linear-gradient(90deg, #5586d2, #3381b8 50%, #1b62a0 73%, #023586);
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
	font-size: 1.6rem;
	line-height: 2.4rem;
	outline: none;
	padding: 6.2% 2%;
}

.btn.company a:before,
.btn.return a:before,
.btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 4%;
	width: 2.2%;
	height: 11.2%;
	border-top: solid #fff;
	border-right: solid #fff;
	border-width: .1em;
	-webkit-transform: rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

.return.btn a {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
	background-image: linear-gradient(0deg, #9da6ac 0, #b9c5ca);
	line-height: 3;
	font-size: 1.4rem;
}

.return.btn a:before {
	left: 8%;
	right: auto;
	border-top: none;
	border-right: none;
	border-bottom: solid #fff;
	border-left: solid #fff;
	border-width: .1em;
	height: 19%
}

.company.btn a {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
	background-image: linear-gradient(0deg, #aab3b9 0, #cbd4d9);
	line-height: 2;
	font-size: 1.6rem;
}

.company.btn a:before {
	content: none
}

.progress {
	position: fixed;
	top: 0;
	left: 0;
	background: #ccc;
	width: 100%;
	height: 2%;
	z-index: 10000;
}

.progress span {
	position: absolute;
	left: 0;
	background: #abc9df;
	height: 100%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.progress.is-1 span {
	width: 17%
}

.progress.is-2 span {
	width: 34%
}

.progress.is-3 span {
	width: 51%
}

.progress.is-4 span {
	width: 68%
}

.progress.is-5 span {
	width: 85%
}

.progress.is-6 span {
	width: 100%
}

.progress.is-result span {
	width: 100%
}

.top {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	position: relative;
}

.top .content {
	font-size: 1.6rem;
	text-align: left;
	color: #7c580c;
}

.top .content .content__description {
	padding-bottom: 8.0%;
}

.question {
	height: 92%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: auto
}

.question .content__top {
	padding-bottom: 5.2%;
}

.question .content p {
	/* 	font-family: "Noto Serif JP"; */
	text-align: center;
	color: #2b2b2b;
	padding: 2% 0;
	/* text-align: left; */
}

.question .content p strong {
	font-weight: normal;
	background: linear-gradient(transparent 60%, #fff1a3 60%);
}

.question .content p.question__label {
	color: #d55d75;
	padding-bottom: 6%;
	font-size: 2.6rem;
}

.question .content p span {
	font-size: 2rem;
	text-align: left;
	display: inline-block;
}

@media (max-width:500px) {
	.question .content p span {
		font-size: 3.90625vw
	}
}

.question .content img {
	display: block;
	width: 100%;
	margin: auto;
}

.question__button {
	width: 100%;
}

.question__button .select__button {
	font-family: "Noto Serif JP";
	width: 100%;
	font-size: 1.8rem;
	line-height: 5rem;
	font-weight: 600;
	text-align: center;
	/* margin: 0 0 12px; FN 20221112 */
	padding: 4px 0;
	display: block;
}

@media (max-width:500px) {
	.question__button .select__button {
		font-size: 1.6rem;
	}
}

.question__button .select__button label {
	display: flex;
	background: #ffffff;
	color: #5e5e5e;
	border-radius: 6px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	line-height: 1.6;
	min-height: 48px;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(124, 88, 12, 0.12);
	padding: 2% 3.2%;
	box-shadow: #7c580c;
}

.question__button .select__button label .check_icon {
	width: 3.2%;
	padding: 3.2%;
	display: flex;
	align-items: center;
	height: auto;
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../img/icon_check_gray.png);
}

.question__button .select__button input:checked+label .check_icon {
	background-image: url(../img/icon_check_navy.png);
}

.question__button .select__button label .check_icon img {
	width: 1.8rem;
	height: 1.8rem;
	margin-right: 2%;
	display: none;
}

.question__button .select__button label .text {
	width: auto;
	padding-left: 1%;
	text-align: center;
}

.question__button .select__button label .text .text__small {
	font-size: 1.2rem;
}

.question__button .select__button label .text_index {
	width: auto;
	text-align: center;
}

.question__button .select__button label .text_01 {
	width: auto;
	text-align: center;
}

.question__button .select__button label .text_02 {
	width: auto;
	text-align: center;
}

.question__button .select__button label .text_03 {
	width: auto;
	text-align: center;
}

.question__button .select__button label .text_04 {
	width: auto;
	text-align: center;
}

.question__button .select__button label .text_05 {
	width: 92%;
	text-align: left;
}

.question__button .select__button label .text_06 {
	width: 92%;
	text-align: left;
}

.question__button .select__button label .text span {
	text-align: left;
	display: inline-block;
}

.question__button .select__button input {
	display: none;
	outline: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.question__button .select__button input:checked+label {
	color: #073581;
	border-color: rgba(124, 88, 12, 0.0);
	background: repeating-linear-gradient(135deg, #b6d0e3, #abc9df 2px, #b6d0e3 2px, #abc9df 4px);
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40vh auto 0;
	width: 100%;
	max-width: 500px;
	height: 10vh;
	position: absolute;
	top: 0;
	z-index: 1;
}

.nav a {
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	border-width: 2px;
}

.loading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}

.loading .content {
	width: 70%;
	margin: 0 auto 0;
}


.loading .content .loadingBar {
	width: 100%;
	max-height: 20px;
	height: 1.2vh;
	background: #ccc;
	margin: auto;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

@keyframes progress {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

.loading .content .loadingBar .bar {
	background: #3381b8;
	width: 0;
	height: 100%;
	position: absolute;
	animation: progress 2s normal;
	animation-fill-mode: forwards;
}

.loading .content .loading__text {
	/* 	font-family: "Noto Serif JP"; */
	color: #d55d75;
	padding: 20px 0;
	text-align: center;
	font-size: 2.6rem
}

@media (max-width:500px) {

	.loading .content .loading__text {
		font-size: 5.20833vw
	}
}

.loading .content .loading__text {
	color: #2b2b2b
}

.result {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 8vh 4%;
}

.result .content h2 {
	text-align: center;
	width: 36%;
	margin: 0 auto 5%
}

.result .content h2 img {
	width: 100%
}

.result .content p {
	/* 	font-family: "Noto Serif JP"; */
	color: #2b2b2b;
	text-align: center;
	font-size: 2.0rem;
}

@media (max-width:500px) {
	.result .content p {
		font-size: 4.6vw;
	}
}

.result .content .recommended {
	margin-top: 24px;
	margin-bottom: 24px;
}

.result .content .recommended h3 {
	background: #d55d75;
	color: #fff;
	text-align: center;
	font-weight: 400;
	line-height: 1.8;
	font-size: 2.08rem
}

@media (max-width:500px) {
	.result .content .recommended h3 {
		font-size: 4.16667vw
	}
}

.result .content .recommended p {
	padding: 4px 0;
}


.result .content .recommended p.recommended__name {
	color: #757575;
	font-weight: 700;
	font-size: 2rem;
	display: inline-block;
	text-align: left;
}


.result .content .recommended__text {
	color: #5a5a5a;
	padding-bottom: 30px;
	letter-spacing: -.02em;
	font-size: 1.6rem;
	text-align: left;
	display: inline-block;
}

.result .content .recommended__price {
	color: #5a5a5a;
	padding-bottom: 30px;
	letter-spacing: -.02em;
	text-align: left;
	display: inline-block;
	font-size: 1.57rem;
	font-size: 2.0rem;
	color: #d55d75;
	padding-right: 0.3em;
}

.result .content .recommended__text span {
	color: #d55d75;
}

.result .content .recommended__text .price {
	font-size: 2.0rem;
}


.result .btn {
	position: relative
}

.result .btn a:after {
	/* content: ""; */
	position: absolute;
	top: 50%;
	left: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2.8rem;
	height: 2.8rem;
	background: url(../img/icon_cart.png) no-repeat;
	background-size: 100%
}

.result .return.btn a:after {
	content: none
}

.fade-enter-active,
.fade-leave-active {
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

.fade-enter,
.fade-leave {
	opacity: 0
}

.next-enter {
	-webkit-transform: translate(300px);
	transform: translate(300px);
	opacity: 0
}

.next-enter-to {
	opacity: 1
}

.next-enter-active {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.next-leave {
	opacity: 1
}

.next-leave,
.next-leave-to {
	-webkit-transform: translate(-300px);
	transform: translate(-300px)
}

.next-leave-to {
	opacity: 0
}

.next-leave-active {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.prev-enter {
	-webkit-transform: translate(-300px);
	transform: translate(-300px);
	opacity: 0
}

.prev-enter-to {
	opacity: 1
}

.prev-enter-active {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.prev-leave {
	opacity: 1
}

.prev-leave,
.prev-leave-to {
	-webkit-transform: translate(300px);
	transform: translate(300px)
}

.prev-leave-to {
	opacity: 0
}

.prev-leave-active {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}




div {
	text-align: center;
	animation-name: fade;
	animation-duration: 0.4s;
	animation-iteration-count: 1;
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.company {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.company .content {
	width: 90%;
	margin: 6vh auto;
}

.company .content h2 {
	text-align: center;
	width: 36%;
	margin: 0 auto 5%;
	font-size: 1.95rem;
}

.company .content div {
	text-align: center;
	margin: 0 auto 5%;
	font-size: 1.95rem;
}

.next-submit {
	padding: 24px 2%;
}


.display_checkbox {
	display: block;
}

.display_radio {
	display: block;
}

.display_submit {
	display: none;
}

.question .content p .question__script {
	font-size: 2.4rem;
	color: #c70102;
	line-height: 1.2;
}

.question .content p .question__postscript {
	font-size: 1.4rem;
}


.top .content .content__title {
	padding-bottom: 24px;
}

.top .content .content__image {
	padding-bottom: 4px;
}

#navi_next {
	pointer-events: none;
	border-top-style: solid;
	border-right-style: solid;
	right: 2%;
	border-color: #cccccc;
}

#submit_button {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48%;
	height: 52px;
	font-size: 2.0rem;
	font-weight: normal;
	color: #ffffff;
	background-color: #cccccc;
	border-style: none;
	border-radius: 4px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#navi_prev {
	border-color: #00a7b3;
	border-bottom-style: solid;
	border-left-style: solid;
	left: 2%;
}

.question__button .select__button--submit input+label:hover {
	background: #d55d75;
	color: #fff;
}

.logo {
	justify-content: center;
	display: flex;
	width: 100%;
	padding-top: 3.6vh;
	padding-bottom: 1.2vh;
	height: 4.0vh;
	min-height: 32px;
	background-color: #f3f3f3;
	overflow: hidden;
	align-items: flex-end;
}


.logo img {
	/* height: 80%; */
	width: 80%;
}

.footer {
	font-size: 1.2rem;
	z-index: 99;
	height: 4vh;
	min-height: 48px;
	background-color: #f3f3f3;
	justify-content: center;
	display: flex;
	width: 100%;
	flex-direction: column;
}


@media (min-height:1000px) {
	.footer {
		height: 4vh;
		z-index: 9999;
	}
}

.footer a {
	color: #5a5a5a;
}

.footer p {
	padding: 12px 2%;
	/* background-color: #fff; */
}

.question__button .icon_title {
	width: 100%;
	padding-bottom: 2%;
	padding-top: 4%;
}

.question .content p strong {
	font-weight: normal;
	background: linear-gradient(transparent 60%, #fff1a3 60%);
}

.q_none {
	display: none;
}


.mail-form {
padding: 24px 0;
width: 100%;
}

.mail-form input{
	width:90%;
	height:36px;
	margin:auto;
}

.mail-form input{
	width: 86%;
	height:36px;
	margin:auto;
	padding: 4px 4%;
	font-size: 15px;
}

.top .btn.img{
    padding: 0;
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
}
.top .btn.img a{
    background: none;
    padding: 0;
}
.top .btn.img a:before {
display:none;
}
.top .btn.img a img {
width: 100%;
    vertical-align: top;
}