.c5-float--left{
  float: left;
}
.c5-icon__sakura{
  max-width: auto !important;
  width: 55px !important;
  margin:0 15px 0 0 !important;
}
@media screen and (max-width: 639px) {
  .c5-icon__sakura{
    width: 30px !important;
  }
}

/* ==========================================================================
   s5-FOCUSPurchaseTab__header
   ========================================================================== */
.s5-FOCUSPurchaseTab__header ul.s5-FOCUSPurchaseTab__menu a{
  padding-right:50px !important; 
  padding-left:50px !important;
  font-size: 16px;

}
.s5-FOCUSPurchaseTab__header ul.s5-FOCUSPurchaseTab__menu a:before{
    content: "\f0d7"!important;
}


@media screen and (max-width: 640px) {
  .s5-FOCUSPurchaseTab__header{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     width: 100%;
  }
  .s5-FOCUSPurchaseTab__header:after {
    border-bottom: none;
  }

  ul.s5-FOCUSPurchaseTab__menu {
    border-right: 1px solid #e4e8eb;
    border-bottom: 1px solid #e4e8eb;
    border-spacing: 0;
    margin: 0 10px;
    width: 100%;
  }

  ul.s5-FOCUSPurchaseTab__menu li {
    display: block;
    border-top: 1px solid #e4e8eb;
    border-right: none;
    border-left: 1px solid #e4e8eb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: none;
    padding: 10px !important;
  }

  ul.s5-FOCUSPurchaseTab__menu li.s5-FOCUSPurchaseTab__menuItem--current {
    border-top: 1px solid #e4e8eb;
    border-left: 4px solid #000;
    background: #fbfbfd;
  }

  ul.s5-FOCUSPurchaseTab__menu a {
    margin: 0;
    padding: 0;
  }
}








/* ==========================================================================
   title
   ========================================================================== */
.s5-row {
  margin-top: 80px;
}

.s5-row__col1 h1.s5-heading2 {
  width: 100%;
  height: 70px;
  position: relative;
  line-height: 70px;
  font-size: 1.3rem;
}

.s5-row__col1 h1.s5-heading2 .c5-leftTTLbg {
  display: block;
  position: absolute;
  width: 46px;
  height: 70px;
  top: 0;
}

.s5-row__col1 h1.s5-heading2 .c5-rightTTLbg {
  display: block;
  position: absolute;
  width: 46px;
  height: 70px;
  top: 0;
}

.s5-row__col1 h1.s5-heading2 .c5-leftTTLbg {
  left: 0;
}

.s5-row__col1 h1.s5-heading2 .c5-rightTTLbg {
  right: 0;
}

.s5-row__col1 h1.s5-heading2 .c5-lineTTLbg {
  display: block;
  position: absolute;
  width: 100%;
  height: 70px;
  background: url(../images/ttl_line_bg.png) repeat left center;
}

.s5-row__col1 h1.s5-heading2 .c5-centerTTLbg {
  display: block;
  width: 100%;
  height: 70px;
  background: url(../images/ttl_color_bg.png) no-repeat center center;
  text-align: center;
}

h1.s5-heading1 .c5-txtBox {
  /*margin-left: 28px;*/
}

.c5-topTTLbg {
  margin: 0 0 40px 0;
}

.c5-topTTLbg span.c5-txtBox {
  /*padding-left: 70px;*/
  color: #000;
}

.c5-table__captionRow--border th,
.c5-table__captionRow--border td {
  border: 1px solid #000 !important;
}

@media screen and (max-width: 890px) {
  .s5-row__col1 h1.s5-heading2 .c5-leftTTLbg,
  .s5-row__col1 h1.s5-heading2 .c5-rightTTLbg {
    display: none;
  }

  .s5-row__col1 h1.s5-heading2 .c5-lineTTLbg {
    display: none;
  }

  .c5-topTTLbg span.c5-txtBox {
    padding-left: 10px;
    font-size: 90%;
  }
}
@media screen and (max-width: 639px) {
  .s5-row {
    margin-top: 20px;
  }

  .c5-topTTL {
    margin: 60px 0;
  }

  .s5-row__col1 h1.s5-heading2 .c5-centerTTLbg {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0 18px;
    line-height: 1.6;
    font-size: 1rem;
  }

  h1.s5-heading2 .c5-txtBox {
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
    margin-left: 0px;
    display: block;
  }

  h1.s5-heading2 .c5-txtBox img {
    display: block;
  }

  .s5-row__col1 .s5-heading2 {
    margin: 40px 0 20px 0;
    height: auto !important;
  }

  .s5-row__col1 h1.s5-heading2 .c5-centerTTLbg span {
    padding-right: 10px;
  }
}