/* - - - - ttl - - - - */
.lp-ttl-page {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .lp-ttl-page {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.lp-ttl-article {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 0.7em;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .lp-ttl-article {
    font-size: 24px;
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
.lp-ttl-article::after {
  content: "";
  width: 3em;
  height: 3px;
  background-color: #fc4d5d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.row.m {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 10px;
}
.row.m .col-3,
.row.m .col-9 {
  display: flex;
  align-items: center;
}
.row.m .col-3 {
  justify-content: center;
}

/* - - - - layout - - - - */
.is-header-fixed .l-container {
  padding-top: 0;
}

.l-container {
  margin-left: 0;
}

.l-footer-bottom {
  margin-bottom: 0 !important;
}

@media (max-width: 500px) {
  .text-md-left {
    text-align: left !important;
  }
}

@media (max-width: 500px) {
  .text-md-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-pc-center {
    text-align: center !important;
  }
}

.text-right {
  text-align: right !important;
}

@media (max-width: 768px) {
  .col-3 {
    margin: auto;
  }
}
@media (min-width: 769px) {
  .col-3 {
    padding-right: 0;
  }
}

.box {
  height: 100%;
  border-width: 2px;
  border-radius: 8px;
}

p .border-top {
  border-top: #aaa solid 1px;
  padding-top: 8px;
  margin-top: 8px;
  display: inline-block;
}

@media (max-width: 768px) {
  .image img {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .box-product-text {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .product-point {
    font-size: 12px;
  }
}

@media (width: 320px) {
  .shopbtn {
    min-width: 170px !important;
  }
}

@media (min-width: 321px) {
  .d-md-se {
    display: none !important;
  }
}

.d-md-ipd {
  display: none !important;
}
@media (min-width: 481px) and (max-width: 768px) {
  .d-md-ipd {
    display: block !important;
  }
}

/* attention */
.attention-box {
  border: #fb2f3c solid 2px;
  border-radius: 8px;
  padding-bottom: 25px;
}
.attention-box.no-title {
  padding: 15px;
}
.attention-box p {
  margin-bottom: 0;
}
.attention-box p.icon {
  background-image: url(/support/process/cancellation/images/icon_attention.png);
  background-repeat: no-repeat;
  background-size: 38.5px auto;
}
@media (width: 320px) {
  .attention-box p.icon {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.attention-box p.icon-top {
  background-position: center top;
  padding-top: 50px;
}
@media (min-width: 769px) {
  .attention-box p.icon-top {
    font-size: 18px;
  }
}
.attention-box p.icon-left {
  background-position: left center;
  padding-left: 50px;
  min-height: 50px;
  display: table;
}
.attention-box p.icon-left span {
  display: table-cell;
  vertical-align: middle;
}
.attention-box p.icon.futenyan {
  background-image: url(/support/process/cancellation/images/futenyan_03.png);
  background-size: 50px auto;
  padding-left: 65px;
}
@media (min-width: 769px) {
  .attention-box p.no-icon {
    font-size: 18px;
  }
}
.attention-box p .border {
  position: relative;
  z-index: 0;
}
.attention-box p .border::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff100;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.attention-ttl {
  background-color: #fb2f3c;
  font-size: 13px;
  line-height: 1;
  padding-top: calc(1em / 2);
  padding-bottom: calc(1em / 2);
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .attention-ttl {
    font-size: 20px;
  }
}

/* table */
.lp-table {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .lp-table {
    font-size: 18px;
  }
}
.lp-table-box {
  background-color: #fff;
  border: #e8e8e8 solid 2px;
  padding: 0 15px;
}
.lp-table td, .lp-table th {
  padding: 5px 10px;
  border-bottom: #e8e8e8 solid 1px;
}
@media (min-width: 769px) {
  .lp-table td, .lp-table th {
    text-align: left;
  }
}
.lp-table td:nth-of-type(1), .lp-table th:nth-of-type(1) {
  padding-top: 10px;
  padding-bottom: 10px;
}
.lp-table td.bg-red, .lp-table th.bg-red {
  background-color: #fff8f8;
  border-right: #fff solid 3px;
  border-bottom: none;
}
.lp-table tr:last-child td, .lp-table tr:last-child th {
  border-bottom: none;
}

/* - - - - kv - - - - */
.lp-ttl-box {
  background-color: #fafafa;
  border-top: #e8e8e8 solid 1px;
  border-bottom: #e8e8e8 solid 1px;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
  width: 90%;
  max-width: 980px;
}
@media (min-width: 500px) {
  .lp-ttl-box p {
    text-align: center;
  }
}
@media (width: 375px) {
  .lp-ttl-box p {
    text-align: left;
    padding-right: 80px;
  }
}
.lp-ttl-img {
  position: absolute;
  bottom: -15px;
  right: 15px;
}
@media (width: 320px) {
  .lp-ttl-img {
    bottom: -27px;
    right: 5px;
  }
}
@media (width: 375px) {
  .lp-ttl-img {
    bottom: auto;
    top: 50%;
  }
}
@media (max-width: 768px) and (min-width: 500px) {
  .lp-ttl-img {
    right: 125px;
  }
}
@media (max-width: 768px) {
  .lp-ttl-img img {
    width: 21vw;
  }
}
@media (width: 320px) {
  .lp-ttl-img img {
    width: 17vw;
  }
}
@media (max-width: 768px) and (min-width: 500px) {
  .lp-ttl-img img {
    max-width: 90px;
  }
}

/* - - - - form - - - - */
.tab-list {
  padding: 0;
  border-bottom: #e8e8e8 solid 3px;
}
.tab-list-item {
  background-color: #f6f6f6;
  border-top: #e8e8e8 solid 3px;
  border-right: #e8e8e8 solid 3px;
  border-left: #e8e8e8 solid 3px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (min-width: 769px) {
  .tab-list-item {
    height: 65px;
  }
}
.tab-list-item.is-active {
  background-color: #fb2f3c;
  color: #fff;
  border-color: #fb2f3c;
  border-top-width: initial;
}
.tab-list-item span {
  line-height: 1.3;
}
@media (width: 320px) {
  .tab-list-item span {
    font-size: 10px;
  }
}

.tab-list-3 .tab-list-item + .tab-list-item:before {
  content: none;
}

@media (min-width: 769px) {
  .formradio-inline-item {
    width: 316px;
  }
}
.formradio-inline-item label {
  width: 100%;
  height: 55px;
  border: 3px solid #e8e8e8;
  text-align: center;
  padding-left: 33px;
  display: table;
}
@media (min-width: 769px) {
  .formradio-inline-item label {
    height: 60px;
    font-size: 18px;
  }
}
@media (width: 320px) {
  .formradio-inline-item label {
    font-size: 12px;
  }
}
.formradio-inline-item label span {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .formradio-inline-item label span.text-size-s {
    font-size: 16px !important;
  }
}

.formradio-inline-item input:checked + label,
.formradio-inline-item-s input:checked + label {
  background-color: #fff8f8;
  border-color: #ffc8cd;
}

.root img {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .root img {
    width: 29.5px;
  }
}

.lp-symptoms-txt {
  width: 100%;
  display: table;
}
@media (max-width: 768px) {
  .lp-symptoms-txt {
    font-size: 10px;
  }
}
.lp-symptoms-txt span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.lp-symptoms-txt.ttl {
  min-height: 32px;
}
@media (min-width: 769px) {
  .lp-symptoms-txt.ttl {
    min-height: 48px;
  }
}
.lp-symptoms-txt.cause {
  min-height: 48px;
}
@media (min-width: 769px) {
  .lp-symptoms-txt.cause {
    min-height: 96px;
  }
}
.lp-symptoms-img {
  width: 70%;
  max-width: 100px;
  text-align: center;
  margin: 0 auto 10px;
}
@media (min-width: 769px) {
  .lp-symptoms-img {
    width: 120px;
    max-width: none;
    margin-bottom: 20px;
  }
}