.shipping-deadline {
    width: 100%;
    overflow: hidden;
    background-color: #f9f9f9;
    color: #000;
    font-family: Avenir, 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3','游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ','ＭＳ Ｐゴシック',sans-serif;
  }
  
  .sd-hero{
    background: #009a95;
  }
  
  .shipping-deadline img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  
  .sd-hero-inner {
    max-width: 560px;
    margin: 0 auto;
  }
  
  .sd-inner {
    max-width: 560px;
    margin: 0 auto;
    padding: 40px 0;
  }
  
  
  /* sd-shipping-date */
  .sd-shipping-date-inner{
    position: relative;
    padding: 40px 15px;
  }
  
  .sd-shipping-date-title{
    margin-bottom: 30px;
    padding-left: 24px;
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: 0.05rem;
    line-height: 1.5;
  }
  
  .sd-shipping-date-txt{
    margin-bottom: 30px;
    padding-left: 25px;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    line-height: 1.8;
  }
  
  .sd-shipping-date-guide{
    margin-bottom: 40px;
  }

  .sd-shipping-date-guide.math{
    padding: 0 7px;
  }
  
  .guide-txt{
    margin: 20px 0;
    padding-left: 8px;
    color: #999;
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
    line-height: 1.5;
  }
  

  /* sd-flow-shipping */
  .sd-flow-shipping-inner{
    position: relative;
    padding: 0 15px;
  }
  
  .sd-flow-shipping-title{
    margin-bottom: 30px;
    padding: 22px 0 20px;
    background-color: #000;
    color: #FFF;
    font-weight: 600;
    font-size: 3.0rem;
    text-align: center;
  }
  
  .sd-flow-shipping-map{
    margin: 40px 0 60px;
    padding: 0 22px;
  }
  
  /* sd-application-head */
  .sd-application-inner{
    position: relative;
    padding: 0 15px;
  }
  
  .sd-application-head{
    margin-bottom: 40px;
    padding: 22px 0 20px;
    background-color: #000;
    color: #FFF;
    font-weight: 600;
    font-size: 3.0rem;
    text-align: center;
  }
  
  .sd-application-txt{
    margin-bottom: 40px;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    line-height: 1.8;
    text-align: center;
  }
  
  .sd-application-title{
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 3.0rem;
    text-align: center;
  }
  
  
  .sd-application-map{
    margin-bottom: 40px;
    padding: 0 35px;
  }
  
  .sd-application-btn{
    margin-bottom: 40px;
  }

  .sd-application-btn a{
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 26px 0 24px;
    border-radius: 40px;
    background: #000;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }

  .sd-application-btn a:hover{
    opacity: 0.8;
    transition: 0.3 ease;
  }


  .sd-application-notes-box{
    width: 100%;
    margin-bottom: 60px;
    padding: 32px 0;
    border-radius: 8px;
    background: #ededed;
  }
  
  .sd-application-notes-icon{
    width: 33px;
    height: 33px;
    margin: 0 auto 11px;
    background: #666666;
    color: #FFF;
    border-radius: 50%;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 33px;
    text-align: center;
  }
  
  .sd-application-notes-txt{
    margin-bottom: 11px;
    color: #666;
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
    line-height: 1.5;
    text-align: center;
  }
  
  .sd-application-notes-attention{
    width: 360px;
    margin: 0 auto;
    color: #777;
    font-size: 1.1rem;
    text-align: center;
    white-space: nowrap;
  }
  
  /* sd-notes */
  .sd-notes-inner{
    position: relative;
    padding: 0 15px;
  }
  
  .sd-notes-heading{
    font-weight: bold;
    font-size: 2.0rem;
  }
  
  .sd-notes-heading:after{
    content: "";
    display: block;
    width: 95%;
    height: 2px;
    margin: 13px 0 20px;
    background: #ddd;
  }
  
  .sd-notes-title{
    font-size: 1.4rem;
  }
  
  .sd-notes-time-box{
    margin: 11px 0 ;
    padding: 17px 15px 16px;
    border-radius: 8px;
    background-color: #ededed;
    
  }
  
  .sd-notes-txt{
    color: #333333;
    font-size: 1.3rem;
    line-height: 1.5;
  }