.headLabel--point1 {
  background: -moz-linear-gradient(180deg, #9C1E5C 0%, #B53F80 100%);
  background: -webkit-linear-gradient(180deg, #9C1E5C 0%, #B53F80 100%);
  background: -ms-linear-gradient(180deg, #9C1E5C 0%, #B53F80 100%);
}
.headLabel--point2 {
  background: -moz-linear-gradient(180deg, #D15D2C 0%, #E48844 100%);
  background: -webkit-linear-gradient(180deg, #D15D2C 0%, #E48844 100%);
  background: -ms-linear-gradient(180deg, #D15D2C 0%, #E48844 100%);
}
.headLabel--point3 {
  background: -moz-linear-gradient(180deg, #0D64A5 0%, #1381C3 100%);
  background: -webkit-linear-gradient(180deg, #0D64A5 0%, #1381C3 100%);
  background: -ms-linear-gradient(180deg, #0D64A5 0%, #1381C3 100%);
}
.headLabel--point4 {
  background: -moz-linear-gradient(180deg, #038181 0%, #35A5A5 100%);
  background: -webkit-linear-gradient(180deg, #038181 0%, #35A5A5 100%);
  background: -ms-linear-gradient(180deg, #038181 0%, #35A5A5 100%);
}
.headLabel__ct {
  align-items: center;
  display: flex;
  justify-content: start;
  margin: 0 auto;
  width: 960px;
}
.headLabel__left {
  display: block;
  width: 208px;
}
.headLabel__left img{
  width: 100%;
}
.headLabel__right {
  align-items: center;
  display: flex;
  justify-content: start;
  padding-left: 40px;
}
.headLabel__stamp {
  background: #fff;
  border-radius: 50%;
  font-size: 24px;
  line-height: 90px;
  margin-right: 20px;
  text-align: center;
  width: 90px;
}
.headLabel__stamp--free {
  border: 2px solid #1488C9;
  color: #1488C9;
}
.headLabel__stamp--charge {
  border: 2px solid #DE3232;
  color: #DE3232;
}
.headLabel__ttl {
  color: #fff;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .headLabel__ct {
    display: block;
    width: 100%;
  }
  .headLabel__left {
    margin: 0 auto 30px;
    padding-top: 40px;
    width: 318px;
  }
  .headLabel__right {
    display: block;
    padding: 0 0 50px;
    position: relative;
    text-align: center;
  }
  .headLabel__stamp {
    font-size: 24px;
    left: 4vw;
    line-height: 90px;
    position: absolute;
    top: -76px;
    width: 94px;
  }
  #contents.responsive .headLabel__ttl {
    font-size: 25px;
    font-weight: 700;
  }
}

#contents.responsive .headTxt {
  margin: 40px auto 74px;
}
#contents.responsive .headTxt__ttl {
  font-size: 24px;
  margin-bottom: 17px;
  text-align: center;
}
#contents.responsive .headTxt__ttl--1 {
  color: #9E205E;
}
#contents.responsive .headTxt__ttl--2 {
  color: #E48844;
}
#contents.responsive .headTxt__ttl--3 {
  color: #1381C3;
  font-size: 30px;
}
#contents.responsive .headTxt__ttl--4 {
  color: #229A9A;
}
#contents.responsive .headTxt__txt {
  font-size: 18px;
  text-align: center;
}
#contents.responsive .headTxt__btn {
  color: #fff;
  display: block;
  font-size: 18px;
  margin: 34px auto 0;
  padding: 26px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: 468px;
}
#contents.responsive .headTxt__btn--point2 {
  background: #1381C3;
}
#contents.responsive .headTxt__btn--point3 {
  background: #E48844;
}
#contents.responsive .headTxt__btn::before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
}
#contents.responsive .headTxt__btn--point2::before {
  background-image: url(/products/port/point2/images/icn02.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 32px;
}
#contents.responsive .headTxt__btn--point3::before {
  background-image: url(/products/port/point3/images/icn02.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 10px;
}
#contents.responsive .headTxt__btn::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 9px;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
}
#contents.responsive .headTxt__btn:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  #contents.responsive .headTxt {
    margin: 40px auto 45px;
  }
  #contents.responsive .headTxt__ttl {
    font-size: 18px;
  }
  #contents.responsive .headTxt__txt {
    font-size: 13px;
  }
  #contents.responsive .headTxt__btn {
    font-size: 12px;
    padding: 20px 0;
    margin: 26px auto 0;
    width: 100%;
  }
  #contents.responsive .headTxt__btn::before {
    height: 32px;
    left: 18px;
    width: 33px;
  }
  #contents.responsive .headTxt__btn::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 10px;
    right: 15px;
    width: 10px;
  }
}

#contents.responsive .section__flex {
  display: flex;
  justify-content: space-between;
}
#contents.responsive .section__flex--end {
  align-items: flex-end;
}
#contents.responsive .section__ttl {
  font-size: 28px;
  font-weight: 400;
  margin-left: 34px;
  margin-bottom: 24px;
  position: relative;
}
#contents.responsive .section__ttl--point1 {
  color: #9E205E;
}
#contents.responsive .section__ttl--point2 {
  color: #E48844;
}
#contents.responsive .section__ttl--point3 {
  color: #1381C3;
}
#contents.responsive .section__ttl--point4 {
  color: #229A9A;
}
#contents.responsive .section__ttl::before {
  content: "";
  height: 50px;
  position: absolute;
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
  width: 10px;
}
#contents.responsive .section__ttl i {
  display: inline-block;
  margin-left: 25px;
  padding: 5px 10px;
  border: solid 2px #f00;
  font-size: 16px;
  font-style: normal;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: bold;
  color: #f00;
  white-space: nowrap;
  line-height: 1;
  vertical-align: .3em;
}
#contents.responsive .section__ttl--twoLine::before {
  height: 100px;
}
#contents.responsive .section__ttl--point1::before {
  background: #9E205E;
}
#contents.responsive .section__ttl--point2::before {
  background: #E48844;
}
#contents.responsive .section__ttl--point3::before {
  background: #1381C3;
}
#contents.responsive .section__ttl--point4::before {
  background: #229A9A;
}
#contents.responsive .section__txt1 {
  font-size: 18px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .section__flex {
    display: block;
  }
  #contents.responsive .section__ttl {
    font-size: 20px;
    margin-left: 18px;
  }
  #contents.responsive .section__ttl::before {
    height: 58px;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    width: 5px;
  }
  #contents.responsive .section__ttl--twoLine::before {
    height: 90px;
  }
  #contents.responsive .section__ttl i {
    margin-left: 10px;
    font-size: 13px;
    text-align: center;
  }
  #contents.responsive .section__txt1 {
    font-size: 13px;
  }
}