@charset "UTF-8";

.mb16 {
	margin-bottom: 16px !important;
}

.mb32 {
	margin-bottom: 32px !important;
}

.main_image {
	margin-bottom: 40px;
}

.largetxt {
	font-size: 22px;
	text-align: center;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	line-height: 1.7;
}

.txt {
	font-size: 16px;
	/* text-align: left; */
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	line-height: 1.7;
}

.bold {
	font-weight: bold;
}

.reg_btn {
	width: 94%;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	line-height: 1.3;
	box-sizing: border-box;
}

.reg_btn a {
	display: block;
	background: #000;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 16px 0 0px;
	box-sizing: border-box;
	position: relative;
}

.reg_btn a:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}

.caution {
	text-align: center;
	font-size: 12px;
	margin: 12px 0 40px;
}

.recommend {
	margin: 80px 0;
}

.recommend h2 {
	text-align: center;
	font-size: 20px;
}

.point {
	background-color: #efe9dd;
	margin: 0 auto 40px;
	padding-bottom: 20px;
}

.point .hd {
	padding: 5% 3%;
	width: 20%;
}

.point .box_01 {
	display: flex;
	width: 100%;
}

.point .box_01 .part:nth-of-type(1) {
	width: 48%;
	padding: 0 6%;
}

.point .box_01 .part:nth-of-type(2) {
	width: 40%;
}

.point .box_01 .part:nth-of-type(2) .img img {
	max-width: none;
	width: 102%;
}

.usr_comment {
	width: 86%;
	margin: 0 auto;
	padding: 4%;
	background: #fff;
	border-radius: 10px;
}

.usr_comment .txt {
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	width: 87%;
	margin: 0 auto;
}

.usr_comment .border {
	border-top: 1px dotted #000;
	margin: 16px 0;
}

.usr_comment .txt:before {
	content: url('/sp/img/special/mail-magazine/ico_voice_sp.png');
	position: relative;
	top: 5px;
	right: 14px;
	margin: 0 -7px 0 0;
}

.explain h2 {
	text-align: center;
	font-size: 20px;
}

.explain ul {
	position: relative;
}

.explain ul li {
	width: 100%;
	position: relative;
}

.explain ul li .img {
	text-align: center;
	margin-bottom: 20%;
}

.explain ul li:nth-child(n+2):before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 35px;
	height: 18px;
	background-image: url('/sp/img/special/mail-magazine/img_step_arrow_sp.png');
	background-size: contain;
	vertical-align: middle;
	left: 22%;
	top: -20%;
}

.explain ul li .part {
	float: left;
}

.explain ul li .part:nth-of-type(1) {
	width: 48%;
	padding: 0 2%;
}

.explain ul li .part:nth-of-type(2) {
	width: 48%;
}

.explain .right_part .txt {
	font-size: 15px;
}
