/*　サポート　*/
/*-------------------------------------*/

.section-title{
    background: #f3f3f5;
    font-size: 24px;
    padding: 0.5em 1em;
    margin-bottom: 1.5em;
   font-family: "Noto Serif JP", serif;
}
.section{
    margin-bottom: 4em;
}
.article{
    padding-bottom: 100px;
}

/*　ご利用ガイド　*/
.guide .step-list{
    display: flex;
    list-style: none;
    text-align: center;
    gap: 2em;
    justify-content: space-between;
    margin-bottom: 3em;
    padding: 0 1em;
}
.guide .step-list li {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
}
.guide .step-num { margin: 0 0 5px; }
.guide .step-txt { 
    margin: 0 0 1em;
    line-height: 1.5; 
}
.guide .step-list img { height: auto; display: block; margin: 0 auto; }

.guide .step-list .ship {
  border-left: 1px solid #4d4d4d;
}
.guide-section{
    margin-bottom: 2em;
}
.guide-section-inner{
    padding: 0 1em;
}
.guide-section h3{
    font-weight: bold;
    font-size: 17px;
    border-bottom: 4px solid #eee;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}
.guide-section h4{
    font-weight: bold;
    font-size: 15px;
    padding-top: 1em;
    color: #09c;
}
.guide-section p{
    font-size: 14px;
    line-height: 2;
    width: auto;
    display: block;
    line-height: 1.5;
}
.guide-section p strong{display:table;border:1px solid #333;font-size:15px;padding:5px 15px;line-height:1;margin-bottom:7px;}
.guide-section li{line-height:1.5;margin-bottom:12px;padding-left:1em;text-indent:-1em;}
.guide-section .btn_contact{
    max-width: 320px;
    margin: 2em auto;
    background: #9ea0a0;
    color: #fff;
    text-decoration: none;
    align-items: center;
    text-align: center;
    display: grid;
    font-weight: 500;
    font-size: 17px;
    height: 2.6em;
}

/*　特定商取引法　*/
.contract .table,
.contract .table .spec {
    width: 100%;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    margin: 10px auto 15px auto;
    box-sizing: border-box;
}
.contract .table tr:nth-child(odd),
.contract .table .spec tr:nth-child(odd) {
    background-color: #fff;
}
.contract .table th,
.contract .table .spec th {
    background-color: #EBEAEA;
    vertical-align: middle;
}
.contract .table th{
    width: 22%;
}
.contract .table th,
.contract .table td,
.contract .table .spec th,
.contract .table .spec td {
    padding: 12px 10px 10px 10px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    line-height: 1.5;
    font-size: 14px;
    box-sizing: border-box;
}

@media screen and (max-width: 780px) {
    .article{
        padding-bottom: 0;
    }
    .section-title{
        font-size: 20px;
    }
    .guide .step-list {
        flex-wrap: wrap;
    }
    .guide .step-list li {
    width: calc((100% - 4em) / 2);
    flex: auto;
    }
}