@charset "UTF-8";


.method-ttl{
 height: 32px;
 padding: 0;
 line-height: 36px;
 margin-top:55px;
 margin-bottom: 25px;
 background-color: #f6f5f4;
 text-align: center;
 font-weight: bold;
}

.main-txt{
 padding-inline:20px;
 margin:  0 auto; 
}

.box-txt{
 padding-inline:15px;
 margin:10px;
}

.delivery-table {
  width: 636px;
  font-size: 14px;
  text-align: center;
  border-collapse: collapse;
  table-layout: fixed;   
  margin: auto;
}

.delivery-table col:nth-child(1) { width: 50%; }
.delivery-table col:nth-child(2) { width: 50%; }

.delivery-table thead th {
  background-color: #DCDBDA;
}

.delivery-table th,
.delivery-table td {
  border: 1px solid #DEDEDE;
  line-height: 1.5;
  padding: 8px 4px 4px 4px;
  vertical-align: middle;
}

.delivery-table th {
  margin: 0;
  height: 20px;
  line-height: 25px;
}


.guide-introduction a{
 border-bottom: 1px solid black;
}

.guide-introduction{
 margin-bottom:10px;
}

.guide-introduction.order .stores li{
 list-style: decimal;
}

.box-txt{
 padding-left:45px;
}

.introduction__cnt.service-desk {
  border-top: solid 2px #f6f5f4;
  padding: 96px 0;
  argin-bottom: 38px;
}

 .service-desk-inner {
  margin: auto;
  text-align: center;
}



.cmn__heading-ttl-wrap {
  margin-bottom: 38px;
  text-align: center;
  color: #444;
}

.cmn__heading-ttl{
  margin-bottom: 12px;
  font-size: 22px;
  font-wheight:500;
  letter-spacing: 0.44px;
  line-height: 31px;
}

.cmn__heading-ttl-wrap .cmn__heading-ttl-en {
  font-size: 13px;
  color: #0A2111;
  line-height: 20px;
  letter-spacing: 0.91px;
}
.service-desk-inner .cmn__txt-lv2 {
  text-align: center;
  margin-bottom: 38px; 
  font-size: 0.8125rem;
  line-height: 22px;
}
 .service-desk-mail {
  text-align: center;
  margin-bottom: 38px;
}
 .service-desk-mail-icon{
  width: 32px;
  margin:0 auto 24px
}

 .service-desk-mail-txt a {
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  text-decoration: underline;
}
.service-desk-mail-txt {
  font-size: 12px;
  line-height: 22px;
}
.cmn__remarks-txt-list-lv2 li {
  font-size: 0.75rem;
  line-height: 18px;
  text-indent: -1.85em;
  padding-left: 1.85em;
}
.cmn__remarks-txt-list-lv2 li:before {
  content: "\0203B";
  margin-right: 10px;
}
.service-desk-qa-icon {
  width: 28px;
  margin: 0 auto 12px;
}
.service-desk-qa-icon img {
  width: 100%;
  height: auto;
}
.service-desk-qa-txt {
  font-size: 12px;
  line-height: 22px;
}
.service-desk-qa-txt a {
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  text-decoration: underline;
}


@media (max-width: 768px) {
.delivery-table {
  width: 340px;
  font-size: 14px;
  text-align: center;
  border-collapse: collapse;
  table-layout: fixed;   
  margin: auto;
} 
table {
    width: auto;
    font-size: 14px;
    text-align: center;
}
table th:nth-child(1) {
   width: 50px;
 }
table th:nth-child(2) {
   width: 140px;
  }
.introduction__cnt.service-desk {
        padding: 56px 0 46px;
        margin-top: 100px;
  }
.service-desk-inner {
    width: auto;
  }
.cmn__heading-ttl-wrap {
    margin: 0 22px 30px;
  }
.cmn__txt-lv2 {
    text-align: left;
    margin: 0 22px 32px;
  }
.service-desk-mail {
    text-align: left;
    width: 74.77vw;
    margin: 0 auto 32px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
 .cmn__heading-ttl {
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 0.44px;
        line-height: 31px;
        margin-bottom: 6px;
  }
.service-desk-qa-icon {
        width: 6.54vw;
        margin: 0;
        margin-right: 20px;
  
    }
.service-desk-mail-icon {
    width: 7.48vw;
    margin-right: 15px;
  }
.service-desk-mail-txt {
        font-size: 14px;
        margin-bottom: 16px;
  }
.service-desk-mail-txt-wrap {
        width: 63.08vw;
  }
.service-desk-mail-txt a {
  font-size: 14px;
}
.service-desk-qa {
        text-align: left;
        width: 74.77vw;
        margin: auto;
        display: -webkit-flex;
        align-items: center;
  }
.service-desk-qa-txt-wrap {
        width: 51.08vw;
  }
.service-desk-qa-txt {
        font-size: 14px;
  }

}