@charset "UTF-8";
.l-content {
  padding-top: 0;
  padding-bottom: 100px;
}

.l-serial {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.l-serial__header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 85px 0;
  background: url("../img/header_bg_pc.jpg") no-repeat center;
  background-size: cover;
}

.l-serial__header::before {
  content: "";
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: .2;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 400px;
  height: 400px;
  background: url("/assets/img/common/mark_cont.png") no-repeat center;
  background-size: contain;
  -webkit-animation: rotate-360 30s linear infinite;
          animation: rotate-360 30s linear infinite;
}

@-webkit-keyframes rotate-360 {
  0% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(-50%, 50%) rotate(360deg);
            transform: translate(-50%, 50%) rotate(360deg);
  }
}

@keyframes rotate-360 {
  0% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(-50%, 50%) rotate(360deg);
            transform: translate(-50%, 50%) rotate(360deg);
  }
}

.l-serial__logo {
  position: relative;
  width: 270px;
  margin: 0 auto;
}

.p-serial_title {
  position: relative;
  width: 560px;
  margin: 0 auto 110px;
}

.p-serial_title__item {
  position: relative;
  -webkit-transform: translate(0, -25px);
          transform: translate(0, -25px);
  width: 100%;
  margin: 0 auto;
}

.p-serial_top__intro {
  line-height: 2;
  text-align: center;
}

.p-serial_info {
  position: relative;
  width: 80%;
  max-width: 840px;
  margin: 72px auto 0;
}

.p-serial_info__title {
  display: table;
  position: relative;
  margin: 0 auto 38px;
  font-size: 26px;
  line-height: 1.5;
  font-family: YakuHanMP, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  letter-spacing: 2px;
  text-align: center;
}

.p-serial_info__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 400px;
  height: 300px;
  background: url("/assets/img/enq/bg_gunshot.png") no-repeat center;
  background-size: contain;
}

.p-serial_info__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;

  border-bottom: 1px solid white;
  border-top: 1px solid white;
}

.p-serial_info__data {
  padding: 24px 0;
  font-size: 18px;
  line-height: 1.4;

  border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.p-serial_info__data:last-child {
  border-bottom: none;
}

.p-serial_info__data-title {
  width: 175px;
}

.p-serial_info__data-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.p-serial_info__data-inner p {
  margin: 15px 0;
}

.p-serial_info__data-inner small {
  font-size: .8em;
}

.p-serial_form {
  position: relative;
  width: 80%;
  max-width: 840px;
  margin: 82px auto 0;
}

.p-serial_form__text {
  display: block;
  position: relative;
  width: 430px;
  margin: 0 auto;
  padding: 20px;
  background: #e6e6e6;
  border: none !important;
  font-size: 18px;
  font-family: "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  text-align: center;

  -webkit-appearance: none !important;

     -moz-appearance: none !important;

          appearance: none !important;
}

.p-serial_form__btn {
  display: block;
  position: relative;
  width: 180px;
  margin: 28px auto 0;
  padding: 8px 0;
  background: -webkit-gradient(linear, left top, right top, from(#2152a5), to(#3d3fa7));
  background: linear-gradient(90deg, #2152a5, #3d3fa7);
  border: none !important;
  color: #fff;
  font-size: 18px;
  font-family: "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  -webkit-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;

  -webkit-appearance: none !important;

     -moz-appearance: none !important;

          appearance: none !important;
}

.p-serial_form__btn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: .6;
  -webkit-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;
}

.p-serial_form .error_text {
  margin-bottom: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

.p-serial_form .error_text + * {
  border: 2px solid #f00 !important;
}

.p-serial_note {
  position: relative;
  width: 80%;
  max-width: 840px;
  margin: 90px auto 0;
  padding: 65px 38px 55px;
  background: #161616;
}

.p-serial_note__title {
  position: relative;
  width: 100%;
  margin: 0 auto 38px;
  font-size: 18px;
  font-family: YakuHanMP, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  letter-spacing: 2px;
  text-align: center;
}

* + .p-serial_note__title {
  margin-top: 55px;
}

.p-serial_note__item {
  padding-left: 1em;
  color: #c9c9c9;
  font-size: 13px;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  text-indent: -1em;
}

.p-serial_note__item + .p-serial_note__item {
  margin-top: 8px;
}

.p-serial_note__item dl {
  margin-top: 10px;
}

.p-serial_note__item dl dt {
  margin-bottom: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

.p-serial_note__item dl dd {
  text-indent: 0;
}

.p-serial_note__item a {
  color: #fff;
}

.p-serial_in {
  position: relative;
  width: 80%;
  max-width: 840px;
  margin: 0 auto;
  padding-top: 10px;
}

.p-serial_in__tips {
  margin-bottom: 26px;
  font-size: 13px;
  text-align: center;
}

.p-serial_in .error_text {
  line-height: 1.5em;
  text-align: center;
}

.p-serial_in .error_text + .c-form__main {
  margin-top: 15px;
}

.c-form__main {
  position: relative;
  width: 100%;
  margin: 0 auto 70px;
  padding: 58px 0;

  border-bottom: 1px solid white;
  border-top: 1px solid white;
}

.c-form__line {
  font-size: 0;
  letter-spacing: -.4em;
}

.c-form__line-item {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.c-form input[type="text"] {
  display: inline-block;
  width: 180px;
  padding: 10px 12px;
  background: #fff;
  border: none;
  font-size: 15px;

  -webkit-appearance: none !important;

     -moz-appearance: none !important;

          appearance: none !important;
}

.c-form input[type="text"].min {
  width: 90px;
}

.c-form input[type="text"].fit {
  width: 100%;
}

.c-form textarea {
  display: inline-block;
  width: 100%;
  padding: 10px 12px;
  background: #fff;
  border: none;
  font-size: 15px;
  font-family: "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;

  -webkit-appearance: none !important;

     -moz-appearance: none !important;

          appearance: none !important;
}

.c-form .need {
  position: relative;
}

.c-form .need::before {
  content: "*";
  margin-right: 4px;
  color: #2152a5;
}

.c-form .c-form_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-form .c-form_btn__item {
  display: block;
  position: relative;
  width: 180px;
  margin: 0 6px;
  padding: 12px 0 10px;
  background: #333;
  border: none !important;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-family: "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;

  -webkit-appearance: none !important;

     -moz-appearance: none !important;

          appearance: none !important;
}

.c-form .c-form_btn__item--gradient {
  background: -webkit-gradient(linear, left top, right top, from(#2152a5), to(#3d3fa7));
  background: linear-gradient(90deg, #2152a5, #3d3fa7);
}

.c-form .c-form_btn__item:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: .6;
  -webkit-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;
}

.c-form .c-form_btn__item input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0;
}

.c-form select {
  display: inline-block;
  padding: 10px 12px;
  background: #fff;
  border: none;

  -webkit-appearance: none !important;

     -moz-appearance: none !important;

          appearance: none !important;
}

.c-form_data {
  position: relative;
  width: 100%;
  margin: 0 auto 38px;
}

.c-form_data__title {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto 16px;
  font-size: 18px;
  line-height: 1.5;
}

.c-form_data__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-form_data__inner label {
  margin: 0 4px;
}

.c-form_data__inner input[type="text"] {
  margin-right: 2px;
}

.c-form_data__inner span {
  margin: 0 10px;
}

.c-form_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto 36px;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-form_check label {
  line-height: 1.5;
}

.p-serial_thanks__text {
  font-size: 28px;
  font-family: YakuHanMP, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  text-align: center;
}

.p-serial_thanks__btn {
  display: block;
  position: relative;
  width: 380px;
  margin: 88px auto 0;
  padding: 18px 0;
  background: -webkit-gradient(linear, left top, right top, from(#2152a5), to(#3d3fa7));
  background: linear-gradient(90deg, #2152a5, #3d3fa7);
  color: #fff;
  font-size: 18px;
  font-family: "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;
}

.p-serial_thanks__btn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: .6;
  -webkit-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;
}

.p-serial_thanks__btn a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .l-content {
    padding-bottom: 120px;
  }
  .l-serial__header {
    padding: 55px 0;
    background: url("../img/header_bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .l-serial__header::before {
    width: 245px;
    height: 245px;
  }
  .l-serial__logo {
    width: 162px;
  }
  .p-serial_title {
    width: 86%;
    margin-bottom: 44px;
  }
  .p-serial_title__item {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  .p-serial_top__intro {
    font-size: 14px;
    line-height: 1.9;
  }
  .p-serial_info {
    width: 90%;
    margin-top: 52px;
  }
  .p-serial_info__title {
    margin-bottom: 22px;
    font-size: 18px;
  }
  .p-serial_info__title::before {
    left: 30%;
    width: 340px;
    height: 240px;
  }
  .p-serial_info__data {
    padding: 22px 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .p-serial_info__data-title {
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
  }
  .p-serial_info__data-inner p {
    margin: 6px 0;
  }
  .p-serial_form {
    width: 90%;
    margin-top: 52px;
  }
  .p-serial_form__text {
    width: 100%;
    padding: 14px;
    font-size: 15px;
  }
  .p-serial_form__btn {
    width: 140px;
    margin-top: 20px;
    padding: 8px 0 4px;
    font-size: 15px;
  }
  .p-serial_note {
    width: 90%;
    margin-top: 85px;
    padding: 24px 24px;
  }
  .p-serial_note__title {
    margin-bottom: 18px;
    font-size: 15px;
  }
  .p-serial_note__item {
    font-size: 11px;
    line-height: 1.8;
  }
  .p-serial_note__item + .p-serial_note__item {
    margin-top: 5px;
  }
  .p-serial_in {
    width: 90%;
  }
  .p-serial_in__tips {
    margin-bottom: 24px;
    font-size: 10px;
  }
  .c-form__main {
    margin-bottom: 56px;
    padding: 36px 0;
  }
  .c-form__line-item {
    display: block;
  }
  .c-form input[type="text"] {
    width: 130px;
    padding: 6px 8px;
    font-size: 16px;
  }
  .c-form input[type="text"].min {
    width: 70px;
  }
  .c-form textarea {
    padding: 6px 8px;
    font-size: 16px;
  }
  .c-form .c-form_btn__item {
    width: 140px;
    padding: 10px 0 8px;
    font-size: 13px;
  }
  .c-form select {
    padding: 6px 8px;
    font-size: 16px;
  }
  .c-form_data__title {
    font-size: 14px;
  }
  .c-form_data__inner {
    font-size: 12px;
  }
  .p-serial_thanks__text {
    font-size: 20px;
  }
  .p-serial_thanks__btn {
    width: 240px;
    margin-top: 62px;
    padding: 18px 0 14px;
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  .p-serial_info__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-form__line-item {
    margin-right: 20px;
  }
}
