* {
	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: #fff;
	color: #2c3e50
}

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

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

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

.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: 5.2vh 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, #e68fe7, #dd729b 50%, #dd657a 73%, #dc5858);
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	width: 100%;
	text-decoration: none;
	font-size: 2.0rem;
	line-height: 10.575rem;
	outline: none;
}

@media (max-width:500px) {

	.btn.company a,
	.btn.return a,
	.btn a {
		font-size: 1.6rem;
		line-height: 21.09375vw
	}
}

.btn.company a:before,
.btn.return a:before,
.btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 4%;
	width: 3.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: #4f8ec9;
	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;
	flex-direction: column
}

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

.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.question__label {
	color: #d91121;
	padding-bottom: 6%;
	font-size: 2.6rem;
}

.question .content p span {
	font-size: 2rem;
	text-align: left;
	display: inline-block;
}
.question .content p strong {
font-weight: normal;
    background: linear-gradient(transparent 60%, #fff1a3 60%);
}

@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;
	padding: 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_red.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: 92%;
	text-align: left;
}

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

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

.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: #c70102;
	border-color: rgba(124, 88, 12, 0.0);
	background: repeating-linear-gradient(135deg, #fbdede, #fbdede 2px, #ffd6d6 2px, #ffd6d6 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;
	/* min-height: 96vh; */
}

.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: #d91121;
	width: 0;
	height: 100%;
	position: absolute;
	animation: progress 2s normal;
	animation-fill-mode: forwards;
}

.loading .content .loading__text {
	/* 	font-family: "Noto Serif JP"; */
	color: #d91121;
	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: #d91121;
	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 h3:before {
	content: "ÃƒÂ¯Ã‚Â¼Ã‚Â¼";
	margin-right: .5em
}

.result .content .recommended h3:after {
	content: "ÃƒÂ¯Ã‚Â¼Ã‚Â";
	margin-left: .2em
}

.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: #d91121;
	padding-right: 0.3em;
}

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

.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%;
}

#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: #d91121;
	border-bottom-style: solid;
	border-left-style: solid;
	left: 2%;
}

.question__button .select__button--submit input+label:hover {
	background: #d91121;
	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: #fff;
	overflow: hidden;
}


	.logo img{
height: 100%;
}
.footer {
	font-size: 1.2rem;
	z-index: 99;
	height: 4vh;
	min-height: 48px;
	background-color: #f5f1ec;
	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%;
}

.result .content .content__headline{
	color: #d91121;
}



.d-none{
display: none;
}

@media screen and (min-width:526px) {
.d-sp-none{
display: none;
}
.d-sp-block{
	display: block;
}
}

.content strong {font-weight: normal;background: linear-gradient(transparent 90%, #ffffff 96%);}

.kv_male{
background-color: #2a395e;
}
.kv_female{
	background-color: #dc5858;
}
.kv_either{
	background-color: #2a395e;
}
.kv p{color: #fff;line-height: 1.32;padding: 0px 4% 12px;text-align: left;}
.kv{margin-bottom: 12px;}

.top .content h3 {
	text-align: center;
	color:#c70102;
	padding-bottom: 12px;
	font-size: 2.4rem;
	}

	.top .content ul{
		padding-bottom: 24px;
		font-size: 1.8rem;
	}
	.top .content ul li{
		display: flex;
		justify-content: center;
}


.content__sub_headline{padding-bottom: 24px;}