@charset "UTF-8";
.p-check {
	padding-top: 8rem;
	padding-bottom: 8.8rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-check {
		padding-top: 2.4rem;
		padding-bottom: 4rem;
	}
}
.p-check__title {
	text-align: center;
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 140%; /* 3.36rem */
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-check__title {
		font-size: 1.8rem;
	}
}
.p-check__title .green {
	color: #177272;
	font-size: 4rem;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.p-check__title .green {
		font-size: 2.6rem;
		line-height: 1.4;
	}
}
.p-check__list {
	margin-top: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-check__list {
		margin-top: 2.4rem;
		gap: 1.9rem;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}
.p-check__list .c-btn {
	width: 24.8rem;
	height: 7rem;
}
@media screen and (max-width: 767px) {
	.p-check__list .c-btn {
		width: 16.2rem;
		width: calc(50% - 0.95rem);
		height: 5.6rem;
	}
}
.p-check__list .c-btn__inn {
	font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-check__list .c-btn__inn {
		font-size: 1.9rem;
	}
}
.p-check__list .c-btn__inn::after {
	content: none;
}
.p-check__list .c-btn__inn .arrow {
	width: 1.3rem;
	height: 2rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-check__list .c-btn__inn .arrow {
		width: 1rem;
	}
}
.p-check__list .c-btn.is-active .c-btn__inn {
	background-color: #177272;
	color: #ffffff;
}
.p-check__content {
	margin-top: 6.2rem;
}
@media screen and (max-width: 767px) {
	.p-check__content {
		margin-top: 3.4rem;
	}
}
.p-check__main-img img {
	display: block;
	margin: auto;
}
.p-check__detail {
	margin-top: 6rem;
	padding: 5rem 4rem 4rem;
	background-color: #ffffff;
}
@media screen and (max-width: 767px) {
	.p-check__detail {
		margin-top: 4.3rem;
		padding: 3.2rem 1.6rem;
	}
}
.p-check__detail-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-check__detail-list {
		gap: 2.5rem;
	}
}
.p-check__detail-list .item {
	width: 28.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
@media screen and (max-width: 767px) {
	.p-check__detail-list .item {
		width: 100%;
		display: block;
	}
}
.p-check__detail-list .title {
	color: #ffffff;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 160%; /* 4.48rem */
	letter-spacing: 0.05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.9rem 0 1rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1rem;
	background: #177272;
}
@media screen and (max-width: 767px) {
	.p-check__detail-list .title {
		font-size: 2.4rem;
		padding: 0.5rem 0;
	}
}
@media screen and (max-width: 767px) {
	.p-check__detail-list .img {
		height: 16.8rem;
	}
}
.p-check__detail-list .img img {
	display: block;
}
@media screen and (max-width: 767px) {
	.p-check__detail-list .img img {
		width: 100%;
		height: 100%;
		display: block;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}
.p-check__detail-list .cnt {
	border: 1px solid #D9D9D9;
	border-width: 0 1px 1px 1px;
	padding: 0.9rem 1.8rem 1.7rem;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.p-check__detail-list .cnt {
		height: auto;
	}
}
.p-check__detail-list .list-title {
	padding-left: 1.2rem;
	border-bottom: 1px solid #C6C5C5;
	color: #666;
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 2rem;
	font-weight: 700;
	line-height: 170%; /* 3.4rem */
	letter-spacing: 0.05em;
	position: relative;
}
.p-check__detail-list .list-title::before {
	content: "";
	width: 0.4rem;
	height: 2rem;
	background: #058989;
	display: block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	position: absolute;
}
.p-check__detail-list .list {
	margin-top: 0.9rem;
}
.p-check__detail-list .list li {
	font-size: 2rem;
	font-weight: 500;
	line-height: 170%; /* 3.4rem */
	letter-spacing: 0.05em;
}
.p-check__detail-list .list li .small {
	font-size: 1.8rem;
}
.p-check__detail-list .list li::before {
	content: "・";
	color: #059E9E;
	font-weight: 700;
}
.p-check__note {
	margin-top: 1.1rem;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 140%; /* 1.68rem */
}
@media screen and (max-width: 767px) {
	.p-check__note {
		margin-top: 1.5rem;
	}
}
.p-check .c-btn.-ma {
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-check .c-btn.-ma {
		margin-top: 2.4rem;
	}
}
.p-check .js-tab-blk {
	position: relative;
}
.p-check .js-tab-item {
	cursor: pointer;
}
@media print, screen and (min-width: 768px) {
	.p-check .js-tab-item {
		-webkit-transition: 0.3s opacity;
		transition: 0.3s opacity;
	}
	.p-check .js-tab-item:hover {
		opacity: 0.7;
	}
}
.p-check .js-tab-content .js-tab-box {
	display: none;
}
.p-check .js-tab-content .js-tab-box.is-show {
	display: block;
}

.p-shindan {
	padding-top: 8.8rem;
	padding-bottom: 8.8rem;
}
@media screen and (max-width: 767px) {
	.p-shindan {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
.p-shindan__title {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 160%; /* 5.12rem */
}
@media screen and (max-width: 767px) {
	.p-shindan__title {
		font-size: 2.1rem;
	}
}
@media screen and (max-width: 767px) {
	.p-shindan__title .sp-small {
		font-size: 1.8rem;
	}
}
.p-shindan__title .green {
	color: #177272;
	font-size: 4rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-shindan__title .green {
		font-size: 2.4rem;
	}
}
.p-shindan__title .box {
	background: #177272;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	color: #FFF7C8;
	font-size: 4rem;
	font-weight: 700;
	line-height: 140%; /* 5.6rem */
	padding: 0.1em 0.2em;
	display: inline-block;
	margin: 1rem 0.7rem 1rem 0;
}
@media screen and (max-width: 767px) {
	.p-shindan__title .box {
		font-size: 2.4rem;
	}
}
.p-shindan__content {
	background: #EEF7F7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-shindan__content {
		display: block;
		margin-top: 1.3rem;
	}
}
.p-shindan__content .img {
	width: 30.4rem;
}
@media screen and (max-width: 767px) {
	.p-shindan__content .img {
		height: 15rem;
		width: 100%;
	}
	.p-shindan__content .img img {
		width: 100%;
		height: 100%;
		display: block;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}
.p-shindan__content .img img {
	display: block;
}
.p-shindan__content .cnt {
	padding: 2.5rem 2rem 2.2rem 3rem;
}
@media screen and (max-width: 767px) {
	.p-shindan__content .cnt {
		padding: 1.2rem 1.4rem 3rem 0.6rem;
	}
}
.p-shindan__content .list li {
	margin-top: 1.1rem;
	min-height: 4rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 129.385%; /* 2.5877rem */
	padding-left: 4.8rem;
	position: relative;
	padding-top: 0.6rem;
}
@media screen and (max-width: 767px) {
	.p-shindan__content .list li {
		padding-left: 4.7rem;
		padding-top: 0.5rem;
		min-height: auto;
		line-height: 1.5;
		margin-top: 0.6rem;
	}
}
.p-shindan__content .list li:first-of-type {
	margin-top: 0;
}
.p-shindan__content .list li .green {
	color: #177272;
}
.p-shindan__content .list li::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	width: 4rem;
	height: 4rem;
	background-image: url(../images/check/icn_shindan-check.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	.p-shindan__content .list li::before {
		top: 0;
		-webkit-transform: none;
		        transform: none;
	}
}
.p-shindan__content .text {
	margin-top: 1.1rem;
	padding-left: 0.8rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 150%; /* 2.7rem */
}
@media screen and (max-width: 767px) {
	.p-shindan__content .text {
		margin: 0 -0.2em 0;
	}
}

.c-opt.-opt02::before, .c-opt.-opt02::after {
	content: "";
}
@media screen and (max-width: 767px) {
	.c-opt.-opt02::before, .c-opt.-opt02::after {
		width: 19.4rem;
		height: 8.9rem;
	}
}
/*# sourceMappingURL=check.css.map */