@charset "UTF-8";
/* CSS Document */

/* iron_check ----------------------------*/
.iron_check {
	background: url(/simages/item/sanitary/napkin/iron_check/bg.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 15px;
}
.iron_check section {
	background: #FFF;
	border-radius: 30px;
	margin: 25px 0;
	padding: 20px 40px;
	box-shadow: inset 0px 0px 10px 5px rgba(255, 255, 255, 0.3);
	background-color: rgba(255,255,255,0.8);
	overflow: hidden;
}
.iron_check h2 {
	font-size: 22px;
	color: #254978;
	text-align: center;
	border: none;
	background: none;
	padding: 0;
	box-shadow: none;
	margin: 0;
	padding-bottom: 25px;
}
.iron_check h3 {
	font-size: 19px;
	color: #242828;
	text-align: center;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.iron_check p {
	font-size: 15px;
	color: #333333;
}
.iron_check .txt_center {
	text-align: center;
}
@media screen and (max-width: 640px) {
	.iron_check section {
		border-radius: 15px;
		margin: 15px 0;
		padding: 15px;
	}
	.iron_check h2 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.iron_check p {
		font-size: 14px;
	}
}

.iron_check .top {
	padding: 0;
}
.iron_check .anemia_hidden {
	margin-top: 0;
	padding: 0;
}
@media screen and (min-width: 641px) {
	.iron_check .anemia_hidden {
		padding: 30px 0 0 20px;
	}
	.iron_check .anemia_hidden h2 {
		padding-bottom: 0;
	}
	.iron_check .anemia_hidden .box {
		position: relative;
	}
	.iron_check .anemia_hidden .box::before {
		content: "";
		position: absolute;
		background: url(/simages/item/sanitary/napkin/iron_check/anemia_hidden.png) no-repeat 100% 100%;
		background-size: 100%;
		width: 100%;
		height: 100%;
		bottom: 0;
		right: 0;
	}
	.iron_check .anemia_hidden .box p {
		padding: 40px 50px;
        width: 60%;
        line-height: 250%;
	}
}
@media screen and (max-width: 640px) {
	.iron_check .anemia_hidden .inner {
		background: url(/simages/item/sanitary/napkin/iron_check/anemia_hidden_sp.png) no-repeat 0 100%;
		background-size: contain;
		padding: 20px;
		border-radius: 0 0 15px 0;
	}
	.iron_check .anemia_hidden h2 {
		padding-bottom: 10px;
	}
	.iron_check .anemia_hidden p {
		width: 60%;
		margin: 0 0 0 auto;
	}
}

.iron_check .check_list {
	text-align: center;
}
@media screen and (min-width: 641px) {
	.iron_check .check_list {
		padding: 25px 80px;
	}
}
.iron_check .check_list h2 {
	padding-bottom: 15px;
	position: relative;
	display: inline-block;
	padding-left: 40px;
}
.iron_check .check_list h2::before {
	content: "";
	position: absolute;
	width: 35px;
	height: 30px;
	background: url(/simages/item/sanitary/napkin/iron_check/check.png) no-repeat 100% 100%;
	background-size: 100%;
	left: 0;
}
.iron_check .check_list .list_box {
	padding: 15px 0 0 0;
}
@media screen and (min-width: 641px) {
	.iron_check .check_list .list_box {
		padding: 30px 0 20px 0;
		display: flex;
		justify-content: space-between;
	}
}
.iron_check .check_list .list_box ul li {
	text-align: left;
	position: relative;
	align-items: center;
    display: flex;
	padding: 0 0 10px 25px;
}
.iron_check .check_list .list_box ul li::before {
	content: "";
	position: absolute;
	background: url(/simages/item/sanitary/napkin/iron_check/checkbox.png) no-repeat 0 0;
	background-size: 100%;
	width: 18px;
	height: 18px;
	left: 0;
}

.iron_check .self_check {
	text-align: center;
}
@media screen and (min-width: 641px) {
	.iron_check .self_check {
	   padding: 60px 40px;
	}
	.iron_check .self_check .inner {
		display: flex;
	}
	.iron_check .self_check .img_box {
		margin-left: 30px;
		align-items: center;
		display: flex;
	}
}
.iron_check .self_check .fukidashi {
    position: relative;
	background: #fce4d6;
	padding: 10px 20px;
	margin-bottom: 15px;
	color: #254978;
	font-size: 16px;
	font-weight: bold;
	border-radius: 15px;
	text-align: center;
	display: inline-block;
}
.iron_check .self_check .fukidashi::before {
	content: "";
    position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-top: 15px solid #fce4d6;
}
.iron_check .self_check h2 {
	font-size: 18px;
}
.iron_check .self_check .note {
	font-size: 11px;
	color: #254978;
	text-align: left;
    line-height: 160%;
}

@media screen and (min-width: 641px) {
	.iron_check .step .step_box {
		display: flex;
		justify-content: space-between;
	}
	.iron_check .step .step1,
	.iron_check .step .step2 {
		width: 48%;
	}
}
.iron_check .step .step1,
.iron_check .step .step2 {
	display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
	.iron_check .step .step1 {
		margin-bottom: 20px;
	}
}
.iron_check .step .ttl {
	display: flex;
	margin-bottom: 5px;
}
.iron_check .step .step2 .ttl {
	align-items: center;
}
.iron_check .step span {
	display: inline-block;
	width: 50px;
	height: 50px;
}
.iron_check .step h3 {
	text-align: left;
	font-size: 14px;
	color: #254978;
	position: relative;
	padding-left: 5px;
}
.iron_check .step h3 small {
	font-size: 10px;
}

.iron_check .voice .note {
	font-size: 11px;
	text-align: right;
}

