
/******************************************/
*
{
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    background-repeat: no-repeat;
}


html{
    overflow-y: scroll;
}




.nb
{
    border: none;
    border: 0;
}

.left
{
    float: left;
}
.right
{
    float: right;
}
.center
{
    width: 100%;
    text-align: center;
    clear: both;
	margin-top:-50px;
}
.clear{
    clear: both;

}
.bdr_top
{
	border-top: 1px solid #009046;
}
.bdr_btm
{
	border-bottom:1px solid #000;
}
.red
{
	color: #FF0000;
}
.red2
{
	color: #D40019;
}
.font10
{
	font-size: 10px;
}
.font12
{
	font-size: 12px;
}

.font16
{
	font-size: 16px;
}
.font16bl
{
	font-size: 16px;
	color:#000;
}
.font18
{
	font-size: 18px;
}
.font18_redb
{
	font-size: 18px;
	color: #F00;
	font-weight:bold;
}
.font18b
{
	font-size: 18px;
	font-weight:bold;
}
.font20
{
	font-size: 20px;
}
.font24
{
	font-size: 24px;
}
.font33
{
	font-size: 33px;
}
.font36
{
	font-size: 36px;
}

.font40
{
	font-size: 40px;
}

.fontsp05
{
	letter-spacing:0.5em;
	text-indent:-0.5em;
}

.t_right
{
	text-align: right;
}

.font_b
{
	font-weight: bold;
}

.font_white
{
	color:#FFFFFF;
}

.font_red
{
	color: #F00;
}

.font_blk
{
	color:#000 !important;
	text-shadow:none !important;
}

.font_gray
{
	font-weight:bold;
	color:#666666;
}
table 
{border-collapse: collapse; 
border-spacing: 0; 
font-size: inherit;
}

ul,dl,ol
 {
text-indent: 0;
}

li
{
list-style: none;
}

img 
{
border: 0;
}
.wh{
 color:#fff;
}
/*  */


/* N */
a,
a:link,
a:visited {
	text-decoration:none;
        color:#000;
}
a:hover {
	text-decoration:none;
        color:#000;


}
a:active {}
a img {
    border: none;
}
a:hover img {

}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;
clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;
clear:both;
}
.clearfix {display: block;
clear:both;
}

.pc_none{
	display:none;
}
/* End hide from IE-mac */



body { margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;
	background-color:#fff;
	height:100%;
        width:100%;
word-break: break-all;

}
.wrap {
	overflow: hidden;
}
#loading{
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#loading img{
  width: 35px;
}



/*##################################################################################################*/

@media (min-width:1100px) {
		.pcbr::before {
			content: "\A" ;
			white-space: pre ;
		}

.li_m{
 margin-right:2%;
}
.header_navi ul {
    display:none;

}
header{
	width:100%;
	padding:0px;
	height:80px;
	/*border-bottom:solid 2px #ff1815;
	position: fixed;*/
	border-bottom:solid 10px #ff0000;
	z-index:10000;
	background-color:#fff;
	position:fixed;
}
header .main_box{
	width:1100px;
	margin:0px auto;
	padding:0px 50px;
	height:80px;
	display:block;

}
header .main_box h1.logo a{
	margin:16px 0px 0px 0px;
        height:50px;
        width:590px;
	display:block;
	text-indent:-9999px;
	background:url(../img/tlogo.svg);
	background-repeat:no-repeat;
	background-size:contain;
    	float:left;

}
header .main_box .home_bn a{
	margin:32px 0px 0px 0px;
        height:12px;
        width:149px;
	display:block;
	text-indent:-9999px;
	background:url(../img/home_tbn.svg);
	background-repeat:no-repeat;
	background-size:contain;
    	float:right;

}




header .main_box .menu_btn{
 display:none;

}


.header_navi{
display:none;
}
.pk_box{
	margin:90px 0 0 0;
        width:100%;
        height:60px;
	display:block;
	background-color:#f4f4f4;
}
.pk_box .box{
	margin:0 auto;
        width:1100px;
        height:60px;
	display:block;
	position:relative;

}
.pk_box .box .lbox{
        width:60%;
        height:60px;
	display:block;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#231815;
	line-height:60px;
	float:left;
}
.pk_box .box .lbox a{
	color:#FF0000;
	font-weight:bold;
}
.pk_box .box .lbox span{
	font-size:12px;
}
.pk_box .box .rbox{
        width:40%;
        height:60px;
	display:block;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	color:#000;
	line-height:60px;
	float:left;
}
.pk_box .box .rbox span{
	font-size:16px;
	font-weight:bold;
}
.pk_box .box .nv_menu{
	width:161px;
	margin:0;
	padding:0;
	top:60px;
	right:0;
	border-top:solid 0.5px #000;
	position:absolute;
	box-sizing: border-box;

}
.pk_box .box .nv_menu .mbox a{
	margin:0;
	padding:0 0 0 10px;
	width:150px;
	height:38px;
	display:block;
	font-size:14px;
	color:#000;
	font-weight:normal;
	line-height:38px;
	border-bottom:solid 0.5px #000;
	border-left:solid 0.5px #000;
	border-right:solid 0.5px #000;

	background-color:#fff;
}
.pk_box .box .nv_menu .mbox a:hover{
	margin:0;
	padding:0 0 0 10px;
	width:150px;
	height:38px;
	display:block;
	font-size:14px;
	color:#fff;
	font-weight:normal;
	line-height:38px;
	border-bottom:solid 0.5px #000;
	border-left:solid 0.5px #000;
	border-right:solid 0.5px #000;
	background-color:#ff0000;
}
.sc_mbox{
	width:100%;
        position: fixed;
        bottom:2%;
	z-index:999;

}
.sc_mbox .sc_box{
	width:90%;
	margin:0px auto;
	padding:0% 5%;
	max-width:1100px;

}
.sc_mbox .sc_box .rtop a{
    width:39px;
    height:39px;
    background:url(../img/rtop_bn.gif);
    background-repeat:no-repeat;
    background-size:100% 100%;
    display:block;
    text-indent:-9999px;
    float:right;
}

.stitle{
	font-size:22px;
        letter-spacing: 1px;
	font-family: "Hiragino Kaku Gothic ProN", "Osaka", Arial, sans-serif;

}
.s2title{
	font-size:12px;
        letter-spacing: -0.5px;
        color:#ff0000;
	font-family: "Hiragino Kaku Gothic ProN", "Osaka", Arial, sans-serif;

}


.main{
	margin:30px auto 0 auto;
	width:1100px;
	overflow:hidden;
}

.main .lbox{
	margin:0;
	width:280px;
	overflow:hidden;
	float:left;
}
.main .rbox{
	margin:0 0 0 40px;
	width:780px;
	overflow:hidden;
	float:left;
}
.main .lbox .k_box{
	margin:0;
	width:280px;
	height:60px;
	display:block;
	overflow:hidden;
	border:solid 1px #231815;
}
.main .lbox .k_box .search_box{
	padding:0 0 0 10px;
	width:190px;
	height:60px;	
	line-height:60px;
	color:#000;
	font-size:16px;
	text-align:left;
	border:none;
	float:left;
}
.main .lbox .k_box a{
	margin:0;
	width:80px;
	height:60px;
	display:block;
	line-height:60px;
	color:#fff;
	font-size:16px;
	text-align:center;
	background-color:#231815;
	float:left;
}
.main .lbox .k_box img{
	margin:0px 5px -4px 0;
}

.main .lbox .navi01 a{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi01.png);
	background-repeat:no-repeat;
}
.main .lbox .navi01 a:hover{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi01_on.png);
	background-repeat:no-repeat;
}
.main .lbox .navi01_on a{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi01_on.png);
	background-repeat:no-repeat;
}
.main .lbox .navi01_on a:hover{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi01.png);
	background-repeat:no-repeat;
}
.main .lbox .navi02 a{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi02.png);
	background-repeat:no-repeat;
}
.main .lbox .navi02 a:hover{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi02_on.png);
	background-repeat:no-repeat;
}
.main .lbox .navi02_on a{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi02_on.png);
	background-repeat:no-repeat;
}
.main .lbox .navi02_on a:hover{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi02.png);
	background-repeat:no-repeat;
}
.main .lbox .navi03 a{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi03.png);
	background-repeat:no-repeat;
}
.main .lbox .navi03 a:hover{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi03_on.png);
	background-repeat:no-repeat;
}
.main .lbox .navi03_on a{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi03_on.png);
	background-repeat:no-repeat;
}
.main .lbox .navi03_on a:hover{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi03.png);
	background-repeat:no-repeat;
}
.main .lbox .navi04 a{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi04.png);
	background-repeat:no-repeat;
}
.main .lbox .navi04 a:hover{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi04_on.png);
	background-repeat:no-repeat;
}
.main .lbox .navi04_on a{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi04_on.png);
	background-repeat:no-repeat;
}
.main .lbox .navi04_on a:hover{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi04.png);
	background-repeat:no-repeat;
}
.main .lbox .navi05 a{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi05.png);
	background-repeat:no-repeat;
}
.main .lbox .navi05 a:hover{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi05_on.png);
	background-repeat:no-repeat;
}
.main .lbox .navi05_on a{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi05_on.png);
	background-repeat:no-repeat;
}
.main .lbox .navi05_on a:hover{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi05.png);
	background-repeat:no-repeat;
}
.main .lbox .navi06 a{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi06.png);
	background-repeat:no-repeat;
}
.main .lbox .navi06 a:hover{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi06_on.png);
	background-repeat:no-repeat;
}
.main .lbox .navi06_on a{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi06_on.png);
	background-repeat:no-repeat;
}
.main .lbox .navi06_on a:hover{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi06.png);
	background-repeat:no-repeat;
}
.main .lbox .navi07 a{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi07.png);
	background-repeat:no-repeat;
}
.main .lbox .navi07 a:hover{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi07_on.png);
	background-repeat:no-repeat;
}
.main .lbox .navi07_on a{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi07_on.png);
	background-repeat:no-repeat;
}
.main .lbox .navi07_on a:hover{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi07.png);
	background-repeat:no-repeat;
}
.main .lbox .navi08 a{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi08.png);
	background-repeat:no-repeat;
}
.main .lbox .navi08 a:hover{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi08_on.png);
	background-repeat:no-repeat;
}
.main .lbox .navi08_on a{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi08_on.png);
	background-repeat:no-repeat;
}
.main .lbox .navi08_on a:hover{
	margin:20px 0 0 0;
	width:280px;
	height:100px;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi08.png);
	background-repeat:no-repeat;
}
.main .lbox .navi_t a{
	margin:20px 0 0 0;
	padding:0 0 0 15px;
	width:265px;
	height:60px;
	display:block;
	line-height:60px;
	color:#000;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	background-color:#e4e4e4;
}
.main .lbox .navi_img a{
	width:280px;
	overflow:hidden;
}
.main .lbox .navi_img img{
	margin:20px 0 0 0;
	width:280px;
}


footer{
	width:100%;
	height:440px;
	margin:0px;
        color:#fff;
    background-color:#000;
	border-bottom:solid 10px #ff0000;

}
footer .footer_navi{
        display:none;
}
footer .footer_box{
        width:100%;
	max-width:710px;
	height:200px;
	margin:0px auto;
	padding:50px 50px 0px 50px;

}

footer .footer_box .navi_box{
	width:710px;
	height:200px;
	margin:0px auto 0px auto;
	padding:0px;

}

footer .footer_box .navi_box .menu_box{
	width:120px;
	height:200px;
	margin:0px;
	padding:0px;
	display:block;
	float:left;
}
footer .footer_box .navi_box .menu_box01{
	width:120px;
	height:200px;
	margin:0px 0px 0px 0px;
	padding:0px;
	display:block;
	float:left;
}
footer .footer_box .navi_box .menu_box02{
	width:120px;
	height:200px;
	margin:0px 30px 0px 0px;
	padding:0px;
	display:block;
	float:left;
}
footer .footer_box .navi_box .menu_box03{
	width:120px;
	height:200px;
	margin:0px 40px 0px 0px;
	padding:0px;
	display:block;
	float:left;
}
footer .footer_box .navi_box .menu_box04{
	width:120px;
	height:200px;
	margin:0px 50px 0px 0px;
	padding:0px;
	display:block;
	float:left;
}
footer .footer_box .navi_box .menu_box05{
	width:110px;
	height:200px;
	margin:0px 0px 0px 0px;
	padding:0px;
	display:block;
	float:left;
}

footer .footer_box .navi_box ul{
    list-style-type: none;
}
footer .footer_box .navi_box ul li:first-child{
    height:35px;
    text-align: left;
    padding: 0;
    font-size:16px;
    color:#fff;
    font-weight:normal;
        letter-spacing: 0.1px;
	font-family: "Hiragino Kaku Gothic ProN", "Osaka", Arial, sans-serif;

}
footer .footer_box .navi_box ul li:first-child a{
    height:35px;
    text-align: left;
    padding: 0;
    font-size:16px;
    color:#fff;
    font-weight:normal;
        letter-spacing: 0.1px;
	font-family: "Hiragino Kaku Gothic ProN", "Osaka", Arial, sans-serif;

}
footer .footer_box .navi_box ul li:first-child a:hover{
    height:35px;
    text-align: left;
    padding: 0;
    font-size:16px;
    color:#ff0000;
    font-weight:normal;
        letter-spacing: 0.1px;
	font-family: "Hiragino Kaku Gothic ProN", "Osaka", Arial, sans-serif;

}
footer .footer_box .navi_box ul li {
    height:35px;
    text-align: left;
    padding: 0;
    font-size:16px;
    color:#000;
    font-weight:normal;

}

footer .footer_box .navi_box ul li a{
    height:35px;
    text-align: left;
    padding: 0;
    font-size:16px;
    color:#fff;
    font-weight:normal;

}
footer .footer_box .navi_box ul li a:hover{
    height:35px;
    text-align: left;
    padding: 0;
    font-size:16px;
    color:#ff0000;
    font-weight:normal;
}
footer .footer_box .navi_box ul li a.m_li{
    height:35px;
    text-align: left;
    padding: 0;
    font-size:16px;
    color:#fff;
    font-weight:normal;
}
footer .footer_box .navi_box ul li a:hover.m_li{
    height:35px;
    text-align: left;
    padding: 0;
    font-size:16px;
    color:#ff0000;
    font-weight:normal;

}
footer .footer_box .navi_box ul li.ftop a{
    width:133px;
    height:35px;
    text-align: left;
    padding: 0;
    font-size:16px;
    color:#fff;
	text-indent:-9999px;
    font-weight:normal;
    display:block;
	background:url(../img/ftop_tbn.svg);
	background-repeat:no-repeat;
	background-position:top 6px left;
	background-size:133px 13px;
}
footer .footer_box .navi_box ul li.ftop a:hover{
    width:133px;
    height:35px;
    text-align: left;
    padding: 0;
    font-size:16px;
    color:#ff0000;
    font-weight:normal;
    display:block;
	text-indent:-9999px;
	background:url(../img/ftop_tbn.svg);
	background-repeat:no-repeat;
	background-position:top 6px left;
	background-size:133px 13px;

}
footer .footer_box .navi_box ul li a.m_s{
    font-size:14px;
}
footer .footer_box .navi_box ul li a:hover.m_s{
    font-size:14px;
}
footer .footer_box .navi_box ul li img{
margin:6px 0 0 0;
width:100%;
}
footer .footer_box .footer_title .logo a{
	width:305px;
	height:90px;
	margin:0px auto;
	background:url(../img/fotter_tlogo.svg);
	background-repeat:no-repeat;
 	background-position:center;
	display:block;
	text-indent:-9999px;

}

footer .footer_box .copy{
	margin:40px auto 0px auto;
	width:100%;
	height:18px;
	font-weight:normal;
	font-size:14px;
	text-align:center;

}
/*  */
.mb2{    margin-bottom: 2px;}
.mb5{    margin-bottom: 5px;}
.mb10{    margin-bottom: 10px;}
.mb14{    margin-bottom: 14px;}
.mb20{    margin-bottom: 20px;}
.mb30{    margin-bottom: 30px;}
.mb50{    margin-bottom: 50px;}
.mb60{    margin-bottom: 60px;}
.mb70{    margin-bottom: 70px;}
.mb100{    margin-bottom:100px;}

.ml5{    margin-left: 5px;}
.ml10{    margin-left: 10px;}
.ml15{   margin-right: 15px;}
.ml20{    margin-left: 20px;}
.ml30{    margin-left: 30px;}
.ml40{    margin-left: 40px;}

.ml60{    margin-left: 60px;}
.mr80{    margin-right: 80px;}
.ml150{    margin-left: 150px;}
.inl5{	text-indent:5em;}
.mr20{    margin-right: 20px;}
.mr30{    margin-right: 30px;}
.mr40{    margin-right: 40px;}

.pc { display: block; }
.sp { display: none; }

}

/*  ------------------------------------------------------------------------------------*/

@media screen and (min-width:768px) and ( max-width:1099px) {
		.pcbr::before {
			content: "\A" ;
			white-space: pre ;
		}



.li_m{
 margin-right:2%;
}
.header_navi ul {
    display:none;

}
header{
	width:100%;
	padding:0px;
	height:70px;
	/*border-bottom:solid 2px #ff1815;
	position: fixed;*/
	border-bottom:solid 5px #ff0000;
	z-index:10000;
	background-color:#fff;
	position:fixed;
}
header .main_box{
	width:90%;
	margin:0px auto;
	padding:0px 5%;
	height:70px;
	display:block;
position: relative;
}
header .main_box h1.logo a{
	margin:0 0px 0px 0px;
        height:4.7vw;
        width:57%;
	display:block;
	text-indent:-9999px;
	background:url(../img/tlogo.svg);
	background-repeat:no-repeat;
	background-size:contain;
	position: absolute;
  top: 55%;
  left:5%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);

}
header .main_box .home_bn a{
	margin:29px 0px 0px 0px;
        height:12px;
        width:149px;
	display:block;
	text-indent:-9999px;
	background:url(../img/home_tbn.svg);
	background-repeat:no-repeat;
	background-size:contain;
    	float:right;

}




header .main_box .menu_btn{
 display:none;

}


.header_navi{
display:none;
}
.pk_box{
	margin:70px 0 0 0;
        width:100%;
        height:6vw;
	display:block;
	background-color:#f4f4f4;
}
.pk_box .box{
	margin:0 auto;
        width:90%;
        height:6vw;
	display:block;
	position:relative;

}
.pk_box .box .lbox{
        width:65%;
        height:6vw;
	display:block;
	text-align:left;
	font-size:1.3vw;
	font-weight:bold;
	color:#231815;
	line-height:6vw;
	overflow:hidden;
	float:left;
}
.pk_box .box .lbox a{
	color:#FF0000;
	font-size:1.4vw;
	font-weight:bold;
}
.pk_box .box .rbox{
        width:35%;
        height:6vw;
	display:block;
	font-size:1.2vw;
	font-weight:normal;
	text-align:right;
	color:#000;
	line-height:6vw;
	float:left;
}
.pk_box .box .rbox span{
	font-size:1.4vw;
	font-weight:bold;
}
.pk_box .box .nv_menu{
	width:161px;
	margin:0;
	padding:0;
	top:6vw;
	right:0;
	border-top:solid 0.5px #000;
	position:absolute;

}
.pk_box .box .nv_menu .mbox a{
	margin:0;
	padding:0 0 0 10px;
	width:150px;
	height:3.8vw;
	display:block;
	font-size:1.4vw;
	color:#000;
	font-weight:normal;
	line-height:3.8vw;
	border-bottom:solid 0.5px #000;
	border-left:solid 0.5px #000;
	border-right:solid 0.5px #000;
	background-color:#fff;
}
.pk_box .box .nv_menu .mbox a:hover{
	margin:0;
	padding:0 0 0 10px;
	width:150px;
	height:3.8vw;
	display:block;
	font-size:1.4vw;
	color:#fff;
	font-weight:normal;
	line-height:3.8vw;
	border-bottom:solid 0.5px #000;
	border-left:solid 0.5px #000;
	border-right:solid 0.5px #000;
	background-color:#ff0000;
}
.sc_mbox{
	width:100%;
        position: fixed;
        bottom:2%;
	z-index:999;

}
.sc_mbox .sc_box{
	width:90%;
	margin:0px auto;
	padding:0% 5%;
	max-width:1100px;

}
.sc_mbox .sc_box .rtop a{
    width:39px;
    height:39px;
    background:url(../img/rtop_bn.gif);
    background-repeat:no-repeat;
    background-size:100% 100%;
    display:block;
    text-indent:-9999px;
    float:right;
}

.stitle{
	font-size:22px;
        letter-spacing: 1px;
	font-family: "Hiragino Kaku Gothic ProN", "Osaka", Arial, sans-serif;

}
.s2title{
	font-size:12px;
        letter-spacing: -0.5px;
        color:#ff0000;
	font-family: "Hiragino Kaku Gothic ProN", "Osaka", Arial, sans-serif;

}


.main{
	margin:3% auto 0 auto;
	width:90%;
	overflow:hidden;
}

.main .lbox{
	margin:0;
	width:25%;
	overflow:hidden;
	float:left;
}
.main .rbox{
	margin:0 0 0 5%;
	width:70%;
	overflow:hidden;
	float:left;
}
.main .lbox .k_box{
	margin:0;
	width:100%;
	height:6vw;
	display:block;
	overflow:hidden;
	border:solid 1px #231815;
}
.main .lbox .k_box .search_box{
	padding:0 0 0 5%;
	width:62%;
	height:6vw;	
	line-height:6vw;
	color:#000;
	font-size:1.5vw;
	text-align:left;
	border:none;
	float:left;
}
.main .lbox .k_box a{
	margin:0;
	width:33%;
	height:6vw;
	display:block;
	line-height:6vw;
	color:#fff;
	font-size:1.5vw;
	text-align:center;
	background-color:#231815;
	float:left;
}
.main .lbox .k_box img{
	margin:0px 4px -4px 0;
}

.main .lbox .navi01 a{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi01.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi01 a:hover{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi01_on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi01_on a{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi01_on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi01_on a:hover{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi01.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi02 a{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi02.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi02 a:hover{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi02_on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi02_on a{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi02_on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi02_on a:hover{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi02.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi03 a{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi03.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi03 a:hover{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi03_on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi03_on a{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi03_on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi03_on a:hover{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi03.png);
	background-repeat:no-repeat;
	background-size:contain;

}
.main .lbox .navi04 a{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi04.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi04 a:hover{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi04_on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi04_on a{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi04_on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi04_on a:hover{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi04.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi05 a{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi05.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi05 a:hover{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi05_on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi05_on a{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi05_on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi05_on a:hover{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi05.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi06 a{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi06.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi06 a:hover{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi06_on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi06_on a{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi06_on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi06_on a:hover{
	margin:2% 0 0 0;
	width:100%;
	height:10vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi06.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi07 a{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi07.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi07 a:hover{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi07_on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi07_on a{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi07_on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi07_on a:hover{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi07.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi08 a{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi08.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi08 a:hover{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi08_on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi08_on a{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi08_on.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi08_on a:hover{
	margin:6% 0 0 0;
	width:100%;
	height:8vw;
	display:block;
	text-indent:-9999px;
	background:url(../img/navi08.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.main .lbox .navi_t a{
	margin:6% 0 0 0;
	padding:0 0 0 5%;
	width:95%;
	height:6vw;
	display:block;
	line-height:6vw;
	color:#000;
	text-align:left;
	font-size:1.4vw;
	font-weight:bold;
	background-color:#e4e4e4;
}
.main .lbox .navi_img a{
	width:100%;
	overflow:hidden;
}
.main .lbox .navi_img img{
	margin:6% 0 0 0;
	width:100%;
}


footer{
	width:100%;
	height:40vw;
	margin:0px;
        color:#fff;
    background-color:#000;
	border-bottom:solid 10px #ff0000;

}
footer .footer_navi{
        display:none;
}
footer .footer_box{
        width:65%;
	height:16vw;
	margin:0px auto;
	padding:5% 0px 0px 0px;

}

footer .footer_box .navi_box{
	width:100%;
	height:16vw;
	margin:0px auto 0px auto;
	padding:0px;

}

footer .footer_box .navi_box .menu_box{
	width:16%;
	height:16vw;
	margin:0px;
	padding:0px;
	display:block;
	float:left;
}
footer .footer_box .navi_box .menu_box01{
	width:15%;
	height:18vw;
	margin:0px 0px 0px 0px;
	padding:0px;
	display:block;
	float:left;
}
footer .footer_box .navi_box .menu_box02{
	width:15%;
	height:16vw;
	margin:0px 3% 0px 0px;
	padding:0px;
	display:block;
	float:left;
}
footer .footer_box .navi_box .menu_box03{
	width:16%;
	height:16vw;
	margin:0px 5% 0px 0px;
	padding:0px;
	display:block;
	float:left;
}
footer .footer_box .navi_box .menu_box04{
	width:19%;
	height:16vw;
	margin:0px 5% 0px 0px;
	padding:0px;
	display:block;
	float:left;
}
footer .footer_box .navi_box .menu_box05{
	width:22%;
	height:16vw;
	margin:0px 0px 0px 0px;
	padding:0px;
	display:block;
	float:left;
}

footer .footer_box .navi_box ul{
    list-style-type: none;
}
footer .footer_box .navi_box ul li:first-child{
    height:3.5vw;
    text-align: left;
    padding: 0;
    font-size:1.6vw;
    color:#fff;
    font-weight:normal;
        letter-spacing: 0.1px;
	font-family: "Hiragino Kaku Gothic ProN", "Osaka", Arial, sans-serif;

}
footer .footer_box .navi_box ul li:first-child a{
    height:3.5vw;
    text-align: left;
    padding: 0;
    font-size:1.6vw;
    color:#fff;
    font-weight:normal;
        letter-spacing: 0.1px;
	font-family: "Hiragino Kaku Gothic ProN", "Osaka", Arial, sans-serif;

}
footer .footer_box .navi_box ul li:first-child a:hover{
    height:3.5vw;
    text-align: left;
    padding: 0;
    font-size:1.6vw;
    color:#ff0000;
    font-weight:normal;
        letter-spacing: 0.1px;
	font-family: "Hiragino Kaku Gothic ProN", "Osaka", Arial, sans-serif;

}
footer .footer_box .navi_box ul li {
    height:3.5vw;
    text-align: left;
    padding: 0;
    font-size:1.6vw;
    color:#000;
    font-weight:normal;

}

footer .footer_box .navi_box ul li a{
    height:3.5vw;
    text-align: left;
    padding: 0;
    font-size:1.6vw;
    color:#fff;
    font-weight:normal;

}
footer .footer_box .navi_box ul li a:hover{
    height:3.5vw;
    text-align: left;
    padding: 0;
    font-size:1.6vw;
    color:#ff0000;
    font-weight:normal;
}
footer .footer_box .navi_box ul li a.m_li{
    height:3.5vw;
    text-align: left;
    padding: 0;
    font-size:1.6vw;
    color:#fff;
    font-weight:normal;
}
footer .footer_box .navi_box ul li a:hover.m_li{
    height:3.5vw;
    text-align: left;
    padding: 0;
    font-size:1.6vw;
    color:#ff0000;
    font-weight:normal;

}
footer .footer_box .navi_box ul li.ftop a{
    width:100%;
    height:3.5vw;
    text-align: left;
    padding: 0;
    font-size:1.4vw;
    color:#fff;
	text-indent:-9999px;
    font-weight:normal;
    display:block;
	background:url(../img/ftop_tbn.svg);
	background-repeat:no-repeat;
	background-position:top 6px left;
	background-size:100%;
}
footer .footer_box .navi_box ul li.ftop a:hover{
    width:100%;
    height:3.5vw;
    text-align: left;
    padding: 0;
    font-size:1.4vw;
    color:#ff0000;
    font-weight:normal;
    display:block;
	text-indent:-9999px;
	background:url(../img/ftop_tbn.svg);
	background-repeat:no-repeat;
	background-position:top 6px left;
	background-size:100%;

}
footer .footer_box .navi_box ul li a.m_s{
    font-size:1.4vw;
}
footer .footer_box .navi_box ul li a:hover.m_s{
    font-size:1.4vw;
}
footer .footer_box .navi_box ul li img{
margin:6px 0 0 0;
width:100%;
}
footer .footer_box .footer_title .logo a{
	width:35%;
	height:9vw;
	margin:0px auto;
	background:url(../img/fotter_tlogo.svg);
	background-repeat:no-repeat;
 	background-position:center;
 	background-size:contain;
	display:block;
	text-indent:-9999px;

}

footer .footer_box .copy{
	margin:4% auto 0px auto;
	width:100%;
	height:2vw;
	font-weight:normal;
	font-size:1.4vw;
	text-align:center;

}
/*  */
.mb2{    margin-bottom: 2px;}
.mb5{    margin-bottom: 5px;}
.mb10{    margin-bottom: 10px;}
.mb14{    margin-bottom: 14px;}
.mb20{    margin-bottom: 20px;}
.mb30{    margin-bottom: 30px;}
.mb50{    margin-bottom: 50px;}
.mb60{    margin-bottom: 60px;}
.mb70{    margin-bottom: 70px;}
.mb100{    margin-bottom:100px;}

.ml5{    margin-left: 5px;}
.ml10{    margin-left: 10px;}
.ml15{   margin-right: 15px;}
.ml20{    margin-left: 20px;}
.ml60{    margin-left: 60px;}
.mr80{    margin-right: 80px;}
.ml150{    margin-left: 150px;}
.inl5{	text-indent:5em;}
.sp_bt5{   margin-bottom: 5%;}
.pc { display: block; }
.sp { display: none; }
}

/*##################################################################################################*/
/*##################################################################################################*/
/*##################################################################################################*/


@media (max-width:767px) {
		.br::before {
			content: "\A" ;
			white-space: pre ;
		}

		.spbr::before {
			content: "\A" ;
			white-space: pre ;
		}
		.pcnone{display:block;}
		.spnone{display:none;}

header{
	width:100%;
	padding:0px;
	height:70px;
	/*border-bottom:solid 2px #ff1815;
	position: fixed;*/
	border-bottom:solid 5px #ff0000;
	z-index:10000;
	background-color:#fff;
	position:fixed;
}
header .main_box{
	width:90%;
	margin:0px auto;
	padding:0px 5%;
	height:70px;
	display:block;
position: relative;
}
header .main_box h1.logo a{
	margin:0 0px 0px 0px;
        height:6.4vw;
        width:69%;
	max-width:300px;
	display:block;
	text-indent:-9999px;
	background:url(../img/splogo.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:contain;
    	float:left;
	position: absolute;
  top: 50%;
  left:5%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}
header .main_box .home_bn a{
	display:none;

}




header .main_box .menu_btn a{
	margin:15px 0px;
        width:88px;
        height:34px;
	display:block;
	text-indent:-9999px;
	background:url(../img/spmenu_on.png);
	background-repeat:no-repeat;
        background-size:contain;
        float:right;
}
header .main_box .menu_btn.active a{
	margin:15px 0px;
        width:88px;
        height:34px;
	display:block;
	text-indent:-9999px;
	background:url(../img/spmenu_off.png);
	background-repeat:no-repeat;
        float:right;
        background-size:contain;
        }


header .main_box .telbox{
 display:none;

}
header .navbox {
    display:none;
}
#nav{
    display:none;

}
#li1, #li2, #li3, #li4    {
        display:    none;
}
header .main_box .rbox {
    display:none;
}
.header_navi{
        width:100%;
	margin:0px;
	top:75px;
position: fixed;
z-index:9999;
display:none;
}
.header_navi .k_box{
	padding:3% 3%;
	margin:0;
	width:100%;
	display:block;
	overflow:hidden;
	background-color:#000;
    border-bottom:solid 1px #666464;
	box-sizing: border-box;

}
.header_navi .k_box .search_box{
	padding:0 0 0 3%;
	width:77%;
	height:10vw;
	line-height:10vw;
	color:#000;
	font-size:14px;
	text-align:left;
	border:none;
	float:left;
}
.header_navi .k_box a{
	margin:0;
	width:20%;
	height:10vw;
	display:block;
	line-height:10vw;
	color:#fff;
	font-size:16px;
	text-align:center;
	float:left;
}
.header_navi .k_box img{
	width:20%;
	margin:0px 4px -4px 0;
}


.header_navi ul {
    width:100%;
    padding:0;
    list-style-type: none;

}

.header_navi ul li.last{
    width:100%;
    height:500px;
    background-color:#000;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;

}
.header_navi ul li a{
    width:90%;
    height:30px;
    margin:0 auto;
    padding:1% 5%;
    text-align: left;
    font-size:14px;
    line-height:30px;
    color:#fff;
    display:block;
    background-color:#000;
    border-bottom:solid 1px #666464;

}
.header_navi ul li a span{
    margin-right:10px;
    font-size:18px;
    color:#ff0000;
	font-weight:bold;
}

.header_navi ul li.sn a{
    width:90%;
    height:30px;
    margin:0 auto;
    padding:1% 5%;
    text-align: left;
    font-size:14px;
    line-height:30px;
    color:#fff;
    display:block;
	background:url(../img/sp_un.png);
	background-repeat:no-repeat;
        background-size:4%;
        background-position:right 5% center;	
    background-color:#000;
}
.header_navi ul li.sn a span{
    margin-right:10px;
    font-size:18px;
    color:#ff0000;
	font-weight:bold;
}


.header_navi ul li ul{
    width:100%;
    padding:0;
    list-style-type: none;
    background-color:#353535;
   clear:both;

}


.header_navi ul li ul li a{
    width:38%;
    height:30px;
    margin:0 auto;
    padding:1% 3% 1% 9%;
    text-align: left;
    font-size:16px;
    line-height:32px;
    color:#fff;
    display:block;
    border-bottom:solid 1px #666464;
	background:url(../img/sp_m.png);
	background-repeat:no-repeat;
        background-size:4%;
        background-position:left 10% center;
    background-color:#353535;

   float:left;
}
.header_navi ul li ul li.la{
    width:38%;
    height:30px;
    margin:0 auto;
    padding:1% 5% 1% 7%;
    text-align: left;
    font-size:14px;
    line-height:32px;
    border-bottom:solid 1px #666464;

    background-color:#353535;
    display:block;
   float:left;

}

.sc_mbox{
	width:100%;
        position: fixed;
        bottom:5%;
	z-index:1000;

}
.sc_mbox .sc_box{
	width:90%;
	margin:0px auto;
	padding:0% 5%;
	max-width:1000px;
	

}
.sc_mbox .sc_box .rtop a{
    width:39px;
    height:39px;
    background:url(../img/rtop_bn.gif);
    background-repeat:no-repeat;
    background-size:100% 100%;
    display:block;
    text-indent:-9999px;
    float:right;
}

.navi_box{
	width:100%;
	margin:0;
	padding:0px;
	background-color:#000;
}
.navi_box .lbox a{
	width:50%;
	margin:0;
	padding-top:10%;
	float:left;
	text-indent:-9999px;
	background:url(../img/sf_rnavi.jpg);
	background-repeat:no-repeat;
	background-position:center right;
	background-size:cover;
	background-color:#000;
}
.navi_box .lbox a:hover{
	width:50%;
	margin:0;
	padding-top:10%;
	float:left;
	text-indent:-9999px;
	background:url(../img/sf_rnavi_on.jpg);
	background-repeat:no-repeat;
	background-position:center right;
	background-size:cover;
	background-color:#000;
}
.navi_box .rbox a{
	width:50%;
	margin:0;
	padding-top:10%;
	float:left;
	text-indent:-9999px;
	background:url(../img/sf_mnavi.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	background-size:cover;
	background-color:#000;
}
.navi_box .rbox a:hover{
	width:50%;
	margin:0;
	padding-top:10%;
	float:left;
	text-indent:-9999px;
	background:url(../img/sf_mnavi_on.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	background-size:cover;
	background-color:#000;
}
#li1, #li2, #li3    {
        display:    none;
}

.pk_box{
	display:none;

	/*margin:70px 0 0 0;
        width:100%;
        height:6vw;
	display:block;
	background-color:#f4f4f4;*/
}

.main{
	margin:75px auto 0 auto;
	width:100%;
	overflow:hidden;
}

.main .lbox{
	display:none;
	/*margin:0 auto;
	width:90%;
	overflow:hidden;
	float:left;*/
}
.main .rbox{
	margin:0 auto 0 auto;
	width:100%;
	overflow:hidden;
}
.main .lbox .k_box{
	display:none;
	/*margin:0;
	width:100%;
	height:6vw;
	display:block;
	overflow:hidden;
	border:solid 1px #231815;*/
}


.main .rbox .k_box{
	padding:3% 3%;
	margin:0;
	width:100%;
	display:block;
	overflow:hidden;
	background-color:#000;
	box-sizing: border-box;

}
.main .rbox .k_box .search_box{
	padding:0 0 0 3%;
	width:77%;
	height:10vw;
	line-height:10vw;
	color:#000;
	font-size:14px;
	text-align:left;
	border:none;
	float:left;
}
.main .rbox .k_box a{
	margin:0;
	width:20%;
	height:10vw;
	display:block;
	line-height:10vw;
	color:#fff;
	font-size:16px;
	text-align:center;
	float:left;
}
.main .rbox .k_box img{
	width:20%;
	margin:0px 4px -4px 0;
}

footer{
	width:100%;
	height:48vw;
	margin:0px;
        color:#fff;
    background-color:#000;
	border-bottom:solid 10px #ff0000;

}
footer .footer_navi{
        display:none;
}
footer .footer_box{
	width:90%;
	margin:0 auto;
	overflow:hidden;
}
footer .footer_box .navi_box{
        display:none;

}

footer .footer_box .footer_title .logo a{
	width:50%;
	height:15vw;
	margin:12vw auto 0px auto;
	background:url(../img/fotter_tlogo.svg);
	background-repeat:no-repeat;
 	background-position:center;
 	background-size:contain;
	display:block;
	text-indent:-9999px;

}

footer .footer_box .copy{
	margin:4% auto 0px auto;
	width:100%;
	height:2.5vw;
	font-weight:normal;
	font-size:1.4vw;
	text-align:center;

}


/*  */
.mb2{    margin-bottom: 2px;}
.mb5{    margin-bottom: 5px;}
.mb10{    margin-bottom: 10px;}
.mb14{    margin-bottom: 14px;}
.mb20{    margin-bottom: 10px;}
.mb30{    margin-bottom: 15px;}
.mb50{    margin-bottom: 25px;}
.mb60{    margin-bottom: 30px;}
.mb70{    margin-bottom: 70px;}
.mb100{    margin-bottom:100px;}

.ml5{    margin-left: 5px;}
.ml10{    margin-left: 10px;}
.ml15{   margin-right: 15px;}
.ml20{    margin-left: 20px;}
.ml60{    margin-left: 60px;}
.mr80{    margin-right: 80px;}
.ml150{    margin-left: 150px;}
.inl5{	text-indent:5em;}
.pc { display:none; }
.sp { display: block; }
}

/*#######################################################################################*/




.clear{
	clear:both;
}
.list60{
width:60px;
padding:3px 2px;
}
.list130{
width:130px;
padding:3px 2px;
}
.list250{
width:270px;
padding:3px 2px;
}

.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}


		.swiper-container{
			max-width: 100%;
			text-align: center;
			z-index:10;
		}
		.swiper-container .swiper-slide img{
			max-width: 100%;
			height: auto;
			z-index:10;

		}
		.prettyprint{
			border: none;
			background: #fafafa;
			color: #697d86;
		}


/*#######################################################################################*/
/*#######################################################################################*/
/*#######################################################################################*/
/*#######################################################################################*/

.modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: 0;
line-height: 1.3;
display: none\9;
}
.modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.is-active.modal-window {
display: block\9;
}
.modal-window:target {
display: block\9;
}
.modal-window .modal-inner {
position: absolute;
top: 50px;
left: 50%;
z-index: 20;
margin-left: -325px;
width: 800px;
text-align:center;
overflow-x: hidden;
border-radius: 2px;
background: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
.modal-window .modal-inner p {
padding: 50px 50px;
}
.modal-window .modal-close {
display: block;
text-indent: -100px;
overflow: hidden;
}
.modal-window .modal-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==");
}
.modal-window .modal-close:after {
content: '\00d7';
position: absolute;
top: 50px;
left: 50%;
z-index: 20;
margin-left: 380px;
background: #999;
border-radius: 2px;
padding: 2px 8px;
font-size: 3em;
text-decoration: none;
text-indent: 0;
}
.modal-window {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}

