@font-face {
  font-family: 'Century Gothic';
  src: url(../font/century-gothic-bold.ttf) format("truetype");
}

@font-face {
  font-family: 'Century Gothic Regular';
  src: url(../font/century-gothic.ttf) format("truetype");
}

.pc {
  display: none !important;
}

.sp {
  display: block;
}

.landscape {
  display: block;
}

.portrait {
  display: none !important;
}

nav {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}

nav > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 70px;
}

nav > ul > li {
  height: 100%;
}

nav > ul > li:nth-of-type(1) {
  width: 80%;
  min-width: 290px;
}

nav > ul > li:nth-of-type(2) {
  width: 20%;
  min-width: 75px;
}

.site-header {
  visibility: hidden;
  opacity: 0.0;
  transition: 1.0s;
}

.site-header.appearance {
  visibility: visible;
  opacity: 1.0;
  transition: 1.0s;
}

.reserve_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 0 25px;
  background-color: #4380e8;
}

.reserve_btn > img {
  display: block;
  width: 28px;
  margin-right: 10px;
}

.reserve_btn > p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  color: #fff;
}

.totop_btn {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  background-color: #fd95ad;
}

.totop_btn > img {
  width: 22px;
  margin-bottom: 5px;
}

.totop_btn > p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Century Gothic";
  text-align: center;
  color: #fff;
}

.mv_box {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-image: url(https://via.placeholder.com/700x1000/ccc/fff.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 500px) {
  .mv_box {
    min-height: 60vh;
  }
}

.mv_box > picture img {
  max-width: 1500px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mv_box > .left-top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 10px;
  top: 20px;
}

.mv_box > .left-top > h1 {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  text-align: center;
  white-space: nowrap;
  color: #fff;
  padding: 25px 15px;
  background-color: #0070c0;
  border-radius: 50%;
}

.mv_box > .left-top > p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  color: #fff;
  margin-left: 5px;
}

.mv_box> .left-top> p {
   display: none;
}

.mv_box > .left-top > p > strong {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  color: #fff;
}

.mv_box > .left-bottom {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.mv_box > .left-bottom > p {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.3;
  font-family: "Noto Sans JP";
  white-space: nowrap;
  color: #fff;
}

.mv_box > .center-bottom {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}

.mv_box > .center-bottom > p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.0;
  font-family: "Century Gothic";
  letter-spacing: 0.2rem;
  color: #f9d200;
}

.mv_box > .center-bottom > div {
  width: 2px;
  height: 52px;
  margin-top: 10px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.mv_box > .center-bottom > div::before {
  content: '';
  width: 4px;
  height: 52px;
  margin-top: 10px;
  background-color: #f9d200;
  position: absolute;
  top: -62px;
  left: 0;
  -webkit-animation: arrow 3.0s ease 0s infinite normal;
  animation: arrow 3.0s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  10% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(-50%, 52px, 0);
    transform: translate3d(-50%, 52px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 52px, 0);
    transform: translate3d(-50%, 52px, 0);
  }
}

.cv_btn {
  display: block;
  max-width: calc( 100% - 20px);
  padding: 15px 0 15px;
  margin: 0 auto;
  border-radius: 100vh;
  background-color: #ff0;
  box-shadow: 3px 3px 0 2px #f9d200;
  position: relative;
}

@media screen and (min-width: 500px) {
  .cv_btn {
    max-width: calc( 100% - 180px);
  }
}

.cv_btn > p:nth-of-type(1) {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  white-space: nowrap;
  text-align: center;
}

.cv_btn > p:nth-of-type(2) {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  white-space: nowrap;
  text-align: center;
  margin-top: 5px;
}

.cv_btn > p:nth-of-type(2) > span {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  color: #ed1c24;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff;
}

.cv_btn > img {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 20px;
}

.cv_btn.inside {
  max-width: 100%;
}

.cv_btn.margin-top {
  margin: 22px auto 0;
}



.tel_m_box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: calc( 100% - 20px);
  margin: 20px auto 0;
}

@media screen and (min-width: 500px) {
  .tel_m_box {
    max-width: calc( 100% - 180px);
  }
}

.tel_icon {
  display: block;
  max-width: 74px;
  margin-right: 10px;
}

.tel_sub_box > p:nth-of-type(1) {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
}

.tel_sub_box > p:nth-of-type(2) {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.0;
  font-family: "Century Gothic";
  color: #0070c0;
  white-space: nowrap;
}

.front_txt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: calc( 100% - 20px);
  margin: 5px auto 0;
}

@media screen and (min-width: 500px) {
  .front_txt {
    max-width: calc( 100% - 180px);
  }
}

.front_txt > p:nth-of-type(1) {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  white-space: nowrap;
}

.front_txt > p:nth-of-type(2) {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  white-space: nowrap;
}

.front_txt > p:nth-of-type(2) > span {
  padding-left: 8px;
  padding-right: 3px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.0;
  font-family: "Century Gothic";
}

.border-width {
  width: 100%;
  height: 15px;
  margin: 30px auto 0;
  background-color: #0070c0;
}

.worry_m_box {
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: calc( 100% - 20px);
  margin: 30px auto 0;
}

.worry_m_box picture {
  margin: 0 auto;
  width: 50%;
}

@media screen and (min-width: 500px) {
  .worry_m_box {
    max-width: calc( 100% - 180px);
  }
}

.worry_image {
  display: block;
  width: 100%;
  z-index: -10;
  margin-top: 20px;
}

.worry_txt {
  font-weight: 900;
  font-size: 21px;
  line-height: 1.3;
  font-family: "Noto Sans JP";
  white-space: nowrap;
  color: #0070c0;
  margin-top: 0;
}

.worry_list {
  margin-top: 20px;
}

.worry_s_box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 12px;
}

.worry_s_box > img {
  display: block;
  width: 30px;
}

.worry_s_box > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Noto Sans JP";
  margin-left: 10px;
}

.msg_box {
  max-width: calc( 100% - 20px);
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 500px) {
  .msg_box {
    max-width: calc( 100% - 180px);
  }
}

.msg_box > p:nth-of-type(1) {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  text-align: center;
  white-space: nowrap;
  color: #fff;
  margin-bottom: 10px;
}

.msg_box > p:nth-of-type(2) {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.4;
  font-family: "Noto Sans JP";
  text-align: center;
  white-space: nowrap;
  color: #fff;
}

.msg_box > img {
  display: block;
  width: 40px;
  margin: 15px auto 0;
}

.msg_box > div {
  position: absolute;
  top: 0;
  left: -50%;
  right: 0;
  bottom: 0;
  width: 600px;
  height: calc(100% + 60px);
  margin: auto;
  background-color: #0070c0;
  z-index: -1;
  transform: rotate(-3deg);
}

@media screen and (min-width: 500px) {
  .msg_box > div {
    width: 1000px;
  }
}

.sum_m_box {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: calc( 100% - 20px);
  margin: 50px auto 0;
  position: relative;
}

@media screen and (min-width: 500px) {
  .sum_m_box {
    width: calc( 100% - 180px);
  }
}

.sum_m_box > picture img {
  display: block;
  max-width: 100%;
  margin-top: 10px;
}

.sum_s_box > h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  font-family: "Noto Sans JP";
  white-space: nowrap;
}

.sum_s_box > h3 > span {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  padding-left: 5px;
}

.sum_s_box > p {
  font-weight: 700;
  font-size: 57px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  color: #0070c0;
  padding-bottom: 0px;
  border-bottom: solid 2px #fd95ad;
}

.sum_s_box > p > span {
  font-weight: 700;
  font-size: 90px;
  line-height: 1.0;
  font-family: "Century Gothic";
  color: #0070c0;
  padding-right: 5px;
}

.about {
  position: absolute;
  left: 0;
  bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.about > img {
  display: block;
  width: 30px;
}

.about > h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  margin-left: 10px;
}

.cnd_m_box {
  max-width: calc( 100% - 20px);
  padding: 20px 10px;
  margin: 0 auto;
  border: solid 6px #0070c0;
  border-radius: 10px;
}

@media screen and (min-width: 500px) {
  .cnd_m_box {
    max-width: calc( 100% - 180px);
  }
}

.cnd_m_box > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Noto Sans JP";
  text-align: justify;
}

.cnd_s_box1 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
}

.cnd_list {
  width: 100%;
  margin-top: 25px;
}

.cnd_tit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  background-color: #0070c0;
}

.cnd_tit > img {
  display: inline-block;
  width: 10px;
}

.cnd_tit > h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  padding-left: 10px;
  color: #fff;
}

.cnd_img {
  display: block;
  width: 100%;
  border: solid 2px #f5f9fa;
}

.cnd_desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  margin-top: 8px;
  text-align: justify;S
}

.cnd_s_box2 {
  width: 100%;
  padding: 30px 20px 30px;
  margin-top: 20px;
  border-radius: 15px;
  background-color: #f5f9fa;
}

.other_cnd_msg {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.other_cnd_msg > img {
  display: block;
  width: 30px;
}

.other_cnd_msg > h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  font-family: "Noto Sans JP";
  margin-left: 10px;
}

.other_cnd_box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
}

.other_cnd_list {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 48%;
  height: 90px;
  border-radius: 10px;
  background-color: #0070c0;
  box-shadow: 2px 2px 0 2px rgba(0, 118, 186, 0.3);
}

.other_cnd_list > p {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  margin-top: 5px;
  color: #fff;
}

.other_cnd_list:nth-of-type(n+3) {
  margin-top: 10px;
}

.other_cnd_tit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.other_cnd_tit > img {
  display: inline-block;
  width: 10px;
}

.other_cnd_tit > h3 {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  padding-left: 5px;
  color: #fff;
}

.price_tit {
  display: block;
  margin: 30px auto 0;
  text-align: center;
}

.price_tit > span {
  font-weight: 700;
  font-size: 31px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  white-space: nowrap;
  padding-bottom: 2px;
  border-bottom: solid 2px #fd95ad;
}

.price_msg {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  text-align: center;
  color: #0070c0;
  display: block;
  margin: 20px auto 0;
}

.price_box {
  width: calc( 100% - 20px);
  margin: 10px auto 0;
}

@media screen and (min-width: 500px) {
  .price_box {
    width: calc( 100% - 180px);
  }
}

.price_box > p:nth-of-type(1) {
  width: 100%;
  padding: 12px 0;
  background-color: #0070c0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  text-align: center;
  white-space: nowrap;
  color: #fff;
}

.price_box > p:nth-of-type(2) {
  width: 100%;
  padding: 15px 0 15px;
  border: solid 2px #0070c0;
  background-image: linear-gradient(-45deg, #f1ffff 0%, #f1ffff 25%, #ffffff 25%, #ffffff 50%, #f1ffff 50%, #f1ffff 75%, #ffffff 75%);
  background-position: 0px 0px;
  background-size: 20px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  text-align: center;
}

.price_box > p:nth-of-type(2) > .each_price {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.0;
  font-family: "Century Gothic";
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 5%, #f9d200 5%, #f9d200 30%, rgba(0, 0, 0, 0) 30%);
}

.price_box > p:nth-of-type(2) > .unit_yen {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  padding-left: 5px;
}

.price_box.first-type {
  margin: 30px auto 0;
}

.flow_m_box {
  max-width: calc( 100% - 20px);
  padding: 20px 10px;
  margin: 30px auto 0;
  border: solid 6px #0070c0;
  border-radius: 10px;
}

@media screen and (min-width: 500px) {
  .flow_m_box {
    max-width: calc( 100% - 180px);
  }
}

.flow_m_box > h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  text-align: center;
  white-space: nowrap;
  color: #fff;
  width: 100%;
  padding: 20px 0;
  background-color: #0070c0;
}

.flow_m_box > p:nth-of-type(1) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Noto Sans JP";
  margin-top: 20px;
}

.flow_m_box > p:nth-of-type(2) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Noto Sans JP";
  margin-top: 15px;
}

.flow_m_box > p:nth-of-type(3) {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  white-space: nowrap;
  text-align: left;
  margin-top: 30px;
}

.flow_m_box > p:nth-of-type(3) > span {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  font-family: "Noto Sans JP";
  color: #fd95ad;
  padding-right: 2px;
}

.counsel_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 12px;
}

.counsel_list > img {
  display: block;
  width: 30px;
}

.counsel_list > p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  font-family: "Noto Sans JP";
  text-indent: -10px;
  padding-left: 10px;
  margin-left: 0;
  margin-top: 0px;
}

.counsel_list.first-type {
  margin-top: 20px;
}

.clinic_img_box {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px 20px 30px;
  margin-top: 20px;
  border-radius: 15px;
  background-color: #f5f9fa;
}

.clinic_img_box > div {
  width: 100%;
}

.clinic_img_box > div > img {
  display: block;
  width: 100%;
}

.clinic_img_box > div:nth-of-type(n+2) {
  margin-top: 15px;
}

.clinic_comment {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
}

.clinic_comment > img {
  display: inline-block;
  width: 12px;
}

.clinic_comment > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Noto Sans JP";
  margin-left: 8px;
}

.cv_box {
  width: 100%;
  margin: 20px auto 0;
}

.cv_box.end-type {
  margin: 30px auto 0;
}

.nextstep_box {
  display: block;
  width: 100%;
  margin: 15px auto 0;
  position: relative;
}

.nextstep_box > p {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.nextstep_box > p > span {
  display: inline-block;
  background-color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Noto Sans JP";
  text-align: center;
  padding-left: 10px;
  padding-right: 5px;
}

.nextstep_box > .border-center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #0070c0;
  z-index: -1;
}

.arrow_to_b {
  display: block;
  width: 100px;
  margin: 15px auto 0;
}

.treatment_tit {
  width: 100%;
  padding: 15px;
  margin: 20px auto 0;
  border: solid 2px #0070c0;
  background-image: linear-gradient(-45deg, #f1ffff 0%, #f1ffff 25%, #ffffff 25%, #ffffff 50%, #f1ffff 50%, #f1ffff 75%, #ffffff 75%);
  background-position: 0px 0px;
  background-size: 15px 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  text-align: center;
}

.qa_tit {
  display: block;
  margin: 30px auto 0;
  text-align: center;
}

.qa_tit > span {
  font-weight: 700;
  font-size: 31px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  white-space: nowrap;
  padding-bottom: 2px;
  border-bottom: solid 2px #fd95ad;
}

.qa_msg {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  text-align: center;
  color: #0070c0;
  display: block;
  margin: 25px auto 0;
}

.qa_box {
  max-width: calc( 100% - 20px);
  margin: 10px auto 0;
}

@media screen and (min-width: 500px) {
  .qa_box {
    max-width: calc( 100% - 180px);
  }
}

.qa_box.first-type {
  margin: 20px auto 0;
}

.each_q {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 15px 50px 15px 15px;
  margin: 0 auto;
  background-color: #0070c0;
  position: relative;
}

.each_q > div:first-of-type {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.each_q > div:first-of-type > span {
  display: inline-block;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.0;
  font-family: "Century Gothic";
  white-space: nowrap;
  color: #fff;
}

.each_q > div:first-of-type > div {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  font-family: "Noto Sans JP";
  color: #fff;
}

.each_a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 15px;
  margin: 0 auto;
  background-color: #fff;
}

.each_a > div:first-of-type {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.each_a > div:first-of-type > span {
  display: inline-block;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.0;
  font-family: "Century Gothic";
  white-space: nowrap;
}

.each_a > div:first-of-type > div {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  font-family: "Noto Sans JP";
}

.q_colon {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  color: #fff;
}

.a_colon {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
}

.plus_icon {
  display: block;
  position: absolute;
  width: 25px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.minus_icon {
  display: none;
  position: absolute;
  width: 25px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.open > .plus_icon {
  display: none;
}

.open > .minus_icon {
  display: block;
}

.each_q + .each_a {
  display: none;
}

.intro_m_box {
  max-width: calc( 100% - 20px);
  margin: 70px auto 0;
  position: relative;
}

@media screen and (min-width: 500px) {
  .intro_m_box {
    max-width: calc( 100% - 180px);
  }
}

.intro_m_box > h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  white-space: nowrap;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}

.intro_m_box > p {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  font-family: "Noto Sans JP";
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

.intro_m_box > .feature_bg {
  position: absolute;
  top: -30px;
  left: -50%;
  width: 600px;
  height: 100%;
  background-color: #0070c0;
  z-index: -1;
}

@media screen and (min-width: 500px) {
  .intro_m_box > .feature_bg {
    width: 1000px;
  }
}

.intro_s_box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 10px auto 0;
}

.feature {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 45vw;
  max-width: 180px;
  height: 45vw;
  max-height: 180px;
  border: solid 6px #0070c0;
  border-radius: 50%;
  background-color: #fff;
}

.feature > img {
  display: block;
  width: auto;
  max-height: 70px;
}

.feature > p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  text-align: center;
  white-space: nowrap;
  margin-top: 10px;
}

.feature:nth-of-type(1) {
  margin-right: 5px;
}

@media screen and (min-width: 500px) {
  .feature:nth-of-type(1) {
    margin-right: 10px;
  }
}

.area_box {
  max-width: calc( 100% - 20px);
  margin: 10px auto 0;
}

@media screen and (min-width: 500px) {
  .area_box {
    max-width: calc( 100% - 180px);
  }
}

.area_box.first-type {
  margin: 30px auto 0;
}

.area_cat {
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
  background-color: #0070c0;
  position: relative;
}

.area_cat > div {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  text-align: center;
  color: #fff;
}

.area_clinic {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.area_cat + .area_clinic_box {
  display: none;
}

.clinic_list {
  width: 100%;
  margin-top: 20px;
}

.area_clinic > .clinic_list:nth-of-type(n+2) {
  margin-top: 30px;
}

.clinic_img {
  display: block;
  width: 100%;
}

.clinic_name {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #0070c0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  text-align: center;
  color: #fff;
}

.clinic_zipcode {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  margin-top: 10px;
}

.clinic_add {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  margin-top: 5px;
}

.clinic_tel {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  width: 100%;
  padding: 10px 5px;
  margin-top: 5px;
}

.clinic_tel > img {
  display: inline-block;
  object-fit: contain;
  width: 30px;
  height: 30px;
}

.clinic_tel > p {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.0;
  font-family: "Century Gothic";
  padding-left: 15px;
}

.clinic_info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  width: 100%;
  padding: 10px 5px;
}

.clinic_info > img {
  display: inline-block;
  object-fit: contain;
  width: 30px;
  height: 30px;
}

.clinic_info > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  padding-left: 15px;
}

.clinic_staff {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  width: 100%;
  padding: 10px 5px;
}

.clinic_staff > img {
  display: inline-block;
  object-fit: contain;
  width: 30px;
  height: 30px;
}

.clinic_staff > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  padding-bottom: 2px;
  margin-left: 15px;
  border-bottom: solid 1px #333;
}

.border_dashed {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #ccc, #ccc 5px, rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0) 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}

.footer_box {
  max-width: calc( 100% - 20px);
  margin: 30px auto 100px;
}

@media screen and (min-width: 500px) {
  .footer_box {
    max-width: calc( 100% - 180px);
  }
}

.footer_box > p:nth-of-type(1) {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  text-align: center;
}

.footer_box > p:nth-of-type(2) {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  font-family: "Noto Sans JP";
  text-align: center;
  margin-top: 10px;
}

.footer_box > p:nth-of-type(3) {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.0;
  font-family: "Noto Sans JP";
  text-align: center;
  margin-top: 10px;
}

.footer_box > p:nth-of-type(4) {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.0;
  font-family: 'Century Gothic Regular';
  text-align: center;
  margin-top: 20px;
}

/* lineバナー追加 */
.line-bnr {
  max-width: 1000px;
  margin: 40px auto;
  width: 95%;
}


.mv_block {
  background-image: url(../image/mv_bg.jpg);
  background-size: cover;
  background-position: top center;
  padding-top: 40px;
}
div.mv_box {
  text-align: center;
}
div.mv_box img {
  max-width: 1300px;
  width: 90%;
}
.mv_box > .left-top {
  text-align: left;
}

.phimosis_area {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 110px 0 0;
  width: calc(100% - 20px);
}

.phimosis_title {
  color: #0070c0;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
}

.phimosis_txt {
  margin-bottom: 50px;
}

.phimosis_txt p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.phimosis_txt p:last-child {
  margin-bottom: 0;
}

.phimosis_wrap {
  padding: 25px 13px;
  border: solid 6px #0070c0;
  border-radius: 10px;
}

.phimosis_wrap-title {
  background: #0070c0;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.phimosis_wrap-subtitle {
  color: #0070c0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 25px;
  text-align: center;
}

.phimosis_area, .point_block-wrap {
  width: calc(100% - 20px) !important;
}

.phimosis_wrap-txt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.phimosis_wrap-img img {
  max-width: 922px;
  margin: 0 auto;
}

.point_area {
  max-width: 1000px;
  margin: 0 auto;
}

section.point_area h2 {
  padding: 75px 0 45px;
  text-align: center;
  margin-bottom: 20px;
}

section.point_area h2 span.top {
  font-size: 57px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: solid 3px #fd95ad;
}

section.point_area h2 span.bottom {
  font-size: 32px;
  color: #0070c0;
  font-family: "Noto Sans JP";
  font-weight: 700;
  text-align: center;
}

.point_block {
  border: 3px solid #0070c0;
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 15px 25px 30px;
  font-size: 18px;
  line-height: 1.6;
  background: linear-gradient(-45deg, #f1ffff 0%, #f1ffff 25%, #fff 25%, #fff 50%, #f1ffff 50%, #f1ffff 75%, #fff 75%);
  background-position: 0px 0px;
  background-size: 25px 25px;
  position: relative;
}

.point_block::before {
  content: "";
  background-image: url(../image/point01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -30px;
  left: -10px;
}

.point_block:nth-child(2)::before {
  background-image: url(../image/point02.svg);
}

.point_block:nth-child(3)::before {
  background-image: url(../image/point03.svg);
}

.point_block:nth-child(4)::before {
  background-image: url(../image/point04.svg);
}

.point_block:nth-child(5)::before {
  background-image: url(../image/point05.svg);
}

.point_block-title {
  color: #0070c0;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 0 0 60px;
}

.point_block-txt {
  font-size: 16px;
}

.pc_display {
  display: none;
}