* {
	margin: 0;
	padding: 0;
  }
  
  html {
	/* font-family: 脙茠脗娄脙鈥毭偮该冣€毭偮该兤捗偮γ冣€姑呪€溍冣€γ偮矫兤捗偮γ冣€γ⑩偓艙脙鈥毭偮�, YuMincho, Hiragino Mincho ProN W3, 脙茠脗拢脙鈥犆⑩偓鈩⒚兟⒚⑩€毬⑩€灺⒚兤捗偮Ｃ冣€犆⑩偓鈩⒚冣€毭偮┟兤捗偮Ｃ兟⒚⑩€毬吢∶冣€毭偮兤捗偮Ｃ冣€犆⑩偓鈩⒚冣€γ偮矫兤捗偮γ冣€姑呪€溍冣€γ偮矫兤捗偮γ冣€γ⑩偓艙脙鈥毭偮� ProN W3, Hiragino Mincho ProN, HG脙茠脗娄脙鈥姑呪€溍冣€γ偮矫兤捗偮γ冣€γ⑩偓艙脙鈥毭偮滶, 脙茠脗炉脙鈥毭偮济冣€毭偮兤捗偮冣€毭偮济冣€毭偮� 脙茠脗炉脙鈥毭偮济冣€毭偮懊兤捗偮γ冣€姑呪€溍冣€γ偮矫兤捗偮γ冣€γ⑩偓艙脙鈥毭偮�,
	  脙茠脗炉脙鈥毭偮济冣€毭偮兤捗偮冣€毭偮济冣€毭偮� 脙茠脗娄脙鈥姑呪€溍冣€γ偮矫兤捗偮γ冣€γ⑩偓艙脙鈥毭偮�, serif;*/
  
	/*font-family: Hiragino Mincho ProN W3, YuMincho,  Hiragino Mincho ProN, serif;*/
	font-family: 'Noto Sans JP' , sans-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: #f5f1ec;
  }
  
  .body_loading {
	display: flex;
	flex-direction: column;
	justify-content: center;
  }
  
  #container {
	width: 100%;
	margin: auto;
  }
  @media screen and (min-width: 900px) {
	#container {
	  max-width: 500px;
	}
  }
  
  #app {
	/* position: relative; */
	width: 82%;
	/* height: 100px; */
	/* z-index: 1000; */
	max-width: 500px;
	margin: auto;
	padding: 9.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;
	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: 0.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: 0.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: #d55d75;
	height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.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: #7c580c;
  }
  
  .top .content .content__description {
	padding-bottom: 8%;
  }
  
  .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: 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: 24px;
	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);
	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;
  }
  
  .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: #d55d75;
	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: 2rem;
  }
  
  @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: -0.02em;
	font-size: 1.6rem;
	text-align: left;
	display: inline-block;
  }
  
  .result .content .recommended__price {
	color: #5a5a5a;
	padding-bottom: 30px;
	letter-spacing: -0.02em;
	text-align: left;
	display: inline-block;
	font-size: 1.57rem;
	font-size: 2rem;
	color: #d55d75;
	padding-right: 0.3em;
  }
  
  .result .content .recommended__text span {
	color: #d55d75;
  }
  
  .result .content .recommended__text .price {
	font-size: 2rem;
  }
  
  .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 0.5s;
	transition: opacity 0.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 0.3s ease 0s;
	transition: all 0.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 0.3s ease 0s;
	transition: all 0.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 0.3s ease 0s;
	transition: all 0.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 0.3s ease 0s;
	transition: all 0.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;
  }
  /*
  .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: rgb(44, 62, 80);
  }
  
  #submit_button {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48%;
	height: 52px;
	font-size: 2rem;
	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: #d55d75;
	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: 4vh;
	min-height: 32px;
	background-color: #fff;
	overflow: hidden;
  }
  
  .logo img {
	height: 80%;
  }
  
  .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%;
  }
  
  .question .content p strong {
	font-weight: normal;
	background: linear-gradient(transparent 60%, #fff1a3 60%);
  }
  
  .q_none {
	display: none;
  }
  
  .q_none_imp {
	display: none !important;
  }
  
  .alert {
	margin: 25px 0;
	text-align: center;
	color: #d70029;
	font-size: 16px;
  }
  
  .question_text {
	position: relative;
	font-size: 2em;
	color: #ffffff;
	filter: drop-shadow(4px 0px 8px #000);
  }
  
  #q_loading {
	position: fixed;
	z-index: 1000;
	width: 100%;
	/* height: 100vh; */
	margin: 0;
	padding: 300px 0;
	background: #fdfdfd;
	opacity: 0.9;
	font-size: 30px;
  }
  #q_loading.hide {
	opacity: 0;
	pointer-events: none;
	transition: opacity 500ms;
  }
  #q_loading .text {
	padding: 0 0 15px 0;
  }
  #q_loading .circle {
	display: block;
	position: relative;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border: 8px solid #d0d0d0;
	border-top: 7px solid #0099ff;
	border-radius: 50px;
	animation: loading 700ms linear 0ms infinite normal both;
  }
  @keyframes loading {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
/*ここまで旧stylecss*/
.body--company{
	background: #f5f1ec;
}
.body--loading{
	background: #f5f1ec;
}

.nav_next_index{
	display: block;
}
.nav_next_01{
	display: block;
}
.nav_next_02{
	display: block;
}
.nav_next_03{
	display: block;
}
.nav_next_04{
	display: block;
}
.nav_next_05{
	display: block;
}
.nav_next_06{
	display: block;
}

.nav_prev_index{
	display: none;
	}
	.nav_prev_01{
		display: block;
	}
	.nav_prev_02{
		display: block;
	}
	.nav_prev_03{
		display: block;
	}
	.nav_prev_04{
		display: block;
	}
	.nav_prev_05{
		display: block;
	}
	.nav_prev_06{
		display: block;
	}