/* 
color
blue #324fba;
gray #f3f3f3;
black #262c37;

menu z-index: 100;
*/
*{
    padding: 0;
    margin: 0;
    font-size: 14px;
}

input[type="file"],
textarea,
select {
    outline: none;
}
a {outline : none;}
a img {outline : none;}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-family: "Arial","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    list-style: none;
    font-weight: normal;
    vertical-align: top;
    font-size: 14px;
}
.en{
    font-family: 'Georgia',sans-serif;
}
img{
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    width: 100%;
}
table{
  border-collapse:collapse;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
a{
    text-decoration: none;
}
  button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
form a{
    cursor: pointer;
}
  /* ----------------------------------------------- */
/* main */
main{}
/* menu */
#menuBtn{
    cursor: pointer;
    position: relative;
    z-index: 101;
}


#menuBtn ul li{
    width: 14px;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #000000;
    transition: 0.4s;
}
#menuBtn ul li:first-of-type,
#menuBtn ul li:last-of-type{
    width: 20px;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #000000;
}

.menubtn_li_01{
    border-bottom: 1px solid 000000 !important;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    right: 15px;
}
.menubtn_li_02{
    border-bottom: 1px solid #ffffff00 !important;
    transform: translateX(50px);
    position: absolute;
    top: 8px;
    right: 60px;
}
.menubtn_li_03{
    border-bottom: 1px solid 000000!important;
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    right: 20px;
}


#menu{
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    padding: 0;
    border-top: none;
    transition: 0.4s;
    background-color:#ffffff;
    
    overflow: auto;
    z-index: 100;
}
    .open{
        visibility: hidden;
        margin: 0 0 0 -1400px;
    }


.hiden{
    overflow: hidden;
}


/* footer */
footer section{
    padding: 40px 10%;
}
.info{
    border-top: 1px solid #2e2e2e;
    padding: 40px 0 20px 0;
    width: 400px;
    margin: 0 auto;
}

.info h3{
    padding: 0 0 20px 0;
    font-size:20px;
    color: #2e2e2e;
    font-weight: bold;
}
.info dl{
    padding: 0 0 10px 0;
}
.info dt{
    width: 80px;
    display: inline-block;
}
.info dd{
    display: inline-block;
}
address{
    text-align: center;
    padding: 20px 0;
    margin: 20px 0 0 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

/* top-back */
#top-back a{
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 12px;
    background-color:#324fba;
    color: #ffffff;
}
.cp{
    text-align: center;
    font-size: 14px;
    color: #353535;
    padding: 0 0 10px 0;
}
.logo {
    width: 100%;
    text-align: center;
}
.logo img{
    width: 320px !important;
}
.link{
    text-align: center;
    padding: 0 0 40px 0;
}
.link a{
    color: #999999;
}

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

.pccontents{
    display: inherit;
}
.mocontents{
    display: none;
}

/* ----------------------------------------------- */
@media screen and (max-width:1010px) {
}

@media screen and (max-width:768px) {
    .pccontents{
        display: none;
    }
    .mocontents{
        display: inherit;
    }

 


    /* header */

    .info{
        border-top: 1px solid #2e2e2e;
        padding: 40px 0 20px 0;
        width: 100%;
        margin: 0 auto;
    }

    .logo img{
        width: 100% !important;
    }
}