/* 共通 */
.cmn-inner,
.dtl-inner {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  main {
    padding: 96px 0 0;
  }

  .cmn-inner {
    width: 100%;
  }

  .dtl-inner {
    width: 90.66%;
  }
}

/*--------------------------
  kv
--------------------------*/
.dl-kv {
  position: relative;
  height: 372px;
  padding: 196px 0 0;
  margin: 0 0 120px;
}

.dl-kv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #2980c4;
  z-index: -5;
}

.dl-kv-inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.dl-kv-ttl {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 16px;
}

.dl-kv-catch {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}

.dl-kv-illust {
  position: absolute;
  top: -44px;
  right: 0;
  width: 188px;
  z-index: 5;
}

/*--------------------------
  index
--------------------------*/
.dl-nav {
  display: flex;
  margin: 0 0 80px;
}

.dl-nav li {
  flex: 1;
}

.dl-nav li a {
  display: block;
  padding: 24px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  background: #efefef;
  text-align: center;
}

.dl-nav li.is-active a,
.dl-nav li a:hover {
  color: #fff;
  background: #2980c4;
}

.dl-index-head {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}

.dl-index-head-ttl {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 0 30px;
  margin: 26px 0 0;
}

.dl-index-head-ttl::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #e03657;
}

.dl-select-wrapper {
  width: 22.5%;
}

.dl-select-form {
  width: 100%;
  height: 62px;
}

.dl-select {
  list-style: none;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #fff;
}

.dl-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;
}

.dl-select input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.dl-select-expand {
  width: 0;
  height: 62px;
  position: absolute;
  top: 0;
  right: 0;
}

.dl-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(0.4, 0.25, 0.3, 1);
}

.dl-select-expand:hover::after {
  opacity: 1;
}

.dl-select-expand:checked::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1.75);
}

.dl-select-expand-label {
  display: block;
  width: 100%;
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.dl-select-close {
  display: none;
}

.dl-select-close-label {
  width: 100%;
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.dl-select-items {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 62px;
  border: 1px solid #2980c4;
  border-radius: 6px;
}

.dl-select-input {
  display: none;
}

.dl-select-label {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.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;
}

.dl-select-options .dl-select-option:last-child .dl-select-label {
  border-radius: 6px;
}

.dl-select-label-placeholder {
  width: 100%;
  height: 63px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}

.dl-select-expand:checked + .dl-select-close-label {
  display: block;
}

.dl-select-expand:checked + .dl-select-close-label + .dl-select-options .dl-select-label {
  height: 62px;
}

.dl-select-expand:checked + .dl-select-close-label + .dl-select-options .dl-select-label:hover {
  background-color: #f7f7f7;
}

.dl-select-expand:checked + .dl-select-close-label + .dl-select-options + .dl-select-expand-label {
  display: none;
}

.dl-select-input:checked + .dl-select-label {
  height: 62px;
  margin-top: -62px;
  border-radius: 6px;
}

.dl-index-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 48px;
}

.dl-index-list:after {
  content: "";
  display: block;
  width: 30.90909090909091%;
}

.dl-index-list-item {
  width: 30.90909090909091%;
  margin: 0 0 72px;
}

.dl-index-list-item a {
  display: block;
  text-decoration: none;
}

.dl-index-list-img {
  overflow: hidden;
  margin: 0 0 24px;
}

.dl-index-list-img img {
  transition: 0.3s;
}

.dl-index-list-cat {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  margin: 0 0 8px;
}

.dl-index-list-cat-item {
  margin: 0 8px 8px 0;
  padding: 8px 24px;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #2980c4;
}

.dl-index-list-cat-item:last-child {
  margin-right: 0;
}

.dl-index-list-ttl {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: bold;
}

.dl-index-list-txt {
  margin: 0;
}

/*--------------------------
  detail
--------------------------*/

.dl-detail {
  display: flex;
  justify-content: space-between;
  margin: 0 0 112px;
}

.dl-detail-data {
  width: 46%;
}

.dl-detail-data-txt {
  margin: 0 0 72px;
  font-size: 16px;
}

.dl-detail-data-ttl {
  margin: 0 0 32px;
  font-size: 20px;
  text-align: center;
}

.dl-detail-data-img {
  margin: 0 0 40px;
}

.dl-detail-data-tel {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.dl-detail-form {
  width: 48.18181818181818%;
}

.dl-detail-form-attention {
  margin: 0 0 16px;
  color: #e03657;
  font-size: 18px;
}

.dl-detail-form-area {
  margin: 0 0 56px;
}

.dl-detail-form-btn {
  margin: 40px 0 0;
  text-align: center;
}

.dl-detail-form-btn button {
  display: inline-block;
  width: 200px;
  line-height: 1;
  padding: 20px 16px;
  border: 2px solid #2980c4;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #2980c4;
  cursor: pointer;
  transition: 0.3s;
}

.dl-detail-form-txt {
  font-size: 16px;
}

.dl-detail-form-txt p {
  margin: 0 0 1.5em;
}

.dl-detail-form-txt ul {
  margin: 0 0 1.5em;
}

.dl-detail-form-txt li {
  position: relative;
  padding-left: 1em;
}

.dl-detail-form-txt li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.dl-detail-form-txt a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 4px;
  background: url(/sp/usize/assets/img/common/icon_blank_cl.svg) no-repeat 0 0;
  background-size: 12px 12px;
  filter: brightness(0) invert(0);
}

/*--------------------------
  thanks
--------------------------*/
.dl-thanks {
  margin: 0 0 112px;
}

.dl-thanks-txt {
  margin: 0 0 64px;
  padding: 16px;
  border: 1px solid #2980c4;
  color: #2980c4;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.dl-thanks-ttl {
  max-width: 720px;
  margin: 0 auto 32px;
  font-size: 20px;
  text-align: center;
}

.dl-thanks-img {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.dl-thanks-movie {
  max-width: 610px;
  margin: 0 auto 64px;
  text-align: center;
}

.dl-thanks-movie iframe {
  width: 100%;
  height: auto;
  vertical-align: top;
  aspect-ratio: 16 / 9;
}

.dl-thanks-btn {
  margin: 0 0 64px;
  text-align: center;
}

.dl-thanks-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  padding: 16px;
  border: 2px solid #1a2792;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background: #1a2792;
  transition: 0.3s;
}

.dl-thanks-btn a:before {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  margin: 0 16px 0 0;
  background: url(/sp/usize/assets/img/common/icon-pdf.svg) no-repeat 0 0;
  background-size: 16px 14px;
  transition: 0.3s;
}

.dl-thanks-contact {
  font-size: 16px;
  text-align: center;
}

.ss_input textarea {
  width: 100%;
}

.ss_btnArea {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .dl-index-list-item a:hover .dl-index-list-img img {
    transform: scale(1.05);
  }

  .dl-detail-form-btn button:hover {
    color: #2980c4;
    background: #fff;
  }

  .dl-detail-form-txt a:hover {
    text-decoration: none;
  }

  .dl-thanks-btn a:hover {
    color: #1a2792;
    background: #fff;
  }

  .dl-thanks-btn a:hover:before {
    background-image: url(/sp/usize/assets/img/common/icon-pdf-bl.svg);
  }
}

@media screen and (max-width: 767px) {
  .dl-kv {
    height: 198px;
    padding: 45px 0 0;
    margin: 0 0 40px;
  }

  .dl-kv-inner {
    position: static;
    width: 91.6%;
  }

  .dl-kv-ttl-box {
    width: auto;
    padding: 0 0 72px;
  }

  .dl-kv-ttl {
    font-size: 30px;
    margin: 0 0 11px;
  }

  .dl-kv-catch {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
  }

  .dl-kv-illust {
    top: auto;
    right: 4.2%;
    bottom: -20px;
    width: 90px;
  }

  .dl-nav {
    width: 91.46%;
    margin: 0 auto 40px;
  }

  .dl-nav li a {
    padding: 8px 16px;
    font-size: inherit;
  }

  .dl-nav li.is-active a,
  .dl-nav li a:hover {
    color: #fff;
    background: #2980c4;
  }

  .dl-index-head {
    display: block;
    width: 91.46%;
    margin: 0 auto 40px;
  }

  .dl-index-head-ttl {
    font-size: 28px;
    margin: 0 0 18px;
  }

  .dl-index-head-ttl::before {
    top: 14px;
  }

  .dl-select-wrapper {
    width: 100%;
  }

  .dl-index-list {
    width: 91.46%;
    margin: 0 auto;
  }

  .dl-index-list:after {
    content: none;
  }

  .dl-index-list-item {
    width: auto;
    margin: 0 0 40px;
  }

  .dl-detail {
    display: block;
    width: 91.46%;
    margin: 0 auto 40px;
  }

  .dl-detail-data {
    width: auto;
    margin: 0 0 40px;
  }

  .dl-detail-data-txt {
    margin: 0 0 32px;
    width: auto;
    font-size: inherit;
  }

  .dl-detail-data-ttl {
    font-size: 18px;
  }

  .dl-detail-data-tel {
    font-size: inherit;
  }

  .dl-detail-form {
    width: auto;
  }

  .dl-detail-form-attention {
    font-size: inherit;
  }

  .dl-detail-form-area {
    margin: 0 0 40px;
  }

  .dl-detail-form-btn {
    margin: 24px 0 0;
  }

  .dl-detail-form-btn button {
    display: block;
    width: 100%;
    font-size: inherit;
  }

  .dl-detail-form-txt {
    font-size: inherit;
  }

  .dl-thanks {
    width: 91.46%;
    margin: 0 auto 40px;
  }

  .dl-thanks-txt {
    margin: 0 0 40px;
    font-size: inherit;
  }

  .dl-thanks-ttl {
    font-size: 18px;
  }

  .dl-thanks-movie {
    margin: 0 0 40px;
  }

  .dl-thanks-btn {
    margin: 0 0 40px;
  }

  .dl-thanks-btn a {
    display: flex;
    width: auto;
    font-size: inherit;
  }

  .dl-thanks-contact {
    font-size: inherit;
  }
}
