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

@media screen and (min-width: 560px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .is-pc {
    display: block !important;
  }
  .is-pc--inline {
    display: inline !important;
  }
}
@media screen and (max-width: 959px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 560px) {
  .is-tb {
    display: block !important;
  }
  .is-tb--inline {
    display: inline !important;
  }
}
@media screen and (min-width: 960px) {
  .is-tb {
    display: none !important;
  }
}
@media screen and (max-width: 559px) {
  .is-tb {
    display: none !important;
  }
}

@media screen and (min-width: 560px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 559px) {
  .is-sp {
    display: block !important;
  }
  .is-sp--inline {
    display: inline !important;
  }
}

@media screen and (min-width: 480px) {
  .is-sps {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .is-sps {
    display: block !important;
  }
  .is-sps--inline {
    display: inline !important;
  }
}

@media screen and (min-width: 560px) {
  .is-pctb {
    display: block !important;
  }
  .is-pctb--inline {
    display: inline !important;
  }
}
@media screen and (max-width: 559px) {
  .is-pctb {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .is-sptb {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .is-sptb {
    display: block !important;
  }
  .is-sptb--inline {
    display: inline !important;
  }
}

@media only screen and (max-width: 768px) {
  .encho_hosyo .g-main {
    padding-top: 0;
  }
}

.encho_hosyo_container {
  padding: 0;
  color: #333;
}
.encho_hosyo_container img {
  padding: 0;
  margin: 0;
  width: 100%;
  vertical-align: top;
}
.encho_hosyo_container .txt--red {
  font-weight: bold;
  color: #dc1c24;
}
.encho_hosyo_container .bg-full {
  margin-left: -15px;
  margin-right: -15px;
}
.encho_hosyo_container .txt-area-960 {
  max-width: 990px;
  margin: 0 auto;
}
.encho_hosyo_container .head_content {
  margin-bottom: 30px;
}
.encho_hosyo_container .head_content .kv {
  position: relative;
  padding: 60px 0 25px;
  margin-bottom: 15px;
  background-image: url(/sumai/encho_hosyo/assets/images/kv_bg.jpg);
  background-image: url(/-/media/E01928A7C57A47B7BEB49241BEB85B0C.ashx);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media screen and (max-width: 767px) {
  .encho_hosyo_container .head_content .kv {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 559px) {
  .encho_hosyo_container .head_content .kv {
    padding: 0;
    background: none;
  }
}
.encho_hosyo_container .head_content .kv__ttl--1 {
  z-index: 2;
  font-weight: bold;
  color: #444;
  margin-bottom: 70px;
  padding: 0 15px;
  font-size: 34px;
  line-height: 1.2;
}
.encho_hosyo_container .head_content .kv__ttl--1 > .sub {
  display: block;
  font-size: 26px;
  margin-bottom: 0.5em;
}
.encho_hosyo_container .head_content .kv__ttl--1 > small {
  font-size: 26px;
}
.encho_hosyo_container .head_content .kv__ttl--1 .kaigyo {
  display: none;
}
@media screen and (max-width: 959px) {
  .encho_hosyo_container .head_content .kv__ttl--1 {
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .encho_hosyo_container .head_content .kv__ttl--1 > .sub {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .encho_hosyo_container .head_content .kv__ttl--1 .kaigyo {
    display: block;
  }
}
@media screen and (max-width: 559px) {
  .encho_hosyo_container .head_content .kv__ttl--1 {
    padding: 0;
    margin-bottom: 20px;
  }
  .encho_hosyo_container .head_content .kv__ttl--1 > small {
    display: block;
  }
}
.encho_hosyo_container .head_content .kv__ttl--2 {
  z-index: 2;
  color: #000;
  font-size: 20px;
  padding: 0 15px;
  max-width: 592px;
}
.encho_hosyo_container .head_content .kv__ttl--2 > img {
  display: block;
}
.encho_hosyo_container .head_content .merit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.encho_hosyo_container .head_content .merit__col {
  width: 31.1666%;
}
@media screen and (max-width: 559px) {
  .encho_hosyo_container .head_content .merit__col {
    width: 32.5%;
  }
}
.encho_hosyo_container .head_content .attention-box {
  border: solid 1px #c5c5c5;
  border-radius: 4px;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.encho_hosyo_container .head_content .attention-box__ttl {
  font-weight: bold;
}
.encho_hosyo_container .product_select {
  padding: 30px 15px;
}
.encho_hosyo_container .product_select .select_menu_ttl {
  display: none;
}
@media screen and (max-width: 767px) {
  .encho_hosyo_container .product_select .select_menu_ttl {
    display: block;
    font-size: 22px;
    margin-bottom: 0.25em;
    font-weight: bold;
  }
}
.encho_hosyo_container .product_select .tab_menu {
  display: flex;
  width: 100%;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .encho_hosyo_container .product_select .tab_menu {
    display: none;
  }
}
.encho_hosyo_container .product_select .tab_menu li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 1.5% 25px;
  margin-right: 7px;
  list-style: none;
  cursor: pointer;
  color: #333;
  background: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  flex-direction: column;
  line-height: 1.2;
  border-radius: 4px;
  transition: ease 0.3s;
}
@media screen and (max-width: 959px) {
  .encho_hosyo_container .product_select .tab_menu li {
    font-size: max(1.4583333vw, 12px);
  }
}
@media screen and (max-width: 559px) {
  .encho_hosyo_container .product_select .tab_menu li {
    font-size: 14px;
  }
}
.encho_hosyo_container .product_select .tab_menu li::after {
  position: absolute;
  display: inline-block;
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  bottom: 10px;
  left: calc(50% - 5px);
  content: "";
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.encho_hosyo_container .product_select .tab_menu li:last-child {
  margin-right: 0;
}
.encho_hosyo_container .product_select .tab_menu li.selected {
  background: #e4801e;
  color: #fff;
}
.encho_hosyo_container .product_select .tab_menu li.selected::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.encho_hosyo_container .product_select .tab_menu li:hover {
  background: #e4801e;
  color: #fff;
}
.encho_hosyo_container .product_select .tab_menu li:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.encho_hosyo_container .product_select .select_menu_container {
  display: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .encho_hosyo_container .product_select .select_menu_container {
    display: block;
  }
}
.encho_hosyo_container .product_select .select_menu_container__inner {
  position: relative;
  margin: 0 auto;
}
.encho_hosyo_container .product_select .select_menu_container__inner::before {
  position: absolute;
  pointer-events: none;
  display: block;
  content: "";
  top: calc(50% - 15px);
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-135deg);
}
.encho_hosyo_container .product_select .select_menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin: 0 auto 0.8em;
  cursor: pointer;
  outline: none;
  background-color: #e4801e;
  color: #fff;
  font-weight: bold;
  padding: 1em 2em 1em 1em;
  border: none;
  border-radius: 4px;
  text-overflow: ellipsis;
}
.encho_hosyo_container .product_select .tab_panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.encho_hosyo_container .product_select .tab_panel.is-show {
  overflow: visible;
  height: auto;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.encho_hosyo_container .product_select .product_content {
  background-color: #fff;
  border-radius: 4px;
}
.encho_hosyo_container .product_select .product_content__01, .encho_hosyo_container .product_select .product_content__02 {
  padding: 30px;
}
@media screen and (max-width: 559px) {
  .encho_hosyo_container .product_select .product_content__01, .encho_hosyo_container .product_select .product_content__02 {
    padding: 15px;
  }
}
.encho_hosyo_container .product_select .product_content__01 {
  border-bottom: solid 2px #dbe5eb;
}
@media screen and (max-width: 559px) {
  .encho_hosyo_container .product_select .product_content__01 {
    padding-top: 20px;
  }
}
.encho_hosyo_container .product_select .product_content__02 > img {
  margin-bottom: 20px;
}
.encho_hosyo_container .product_select .fee_ttl {
  font-size: 25px;
  font-weight: bold;
  color: #444;
  margin-bottom: 0.25em;
  margin-left: 20px;
}
@media screen and (max-width: 559px) {
  .encho_hosyo_container .product_select .fee_ttl {
    margin-left: 10px;
  }
}
.encho_hosyo_container .product_select .product_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 20px 0;
}
@media screen and (max-width: 559px) {
  .encho_hosyo_container .product_select .product_col {
    padding: 10px 10px 0;
  }
}
.encho_hosyo_container .product_select .product_col--gray {
  background-color: #e7e7e7;
}
.encho_hosyo_container .product_select .product_col__box1 {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 559px) {
  .encho_hosyo_container .product_select .product_col__box1 {
    margin-bottom: 10px;
  }
}
.encho_hosyo_container .product_select .product_col__box2 {
  width: 48.8372%;
  margin-bottom: 20px;
}
@media screen and (max-width: 559px) {
  .encho_hosyo_container .product_select .product_col__box2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.encho_hosyo_container .product_select .product_col__box3 {
  width: 31.8422%;
  margin-bottom: 20px;
}
@media screen and (max-width: 559px) {
  .encho_hosyo_container .product_select .product_col__box3 {
    width: 48.8372%;
    margin-bottom: 10px;
  }
}
.encho_hosyo_container .flow {
  padding: 50px 0;
}
.encho_hosyo_container .flow__head {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .encho_hosyo_container .flow__head {
    margin-bottom: 25px;
  }
}
.encho_hosyo_container .flow .flow-ttl {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 959px) {
  .encho_hosyo_container .flow .flow-ttl {
    font-size: max(3.54166vw, 24px);
  }
}
.encho_hosyo_container .flow .flow-period {
  display: inline-block;
  border: solid 2px #dc1c24;
  padding: 0.25em 0.75em 0.15em 1em;
  color: #dc1c24;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .encho_hosyo_container .flow .flow-period {
    font-size: max(2.29166vw, 16px);
  }
}
.encho_hosyo_container .flow__content {
  display: flex;
  flex-wrap: wrap;
}
.encho_hosyo_container .flow .content-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: solid 6px #dbe5eb;
  border-radius: 14px;
  padding: 30px;
  justify-content: space-between;
  margin-bottom: 73px;
}
@media screen and (max-width: 959px) {
  .encho_hosyo_container .flow .content-box {
    padding: 15px;
    border: solid 4px #dbe5eb;
    margin-bottom: 48px;
  }
}
.encho_hosyo_container .flow .content-box__txt {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .encho_hosyo_container .flow .content-box__txt {
    width: 100%;
  }
}
.encho_hosyo_container .flow .content-box__txt__ttl {
  font-weight: bold;
  color: #1e80b9;
  font-size: 26px;
}
@media screen and (max-width: 959px) {
  .encho_hosyo_container .flow .content-box__txt__ttl {
    font-size: max(2.70833vw, 18px);
  }
}
.encho_hosyo_container .flow .content-box__txt > p {
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .encho_hosyo_container .flow .content-box__txt > p {
    font-size: max(1.45833vw, 14px);
  }
}
.encho_hosyo_container .flow .content-box__img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .encho_hosyo_container .flow .content-box__img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .encho_hosyo_container .flow .content-box__img .flow_img--1 {
    display: none;
  }
}
.encho_hosyo_container .flow .content-box__img .flow_img--2 {
  padding: 0 15.6%;
}
@media screen and (max-width: 767px) {
  .encho_hosyo_container .flow .content-box__img .flow_img--2 {
    display: none;
  }
}
.encho_hosyo_container .flow .content-box__img .flow_img--3 {
  padding: 0 31.2%;
}
@media screen and (max-width: 767px) {
  .encho_hosyo_container .flow .content-box__img .flow_img--3 {
    display: none;
  }
}
.encho_hosyo_container .flow .content-box::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(/sumai/encho_hosyo/assets/images/icon_flow.svg);
  background-image: url(/-/media/97D1810D8DFD4E5C9B75D3FA936FC86A.ashx);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -57px;
  left: calc(50% - 28px);
}
@media screen and (max-width: 959px) {
  .encho_hosyo_container .flow .content-box::after {
    width: 24px;
    height: 24px;
    left: calc(50% - 12px);
    bottom: -40px;
  }
}
.encho_hosyo_container .flow .content-box:last-child {
  margin-bottom: 30px;
}
.encho_hosyo_container .flow .content-box:last-child::after {
  display: none;
}
.encho_hosyo_container .cv {
  padding: 50px 15px;
}
.encho_hosyo_container .cv__ttl {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 959px) {
  .encho_hosyo_container .cv__ttl {
    font-size: max(3.54166vw, 24px);
  }
}
.encho_hosyo_container .bg-color--gray {
  background-color: #dbe5eb;
  margin-left: -15px;
  margin-right: -15px;
}
.encho_hosyo_container .notes--nomal, .encho_hosyo_container .notes--num, .encho_hosyo_container .notes--dot {
  font-size: 14px;
}
.encho_hosyo_container .notes--dot {
  text-indent: -1em;
  padding-left: 1em;
}
.encho_hosyo_container .notes--num {
  text-indent: -2em;
  padding-left: 2.25em;
  font-size: 0.75rem;
}
.encho_hosyo_container .notes--nomal {
  margin-top: 1em;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.75rem;
}
.encho_hosyo_container .btn--white, .encho_hosyo_container .btn--blue2, .encho_hosyo_container .btn--blue {
  font-size: 16px;
  border: solid 2px #0071ab;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  padding: 0.5em 1.75em 0.3em 1.25em;
  transition: ease 0.3s;
}
.encho_hosyo_container .btn--white::before, .encho_hosyo_container .btn--blue2::before, .encho_hosyo_container .btn--blue::before {
  display: inline-block;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  margin-right: 10px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.encho_hosyo_container .btn--white:hover, .encho_hosyo_container .btn--blue2:hover, .encho_hosyo_container .btn--blue:hover {
  text-decoration: none;
  filter: brightness(1.2);
}
@media screen and (max-width: 479px) {
  .encho_hosyo_container .btn--white, .encho_hosyo_container .btn--blue2, .encho_hosyo_container .btn--blue {
    font-size: 12px;
    border: solid 1px #0071ab;
    padding: 0.5em 1.5em 0.3em 1em;
    text-indent: -1.25em;
    padding-left: 2.25em;
  }
  .encho_hosyo_container .btn--white::before, .encho_hosyo_container .btn--blue2::before, .encho_hosyo_container .btn--blue::before {
    width: 5px;
    height: 6px;
    margin-right: 6px;
  }
}
.encho_hosyo_container .btn--blue {
  color: #fff;
  background-color: #0071ab;
}
.encho_hosyo_container .btn--blue2 {
  font-size: 21px;
  color: #fff;
  background-color: #0071ab;
}
.encho_hosyo_container .btn--blue2::before {
  margin-bottom: 1px;
}
@media screen and (max-width: 959px) {
  .encho_hosyo_container .btn--blue2 {
    font-size: max(2.08333vw, 16px);
  }
}
@media screen and (max-width: 479px) {
  .encho_hosyo_container .btn--blue2 {
    display: flex;
    text-align: left;
    text-indent: 0;
    padding: 0.6em 1em 0.4em;
    line-height: 1.2;
    align-items: center;
    max-width: 19.5em;
    margin: 0 auto;
  }
  .encho_hosyo_container .btn--blue2::before {
    width: 6.5px;
    margin-right: 12px;
  }
}
.encho_hosyo_container .btn--white {
  color: #0071ab;
  background-color: #fff;
}
.encho_hosyo_container .btn--white::before {
  border-top: #0071ab;
  border-right: #0071ab;
}
@media (max-width: 768px) {
  .encho_hosyo_container .btn--white {
    width: 100%;
    margin-bottom: 10px;
  }
}
.encho_hosyo_container .btn--modal {
  padding-right: 3.25em;
}
.encho_hosyo_container .btn--modal::after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: calc(50% - 9em);
  content: "";
  background-image: url(/sumai/encho_hosyo/assets/images/icon_modal.svg);
  background-image: url(/-/media/56B920C6CDE44F0BAF5F1309FE13750D.ashx);
}
@media screen and (max-width: 479px) {
  .encho_hosyo_container .btn--modal::after {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: calc(50% - 8.5em);
  }
}
.encho_hosyo_container .text-align--center {
  text-align: center;
}
.encho_hosyo_container .text-align--left {
  text-align: left;
}
.encho_hosyo_container .text-align--right {
  text-align: right;
}
.encho_hosyo_container .link_txt {
  color: #0071ab;
  text-decoration: underline;
}
.encho_hosyo_container .link_txt:hover {
  text-decoration: none;
}

.lead {
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .lead {
    margin-bottom: 30px;
  }
}
.lead__box {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .lead__box {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 559px) {
  .lead__box {
    padding: 0 15px;
  }
}
.lead__box__ttl {
  max-width: 520px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 959px) {
  .lead__box__ttl {
    max-width: 54.166%;
  }
}
@media screen and (max-width: 559px) {
  .lead__box__ttl {
    max-width: 66.666%;
    margin: 0 auto 15px;
  }
}
.lead__box__content {
  margin: 0 auto;
}
.lead__box__content .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 559px) {
  .lead__box__content .col2 {
    margin-bottom: 10px;
  }
}
.lead__box__content .col2 > div {
  width: 48.61111%;
}
/*# sourceMappingURL=style.css.map */