

.visual {
    margin: 0 auto;
    text-align: center;
}
.visual img {
    width: 100%;
}

.conditions p:nth-child(1) {
    background: #000;
    width: 30%;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    padding: 1% 3%;
    border-radius: 30px;
}

.conditions {
    background: #E6E6E6;
    margin: 5% 5% 0;
    padding: 7% 0 5%;
    text-align: center;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.03em;
}
.conditions div {
    position: absolute;
    width: 100%;
    top: -19%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}


section.overview {
    margin: 10% 0;
}

.period {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin:10% 0;
    letter-spacing: 0.02em;
}
.period p:nth-child(1) {
    font-size: 16px;
}
.period p span {
    font-size: 12px;
}

.wapper-point .c-btn01 {
    width: 80%;
    border-radius: 36px;
    font-size: 16px;
    padding: 3% 0;
}



.wapper-point .main_menu {
    background: #676767;
    color: #FFF;
    text-align: center;
    font-size: 16px;
}


.wapper-point .main_menu::before {
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
}

.wapper-point #menu .main_menu:hover, #menu .open {
    background-color: #676767;
    color: #FFF;
}


p.privilege {
    text-align: center;
    margin-top: 2%;
    font-size: 11px;
}
p.privilege a {
    color: #098CFF;
    text-decoration: underline;
}


ul.sub_menu li {
    padding: 0 10% 10%;
}


/*table*/
.point-detail tr {
    background: #FFF;
    text-align: center;
}

.point-detail table {
    width: 100%;
    margin: 0 auto;
    margin-top: 4%;
    font-size: 12px;
}

th:nth-child(2) {
    background: #854111;
    color: #FFF;
}
th:nth-child(3) {
    background: #9D9C97;
    color: #FFF;
}
th:nth-child(4) {
    background: #DEC571;
    color: #FFF;
}
th:nth-child(5) {
    background: #79C3A8;
    color: #FFF;
}

.point-detail tr {
    background: #FFF;
    text-align: center;
    border: 1px solid #EEE;
}
.point-detail td {
    border: 1px solid #EEE;
    height: 40px;
}
td.point6 {
    color: #e06e1d;
}
td.point6 span {
    font-size: 28px;
    margin-left: 1%;
    margin-right: 1%;
    font-weight: bold;
}
th {
    height: 30px;
}
/*table*/



.instance {
    margin-top: 10%;
}
.instance > p {
    text-align: center;
    margin-bottom: 2%;
}
.mainbox {
    display: table;
    margin: 0% 0% 3%;
    background: #FFF;
    padding: 2%;
    border-radius: 10px;
    color: #000;
}
.img-box {
    display: table-cell;
    width: 45%;
}
.txt-box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 2%;
}
.txt-box p:nth-child(1) {
    font-size: 10px;
}
p.item-number {
    font-size: 10px;
    margin-top: 2%;
    font-weight: normal;
}
.txt-box p:nth-child(1) {
    font-size: 10px;
    font-weight: normal;
}
p.price span {
    font-size: 10px;
}
p.price {
    font-size: 20px;
}
.arrow {
    text-align: center;
}
.dli-caret-down {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.64952em 0.375em;
    border-top-color: currentColor;
    border-bottom: 0;
  }
  .triangle-bottom {
    display: inline-block;
    border-style: solid;
    border-width: 24px 14px 0 14px;
    border-color: #e06e1d transparent transparent transparent;
  }

  section.shopping {
    padding: 0 5%;
}
section.shopping > p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #e06e1d;
    letter-spacing: 0.02em;
}
section.shopping > p:nth-child(2) {
    margin-bottom: 5%;
    font-size: 13px;
}
.contents {
    background: #F6E8DD;
    padding: 8% 5%;
    border-radius: 15px;
    margin-bottom: 10%;
}
.wapper-point .contents .c-btn01 {
    width: 90%;
    margin-top: 4%;
    padding: 1% 0;
}
.contents > p:nth-child(1) {
    font-weight: bold;
    text-align: center;
    margin-bottom: 1%;
    font-size: 16px;
}
.contents > p:nth-child(2) {
    font-size: 13px;
    letter-spacing: 0.02em;
    width: 92%;
    margin: 1% auto 3%;
}

section.other {
    margin-bottom: 10%;
}
section.other > p {
    padding: 10px 15px;
}

/*PC版*/


@media screen and (min-width: 768px) {
    .wapper-point {
        padding: 0 25%;
    }
    .wapper-point .c-btn01 {
        border-radius: 50px;
    }

    .c-btn01::after {
        right: 30px;
    }
    .img-box {
        width: 50%;
    }
    .txt-box p:nth-child(1) {
        font-size: 20px;
    }
    p.item-number {
        font-size: 20px;
    }
    p.price {
        font-size: 40px;
    }
    .mainbox {
        padding: 7%;
    }
    .period {
        margin: 5% 0;
    }

}



