﻿body,p,li,ul,h1,h2,h3{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body,li{
    font-size:15px;
    list-style:none;
}
body{
    font-size:15px;
    list-style:none;
color:#3e3e3e;
}
p,div{color:#3e3e3e;}
/*-----a----------------*/
a {
    outline: none;
    text-decoration:none;
}
/*----------header----------------------*/

header{
    width:100%;

    margin:auto;
    text-align:center;
    background-color: #fff;
}
.header_bg{
    background-color: #273779;
    width:100%;
    height: 55px;
}
.midasi h1,.midasi p{
    position:absolute;
    top:1%;
    left:44%;
    z-index:-999;
}
header img{
    padding: 5px;
    height: 80%;
}
.header_01{
    height: 55px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #273779;
}


header .menu{
    display:none;
}

/*-----------footer---------------*/
footer{
    width:100%;
    /*height:191px;*/
    background-color:#273779;
    padding: 16px 0;
 clear: both;
}
footer .menu{margin:auto;padding-bottom: 30px;}
footer .menu ul{
 margin: 0 auto 25px auto;
 text-align:center;
}
footer .menu ul li{
    float: left;
    padding:0 10px;
    font-size: 10px;
    color:#fff;
    border-right:solid 1px #fff;
}
footer .menu ul li:nth-child(6){
    border:none;
}
footer .menu ul li a p{
    color:#fff;
}
/*-------------320----------------*/
@media only screen and (max-width:360px){
footer .menu ul li{
    font-size: 8px;
}
footer .menu ul li{
    padding:0 6px;
}
}
/*-------------------------------*/
/*-------------414----------------*/
@media only screen and (min-width:376px) and (max-width:736px){
footer .menu ul{
 width: 90%;
}
}
/*-------------------------------*/
/*-----------------------------*/
@media only screen and (min-width:376px) and (max-width:479px){
footer .menu ul{
 width: 90%;
}
}
/*-------------------------------*/
@media only screen and (min-width:480px) and (max-width:566px){
footer .menu ul{
 width: 77%;
}
}
/*--------------------------------*/
@media only screen and (min-width:568px) and (max-width:666px){
footer .menu ul{
 width: 65%;
}
}
/*--------------------------------*/
@media only screen and (min-width:667px) and (max-width:735px){
footer .menu ul{
 width: 55%;
}
}
/*-----------------------------------------------------*/
@media only screen and (min-width:736px) and (max-width:1000px){
footer .menu ul{
 width: 50%;
}
}
/*-------------------------------*/
/*------------cop-----------------*/
.cop p{
    text-align:center;
    color:#fff;
    padding-top: 10px;
}


/*botan-------------------------*/
.botan img{
    transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    width:100%;
}
 .botan{
 	position:fixed;
 	left: 76%;
 	width: 31%;
	z-index:2;
 }
@media screen and (min-width:470px){
 .botan{
 	position:fixed;
 	left: 85%;
 	width: 19%;
 	z-index:2;
 }
}


/*--------------nav-------------------*/
.drawer-nav img{
    width:90%;
    padding:20px 0 0px 0;
}

.drawer-nav{
    background-image:url(../img/bg02.png);
    background-repet:no-repeat;
    background-size:cover;
}

.drawer-nav p{
    color:#fff;
    text-align:left;
    padding:20px;
    border-bottom:solid #fff 1px;
    margin:0 15px;
}
