/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    .menubutton{ font-size:0.8em;}
    }


body{
    margin:0;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

header{
    position: fixed; 
    margin:0;
    background-color:#00A5E3;
    width: 100%;
}

header a {
    text-decoration:none;
    color:#000;
 }

header a:visited{
    color:#000;
}

footer{
    max-width: 100%;
    padding:50px 0;
    background-color: #fff;
    color:rgb(60, 66, 143);
    font-size:0.8em;
}


.logo{
    text-align: center;
    padding-bottom: 100px;

}


#menu {
    padding:10px;
    margin:0 auto;
    max-width:1100px;
    height: 25px;
}

#menu div{
    color: #ffffff;

}

.title{
    font-weight:bold;
    padding:0 15px;
}

.subtitle{
    font-size:0.8em;
}


.menubutton{
    text-align: center;
    min-width: 0%;
    max-width: 35%;
    min-height: 14px;
    max-height: 25px;
    font-weight: bold;
    padding:0 15px;
    font-size:0.8em;
}

.float{
    float:left;
}


main {
    padding:35px 0 0 0;
    overflow: hidden;
    background-color: #00A5E3;
    margin:0 auto;
}

section {
    max-width: 1000px;
    margin:0 auto;
    text-align: center;
}

section h1{
}

.h1white{
    color: #ffffff;
    font-size: 2em;
}

.h2white{
    color: #ffffff;
    font-size: 1.5em;
}

#sec1{

}


#sec2{
    margin-top:80px;
}

#sec3{
    margin:80px auto;
    text-align: center;
}



.content-img {
    margin:0 auto 20px auto;
    line-height:0;
    text-align: center;
    clear: both;
}

.content-img img{
    max-width:100%;
}


#contact{
    background-color:#EAEBEB;
    color:#000;
    padding-top:50px;
    padding-bottom:50px;
}



.p_policy{
    width: 70%;
    margin: 0 auto;
}

.p_policy_text{
    font-size:0.8em;
    text-align: left;
}


.midashi{
    font-weight: bold;
}



.bunner{
    text-align: center;
    width: 700px;
    margin: 10px auto;
}



  .buy {
    margin:10px auto 20px auto;
    font-weight: bold;
    columns: black;
  }

  .twi {
    max-width: 300px;
    height: 50px;
    margin: 20px auto;
    text-align: center;
  }
