@charset "UTF-8";
/* CSS Document */
main section:not(:last-child) {
	margin-bottom: 50px;
}

.anchor-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anchor-item {
	width: 18%;
	margin-bottom: 30px;
}
.anchor-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	border: 1px dashed #c00;
}

.care-menu-1 {
	
	
}
.care-menu-1 .txt {
	position: relative;
	margin-top: -34px;
}
.care-menu-1 .txt .tag {
	display: inline-block;
	background-color: #f5ecb3;
	border-radius: 6px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 6px;
	font-size: 1.2rem;
	line-height: 1;
}
.care-menu-1 .txt .ttl {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.55;
}
.care-menu-2 {
	margin-top: 40px;
}
.notice {
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.btn-wrap {
	margin-top: 30px;
}

.check-wrap {
	position: relative;
	background-color: #f5ecb3;
	border-radius: 15px;
	margin-top: 30px;
	padding: 20px;
}
.check-wrap p {
	font-size: 1.3rem;
}
.check-wrap:before {
	position: absolute;
	top: -10px;
	left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 57px;
	height: 24px;
	background-color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	content: "Check!";
}

.bef-aft {
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	background-color: #f7f7f3;
	margin-top: 20px;
	padding: 20px;
}
.bef-aft__item {
	width: 46%;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.bef-aft__item figcaption {
	display: block;
	margin-top: 10px;
}


.bef-aft--txtonly {
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin-top: 10px;
}
.bef-aft--txtonly li {
	width: 50%;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8%;
	margin: 0 0 13px;
}
.arrow img {
	width: 10px;
	height: 12px;
	transform: rotate(0deg);
}

.option {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.option__item {
	width: 48%;
	background-color: #f7f7f3;
	padding: 15px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
}
.option__item dt {
	margin-bottom: 10px;
}
.option__item dd:not(:last-child) {
	margin-bottom: 8px;
}
.img-solo {
	margin-top: 20px;
}

@media print, screen and (max-width: 374px) {	/*	for w360px Android	*/
	
	.underfv-txt {
		font-size: 1.4rem;
	}
	
}




.tabs-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.tabs-nav > li {
	width: 18.5%;
	cursor: pointer;
}
.tabs-nav > li a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	background-color: #eae8d8;
	border-radius: 5px;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.28;
	transition: all .3s ease-out;
}
.tabs-nav > li:hover a {
	background-color: #ff4645;
	color: #fff;
}



@media print, screen and (min-width: 681px) {
	
	.subtxt {
		font-size: 1.4rem;
		line-height: 2;
	}
	.check-wrap {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.img-area {
		margin-top: 0;
	}
	.notice {
    margin-top: 20px;
	}
	
	.care-menu-1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.care-menu-1 .img {
		width: 45%;
	}
	.care-menu-1 .txt {
		width: 50%;
		margin-top: 0;
	}
	.care-menu-1 .txt .ttl {
		margin-bottom: 20px;
		font-size: 2.0rem;
		line-height: 1.6;
	}
	.care-menu-1 .txt .tag {
		margin-left: 0;
		padding: 8px;
		font-size: 1.4rem;
	}
	
	.check-wrap p {
		font-size: 1.4rem;
	}
	.check-wrap:before {
		top: -8px;
		left: 40px;
		width: 60px;
		height: 27px;
	}
	
	.flex-wrap {
		display: flex;
		justify-content: space-between;
	}
	.flex-wrap .subtxt {
		width: 50%;
	}
	.flex-wrap .bef-aft {
		width: 46%;
	}
	.escape {
		position: relative;
		padding-right: 50%;
	}
	.escape .img-area {
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 46%;
		height: 100%;
		padding: 30px;
	}
	.escape .img-area--column {
		flex-direction: column;
	}
	.escape .img-solo.img-area {
		padding: 0;
	}
	.bef-aft--txtonly {
		width: 100%;
	}
	.bef-aft__item {
		width: 45%;
	}
	.arrow {
		width: 10%;
	}
	.arrow img {
		width: 14px;
		height: 17px;
	}
	
	.option.img-area {
		justify-content: space-between;
		height: auto;
		padding: 0;
	}
	.option__item {
		padding: 20px;
		font-size: 1.4rem;
	}
	.option__item dt {
		margin-bottom: 15px;
		font-size: 1.4vw;
	}
	
	.escape.lock-wrap {
		min-height: 236px;
	}
	.escape.for-safety {
		padding-right: 40%;
	}
	.flex-wrap.for-safety .subtxt {
		width: 60%;
	}
	
	.for-safety .img-area {
		justify-content: flex-end;
		align-items: flex-start;
		padding: 0;
	}
	.for-safety .img-solo img {
		width: 250px;
	}
	.btn-wrap {
		max-width: 360px;
	}
	.img-solo {
		margin-top: 0;
	}
	
	
	
}


@media print, screen and (min-width: 1200px) {
	
	main section:not(:last-child) {
		margin-bottom: 100px;
	}
	.check-wrap {
		padding: 40px;
	}
	.subtxt {
		font-size: 1.5rem;
	}
	.escape.lock-wrap {
		min-height: 320px;
	}
	.for-safety .img-solo img {
		width: 360px;
	}
	.option__item dt {
		margin-bottom: 15px;
		font-size: 1.5rem;
	}
	
	.tabs-nav {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		border-bottom: 1px solid #eae8d8;
		margin-bottom: 70px;
	}
	.tabs-nav > li {
		width: 172px;
	}
	.tabs-nav > li:not(:last-child) {
		margin-right: 10px;
	}
	.tabs-nav > li a {
		display: block;
		padding: 20px 0;
		border-radius: 10px 10px 0 0;
		font-size: 1.4rem;
	}
	
}