.list-wholesale {
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    width: 95%;
}

.list-wholesale p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000000;
    border: #000000 solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    font-weight: 400;
}

.contents-gray {
    width: 100%;
    background: #f9f9f9;
}

.contents-white {
    width: 100%;
    background: white;
}

.sub_title {
    margin: 0px auto;
    display: block;
    position: relative;
    z-index: 0;
}

.list-benefits {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px auto;
    width: 93%;
    max-width: 750px;
}

.list-benefits p {
        border: 1px solid black;
        border-radius: 50%;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
}

.sub_title:before {
    content: "";
    position: absolute;
    background: #ffcece;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    top: 55%;
    left: -24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.list-conditions {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px auto;
    width: 93%;
    max-width: 750px;
}

.border {
    border: 1px solid #e9e6e6;
    background: white;
}

.arrow_u {
    position: relative;
    display: block;
    width: 93%;
    max-width: 800px;
    height: 0px;
    border-width: 0px;
    border-top: 5px solid black;
    margin-top: 30px;
}

.arrow_u:before {
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-bottom: solid 7px #000000;
    border-right: solid 7px #000000;
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    left: 50%;
    bottom: 0;
    margin: auto;
}

.examination_attention {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px auto;
    width: 93%;
    max-width: 750px;
}

.examination_attention p {
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.process_name {
    width: 90%;
    display: block;
    margin: 0px auto;
    max-width: 900px;
    text-align: left;
}

.process_name p {
    position: relative;
    display: inline-block;
    margin: 0px 0.6em 1.8em 0.6em;
    padding: 1.4em 0.6em 1.4em 1.6em;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    background-color: #777777;
    width: 230px;
    text-align: center;
}

.process_name p:before {
    position: absolute;
    top: 0;
    right: -1em;
    content: '';
    border-width: 1.9em 1em 1.9em 0;
    border-style: solid;
    border-color: transparent #777777 transparent transparent;
    transform: rotate(180deg);
}

.confirmation_data a {
    color: #000ba7;
    text-decoration: underline;
}

.list_guide {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px auto;
    width: 90%;
}

.list_guide li {
box-sizing: border-box;
display: inline-block;
}

li.last:before {
  display: none;
}

.list_guide p {
background: white;
text-align: left;
}

.list_guide span {
display: block;
text-align: left;
border-top: solid black 1px;
}

.pay_1 {
text-align: center;
display: block;
margin: 0px auto;
}

.pay_list {
padding: 0;
margin: 0px auto;
display: flex;
flex-wrap: wrap;
}

.pay_list li{
position: relative;
}

.pay_list p{
    border: 1px solid black;
}

li.pay_wait p{background: #c7000a;color: white;border: none;padding: 10px 5px;}

.pay_promise{
text-align: center;
display: block;
margin: 0px auto;
}

   .pay_time{
    text-align: center;
    width: fit-content;
    margin: 0px auto;
    display: block;
    border-bottom: 1px solid #ababab;
    }

   .credit{
    padding: 0;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    }

   .credit li{
    box-sizing: border-box;
    display: inline-block;
    }

   .credit img{
    display: block;
    margin: 0px auto;
    }

   .credit_caption{
    display: block;
    margin: 0px auto;
    }

   .bank{
    padding: 0;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    }

   .bank li{
        box-sizing: border-box;
        display: inline-block;
    }

   .bank div{
    }

   .bank div p{
         text-align: center;
    }

   .bank div span{
        display: block;
        text-align: left;
    }

   .bank_attention{
        display: block;
        margin: 0px auto;
        text-align: left;
    }

   .bank_attention b{
        color: red;
    }

   .bank_attention span{
        display: block;
    }

   .delivery_list {
        padding: 0;
        margin: 0px auto;
        display: flex;
        flex-wrap: wrap;
    }

   .delivery_list li{
        position: relative;
    }

   .delivery_list p{
        border: 1px solid black;
    }

   .delivery {
        width: 80%;
        background: white;
        border: 1px solid #b7b7b7;
    }

   .slip {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0px auto;
    }

   .slip li{
        box-sizing: border-box;
    }

   .slip a{
        display: block;
        margin: 0px auto;
    }

   .slip p{
        display: block;
        border: 1px solid black;
    }

   .slip p:hover{
    }



@media screen and (max-width: 767px) {
    .list-wholesale {
        margin-bottom: 30px;
        max-width: 460px;
    }

    .list-wholesale li {
        width: 50%;
        margin-bottom: 15px;
    }

    .list-wholesale p {
        font-size: 12px;
        height: 40px;
        transition: 0.5s;
        width: 90%;
    }

    .contents-gray {
        padding: 30px 0px 20px;
    }

    .contents-white {
        padding: 30px 0px 20px;
    }

    .sub_title {
        width: 85%;
        text-align: left;
        font-size: 17px;
        margin-bottom: 20px;
    }

    .sub_title:before {
        width: 30px;
        height: 30px;
        left: -20px;
    }

    .list-benefits {
        width: 93%;
        max-width: 350px;
    }

    .list-benefits li {
        width: 50%;
        margin-bottom: 20px;
    }

    .list-benefits p {
        height: 150px;
        width: 150px;
        font-size: 15px;
        margin: 0px auto;
    }

    .list-conditions {
    width: 93%;
    max-width: 500px;
    }

    .list-conditions li{
        width: 50%;
    }

    .list-conditions img{
        width: 260px;
    }

    .list-conditions p {
        font-size: 18px;
    }

    .border {
        margin: 0px 10px 20px;
        padding: 20px 10px 40px;
    }

    .arrow_u {
        width: 93%;
        max-width: 500px;
        border-top: 5px solid black;
        margin-top: 10px;
    }

    .examination {
        font-size: 16px;
        text-align: center;
        width: 80%;
        margin: 20px auto 0px;
        line-height: 1.5;
    }

    .examination_attention {
        margin-top: 50px;
        max-width: 400px;
        width: 80%;
    }

    .examination_attention li {
        width: 100%;
    }

    .examination_attention p {
        height: 80px;
        font-size: 15px;
        margin: 0px 0px 15px 0px;
    }

    .attention_word {
        font-size: 20px;
        font-weight: 900;
        line-height: 1.4;
    }

    .attention_word span {
        display: block;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.7;
        width: 90%;
        max-width: 300px;
        margin: 10px auto 0px;
    }

    .process_name {
        width: 100%;
        display: block;
        margin: 0px auto;
        text-align: center;
    }

    .process_name p {
        position: relative;
        display: inline-block;
        margin: 0px 0.6em 2.2em 0.6em;
        padding: 1.4em 0em 1.4em 0em;
        line-height: 0.7;
        color: #ffffff;
        text-decoration: none;
        background-color: #777777;
        width: 80%;
        text-align: center;
        font-size: 15px;
    }

    .process_name p:before {
        position: absolute;
        bottom: 0px;
        right: 45%;
        content: '';
        border-width: 3.6em 2em 3.6em 0px;
        border-style: solid;
        border-color: transparent #777777 transparent transparent;
        transform: rotate(270deg);
    }

    .procedure_list {
        display: block;
        margin: 20px auto 0px;
        width: 75%;
        text-align: left;
        padding: 25px 18px;
        border: 1px solid black;
        max-width: 380px;
    }

    .procedure_list p {
        font-size: 17px;
        margin: 5px 0px;
        font-weight: 800;
    }

    .procedure_list span {
        display: block;
        font-size: 14px;
        line-height: 2;
        margin: 0px 0px 0px 5px;
    }

    .confirmation_data {
        margin-top: 30px;
    }

    .confirmation_data p {
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
        width: 80%;
        display: block;
        margin: 10px auto 0px;
        max-width: 450px;
    }

    img.click {
        max-width: 30px;
        margin: 15px auto;
        display: block;
    }

    .only_pc {
        display: none !important;
    }


    .addition_url {
        line-height: 2 !important;
        padding: 20px 10px 10px 0px;
        font-size: 15px !important;
        text-decoration: underline;
        font-weight: 800;
    }


.list_guide {
        max-width: 500px;
        width: 80%;
    }

.list_guide li {
        width: 100%;
        margin-bottom: 60px;
        position: relative;
        display: inline-block;
    }

.list_guide li:before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-bottom: solid 4px #333;
        border-right: solid 4px #333;
        transform: rotate(45deg);
        position: absolute;
        left: 50%;
        bottom: -35px;
        margin: auto;
    }

.list_guide p {
        padding: 25px 20px;
        font-size: 14px;
    }

.list_guide span {
        margin-top: 10px;
        font-size: 12px;
        padding: 10px 20px;
        line-height: 1.7;
    }

    .pay_1 {
        font-size: 13px;
        line-height: 1.6;
        margin: 20px 0px;
        padding: 0px 10px;
    }

    .pay_list {
    width: 90%;
    margin-top: 10px;
    max-width: 250px;
    }

    .pay_list li{
        width: 100%;
        margin: 0px 0px 15px 0px;
    }

    .pay_list li:before {
        content: '';
        width: 5px;
        height: 5px;
        border: 0;
        border-bottom: solid 1px #333;
        border-right: solid 1px #333;
        transform: rotate(45deg);
        position: absolute;
        left: 48%;
        bottom: 11px;
        margin: auto;
    }

    li.pay_wait:before {
        width: fit-content;
        height: 0;
        border: 0;
        border-bottom: none;
        border-right: none;
        transform: none;
        position: absolute;
        left: 43%;
        bottom: 39px;
        font-size: 18px;
        color: white;
    }

    .pay_list p{
        font-size: 12px;
        margin: 0px 10px;
        padding: 8px 5px 19px;
        border-radius: 30px;
    }

   .pay_promise{
        font-size: 14px;
        margin-top: 20px;
        color: red;
        font-weight: 400;
    }

   .pay_time{
        font-size: 17px;
        padding: 50px 0px 5px 0px;
    }

   .credit{
        width: 95%;
        max-width: 500px;
        margin-top: 25px;
    }

   .credit li{
        width: 20%;
    }

   .credit img{
        width: 80%;
    }

   .credit_caption{
        font-size: 14px;
        margin-top: 20px;
        width: 80%;
        line-height: 1.8;
        text-align: left;
        max-width: 500px;
    }

   .bank{
        margin-top: 5px;
        max-width: 350px;
    }

   .bank li{
        width: 100%;
        margin-top: 14px;
    }

   .bank div{
        margin: 0px 20px;
        padding: 20px 10px;
    }

   .bank div p{
        font-size: 17px;
        margin-bottom: 20px;
    }

   .bank div span{
        margin: 0px 10px 10px;
        font-size: 15px;
        line-height: 1.5;
    }

   .bank_attention{
        font-size: 13px;
        width: 80%;
        max-width: 350px;
        line-height: 1.8;
        margin-top: 15px;
    }

   .bank_attention span{
        font-size: 13px;
        line-height: 1.5;
        margin: 10px 8px 0px 8px;
    }


.table-container {
    position: relative;
    width: 90%;
    overflow-x: auto;
    white-space: nowrap;
    margin: 10px auto 0px;
}

table {
    width: 450px;
    border-collapse: collapse;
    margin: 0px auto;
}

th, td {
    padding: 15px 0px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 13px;
}

th {
  background-color: #ccc;
  padding: 15px 0px;
  text-align: center;
  font-size: 13px;
  width: 50%;
}

.scroll-indicator {
    position: absolute;
    left: 50%;
    top: 50%;
    pointer-events: none;
    opacity: 0.7;
    transition: opacity 0.3s ,visibility 0.3s;
}

.scroll-indicator.is-scroll {
    visibility: hidden;
    opacity: 0;
}

.scroll-indicator-inr {
    font-size: 12px;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 15px 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: fadeBlink 2s infinite ease-in-out;
}

.scroll-indicator-inr img {
    width: 50px;
}

@keyframes fadeBlink {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
   }

    .delivery_list {
    width: 80%;
    margin-top: 20px;
    max-width: 280px;
    }

    .delivery_list li{
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .delivery_list li:before {
        content: '';
        width: 5px;
        height: 5px;
        border: 0;
        border-bottom: solid 1px #333;
        border-right: solid 1px #333;
        transform: rotate(45deg);
        position: absolute;
        left: 50%;
        bottom: 10px;
        margin: auto;
    }

    .delivery_list p{
        font-size: 13px;
        margin: 0px 15px;
        padding: 10px 5px 17px;
        border-radius: 60px;
    }

   .delivery {
        margin: 20px auto 0px;
        padding: 20px 10px;
        width: 70%;
        max-width: 450px;
    }

   .delivery_title {
        font-size: 15px;
        margin-bottom: 0px;
    }

   .about_shipping {
        display: block;
        margin-top: 10px;
        text-align: center;
        font-size: 12px;
        line-height: 1.6;
    }

   .delivery_caption{
        font-size: 12px;
        line-height: 1.8;
        margin: 10px auto 0px;
        text-align: left;
    }

   .delivery_free{
        font-size: 12px;
        text-align: center;
        line-height: 1.7;
        margin: 20px auto -5px;
        text-decoration: underline;
    }

   .delivery_pt{
        font-size: 14px;
        text-align: center;
        margin: 30px auto -20px;
        letter-spacing: 7px;
        line-height: 1.8;
    }

   .tablept_1 th {
        width: 33.333%;
    }

   .slip {
        width: 100%;
        margin: 20px auto 10px;
        max-width: 360px;
    }

   .slip li{
        width: 100%;
        margin-bottom: 15px;
    }

   .slip a{
        display: block;
        margin: 0px auto;
        font-size: 12px;
    }

   .slip p{
        margin: 0px 5px;
        padding: 5px 0px;
    }

   .slip p:hover{
    }

   .return_caption{
        padding: 0px 20px;
        font-size: 12px;
        line-height: 1.8;
    }

   .return_caption little{
        display: block;
        font-size: 12px;
        margin: 0px 0px 10px;
        color: red;
    }

    .entry {
        background: #a30000;
        color: #fff;
        width: 70%;
        font-size: 13px;
        padding: 15px 5px;
        display: block;
        margin: 0px auto;
        max-width: 400px;
        border-radius: 40px;
    }

    .return_conditions {
        display: block;
        margin: 30px auto 10px;
        padding: 0px 10px;
    }

    .return_conditions p{
        display: block;
        margin: 0px auto 13px;
        font-size: 15px;
        width: 90%;
        text-align: center;
    }

    .return_conditions span{
        display: block;
        margin: 0px auto 8px;
        font-size: 12px;
        text-align: center;
    }

    .customer p{
        font-size: 15px;
        padding: 0.05em 0.5em 0.2em;
        background: transparent;
        border-left: solid 2px #38a75f;
        width: 80%;
        max-width: 470px;
        text-align: left;
        display: block;
        margin: 30px auto 0px;
    }

    .customer span{
        display: block;
        margin: 6px auto 0px;
        font-size: 12px;
        width: 80%;
        max-width: 460px;
        text-align: left;
    }

}

@media screen and (min-width: 768px) {

    .list-wholesale {
        margin-bottom: 60px;
        max-width: 1000px;
    }

    .list-wholesale li {
        width: 33.3%;
        margin-bottom: 20px;
    }

    .list-wholesale p {
        font-size: 18px;
        height: 80px;
        transition: 0.5s;
    }

    .contents-gray{
        padding: 60px 0px;
        font-weight: 400;
    }

    .contents-white{
        padding: 60px 0px;
        font-weight: 400;
    }

    .sub_title {
        width: 90%;
        text-align: left;
        font-size: 30px;
        margin-bottom: 30px;
        max-width: 900px;
    }

    .list-benefits li {
        width: 33.3%;
        margin-bottom: 60px;
    }

    .list-benefits p {
        height: 200px;
        width: 200px;
        font-size: 17px;
    }

    .list-conditions li{
        width: 50%;
    }

    .list-conditions img{
        width: 260px;
    }

    .list-conditions p{
        font-size: 25px;
    }

    .border {
        margin: 0px 10px 20px;
        padding: 20px 10px 40px;
    }

    .examination{
        margin-top: 40px;
        font-size: 26px;
        letter-spacing: 4px;
    }

    .examination_attention {
        margin-top: 80px;
        max-width: 750px;
}

    .examination_attention li{
        width: 50%;
}

    .examination_attention p{
        height: 300px;
        font-size: 20px;
        margin: 0px 15px;
    }

    .attention_word{
        font-size: 40px;
        font-weight: 900;
        margin-top: 30px;
        line-height: 1.7;
    }

    .attention_word span{
        display: block;
        font-size: 18px;
        margin-top: 40px;
        font-weight: 500;
        line-height: 1.5;
    }

    .process_name {
    width: 90%;
    display: block;
    margin: 0px auto;
    max-width: 900px;
    text-align: left;
    }

    .process_name p {
    position: relative;
    display: inline-block;
    margin: 0px 0.6em 1.8em 0.6em;
    padding: 1.4em 0.6em 1.4em 1.6em;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    background-color: #777777;
    width: 230px;
    text-align: center;
    }

    .process_name p:before {
    position: absolute;
    top: 0;
    right: -1em;
    content: '';
    border-width: 1.9em 1em 1.9em 0;
    border-style: solid;
    border-color: transparent #777777 transparent transparent;
    transform: rotate(180deg);
    }

    .procedure_list {
        display: block;
        margin: 30px auto 0px;
        width: 95%;
        text-align: left;
        max-width: 600px;
        padding: 35px 20px;
        border: 1px solid black;
    }

    .procedure_list p {
        font-size: 25px;
        margin: 10px 0px 5px 0px;
        font-weight: 800;
}

    .procedure_list span {
        display: block;
        font-size: 20px;
        line-height: 2.5;
        margin: 0px 0px 0px 5px;
    }

    .confirmation_data {
        margin-top: 60px;
    }

    .confirmation_data p {
        font-size: 25px;
        margin-top: 20px;
        line-height: 1.8;
    }

    img.login{
        max-width: 700px;
    }

    img.click {
        max-width: 50px;
        margin-top: 5px;
    }

    .only_sp {
        display: none !important;
    }

.addition_url {
        line-height: 1.8 !important;
        margin: 10px 0px 0px 0px !important;
        padding: 20px 10px;
        font-size: 23px !important;
        text-decoration: underline;
        font-weight: 800;
    }

    .list_guide {
    max-width: 900px;
    }

    .list_guide li {
        width: 100%;
        margin-bottom: 100px;
        position: relative;
        display: inline-block;
    }

    .list_guide li:before {
        content: '';
        width: 16px;
        height: 16px;
        border: 0;
        border-bottom: solid 7px #333;
        border-right: solid 7px #333;
        transform: rotate(45deg);
        position: absolute;
        left: 50%;
        bottom: -50px;
        margin: auto;
    }

    .list_guide p {
        padding: 40px 20px;
        font-size: 23px;
    }

    .list_guide span {
        margin-top: 20px;
        font-size: 18px;
        padding: 20px 60px 0px;
        line-height: 2.3;
    }

    .pay_1 {
        font-size: 18px;
        line-height: 1.4;
        margin: 40px 0px 30px 0px;
    }

    .pay_list {
    width: 90%;
    margin-top: 20px;
    max-width: 900px;
    }

    .pay_list li{
        width: 33.333%;
        margin: 0px 0px 25px 0px;
    }

    .pay_list li:before {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-bottom: solid 1px #333;
        border-right: solid 1px #333;
        transform: rotate(45deg);
        position: absolute;
        left: 49%;
        bottom: 15px;
        margin: auto;
    }

    li.pay_wait:before {
        content: '';
        width: fit-content;
        height: 0;
        border: 0;
        border-bottom: none;
        border-right: none;
        transform: none;
        position: absolute;
        left: 43%;
        bottom: 39px;
        font-size: 18px;
        color: white;
    }

    .pay_list p{
        font-size: 15px;
        margin: 0px 15px;
        padding: 10px 5px 25px;
    }

   .pay_promise{
        font-size: 23px;
        margin-top: 30px;
        color: red;
        font-weight: 900;
    }

   .pay_time{
        font-size: 18px;
        padding: 80px 0px 5px 0px;
        margin-bottom: 15px;
    }

   .credit{
        max-width: 800px;
        width: 95%;
        margin-top: 50px;
    }

   .credit li{
        width: 20%;
    }

   .credit img{
        width: 80%;
    }

   .credit_caption{
        font-size: 16px;
        margin-top: 30px;
        width: 80%;
        line-height: 1.8;
    }

   .bank{
    }

   .bank li{
    }

   .bank div{
        margin: 0px 20px;
        padding: 50px 20px;
    }

   .bank div p{
    }

   .bank div span{
    }

   .bank_attention{
        font-size: 16px;
        margin-top: 10px;
        width: 80%;
        line-height: 2;
        max-width: 800px;
    }

   .bank_attention span{
        font-size: 16px;
        line-height: 2;
    }


   .table-container {
    position: relative;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    margin: 30px auto 0px;
    max-width: 800px;
    }

   table {
    width: 800px;
    border-collapse: collapse;
    margin: 0px auto;
    }

   th, td {
        padding: 15px 0px;
        border: 1px solid #ddd;
        text-align: left;
        text-align: center;
        font-size: 16px;
    }

   th {
        background-color: #ccc;
        padding: 20px 0px;
        text-align: center;
        font-size: 17px;
        width: 50%;
    }

   .scroll-indicator {
        display: none;
    }

    .delivery_list {
    width: 90%;
    margin-top: 20px;
    max-width: 900px;
    }

    .delivery_list li{
        width: 50%;
        margin: 0px 0px 25px 0px;
    }

    .delivery_list li:before {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-bottom: solid 1px #333;
        border-right: solid 1px #333;
        transform: rotate(45deg);
        position: absolute;
        left: 50%;
        bottom: 15px;
        margin: auto;
    }

    .delivery_list p{
        font-size: 17px;
        margin: 0px 15px;
        padding: 10px 5px 25px;
    }

   .delivery {
        margin: 40px auto 0px;
        padding: 20px 0px 40px;
        max-width: 900px;
    }

   .delivery_title {
        font-size: 22px;
        margin-bottom: 0px;
        line-height: 2;
    }

   .about_shipping {
        display: block;
        margin-top: 15px;
        text-align: center;
        font-size: 16px;
    }

   .delivery_caption{
        font-size: 16px;
        width: 85%;
        line-height: 1.7;
        margin: 0px auto;
        text-align: left;
    }

   .delivery_free{
        font-size: 15px;
        text-align: center;
        line-height: 1.7;
        margin: 30px auto -10px;
        padding: 0px 50px;
        width: 470px;
    }

   .delivery_pt{
        font-size: 20px;
        text-align: center;
        margin: 50px auto -20px;
        line-height: 1.8;
    }

   .tablept_1 th {
        width: 33.333%;
    }

   .slip {
        width: 80%;
        margin: 20px auto 0px;
    }

   .slip li{
        width: 50%;
    }

   .slip a{
        display: block;
        margin: 0px auto;
        font-size: 14px;
    }

   .slip p{
        margin: 0px 10px;
        padding: 10px 0px;
    }

   .slip p:hover{
    }

   .return_caption{
        padding: 20px 80px 0px;
        font-size: 20px;
        line-height: 1.8;
        letter-spacing: 1px;
        max-width: 900px;
        margin: 0px auto;
    }

   .return_caption little{
        display: block;
        font-size: 18px;
        margin: 5px 0px 10px;
        color: red;
    }

    .entry {
        background: #a30000;
        color: #fff;
        width: 90%;
        font-size: 16px;
        padding: 20px 20px;
        display: block;
        margin: 0px auto;
        max-width: 660px;
    }

    .return_conditions {
        display: block;
        margin: 30px auto;
        padding: 0px 80px;
    }

    .return_conditions p{
        display: block;
        margin: 0px auto 20px;
        font-size: 20px;
        width: 95%;
        max-width: 700px;
        text-align: left;
    }

    .return_conditions span{
        display: block;
        margin: 0px auto 12px;
        font-size: 16px;
        width: 95%;
        max-width: 700px;
        text-align: left;
    }

    .customer p{
        font-size: 20px;
        padding: 0.05em 0.5em;
        background: transparent;
        border-left: solid 3px #38a75f;
        width: 90%;
        text-align: left;
        display: block;
        margin: 30px auto 0px;
        max-width: 900px;
    }

    .customer span{
        display: block;
        margin: 15px auto 0px;
        font-size: 18px;
        width: 90%;
        text-align: left;
        max-width: 880px;
    }
}
