/* ======================================================================
 variable
====================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
}

img {
  vertical-align: bottom;
}

input,
button,
textarea,
select,
input[type=email],
input[type=password],
input[type=tel],
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: inherit;
  color: inherit;
  padding: 0;
  height: auto;
  line-height: normal;
  border: inherit;
}

select::-ms-expand {
  display: none;
}

label {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.trans {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .trans {
    transition: none;
  }
}

.trans:hover,
.trans:hover img {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .trans:hover,
  .trans:hover img {
    opacity: 1;
  }
}

/* ======================================================================
 newtop
====================================================================== */
body.top .inner:not(body.top .consulInqArea .inner) {
  position: relative;
  margin: 0 auto;
  width: 94%;
  max-width: 1180px;
}

.ntop_mv {
  /* headerの高さ(75px)とbodyのpadding-top(68px)の差分を相殺するための調整 */
  margin-top: 7px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .ntop_mv {
    display: block;
    padding-bottom: 3vw;
    position: relative;
    background: url(../../img/top/mv_bg_r.png) no-repeat 0 0;
    background-size: cover;
  }
  .ntop_mv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100% - 19vw);
    background: linear-gradient(105deg, #9ad3cc 0%, #9ad3cc 60%, #8ecec7 60%);
    z-index: -1;
  }
}

.ntop_mv_img,
.ntop_mv_desc {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .ntop_mv_img,
  .ntop_mv_desc {
    width: 100%;
  }
}

.ntop_mv_img {
  order: 2;
  background: url(../../img/top/mv_bg_r.png) no-repeat 0 0;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .ntop_mv_img {
    background: none;
    margin-bottom: 5vw;
    padding: 0;
    display: block;
  }
}

.ntop_mv_img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ntop_mv_img_pc {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    max-width: 680px;
    width: 100%;
    padding: 1rem;
    justify-content: center;
  }
  .ntop_mv_img_pc img {
    object-fit: contain;
    object-position: bottom center;
    min-height: 0;
  }
}

.ntop_mv_desc {
  position: relative;
  box-sizing: border-box;
  background: #A5D8D2 url(../../img/top/mv_bg_l.png) no-repeat 100% 0;
  background-size: cover;
  padding: 30px 25px 30px clamp(15px, 5%, 10%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .ntop_mv_desc {
    padding: 50px 25px 15px 10%;
  }
}

@media screen and (max-width: 767px) {
  .ntop_mv_desc {
    background: none;
    padding: 0 3%;
  }
}

.ntop_mv_ttl {
  font-weight: 1000;
  letter-spacing: 0.025rem;
  line-height: 1.2;
  color: #fff;
  text-shadow: 3px 3px 6px #2d8f9a;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .ntop_mv_ttl {
    margin-bottom: 0;
  }
}

.ntop_mv_ttl_lg {
  font-size: clamp(1.5rem, 3vw, 5.5rem);
}

.ntop_mv_ttl.sp-only {
  display: none;
  text-align: center;
  padding: 4vw 3%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .ntop_mv_ttl.sp-only {
    display: block;
  }
}

.ntop_mv_ttl.sp-only .ntop_mv_ttl_lg {
  font-size: 7.5vw;
}

.ntop_mv_ttl_sm {
  font-size: clamp(1rem, 2vw, 3.8rem);
}

@media screen and (max-width: 767px) {
  .ntop_mv_ttl_sm {
    font-size: 5vw;
  }
}

.ntop_mv_ttl_sub {
  display: block;
  font-size: clamp(0.8rem, 1.5vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 767px) {
  .ntop_mv_ttl_sub {
    letter-spacing: 0.15vw;
    font-size: 3.5vw;
  }
}

.ntop_mv_ttl_sub::before,
.ntop_mv_ttl_sub::after {
  content: "";
  display: inline-block;
  width: clamp(0.6rem, 1vw, 2.5rem);
  height: clamp(1rem, 1.75vw, 3.9rem);
  vertical-align: middle;
  margin: 0 0.4rem;
  filter: drop-shadow(3px 3px 6px #2d8f9a);
}

@media screen and (max-width: 767px) {
  .ntop_mv_ttl_sub::before,
  .ntop_mv_ttl_sub::after {
    width: clamp(0.6rem, 1.3vw, 2.5rem);
    height: clamp(1rem, 2.275vw, 3.9rem);
  }
}

.ntop_mv_ttl_sub::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='748 355 34 55'%3E%3Cpolygon fill='white' points='781.3 409 761.6 355.7 748.4 355.7 781.3 409'/%3E%3C/svg%3E") no-repeat center / contain;
}

.ntop_mv_ttl_sub::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='748 355 34 55'%3E%3Cpolygon fill='white' points='748.7 409 768.4 355.7 781.6 355.7 748.7 409'/%3E%3C/svg%3E") no-repeat center / contain;
}


.ntop_mv_menu {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6px;
}

.ntop_mv_menu_box {
  position: relative;
  width: 32%;
  box-shadow: 0 6px 0 #FF7D0E;
  background: linear-gradient(to bottom, rgb(255, 232, 0) 0%, rgb(255, 232, 0) 60%, rgb(252, 192, 0) 80%, rgb(255, 162, 14) 100%);
  border-radius: 12px;
  line-height: 1.2;
  transition: transform 0.1s, box-shadow 0.1s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 0.3vw 0.5vw 2vw;
}

@media screen and (max-width: 767px) {
  .ntop_mv_menu_box {
    border-radius: 3px;
    padding-bottom: 4.875vw;
  }
}

.ntop_mv_menu_box:hover {
  transform: translateY(3px);
  box-shadow: 0 3px 0 #FF7D0E;
}

.ntop_mv_menu_box img {
  width: 100%;
}

.ntop_mv_menu_box_sub {
  display: block;
  font-size: clamp(0.6rem, 1.15vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .ntop_mv_menu_box_sub {
    font-size: 2.8vw;
  }
}

.ntop_mv_menu_box_row {
  white-space: nowrap;
  display: flex;
  align-items: baseline;
}

.ntop_mv_menu_box_sm {
  font-size: clamp(0.6rem, 1.15vw, 1.8rem);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .ntop_mv_menu_box_sm {
    font-size: 2.8vw;
  }
}

.ntop_mv_menu_box_mid {
  font-size: clamp(0.8rem, 1.5vw, 2.4rem);
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .ntop_mv_menu_box_mid {
    font-size: 3.75vw;
  }
}

.ntop_mv_menu_box_main {
  display: inline-block;
  font-size: clamp(1rem, 2vw, 3rem);
  font-weight: 900;
  letter-spacing: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ntop_mv_menu_box_main {
    font-size: 4.85vw;
  }
}

.ntop_mv_menu_box_sup{
  font-size: clamp(0.25rem, 0.75vw, 1rem);
  position: absolute;
  top: 0;
  right: clamp(-1.5rem, -1.125vw, -0.3rem);
}

@media screen and (max-width: 767px) {
  .ntop_mv_menu_box_sup {
    font-size: clamp(0.25rem, 1.75vw, 1rem);
    right: clamp(-1.5rem, -2.5vw, -0.3rem);
  }
}

.ntop_mv_menu_box_narrow {
  display: inline-block;
  margin: 0 -0.2em;
}

.ntop_mv_menu_box::after {
  content: "";
  position: absolute;
  bottom: 0.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(0.4rem,1.35vw, 5rem);
  height: clamp(0.4rem,1.35vw, 5rem);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.19 45.19'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fdb904%7D.cls-2%7Bfill:%23040000%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-2' cx='22.59' cy='22.59' r='22.59'/%3E%3Cpolyline class='cls-1' points='16.23 10.12 16.23 35.07 32.02 22.59 16.79 10.12'/%3E%3C/svg%3E") no-repeat center / contain;
}

@media screen and (max-width: 767px) {
  .ntop_mv_menu_box::after {
    width: 3.25vw;
    height: 3.25vw;
    bottom: 1vw;
  }
}

.ntop_mv_balloon_wrap {
  filter: drop-shadow(2px 4px 1px rgba(41, 158, 145, 0.9));
  padding-bottom: 1vw;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ntop_mv_balloon_wrap {
    width: auto;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .ntop_mv_balloon_wrap {
    width: auto;
    padding-bottom: 3vw;
  }
}

.ntop_mv_balloon {
  position: relative;
  font-weight: 700;
  font-size: clamp(0.9rem, 1.8vw, 2rem);
  padding: clamp(4px, 0.5vw, 10px) clamp(8px, 1.2vw, 22px);
  color: #299e91;
  background: #fff;
  border-radius: 8px;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 auto;
  width: fit-content;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ntop_mv_balloon {
    font-size: clamp(1rem, 2.5vw, 2rem);
    padding: clamp(6px, 1vw, 14px) clamp(12px, 2vw, 28px);
  }
}

@media screen and (max-width: 767px) {
  .ntop_mv_balloon {
    font-size: clamp(0.9rem, 4vw, 2rem);
  }
}

.ntop_mv_balloon sup {
  font-size: clamp(0.5rem, 0.8vw, 0.9rem);
  position: relative;
  top: clamp(-6px, -0.5vw, -3px);
}

@media screen and (max-width: 767px) {
  .ntop_mv_balloon sup {
    font-size: clamp(0.5rem, 1.8vw, 0.9rem);
  }
}

.ntop_mv_balloon::after {
  content: "";
  position: absolute;
  bottom: clamp(-10px, -0.9vw, -4px);
  left: 60%;
  transform: translateX(-66.25%);
  width: clamp(0.6rem, 1.5vw, 1.8rem);
  height: clamp(0.4rem, 1vw, 1.2rem);
  background: #fff;
  clip-path: polygon(32.5% 0%, 0% 100%, 100% 0%);
}

@media screen and (max-width: 767px) {
  .ntop_mv_balloon::after {
    bottom: clamp(-14px, -2.85vw, -8px);
    width: clamp(1.2rem, 4vw, 2.5rem);
    height: clamp(0.8rem, 3vw, 1.8rem);
  }
}

.ntop_mv_att {
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .ntop_mv_att {
    font-size: 8px;
    line-height: 10px;
    margin-top: 5px;
  }
}

/* priorityNotice
-------------------------------------------------- */
.priorityNotice {
  max-width: var(--main_width);
  width: 97%;
  padding: 15px 10px;
  margin: 15px auto;
  color: #ff5555;
  font-weight: 800;
  border: 3px solid #d6d6d6;
  background: #fff;
}

.priorityNotice a {
  color: #215274;
}

@media screen and (max-width: 767px) {
  #testDisp {
    padding: 15px 10px;
  }
}

.ntop_bnr {
  margin-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .ntop_bnr {
    width: 100%;
    margin-top: 20px !important;
  }
}

.ntop_search {
  overflow: hidden;
  background: #FFF;
  border: 3px solid #8ECEC7;
  border-radius: 10.5px;
  margin: 80px auto 120px;
  max-width: 826px;
}

@media screen and (max-width: 767px) {
  .ntop_search {
    border-radius: 10px;
    margin-top: 40px;
    border-width: 2px;
    width: 96%;
  }
}

.ntop_search_ttl {
  font-weight: 700;
  background: #8ECEC7;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  padding: 2.1px 0 4.2px;
}

@media screen and (max-width: 767px) {
  .ntop_search_ttl {
    font-size: 20px;
    padding: 1px 0 4px;
  }
}

.ntop_search_list_box {
  background: #8ECEC7;
  border-radius: 7px;
  padding: 4.2px 14px 4.2px;
  margin-top: 21px;
}

@media screen and (max-width: 767px) {
  .ntop_search_list_box {
    border-radius: 5px;
    margin-top: 20px;
    padding: 6px 10px;
  }
}

.ntop_search_list_ttl {
  cursor: pointer;
  font-weight: 700;
  color: #FFF;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 24.5px;
  background-image: url(../../img/common/ico_plus_wh.svg);
  font-size: 18.9px;
}

@media screen and (max-width: 767px) {
  .ntop_search_list_ttl {
    text-align: left;
    font-size: 15px;
    background-size: 21px;
  }
}

.ntop_search_list_ttl._active {
  background-image: url(../../img/common/ico_minus_wh.svg);
}

.ntop_search_list_desc {
  display: none;
  padding: 0 80.5px 9.8px 0;
}

@media screen and (max-width: 767px) {
  .ntop_search_list_desc {
    padding: 6px 0;
  }
}

.ntop_budget {
  background: linear-gradient(to right, rgb(231, 245, 247) 1%, rgb(231, 245, 247) 10%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgb(231, 245, 247) 90%, rgb(231, 245, 247) 100%);
  border-top: 3px solid #215274;
  border-bottom: 3px solid #215274;
  padding: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .ntop_budget {
    margin-top: 50px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding: 0 0 25px;
  }
}

.ntop_budget_ttl {
  font-weight: 700;
  position: relative;
  color: #FFF;
  text-align: center;
  background: #215274;
  margin: 0 auto;
  width: 90%;
  max-width: 820px;
  font-size: 40px;
  transform: skewX(-20deg);
  padding: 4px 0;
  top: -40px;
}

@media screen and (max-width: 1274px) {
  .ntop_budget_ttl {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ntop_budget_ttl {
    font-size: 20px;
    top: -1.5rem;
  }
}

.ntop_budget_ttl span {
  display: block;
  transform: skewX(20deg);
}

.ntop_budget_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .ntop_budget_list {
    display: block;
    margin: -20px 0 0;
  }
}

.ntop_budget_list_box {
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 30px;
}

@media screen and (max-width: 1274px) {
  .ntop_budget_list_box {
    padding: 0 2%;
  }
}

@media screen and (max-width: 767px) {
  .ntop_budget_list_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding: 20px 0;
  }
}

.ntop_budget_list_box:not(:last-child) {
  border-right: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .ntop_budget_list_box:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #707070;
  }
}

.ntop_budget_list_img {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .ntop_budget_list_img {
    margin: 0 0 4%;
    width: 46%;
  }
}

.ntop_budget_list_img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ntop_budget_list_desc {
    letter-spacing: normal;
    width: 50%;
  }
}

.ntop_budget_list_btn {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-items: center;
  background: #FFF;
  border: 2px solid #215274;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  max-width: 298px;
  height: 60px;
  border-radius: 60px;
}

@media screen and (max-width: 767px) {
  .ntop_budget_list_btn {
    height: 50px;
    margin-bottom: 10px;
  }
}

.ntop_budget_list_btn img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 216px;
}

@media screen and (max-width: 767px) {
  .ntop_budget_list_btn img {
    max-width: 150px;
  }
}

.ntop_budget_list_tag {
  text-align: center;
  color: #939393;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .ntop_budget_list_tag {
    text-align: left;
    font-size: 13px;
  }
}

.ntop_budget_list_txt {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

@media screen and (max-width: 1274px) {
  .ntop_budget_list_txt {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .ntop_budget_list_txt {
    text-align: left;
    font-size: 13px;
    line-height: 17px;
  }
}

.ntop_budget_link {
  font-weight: 700;
  color: #215274;
  margin: 0 auto;
  display: table;
  border-bottom: 3px solid #215274;
  background: url(../../img/common/arw_r_or.svg) no-repeat 100% 50%;
  background-size: 20px;
  font-size: 27px;
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  .ntop_budget_link {
    font-size: 13px;
    border-bottom-width: 1px;
    background-size: 10px;
    padding-right: 10px;
  }
}

.ntop_budget_cap {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
}

@media screen and (max-width: 1274px) {
  .ntop_budget_cap {
    text-align: center;
    position: static;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ntop_budget_cap {
    font-size: 8px;
  }
}

.ntop_lifestyle {
  border-top: 4px solid #8ECEC6;
  border-bottom: 4px solid #8ECEC6;
  background: url(../img/top/lifestyle_bg.png) repeat-y 0 0;
  background-size: 100%;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .ntop_lifestyle {
    padding: 120px 0 40px;
  }
}

.ntop_lifestyle_ttl {
  margin: -200px auto 0;
  width: 100%;
  max-width: 894px;
}

.ntop_lifestyle_list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .ntop_lifestyle_list {
    display: block;
    margin-top: 20px;
  }
}

.ntop_lifestyle_list_btn {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .ntop_lifestyle_list_btn {
    width: auto;
    display: block;
  }

  .ntop_lifestyle_list_btn:not(:last-child) {
    margin-bottom: 30px;
  }
}

.ntop_lifestyle_list_btn img {
  width: 100%;
}

.ntop_voice {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .ntop_voice {
    padding: 40px 0;
  }
}

.ntop_voice_ttl {
  font-weight: 700;
  text-align: center;
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .ntop_voice_ttl {
    font-size: 22px;
  }

  .ntop_voice_ttl img {
    width: 234px;
  }
}

.ntop_voice_slider {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .ntop_voice_slider {
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    height: 600px;
  }

  .ntop_voice_slider._active {
    height: auto;
  }
}

.ntop_voice_slider .slick-track {
  display: flex;
}

.ntop_voice_slider .slick-slide {
  height: auto !important;
}

.ntop_voice_slider .slick-slide>div {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .ntop_voice_slider .slick-slide>div {
    height: auto;
  }
}

.ntop_voice_slider_box {
  height: 100%;
  padding-bottom: 20%;
}

@media screen and (max-width: 767px) {
  .ntop_voice_slider_box {
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.16);
    padding-bottom: unset;
  }

  .ntop_voice_slider_box:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ntop_voice_slider_box._man .ntop_voice_slider_top {
    background: #215274;
  }
}

.ntop_voice_slider_box._man .ntop_voice_slider_desc {
  border-color: #215274;
}

.ntop_voice_slider_box._man .ntop_voice_slider_prof {
  background: #215274;
}

.ntop_voice_slider_box._man .ntop_voice_slider_prof_box:first-child {
  color: #215274;
}

@media screen and (max-width: 767px) {
  .ntop_voice_slider_box._woman .ntop_voice_slider_top {
    background: #FF8181;
  }
}

.ntop_voice_slider_box._woman .ntop_voice_slider_desc {
  border-color: #FF8181;
}

.ntop_voice_slider_box._woman .ntop_voice_slider_prof {
  background: #FF8181;
}

.ntop_voice_slider_box._woman .ntop_voice_slider_prof_box:first-child {
  color: #FF8181;
}

@media screen and (max-width: 767px) {
  .ntop_voice_slider_top {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .ntop_voice_slider_img {
    width: 30%;
  }

  .ntop_voice_slider_img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

.ntop_voice_slider_desc {
  height: 82%;
  overflow: hidden;
  background: #FFF;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.16);
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .ntop_voice_slider_desc {
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

.ntop_voice_slider_prof {
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 6px;
}

@media screen and (max-width: 767px) {
  .ntop_voice_slider_prof {
    justify-content: center;
    padding: 0 0 5px;
  }
}

.ntop_voice_slider_prof_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  width: 60px;
  min-height: 60px;
  max-height: 76px;
  margin: 0 5px 0 0;
  font-size: 19px;
  line-height: 26px;
}

.ntop_voice_slider_prof_desc {
  display: flex;
  flex-wrap: wrap;
  width: 188px;
}

.ntop_voice_slider_prof_box {
  position: relative;
  background: #FFF;
  height: fit-content;
  line-height: 1;
  font-size: 16px;
  padding: 6px 2px;
  margin: 0 5px 4px 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .ntop_voice_slider_prof_box {
    font-size: 12px;
    padding: 3px;
    margin: 5px 5px 0 0;
  }
}

.ntop_voice_slider_prof_box._gold {
  background: #B28B26;
  color: #FFF;
}

.ntop_voice_slider_prof_box._silver {
  background: #948F81;
  color: #FFF;
}

.ntop_voice_slider_prof a:hover {
  top: 3px;
}

.ntop_voice_slider_txt {
  padding: 15px;
  font-size: 15px;
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  .ntop_voice_slider_txt {
    box-sizing: border-box;
    letter-spacing: normal;
    width: 70%;
    font-size: 13px;
    line-height: 20px;
    padding: 10px;
  }
}

.ntop_voice_slider .slick-arrow {
  top: auto;
  bottom: 35%;
}

.ntop_voice_slider .slick-arrow.slick-prev {
  left: -55px;
}

@media screen and (max-width: 1274px) {
  .ntop_voice_slider .slick-arrow.slick-prev {
    left: -20px;
  }
}

.ntop_voice_slider .slick-arrow.slick-next {
  right: -55px;
}

@media screen and (max-width: 1274px) {
  .ntop_voice_slider .slick-arrow.slick-next {
    right: -20px;
  }
}

.ntop_voice_slider_more {
  position: relative;
  z-index: 1;
}

.ntop_voice_slider_more::before {
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  height: 150px;
  margin-top: -150px;
}

.ntop_voice_slider_more._active::before {
  display: none;
}

.ntop_voice_slider_more._active .ntop_voice_slider_more_btn {
  display: none;
}

.ntop_voice_slider_more_btn {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background: #215274;
  margin: 0 auto;
  width: 197px;
  height: 35px;
  border-radius: 35px;
  font-size: 14px;
}

.ntop_voice_cap {
  text-align: right;
  font-size: 13px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .ntop_voice_cap {
    font-size: 8px;
  }
}

.beginner_ttl {
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .beginner_ttl {
    font-size: 20px;
    line-height: 1.3;
  }
}

.beginner_ttl::after {
  content: "";
  display: block;
  background: #FF8181;
  margin: 10px auto 0;
  width: 56px;
  height: 3px;
}

@media screen and (max-width: 767px) {
  .beginner_ttl::after {
    width: 32px;
    height: 2px;
  }
}

.beginner_ttl span {
  font-weight: 700;
  color: #FF8181;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .beginner_ttl span {
    font-size: 26px;
  }
}

.beginner_ttl .bk {
  color: #111;
  font-weight: 700;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .beginner_ttl .bk {
    font-size: 26px;
  }
}

.ntop_voice_slider_top {
  height: 22%;
}

@media screen and (min-width: 1101px) and (max-width: 1274px) {
  .ntop_voice_slider_top {
    height: 25%;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .ntop_voice_slider_top {
    height: 17%;
  }
}

@media screen and (max-width: 767px) {
  .ntop_voice_slider_top {
    height: unset;
  }
}

body.top #searchArea .searchArea {
  max-width: none;
  margin: 0 auto;
  padding: 35px;
}

@media screen and (max-width: 1274px) {
  body.top #searchArea .searchArea {
    padding: 2%;
  }
}

@media screen and (max-width: 767px) {
  body.top #searchArea .searchArea {
    padding: 15px;
  }
}

.searchBox>.item {
  max-width: 84px;
  min-width: 84px;
  margin: 7px 0 0;
}

@media screen and (max-width: 1274px) {
  .searchBox>.item {
    width: 18%;
    margin: 2% 0 0;
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .searchBox>.item {
    width: 22.75%;
    min-width: 52px;
    margin: 3% 0 0;
  }
}

.searchBox>.item:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 1274px) {
  .searchBox>.item:not(:last-child) {
    margin-right: 1%;
  }
}

@media screen and (max-width: 767px) {
  .searchBox>.item:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .searchBox>.item:not(:nth-child(4n)) {
    margin-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .top_searchBoxWrapper .searchBox>.item {
    padding: 0;
  }
}

.top_searchArea .searchBox .wap .t {
  border: 2px solid #8ECEC7;
  height: 56px;
}

@media screen and (max-width: 767px) {
  .top_searchArea .searchBox .wap .t {
    height: 52px;
    border-radius: 5px;
  }

  .top_searchArea .searchBox .wap .t:hover {
    background: #FFE800;
  }
}

.searchBox .wap .t .icon {
  height: auto;
  line-height: 1;
  margin: 0;
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .searchBox .wap .t .icon {
    font-size: 2rem;
  }
}

.searchBox.makerBox .wap .t .icon {
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .searchBox.makerBox .wap .t .icon {
    font-size: 2rem;
  }
}

body.top #searchArea .searchTypeTitle {
  border-left: 6px solid #FFE800;
  font-size: 18.9px;
}

@media screen and (max-width: 767px) {
  body.top #searchArea .searchTypeTitle {
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
    border-left-width: 5px;
  }
}

body.top #searchArea .s_name input {
  border: 3px solid #8ECEC7;
  height: 56px;
  border-radius: 7px 0 0 7px;
  font-size: 16.1px;
}

@media screen and (max-width: 767px) {
  body.top #searchArea .s_name input {
    height: 40px;
    font-size: 13px;
    border-width: 2px;
    border-radius: 5px 0 0 5px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  body.top #searchArea .s_wrapper>.inner {
    padding: 0;
  }
}

.s_name_btn {
  background: #8ECEC7;
  border: none;
  height: 56px;
  max-width: 56px;
  min-width: 56px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

@media screen and (max-width: 767px) {
  .s_name_btn {
    height: 40px;
    max-width: 40px;
    min-width: 40px;
    border-radius: 0 10px 10px 0;
  }
}

.s_name_btn:hover {
  border-radius: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  transform: none;
  transition: none;
}

.s_name_btn .icon-search {
  font-size: 1.75rem;
}

@media screen and (max-width: 767px) {
  .s_name_btn .icon-search {
    font-size: 1rem;
  }
}

.top_specialBox {
  margin: 0;
}

.top_specialBox__item {
  margin: 0 0 0 10.5px;
  width: 227.5px;
}

@media screen and (max-width: 767px) {
  .top_specialBox__item {
    width: 48.5%;
    margin: 0;
    padding: 0;
  }
}

.top_specialBox__list {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_specialBox__list {
    justify-content: space-between;
  }
}

.top_specialBox__link::after {
  display: none;
}

.top_specialBox__link {
  border: none;
  padding-right: 0;
  height: 56px;
  border-radius: 56px;
}

@media screen and (max-width: 767px) {
  .top_specialBox__link {
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .top_specialBox__item .top_specialBox__link {
    height: 30px;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .top_specialBox__item .ico {
    width: 6vw;
  }
}

.top_specialBox__item .txt {
  font-size: 16.1px;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .top_specialBox__item .txt {
    font-size: 10px;
  }
}

body.top #searchArea .top_searchBoxWrapper {
  margin: 0;
}

.top_searchBoxWrapper .searchBox {
  justify-content: flex-start;
}

.searchBox {
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .searchBox {
    margin-bottom: 20px;
  }
}

.ntop_search_list_box .searchBox {
  margin: 0;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .ntop_search_list_box .searchBox {
    justify-content: space-between;
  }
}

.ntop_search_list_box .searchBox>.item {
  margin: 0 0 0 14px;
  max-width: 147px;
  min-width: 147px;
}

@media screen and (max-width: 767px) {
  .ntop_search_list_box .searchBox>.item {
    width: 32.5%;
    margin: 0;
  }
}

.ntop_search_list_box .searchBox>.item:not(:last-child) {
  margin-right: 0;
}

.ntop_search_list_box .searchBox .wap .t .name {
  font-size: 16.1px;
}

@media screen and (max-width: 767px) {
  .ntop_search_list_box .searchBox .wap .t .name {
    font-size: 10px;
    padding-bottom: 0;
  }
}

.ntop_search_list_box .searchBox .wap .t {
  border-radius: 56px;
}

@media screen and (max-width: 767px) {
  .ntop_search_list_box .searchBox .wap .t {
    height: 30px;
  }
}

.topBigTitle {
  font-weight: 700;
}

.searchBox .wap .t .name {
  font-size: 0.56rem;
}

@media screen and (max-width: 767px) {
  .searchBox .wap .t .name {
    font-size: 9px;
    line-height: 1.1;
    padding-bottom: 5px;
  }
}

body.top #searchArea .s_wrapper>.inner {
  width: 100%;
}

/*# sourceMappingURL=ntop.css.map */

.bottom-space {
  width: 900px;
}

@media screen and (max-width: 900px) {
  .bottom-space {
    width: 100%;
  }
}

.infoBox .priceBox.discount .price::before,
.infoBox .priceBox.discount .price::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #595959;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.yokuaruFaqArea {
  padding: 30px 0 120px;
  background: #ebf4f5;
  position: relative;
}

.yokuaruFaqCnt {
  max-width: 900px;
  align-items: center;
  margin: 0 auto;
}

.yokuaruFaqInner {
  margin: 0 13px 3rem;
}

@media screen and (max-width: 767px) {
  .yokuaruFaqInner {
    margin-bottom: 2rem;
  }
}

.yokuaruFaqCnt .item {
  padding: 18px;
  margin: 0 0 15px;
  background: #fff;
}

.yokuaruFaqCnt .qArea {
  margin: 0 0 15px;
  align-items: center;
}

.yokuaruFaqCnt .qBtn {
  min-width: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  padding: 0 0 0 1px;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  justify-content: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background-color: #feed02;
}

.yokuaruFaqCnt .qAreaText {
  font-weight: 500;
  line-height: 1.3;
}

.yokuaruFaqCnt .aArea {
  margin: 0 0 15px;
}

.yokuaruFaqCnt .aBtn {
  min-width: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 1px;
  margin-right: 10px;
  display: block;
  background-color: #eee;
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.yokuaruFaqCnt .textLink {
  margin: 0 0 0;
}

.searchBtn .inner.yokuaruFaqBtnLink {
  margin: 0 auto;
}

.ntop_column {
  position: relative;
  background: #E7F5F7;
  padding: 60px 0 70px;
}

.ntop_column .beginner_ttl::after {
  background: #8ECEC7;
}

.ntop_faq {
  position: relative;
  background: #F5F5F5;
  padding: 60px 0 70px;
}

.ntop_faq .beginner_ttl::after {
  background: #111;
}

/*# sourceMappingURL=ntop.css.map */