@charset "UTF-8";
/* CSS Document */
html, body, a, img, h, h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}

body{
	background: #f4f4f5;
	color: #000;
	font-size: 15px;
	font-family: "Arial","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration:none;
	opacity:0.7;
	-webkit-font-smoothing:subpixel-antialiased;
	transition: all 0.3s ease-out;
}
img{
	display: block;
	border: 0;
}
ul{
	margin: 0;
	padding:0;
}
li{
	list-style:none;
}
table{
	width: 100%;
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
input[type="text"]:focus {
	outline: 0;
	border-color: rgba(0,0,0,0.5);
	transition: all 0.1s ease-out;
}

h1, h2, h3, h4, h5, h6{
	line-height: 1.4;
}
h1{
}
h2{
	font-weight: normal;
	font-size: 34px;
	margin-top: 80px;
	margin-bottom: 40px;
	text-align: center;
}
h3{
	font-size: 21px;
	margin-bottom: 40px;
}
h4{
	font-size: 17px;
}
h5{
}
h6{
}
p{
	text-align: left;
}

.container{
	min-width: 1024px;
}
.contents{
	text-align: center;
	width: 800px;
	margin: 80px auto 120px;
}
.contents_inner{
}

.btn{
	border:2px #000 solid;
	line-height:1.3;
	padding:15px 40px;
}
.btn:hover{
	border:2px #000 solid;
	background:#000;
	color:#fff;
	transition:none;
}
.btns{
	margin:40px auto 0;
	text-align:left;
}
.btns .btn{
	display:inline-block;
	margin: 10px 10px 10px 0;
}
.btns .btn:hover{
	opacity: 1;
}


/*-----------------------------------------------------------------------------* common */

.text_contents{
	background: #fff;
	padding: 50px 50px 10px;
	margin-bottom: 20px;
}
.text_block{
	margin-bottom: 60px;
}
.text_block h4{
	text-align: left;
	margin: 40px 0 20px;
}
.text_block h4:first-child{
	margin-top: 0;
}
.text_box{
	overflow: hidden;
}
.text_box p, .text_box_2 p{
	text-indent: 1em;
	line-height: 2.2;
	margin-top: 20px;
}
body.hanrei .text_box p{
	text-indent: 0;
}
.text_box p:first-child{
	margin-top: 0;
}
.text_box ul{
	text-align: left;
	margin-top: 20px;
}
.text_box li{
	line-height: 2.6;
}

.signature .text_box p{
	text-indent: none;
	text-align: right;
}

.text_attention p{
	font-size: 12px;
	box-sizing: border-box;
}

.text_box_body{
	display: inline-block;
}
.text_box_img{
	display: inline-block;
}


/*-----------------------------------------------------------------------------* history */

.history h4{
	font-size: 22px;
}
.history .img_box{
	display: inline-block;
	width: 260px;
}
.history .img_box img{
	margin-bottom: 10px;
}
.history .img_box_2{
	margin-bottom: 20px;
}
.history .img_3line{
	margin-top: 40px;
}
.history .img_box_2 .img_box_body{
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
}
.history .img_box_2 .img_box_body img{
	margin-bottom: 10px;
}
.history .img_box_2.img_3line .img_box_body{
	margin-right: 30px;
}
.history .img_box_2.img_3line_2 .img_box_body{
	margin-right: 17px;
}
.history .img_box_2 .img_box_body:last-child, .history .img_box_2.img_3line .img_box_body:last-child, .history .img_box_2.img_3line_2 .img_box_body:last-child{
	margin-right: 0;
}
.img_cmt{
	font-size: 13px;
	line-height: 1.5em;
}
.history .text_block_body{
	margin-bottom: 20px;
}
.history .text_box{
	display: inline-block;
	margin-left: 20px;
	width: 415px;
	vertical-align: top;
}
.history .text_box p, .history .text_box_2 p{
	margin-top: 0;
	line-height: 2;
}
.history ul{
}
.history li{
	line-height: 2.4;
}
.history .text_box_2{
	margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------* result */

.result .contents{
	text-align: left;
	width: 1100px;
	margin: 70px auto;
}
.result .contents:after{
	content:"";
	display: block;
	clear: both;
}

.sidebar{
	float: left;
	width: 290px;
	margin-right: 60px;
}
.result_searchbox{
	border-top: 1px solid #000;
}
.result_searchbox_list{
	border-bottom: 1px solid #000;
	padding: 15px 10px 20px;
	box-sizing: border-box;
}
.result_searchbox_list_inner{
}
.result_searchbox_list h3{
	font-size: 13px;
	margin-bottom: 0;
	color: rgba(0,0,0,0.6);
}
.result_searchbox_body{
	margin-left: 5px;
	max-height: 90px;
	overflow-y: hidden;
}
.show .result_searchbox_body{
	max-height: none;
	overflow-y: auto;
}
.result_searchbox_body li{
}
.result_searchbox_body a{
	text-decoration: underline;
	display: block;
	line-height: 1.2;
	padding: 5px 5px 5px 8px;
	border-radius:3px;
}
.result_searchbox_body a:hover{
	background:rgba(0,0,0,0.1);
}
.result_searchbox_body span{
}
.result_searchbox_body_name{
}
.result_searchbox_body_number{display: inline-block;vertical-align: top;margin: 0 -0.7em 0 -0.3em;}

.on.result_searchbox_list{
	position: relative;
	padding: 10px 0;
	cursor: pointer;
}
.on.result_searchbox_list:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 10px;
	background: url(../images/icon_close.png) center 0 no-repeat;
	background-size: 100% auto;
	width: 19px;
	height: 19px;
	border-radius:10px;
	transition:0.3s ease-out;
}
.on.result_searchbox_list:hover:after{
	background-color:#000;
}
.on.result_searchbox_list .result_searchbox_list_inner{
	background: rgba(0,0,0,0.1);
	border-radius: 7px;
	padding: 5px 10px 10px;
	transition:0.3s ease-out;
}
.on.result_searchbox_list:hover .result_searchbox_list_inner{
	background: rgba(0,0,0,0.2);
}
.on.result_searchbox_list h3{
}
.on.result_searchbox_list .result_searchbox_body{
}
.on.result_searchbox_list .result_searchbox_body li{
	display:none;
}
.on.result_searchbox_list .result_searchbox_body li.on{
	display:block;
}
.on.result_searchbox_list .result_searchbox_body a{
	text-decoration: none;
}
.on.result_searchbox_list .result_searchbox_body a:hover{
	background:none;
	opacity:1;
}
.on.result_searchbox_list .result_searchbox_body span{
	color: rgba(0,0,0,0.4);
	font-weight: bold;
}
.on.result_searchbox_list .result_searchbox_body li.on .result_searchbox_body_number{
	display:none;
}

#change_keyword{
	padding: 0;
}
#change_keyword a{
	display: block;
	padding: 15px 10px;
}
#change_keyword span{
	display: block;
	position: relative;
	padding-left: 15px;
}
#change_keyword span:before{
	content: "";
	width: 5px;
	height: 5px;
	border: #000 1px solid;
	border-width: 1px 1px 0 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -3px 1em 0 0;
	-webkit-transform: rotate(45deg);
    transform: rotate(-135deg);
}
.more_btn{
	display: block;
	text-align: right;
	cursor:pointer;
}
.result_searchbox_list.on .more_btn{
	display:none;
}
.more_btn:hover{
	text-decoration:underline;
}
.more_btn:before{
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 6px solid #000;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: -2px;
}
.more_btn:after{
	content:"もっと見る";
}
.show .more_btn{
}
.show .more_btn:before{
	border: 4px solid transparent;
	border-bottom: 6px solid #000;
	margin-bottom: 0;
	margin-top: -8px;
}
.show .more_btn:after{
	content:"閉じる";
}


.result_content_body{
	float: right;
	width: 750px;
}
.result_content_body h2{
	font-size: 20px;
	text-align: left;
	line-height: 1.4em;
	padding-top: 6px;
	margin: 0 auto 20px;
}
.result_ttl{
	font-size: 37px;
}
.result_ttl_sub{
}
.result_ttl_cat_ttl{
	font-size: 16px;
	color: rgba(0,0,0,0.5);
	margin-left: 6px;
	margin-right: 10px;
}
.result_ttl_txt{
	margin-left: 20px;
}

.result_lists_content{
}
.result_lists_num{
	text-align: right;
	margin-bottom: 8px;
}
.result_lists{
	margin-bottom: 35px;
}
.result_list{
}
.result_list a{
	position:relative;
	display: block;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 40px;
	margin-bottom: 12px;
}
.result_list a:before{
	content:"";
	display:block;
	position:absolute;
	left:0;top:0;right:0;bottom:0;
	transition:0.2s;
	transform:translate3d(0,0,0);
	box-shadow:0 0 0 0 rgba(0,0,0,0.1);
}
.result_list a:hover:before{
	transform:translate3d(0,0,0);
	box-shadow:0 0 0 3px rgba(0,0,0,0.1);
}

.result_list_number{
	font-size: 14px;
	margin-right: 13px;
}
.result_list_ttl{
	font-size: 18px;
	font-weight: bold;
	margin-right: 30px;
}
.result_list_group{
	font-size: 13px;
	border: 1px solid #000;
	padding: 3px 13px;
	border-radius: 3px;
	margin-right: 15px;
}
.result_list_author{
	font-size: 13px;
}

.paging_block{
	text-align: center;
}
.paging_block_num{
	display: inline-block;
	text-align: center;
	background: #fff;
	min-width: 47px;
	height: 47px;
	line-height: 47px;
	margin-right: 15px;
	padding: 0 8px;
	box-sizing: border-box;
}
.paging_block_num.off, .paging_block_num.off:hover{
	cursor:default;
	background:rgba(0,0,0,0.0);
	opacity:0.2;
	border:rgba(0,0,0,0.5) 1px solid;
	pointer-events: none;
}

.paging_block_num:last-child{
	margin-right: 0;
}
.paging_block_num:hover{
	background: #000;
	color: #fff;
	opacity: 1;
	transition: none;
}
.paging_block_num.current{
	background: rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.4);
}
.paging_block_num .right_arrow, .paging_block_num .left_arrow{
	position: relative;
	padding-left: 13px;
}
.paging_block_num .right_arrow:before, .paging_block_num .left_arrow:before{
	content: "";
	width: 7px;
	height: 7px;
	border: #000 1px solid;
	border-width: 1px 1px 0 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.paging_block_num .left_arrow{
	padding-left: 6px;
}
.paging_block_num .left_arrow:before{
    transform: rotate(-135deg);
}
.paging_block_num:hover .right_arrow:before, .paging_block_num:hover .left_arrow:before{
	border: #fff 1px solid;
	border-width: 1px 1px 0 0;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.paging_block_num:hover .left_arrow:before{
    transform: rotate(-135deg);
}


/*-----------------------------------------------------------------------------* detail */

.detail .contents, .detail_2 .contents{
	text-align: left;
	width: 1024px;
	margin: 70px auto;
}

.post_paging_block{
	text-align: right;
	margin-bottom: 15px;
}
.post_paging{
	display: inline-block;
	text-align: center;
	background: #fff;
	width: 150px;
	margin-right: 10px;
	vertical-align: top;
	position:relative;
}
.post_paging.off{
	background: rgba(0, 0, 0, 0.2);
	opacity:0.3;
	cursor:default;
	pointer-events: none;
}
.post_paging:before{
	content:"";
	display:block;
	position:absolute;
	left:0;top:0;right:0;bottom:0;
	transition:0.2s;
	transform:translate3d(0,0,0);
	box-shadow:0 0 0 0 rgba(0,0,0,0.1);
}
.post_paging:hover:before{
	transform:translate3d(0,0,0);
	box-shadow:0 0 0 3px rgba(0,0,0,0.1);
}
.post_paging_current:before{
	display:none;
}

.post_paging a{
	display: block;
	height: 34px;
	line-height: 34px;
}
.post_paging:last-child{
	margin-right: 0;
}
.post_paging_prev{
}
.post_paging_prev a{
	position: relative;
	padding-left: 8%;
}
.post_paging_prev a:before{
	content: "";
	width: 7px;
	height: 7px;
	border: #000 1px solid;
	border-width: 1px 1px 0 0;
	position: absolute;
	left: 15%;
	top: 50%;
	margin: -4px 1em 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(-135deg);
}
.post_paging_current{
	width: 85px;
	background: rgba(0,0,0,0.1);
	height: 34px;
	line-height: 34px;
}
.post_paging_next{
}
.post_paging_next a{
	position: relative;
	padding-right: 8%;
}
.post_paging_next a:after{
	content: "";
	width: 7px;
	height: 7px;
	border: #000 1px solid;
	border-width: 1px 1px 0 0;
	position: absolute;
	right: 15%;
	top: 50%;
	margin: -4px 0 0 1em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.detail_content{
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 15px;
}
.detail_images_block{
	float: left;
	width: 440px;
	margin-right: 40px;
}
.detail_images_block_imgbox{
	margin-bottom: 13px;
}
.detail_images_block_img{
	position: relative;
	background: center no-repeat #ddd;
	background-size: contain;
	width: 440px;
	height: 330px;
}
.detail_images_block_img .btn_large{
	display: block;
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: url(../images/icon_large.png) center 0 no-repeat;
	background-size: 100% auto;
	width: 31px;
	height: 31px;
}

.detail_images_block_lists{margin-right: -9.1px;}
.detail_images_block_list{
	position: relative;
	background: center no-repeat #ddd;
	background-size: contain;
	width: 100px;
	height: 75px;
	display: inline-block;
	margin: 0 9.1px 9.1px 0;
}
.detail_images_block_list:last-child{
	margin-right: 0;
}
.detail_images_block_list .btn_large{
	display: none;
}

.on.detail_images_block_list{
}
.on.detail_images_block_list:after{
	content: "";
	display: block;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.on.detail_images_block_list .btn_large{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 11px;
	z-index: 1;
	text-align: center;
	padding-top: 22px;
}
.on.detail_images_block_list .btn_large img{
	margin: 0 auto 12px;
}

.detail_images_block_img{
	display: none;
}
.on.detail_images_block_img{
	display: block;
}


.no_img.detail_images_block{
}
.no_img .detail_images_block_img{
}
.no_img .detail_images_block_img a{
}
.no_img .detail_images_block_img a:after{
	display: none;
}
.no_img .detail_images_block_img img{
}

.detail_content_body{
	float: right;
	width: 444px;
}
.detail_content_body table{
	border-top: 1px solid rgba(0,0,0,1);
	border-bottom: 1px solid rgba(0,0,0,1);
}
.detail_content_body tr{
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
.detail_content_body tr:last-child{
	border-bottom: none;
}
.detail_content_body th{
	font-size: 13px;
	color: rgba(0,0,0,0.5);
	line-height: 1.4em;
	padding: 19px 10px;
	vertical-align: top;
	min-width: 111px;
	box-sizing: border-box;
	text-align: left;
}
.detail_content_body td{
	padding: 17px 0;
}
.detail_content_body td p{
	line-height: 1.4;
}
.detail_content_body_link{
}
.detail_content_body_link a{
	position: relative;
	display: inline-block;
	text-decoration: underline;
	margin-right: 1em;
	padding-left: 13px;
}
.detail_content_body_link a:last-child{
	margin-right: 0;
}
.detail_content_body_link a:before{
	content: "";
	width: 5px;
	height: 5px;
	border: #000 1px solid;
	border-width: 1px 1px 0 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -3px 0 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.detail_content_body_show{
	margin: 5px 0 0;
	font-size: 13px;
}
.detail_content_body_show:first-child{
	margin-top: 0;
}
.detail_content_body_show a{
}
.book_ruby{
	display: block;
	font-size: 12px;
	line-height: 1.8em;
}
.book_ttl{
	font-size: 17px;
	font-weight: bold;
}
.page_note p{
	padding: 100px 0;
	text-align: center;
	line-height: 2;
	font-size: 16px;
}
.page_note p > a{
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------* top */

.index .contents{
	position: relative;
	width: 540px;
	margin: 0 auto;
}

.search{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 130px;
	width: 540px;
}
.search_ttl{
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 25px;
}
.search_form{
	display: inline-block;
	width: 400px;
	height: 52px;
	border: 3px solid #000;
	box-sizing: border-box;
	padding: 10px;
	font-size: 21px;
	margin-right: 10px;
}
.search_btns{
	display: inline-block;
}
.search_btn{
    border:0;
    overflow:visible;
	display: block;
	font-size: 21px;
	color: #fff;
	width: 122px;
	height: 52px;
	line-height: 52px;
	border-radius: 100px;
	background: #000;
	cursor: pointer;
	transition:0.3s ease-out;
	line-height:1.2;
	outline: none;
}
.search_btn:hover{
	opacity:0.7;
}
.search_attention{
	position: fixed;
	bottom: 110px;
	left: 0;
	right: 0;
	margin: auto;
	height: 30px;
	width: 540px;
}
.search_attention span{
	text-decoration: underline;
}
.noresult_note{
	margin:25px auto;
	color:#ff422c;
}
.noresult_note p:before{
	content:"＊";
}

.index #footer{
	position: fixed;
	bottom: 60px;
	left: 0;
	right: 0;
	margin: auto;
	height: 20px;
}

@media screen and (max-height: 500px) {

	.index .contents{
	}
	.search{
	}
	.search_attention{
	}

	.index #footer{
	}
}



/*-----------------------------------------------------------------------------* header */

#header{
	background: #fff;
	position: relative;
}
#header_inner{
}
#header_logo{z-index: 2;}
#header_logo a{
	position: absolute;
	top: 50%;
	margin-top: -38px;
	left: 3%;
	z-index: 2;
}
#header_logo img{
}

#header_nav{
	display: block;
	text-align: center;
	margin: 0 auto;
	z-index: 1;
	clear: both;
	position: relative;
}
#nav_btn{
	display: none;
}
#nav_menus{
	text-align: right;
	padding: 0 15px 0;
	margin: 0 auto;
}
.nav_menu{
	display: inline-block;
	height: 120px;
	padding: 65px 0 0;
	margin: 0 0.8em;
	position: relative;
	box-sizing: border-box;
}
.nav_menu:after{
    width: 0;
    height: 4px;
    background-color: #000;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.nav_menu:hover:after{
    width: 100%;
}
.nav_faq:after{
    left: 10%;
}
.nav_faq:hover:after{
    width: 90%;
}

.nav_faq{
	padding-left: 1.6em;
}
.nav_faq:before{
	content: "";
	position: absolute;
	background: url(../images/icon_faq.png) center left no-repeat;
	background-size: 14px auto;
	width: 15px;
	height: 15px;
	left: 6px;
	vertical-align: top;
}


/*-----------------------------------------------------------------------------* footer */

#footer{
	text-align: center;
}
#footer_inner{
}

#footer_nav{
}
#footer_nav_menus{
}
.footer_nav_menu{
	display: inline-block;
	padding: 0 0.8em;
	margin-bottom: 30px;
}
.footer_nav_menu:hover{
	text-decoration:underline;
}

#footer_cr{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 10px;
	margin-bottom: 45px;
}



