@charset "UTF-8";

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
 
.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

body{
	font-size: 19px;
	color: #2f2f2f;
	line-height: 1.5;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-position: center 0;
	background-repeat: no-repeat;
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/****テキスト装飾****/
p{margin: 0 0 1.6em 0;}
.p2{margin: 0 0 3.2em 0;}
.pl{margin-bottom: 0;}
br{display: block;}
img{display: block;	margin: 0 auto;}
.bold{
	font-weight:bold;
}

.bold_back{
	font-weight:bold;
	background:#fffd7d;
}

.red{
	color: #d00021;
	font-weight:bold;
}

.red_back{
	color: #d00021;
	font-weight:bold;
	background:#fffd7d;
	text-decoration:underline;
}

.red_u{
	font-weight:bold;
	color: #d00021;
	border-bottom: 2px solid;
}

.bold_u{
	font-weight:bold;
	border-bottom: 2px solid;
}

.min{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","HG明朝E","Sawarabi Mincho","メイリオ",Meiryo,sans-serif !important;
}


.l11{font-size: 1.1em;}
.l12{font-size: 1.2em;}
.l14{font-size: 1.4em;}
.l16{font-size: 1.6em;}
.l18{font-size: 1.8em;}
.l20{font-size: 2.0em;}
.l22{font-size: 2.2em;}
.l24{font-size: 2.4em;}
.l26{font-size: 2.6em;}
.l34{font-size: 3.4em;}
.l16_l11{font-size: 1.6em;}
.sp_b{display: block;}
.pc_n{display: none;}

.wrapper_in{
	width: 920px;
	margin: 0 auto;
	position: relative;
}

/***帯***/
.wrapper{
	background:url(../images/rpt.png) center top repeat-y;
	margin-right: auto;
	margin-left: auto;
	width:960px;
	padding-right:20px;
	padding-left:20px;
	overflow: hidden;
}

.textbox{
	width: 830px;
	margin: 0 auto;
}

.photo{
	width: 100%;
	margin-bottom: 4%;
}

/****header****/
.header{
	display: block;
	width: 100%;
	min-width: 1000px;
	height: 1100px;
	background:url(../images/header.jpg) no-repeat scroll center 0;
	position: relative;
	overflow: hidden;
}

.header_sp{
	display: none;
	width: 0;
}

.before_after{
	margin-top: 5%;
	margin-bottom: 6%;
}

.voice_body{
	width: 100%;
	background-color: #f1efed;
	padding-bottom: 5%;
	overflow: hidden;
}

.voice_box{
	width: 880px;
	margin: 4% auto 0 auto;
	box-shadow:0px 0px 3px 0px #d4d4d4;
	background-color: #fff;
	border-top: 5px solid #aa252a;
	padding-bottom: 2.0%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.voice_label{
	position: absolute;
	top: 0;
	left: 0;
}

.voice{
	margin-top: 2.5%;
	margin-bottom: 2.5%;
	margin-left: 7%;
}

.voice_line{
	width: 830px;
	height: 1px;
	background-color: #c4c4c4;
	margin: 0 auto 4% auto;
}

.voice_text{
	width: 790px;
	margin: 0 auto;
}

.profile_bg{
	width: 880px;
	margin: 5% auto 0 auto;
	background-image: url(../images/profile_bg.jpg);

	-webkit-background-size: 100%;
	background-size: 100%;
}

.profile_text{
	width: 770px;
	margin: 0 auto;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","HG明朝E","Sawarabi Mincho","メイリオ",Meiryo,sans-serif;
	padding-top: 1%;
}

.profile{
	z-index: -100;
}

.profile_photo{
	position: relative;
	margin-top: -42%;
	margin-right: -5%;
	float: right;
	z-index: 100;
}

.profile_photo02{
	margin-top: 5%;
	width: 100%;
}

.profile_u{
	margin-top: 2%;
}

.sub{
	margin-top: 6.5%;
	margin-bottom: 4.5%;
}

.name{
	float: right;
}

.bullet_box{
	background-color: #fdfcf6;
	width: 880px;
	margin: 5% auto;
	border: 5px solid #cbb380;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3.0% 2.5%;
}

.bullet_box ul li{
	border-bottom: 1px dotted #000000;
	font-size: 22px;
	font-weight: ;
	background-image: url(../images/check01.png);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	padding: 10px 10px 7px 55px;
	color:#2f2f2f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","HG明朝E","Sawarabi Mincho","メイリオ",Meiryo,sans-serif;
}

.li_last{
	border-bottom: none !important;
}

.btn{
	margin-top: 5%;
}

.btn_sec{
	margin-top: 3.5%;
}

.title02{
	margin-top: 5%;
	margin-bottom: 2%;
}

a img:hover{
	opacity: 0.7;
	transition: 0.5s;
}

.title01{
	margin-top: 6%;
}

.contents_body{
	width: 100%;
	background-color: #f1efed;
	padding-bottom: 5%;
	overflow: hidden;
}

.contents_box{
	width: 880px;
	margin: 4% auto 0 auto;
	box-shadow:0px 0px 3px 0px #d4d4d4;
	background-color: #fff;
	border-top: 5px solid #b38c34;
	padding-bottom: 5.0%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.contents01{
	margin-top: 3%;
	margin-bottom: 3%;
}

.contents_text{
	width: 790px;
	margin: 0 auto;
}

.bullet02_box{
	width: 790px;
	margin: 3% auto 0 auto;
	border: 5px solid #ededed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3.0% 3.0%;
}

.bullet02_box ul li{
	border-bottom: 1px dotted #000000;
	font-size: 20px;
	font-weight: ;
	background-image: url(../images/check02.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding: 10px 10px 7px 45px;
	color:#2f2f2f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","HG明朝E","Sawarabi Mincho","メイリオ",Meiryo,sans-serif;
}

.bonus_body{
	width: 100%;
	background-color: #f6edce;
	padding-bottom: 5%;
	overflow: hidden;
}

.bonus_box{
	width: 880px;
	margin: 4% auto 0 auto;
	box-shadow:0px 0px 3px 0px #d4d4d4;
	background-color: #fff;
	border-top: 5px solid #b1252a;
	padding-bottom: 5.0%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.bonus{
	margin-top: 3%;
	margin-bottom: 3%;
}

.bonus_text{
	width: 790px;
	margin: 0 auto;
}

table.table01 {
	margin:3% auto 0 auto;
	width: 700px;
	border-collapse: separate;
	border-spacing: 3px;
	margin-bottom: 10px;
	font-size: 19px;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
}

table.table01 th.td01 {
	color: #fff;
	text-align: center;
	vertical-align:middle;
	padding: 15px;
	background: #000;
	width:150px;
}
table.table01 td.td02 {
	text-align: left;
	padding: 15px;
	background: #EEE;
	
}
table.table01 td.td03 {
	text-align: left;
	white-space: nowrap;
}

.space{
	height: 80px;
}

/***フッター***/
footer{
	min-width: 1000px;
	background: #111;
	padding-top: 20px;
	padding-bottom: 16px;
	text-align: center;

}

.toku{
	text-align: center;
	color:#fff;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.0;
}

.toku a{
	color: #fff;
}

.copy{
	margin-top: 10px;
	color:#fff;
	margin-bottom: 0;
	font-size: 14px;
}


/****SP****/
@media screen and (max-width:640px){	
	body{
		font-size: 14px;
		line-height:1.5;
		background-image: none;
		background-color: #fff;
	}

	p br{
		display: none;
	}

	br {
	　　content: “”;
	}

	br:after {
	　　margin-right: -.333em;
	　　content:””;
	}

	li br{display: none;}

	.l16_l11{font-size: 1.1em;}
	.sp_b{display: block !important;}
	.sp_n{display: none;}
	.pc_n{display: block;}
	.wrapper_in{width: 100%;}
	.textbox{width: 90%;}

	.wrapper{
		width: 100%;
		background-image: none;
		background-color: #fff;
		padding: 0;
		
	}
	
	.header{
		width: 100%;
		min-width: auto;
		height: auto;
		background: none;
	}

	.header_sp{
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.before_after{
		width: 95%;
	}

	.voice_head{
		width: 100%;
	}

	.voice_box{
		width: 92%;
		border-top: 3px solid #aa252a;
	}

	.voice_label{
		width: 10%;
	}

	.voice{
		width: 88%;
		margin-top: 3.5%;
		margin-bottom: 3.5%;
		margin-left: 7%;
	}

	.voice_line{
		width: 92%;
	}

	.voice_text{
		width: 90%;
	}

	.profile_bg{
		width: 92%;
	}

	.profile{
		width: 100%;
	}

	.profile_text{
		width: 88%;
	}

	.profile_photo{
		width: 40%;
		margin-top: -42%;
		margin-right: -3%;
	}

	.profile_u{
		width: 100%;
	}

	.sub{
		width: 100%;
	}

	.name{
		width: 38%;
	}

	.bullet_box{
		width: 92%;
		border: 3px solid #cbb380;
	}

	.bullet_box ul li{
		border-bottom: 1px dotted #000000;
		font-size: 14px;
		font-weight: bold;
		-webkit-background-size: 23px;
		background-size: 23px;
		background-repeat: no-repeat;
		background-position: 10px 6px;
		padding: 8px 10px 7px 40px;
		font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","HG明朝E","Sawarabi Mincho","メイリオ",Meiryo,sans-serif;

	}

	.li_last{
		border-bottom: none !important;
	}

	.btn{
		width: 95%;
	}

	.arrow{
		width: 70%;
	}

	.btn_sec{
		width: 88%;
	}

	.title02{
		width: 100%;
	}

	.contents_box{
		width: 92%;
		border-top: 3px solid #b38c34;
	}

	.title01{
		width: 100%;
	}

	.contents01{
		width: 90%;
	}

	.contents_text{
		width: 90%;
	}

	.bullet02_box{
		width: 90%;
		border: 3px solid #ededed;
	}

	.bullet02_box ul li{
		font-size: 14px;

		-webkit-background-size: 20px;
		background-size: 20px;
		background-repeat: no-repeat;
		background-position: 9px 6px;
		padding: 8px 10px 7px 37px;
		font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","HG明朝E","Sawarabi Mincho","メイリオ",Meiryo,sans-serif;
	}

	.bonus_head{
		width: 100%;
	}

	.bonus_box{
		width: 92%;
		border-top: 3px solid #b1252a;
	}

	.bonus{
		width: 90%;
	}

	.bonus_text{
		width: 90%;
	}

	table.table01 {
		width: 92%;
		border-collapse: separate;
		border-spacing: 1px;
		margin-bottom: 10px;
		font-size: 12px;
		line-height:1.5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		
	}

	table.table01 th.td01 {
		color: #fff;
		text-align: center;
		vertical-align:middle;
		padding: 10px;
		width:20%;
	}
	table.table01 td.td02 {
		vertical-align:middle;
		text-align: left;
		padding: 15px;
		background: #EEE;
		
	}
	table.table01 td.td03 {
		text-align: left;
		white-space: nowrap;
	}	

	.space{
		height: 30px;
	}

	/***フッター***/
	footer{
		width: 100%;
		min-width: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.toku{
		text-align: center;
		color:#fff;
		margin-bottom: 0;
		font-size: 11px;
	}

	.toku a{
		color: #fff;
	}

	.copy{
		margin-top: 5px;
		color:#fff;
		margin-bottom: 0;
		line-height: 1.3;
		font-size: 11px;
	}	

}

