/* 共通 */

.tpc-inner {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  main {
    padding: 96px 0 0;
  }
  .tpc-inner {
    width: 91.46%;
  }
}


/*--------------------------
  kv
--------------------------*/

.tpc-kv {
  position: relative;
  height: 372px;
  padding: 196px 0 0;
  margin: 0 0 120px;
}

.tpc-kv-dtl {
  height: auto;
  padding: 196px 0 0;
  margin: 0 0 58px;
}

.tpc-kv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #2980C4;
  z-index: -5;
}

.tpc-kv-inner {
  position: relative;
}

.tpc-kv-ttl {
  font-size: 50px;
  font-weight: 700;
  color: #FFF;
  line-height: 1.2;
  margin: 0 0 16px;
}

.tpc-kv-catch {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  line-height: 1.3;
}

.tpc-kv-illust {
  position: absolute;
  top: -44px;
  right: 0;
  width: 340px;
  z-index: 5;
}


/*--------------------------
  tpc-index
--------------------------*/

.tpc-index-head {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}

/* tpc-index-head-ttl */

.tpc-index-head-ttl {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 0 30px;
  margin: 26px 0 0;
}

.tpc-index-head-ttl::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #E03657;
}

/* tpc-select */

.tpc-select-wrapper {
  width: 22.5%;
}

.tpc-select-form {
  width: 100%;
  height: 62px;
} 

.tpc-select {
  list-style: none;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #FFF;
}

.tpc-select input {
  color: inherit;
  font: inherit;
  margin: 0;
  background: transparent;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
    -moz-appearance: none;
          appearance: none;
  line-height: normal;
}

.tpc-select input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
  
.tpc-select-expand {
  width: 0;
  height: 62px;
  position: absolute;
  top: 0;
  right: 0;
}
  
.tpc-select-expand::after {
  content: '\003E';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
  color: #2980C4;
  font-size: 10px;
  pointer-events: none;
  z-index: 2;
  transition: all 250ms cubic-bezier(.4,.25,.3,1);
}
  
.tpc-select-expand:hover::after { opacity: 1; }
  
.tpc-select-expand:checked::after { transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1.75); }
  
.tpc-select-expand-label {
  display: block;
  width: 100%;
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
  
.tpc-select-close { display: none; }
  
.tpc-select-close-label {
  width: 100%;
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
  
.tpc-select-items {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 62px;
  border: 1px solid #2980C4;
  border-radius: 6px;
}
  
.tpc-select-input { display: none; }
  
.tpc-select-label {
  transition: all 250ms cubic-bezier(.4,.25,.3,1);
  display: block;
  height: 0;
  overflow: hidden;
  background-color: #FFF;
  cursor: pointer;
  padding-left: 20px;
  color: #2980C4;
  font-size: 16px;
  font-weight: 700;
  line-height: 62px;
}

.tpc-select-options .tpc-select-option:last-child .tpc-select-label {
  border-radius: 6px;
}
  
.tpc-select-label-placeholder {
  width: 100%;
  height: 63px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
  
.tpc-select-expand:checked + .tpc-select-close-label {
  display: block;
}
  
.tpc-select-expand:checked + .tpc-select-close-label + .tpc-select-options .tpc-select-label {
  height: 62px;
}
  
.tpc-select-expand:checked + .tpc-select-close-label + .tpc-select-options .tpc-select-label:hover { background-color: #f7f7f7; }
  
.tpc-select-expand:checked + .tpc-select-close-label + .tpc-select-options + .tpc-select-expand-label { display: none; }
  
.tpc-select-input:checked + .tpc-select-label {
  height: 62px;
  margin-top: -62px;
  border-radius: 6px;
}

/* tpc-index */

.tpc-index {
  margin-bottom: 120px;
  padding: 30px 0 25px;
  border-top: 1px solid #DFE1E2;
  border-bottom: 1px solid #DFE1E2;
}

.tpc-index a {
  padding-left: 3%;
  padding-right: 2%;
}

.tpc-index .news-item + .news-item {
  padding: 31px 0 0;
  margin: 23px 0 0;
}

.tpc-index .news-data {
  margin: 0 28px 0 15px;
}

@media screen and (max-width: 767px) {
  .tpc-kv {
    height: 198px;
    padding: 45px 0 0;
    margin: 0 0 40px;
  }
  .tpc-kv::before {
    height: 100%;
  }
  .tpc-kv-ttl-box {
    position: relative;
    width: auto;
    padding: 0;
  }
  .tpc-kv-ttl {
    font-size: 30px;
    margin: 0 0 11px;
  }
  .tpc-kv-catch {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
  }
  .tpc-kv-illust {
    top: auto;
    bottom: -35px;
    right: 0;
    width: 145px;
  }

  .tpc-index-head {
    display: block;
    margin: 0 0 42px;
  }
  .tpc-index-head-ttl {
    font-size: 28px;
    margin: 0 0 18px;
    padding: 0 0 0 22px;
  }
  .tpc-index-head-ttl::before {
    top: 14px;
  }
  .tpc-select-wrapper {
    width: 100%;
  }

  .tpc-index {
    margin-bottom: 80px;
    padding: 0 0 25px;
    border-top: none;
  }
  .tpc-index a {
    padding-left: 0;
    padding-right: 0;
  }
  .tpc-index .news-item + .news-item {
    padding: 14px 0 0;
    margin: 10px 0 0;
  }
  .tpc-index .news-data {
    margin: 0 0 0 11px;
  }
}