/* Assess */

.page_assess #waist {
	min-height: 400px;
}
#assess_intro {
	text-align: center;
}
#assess_intro_pane {
	position: relative;
	padding: 5em 3em 7em 3em;
	height: 566px;
	height: 600px;
	background: #f1f4f3;
	border: solid 1px #ddd;
	border: none;
	border-radius: 12px;
	text-align: center;
}
#assess_intro_pane ul {
	display: flex;
	margin: 0 auto 3.5em auto;
	margin: 0 8% 3.5em 8%;
	justify-content: center;
}
#assess_intro_pane li {
	float: left;
	margin: 0 1%;
	margin: 0;
	width: 12%;
	width: 25%;
	opacity: 0;
}
#assess_intro h4 {
	margin-bottom: 3rem;
	font-size: 1.1em;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 2em;
	letter-spacing: 0.15em;
}
.assess_intro_button p {
	position: relative;
	display: inline-block;
	padding: 1em 2em;
	line-height: 1.4em;
	color: #fff !important;
	font-size: 1.25em;
	background: #adbbcc;
	background: #009ea1;
	border-radius: 50vh;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	animation: start_attention 1500ms infinite ease-in-out forwards;
}
@keyframes start_attention {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}
#assess_intro_lasttime {
	margin-top: 1em;
}
.first_time #assess_intro_lasttime p {
	cursor: inherit;
	background: #e1e1e1;
}
#assess_content {
	position: relative;
	display: none;
}
#assess_sheet {
}
#assess_sheet_splide {
	position: relative;
	padding: 5em 3em 7em 3em;
	height: 566px;
	height: 600px;
	background: #fff;
	background: #f1f4f3;
	border-radius: 12px;
	text-align: center;
}
#assess_sheet_splide .splide__track {
	visibility: visible;
	overflow: visible;
}
#assess_sheet_step {
	position: absolute;
	top: -35px;
	left: 0;
	margin-bottom: 1em;
	font-size: 1.4em;
	letter-spacing: 0;
	text-align: center;
}
#assess_sheet_step .label {
	display: block;
	margin-bottom: 0.3em;
	font-size: 0.8em;
	margin-right: -0.1em;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#assess_sheet_splide .splide__arrows {
	position: absolute;
	bottom: -70px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
#assess_sheet_splide .splide__arrow {
	font-size: 1.1em;
	font-weight: 500;
}
#assess_sheet_splide .splide__arrow:disabled {
	opacity: 0.1;
}
#assess_sheet_splide .splide__arrow--prev {
	position: relative;
	float: left;
	padding-left: 60px;
}
#assess_sheet_splide .splide__arrow--prev::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/common/icon_prev.png) no-repeat center / 100%;
}
#assess_sheet_splide .splide__arrow--next {
	position: relative;
	float: right;
	padding-right: 60px;
}
#assess_sheet_splide .splide__arrow--next::before {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/common/icon_next.png) no-repeat center / 100%;
}
/* .assess_sheet_slide  {
	padding: 3em;
	background: #fff;
	border-radius: 12px;
	text-align: center;
	counter-increment: slidenum;
} */
.assess_sheet_slide h4 {
	position: relative;
	margin-bottom: 1em;
	font-size: 1.6em;
	font-weight: 500;
}
.assess_sheet_slide h4 span {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	font-size: 1rem;
}
.assess_sheet_icon {
	margin: 0 auto 1em auto;
	width: 225px;
	height: 150px;
	width: 270px;
	height: 180px;
	aspect-ratio: 3/2;
}
/* .assess_sheet_slide h4::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: counter(slidenum);
	color: #ccc;
	line-height: 1em;
	font-size: 1.2em;
	font-family: 'Inter', sans-serif;
} */
/* .assess_sheet_select {
	float: left;
	padding: 1.5em 1em;
	margin-right: 2%;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 8px;
	cursor: pointer;
	transition: all 300ms linear;
}
.assess_sheet_select.active {
	color: #fff;
	background: #ccc;
	transition: all 200ms linear;
}
.assess_sheet_select:hover {
	color: #fff;
	background: #ccc;
	transition: all 200ms linear;
}
.assess_sheet_option.slect_three {
	margin-top: 46px;
}
.slect_three .assess_sheet_select {
	width: 32%;
}
.slect_three .assess_sheet_select:nth-of-type(3n) {
	margin-right: 0;
}
.slect_three .assess_sheet_select:nth-of-type(3n + 1) {
	clear: both;
}
.slect_four .assess_sheet_select {
	width: 49%;
}
.slect_four .assess_sheet_select:nth-of-type(even) {
	margin-right: 0;
}
.slect_four .assess_sheet_select:nth-of-type(2n + 1) {
	clear: both;
}
.slect_four .assess_sheet_select:nth-last-of-type(n + 3) {
	margin-bottom: 1.2em;
} */
.assess_sheet_option {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
}
.assess_sheet_option.slect_three {
	margin-top: 46px;
}
.assess_sheet_select {
	padding: 1.5em 1em;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 8px;
	cursor: pointer;
	transition: all 300ms linear;
	background: #fff;
}
.assess_sheet_select.active {
	color: #fff;
	border: 1px solid #b4b6bc;
	border: 1px solid #adbbcc;
	background: #009ea1;
	transition: all 200ms linear;
}
.assess_sheet_select:hover {
	color: #fff;
	border: 1px solid #adbbcc;
	border: 1px solid #fff;
	background: color(srgb 0.709 0.715 0.738);
	background: #009ea1;
	transition: all 200ms linear;
}
.slect_two .assess_sheet_select {
	width: 48%;
}
.slect_three .assess_sheet_select {
	width: 32%;
}
.slect_four .assess_sheet_select {
	width: 49%;
}
.slect_four .assess_sheet_select:nth-last-of-type(n + 4) {
	margin-bottom: 1.2em;
}
.slect_four .assess_sheet_select:nth-last-of-type(n + 3) {
	margin-bottom: 1.2em;
}
.assess_sheet_select h5 {
	font-size: 1em;
	font-size: 1.15em;
	font-weight: 500;
}
.assess_sheet_select h5 span {
	margin-left: 0.3em;
	font-size: 0.8em;
	font-weight: 400;
}
.splide__arrow {
	background: none !important;
}
#assess_sheet_result {
	display: none;
	position: absolute;
	right: 90px;
	bottom: 27px;
	padding: 10px 15px 10px 17px;
	color: #9cadc1;
	color: #009ea1;
	border: 2px solid #adbbcc;
	border: 2px solid #009ea1;
	border-radius: 8px;
	font-size: 1.15em;
	font-weight: 500;
	background: #fff;
	transition: all 260ms ease-in-out;
	cursor: pointer;
}
#assess_sheet_result:hover {
	transform: scale(1.05);
	transition: all 360ms ease-in-out;
}
#assess_result {
	display: none;
	position: relative;
	padding: 3.5em 3em 7em 3em;
	padding: 3.5em 4.5em;
	/* height: 566px; */
	border: 2px solid #009ea1;
	border: solid 1px #ddd;
	border: none;
	border-radius: 12px;
	background: #f0f0f0;
}
#assess_result .page_assess_text p {
	font-size: 0.84em;
	letter-spacing: 0.05em;
	font-feature-settings: 'palt';
}
#assess_result .page_assess_text ul {
	margin-top: 1em;
	padding-left: 1.2em;
}
#assess_result .page_assess_text li {
	position: relative;
	/* display: none; */
	font-size: 0.75em;
	letter-spacing: 0.02em;
	font-feature-settings: 'palt';
	line-height: 1.4em;
	list-style-type: disc;
}
#assess_result .page_assess_text li.active {
	display: block;
}
#assess_result .page_assess_text li:not(:last-of-type) {
	margin-bottom: 0.8em;
}
#assess_result .page_assess_text li.active::before {
	position: absolute;
	top: 0;
	left: -1.77em;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/common/icon_check.png) no-repeat center / 100%;
}
#assess_result .page_assess_text .button a {
	background: #adbbcc;
}


.page_assess_compact .page_assess_pane.reveal {
	animation: modelhouse_pane_reveal 700ms 1 ease-in-out forwards;
}
@keyframes modelhouse_pane_reveal {
	0% {
		transform: translateY(-20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.page_assess_compact .page_assess_pane:nth-of-type(3n - 1) {
	margin: 0 6.5%;
}
.page_assess_compact .page_assess_image.outside {
	position: absolute;
	bottom: -15px;
	right: -20px;
	width: 150px;
}
.page_assess_compact .page_assess_text {
	padding: 0 1em;
}
.page_assess_compact .page_assess_text h4 {
	margin-bottom: 0.5em;
	font-size: 0.85em;
}
.page_assess_compact .page_assess_text h4 span {
	margin-right: 0.2em;
	font-size: 1.25em;
	font-weight: 500;
}
.page_assess_compact .page_assess_text p {
	font-size: 0.9em;
	line-height: 1.8em;
}
.page_assess_compact .page_assess_text .button {
	margin-top: 1.5em;
}
.page_assess_image.inside {
	position: relative;
}
.page_assess_image.inside::before {
	position: absolute;
	left: 24px;
	bottom: 24px;
	content: '';
	width: 90px;
	height: 19px;
	background: url(../images/common/icocochi_logo_white.png) no-repeat center / cover;
	z-index: 10;
}
.page_assess_feature {
	position: absolute;
	right: 12px;
	top: 12px;
}
.page_assess_feature p {
	padding: 0.6em 1em;
	line-height: 1.2em;
	font-size: 0.8em;
	border-radius: 200px;
	background: #fff;
	z-index: 1;
	animation: feature_attention 1400ms infinite ease-in-out forwards;
}
.page_assess_feature p:before {
	position: absolute;
	top: 100%;
	right: 15%;
	content: '';
	border: 6px solid transparent;
	border-top: 6px solid #fff;
	transform: translateX(-50%);
}

@keyframes feature_attention {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.06);
	}
	100% {
		transform: scale(1);
	}
}

.page_assess_compact .inner {
	max-width: 1200px;
}
.page_assess_compact .page_assess_pane {
	float: left;
	width: 29%;
	opacity: 0;
	transform: translateY(-20px);
}
.page_assess_compact .page_assess_pane.reveal {
	animation: modelhouse_pane_reveal 700ms 1 ease-in-out forwards;
}
@keyframes modelhouse_pane_reveal {
	0% {
		transform: translateY(-20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.assess_sheet_item {
	float: left;
	margin: 0 0 2% 0;
	padding: 15px 15px 15px 24px;
	padding: 0;
}
.assess_sheet_item label {
	display: block;
	padding: 15px 15px 15px 24px;
	background: #fff;
	border-radius: 6px;
}
.items_four .assess_sheet_item {
	width: 49%;
}
.items_four .assess_sheet_item:nth-of-type(even) {
	float: right;
}
.items_four .assess_sheet_item:nth-of-type(odd) {
	clear: both;
}
.items_three .assess_sheet_item,
.items_six .assess_sheet_item {
	float: left !important;
	width: 32%;
}
.items_three .assess_sheet_item:nth-of-type(3n - 1),
.items_six .assess_sheet_item:nth-of-type(3n - 1) {
	margin-left: 2%;
	margin-right: 2%;
}
.items_three .assess_sheet_item:nth-of-type(3n + 1),
.items_six .assess_sheet_item:nth-of-type(3n + 1) {
	clear: both;
}
.items_eight .assess_sheet_item {
	float: left !important;
	margin-right: 2.4%;
	width: 23.2%;
}
.items_eight .assess_sheet_item:nth-of-type(4n) {
	margin-right: 0;
}
.items_eight .assess_sheet_item:nth-of-type(4n + 1) {
	clear: both;
}
.items_eight .assess_sheet_item h6 {
	width: calc(100% - 30px);
	width: calc(100% - 48px);
}
.assess_sheet_item .assess_checkbox {
	float: right;
	margin-top: 0.75em;
}
.assess_sheet_item .assess_select {
	float: right;
	margin-top: 0.75em;
}
.assess_sheet_item .assess_select .label {
	font-size: 0.9em;
	line-height: 1em;
}

.assess_sheet_item h6 {
	float: left;
	margin-bottom: 0;
	width: calc(100% - 100px);
	width: calc(100% - 60px);
	font-size: 1em;
	text-align: left !important;
	letter-spacing: 0.05em;
	line-height: 3.5rem;
}
.icr-label .icr-text span,
.assess_sheet_item h6 span {
	display: inline-block;
	margin-left: 0.25em;
	font-size: 0.85em !important;
	letter-spacing: 0;
}
/*
.assess_sheet_item .nice-select,
.assess_sheet_item select {
	clear: none;
	float: right;
	width: 80px;
}
.nice-select .option {
	font-size: 0.95em !important;
}
*/
.icr-item.type_radio,
.icr-item.type_checkbox {
	display: block;
	float: right;
}
.icr-text {
	display: block;
	float: left;
}
.icr-label {
	display: block;
	padding: 0.85em 0;
	cursor: pointer;
}
.icr-label span {
	display: block;
}
.icr-label:after {
	content: " ";
	display: block;
	clear: both;
}
.assess_sheet_item_multiple .icr-label {
	padding: 0.85em 0;
	padding: 0.25em 0;
}

#assess_sheet_steps {
	position: absolute;
	right: 0;
	top: -30px;
}
#assess_sheet_steps li {
	float: left;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	border: solid 2px #009ea1;
	border-radius: 50%;
	background: #fff;
	background: #009ea1;
}
#assess_sheet_steps[data-step='5'] li:nth-of-type(6) {
	background: #fff;
}
#assess_sheet_steps[data-step='4'] li:nth-of-type(5),
#assess_sheet_steps[data-step='4'] li:nth-of-type(6) {
	background: #fff;
}
#assess_sheet_steps[data-step='3'] li:nth-of-type(4),
#assess_sheet_steps[data-step='3'] li:nth-of-type(5),
#assess_sheet_steps[data-step='3'] li:nth-of-type(6) {
	background: #fff;
}
#assess_sheet_steps[data-step='2'] li:nth-of-type(3),
#assess_sheet_steps[data-step='2'] li:nth-of-type(4),
#assess_sheet_steps[data-step='2'] li:nth-of-type(5),
#assess_sheet_steps[data-step='2'] li:nth-of-type(6) {
	background: #fff;
}
#assess_sheet_steps[data-step='1'] li:nth-of-type(2),
#assess_sheet_steps[data-step='1'] li:nth-of-type(3),
#assess_sheet_steps[data-step='1'] li:nth-of-type(4),
#assess_sheet_steps[data-step='1'] li:nth-of-type(5),
#assess_sheet_steps[data-step='1'] li:nth-of-type(6) {
	background: #fff;
}
_form[data-q1="q1_1"] .q1_a_3,
_form[data-q1="q1_2"] .q1_a_3 {
	display: none !important;
}
_form[data-q1="q1_3"] .q1_a_1,
_form[data-q1="q1_3"] .q1_a_2 {
	display: none !important;
}
input[type=checkbox],
input[type=radio] {
	display: none;
}
label.checked {
	color: #fff;
	background: #009ea1;
}
.assess_sheet_item select {
    padding: 4px 9px;
	font-size: 0.9em;
	line-height: 1.4em;
	border: solid 1px #009ea1;
	border-radius: 5px;
	color: #fff;
	background: #fff;
	background: #009ea1;
}
.items_select label {
	cursor: default;
}
.items_select select {
	cursor: pointer;
	text-align: right;
}
#assess_result table {
	width: 100%;
	line-height: 1.6em;
}
#assess_result td,
#assess_result th {
	text-align: right;
	border: solid 1px #ddd;
	border-collapse: collapse;
}
#assess_result thead td,
#assess_result thead th {
	padding: 0.85em 1em;
	text-align: center;
	font-size: 0.95em;
	font-weight: 500;
}
#assess_result tbody td,
#assess_result tbody th {
	padding: 0.65em 1em;
	font-size: 0.9em;
	font-weight: 400 !important;
}
#assess_result h4.title {
	padding-bottom: 0.5em;
	border-bottom: solid 2px #111;
}
#_assess_result_meta {
	float: left;
	width: 20%;
}
#assess_result_minus {
	float: left;
	margin-right: 5%;
	margin-bottom: 2.5em;
	width: 30%;
}
#assess_result_plus {
	float: left;
	margin-right: 5%;
	margin-bottom: 2.5em;
	width: 30%;
}
#assess_result_option {
	float: left;
	margin-bottom: 2.5em;
	width: 30%;
}
.assess_result_item {
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.assess_result_item h5 {
	margin-bottom: 0.5em;
	font-weight: 500;
	font-size: 0.95em;
}
.assess_result_item h5 .label {
	font-size: 0.8em;
}
.assess_result_item ul,
.assess_result_item dl {
	font-size: 0.85em;
}
.assess_result_item dt {
	float: left;
	width: 15em;
}
.assess_result_item dd {
	padding-left: 15.5em;
	text-align: right;
	border-bottom: solid 1px #ccc;
}
.assess_result_item li {
	border-bottom: solid 1px #ccc;
}
.assess_result_item li .result_list {
	display: block;
	float: left;
}
.assess_result_item li .result_list_title {
	width: 65%;
}
.assess_result_item li .result_list_quantity {
	width: 10%;
}
.assess_result_item li .result_list_reduce,
.assess_result_item li .result_list_price {
	width: 25%;
	text-align: right;
}
#assess_result_plus ul .result_list_price .val_minus,
#assess_result_plus ul .result_list_price .val {
	color: #3589dc;
}
#assess_result_total {
	clear: both;
	margin-bottom: 2.5em;
}
#assess_option_total,
#assess_plus_total,
#assess_minus_total {
	margin-top: -1em;
	text-align: right;
	font-weight: 500;
}
#assess_result_total {
	padding-top: 1em;
	border-top: solid 2px #009ea1;
	color: #009ea1;
}
#assess_result_total h4 {
	float: left;
	margin-bottom: 1.5rem;
	font-weight: 500;
	font-size: 1.1em;
}
#assess_result_total h5 {
	float: right;
	margin-bottom: 1.5rem;
}
#assess_result_total .note {
	font-size: 0.9em !important;
	line-height: 1.7em !important;
	color: #009ea1 !important;
}
#assess_all_total {
	text-align: right;
	font-weight: 500;
	font-size: 1.1em;
}
#assess_all_total .val {
	font-size: 1.25em;
}
#assess_all_total.total_minus .val,
#assess_plus_total .val_minus,
#assess_plus_total .val {
	color: #3589dc;
}
#assess_sheet_again {
	position: absolute;
	right: 36px;
	top: 36px;
}
#assess_sheet_again a {
	display: block;
	padding: 10px 15px 10px 17px;
	color: #009ea1 !important;
	text-decoration: none;
	border: 2px solid #009ea1;
	border-radius: 8px;
	font-size: 1.15em;
	font-weight: 500;
	background: #fff;
	transition: all 260ms ease-in-out;
	cursor: pointer;
}
#assess_result_note {
	margin-top: 3em;
}
#assess_result_note li {
	margin-top: 0.5em !important;
}
#assess_result_note .note {
	display: none;
}

@media screen and (max-width: 858px) and (min-width: 751px) {
	
	#assess_sheet_splide {
		padding: 5em 2em 7em 2em;
	}
	.assess_sheet_item label {
		padding: 15px 15px 15px 15px;
	}
	.assess_sheet_item h6 {
		font-size: 0.9em;
		letter-spacing: 0;
	}
	#assess_result_minus {
		float: none;
		margin-right: 0;
		width: 100%;
	
	}
	#assess_result_plus {
		float: none;
		margin-right: 0;
		width: 100%;
	
	}
	#assess_result_option {
		float: none;
		width: 100%;
	
	}
	
}