.main-pc{
  display:none ;
}

.input-group > .form-control, .input-group > .form-select{
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

select{
  word-wrap: normal;
}

.form-select{
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.0;
  color: #212529;
  background-color: #fff;
  /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e); */
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.0;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text-center{
  text-align: center;
  vertical-align: middle;
}
.text-middle{
  vertical-align: middle;
}

.main-mobile{
  display:block;
}

.layout-inner {
  padding: 0 10px;
}

.sub-layout-inner {
  /* padding: 0 20px; */
}

.main-contents {
  /* min-height: 600px; */
  margin-top: 46px;
}

.layout-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  background: #fff;
}
.layout-header h1.layout-header__logo {
  margin-left: 8px;
  width: 121px;
}
.layout-header .layout-header__block {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.layout-header .layout-header__block .layout-header__block--nav {
  display: none;
}
.layout-header .layout-header__block .layout-header__button {
  cursor: pointer;
  width: 25px;
  height: 46px;
  margin-right: 16px;
}
.layout-header .layout-header__block .layout-header__button img {
  width: 25px;
}

.gnb-menu-wrap {
  width: 100%;
  height: calc(100% - 46px);
  position: fixed;
  top: 46px;
  left: 0;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 35px 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: none;
  z-index: 101;
  overflow-y: scroll;
}
.gnb-menu-wrap.menu-show {
  display: block;
}
.gnb-menu-wrap ul.menu-list-block {
  display: block;
}
.gnb-menu-wrap ul.menu-list-block li.menu-list-item {
  margin-top: 30px;
}
.gnb-menu-wrap ul.menu-list-block li.menu-list-item strong.list-item-title {
  font-size: 18px;
  color: #281103;
  letter-spacing: -0.53px;
  font-weight: 600;
}
.gnb-menu-wrap ul.menu-list-block li.menu-list-item ul.list-item-sub li.sub-list-item {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.38px;
  color: #000;
  font-weight: 500;
  margin-top: 20px;
}

.layout-footer {
  background: #222;
  padding: 45px 10px 45px;
  /* height: 350px; */
}
.layout-footer .footer__top img.footer-logo {
  width: 157px;
}
.layout-footer .footer__top .footer__contents {
  margin-top: 12px;
  display: block;
}
.layout-footer .footer__top .footer__contents ul.terms-link {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.layout-footer .footer__top .footer__contents ul.terms-link li {
  font-size: 8px;
  color: #bbb;
}
.layout-footer .footer__top .footer__contents ul.terms-link li + li {
  margin-left: 30px;
}
.layout-footer .footer__top .footer__contents ul.sns-link {
  display: flex;
}
.layout-footer .footer__top .footer__contents ul.sns-link li {
  width: 30px;
}
.layout-footer .footer__top .footer__contents ul.sns-link li + li {
  margin-left: 5px;
}
.layout-footer .footer-bottom {
  margin-top: 20px;
}
.layout-footer .footer-bottom p.footer__copy {
  font-size: 10px;
  color: #bbb;
  display: block;
  line-height: 15px;
}
.layout-footer .footer-bottom span.footer__call {
  margin-top: 21px;
  font-size: 11px;
  display: block;
  color: #fff;
}

.top-banner {
  width: 100%;
  height: 422px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-banner strong.top-banner__title {
  display: block;
  font-size: 36px;
  color: #fff;
  line-height: 52px;
  letter-spacing: -1.08px;
  margin-bottom: 16px;
  font-weight: bold;
}
.top-banner div.top-banner__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-banner div.top-banner__breadcrumb span {
  font-size: 9px;
  color: #fff;
  font-weight: bold;
}
.top-banner div.top-banner__breadcrumb span img {
  width: 10px;
  height: 10px;
}
.top-banner div.top-banner__breadcrumb span + span {
  margin-left: 9px;
}

nav.anchor-tab {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #cecece;
}
nav.anchor-tab .sub-layout-inner {
  height: 100%;
  justify-content: center;
}
nav.anchor-tab .sub-layout-inner a.anchor-tab__item {
  max-width: 100px;
  height: 53px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: #281103;
  letter-spacing: -0.4px;
  font-weight: 500;
  border-bottom: 3px solid transparent;
}
nav.anchor-tab .sub-layout-inner a.anchor-tab__item.mw-tab-150 {
  max-width: 150px;
}
nav.anchor-tab .sub-layout-inner a.anchor-tab__item.selected {
  border-bottom: 3px solid #ffc400;
}
nav.anchor-tab .sub-layout-inner a.anchor-tab__item:nth-child(n+4) {
  width: 48%;
}

nav.anchor-tab {
  width: 100%;
  border-bottom: solid 1px #cecece;
}
nav.anchor-tab .sub-layout-inner {
  display: block;
  height: 100%;
}
nav.anchor-tab .sub-layout-inner a.anchor-tab__item {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #281103;
  letter-spacing: -0.4px;
  font-weight: 500;
  border-bottom: 3px solid transparent;
}
nav.anchor-tab .sub-layout-inner a.anchor-tab__item.selected {
  border-bottom: 3px solid #ffc400;
}

nav.anchor-tab-sub01 .sub-layout-inner a.anchor-tab__display{
  display:none;
}

@media screen and (min-width: 1200px) {
  .main-pc{
    display:block;
  }
  .main-mobile{
    display:none;
  }


  nav.anchor-tab-sub01 .sub-layout-inner a.anchor-tab__display{
    display:block;
  }
  .main-contents {
    /* min-height: 600px; */
    margin-top: 0;
  }
  .layout-inner {
    padding: 0 40px;
  }
  .sub-layout-inner {
    /* padding: 0 70px; */
  }
  .layout-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 118px;
    position: relative;
  }
  .layout-header h1.layout-header__logo {
    width: 192px;
    margin-left: 40px;
  }
  .layout-header .layout-header__block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: 111px;
  }
  .layout-header .layout-header__block .layout-header__block--nav {
    display: flex;
    align-items: center;
  }
  .layout-header .layout-header__block .layout-header__block--nav a {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
  }
  .layout-header .layout-header__block .layout-header__block--nav a + a {
    margin-left: 75px;
  }
  .layout-header .layout-header__block .layout-header__button {
    width: 71px;
    height: 118px;
    border-left: 1px solid #e5e5e5;
    margin-right: 0;
  }
  .gnb-menu-wrap {
    height: auto;
    position: absolute;
    top: 118px;
    padding: 93px 135px 116px;
    overflow-y: auto;
  }
  .gnb-menu-wrap ul.menu-list-block {
    display: flex;
    justify-content: space-between;
  }
  .gnb-menu-wrap ul.menu-list-block li.menu-list-item strong.list-item-title {
    font-size: 21px;
    letter-spacing: -0.53px;
  }
  .gnb-menu-wrap ul.menu-list-block li.menu-list-item ul.list-item-sub {
    margin-top: 35px;
  }
  .gnb-menu-wrap ul.menu-list-block li.menu-list-item ul.list-item-sub li.sub-list-item {
    font-size: 15px;
    line-height: 21px;
  }
  .gnb-menu-wrap ul.menu-list-block li.menu-list-item ul.list-item-sub li.sub-list-item + li.sub-list-item {
    margin-top: 35px;
  }
  .layout-footer {
    width: 100%;
    /* height: 432px; */
    padding: 50px 80px 50px 40px;
  }
  .layout-footer .footer__top {
    display: flex;
    justify-content: space-between;
  }
  .layout-footer .footer__top img.footer-logo {
    width: 254px;
  }
  .layout-footer .footer__top .footer__contents {
    display: flex;
  }
  .layout-footer .footer__top .footer__contents ul.terms-link {
    display: flex;
  }
  .layout-footer .footer__top .footer__contents ul.terms-link li {
    font-size: 15px;
  }
  .layout-footer .footer__top .footer__contents ul.terms-link li + li {
    margin-left: 40px;
  }
  .layout-footer .footer__top .footer__contents ul.sns-link {
    margin-left: 110px;
  }
  .layout-footer .footer__top .footer__contents ul.sns-link li {
    width: 39px;
  }
  .layout-footer .footer__top .footer__contents ul.sns-link li + li {
    margin-left: 8px;
  }
  .layout-footer .footer-bottom {
    margin-top: 90px;
  }
  .layout-footer .footer-bottom p.footer__copy {
    font-size: 15px;
    line-height: 28px;
  }
  .layout-footer .footer-bottom span.footer__call {
    font-size: 15px;
    margin-top: 36px;
  }
  .top-banner {
    height: 482px;
  }
  .top-banner strong.top-banner__title {
    font-size: 43px;
    line-height: 62px;
    margin-bottom: 18px;
  }
  .top-banner div.top-banner__breadcrumb span {
    font-size: 13px;
  }
  .top-banner div.top-banner__breadcrumb span img {
    width: 14px;
    height: 14px;
  }
  .top-banner div.top-banner__breadcrumb span + span {
    margin-left: 12px;
  }
  nav.anchor-tab {
    border-bottom: solid 1px #cecece;
    /* height: 70px; */
    height: 53px;
  }
  nav.anchor-tab .sub-layout-inner {
    display: flex;
    justify-content: center;
  }
  nav.anchor-tab .sub-layout-inner a.anchor-tab__item {
    width: 100%;
    max-width: 354px;
    height: 100%;
    font-size: 16px;
    border-bottom: 3px solid transparent;
  }
  nav.anchor-tab .sub-layout-inner a.anchor-tab__item.mw-tab-150 {
    max-width: 354px;
  }
  nav.anchor-tab .sub-layout-inner a.anchor-tab__item.selected {
    border-bottom: 5px solid #ffc400;
  }
}
@media (min-width: 641px) and (max-width: 1200px) {
  .main-pc{
    display:none;
  }
  .main-mobile{
    display:block;
  }

  .layout-header h1.layout-header__logo{
    width:200px;
  }

  nav.anchor-tab-sub01 .sub-layout-inner a.anchor-tab__display{
    display:none;
  }

  .layout-header .layout-header__block {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .layout-header .layout-header__block .layout-header__block--nav {
    display: none;
  }
  .layout-header .layout-header__block .layout-header__button {
    cursor: pointer;
    width: 35px;
    height: 46px;
    margin-right: 16px;
    border-left: none;
  }
  .layout-header .layout-header__block .layout-header__button img {
    width: 25px;
  }
  .gnb-menu-wrap {
    padding: 50px 30px;
  }
  .gnb-menu-wrap ul.menu-list-block li.menu-list-item strong.list-item-title {
    font-size: 16px;
  }
  .gnb-menu-wrap ul.menu-list-block li.menu-list-item ul.list-item-sub {
    margin-top: 30px;
  }
  .gnb-menu-wrap ul.menu-list-block li.menu-list-item ul.list-item-sub li.sub-list-item {
    font-size: 12px;
    line-height: 16px;
  }
  .gnb-menu-wrap ul.menu-list-block li.menu-list-item ul.list-item-sub li.sub-list-item + li.sub-list-item {
    margin-top: 25px;
  }
  .layout-footer {
    /* height: 500px; */
  }
  .layout-footer .footer__top {
    display: block;
  }
  .layout-footer .footer__top img.footer-logo {
    margin-bottom: 45px;
  }
  .layout-footer .footer__top .footer__contents {
    display: block;
  }
  .layout-footer .footer__top .footer__contents ul.terms-link {
    margin-bottom: 70px;
  }
  .layout-footer .footer__top .footer__contents ul.terms-link li + li {
    margin-left: 35px;
  }
  .layout-footer .footer__top .footer__contents ul.sns-link {
    margin-left: 0;
  }
  .layout-footer .footer__top .footer__contents ul.sns-link li + li {
    margin-left: 5px;
  }
  .layout-footer .footer-bottom {
    margin-top: 20px;
  }
}