@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

p {	color: #663300;}

body {
	background-image: url(../img/common/body_bg.jpg);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {	border-style: none;}
ul {	list-style-type: none;}

.float_l {
	float: left;
}
.float_r {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	min-height:1px;
}
* html .clearfix{
	height:1px;
/*\*//*/
height:auto;
overflow:hidden;
/**/
}

.fs10 {	font-size: 10px;}
.fs12 {	font-size: 12px;}
.fs14 {	font-size: 14px;}
.fs16 {	font-size: 16px;}
.fs18 {	font-size: 18px;}
.fs24 {	font-size: 24px;}

.center {	text-align: center;}
.right {	text-align: right;}
.bold {	font-weight: bold;}
.pink {	color: #fe8383;}
.blue {	color: #18afee;}

.mgnT5 {	margin-top: 5px;}
.mgnT10 {	margin-top: 10px;}
.mgnT15 {	margin-top: 15px;}
.mgnT20 {	margin-top: 20px;}
.mgnT30 {	margin-top: 30px;}
.mgnR5 {	margin-right: 5px;}
.mgnR10 {	margin-right: 10px;}
.mgnR15 {	margin-right: 15px;}
.mgnR20 {	margin-right: 20px;}
.mgnR30 {	margin-right: 30px;}
.mgnR100 {	margin-right: 100px;}
.mgnB5 {	margin-bottom: 5px;}
.mgnB10 {	margin-bottom: 10px;}
.mgnB15 {	margin-bottom: 15px;}
.mgnB20 {	margin-bottom: 20px;}
.mgnB30 {	margin-bottom: 30px;}
.mgnB40 {	margin-bottom: 40px;}
.mgnB50 {	margin-bottom: 50px;}
.mgnL5 {	margin-left: 10px;}
.mgnL10 {	margin-left: 10px;}
.mgnL15 {	margin-left: 15px;}
.mgnL20 {	margin-left: 20px;}
.mgnL30 {	margin-left: 30px;}
.mgnL100 {	margin-left: 100px;}

.pdgT5 {	padding-top: 5px;}
.pdgT10 {	padding-top: 10px;}
.pdgT15 {	padding-top: 15px;}
.pdgT20 {	padding-top: 20px;}
.pdgT30 {	padding-top: 30px;}
.pdgR5 {	padding-right: 5px;}
.pdgR10 {	padding-right: 10px;}
.pdgR15 {	padding-right: 15px;}
.pdgR20 {	padding-right: 20px;}
.pdgR30 {	padding-right: 30px;}
.pdgB5 {	padding-bottom: 5px;}
.pdgB10 {	padding-bottom: 10px;}
.pdgB15 {	padding-bottom: 15px;}
.pdgB20 {	padding-bottom: 20px;}
.pdgB30 {	padding-bottom: 30px;}
.pdgL5 {	padding-left: 5px;}
.pdgL10 {	padding-left: 10px;}
.pdgL15 {	padding-left: 15px;}
.pdgL20 {	padding-left: 20px;}
.pdgL30 {	padding-left: 30px;}

.font_serif {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.kv {
	position: relative;
	width: 960px;
	height: 355px;
	background: url(../img/common/kv.jpg) 0 0 no-repeat;
	background-size: 960px 355px;
	background: url(../img/common/kv_s.jpg) 0 0 no-repeat\9;
}
.kv_logo {
	position: absolute;
	top: 0;
	left: 0;
}
.kv_btn_scf {
	position: absolute;
	top: 0;
	left: 680px;
}
.contents {
	width: 900px;
	padding: 25px 10px 20px 50px;
	background: url(../img/common/pattern_note.png) 0 0 repeat-y;
}
.rollup {
	position: fixed;
	margin-left: 780px;
	height: 100px;
	bottom: 130px;
}
.footer {
	width: 960px;
	height: 100px;
	background: url(../img/common/pattern_footer.png) 0 0 repeat-x;
}
.copy {
	padding-top: 60px;
	text-align: center;
	font-size: 10px;
	color: #A68414;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*accordion*/
.accordion_btn{
	height: 28px;
	margin-bottom: 30px;
	padding: 12px 60px 10px 25px;
	font-size: 24px;
	font-weight: normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #A68828;
	background: url(../img/common/accordion_btn_bg01.png) left top no-repeat;
	cursor: pointer;
}
.accordion_btn.active{
	background: url(../img/common/accordion_btn_bg02.png) left top no-repeat;
}
.accordion_btn:hover{
	cursor: pointer;
}

/*7回目に固有のスタイル*/
div.bg07_01 {
	padding-bottom: 30px;
	background: url(../img/07/img03.png) left bottom no-repeat;
}
div.bg07_02 {
	background: url(../img/07/img04.png) right bottom no-repeat;
}
div.bg07_03 {
	padding-bottom: 30px;
	background: url(../img/07/img05.png) center bottom no-repeat;
}

/*8回目に固有のスタイル*/
div.bg08_01 {
	padding-bottom: 30px;
	background: url(../img/08/img05.png) center bottom no-repeat;
}
div.bg08_02 {
	margin: 0 auto;
	padding-bottom: 30px;
	background: url(../img/08/img06.png) right bottom no-repeat;
}

/*9回目に固有のスタイル*/
div.bg09_01 {
	background: url(../img/09/img02.png) right top no-repeat;
}
div.bg09_02 {
	margin: 0 auto;
	background: url(../img/09/img03.png) center bottom no-repeat;
}

/*10回目に固有のスタイル*/
div.bg10_01 {
	background: url(../img/10/img03.png) right top no-repeat;
}
div.bg10_02 {
	background: url(../img/10/img04.png) center bottom no-repeat;
}

/*11回目に固有のスタイル*/
div.bg11_01 {
	background: url(../img/11/img04.png) right bottom no-repeat;
}
div.bg11_02 {
	background: url(../img/11/img03.png) right top no-repeat;
}

/*12回目に固有のスタイル*/
div.bg12_01 {
	background: url(../img/12/img03.png) right bottom no-repeat;
}
div.bg12_02 {
	background: url(../img/12/img04.png) right bottom no-repeat;
}

/*13回目に固有のスタイル*/
div.bg13_01 {
	background: url(../img/13/img03.png) right bottom no-repeat;
}
div.bg13_02 {
	background: url(../img/13/img04.png) right bottom no-repeat;
}

a.btn_arw_r {
	position: relative;
	display: inline-block;
	margin: 5px 0;
	padding: 3px 3px 3px 24px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.3;
	border: 1px solid #e0d7b3;
	border-radius: 5px;
	background: #a69658;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
a.btn_arw_r:hover {
	transition-property: background;
	transition-duration: 0.5s;
	text-decoration: none;
	background: #ccb86c;
}
a.btn_arw_r:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background: url(../img/common/arw_r.png) left center no-repeat;
	background-size: 18px 18px;
	background: url(../img/common/arw_r_s.png) left center no-repeat\9;
}
.loader {
	background: url(../img/common/loader.gif) center center no-repeat;
	background-size: 30px 30px;
}
/*15回目に固有のスタイル*/
div.bg15_01 {
	background: url(../img/15/img03.png) right bottom no-repeat;
}
div.bg15_02 {
	background: url(../img/15/img04.png) right bottom no-repeat;
}
div.bg15_03 {
	background: url(../img/15/img05.png) right bottom no-repeat;
}