@charset "utf-8";
div#app-recommend{ width: 100%;}
/*------------ genpatsu-jishin ----------------*/
.min {
	font-family: "Hiragino Mincho ProN","游明朝体", "Yu Mincho", YuMincho,  serif;
}
.genpatsujishin {
  color: #202124;
}
.genpatsujishin_mv {
  padding: 32px 16px;
  background-image: url('/yomimono/genpatsu-kaiyouhoushutsu/assets/images/back.jpg');
  background-size: 100% auto;
}
.genpatsujishin_mv_inner {
  max-width: 1048px;
  margin: 0 auto;
}
.lead {
  padding: 39px 16px 64px;
  background-color: #fff;
}
.lead_inner {
  max-width: 700px;
  margin: 0 auto;
}
.lead_profile {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 40px;
}
.lead_profile_photo {
  flex: 0 0 138px;
}
.lead_profile_text {
  font-weight: 300;
  font-size: 24px;
  line-height: 167%;
}
.lead_profile_text a {
  color: #202124 !important;
}
.lead_profile_text_title {
  font-size: 20px;
}
.lead_text {
  margin-top: 16px;
  font-weight: 300;
  font-size: 24px;
  line-height: 167%;
}
.mainContents {
  padding: 32px 10px 92px;
  background-image: url('/yomimono/genpatsu-kaiyouhoushutsu/assets/images/back.jpg');
  background-size: 100% auto;
}
.section {
  position: relative;
  z-index: 1;
  padding: 8px 30px 32px;
  margin: 64px auto 0;
  max-width: 700px;
  background-color: #fff;
}
.section_title {
  margin: 24px 0 0 !important;
  font-size: 28px !important;
  line-height: 41px !important;
  color: #202124;
  text-align: left !important;
  font-weight: bold;
}
.section_img {
  margin: 16px auto 0;
  max-width: 360px;
}
.section_img-wide {
  max-width: none;
}
.section_img_caption {
  margin: 6px 0 0 !important;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.section_img_block {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.section_img_block img {
  max-width: 315px;
}
.section_facili {
  margin-top: 24px;
  font-size: 18px;
  line-height: 38px;
}
.section_facili p {
  margin: 0 !important;
}
.section_facili_strong {
  font-weight: bold;
}
.section_facili_list {
  font-size: 18px;
  line-height: 2;
  font-weight: bolder;
  margin-left: 0 !important;
}
.section_facili_list + p {
  margin-top: 16px !important;
}
.section_facili_list_item {
  margin: 16px 0 0 1em !important;
  padding-left: 1em;
}

.section_img.map {
  max-width: 300px;
}
.section_text {
  display: flex;
  margin: 24px 0 0 !important;
  width: 100%;
}
.section_text dt {
  width: auto !important;
  flex: 0 0 4em;
  padding: 0 !important;
  font-size: 18px !important;
  line-height: 38px !important;
  font-weight: bold;
}
.section_text dd {
  padding: 0 !important;
  width: calc(100% - 4em) !important;
  font-size: 18px !important;
  line-height: 38px !important;
  font-size: 18px !important;
  line-height: 38px !important;
}
.sub {
  background-color: #e2eced;
  border-radius: 10px;
  padding: 4px 20px 20px;
  margin-top: 24px;
}
.sub_block {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.sub_block:last-child {
  margin-bottom: 0;
}
.sub_block_img {
  max-width: 240px;
}
.sub_block-text {
  font-size: 16px;
  line-height: 1.6;
}
.sub-text {
  font-size: 18px;
  line-height: 34px;
}
.column {
  background-color: #e2eced;
  border-radius: 10px;
  padding: 20px;
  margin-top: 24px;
}
.column_title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.column_text {
  font-size: 18px;
  margin: 0 auto 10px;
}
.column_text dt, .column_text dd {
  background-color: #fff;
  padding: 10px 20px;
}
.column_text dt {
  width: 35%!important;
  text-align: right;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.column_text dd {
  width: 65%!important;
  border-bottom: 1px solid #eee;
}
.column_text dt:last-of-type, 
.column_text dd:last-of-type {
  border-bottom: none;
}
.column_text dt:first-of-type, 
.column_text dd:first-of-type {
  background-color: #ddd;
}

.sla {
  background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #e6e1db 50%, #e6e1db calc(50% + 0.5px), transparent calc(50% + 1px));
}


.continue {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 128px;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 160%);
  color: #fff;
  font-size: 32px;
  text-align: center;
}

/* recommend */
.recommend {
  padding: 64px 30px;
  background-color: #f5f5f5;
}

.recommend_title {
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #2E2E2E;
}

.recommend_list {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  gap: 0 16px;
}

.recommend_list li {
  width: 312px;
  margin: 0;
  padding: 0;
}

.recommend_list li::before {
  content: none;
}

.recommend_link {
  display: flex;
  height: 100%;
  min-height: 120px;
  align-items: center;
  padding: 9px;
  gap: 0 16px;
  background-color: #ffffff;
  text-decoration: none;
  color: #000000;
}

.recommend_thumb {
  flex: 0 0 120px;
}

.recommend_link_title {
  font-size: 16px;
  line-height: 140%;
}

@media screen and (max-width: 767px) {
  .genpatsujishin_mv {
    padding: 18px 12px;
  }

  .lead {
    padding: 14px 26px 26px;
  }
  .lead_profile {
    margin-top: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px 0;
  }

  .lead_profile_photo {
    width: 90px;
    flex: auto;
  }

  .lead_profile_text {
    text-align: center;
    font-size: 14px;
    line-height: 140%;
  }

  .lead_profile_text_title {
    font-size: 14px;
  }

  .lead_text {
    margin-top: 16px;
    font-size: 18px;
    line-height: 180%;
  }

  .mainContents {
    padding: 32px 10px 32px;
  }

  .anchor::before {
    content: "";
    display: block;
    padding-top: 106px;
    margin-top: -106px;
  }
  .section .anchor::before {
    padding-top: 122px;
    margin-top: -122px;
  }
  .section {
    padding: 16px 12px;
    margin: 0 auto;
  }
  .section_title {
    font-size: 24px !important;
    line-height: 35px !important;
  }
  .section_img_caption {
    font-size: 14px;
  }
  .section_facili {
    margin-top: 8px;
    font-size: 18px;
    line-height: 38px;
  }

  .section_text {
    display: block;
    margin: 8px 0 0 !important;
    font-size: 18px;
    line-height: 38px;
  }
  .section_text dd {
    width: 100% !important;
  }

  .section_img.map {
    max-width: 200px;
  }
  .section_img_block img {
    max-width: 100%;
  }
  .sub, .column {
    margin-top: 16px;
  }
  .sub_block {
    flex-direction: column;
  }
  .sub_block_img {
    max-width: 100%;
  }
  .column_text {
    display: flex;
  }
  .column_text dt {
    padding: 5px 10px;
    text-align: left;
  }
  .column_text dd {
    padding: 5px 10px;
  }
  
  /* recommend */
  .recommend {
    padding: 40px 30px;
  }

  .recommend_title {
    font-size: 18px;
    line-height: 38px;
  }

  .recommend_list {
    margin: 24px 0 0;
    flex-direction: column;
    gap: 8px;
  }

  .recommend_list li {
    width: 100%;
  }

  .recommend_link {
    height: auto;
  }
}

/* Popup用 */

.popup {
  max-width: 900px;
  box-sizing: border-box;
  background: #FFFFFF;
  position: relative;
  margin: 0 auto;
  border-radius: 0;
  padding: 80px 24px;
}
.popup-img {
  padding: 0 !important;
}
.popup-img:not(.popup-img-wide) {
  max-width: 560px;
}

.popup.is-open {
  display: block;
}

.popup-inner {
  max-width: 740px;
  margin: 0 auto;
}
.popup-img .popup-inner {
  max-width: none;
}

.popup-title {
  background-color: #20BFCA;
  color: #fff;
  text-align: center;
  padding: 14px 24px;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}

.popup-sectionWrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.popup-section_title {
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #F04300;
  margin-bottom: 10px;
}

.popup-section_text {
  margin: 10px 0 0;
  font-size: 19px;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #3A230D;
}
.profile_name {
  font-weight: 600;
  font-size: 22px !important;
  line-height: 40px !important;
  color: #000000;
}
.profile_mainText {
  font-weight: 300;
  font-size: 22px !important;
  line-height: 40px !important;
  color: #000000;
  word-break: normal !important;
}

@media screen and (max-width: 767px) {
  .popup {
    padding-top: 50px;
    padding-bottom: 56px;
  }

  .popup-title {
    padding: 10px 16px;
  }

  .popup-section_title {
    font-size: 20px;
  }

  .popup-section_text {
    font-size: 16px;
  }

  .popup-section_links {
    font-size: 16px;
  }

  .profile_name {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  .profile_mainText {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

.popup-closeBtn {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background: none;
  outline: none;
  opacity: .5;
  border-radius: 15px;
  top: 0px;
  transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}

.popup-closeBtn.is-open {
  top: -40px;
}

.popup-closeBtn:after,
.popup-closeBtn:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 18px;
  right: 13px;
  top: 5px;
  background-color: #fff;
  border-radius: 2px;
}

.popup-closeBtn:before {
  transform: rotate(45deg);
}

.popup-closeBtn:after {
  transform: rotate(-45deg);
}

.overlay {
  position: fixed !important;
  z-index: 10042;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  background-color: #000;
  opacity: .8;
  -webkit-animation: .3s linear;
  animation: ovelLayFadeInAnime .3s linear;
}

.overlay.is-close {
  opacity: 0;
  -webkit-animation: .3s linear;
  animation: ovelLayFadeOutAnime .3s linear;
}

@keyframes ovelLayFadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: .8;
  }
}

@keyframes ovelLayFadeOutAnime {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.popupWrapper {
  position: fixed !important;
  z-index: 10043;
  width: 100%;
  height: 100%;
  top: 0 !important;
  left: 0;
  outline: none !important;
  overflow: hidden auto;
  visibility: hidden;
  transition: 0.3s;
  display: none;
}

.popupInner {
  position: absolute;
  width: 100%;
  max-width: none;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  box-sizing: border-box;
  transition: 0.3s;
  overflow-y: scroll;
}

.popupContent {
  width: 100%;
  padding: 40px 14px;
  position: relative;
  z-index: 10045;
  display: inline-block;
  vertical-align: middle;
  margin: 20px auto;
  text-align: left;
  opacity: 0;
  transform: scale(0.9);
  transition: transform .3s ease-out, opacity .3s linear, -webkit-transform .3s ease-out;
}

.popupWrapper.is-open {
  visibility: visible;
}

.popupWrapper.is-open .popupContent {
  opacity: 1;
  transform: scale(1);
}
