
#about_us, #askAQuestion, #checkoutCancel, #commercialTransactions, #conditions, #discountcouponInfo, #pageTwo, #pageThree, #pageFour, #pageNotFound, #payment, #privacy, #shippingInfo, #tokusho, #terms_and_agreements, #contactUsDefault {
    padding: 10px 40px;
}

@media screen and (max-width: 767.98px) {
  #about_us, #askAQuestion, #checkoutCancel, #commercialTransactions, #conditions, #discountcouponInfo, #pageTwo, #pageThree, #pageFour, #pageNotFound, #payment, #privacy, #shippingInfo, #tokusho, #terms_and_agreements, #contactUsDefault {
        padding: 0 12px;
    }
}


h1 {
    font-size: 1.8em !important;
    line-height: 25px !important;
  }
h2 {
    font-size: 1.6em !important;
    line-height: 25px !important;
  }
h3 {
    font-size: 1.4em !important;
    line-height: 20px !important;
  }
h4 {
    font-size: 1.2em !important;
    line-height: 20px !important;
  }
h5 {
    font-size: 1.2em !important;
    line-height: 20px !important;
  }

P {
    padding: 0em 1em;
}

/*　タイトル装飾用　*/

  .guide_page_title {
    margin-top:20px;
    margin-bottom: 18px;
  }
  .guide_title {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    font-size: 30px;
    font-weight: 700;
    color: #004fb5;
    border-bottom: solid 2px #004fb5;
    line-height: 1.4em;
    text-align: left;
    letter-spacing: 0;
  }
  .guide_title_sub {
    margin-left: 12px;
    font-size: 0.9em;
    font-weight: 400;
  }

  .list_title {
    margin-top:20px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    color: #004fb5;
  }


.message_box {
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
  }



  table {
    border-collapse: collapse;
  }

  .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
  }
  .fee {
    text-align: right;
    font-weight: 600;
    font-size: 1.1em;
  }
  .table th {
    text-align: center;
    font-weight: 700;
    background-color: #f5f5f5;
    padding: 2px 0;
  }
  .table td, .table th {
    border: solid #dee2e6 1px!important ;
    vertical-align: middle!important;
    padding:10px;
  }





/* from current site calendar*/

  .cl_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
