@charset "UTF-8";
/* CSS Document */

/* CSSリセット 基本設定 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border :0;
    outline: 0;
	font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}

/*html { overflow-y: scroll; }*/

blockquote, q { quotes: none; }
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}

ol, ul{ list-style: none; }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
	vertical-align: middle;
}
 
caption, th { text-align: left; }
 
a:focus { outline: none; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*ﾂ･*//*/
    height: auto;
    overflow: hidden;
    /**/
}

a:link {
    color: #333;
    text-decoration: none;
}

img {
	vertical-align: top;
	border-style: none;
}

.pcnone,
.pcnone2 {
		display: none;
	}

/* --------------------------------------------------
	layout
-------------------------------------------------- */
#container {
	color: #333;
	font-size: 13px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	min-width: 1024px;
}
@media screen and ( max-width:767px ){
	
#container {
	color: #333;
	font-size: 13px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	min-width: inherit;
	width: 100%;
}


}

.content {
	width: 960px;
	margin: 0px auto;
}
.mt100 { margin-top: 100px; }
.mt140 { margin-top: 140px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }
.content_pdtb { padding: 40px 0 150px; }

/* --------------------------------------------------
	header
-------------------------------------------------- */

#header_common {
	display: block;
}
#header_sp, #nav_sp_outer {
	display: none;
}

#header_common {
	background: #000;
	width: 100%;
	min-width: 1024px;
	height: 40px;
	z-index: 100000;
	position: fixed;
	top: 0;
	left: 0;
}

.header_inner {
	width: 1024px;
	height: 40px;
	margin: 0px auto;
}

.header_inner .header_logo {
	width: 184px;
	float: left;
}

#header_common #gnav_common {
	float: right;
	position: relative;
	z-index: 1;
}

#header_common #gnav_common ul {
	text-align: center;
}

#header_common #gnav_common ul li.nav_menu {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	float: left;
	line-height: 36px;
	margin-right: 30px;
}

#header_common #gnav_common ul li.nav_menu > a {
	display: inline-block;
}

.navi_menu {
	letter-spacing: 0.1em;
	display: inline-block;
}

.nav_menu a {
	color: #fff;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}

.nav_menu a:hover {
	border-bottom: #fff 4px solid;
}

.nav_menu a.current {
	border-bottom: #fff 4px solid;
}

.pt20 { padding-top: 20px; }

@media screen and ( max-width:767px ){

html { overflow-y: scroll; }		

body.overflow { overflow: hidden; }		

#header_common {
	display: none;
}
#header_sp {
	display: block;
}

#header_sp {
	background: #000;
	width: 100%;
	height: 40px;
	z-index: 100000;
	position: fixed;
	top: 0;
	left: 0;
}

.header_inner {
	background: #000;
	width: 100%;
	height: 40px;
	margin: 0px auto;
}

.header_inner #header_logo {
	width: 184px;
	float: left;
}

#header_sp #gnav_sp {
	width: 40px;
	float: right;
	position: relative;
	z-index: 1;
}

#header_sp #gnav_sp #nav_btn {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#header_sp #gnav_sp ul {
	text-align: center;
}

#header_sp #gnav_sp ul li.nav_menu {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	float: left;
	line-height: 36px;
	margin-right: 30px;
}

#header_sp #gnav_sp ul li.nav_menu > a {
	display: inline-block;
}
.content {
	width: 100%;
}
.navi_menu {
	letter-spacing: 0.1em;
	display: inline-block;
}

.nav_menu a {
	color: #fff;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}

.nav_menu a:hover {
	border-bottom: #fff 4px solid;
}

.nav_menu a.current {
	border-bottom: #fff 4px solid;
}


#nav_sp li {
	font-size: 124%;
	color: #fff;
	border-top: #fff 1px solid;
	background: #000;
	min-height: 50px;
	line-height: 50px;
}

#nav_sp li a {
	color: #fff;
}

#nav_sp li.nav_sp_3 {
	font-size: 108%;
}

#nav_sp li.nav_sp_1 {
	background-img: url(../../images/accordion_next_btn.png) no-repeat;
}

ul.accordion a { display: block; background-position: 97% center; background-repeat: no-repeat; }
ul.accordion span { display: block; background-position: 97% center; background-repeat: no-repeat; text-indent: 1em; }
ul.accordion ul { display: none; }
ul.accordion > li > p { cursor: pointer; }
ul.accordion > li > p span { background-image: url(../../images/accordion_open_btn.png); background-size: 50px 50px; }
ul.accordion > li > p span.open { background-image: url(../../images/accordion_close_btn.png); background-size: 50px 50px; }
ul.accordion > li > p.next { background-image: url(../../images/accordion_next_btn.png); background-size: 50px 50px; background-position: 97% center; background-repeat: no-repeat; text-indent: 1em; }
ul.accordion > li.sns { text-indent: 1em; height: 40px; line-height: 40px !important; padding: 20px 0; }
ul.accordion > li.sns img { vertical-align: middle; float: right; padding: 0 20px 0 0; }
ul.accordion > li > ul > li { background: #999; }
ul.accordion > li > ul > li.nav_sp_left {
	border-right: #fff 1px solid;
	border-left: #fff 1px solid;
	width: 50%;
	float: left;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-left: 14px;
}

ul.accordion > li > ul > li.double_line_top {
	border-top: #fff 1px solid;
	margin: 5px 0 0;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

ul.accordion > li > ul > li.double_line_bottom {
	border-bottom: #fff 1px solid;
	margin: 0 0 5px;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

ul.accordion > li > ul {
	background-color: #02004b;
}

ul.accordion > li > ul > li.nav_sp_right {
	width: 50%;
	float: left;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
ul.accordion > li > ul > li > p { background: #999;}
ul.accordion > li > ul > li > a { background-image: url(../../images/accordion_next_btn.png); background-size: 50px 50px; background-position: 97% center; background-repeat: no-repeat; background-color: #02004b; font-size: 16px; text-indent: 1em; }
ul.accordion li ul li.nolink { background-color: #02004b!important; font-size: 16px!important; text-indent: 1em!important; }
ul.accordion > li > ul > li > ul > li { background:#fff; border-bottom:1px dotted #888; }
ul.accordion > li > ul > li > ul > li:last-child { border:none;}

.btn {
    background: url(../../images/nav_sp_btn.png) no-repeat 0 0;
	background-size: 40px 40px;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 1000;
}
.close {
    background: url(../../images/nav_sp_close_btn.png) no-repeat 0 0;
	background-size: 40px 40px;
}

#nav_sp_outer {
	display: none;
    background-color: #000;
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 0 0;
	z-index: -1;
}

}

/* --------------------------------------------------
	main
-------------------------------------------------- */
.pan {
	width: 100%;
	background-color: #DFDEDD;
	padding: 1em 0;
}
.pan2 {
	margin-top:15px;
}
.pan p,
.pan2 p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	width: 960px;
	font-size:92%;
	margin:0 auto;
}
.pan p a ,
.pan2 p a {
	text-decoration:underline;
}

.contents_back {
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}


/* --------------------------------------------------
	footer
-------------------------------------------------- */

#footer_common {
	color: #fff;
	background: #000;
	width: 100%;
	min-width: 1024px;
	text-align: center;
}

#pagetop {
	padding: 15px 0 25px;
}

#samurai_footer_btn {
	margin: 0 0 40px;
}

#samurai_footer_btn ul li {
	width: 230px;
	height: 60px;
	margin: 0 13px 0 0;
	float: left;
}

#samurai_footer_btn ul li.last {
	margin: 0;
}

#footer_nav {
	font-size: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
}

#footer_nav ul li {
	float: left;
}

#footer_nav ul li.footer_list_icon {
	background: url(../../images/footer_list_icon.png) no-repeat left center;
	padding: 0 0 0 10px;
}

.w120 { width: 120px; }
.w165 { width: 165px; }

#footer_nav ul li a {
	color: #fff;
	text-decoration: none;
}

#footer_nav ul li a:hover {
	text-decoration: underline;
}

/*
#footer_sub_nav {
	width: 840px;
	margin: 0 0 0 130px;
}
*/

#footer_sub_nav p a {
	color: #fff;
	text-decoration: none;
}

#footer_sub_nav p a:hover {
	text-decoration: underline;
}

.footer_sub_nav_list_1 {
	border-left: #fff 1px solid;
	width: 175px;
	margin: 20px 0 0;
	padding: 0 0 0 10px;
	float: left;
	line-height: 1.8;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}

.footer_sub_nav_list_2 {
	border-left: #fff 1px solid;
	width: 120px;
	margin: 20px 0 0;
	padding: 0 0 0 10px;
	float: left;
	line-height: 1.8;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}

#footer_sub_nav ul {
	padding: 0 10px;
}

#footer_sub_nav ul li {
	margin: 0 10px 0 0;
}

#footer_nav ul li.footer_list_icon.blank_link{
	background: none;
}

/*
.footer_inner {
	width: 960px;
	margin: 0px auto;
}
*/

/*
#footer_sns_btn {
	padding: 45px 0 0;
	height: 40px;
	line-height: 40px;
}
*/

#footer_sns_btn img.facabook {
	padding: 0 0 0 35px;
}
#footer_sns_btn img.twitter {
	padding: 0 0 0 15px;
}

#footer_attention {
	font-size: 108%;
	line-height: 1.6;
	padding: 45px 0 0;
}

#copyright {
	border-top: #fff 1px solid;
	margin: 20px 0 0;
	padding: 15px 0;
}

@media screen and ( max-width:767px ){
.pcnone {
		display: block;
	}
.spnone {
	display: none;
}
	
#footer_common {
	width: 100%;
	min-width: inherit;
}

#samurai_footer_btn {
	margin: 0;
	padding: 0 15px;
}

#samurai_footer_btn ul li {
	width: 50%;
	height: auto;
	margin: 0;
	padding: 5px;
	float: left;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}

#samurai_footer_btn ul li img {
	width: 100%;
	height: auto;
}

#samurai_footer_btn ul li.last {
	margin: 0;
}

#footer_nav {
	display: none;	
}

#footer_attention {
	font-size: 100%;
	line-height: 1.6;
	padding: 45px 20px 0;
}

.footer_inner {
	width: 100%;
}
.mt100 {
	margin-top:40px;
}

}

.pt120 { padding-top: 120px; }
.center { text-align: center; }

.fs50p { font-size: 50%; font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
.w30p { width: 30%; }

.fs12 { font-size: 93%; }

.right { float: right; }

.lh18 { line-height: 1.8; }