@charset "UTF-8";

/*************************************
 header
*************************************/
header{
	background:#000;
	padding:10px;
}

/*************************************
 top
**************************************/
.top-body{
	background:#fff;
	min-height:700px;
}
.top-body .inner{
	width:1000px;
	margin:40px auto;
}
.top-body .inner a:hover{
	opacity:0.8;
}
@media only screen and (min-width:751px) and (max-width:960px){
.top-body{
	padding:10px;
	min-height:800px;
}
.top-body .inner{
	width:100%;
	margin:0;
}
.top-body .inner img{
	width:100%;
}
}
@media only screen and (min-width:640px) and (max-width:750px){
header .logo{
	line-height:0;
}
header .logo img{
	width:40%;
	height:auto;
}
.top-body{
	padding:10px;
	min-height:680px;
}
.top-body .inner{
	width:100%;
	margin:0;
}
.top-body .inner img{
	width:100%;
}
}
@media only screen and (max-width:639px){
header .logo{
	line-height:0;
}
header .logo img{
	width:60%;
	height:auto;
}
.top-body{
	padding:10px;
	min-height:400px;
}
.top-body .inner{
	width:100%;
	margin:0;
}
.top-body .inner img{
	width:100%;
}
}

/*************************************
 footer
**************************************/
.footer-menu{
	background:#bebfa6;
}
.footer-nav{
	width:750px;
	margin:0 auto;
	padding:40px 0;
	display:flex;
	justify-content:space-between;
	color:#222;
}
.footer-nav p{
	margin:0 10px;
}
.footer-nav .fa-chevron-right{
	margin-right:10px;
}
.footer-nav p a{
	color:#222;
}
.footer-nav p a:hover{
	color:#666;
}
.copy{
	background:#4f4939;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:0.8em;
}


@media only screen and (min-width:751px) and (max-width:960px){
}
@media only screen and (min-width:640px) and (max-width:750px){
.lb-outerContainer{
	width:100%;
}
.footer-menu{
	padding:10px;
}
.footer-nav{
	width:100%;
	padding:20px 0;
}
}
@media only screen and (max-width:639px){
.lb-outerContainer{
	width:100%;
}
.footer-menu{
	padding:10px;
}
.footer-nav{
	width:100%;
	padding:20px 0;
	display:block;
}
}

/*****************************************
 contents
*****************************************/
a{
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.sp_img{
	display:none;
}
.container{
	background:#f4f4eb;
}
.container_box{
	background:#fff;
	width:1000px;
	margin:0 auto;
	display:flex;
	min-height:800px;
	justify-content:space-between;
}
.box_img{
	background:#4f4939;
}
.box_text{
	padding:40px;
	width:100%;
}
.box_text_title{
	background:#e7e8da;
}
.box_text_title h1{
	width:1000px;
	margin:0 auto;
}

.box_text p{
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom:2em;
}
.box_text p a{
	color:#80662c;
}

.photo_box_left{
	float:left;
	margin:0 20px 0 0;
}
.photo_box_right{
	float:right;
	margin:0 0 0 20px;
}
.chap01_box{
	display:flex;
}
.chap01_box img{
	margin:0 20px;
}
.chap01_under_box{
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	padding:20px 0;
	color:#80662c;
	margin-bottom:1em;
}

.chap01_box .supplement{
	text-align:center;
}
.supplement{
	display:block;
	font-size:14px;
	line-height:18px;
	color:#80662c;
	margin-top: 10px;
}
.box_pager{
	display:flex;
	justify-content:space-between;
}
.box_pager p,
.prev_only,
.next_only{
	width:200px;
}
.box_prev,
.box_next{
	display:block;
	text-align:center;
	background:#928461;
	padding:4px 16px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color:#fff !important;
	border-radius:6px;
}
.box_prev:hover,
.box_next:hover{
	background:#bbaa7e;
	color:#fff;
}
.box_prev .fa-chevron-left,
.prev_only .fa-chevron-left{
	margin-right:10px;
}
.box_next .fa-chevron-right,
.next_only .fa-chevron-right{
	margin-left:10px;
}
.reference{
	text-align:center;
	padding:100px 0;
	min-height:600px;
}
.box_text_attention{
	background:#5a4b33;
	border:1px solid #fff;
	color:#fff;
	padding:10px;
	margin-bottom:2em;
}
.box_list{
	padding-left:20px;
}
.box_list li{
	color:#463319;
	font-size:1.2em;
	list-style-type:initial;
	margin-bottom:2em;
}
.box_list li span{
	color:#fff;
}

.box_chapter_list,
.box_sitemap{
	width:100%;
	padding:20px;
}
.box_chapter_list h1,
.box_sitemap h1{
	color:#4f4939;
	font-size:2em;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	margin-bottom:1em;
}
.box_sitemap ul li{
	color:#4f4939;
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px solid #eee;
}
.box_sitemap ul li .fa-caret-right{
	margin-right:10px;
}
.box_sitemap ul li a{
	color:#222;
}
.box_sitemap ul li a:hover{
	color:#bebfa6;
}
.box_chapter_list ul li{
	margin-bottom:1em;
}
.chapter_link{
	display:flex;
	justify-content:space-between;
	align-items: center;
	border:1px solid #eee;
	padding:10px;
	color:#222;
}
.chapter_title{
	font-size:1.4em;
}
.chapter_link:hover{
	background:#f6f6f1;
	color:#222;
}

@media only screen and (min-width:751px) and (max-width:960px){

}
@media only screen and (min-width:641px) and (max-width:750px){
.sp_img{
	display:block;
}
.sp_img img{
	width:100%;
	height:auto;
}

.container_box{
	width:100%;
	padding:0;
	min-height:600px;
}
.inner_box{
	display:none;
}
.box_img img{
	width:10px;
}
.box_text{
	padding:10px;
	width: auto;
}

.photo_box_left{
	width:40%;
	margin:0 10px 0 0;
}
.photo_box_right{
	width:40%;
	margin:0 0 0 10px;
}


.chap01_box{
	justify-content:space-between;
}
.chap01_box p{
	width:48%;
}
.chap01_box img{
	margin:0;
}

.chap_img img{
	width:80% !important;
}
.chap1_img {
	margin-right:10px;
	width:40%;
}
.chap1_img img{
	width:100%;
}

.supplement{
	font-size:10px;
	line-height:12px;
	margin-top: 6px;
}

.box_text_title h1{
	width:100%;
	margin:0;
	line-height: 0;
}
.box_text_title h1 img{
	width:100%;
}

.box_text p{
	font-size:1em;
	line-height:1.8em;
	margin-bottom:1em;
}
.box_btn img{
	width:100%;
}

.box_text_attention{
	margin-bottom:1em;
}
.box_list li{
	font-size:1em;
	margin-bottom:1em;
}

.box_sitemap{
	width: 100%;
	padding:10px;
}
.box_sitemap h1{
	font-size:1.2em;
}
.chapter_title{
	padding-right:10px;
	font-size:1em;
}
.chapter_image img{
	width:90px;
	height:60px;
}
}
@media only screen and (max-width:640px){
.sp_img{
	display:block;
}
.sp_img img{
	width:100%;
	height:auto;
}

.container_box{
	width:100%;
	padding:0;
	min-height:600px;
}
.inner_box{
	display:none;
}
.box_img img{
	width:10px;
}
.box_text{
	padding:10px;
	width: auto;
}
.box_text img{
	width:100%;
}

.photo_box_left{
	width:40%;
	margin:0 10px 0 0;
}
.photo_box_right{
	width:40%;
	margin:0 0 0 10px;
}

.chap01_box{
	justify-content:space-between;
}
.chap01_box p{
	width:48%;
}
.chap01_box img{
	margin:0;
}
.chap_img img{
	width:80% !important;
}
.chap1_img {
	margin-right:10px;
	width:40%;
}
.chap1_img img{
	width:100%;
}

.supplement{
	font-size:10px;
	line-height:12px;
	margin-top: 6px;
}

.box_text_title h1{
	width:100%;
	margin:0;
	line-height: 0;
}
.box_text_title h1 img{
	width:100%;
}

.box_text p{
	font-size:1em;
	line-height:1.8em;
	margin-bottom:1em;
}

.box_text_attention{
	margin-bottom:1em;
}
.box_list li{
	font-size:1em;
	margin-bottom:1em;
}

.box_sitemap{
	width: 100%;
	padding:10px;
}
.box_sitemap h1{
	font-size:1.2em;
}
.chapter_title{
	padding-right:10px;
	font-size:1em;
}
.chapter_image img{
	width:90px;
	height:60px;
}
.box_pager p,
.prev_only,
.next_only{
	width:48%;
}
.box_prev,
.box_next{
	padding:4px;
	font-size:0.8em;
}
}