@charset "utf-8";
/* CSS Document */


.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.sub {
	font-size: 75%;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/**================================= Link Setting =================================**/

a:link {
	color: #6C9429;
	text-decoration: none;
}

a:visited {
	color: #6C9429;
	text-decoration: none;
}

a:hover {
	color: #6C9429;
	text-decoration: none;
}

a:active {
	color: #6C9429;
	text-decoration: none;
}


/**================================= Common Setting =================================**/
html {
	font-size: 62.5%;
}

body {
	background: #fff url(../images/common/bg_all.jpg) center top no-repeat;
	background-size: cover;
	font-family: Arial, 'Helvetica Neue', Helvetica, Roboto, 'Droid Sans', '游ゴシック', 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	color: #000;
	font-size: 1rem;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 500;
	min-height: 100vh;
}

main {
	display: block;
	width: 1100px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}

/**================================= loading Setting =================================**/
.loading {
	position: fixed;
	z-index: 100;
	height: 100vh;
	width: 100%;
	background-color: #CBEDB2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.spinner {
	width: 70px;
	text-align: center;
}

.spinner>div {
	width: 18px;
	height: 18px;
	background-color: #FFF;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

/**================================= Header Setting =================================**/
.blockHeader {
	display: flex;
	justify-content: space-between;
	height: 80px;
	width: 1040px;
	margin: 0 auto;
	padding-top: 21px;
}

.glogo img {
	width: 172px;
	height: auto;
}

/**================================= Contents Setting =================================**/

/******* Contents Common Setting *******/
.blockContents {
	width: 1040px;
	margin: 0 auto;
	padding: 45px 0;
}

.topAttTxt {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 50px;
}

.topAttTxt__btn {
	background-color: #8CBE35;
	padding: 2px 10px;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFF;
}

/* Qestion Text */
.qTxt {
	min-height: 94px;
	padding-left: 65px;
	background: url(../images/common/icn_q.png) no-repeat left top;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 35px;
}

.qTxt__fss {
	display: block;
	font-size: 1.6rem;
	line-height: 1;
}

.qTxt--ib {
	display: inline-block;
}

/* Form Botton */
.btnBox {
	text-align: center;
	margin-top: 75px;
}

.formBtn {
	width: 250px;
	background-color: #8CBE35;
	border-radius: 5px;
	border-bottom: #6C9429 solid 3px;
	height: 64px;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}

a.formBtn {
	color: #FFF;
	box-sizing: border-box;
	line-height: 62px;
}

.formBtn:hover {
	border-bottom: #6C9429 solid 1px;
}

a.formBtn:hover {
	color: #FFF;
	line-height: 64px;
}

.formBtn2 {
	width: 250px;
	background-color: #8CBE35;
	border-radius: 5px;
	border-bottom: #6C9429 solid 3px;
	height: 48px;
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}

a.formBtn2 {
	color: #FFF;
	box-sizing: border-box;
	line-height: 46px;
}

.formBtn2:hover {
	border-bottom: #6C9429 solid 1px;
}

a.formBtn2:hover {
	color: #FFF;
	line-height: 48px;
}

/******* TOP *******/
.indexTitleSubTxt {
	text-align: center;
	font-size: 2.4rem;
	color: #5BB02E;
	margin-bottom: 45px;
}

.hlLv1--index {
	text-align: center;
	margin-bottom: 10px;
}

.indexTitleBtmTxt {
	text-align: center;
	font-size: 2.8rem;
	color: #5BB02E;
	margin-bottom: 45px;
}

.indexGcImg {
	display: flex;
	justify-content: space-around;
}

.imgContainer {
	width: 650px;
	display: flex;
	justify-content: space-around;
}

.indexGcImg .imgBox {
	display: flex;
	justify-content: center;
	max-height: 250px;
}

.indexGcImg .imgBox img {
	height: 100%;
}

.indexReadTxt {
	font-size: 2rem;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 45px;
}

.indexBtnBox {
	text-align: center;
	margin-bottom: 30px;
}

.indexFormBtn {
	background-color: #FFF;
	border: #5CB02F solid 1px;
	border-radius: 5px;
	font-size: 2rem;
	font-weight: bold;
	color: #5CB02F;
	width: 250px;
	height: 64px;
	transition: all 0.3s linear;
}

.indexFormBtn:hover {
	background-color: #5CB02F;
	color: #FFF;
}

.indexTxt {
	font-size: 1.6rem;
	text-align: center;
}

/******* Step1 *******/
.modelCompWrap {
	display: flex;
	justify-content: space-between;
}

.modelBox {
	width: 460px;
	position: relative;
}


.modelSlideWrap {
	/*background-color: rgba(140, 190, 53, .8);*/
	background-color: rgba(0, 0, 0, .6);
	width: 460px;
	height: 242px;
	border-radius: 5px;
}

.modelSlideWrap.active {
	background-color: rgba(140, 190, 53, .8);
}

.modelSlide,
.modelNoSlide {
	width: 340px;
	margin: 0 auto;
	padding-top: 10px;
}

.modelSlide__item {
	padding-top: 60px;
}

.modelRadioBox {
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

.modelSlide__item:focus {
	outline: none;
}

.modelSlide__item input[type="radio"] {
	display: none;
}

.modelSlide__item input:focus {
	outline: none;
}

.modelRadioLabel {
	display: block;
	position: relative;
	cursor: pointer;
}

.modelRadioLabel::before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	background-color: #FFF;
	border-radius: 50%;
	position: absolute;
	top: -38px;
	left: calc(50% - 19px);
	z-index: 10;
}

.modelRadioLabel::after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	top: -32px;
	left: calc(50% - 13px);
	z-index: 10;
}

.modelSlide__item input[type="radio"]:checked+.modelRadioLabel::after {
	display: block;
}

.modelInfoBox {
	display: flex;
	align-items: center;
	height: 130px;
}

.modelInfoBox__img {
	width: 130px;
	margin-right: 30px;
	text-align: center;
}

.modelInfoBox__img img {
	margin: 0 auto;
}

.modelInfoBox__txt__name {
	color: #FFF;
	font-size: 2.4rem;
	font-weight: bold;
}

.modelInfoBox__txt__desc {
	color: #FFF;
	font-size: 1.8rem;
}

/* Slide */
/* Arrows */
.slick-prev,
.slick-next {
	width: 22px;
	height: 30px;

	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;

	opacity: .75;
	color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -45px;
}

[dir='rtl'] .slick-prev {
	right: -45px;
	left: auto;
}

.slick-prev:before {
	content: '';
	background: url(../images/step1/btn_slide_prev.png) no-repeat center center;
	width: 22px;
	height: 30px;
	display: block;
}

[dir='rtl'] .slick-prev:before {
	content: '';
	background: url(../images/step1/btn_slide_next.png) no-repeat center center;
	width: 22px;
	height: 30px;
	display: block;
}

.slick-next {
	right: -45px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -45px;
}

.slick-next:before {
	content: '';
	background: url(../images/step1/btn_slide_next.png) no-repeat center center;
	width: 22px;
	height: 30px;
	display: block;
}

[dir='rtl'] .slick-next:before {
	content: '';
	background: url(../images/step1/btn_slide_prev.png) no-repeat center center;
	width: 22px;
	height: 30px;
	display: block;
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: white;
}

/* New Model */
/* .modelSlide--new {
	display: none;
}
.modelSlide--new.js-show {
	display: block;
} */

.formErrorRadio {
	position: absolute;
	width: 100%;
	bottom: -35px;
	font-size: 1.6rem;
	color: #F00;
	text-align: center;
	display: none;
}

/******* Step2 *******/
.step2BoxWrap {
	display: flex;
	flex-wrap: wrap;
}

.step2Input__item {
	display: flex;
	/* align-items: center; */
	margin-top: 50px;
}

.step2Input__item:nth-child(1),
.step2Input__item:nth-child(2) {
	margin-top: 0;
}

.step2Input__item:nth-child(2n+1) {
	width: 570px;
}

.step2Input__item:nth-child(2n) {
	width: 470px;
}

.step2Input__item.step2Input__item_full {
	width: 1040px;
}

.step2Input__item:nth-child(2n+1) .step2Input__item__title {
	width: 340px;
}

.step2Input__item:nth-child(2n) .step2Input__item__title {
	width: 295px;
}

.step2Input__item__title .qTxt {
	margin-bottom: 0;
}

.step2Input__item__input {
	font-size: 2.4rem;
	width: 200px;
}

.step2Input__item__input input[type="text"],
.step2Input__item__input input[type="number"] {
	border: #8CBE35 solid 2px;
	background-color: #FFF;
	border-radius: 4px;
	width: 110px;
	height: 48px;
	margin-right: 10px;
	padding: 0 10px;
	font-size: 2rem;
	font-weight: bold;
	text-align: right;
}

.step2Input__item__select__box {
	position: relative;
	width: 234px;
	height: 48px;
	margin-right: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	border: #8CBE35 solid 2px;
	border-radius: 4px;
	background-color: #FFF;
}

.step2Input__item__select__box:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto 0;
	border-right: 2px solid #6C9429;
	border-bottom: 2px solid #6C9429;
	-webkit-transform: translateY(-2px) rotate(45deg);
	transform: translateY(-2px) rotate(45deg);
}

.step2Input__item__select select {
	width: 230px;
	height: 44px;
	padding: 10px 39px 10px 15px;
	border: 0;
	box-sizing: border-box;
	background: transparent;
	appearance: none;
}

.step2Input__item__select select::-ms-expand {
	display: none;
}

@supports (-ms-ime-align: auto) {
	.step2Input__item__select select {
		padding: 10px 30px 0 15px;
	}
}

.step2Input__item__select option {
	text-align: right;
}

.btnBox02 {
	position: relative;
	margin-top: 60px;
	text-align: center;
}

.returnSelect {
	display: inline-block;
	position: absolute;
	color: #6C9429;
	font-size: 1.8rem;
	font-weight: bold;
	top: 20px;
	left: 165px;
	transition: opacity .3s linear;
}

.returnSelect:hover {
	opacity: .7;
}

.returnSelect::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/step2/btn_arrow_back.png) no-repeat center center;
	vertical-align: middle;
	margin-right: 10px;
}

/* Bottom Box */
.step2BtmBox {
	width: 700px;
	padding: 24px 34px;
	border: #8CBE35 solid 1px;
	border-radius: 10px;
	background-color: #FFF;
	margin: 50px auto 0;
}

.hlLv2--step2 {
	font-size: 1.8rem;
	margin-bottom: 5px;
}

.step2Btm__attTxt {
	font-size: 1.5rem;
	color: #F00;
	margin-bottom: 20px;
}

.step2Btm__innerWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.step2Btm__inner__txt__item {
	display: flex;
	font-size: 1.6rem;
}

.step2Btm__inner__txt__item__dt {
	width: 205px;
}

.step2Btm__inner__txt__item__dt::before {
	content: "●";
	margin-right: 5px;
}

.step2Btm__inner__txt__item__ddnum {
	text-align: right;
	width: 60px;
	color: #8CBE35;
	margin-right: 5px;
	font-weight: bold;
}

/******* Step3 *******/
.step3BoxWrap {
	width: 940px;
	margin: 0 auto;
}

.step3Input__item {
	display: flex;
	/* align-items: center; */
	margin-top: 50px;
}

.step3Input__item {
	width: 980px;
}

.step3Input__item__title {
	width: 680px;
}

.step3Input__item__title .qTxt {
	margin-bottom: 0;
}

.step3Input__item__input {
	font-size: 2.4rem;
}

.step3Input__item__input input[type="text"],
.step3Input__item__input input[type="number"] {
	border: #8CBE35 solid 2px;
	background-color: #FFF;
	border-radius: 4px;
	width: 140px;
	height: 48px;
	margin-right: 10px;
	padding: 0 10px;
	font-size: 2rem;
	font-weight: bold;
	text-align: right;
}

.btnBox03 {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btnBox03__item:nth-child(2) {
	margin-left: 60px;
}

.areaSubmit {
	text-align: center;
	margin-top: 60px;
}

.areaSubmit .btn {
	display: inline-block;
	position: relative;
}

.areaSubmit .btn span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 2px;
	width: 100%;
	font-size: 1.2rem;
	color: #fff;
	font-weight: 700;
}

.step3BoxWrap .attention {
	margin-top: 50px;
	font-size: 1.6rem;
	color: #787d78;
	text-align: center;
}

/******* Result *******/
.blockContents--result {
	padding-top: 20px;
}

.topResultTitleWrap {
	text-align: center;
}

.topResultTitle {
	text-align: center;
	font-size: 4rem;
	letter-spacing: .05em;
	display: inline-block;
	line-height: 1.2;
}

.topResultTitle__fss {
	font-size: 3rem;
}

.blockInfo {
	position: relative;
	padding-top: 70px;
}

.topResultAtt {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.choices__List {
	position: absolute;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	width: 298px;
	border: 8px solid #dae7af;
	border-radius: 6px;
	padding: 20px 0 20px 20px;
	list-style-type: none;
	background: #fff;
}

.choices__List li {
	line-height: 1.2;
}

.choices__List li+li {
	margin-top: 8px;
}

.choices__List dl {
	overflow: hidden;
}

.choices__List dl dt {
	float: left;
	font-size: 14px;
	width: 10.5em;
	position: relative;
	padding-top: 1px;
}

.choices__List dl dt:after {
	content: "：";
	position: absolute;
	top: 2px;
	right: 0;
}

.choices__List dl dd {
	font-size: 14px;
	color: #9dbf2c;
	padding-left: 125px;
}

@media print {
	.choices__List dl dd {
		position: relative;
		top: -2px;
	}
}

.choices__List dl dd span {
	font-weight: bold;
	font-size: 18px;
}

/* ResultBox */
.resultBoxWrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.resultBox__item {
	width: 460px;
	border-radius: 10px;
}

.resultBox__item--old {
	background-color: rgba(238, 238, 238, .5);
}

.resultBox__item--new {
	background-color: rgba(196, 225, 147, .5);
}

.resultBox__item--arrow {
	width: 120px;
	text-align: center;
	position: absolute;
	top: 154px;
	left: 460px;
}

.resultImg {
	display: inline-block;
}

.resultImg:nth-child(1) {
	margin-left: -10px;
	animation: arrow 1.5s ease 0s 5 normal none running;
}

.resultImg:nth-child(2) {
	margin-left: -10px;
	animation: arrow 1.5s ease 0.15s 5 normal none running;
}

/* Arrow Anime */
@keyframes arrow {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}



.resultBox__item__inner {
	height: 88px;
	display: flex;
	align-items: center;
	border-top: #CCC solid 1px;
}

.resultBox__item__inner:first-child {
	border-top: none;
}

.resultBox__item--new .resultBox__item__inner {
	border-top: #8CBE35 solid 1px;
}

.resultBox__item--new .resultBox__item__inner:first-child {
	border-top: none;
}

.resultBox__item__inner__dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	width: 100%;
}

.resultBox__item__inner__dt {
	font-size: 2rem;
}

.resultBox__item__inner__dt__fss {
	display: block;
	font-size: 1.4rem;
}

.resultBox__item__inner__dd__name,
.resultBox__item__inner__dd__num {
	font-size: 2.4rem;
	font-weight: bold;
}

.resultBox__item__inner__dd__fss {
	display: block;
	font-size: 1.6rem;
}

.resultBox__item__inner__dd__num {
	display: inline-block;
	width: 100px;
	text-align: right;
}

.resultBox__item__inner__dd__unit {
	font-size: 1.6rem;
	display: inline-block;
	width: 70px;
	margin-left: 10px;
}

/* ResultBox2 */
.resultBox2 {
	border: #FF8000 solid 4px;
	background-color: #FFF;
	width: 820px;
	margin: 40px auto 0;
	padding: 40px 20px;
	border-radius: 10px;
}

.resultBox2__txt {
	font-size: 1.8rem;
	text-align: center;
	display: block;
}

.resultBox2__txt__line2 {
	font-size: 2.4rem;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

.resultBox2__txt__line2__line1 {
	display: inline-block;
	margin-left: 20px;
}

.resultBox2__txt__line2__line1:nth-child(1) {
	margin-left: 0;
}

.resultBox2__txt__line2__num {
	color: #FF8000;
	font-size: 3.6rem;
}

/* Attention Box */
.resultAttentionBox {
	padding-top: 40px;
	width: 800px;
	margin: 0 auto;
	display: none;
}

.hlLv2--result {
	font-size: 2.8rem;
	margin-bottom: 5px;
	text-align: center;
}

.hlLv3--result {
	font-size: 2rem;
	margin-top: 20px;
	margin-bottom: 10px;
	text-indent: 1em;
}

/*.hlLv3--result::before {
	content: "●";
}*/
.resultAttentionBox__txt {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 25px;
}

.resultAttentionBox__ul,
.resultAttentionBox__li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.6rem;
	line-height: 1.8;
}

.resultAttentionBox__li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
}

.resultAttentionBox__li__inner {
	text-indent: 0;
	padding-left: 1em;
}

.resultAttentionBox__li__dl {
	display: flex;
}

.resultAttentionBox__li__dl dt {
	width: 168px;
}

.resultAttentionBox__li__dl dd {
	width: 85%;
	padding-left: 0;
	text-indent: 0;
}

/* Btn */
.btnBox04__item {
	margin-left: 20px;
}

.btnBox04__item:first-child {
	margin-left: 0px;
}

.btnBox05__item {
	margin-left: 80px;
}

.btnBox05__item span {
	display: block;
	font-size: 1.2rem;
}

.btnBox05__item .formBtn2 {
	line-height: 1.2;
	padding: 2px 0 0;
}

.btnBox05__item .formBtn2:hover {
	color: #FFF;
	line-height: 1.2;
	padding: 3px 0 0;
}

.btnBox06__item {
	display: inline-block;
	margin-left: 50px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

.btnBox06__item a {
	text-decoration: underline;
}

.btnBox06__item a:hover {
	text-decoration: none;
}

.resultAttBtn {
	display: block;
	font-size: 1.6rem;
}


/******* Helper *******/

.mt40 {
	margin-top: 40px;
}

.mt60 {
	margin-top: 60px;
}

/* Text Align */
.tac {
	text-align: center;
}

/* Font style */
.fwb {
	font-weight: bold;
}