@charset "utf-8";

#main-area p{
    text-align: center;
}

#main-area img{
    width: 100%;
}

.page-link{
    display: flex;
}

.page-link li{
    width: 33.3%;
    height: 4em;
    border: 1px solid #8b8b8b;
    text-align: center;
    line-height: 4em;
    background-image: url("../img/arrow-bottom.png");
    background-position: 95%;
    background-repeat: no-repeat;
}

.page-link li a{
    display: block;
    width: 100%;
    text-decoration: none;
}
   
.page-link li a:link,
.page-link li a:visited{
    color: #333;
}

.title-text {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.6em;
    color: #d96b12;
    margin-top: 80px;
}

.title-text img{
    width: 50px!important;
    height: 50px;
    margin-right: 10px;
}

h2.title{
    font-size: 1.8em!important;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 50px;
}

h2.title span{
    font-weight: normal;
    font-size:  0.6em!important;
}

.note{
    color: #66361A;
}

.accordion{
    box-sizing: border-box;
    margin: 30px 0;
    padding: 20px 40px 20px 20px;
    border: 1px solid #8b8b8b;
    text-align: center;
    background-image: url("../img/maru-open.png");
    background-position: 98%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.active{
    background-image: url("../img/maru-minus.png"); 
}
    
.accordion h3{
    font-size: 1.4em!important;
    line-height: 1.5em;
}

.accordion .point{
    margin: 10px 0 0 0!important;
    font-size: 1.1em;
}

.accordion .point span{
    color: #d96b12;
    font-weight: bold;
}

.accordion-content{
    display: none;
}

.accordion-content .left{
    margin-top: 30px;
    width: 45%;
    float: left;
}

.accordion-content .left img{
    width: 100%;
}

.accordion-content .left p{
    text-align: left!important;
    font-size: 0.8em;
}

.accordion-content .right{
    margin-top: 30px;
    width: 50%;
    float: right;
}

.accordion-content .right table{
    width: 100%;
    margin-bottom: 20px; 
}

.accordion-content .right table th,
.accordion-content .right table td{
    border: 1px solid #ccc;
    text-align: center;
}

.accordion-content .right table th{
    padding: 5px 0;
    background-color: #F5F3C4;
    font-weight: bold;
}

.accordion-content .right table td{
    padding: 10px 0;
}

.accordion-content .right table td.point{
    color: #d96b12;
    font-size: 0.8em;
}

.accordion-content .right table td.point span{
    font-size: 1.8em;
    font-weight: bold;
}

.accordion-content .btn-close{
    border: 1px solid #666;
    width: 30%;
    height: 3em;
    line-height: 3em;
    margin: 30px auto;
    padding-right: 10px;
    background-image: url("../img/maru-close.png")!important;
    background-repeat: no-repeat;
    background-position: 97%;
    cursor: pointer;
}

.point-list .accordion h3{
    font-size: 1.4em!important;
}

.point-list .bgGrey{
    margin-top: 30px;
    padding: 10px 0;
}

.point-list .bgGrey strong{
    font-weight: bold;
}

.point-list .bgGrey h4{
    margin: 10px 0;
    font-size: 1.3em!important;
    text-align: center;
}

.point-list .bgGrey .price{
    color: #d96b12;
    font-weight: bold;
}

.point-list table th,
.point-list table td{
    padding: 5px 30px;
}

.point-list table th{
    font-weight: bold;
}

.point-list table td.point,
.flex-box .point{
    font-weight: bold;
    color: #d96b12;
}

sup{
    font-size: 0.6em;
    vertical-align: super;
}

.flex-box{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-bottom: 50px;
}

.flex-box div{
    width: 48%;
}

.flex-box div p{
    text-align: left!important;
}

.flex-box div p.bgGrey{
    text-align: center!important;

}

.btn-contact{
    margin: 50px auto; 
}

.bgGrey {
    margin-top: 100px;
}

.bgGrey img{
    width: 100%;
}

.bgGrey .title-text{
    line-height: 2.0em;
    font-size: 1.0em;
    margin-top: 20px;
}

.bgGrey .title-text img{
    width: 50px;
}

h2.title2{
    margin-top: 80px;
    line-height: 1.4em;
    color: #d96b12;
}

h2.title2 img{
    width: 50px!important;
    margin-right: 10px;
}

.prize{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 20px auto;
}

.prize li{
    width: 32%;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-align: center;
    background-color:#FFB90C;
    margin-right: 1%;
    white-space: nowrap;
}

.conditions{
    margin: 80px 0 30px; 
    border:  1px solid #ccc;
    border-radius: 0 0 5px 5px;
}

.conditions h3{
    color: #fff;
    font-size: 1.4em!important;
    background-color: #FFB90C;
    padding: 15px;
    text-align: center;
}

.conditions dl{
    margin: 20px 30px;
}

.conditions dt{
    font-weight: bold;
    text-align: center;
    width: 4em;
    color: #66361A;
    background-color: #FFB90C;
    margin-bottom: 1em;
}

.conditions dd{
    color: #66361A;
    margin: -2.5em 0 1em 5em
}

.target .left{
    width: 48%;
    float: left;
}

.target .right{
    width: 48%;
    float: right;
}

.target img{
    width: auto!important;
}

.target .left h3{
padding: 15px 0;
    color: #66361A;
    background-color: #F5F3C4;
    text-align: center;
    margin-bottom: 20px;
}

.target .right h3{
padding: 15px 0;
    color: #66361A;
    background-color: #efefef;
    text-align: center;
    margin-bottom: 20px;
}

.target .txtL{
    text-align: left!important;
}

.target .txtL span{
    text-decoration: underline;
}

.target .left .point-box{
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #d99966;
}

.target .right .point-box-wrapper{
margin-top: 6.3em;
}

.target .right .point-box{
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

.target .point-box .point{
    margin-top: 20px!important;
    font-size: 1.3em; 
    font-weight: bold;
}

.target .point-box .point span{
    font-size: 1.8em;
        color: #d96b12;

}

.btn-ghost{
    width: 80%;
    margin-bottom: 50px!important;
}

h3.tax{
    background-color: #FFB90C;
    margin: 80px 0 30px;
    padding: 10px;
    text-align: center;
}

.tax-box table{
    width: 100%;
    margin-top:  30px;
}

.tax-box table th,
.tax-box table td{
    padding: 10px 5px;
    border:  1px solid #ccc;
    vertical-align: middle;
}

.tax-box table th{
    width: 30%;
    font-size: 1.4em;
    text-align: center;
}

.tax-box table.toushi th{
    width: auto;
    background-color: #F5F3C4;
}

.tax-box table.toushi td{
    font-weight: bold;
    text-align: center;
    font-size: 1.4em;
}

.tax-box table.kotei{
    margin-bottom: 50px;
}

.tax-box table.kotei th{
    width: auto;
    background-color: #F5F3C4;
    font-size: 1em;
}

.tax-box table.kotei td{
    text-align: center;
    font-size: 1em;
}

@media screen and (max-width:420px){ /* 〜420px */

.page-link{
    display: block;
}
.page-link li{
    width: 100%;
}
    
.accordion{
    margin: 30px 0 20px;
}
    
.accordion-content .left,
    .accordion-content .right{
    width: 100%;
    float: none;
}
    
    .btn-close{
        margin-top: 10px!important;
    }
    
    .prize{
        display: block;
    }

    .prize li{
        width: 80%;
        margin: 10px auto;
    } 
    
    .target .left,
    .target .right{
        width:  100%;
        float: none;
        
    }
    
    .target .right .point-box-wrapper{
        margin-top: 0;
    }
    
    .point-list table th, .point-list table td{
        padding: 5px 10px;
    }
    
    .flex-box{
        display: block;
    }
    
        .flex-box div{
            width: 100%;
    }
.btn-contact{
    font-size: 0.9em;
}    
}