﻿@charset "UTF-8";

/* ▼▼▼ ミオクラブE-mailサービス
=====================================*/
section{
    max-width: 1000px;
    margin: 0 auto;
	padding: 50px 20px 60px;
    text-align: center;
    }

.read{
	color: #A25E5E;
	font-size: 32px;
	text-align: center;
	margin: 0 auto 40px;
	}

.img_box{
	display: inline-block;
	margin: 0 auto 40px;
	position: relative;
	}
	.img_box p{
		text-align: center;
		}
	.img_box .txt{
		font-size: 24px;
		font-weight: bold;
		margin: 0 auto 20px;
		}
		.img_box .txt:before,
		.img_box .txt:after{
		    display: inline-block;
			content: "";
			width: 10px;
			height: 40px;
			position: relative;
			top: 8px;
			}
		.img_box .txt:before{
			border-left: 1px solid #000;
			-webkit-transform: rotate(-40deg);
			transform: rotate(-40deg);
			left: -10px;
			}
		.img_box .txt:after{
			border-right: 1px solid #000;
			-webkit-transform: rotate(40deg);
			transform: rotate(40deg);
			right: -10px;
			}
	.img_box img{
		width: 100%;
		max-width:350px;
		}
	.img_box .icon{
		display: table;
		background: #EDB5B5;
		border-radius: 50%;
		width: 80px;
		height: 80px;
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		position: absolute;
		top: 65px;
		right: -60px;
		}
		.img_box .icon span{
			display: table-cell;
			vertical-align: middle;
			line-height: 1.3;
			text-align: center;
			}

h2.title_bLeft{
	position: relative;
	}
	h2.title_bLeft span.number{
		color: #000;
		font-size: 38px;
		font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
		position: absolute;
		top: 0;
		}
h2.title_bLeft + p{
	margin: 0 auto 40px;
	}

#bg_box{
	background: #FAF7F7;
	padding: 50px 20px 60px;
	}
	.check{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		}
	.check ul{
		width: 35%;
		margin-right: 50px;
		position: relative;
		}
	.check ul:after {
		content: "";
		background: url(../img/mail_regist/line_pc.svg) no-repeat center/cover;
		width: 15px;
		height: 135px;
		position: absolute;
		top: 0;
		right: 0;
		}
	.check ul li{	
	    padding-left: 35px;
	    margin: 0 0 10px;
	    font-size: 22px;
	    font-weight: bold;
	    position: relative;
		}
	.check ul li:before{
		content: "";
		background: url(../img/mail_regist/check.svg) no-repeat center/100%;
		width: 25px;
		height: 25px;
		position: absolute;
		top: 5px;
		left: 0;
		}
		.check ul li span{
			font-size: 16px;
			}
	.check div{
		width: 60%;
		}
		.check div > p:not(.kome){
			color: #A25E5E;
			font-size: 18px;
			font-weight: bold;
			margin: 0 0 20px;
			}
		.check div > p.kome{
			text-indent: -1em;
			padding-left: 1em;
			}

.read02{
	color: #A25E5E;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px;
	}

.btn_area{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 40px;
	width: 65%;
	}
	.btn_area li{
		width: 48%;
		}

.bg_txt {
	margin: 0 0 20px;
	}
	.bg_txt > p{
		font-weight: bold;
		}
	.bg_txt ul li{
		text-indent: -1em;
		padding-left: 1em;
		}
	.bg_txt ul li ul{
		margin: 15px 0;
		}
	.bg_txt ul li li:before{
		content: "■";
		}
#main .bg_txt + p a{
	text-decoration: underline;
	}
	#main .bg_txt + p a:hover{
		text-decoration: none;
		}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
section{
    padding: 30px 20px 40px;
    }
section#point{
	padding-bottom: 0px;
	}

.read{
	font-size: 22px;
	margin: 0 auto 25px;
	}
.img_box{
	margin: 0 auto 25px;
	}
	.img_box p{
		text-align: center;
		}
	.img_box .txt{
		font-size: 16px;
		margin: 0 auto 20px;
		}
		.img_box .txt:before,
		.img_box .txt:after{
			width: 10px;
			height: 30px;
			}
		.img_box .txt:before{
			left: -5px;
			}
		.img_box .txt:after{
			right: -5px;
			}
	.img_box img{
		width: auto;
		}
	.img_box .icon{
		width: 60px;
		height: 60px;
		font-size: 16px;
		position: absolute;
		top: 50px;
		right: -25px;
		}
		.img_box .icon span{
			display: table-cell;
			vertical-align: middle;
			line-height: 1.3;
			text-align: center;
			}

h2.title_bLeft{
	position: relative;
	}
	h2.title_bLeft span.number{
		font-size: 30px;
		padding-left: 10px;
		}
h2.title_bLeft + p{
	margin: 0 auto 25px;
	}

#bg_box{
	padding: 30px 0 40px;
	}
	.check{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		}
	.check ul{
		width: 100%;
		padding: 0 0 20px;
		margin: 0 0 20px;
		position: relative;
		}
	.check ul:after {
		content: "";
		background: url(../img/mail_regist/line_sp.svg) no-repeat center/cover;
		width: 100%;
		height: 3vw;
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		}
	.check ul li{	
	    padding-left: 25px;
	    font-size: 18px;
		}
	.check ul li:before{
		width: 19px;
		height: 19px;
		}
		.check ul li span{
			font-size: 10px;
			}
	.check div{
		width: 100%;
		}
		.check div > p:not(.kome){
			color: #A25E5E;
			font-size: 14px;
			font-weight: bold;
			margin: 0 0 10px;
			}
		.check div > p.kome{
			text-indent: -1em;
			padding-left: 1em;
			}

.read02{
	font-size: 18px;
	margin: 0 0 25px;
	}

.btn_area{
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 30px;
	}
	.btn_area > li{
		width: 100%
		}
	.btn_area > li:first-child{
		margin: 0 0 20px;
		}
		
.bg_txt ul li ul{
	margin: 10px 0;
	}
#other_contact > div{
	font-feature-settings: 'palt'1;
	}

}


/* ▼▼▼ 340px
=====================================*/
@media screen and (max-width: 340px) {
.read {
    font-size: 20px;
    }
.read02{
	font-feature-settings: 'palt'1;
	}
}

		
