@charset "utf-8";

/* ========== すべて共通 ========== */
.os_wrapper {
	width: 740px;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 1.6;
	font-family: 'Meiryo UI';
}
.os_wrapper figure,
.os_wrapper figcaption {
	display: block;
	width: 690px;
	padding: 0;
	margin: 0 auto;
	font-size: 1rem;
}
.os_wrapper figcaption {
	text-align: right;
}
.full_img {
	width: 740px;
	display: block;
	box-sizing: border-box;
}
.disc_img {
	width: 690px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}
.img_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.h1_title {
	display: block;
	margin: 50px auto 0;
	font-size: 1rem;
	width: 700px;
	height: 55px;
	background: #fff;
	box-shadow: 5px 5px 6px 2px rgba(0,0,0,0.4);
}
.h_border {
	margin: 5px 0;
	margin-left: 10px;
	width: 7px;
	height: 46px;
	background: #1d2088;
	display: inline-block;
}
.h_border2 {
	margin: 5px 0;
	width: 1.4px;
	height: 46px;
	background: #1d2088;
	display: inline-block;
}
.header_1,
.header_2,
.header_3 {
	position: relative;
	margin-left: 10px;
	display: inline;
	font-size: 28px;
	line-height: 46px;
	vertical-align: text-bottom;
}
.header_1::before,
.header_2::before,
.header_3::before {
	position:absolute;
	content:'ヒミツ　その１';
	top: -30px;
	left: 5px;
	font-size: .9rem;
	font-weight: 600;
	color: #e4007f;
	display: inline;
}
.header_2::before {
	content:'ヒミツ　その２';
}
.header_3::before {
	content:'ヒミツ　その３';
}

.disc_p {
	width: 700px;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 20px auto;
}
.disc_p2 {
	width: 700px;
	font-size: 1.2rem;
	margin: 20px auto;
}
.disc_point {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}
.point_pink {
	color: #e4007f;
}

 @media screen and (max-width: 739px) {
 /* ========== すべて共通 ========== */
 .os_wrapper {
 	width: 100%;
 }
 .os_wrapper figure,
 .os_wrapper figcaption {
 	display: block;
 	width: 80%;
 	padding: 0;
 	margin: 0 auto;
 	font-size: 1rem;
 }
 .full_img {
 	width: 100%;
 }
 .disc_img {
 	width: 80%;
 }
 .h1_title {
 	display: block;
 	margin: 20px auto 0;
 	font-size: 1rem;
 	width: 95%;
 	height: 40px;
 	background: #fff;
 	box-shadow: 5px 5px 6px 2px rgba(0,0,0,0.4);
 }
 .h_border {
 	margin: 5px 0;
 	margin-left: 10px;
 	width: 7px;
 	height: 25px;
 	background: #1d2088;
 	display: inline-block;
 }
 .h_border2 {
 	margin: 5px 0;
 	width: 1.4px;
 	height: 25px;
 	background: #1d2088;
 	display: inline-block;
 }
 .header_1,
 .header_2,
 .header_3 {
 	position: relative;
 	margin-left: 5px;
 	display: inline;
 	font-size: 1.2rem;
 	line-height: 30px;
 	vertical-align: text-bottom;
 }
 .header_1::before,
 .header_2::before,
 .header_3::before {
 	position:absolute;
 	content:'ヒミツ　その１';
 	top: -20px;
 	left: 0px;
 	font-size: .8rem;
 	font-weight: 600;
 	color: #e4007f;
 	display: inline;
 }
 .header_2::before {
 	content:'ヒミツ　その２';
 }
 .header_3::before {
 	content:'ヒミツ　その３';
 }

 .disc_p {
 	width: 90%;
 	font-size: 1rem;
 	font-weight: bold;
 	margin: 20px auto;
 }
 .disc_p2 {
 	width: 90%;
 	font-size: 1rem;
 	margin: 20px auto;
 }
 .disc_point {
 	font-size: 1.2rem;
 	font-weight: 600;
 	text-align: center;
 }
 .point_pink {
 	color: #e4007f;
 }
	}
