hedder .continer{
    width: 85%;
    margin: 0 auto;
}

main{
    margin: 30px;
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    cursor: pointer; 
}

.gyoukan{
    line-height:2rem;
}

h1,h2,h3,h4,h5{
    color:#446275;
}

span{
    color:#446275;
    font-weight: bold;
}

.footer_copy{
    padding: 3px 0;
    font-size: 1rem;
    color: #fff;
    background: #009944;
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.mode{
    background-color: #446275;
    padding: 3px;
    color: #fff;
    border-radius: 10px;
}

.purchase_btn {
    display: inline-block;
    padding: 15px 18px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 1;
    background: #1d2088;
    font-size: 1.4rem;
}

.stores{
    justify-content: center;
    align-items: center;
}

.text-left{
    margin-left: 10%;
    text-align: left;

}

.small{
    font-size: 50%;
}

/* faq */
.faq{
    background: #f5f1eb;
    border-radius: 20px;
    padding: 40px 35px;
    margin: 50px auto;
    width: 85%;
   }
    
.faq_cont{
    display: block;
    border-bottom: dashed 1px #a07d46;
    padding: 12px 0;
    position: relative;
    font-size: 18px;
    color: #2f1f05;
}
    
.faq_anser_click,
.faq_anser_close{
    display: block;
    padding: 0 100%;
    cursor: pointer;
    position: absolute;
    right: 0;
    text-decoration: none;
}
    
.faq_anser{
    display: none;
}
    
.ibl{
    display: inline-block;
    vertical-align: middle;
}

.qq::before {
    font-size: 20px;
    line-height: 1;
    content: 'Q.';
    color: #3285bf;
}

.aa::before {
    font-size: 20px;
    line-height: 1;
    content: 'A.';
    color: #3285bf;
