@charset "utf-8";

html {
  width: 100%;
}

body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.mdTtl1 {
  padding-bottom: 12px;
}

h2 {
  width: unset !important;
  height: unset !important;
  background: none !important;
}

/* 検索窓 */
.gsc-input .gsc-input-box table {
  border: none;
}
.gsc-input .gsc-input-box table td input.gsc-input {
  height: 1em !important;
}

/* コンテンツエリア */
.mainContentArea {
  width: min(100%, 1100px);
  background-color: #fff;
}
.mainContent {
  width: min(calc(1100px - 180px - 20px), 100%);
  padding: 0;
  @media screen and (max-width:1100px) {
    width: calc(100% - 180px - 20px);
  }
  @media screen and (max-width:800px) {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
  }
  img:not(.androidApp):not(.iosApp):not(.flexImage) {
    width: 100%;
  }
}

/* 左カラム */
@media screen and (min-width:800px) {
  .mdSideArea {
    width: 180px;
  }
  .mdBtn.app a {
    width: 180px;
    height: unset;
    aspect-ratio: 220 / 60;
    background-size: contain;
  }
  .mdTtl2 span {
    padding-inline: 9px;
  }
}

/* 汎用見出し */
.mdTtl7 {
  margin-block: 24px;
  padding-bottom: 6px;
  line-height: 1.3;
  span {
    display: unset;
    padding: unset;
    background: unset;
  }
  span:not([class]) {
    display: block;
    padding: 2px 10px 2px 20px;
    background: url('https://info.t-com.ne.jp/wp-content/themes/tcom-base/img/common/ttl_bg1.gif') repeat-y 0 0;
  }
  @media screen and (max-width:800px) {
    margin-block: 20px;
    span:not([class]) {
      padding-left: 16px;
      background-size: unset;
      -webkit-background-size: unset;
    }
  }
}
.mdTtl5.type2 {
  margin-bottom: 8px;
  background-image: url('https://info.t-com.ne.jp/wp-content/themes/tcom-base/img/common/ic11.png');
  background-position: top 5px left;
}

/* cv */
.cvArea {
  background-image: url('https://test-service.t-com.ne.jp/wp-content/uploads/sites/5/2026/06/img_cv_pc.png');
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 950 / 225;
  text-align: center;
  .mdBtn2 {
    display: inline-block;
    position: relative;
    top: 120px;
    left: 75px;
    margin-inline: auto;
    border: 1px solid #d86c00;
    background: linear-gradient(#f29600, #ee7c00);
    font-size: 140%;
    a {
      border: 1px solid #ffcb80;
      span {
        margin-top: 1px;
      }
    }
  }
  @media screen and (max-width:800px) {
    background-image: url('https://test-service.t-com.ne.jp/wp-content/uploads/sites/5/2026/06/img_cv_sp.png');
    aspect-ratio: 750 / 506;
    .mdBtn2 {
      top: 160px;
      left: unset;
      font-size: 120%;
      a {
        span {
          margin-top: 2.5px;
        }
      }
    }
  }
}

/* ボタン */
.mdBtn2.w318 {
  @media screen and (max-width:800px) {
    width: 300px;
  }
}

/* アコーディオン */
.supportWrap {
  margin-bottom: 20px;
  .supportTriger {
    display: block;
    position: relative;
    padding: 16px 20px 12px;
    border: 1px #ccc solid;
    background: linear-gradient(#fafafa, #ececec);
    font-size: 107%;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
    &::before {
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1em;
      height: 1em;
      margin-block: auto;
      font-size: 2em;
      font-family: 'Material Icons';
      line-height: 1;
      content: '\e5cf';
    }
    &.open {
      &::before {
        content: '\e5ce';
      }
    }
  }
  .supportCont {
    display: none;
    padding: 20px;
  }
  .mdTable1 {
    background-color: #fff;
    th, td {
      overflow-wrap: break-word;
      word-break: keep-all;
    }
  }
  @media screen and (max-width:800px) {
    margin-bottom: 16px;
    .supportTriger {
      padding: 12px 32px 8px 16px;
      &::before {
        right: 0.5em;
        font-size: 1.5em;
      }
    }
    .supportCont {
      padding: 16px 8px;
    }
    .mdTable1 {
      th, td {
        display: block;
        width: 100%;
        padding: 8px 10px 5px;
        border-bottom: none;
        box-sizing: border-box;
        overflow-wrap: unset;
        word-break: unset;
      }
      tr:last-child {
        td {
          border-bottom: 1px solid #ccc;
        }
      }
    }
  }
}

/* flex */
.flexWrap {
  display: flex;
}
.dlexText {
  width: calc(100% - 90px);
}

/* margin調整 */
@media screen and (max-width:800px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 24px !important;
  }
}