@import url(../css/drawer.css);

a .txt {
  color: #222; }

#maincontent {
  margin-top: 65px; }
  @media only screen and (min-width: 768px), print {
    #maincontent {
      margin-top: 0; } }

.wrap_mv {
  background: url("../img/mv_land_sp.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: 80px;
  height: 280px;
}
@media only screen and (min-width: 768px), print {
  .wrap_mv {
    background: url("../img/mv_land.jpg") no-repeat;
    background-size: contain;
    background-position: center center;
    height: 460px;
  }
}

.link_blank {
  padding-right: 18px;
  background: url(/common/img/icon_target_blank.svg) no-repeat right 0 center; }

[class^="heading"] .link_blank {
  font-weight: bold; }

.sec_parking_link .box__col .heading04 {
  line-height: 1.5; }

.page_anchor {
  position: relative;
  font-weight: bold;
  margin-right: 1em; }
  .page_anchor:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1em;
    bottom: calc(50% - 5px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #3151a2;
    border-right: 2px solid #3151a2; }

.wrap_news_area {
  margin-top: 0; }
  .wrap_news_area .news_area {
    display: block;
    /*news_head_area*/
    /*news_head_area*/ }
    .wrap_news_area .news_area .news_head_area {
      width: auto; }
    .wrap_news_area .news_area .news_list_area {
      width: auto; }

.wrap_index._lp {
  background-image: url("../img/lp_bg.jpg"); }
  @media only screen and (min-width: 768px), print {
    .wrap_index._lp {
      padding: 100px 0; } }
  .wrap_index._lp .box__pic._txt_wide {
    margin-top: 2em; }
    .wrap_index._lp .box__pic._txt_wide .pic_item._img {
      width: 100%; }
      @media only screen and (min-width: 768px), print {
        .wrap_index._lp .box__pic._txt_wide .pic_item._img {
          width: 20%; } }
      .wrap_index._lp .box__pic._txt_wide .pic_item._img img {
        margin-left: 0; }
    .wrap_index._lp .box__pic._txt_wide .pic_item._txt {
      padding: 0;
      width: 100%; }
      @media only screen and (min-width: 768px), print {
        .wrap_index._lp .box__pic._txt_wide .pic_item._txt {
          width: 80%; } }

.mv_headding {
  position: absolute;
  bottom: 8rem;
  display: flex;
  flex-flow: column;
  /* text-shadow: 0px 0px 10px #0a123a; */
}
@media only screen and (min-width: 768px), print {
  .mv_headding {
    bottom: 12rem; 
  } 
}

.mv_headding__1st-line {
  display: flex;
  align-items: flex-end;
}
.mv_headding__2nd-line {
  display: flex;
  align-items: flex-end;
  margin-top: .5em;
}
.mv_headding__3rd-line {
  display: flex;
  align-items: flex-end;
  margin-top: .5em;
}
.mv_headding__4th-line {
  display: flex;
  align-items: flex-end;
  margin-top: .5em;
}
.mv_headding__west-area {
  display: flex;
  padding-right: .1em;
}
.mv_headding__west-area-1word {
  color: #30539b;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6em;
  height: 1.6em;
}
@media only screen and (min-width: 768px), print {
  .mv_headding__west-area-1word {
    font-size: 32px;
    font-weight: 700;
    width: 1.6em;
    height: 1.6em;
  }
}
.mv_headding__west-area-1word:nth-child(1) {
  z-index: 4;
}
.mv_headding__west-area-1word:nth-child(2) {
  z-index: 3;
}
.mv_headding__west-area-1word:nth-child(3) {
  z-index: 2;
}
.mv_headding__west-area-1word:nth-child(4) {
  z-index: 1;
}
.mv_headding__west-area-1word::before {
  content: '';
  background: #30539b;
  border-radius: 50%;
  position: absolute;
  display: block;
  width: 1.6em;
  height: 1.6em;
  right: 1.4em;
  z-index: 0;
}
.mv_headding__west-area-1word:first-child::before {
  display: none;
}
.mv_headding__small {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding-left: .1em;
}
@media only screen and (min-width: 768px), print {
  .mv_headding__small {
    font-size: 28px;
  }
}
.mv_headding__large {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding-left: .1em;
}
@media only screen and (min-width: 768px), print {
  .mv_headding__large {
    font-size: 40px;
  }
}
.mv_headding__subtitle {
  background: #fff;
  color: #30539b;
  font-size: 9px;
  display: block;
  width: 100%;
  text-align: center;
  padding: .3em;
  font-weight: 700;
  letter-spacing: .4em;
}
@media only screen and (min-width: 768px), print {
  .mv_headding__subtitle {
    font-size: 18px;
  }
}
.mv_headding__ls-medium {
  letter-spacing: .1em;
}
.mv_headding__ls-large {
  letter-spacing: .15em;
}
.meitetsu-group-logo {
  max-width: 70px;
  width: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media only screen and (min-width: 768px), print {
  .meitetsu-group-logo {
    display: none;
    max-width: 130px;
    top: 10px;
    right: 10px;
    bottom: auto;
  }
}
.track-record-wrapper {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width: 768px), print {
  .track-record-wrapper {
    text-align: right;
    margin-top: 50px;
  }
}
.track-record-button {
  font-size: 12px;
  color: #222;
  border: 1px solid #222;
  padding: 1em 2em 1em 1em;
  transition: all .2s ease-out;
  position: relative;
}
@media only screen and (min-width: 768px), print {
  .track-record-button {
    font-size: 14px;
  }
}
.track-record-button::after {
  content: '';
  position: absolute;
  background: url('../img/more_btn_arrow.png') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 10px;
  right: -22px;
  top: 50%;
  margin-top: -5px;
  transition: all .2s ease-out;
}
.track-record-button:hover::after {
  right: -30px;
}
.track-record-button:hover {
  text-decoration: none;
  color: #fff;
  background: #222;
}

.box__col .col_item a {
  text-decoration: none; }

.box__col._col3 {
  margin-top: -2rem; }
  .box__col._col3 .col_item {
    margin-top: 2rem; }

.txt.mt-sm {
  margin-top: 10px; }

.mb0 {
  margin-top: 0; }

.txt.mb-sm {
  margin-bottom: 10px; }

.color_white {
  color: #fff; }

.wrap_contact_box {
  background: transparent;
  padding: 0;
  margin-top: 15px; }
  .wrap_contact_box + .wrap_contact_box {
    margin-top: 10px; }
  .wrap_contact_box._pdf .contact_form a {
    background: #fff;
    border: 2px solid #db4646;
    color: #db4646; }
    .wrap_contact_box._pdf .contact_form a:before {
      content: none; }
    .wrap_contact_box._pdf .contact_form a:hover {
      opacity: 0.8; }
      .wrap_contact_box._pdf .contact_form a:hover .contact_form_txt {
        color: #db4646; }
  .wrap_contact_box .inr_contact_box {
    margin: 0; }
    .wrap_contact_box .inr_contact_box .contact_form {
      padding: 0;
      margin: auto; }

.box__pic {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5rem; }
  .box__pic .pic_item {
    width: 100%; }
    @media only screen and (min-width: 768px), print {
      .box__pic .pic_item {
        width: 50%; } }
    .box__pic .pic_item._txt {
      margin-top: 2rem; }
      @media only screen and (min-width: 768px), print {
        .box__pic .pic_item._txt {
          margin-top: 0; } }
      @media only screen and (max-width: 767px) {
        .box__pic .pic_item._txt {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
    @media only screen and (max-width: 767px) {
      .box__pic .pic_item._img {
        margin-top: 0; } }
  .box__pic .inr_contact_box .contact_form {
    width: 100%; }

.qs_wrap__table td {
  background: rgba(255, 255, 255, 0.8); }

.inner_g_header {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
  background: #fff;
  padding-left: 15px; }
  @media only screen and (min-width: 768px), print {
    .inner_g_header {
      height: auto;
      display: block; } }

.heading_lp {
  line-height: 1.4;
  margin: 0 0 0.5em;
  color: #3151a2;
  border-radius: 2px;
  font-weight: 700; }
  .heading_lp._style01 {
    font-size: 20px;
    font-size: 2rem; }
    @media only screen and (min-width: 768px), print {
      .heading_lp._style01 {
        font-size: 30px;
        font-size: 3rem; } }
  .heading_lp._style02 {
    font-size: 16px;
    font-size: 1.6rem; }
    @media only screen and (min-width: 768px), print {
      .heading_lp._style02 {
        font-size: 20px;
        font-size: 2rem; } }
  .heading_lp.color_white {
    color: #fff; }
  .heading_lp._center {
    text-align: center; }

.heading01 {
  border-bottom: 2px solid #ccc; }

.box__pic._txt_wide {
  margin-top: 0; }

#g_header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.g_header {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff; }
  @media only screen and (min-width: 768px), print {
    .g_header {
      z-index: 1000;
      overflow: auto;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      min-width: 1080px;
      -webkit-transition: all 0s;
      -o-transition: all 0s;
      transition: all 0s; } }

.header_ttl a {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-decoration: none; }
  .header_ttl a:hover {
    opacity: 0.6;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s; }

.header_ttl img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

.header_ttl .header_ttl_txt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
  margin-left: 2rem;
  padding-top: 0.5rem; }
  @media only screen and (max-width: 575px) {
    .header_ttl .header_ttl_txt {
      font-size: 14px;
      font-size: 1.4rem; } }

.pc_head {
  display: none;
  border-bottom: 1px solid #f8f8f8; }
  @media only screen and (min-width: 768px), print {
    .pc_head {
      display: block; } }
  .pc_head .wrap_pc_nav {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0; }
  .pc_head .pc_menu_list {
    overflow: hidden;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pc_head .pc_menu_list li {
      font-size: 14px;
      font-size: 1.4rem;
      color: #222;
      font-weight: bold;
      float: left;
      -webkit-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s; }
      @media only screen and (max-width: 575px) {
        .pc_head .pc_menu_list li {
          font-size: 14px;
          font-size: 1.4rem; } }
      .pc_head .pc_menu_list li + li {
        margin-left: 2.5rem; }
      .pc_head .pc_menu_list li a {
        color: #333; }
        .pc_head .pc_menu_list li a:hover {
          text-decoration: none; }
      .pc_head .pc_menu_list li:hover {
        opacity: 0.8;
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        text-decoration: none; }
    .pc_head .pc_menu_list .contact {
      font-size: 16px;
      font-size: 1.6rem;
      min-width: 160px;
      text-align: center;
      background: #0e925f;
      border-radius: 0.2rem; }
      @media only screen and (max-width: 575px) {
        .pc_head .pc_menu_list .contact {
          font-size: 14px;
          font-size: 1.4rem; } }
      .pc_head .pc_menu_list .contact a {
        color: #fff;
        display: block;
        opacity: 1;
        padding: 10px;
        text-decoration: none; }

.sp_head_ttl {
  display: inline-block; }
.sp_head_ttl {
  display: inline-block; 
}
.sp_head_ttl a {
  display: flex;
  align-items: center;
  text-decoration: none; 
}
.sp_head_ttl .header_ttl_txt {
  display: flex;
  align-items: center;
  color: #222;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 1rem; 
}
.sp_head_ttl .header_ttl_txt:hover {
  display: flex;
  align-items: center;
  text-decoration: none; 
}

@media only screen and (min-width: 768px), print {
  .sp_drawer_menu {
    display: none; } }

.sp_drawer_menu .sp_menu li {
  font-size: 14px;
  font-size: 1.4rem;
  color: #222;
  font-weight: bold; }
  @media only screen and (max-width: 575px) {
    .sp_drawer_menu .sp_menu li {
      font-size: 14px;
      font-size: 1.4rem; } }
  .sp_drawer_menu .sp_menu li a {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #f1f1f1;
    text-decoration: none; }
    .sp_drawer_menu .sp_menu li a:first-child {
      border-top: 1px solid #f1f1f1; }
  .sp_drawer_menu .sp_menu li.contact a, .sp_drawer_menu .sp_menu li.entry a {
    color: #fff; }
    .sp_drawer_menu .sp_menu li.contact a:hover:after, .sp_drawer_menu .sp_menu li.entry a:hover:after {
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0s;
      transition: -webkit-transform 0s;
      -o-transition: transform 0s;
      transition: transform 0s;
      transition: transform 0s, -webkit-transform 0s; }
  .sp_drawer_menu .sp_menu li.contact {
    background: #0e925f; }

.sp_btn {
  width: 30px;
  height: 45px;
  padding: 10px 15px;
  background-color: #3151a2;
  position: absolute; }
  .sp_btn span {
    background-color: #fff; }

.drawer-hamburger-icon {
  background-color: #fff;
  margin-top: 0;
  height: 3px;
  border-radius: 10rem; }
  .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    height: 3px;
    background-color: #fff;
    border-radius: 10rem; }

.drawer-hamburger:hover {
  background-color: #3151a2; }

.drawer-open .drawer-hamburger {
  background-color: transparent; }

.drawer-open .sp_drawer_menu .sp_btn span {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
  background-color: #ccc; }

.scroll_fixed {
  position: fixed; }

.drawer-open .sp_btn span {
  background-color: transparent; }

.drawer-nav {
  width: 20rem;
  padding-top: 65px; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 0; }

.googlemapframe {
  width: 100%;
  height: 450px; }

.flow_step img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.wrap_flow_step > .flow_step:last-child .flow_box:after {
  content: none;
}

.flow_step {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  /*_col2*/
}

.flow_step + .flow_step {
  margin-top: 38px;
}

.flow_step._col2 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow_step._col2 + .flow_step._col2 .box__border {
  margin-top: 0;
}

.flow_step._col2 + .flow_step._col2 .flow_pic {
  margin-top: 0;
}

.flow_step._col2 .wrap_flow_box {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -5px;
}

@media only screen and (min-width: 768px), print {
  .flow_step._col2 .wrap_flow_box {
    width: 81.96%;
    margin: auto;
  }
}

.flow_step._col2 .flow_step .flow_box {
  margin: 0;
  width: 50%;
  padding: 0 5px;
}

@media only screen and (min-width: 768px), print {
  .flow_step._col2 .flow_step .flow_box {
    padding: 0;
  }
}

@media only screen and (min-width: 768px), print {
  .flow_step._col2 .flow_step .flow_box + .flow_box {
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 768px), print {
  .flow_step._col2 .flow_pic {
    margin-top: 5rem;
  }
}

.flow_step._col2 .flow_step + .flow_step {
  margin-top: 0;
}

.flow_step .flow_pic {
  width: auto;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px), print {
  .flow_step .flow_pic {
    padding-right: 2rem;
    width: 18.039%;
    margin-bottom: 0;
  }
}

.flow_step .flow_box {
  margin-top: 0;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .flow_step .flow_box {
    width: 81.96%;
  }
}

.flow_step .flow_box:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #3151a2 transparent transparent transparent;
}

@media only screen and (min-width: 768px), print {
  .flow_step .flow_box:after {
    top: calc(100% + 15px);
  }
}

.form {
  padding: 20px;
  background: #fff;
  border: 1px solid #3151a2;
}

@media only screen and (min-width: 768px), print {
  .form {
    padding: 40px 60px;
  }
}

.step-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  width: 100%;
  margin: 50px auto 80px;
}

.step-list_column {
  width: 33.33%;
  position: relative;
}

.step-list_column::after {
  content: '';
  position: absolute;
  border: 1px solid #9ba5c2;
  width: 100%;
  top: 47px;
  left: 57px;
}

@media only screen and (min-width: 768px), print {
  .step-list_column::after {
    left: 85px;
  }
}

.step-list_column:last-child::after {
  content: none;
}

.step {
  color: #9ba5c2;
  position: relative;
  text-align: center;
  z-index: 10;
}

.step.active {
  color: #3151a2;
  position: relative;
}

.step::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #9ba5c2;
  border-radius: 50px;
  margin: auto;
  right: 0;
  bottom: -40px;
  left: 0;
}

.step.active::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #3151a2;
  border-radius: 50px;
  margin: auto;
  right: 0;
  bottom: -40px;
  left: 0;
}

.step.active::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #3151a2;
  border-radius: 50px;
  margin: auto;
  right: 0;
  bottom: -35px;
  left: 0;
}

.step__num {
  font-weight: 700;
  font-size: 12px;
}

.step__txt {
  font-weight: 700;
  font-size: 14px;
}

.form > dl {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #9ba5c2;
  flex-flow: column;
}

@media only screen and (min-width: 768px), print {
  .form > dl {
    flex-flow: row;
    align-items: flex-start;
  }
}

.form > dl:first-child {
  padding-top: 0;
}

.form > dl:last-child {
  padding-bottom: 0;
}

.form > dl:last-child {
  border-bottom: none;
}

.form > dl > dt {
  font-weight: 600;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-right: 2em;
  font-size: 16px;
}

@media only screen and (min-width: 768px), print {
  .form > dl > dt {
    width: 30%;
    justify-content: space-between;
    margin-top: .5em;
  }
}

.form > dl > dt .require::after {
  content: "必須";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  width: 3em;
  text-align: center;
  color: #fff;
  background: #c04242;
  padding: 0.8em 0.3em 0.8em;
  line-height: 0;
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (min-width: 768px), print {
  .form > dl > dt .require::after {
    margin-left: 0;
  }
}

.form > dl > dt .optional::after {
  content: "任意";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  width: 3em;
  text-align: center;
  color: #222;
  background: #dfe1e4;
  padding: 0.8em 0.3em 0.8em;
  line-height: 0;
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (min-width: 768px), print {
  .form > dl > dt .optional::after {
    margin-left: 0;
  }
}

.form > dl > dd {
  width: 100%;
  margin-top: 10px;
}

@media only screen and (min-width: 768px), print {
  .form > dl > dd {
    width: 70%;
    margin-top: 0;
  }
}

.form > dl > dd .flex-row {
  display: flex;
  flex-flow: row;
}

.form > dl > dd .example {
  font-size: 1.2rem;
  color: #656c7e;
  margin-top: 10px;
}

.form > dl > dd .example::before {
  content: '例）';
}

.form > dl > dd > dl {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  flex-flow: column;
}

@media only screen and (min-width: 768px), print {
  .form > dl > dd > dl {
    flex-flow: row;
  }
}

.form > dl > dd > dl:first-child {
  padding-top: 0;
}

.form > dl > dd > dl:last-child {
  padding-bottom: 0;
}

.form > dl > dd > dl > dt {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .form > dl > dd > dl > dt {
    width: 15%;
    margin-top: .75em;
  }
}

.form > dl > dd > dl > dd {
  width: 100%;
  margin-top: 5px;
}

@media only screen and (min-width: 768px), print {
  .form > dl > dd > dl > dd {
    width: 85%;
    margin-top: 0;
  }
}

.form > dl > dd .first-name {
  margin-left: 10px;
}

@media only screen and (min-width: 768px), print {
  .form > dl > dd .first-name {
    margin-left: 20px;
  }
}

.form > dl > dd input[type=text],
.form > dl > dd input[type=email],
.form > dl > dd input[type=tel],
.form > dl > dd textarea {
  border: 1px solid #aaa;
  padding: .75em;
  width: 100%;
}

.form > dl > dd .selectbox-wrapper {
  display: block;
  position: relative;
}

.form > dl > dd .selectbox-wrapper::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F0D7";
  position: absolute;
  top: 0.6em;
  right: 0.6em;
  pointer-events: none;
  color: #222;
}

.form > dl > dd select {
  border: 1px solid #aaa;
  padding: .75em 2em .75em .75em;
  width: 100%;
}

.form > dl > dd select:hover {
  cursor: pointer;
}

.mt-md {
  margin-top: 50px; 
}

.textbox--name {
  width: 50%;
}

.textbox--zip {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .textbox--zip {
    width: 50%;
  }
}

.selectbox--prefectures {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .selectbox--prefectures {
    width: 50%;
  }
}

.textbox--city {
  width: 100%;
}

.textbox--town-address {
  width: 100%;
}

.textbox--building {
  width: 100%;
}

.textbox--email {
  width: 100%;
}

.textbox--tel {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .textbox--tel {
    width: 50%;
  }
}

.textbox--company-name {
  width: 100%;
}

.textbox--location-of-land {
  width: 100%;
}

.textbox--area-of-land {
  width: 100%;
}

.selectbox--status-of-land {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .selectbox--status-of-land {
    width: 50%;
  }
}

.radio-button {
  display: inline-block;
  margin-left: 5px;
}

@media only screen and (min-width: 768px), print {
  .radio-button {
    margin-left: 10px;
  }
}

.radio-button:first-child {
  margin-left: 0;
}

.radio-button.tow-row {
  width: 50%;
}

@media only screen and (min-width: 768px), print {
  .radio-button.tow-row {
    width: auto;
  }
}

.radio-button__radio {
  display: none;
}

.radio-button__radio:checked + label {
  color: #fff !important;
  background: #3151a2 !important;
  border: 1px solid #3151a2 !important;
}

.radio-button__radio:checked + label::before {
  border: none !important;
  background: #fff !important;
}

.radio-button__radio:checked + label::after {
  opacity: 1;
  transform: scale3d(1,1,1);
  background: #3151a2;
}

.radio-button__radio:checked {
  color: #3151a2;
  background: #fff;
  border: 1px solid #3151a2 !important;
}

.radio-button__label {
  cursor: pointer;
  display: inline-block;
  padding: .75em 1em .75em 2.2em;
  position: relative;
  border-radius: 5px;
  transition: .1s;
  border: 1px solid #aaa;
}

.radio-button__label.w-full {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .radio-button__label.pc-w-medium {
    width: 10rem;
  }
}

.radio-button__label:hover,
.radio-button__label:active {
  cursor: pointer;
  color: #3151a2;
  border: 1px solid #3151a2;
}

.radio-button__label:hover::before,
.radio-button__label:active::before {
  border: 1px solid #3151a2;
}

.radio-button__label::before {
  border-radius: 50%;
  content: '';
  display: block;
  height: 1.2em;
  width: 1.2em;
  position: absolute;
  top: 50%;
  left: .6em;
  margin-top: -.6em;
  border: 1px solid #aaa;
}

.radio-button__label::after {
  content: '';
  border-radius: 50%;
  display: block;
  height: .8em;
  width: .8em;
  position: absolute;
  top: 50%;
  left: .8em;
  margin-top: -.4em;
  opacity: 0;
  transform: scale3d(.3,.3,1);
  transition: transform .1s ease-in-out, opacity .1s ease-in-out;
}

.textarea--inquiry {
  width: 100%;
}

.textarea--inquiry textarea {
  height: 250px;
}

.agree-checkbox {
  display: none;
}

.privacy-policy {
  margin: 30px auto;
  max-width: 800px;
  width: 100%;
}

.privacy-policy > dt {
  font-size: 16px;
  font-weight: 600;
}

.privacy-policy > dd {
  font-size: 14px;
  margin-top: 10px;
}

.dot-indent-list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: .5em;
}

.dot-indent-list li:first-child {
  margin-top: 0;
}

.dot-indent-list li::before {
  content: '・';
}

.agree-wrapper {
  margin: 30px auto -30px;
  text-align: center;
}

.agree-label {
  display: block;
  padding: 20px;
  background: #fff;
  border: 1px solid #9ba5c2;
  text-align: center;
  max-width: 800px;
  width: 100%;
}

.agree-label__txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 600;
  font-size: 16px;
}

.agree-label__txt::before {
  position: absolute;
  content: '';
  display: inline-block;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  left: -30px;
}

.agree-label__txt::after {
  display: block;
  position: absolute;
  top: 50%;
  left: -23px;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  opacity: 0;
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  margin-top: -7px;
  border-right: 3px solid;
  border-bottom: 3px solid;
  width: 6px;
  height: 13px;
  content: "";
  border-right-color: #3151a2;
  border-bottom-color: #3151a2;
}

.agree-checkbox:checked + .agree-label .agree-label__txt::after {
  transform: rotate(45deg) scale3d(1, 1, 1);
  opacity: 1;
  
}

.agree-label:hover {
  cursor: pointer;
}

.error {
  display: inline-flex;
  flex-flow: column;
}

.error > li:not(:empty) {
  background: #f6ebee;
  color: #c04242;
  display: inline-block;
  border-radius: 4px;
  padding: .5em 1em;
  margin-top: 10px;
}

.error > li:not(:empty)::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F071";
  margin-right: .5em;

}

.submit-wrapper {
  display: flex;
  justify-content: center;
}

.submit {
  max-width: 400px;
  width: 100%;
  height: 90px;
  color: #fff;
  background: #0e925f;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #0e925f;
  transition: all .2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.submit:hover {
  color: #0e925f;
  background: #fff;
  text-decoration: none;
}

.back-link-wrapper {
  text-align: center;
  margin-top: 30px;
}

.back-link {
  font-size: 16px;
  color: #3151a2;
  transition: all .3s ease;
}

.back-link:hover {
  opacity: .6;
}

.feedback-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.feedback-header__logo {
  display: inline-block;
  width: 150px;
  height: auto;
}

.feedback-header__logo_txt {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
}

#sec_contact.feedback {
  margin-top: 0 !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

.feedback-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.confirm-label {
  padding: .7em 0;
  min-height: 44px;
}

.thanks-box {
  padding: 40px 20px;
  background: #fff;
  border: 1px solid #3151a2;
}

@media only screen and (min-width: 768px), print {
  .thanks-box {
    padding: 40px 60px;
  }
}

.thanks-box__heading {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #3151a2;
}

.thanks-box__read {
  margin-top: 30px;
  text-align: center;
  line-height: 2;
}

@-webkit-keyframes line-scale {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
  100% {
    transform: scaley(1);
  }
}
@keyframes line-scale {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
  100% {
    transform: scaley(1);
  }
}
.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgba(155, 160, 171, 0.7);
  cursor: wait;
}
.loading.is-open {
  display: block;
}
.loading__modal {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 1.5em;
  max-width: 28rem;
  width: 100%;
  text-align: center;
  background: #fff;
  border-radius: 4px;
}
.loading__animationIconWrapper {
  margin-bottom: 1rem;
}
.loading__animationIcon > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.loading__animationIcon > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.loading__animationIcon > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.loading__animationIcon > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.loading__animationIcon > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.loading__animationIcon > div {
  background-color: #3151a2;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}
#pagetop {
  bottom: 85px;
}
@media only screen and (min-width: 768px), print {
  #pagetop {
    bottom: 0;
  }
}
.sticky-button-wrapper {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 200;
}
.sticky-button {
  width: 100%;
  height: 65px;
  background: #0e925f;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.sticky-button:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px), print {
  .sticky-button-wrapper {
    display: none;
  }
}

#sec_contact .heading02 span {
  font-size: 70%;
}