@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    Sans-Serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #f1f1f1;
  color: #333333;
  padding: 0;
  margin: 0;
}

a {
  color: dodgerblue;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: dodgerblue;
  text-decoration: underline;
}
a:visited {
  color: dodgerblue;
  text-decoration: underline;
}

fieldset {
  border: none;
}

input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: middle;
  cursor: pointer;
}

select {
  cursor: pointer;
}

img {
  display: block;
  vertical-align: bottom;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: 0.7rem;
  line-height: 1.4;
  margin: 0;
  padding: 10px 0 15px;
}
@media screen and (min-width: 641px) {
  p {
    font-size: 0.8rem;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

h4 {
  margin: 0 0 15px 0;
}

@media screen and (min-width: 641px) {
  .break-pc {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .break-sp {
    display: none;
  }
}

.bg {
  background: url("../images/bg.jpg") no-repeat;
  background-size: cover;
  min-height: 500px;
  padding: 20px 0;
}
@media screen and (max-width: 639px) {
  .bg {
    background: url("../images/bg_sp.jpg") no-repeat;
    background-size: cover;
    padding: 0;
  }
}

.bg2 {
  background: #f1f1f1;
  /* background: url('../images/bg2.jpg') no-repeat; */
  background-size: cover;
  min-height: 500px;
  padding: 20px 0 0;
}
@media screen and (max-width: 639px) {
  .bg2 {
    /* background: url('../images/bg_sp2.jpg') no-repeat; */
    background-size: cover;
    padding: 0;
  }
}

.terms-link {
  text-align: right;
}

.catch-copy {
  text-align: center;
  background: white;
  border-top: 1px solid gainsboro;
  color: #202bb8;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}

.catch-copy_main {
  text-align: center;
  background: url("../images/bgmain.jpg");
  border-top: 1px solid gainsboro;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}

.catch-copy_main-image {
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .catch-copy_main-image {
    width: 100%;
    height: auto;
  }
}

.button {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #556380;
  border-radius: 5px;
  transition: none;
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    Sans-Serif;
  color: white;
  overflow: hidden;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  background-color: #fec439;
  background-image: linear-gradient(to bottom, #556380, #414b64);
  padding: 0;
  cursor: pointer;
}
.button:visited {
  color: white;
}
.button:hover {
  color: white;
  background-color: #fecc52;
  background-image: linear-gradient(to bottom, #68728d, #545d73);
  text-decoration: none;
}

.button_back {
  text-align: center;
  /* color: #145ea3; */
  color: #58b530;
  font-size: 0.8rem;
  cursor: pointer;
  font-weight: bold;
  margin-top: 50px;
}
@media screen and (max-width: 639px) {
  .button_back {
    padding-top: 5px;
    margin-top: 25px;
  }
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.step__button-area {
  width: 100%;
  position: relative;
  height: 115px;
  margin: 0 auto 50px;
  /* padding: 90px 15px 0px; */
  padding: 0 15px;
}
@media screen and (max-width: 639px) {
  .step__button-area {
    height: 95px;
  }
}

.button_solid,
.step__button-area > div {
  position: relative !important;
}

.button_solid,
.step__button-area > div > input[type="submit"] {
  /* width: calc(100% - 30px); */
  width: auto;
  min-width: 300px;
  z-index: 99;
  top: 15px;
  position: absolute;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border: none;
  border-radius: 50px;
  color: #ff6800;
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 20px #ff6800;
  border: 1px solid #ff6800;
  margin: 0px auto 15px;
  padding: 0 20px;
  cursor: pointer;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "游ゴシック体",
    "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-color: #ff6800;
}

.step__button-area > button {
  position: relative;
  /* margin-top: 50px; */
}

.button_solid,
.step__button-area > div::after {
  position: absolute;
  content: "＞";
  color: #ff6800;
  width: 48%;
}
.step__button-area > button::after {
  position: absolute;
  content: "＞";
  color: #ff6800;
  width: 15%;
}

#step_div3 .step__button-area > div::after {
  display: none !important;
}

.button_back::before {
  content: "＜ ";
  color: #000;
}
.button_back::after {
  content: none !important;
}

.button_solid:hover,
.step__button-area > div > input[type="submit"]:hover {
  background: #fff;
}

.button_solid:hover,
.button_tap {
  /* width: calc(100% - 30px); */
  height: 60px;
  line-height: 60px;
  background: #ff6800;
  border-radius: 50px;
  font-size: 22px;
  color: white;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 5px, 0);
  box-shadow: 0 4px 20px #ff6800;
  margin: 0px auto 15px;
  cursor: pointer;
  max-width: 522px;
}

.button_solid:hover::after {
  color: #fff;
}

@media screen and (max-width: 639px) {
  .button_solid:hover,
  .button_tap {
    margin: 0 auto 10px;
  }
}

a:link.button_client1,
a:visited.button_client1 {
  display: block;
  background: #3399ff;
  border: 1px solid #08b1ff;
  font-size: 15px;
  color: white;
  margin-top: 5px;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
}

a:hover.button_client1 {
  color: white;
  background: #3399ff;
  border: 1px solid #08b1ff;
}

a:link.button_client2,
a:visited.button_client2 {
  display: block;
  width: 80%;
  margin: 0 auto;
  background: #336dff;
  border: 1px solid #08b1ff;
  font-size: 18px;
  color: white;
  margin-top: 10px;
  padding: 13px;
  border-radius: 4px;
  text-align: center;
}

a:hover.button_client2 {
  color: white;
  background: #36dfff;
  border: 1px solid #08b1ff;
}

.change-with-device__sp {
  display: block;
}
@media screen and (min-width: 641px) {
  .change-with-device__sp {
    display: none;
  }
}

.change-with-device__pc {
  display: none;
}
@media screen and (min-width: 641px) {
  .change-with-device__pc {
    display: block;
  }
}

.content {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .content {
    width: 100%;
  }
}

.error,
.error_message {
  display: inline-block;
  width: 100%;
  color: red;
  font-size: 0.9rem;
  margin: 2px 0;
}

.footer {
  width: 100%;
  text-align: center;
  background: #484848;
  color: white;
  font-size: 0.9rem;
  padding: 20px 0;
}
@media screen and (max-width: 639px) {
  .footer {
    font-size: 0.6rem;
  }
}

.form {
  background: rgba(255, 255, 255, 0.7);
  width: 650px;
  height: 540px;
  margin: 30px auto;
}
@media screen and (max-width: 639px) {
  .form {
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    margin: 0;
  }
}

.form2 {
  background: #f1f1f1;
  width: 650px;
  min-height: 540px;
  margin: 30px auto;
  border-radius: 5px;
}
@media screen and (max-width: 639px) {
  .form2 {
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    margin: 0;
  }
}

.formtable {
  min-height: 290px;
}
@media screen and (max-width: 639px) {
  .formtable {
    /* min-height: 325px; */
    min-height: 225px;
  }
}

.form__checkbox {
  width: 30%;
  float: left;
  margin: 0 7px 7px 0;
  line-height: 55px;
  font-size: 0.7rem;
  font-weight: normal;
  color: #707070;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid gainsboro;
  border-radius: 3px;
  background: white;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .form__checkbox {
    width: 100px;
    font-size: 0.8rem;
    margin: 0 7px 0 0;
  }
  .form__checkbox:hover {
    background-color: #ff7c7c;
    border: 1px solid #ff7c7c;
    color: white;
  }
  .form__checkbox:active {
    background: white;
    border: 1px solid gainsboro;
    color: #707070;
  }
}

.form__required {
  display: inline-block;
  font-size: 0.6rem;
  color: #202bb8;
  font-weight: normal;
  background: white;
  border: 1px solid #202bb8;
  padding: 2px 10px;
  margin: 0 5px 3px;
  border-radius: 2px;
}

.form__body {
  padding: 0 15px 8px;
  font-size: 0.7rem;
  margin: 0;
}

.form__body > div {
  zoom: 1;
  content: " ";
  display: block;
  clear: both;
}
.form__body > div:before,
.form__body > div:after {
  content: "";
  display: table;
}
.form__body > div:after {
  clear: both;
}

.form__body > span {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 0.8rem;
  margin-top: 5px;
}

.form__heading {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  /* color: #0099ff; */
  color: #000;
  padding: 30px 15px 15px;
  display: flex;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .form__heading {
    padding: 30px 15px 10px;
  }
}

.form__body > input[type="text"],
.form__body > input[type="tel"],
.form__input,
.form__body > textarea,
input[type="email"].is_email {
  /* border: 1px solid #c2c2c2; */
  border: 1px solid #fff;
  padding: 15px 10px;
  width: 100%;
  font-size: 16px;
  /* border-radius: 4px; */
  border-radius: 6px;
  box-shadow: none;
}
.form__body > input[type="text"]:placeholder-shown,
.form__body > input[type="text"]::-webkit-input-placeholder,
.form__body > input[type="tel"]:placeholder-shown,
.form__body > input[type="tel"]::-webkit-input-placeholder,
.form__input:placeholder-shown,
.form__input::-webkit-input-placeholder,
.form__body > textarea:placeholder-shown,
.form__body > textarea::-webkit-input-placeholder,
input[type="email"]:placeholder-shown,
input[type="email"]::-webkit-input-placeholder {
  color: #d4d4d4;
}

.form__body > textarea {
  height: 100px;
}

.form__input-checkbox[type="checkbox"]:checked + label {
  background-color: #ff7c7c;
  border: 1px solid #ff7c7c;
  color: white;
}

.form__selectbox,
select {
  width: 100%;
  height: 50px;
  background: #fff;
  /* border: 1px solid #c2c2c2; */
  border-color: #fff;
  font-size: 16px;
  padding: 10px;
  border-radius: 6px;
}

.form__textbox,
.form__items > input {
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 1px solid gainsboro;
  font-size: 16px;
  border-radius: 3px;
}

input[type="checkbox"] {
  display: none;
}

.form__body > .mwform-checkbox-field {
  float: left;
  display: inline-block;
  width: 15%;
  margin-right: 10px;
}
@media screen and (max-width: 639px) {
  .form__body > .mwform-checkbox-field {
    width: 33%;
    margin: 10px 0 5px;
  }
}

.form__body > div > span > label {
  float: left;
  display: block;
  background: white;
  border: 1px dashed #202bb8;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 0.9rem;
  border-radius: 90px;
  cursor: pointer;
  margin: 10px 10px 0;
}

.form__body > div > span > label.form__radio_checked {
  background: #202bb8;
  color: white;
}

.header {
  background: white;
}

.header__inner {
  width: 1024px;
  max-width: 90%;
  margin: 0 auto;
  padding: 10px;
  zoom: 1;
  content: " ";
  display: block;
  clear: both;
}
.header__inner:before,
.header__inner:after {
  content: "";
  display: none;
}
.header__inner:after {
  clear: both;
}
@media screen and (max-width: 639px) {
  .header__inner {
    width: 100%;
  }
}

.header__logo {
  width: 200px;
  height: auto;
}

.header__image {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .header__image {
    padding-top: 12px;
  }
}

.header__text {
  padding: 15px;
  font-size: 20px;
}
@media screen and (max-width: 639px) {
  .header__logo {
    width: 140px;
    height: auto;
  }
  .header__text {
    padding-right: 0;
    text-align: left !important;
    font-size: 12px;
  }
}

/* @media screen and (max-width: 639px) {
    .header__text {
      width: 50%; } 
    } */

.horizontal-container {
  width: 100%;
  padding: 0;
  zoom: 1;
  content: " ";
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.horizontal-container__item1 {
  display: block;
  border-top: 1px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 2px;
}

@media screen and (max-width: 639px) {
  .horizontal-container__item_sp,
  .horizontal-container__item-right_sp {
    width: 100%;
    float: none;
  }
}

.list {
  list-style: none;
}

.list_decimal {
  list-style-type: decimal;
}

.list_upper-alpha {
  list-style-type: upper-alpha;
}

.note {
  display: inline-block;
  color: #999999;
  font-size: 0.7rem;
  font-weight: normal;
  margin-top: 2px;
}
@media screen and (max-width: 639px) {
  .note {
    font-size: 0.7rem;
  }
}

.note_no-space {
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 639px) {
  .note_no-space {
    text-align: left;
  }
}

.step {
  width: 100%;
}

.step-flow {
  width: 100%;
  /* zoom: 1;
  content: ' '; */
  display: flex;
  /* clear: both; */
  justify-content: center;
  gap: 0 15px;
  padding-top: 20px;
}
/* .step-flow:before,
.step-flow:after {
  content: '';
  display: table;
}
.step-flow:after {
  clear: both;
} */

.step-flow_landing {
  width: 100%;
}

.step-flow__item {
  /* float: left; */
  position: relative;
  /* width: 25%; */
  height: 36px;
  line-height: 38px;
  /* font-size: 16px; */
  font-size: 0.9em;
  text-align: center;
  color: #ddd;
  /* background: whitesmoke; */
  background: #fff;
  border-radius: 12px;
  padding: 0 10px;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: Barlow, sans-serif;
}
/* .step-flow__item::after {
  border-left: 10px solid whitesmoke;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: '';
  position: absolute;
  left: 39%;
  top: 25%;
  margin-left: 50px;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .step-flow__item::after {
    left: 41%;
  }
}
@media screen and (min-width: 641px) {
  .step-flow__item::after {
    margin-left: 95px;
  }
} */

@media screen and (min-width: 641px) {
  .step-flow__item_landing::after {
    margin-left: 130px;
  }
}

.step-flow_landing-next-step {
  margin-top: 75px;
  margin-top: 80px;
}
@media screen and (min-width: 641px) {
  .step-flow_landing-next-step::after {
    margin-left: 130px;
  }
}

/* .step-flow__item_dark {
  background: #e8e8e8;
} */
.step-flow__item_dark::after {
  border-left: 10px solid #e8e8e8;
}

.step-flow__item_now {
  background: #314c84;
  color: white;
  /* font-size: 16px; */
  font-size: 0.9em;
  font-weight: bold;
}
/* .step-flow__item_now::after {
  border-left: 10px solid #202bb8;
} */

.step-flow__item_now::after {
  border-left: 10px solid #fff;
}

.step-flow__step1 {
  z-index: 5;
}

.step-flow__step2 {
  z-index: 4;
}

.step-flow__step3 {
  z-index: 3;
}

.step-flow__step4 {
  z-index: 2;
}
.step-flow__step4::after {
  border: none;
}

.step-flow__text {
  position: relative;
  z-index: 10;
  /* font-size: 16px; */
  font-size: 0.9em;
}

.step-flow__item_now .step-flow__text {
  /* font-size: 16px; */
  font-size: 0.9em;
}

.step {
  width: 100%;
  margin: 0 auto;
}

.step__inner {
  width: 600px;
  height: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .step__inner {
    width: 100%;
    height: 290px;
    padding: 0 10px;
  }
}

.step__text {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #202bb8;
}
@media screen and (max-width: 639px) {
  .step__text {
    font-size: 12px;
    margin-top: 0;
  }
}

.step__temes-link {
  text-align: center;
  font-size: 0.6rem;
  padding: 5px;
}

.bar_title {
  padding: 18px;
}

.gosyoukai {
  color: #007fc3;
  font-size: 20px;
}

.lp08_companyimg {
  display: inline-block;
  width: 800px;
}
@media screen and (max-width: 1218px) {
  .lp08_companyimg {
    width: 100%;
    height: auto;
  }
}

/* .step__button-area { */
/* display: flex; */
/* justify-content: center; */
/* } */

.button_sono2 {
  /* font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka,
    'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "游ゴシック体",
    "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /* font-size: 20px; */
}

.button_sono2:hover {
  /* font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka,
    'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "游ゴシック体",
    "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /* font-size: 20px; */
}

.button_send.sended::after {
  content: none;
}

.fv_text {
  color: #fff;
  background: #314c84;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 639px) {
  .fv_text {
    font-size: 14px;
  }
}

.button_solid:hover,
.button_tap {
  padding: 0;
}

.pc-disp {
  display: block;
}

.sp-disp {
  display: none;
}

@media screen and (max-width: 639px) {
  .pc-disp {
    display: none;
  }

  .sp-disp {
    display: block;
  }
}

.table {
  background-color: #f1f1f1;
  position: relative;
}

.table .inner {
  width: 1024px;
  margin: 0 auto;
  max-width: 90%;
}

.table h3 {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

.table table,
.table th,
.table td {
  border: 1px solid #707070;
  border-collapse: collapse;
  width: 100%;
}

.table table th {
  background-color: #314c84;
  padding: 30px;
  text-align: center;
  vertical-align: middle;
  width: 35%;
  color: #fff;
}

.table table td {
  padding: 30px;
  background-color: #fff;
  width: 65%;
}

.table table td span {
  color: #df1c24;
}

@media screen and (max-width: 639px) {
  .table table,
  .table th,
  .table td {
    border: none;
    border-collapse: collapse;
  }

  .table table th {
    background-color: transparent;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    display: block;
    color: #314c84;
    border-bottom: 4px solid #314c84;
  }

  .table table td {
    padding: 30px 0;
    background-color: transparent;
    width: 100%;
    display: block;
  }
}

.barnner_block {
  width: 100%;
  height: 180px;
}

.barnner_block .contact {
  background: linear-gradient(
    to top,
    #df1c24,
    #e49f00 50%,
    #ffa400 75%,
    #eda23b 100%
  );
  transition: all 0.5s ease;
  border-bottom: rgba(159, 56, 58, 1) 2px solid;
  border-right: rgba(159, 56, 58, 0.7) 1px solid;
  width: 60%;
  margin: 40px 20%;
  height: 100px;
  border-radius: 50px;
  float: left;
}

.barnner_block .contact a {
  height: 100%;
  margin: 0;
  padding: 20px 0 0;
  font-size: 22px;
  line-height: 30px;
  text-shadow: 0 -2px 0 #000;
  background-image: url(../../img/km/btn_arr.png);
  background-position: top 40px right 20px;
  background-size: 25px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 639px) {
  .barnner_block {
    width: 100%;
    height: 180px;
  }

  .barnner_block .contact {
    background: linear-gradient(
      to top,
      #df1c24,
      #e49f00 50%,
      #ffa400 75%,
      #eda23b 100%
    );
    transition: all 0.5s ease;
    border-bottom: rgba(159, 56, 58, 1) 2px solid;
    border-right: rgba(159, 56, 58, 0.7) 1px solid;
    width: 100%;
    margin: 40px auto;
    height: 100px;
    border-radius: 50px;
    float: left;
  }

  .barnner_block .contact a {
    height: 100%;
    margin: 0;
    padding: 20px 0 0;
    font-size: 18px;
    line-height: 30px;
    text-shadow: 0 -2px 0 #000;
    background-image: url(../../img/km/btn_arr.png);
    background-position: top 40px right 20px;
    background-size: 25px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
}

.km .foot {
  text-align: center;
  color: #fff;
  background-color: #314c84;
  padding: 10px 0;
  width: 100%;
}

.km .foot a {
  color: #fff;
}

.km-logo {
  width: 150px;
  margin: 0 auto 20px;
  display: block;
}

h2.ttl_ranking {
  position: relative;
  padding: 1.2rem 2rem;
  color: #fff;
  font-size: 28px;
  border-radius: 10px;
  background: #e9851e;
  width: 960px;
  margin: 0 auto 30px;
  text-align: center;
  font-weight: bold;
  max-width: 90%;
}

h2.ttl_ranking:after {
  position: absolute;
  bottom: -35px;
  width: 0;
  height: 0;
  content: "";
  border-width: 25px 25px 0 25px;
  border-style: solid;
  border-color: #e9851e transparent transparent transparent;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 640px) {
  h2.ttl_ranking {
    position: relative;
    padding: 0.5rem 0.5rem;
    color: #fff;
    font-size: 17px;
    border-radius: 10px;
    background: #e9851e;
    width: 960px;
    margin: 0 auto 20px;
    text-align: center;
    font-weight: bold;
    max-width: 95%;
  }

  h2.ttl_ranking:after {
    position: absolute;
    bottom: -20px;
    width: 0;
    height: 0;
    content: "";
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: #e9851e transparent transparent transparent;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
}

.tab_top {
  border-bottom: 10px solid #e9851e;
  width: 960px;
  max-width: 90%;
  margin: 0 auto 20px;
}

.tab_top ul.tab {
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.tab_top ul.tab li {
  width: 33.4%;
  text-align: center;
  color: #e9851e;
  font-weight: bold;
  font-size: 18px;
}

.tab_top ul.tab li.select {
  color: #fff;
  position: relative;
  font-size: 22px;
}

.tab_top ul.tab li span {
  background-color: #ffffff;
  cursor: pointer;
  display: block;
  padding: 12px 0 12px;
  border-top: 2px solid #e9851e;
  border-left: 2px solid #e9851e;
  border-right: 2px solid #e9851e;
  border-radius: 0 20px 0 0;
}

.tab_top ul.tab li.select span {
  background-color: #e9851e;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
  padding: 12px 0 23px;
}

@media screen and (max-width: 640px) {
  .tab_top ul.tab li {
    font-size: 14px;
  }

  .tab_top ul.tab li span {
    padding: 8px 0 8px;
  }

  .tab_top ul.tab li.select {
    font-size: 18px;
  }

  .tab_top ul.tab li.select span {
    padding: 8px 0 20px;
  }
}

.tab_contents .tab_content {
  display: none;
}

.tab_contents .tab_content.select {
  display: block;
  animation: fadeIn 0.8s ease;
}

.application {
  padding: 2em 4em;
}
.application .application-inner {
  text-align: center;
  margin: 0em auto;
  max-width: 1024px;
  padding: 2em 0;
}
.application .application-inner .application-text {
  font-size: 2em;
  font-weight: bold;
  color: #df1c24;
  padding: 0.5em 0;
}

.application .application-inner .application-button-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0.5em;
}

.button-wrap {
  width: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 8px #808080;
  box-shadow: 0px 4px 8px #808080;
  margin: 0 0.5em;
  padding: 0.7em 1em;
  text-decoration: none;
}

.application .application-inner .application-button-area .inquiry-button-wrap {
  background-color: #ffffff;
  color: #000;
  font-weight: bold;
}

.apply-button-wrap {
  background: rgb(23, 169, 2);
  background: linear-gradient(
    180deg,
    rgba(23, 169, 2, 1) 0%,
    rgba(34, 230, 2, 1) 100%
  );
  color: #fff;
  font-weight: bold;
}

.application .application-inner .application-button-area a:hover {
  text-decoration: none;
}

.apply-button-wrap .apply-button {
  color: #fff;
  text-decoration-color: #fff;
}

@media screen and (max-width: 639px) {
  .application {
    padding: 1em 0em;
  }
  .application .application-inner {
    padding: 2em 0;
  }
  .application .application-inner .application-text {
    font-size: 0.9em;
    padding: 0.5em 0;
  }

  .application .application-inner .application-button-area {
    padding: 0 0.5em;
  }

  .button-wrap {
    width: 250px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 8px #808080;
    box-shadow: 0px 4px 8px #808080;
    margin: 0 0.5em;
    padding: 0.7em 1em;
    text-decoration: none;
  }

  .apply-button-wrap {
    background: rgb(23, 169, 2);
    background: linear-gradient(
      180deg,
      rgba(23, 169, 2, 1) 0%,
      rgba(34, 230, 2, 1) 100%
    );
    color: #fff;
    font-weight: bold;
  }

  .newline-sp {
    display: block;
  }

  .application .application-inner .application-button-area a {
    font-size: 13px;
  }
}
