/* ======================================== global ======================================== */

.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.underline {
  border-bottom: solid 1px #362104;
}
.sanserif {
  font-family: ‘San Francisco’, ‘Helvetica Neue’, HelveticaNeue, ‘Segoe UI’,
    Helvetica, ’游ゴシック Medium’, ‘Yu Gothic Medium’, ‘游ゴシック’,
    ‘Yu Gothic’, ‘游ゴシック体’, YuGothic, ‘Hiragino Kaku Gothic ProN’,
    HiraKakuProN-W3, ‘Noto Sans JP’, sans-serif;
}

.serif {
  font-family: Vollkorn, ‘游明朝’, ‘Yu Mincho’, ‘游明朝体’, YuMincho,
    ‘Hiragino Mincho ProN’, HiraMinProN-W3, ‘Noto Serif JP’, serif;
}
h2 {
  font-size: 20px;
  padding: 4% 0 10%;
  font-family: Vollkorn, ‘游明朝’, ‘Yu Mincho’, ‘游明朝体’, YuMincho,
    ‘Hiragino Mincho ProN’, HiraMinProN-W3, ‘Noto Serif JP’, serif;
  font-weight: bold;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
  padding: 10% 0 2%;
  font-family: Vollkorn, ‘游明朝’, ‘Yu Mincho’, ‘游明朝体’, YuMincho,
    ‘Hiragino Mincho ProN’, HiraMinProN-W3, ‘Noto Serif JP’, serif;
  font-weight: bold;
}

/* mks start */
button {
  margin: 0 2%;
  padding: 1em 2em;
  border: none;
  font-size: 1em;
  line-height: 1;
  color: #fff;
  position: relative;
  cursor: pointer;
  width: 80%;
  border-radius: 10px;
}

button a {
  color: #ffffff;
}

button span {
  display: block;
  margin: 0.5em 0 0;
  font-size: 2em;
}

button:first-of-type {
  margin: 4% 0 2% 0;
}

button:last-of-type {
  margin: 2% 0 4% 0;
}

button.tel {
  background-color: #634944;
  box-shadow: 0 6px #45332f;
}

button.tel:active {
  box-shadow: 0 0 #45332f;
  top: 6px;
}

button.web {
  background-color: #e47057;
  box-shadow: 0 6px #884334;
}

button.web:active {
  box-shadow: 0 0 #884334;
  top: 6px;
}
/* mks end */

/* ======================================== /global ======================================== */

/* ======================================== header ======================================== */

.header_logo {
  position: absolute;
  z-index: 3;
}
.header_logo img {
  width: 13rem;
  z-index: 3;
}
.header_contact {
  margin: auto;
}

/* mks start */
.header_contact .btn {
  position: fixed;
  bottom: 0px;
  display: flex;
  font-size: 12px;
  width: 100%;
  background: #ffeee1;
  padding: 0.5em 0;
  z-index: 2;
}
.header_contact .btn button {
  margin: 0.5em;
  padding: 1em;
}
.header_contact .btn button span {
  font-size: 1.5em;
}
/* mks end */

.header_contact ul {
  position: fixed;
  bottom: 0px;
  font-size: 0;
  text-align: center;
  z-index: 2;
  width: 100%;
  box-shadow: 0px 0.5px 4px #897470;
  /* display: flex; */
  background: url(../img/header_background.jpg) center center / cover no-repeat;
}
.header_contact ul li {
  display: inline-block;
  vertical-align: middle;
  /* width: 50%; */
  width: 45%;
  padding: 2% 1%;
  /* box-shadow: 3px 1px 6px #371e17; */
}
.header_contact ul li a {
  text-decoration: none;
}
.header_contact ul li a img {
  width: 100%;
}

/* ======================================== top ======================================== */

.top {
  z-index: 1;
  width: 100%;
}
.top_img {
  width: 100%;
  height: 0;
  padding-top: 177.8%;
  background-image: url("../img/hero_top_sp_img01.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.top img {
  width: 100%;
}
.nav {
  width: 100%;
}
.nav ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  /* padding: 2.5% 1%; */
  /* background-color: #fdaf89; */
  margin: 0;
}
.nav ul li {
  width: 50%;
  /* display: inline-block; */
  padding: 6% 0;
  text-align: left;
  margin: 0;
  border: solid 1.5px #fef1ed;
  background-color: #fcc2ac;
  box-sizing: border-box;
}
.nav ul li a {
  color: #040101;
  font-size: 16px;

  /* background-color: #8ec6ff;
  padding: 10px 6px; */
  /* position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 0.5em;
  text-decoration: none;
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff; */
}
.fa-chevron-circle-down {
  color: #f95f5a;
  font-size: 20px;
  /* padding-right: 2px; */
  margin: 0 0.3em;
}

/* ======================================== about ======================================== */
.about {
  margin: auto;
  padding: 4% 3% 12%;
  text-align: center;
  background: url(../img/about_background_img.jpg);
  background-size: cover;
}
.about_inner {
  /* width: 95%; */
  /* text-align: center; */
  margin: auto;
  background-color: white;
  padding: 6% 4%;
}

.about_img {
  width: 100%;
  height: auto;
}
.about_inner p {
  text-align: left;
  line-height: 1.6em;
  margin-bottom: 4%;
}

/* ======================================== recommend ======================================== */
.recommend {
  margin: auto;
  padding: 6% 3% 12%;
  text-align: center;
  background-color: #ffe8d6;
}
.recommend ul {
  /* width: 95%; */
  text-align: left;
  margin: auto;
  background-color: white;
  padding: 4%;
}
.recommend ul li {
  border-bottom: solid 1px #7d694c;
  line-height: 1.6em;
  margin: 4% auto;
  font-size: 16px;
}
.recommend ul li span {
  color: #f95f5a;
  font-size: 24px;
  font-weight: bolder;
  padding-right: 6px;
  vertical-align: middle;
}
/* ======================================== /recommend ======================================== */
/* ======================================== point ======================================== */
.point {
  margin: auto;
  padding: 4% 1% 12%;
  background-color: #fff0ed;
  text-align: center;
}
.point_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* width: 95%; */
  /* margin: auto; */
}
.point_wrapper {
  position: relative;
  margin: 6% 2%;
  padding: 4%;
  width: 300px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 4px 4px 1px #c1bab1;
}
.point_wrapper img {
  text-align: center;
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  /* min-width: 300px; */
  min-height: 180px;
}
.point_content {
  margin: auto;
  /* width: 80%; */
}
.point_content h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  color: #ff350d;
}
.point_content p {
  padding: 2% 1% 4%;
  text-align: left;
  line-height: 1.5em;
  word-wrap: break-word;
}

.point_num {
  position: absolute;
  top: -1.2rem;
  left: -1.2rem;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  background-color: #ff350d;
}
/* ======================================== /point ======================================== */
/* ======================================== obesity ======================================== */

.obesity {
  margin: auto;
  padding: 4% 3% 12%;
  text-align: center;
  background-color: #f7ece6;
}
.obesity_img {
  /* width: 95%; */
  text-align: center;
  margin: auto;
  background-color: white;
  padding: 4% 0%;
}

.obesity_img img {
  width: 100%;
  margin: 2% auto;
}

.obesity_text img {
  width: 100%;
}

/* ======================================== /obesity ======================================== */
/* ======================================= Treatment flow======================================== */
.treatmentflow {
  margin: auto;
  padding: 4%;
  text-align: center;
  background: url(../img/treatment_background_img.jpg);
  background-size: cover;
}

.treatmentflow_container {
  text-align: center;
  padding: 4% 5%;
  background-color: white;
}
.treatmentflow_container dl {
  display: block;
  margin: 6% auto;
  padding: 2%;
  /* width: 100%; */
}
.treatmentflow_container dt {
  /* width: 200px; */
  display: block;
}
.treatmentflow_container dt img {
  width: 250px;
}
.treatmentflow_container dd {
  display: block;
  padding: 2%;
  word-wrap: break-word;
}
.t_border {
  border-bottom: double 4px #8ec6ff;
}
.t_step {
  margin: 2% auto;
}
.t_title {
  margin: 4% auto 3%;
}
.t_text {
  word-wrap: break-word;
  text-align: left;
  margin: 3% auto 4%;
  line-height: 1.5em;
}
/* ======================================== /Treatment flow ======================================== */
/* ======================================== Price ======================================== */
.price {
  margin: auto;
  padding: 4% 2% 12%;
  text-align: center;
  background-color: #fff1e7;
  /* background: url(../img/price_background.jpg) center center / 100% repeat-y; */
}

.price img {
  width: 100%;
  margin: 5% auto;
}
/* ======================================== /Price ======================================== */
/* ======================================== FAQ ======================================== */
.faq {
  margin: auto;
  padding: 2% 4% 10%;
  text-align: center;
  background-color: #f1e3dc;
}
.faq ul {
  margin: auto;
  background-color: white;
  padding: 2%;
}
.faq ul li {
  margin: auto;
  text-align: left;
  width: 96%;
  padding: 5% 0;
}
.faq_q {
  color: #f93735;
  font-weight: bold;
}
.faq_a {
  padding-top: 3%;
  line-height: 1.5em;
}
.effect_text {
  margin: 8% auto 5%;
  font-size: 16px;
  font-family: serif;
  font-weight: bold;
}
.effect {
  width: 100%;
}
/* ======================================== /FAQ ======================================== */
/* ======================================== Doctor ======================================== */
/* #docter {
  margin: auto;
  padding: 4%;
  text-align: center;
  background-color: teal;
} */
#docter {
  margin: auto;
  padding: 4% 0 12%;
  text-align: center;
  /* background: url(../img/doctor_background_img.jpg) center center / 100%
    repeat-y; */
  background: url(../img/doctor_background_img.jpg);
  background-size: cover;
  /* padding: 50px 0 130px; */
  box-sizing: border-box;
}

.p-docter {
  width: 100%;
  height: auto;
  margin: 0 auto;
  color: #111;
  position: relative;
}

.p-docter_list {
  padding: 30px 35px;
  height: auto;
  text-align: left;
  box-sizing: border-box;
  background-color: #fff;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}
.p-docter h2 {
  color: #303030;
  margin: 60px 0 40px;
}
.p-docter-img {
  width: 200px;
  float: left;
}
.p-docter-img img {
  width: 100%;
}

.p-docter-name {
  width: 500px;
  float: right;
  padding-top: 4px;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA;
}
.p-docter-name span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.2em;
}
.p-docter-txt {
  width: 500px;
  float: right;
  line-height: 1.5rem;
  margin-bottom: 15px;
}

.p-docter-history {
  width: 500px;
  float: right;
  line-height: 1.2em;
  font-size: 14px;
}

.p-docter-history span {
  font-weight: bold;
  padding-left: 25px;
  background: url(../img/qa_title_icon.png) no-repeat left;
  display: block;
  margin-bottom: 10px;
}
.p-docter .slick-slide {
  width: 800px;
}

@media (max-width: 768px) {
  #docter {
    padding: 2%;
  }

  .slick-dots {
    /* position: absolute; */
    bottom: -76px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .p-docter_list {
    width: 350px !important;
    /* height: 505px; */
    padding: 20px 15px;
  }
  .p-docter .slick-slide {
    width: auto;
    margin: 0 20px;
  }
  .p-docter-img {
    width: 120px;
    float: left;
    padding: 0 10px 20px 0;
  }
  .p-docter-name {
    width: 180px;
    float: right;
    font-size: 1.5rem;
  }

  .p-docter-info::after {
    content: "";
    display: table;
    clear: both;
  }
  .p-docter-txt {
    width: auto;
    float: none;
  }

  .p-docter-history {
    width: auto;
    float: none;
  }
}
/* ======================================== /Doctor ======================================== */
/* ======================================== Access ======================================== */
.access {
  margin: auto;
  padding: 2% 4% 10% 4%;
  text-align: center;
  background-color: #ffeee1;
}
.access div {
  margin: 4% auto;
}
.access div img {
  margin-bottom: 4%;
  width: 100%;
  /* height: 238px; */
}
.access table {
  border-collapse: collapse;
  margin: 0 auto;
  background-color: white;
  font-size: 14px;
}
.access td,
th {
  border: 1px solid #888091;
  padding: 4% 1%;
  vertical-align: middle;
}
.access th {
  border-left: 5px solid #888091;
  color: #3a363e;
  font-weight: bold;
  vertical-align: middle;
  width: 64px;
}
.access td {
  text-align: left;
}
/* ======================================== /Access ======================================== */
/* ======================================== Group ======================================== */
.group {
  margin: auto;
  padding: 2% 2% 10% 2%;
  text-align: center;
  /* background-color: #ffe4e1; */
  background: url(../img/group_background_img.jpg);
  background-size: cover;
  /* background: url(../img/price_background.jpg) center center / 100% repeat-y; */
}
.group ul {
  display: flex;
  flex-wrap: wrap;
}
.group ul li {
  margin: auto;
}
.group ul li img {
  width: 100%;
  height: auto;
  padding-bottom: 4%;
}

.clinic_name {
  margin-bottom: 10%;
}

/* .group ul li a {
  display: inline-block;
  padding: 1em;
  margin: 2% auto 16%;
  text-decoration: none;
  background: #e47057;
  color: #fff9fa;
  border: double 6px #fff9fa;
  border-radius: 3px;
  transition: 0.2s;
  transition-timing-function: ease-out;
}
.group ul li a span {
  font-weight: bold;
} */

/* .group ul li a:hover {
  background: #fff9fa;
  color: #e47057;
  border: double 6px #e47057;
} */
/* .group ul li a {
  position: relative;
  display: inline-block;

  font-weight: bold;
  padding: 2%;
  text-decoration: none;
  color: #fff;
  background: #ff7f7f;
}
.group ul li a span {
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
  padding: 2%;
}
.group ul li a:hover {
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
  background: firebrick;
} */

/* ======================================== /Group ======================================== */
/* ======================================== contact ======================================== */
.contact {
  margin: auto;
  padding: 5% 2% 10%;
  text-align: center;
  background-color: #fff1e7;
}
.contact div {
  width: 100%;
  /* display: grid; */
}

/* mks start */
.contact div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* mks end */

.contact p {
  margin: 10% auto 5%;
  font-size: 12px;
}
.contact_img a img {
  width: 100%;
  margin: 2% auto;
}
/* ======================================== /contact ======================================== */
/* ======================================== footer ======================================== */
footer {
  margin: auto;
  padding: 5% 4% 104px 4%;
  /* position: absolute;
  bottom: 0; */
  text-align: center;
  background-color: #fdaf89;
}

footer p {
  color: white;
  line-height: 20px;
}
.footer_link {
  color: white;
  border-bottom: none;
  font-weight: bold;
}
/* ======================================== /footer ======================================== */

/*================================================= responsive ====================================================*/
/*========================　tablet　========================*/
/* @media screen and (min-width: 480px) { */
/* } */

/*========================　tablet　========================*/
@media screen and (min-width: 768px) {
  /* mks start */
  button {
    flex: 1;
    max-width: 600px;
    font-size: 1.2em;
  }

  button:first-of-type {
    margin: 0 2% 0 4%;
  }

  button:last-of-type {
    margin: 0 2% 0 4%;
  }
  /* mks end */

  /* ======================== header ======================== */
  .header_logo img {
    width: 243px;
  }

  /* mks start */
  .header_contact .btn {
    top: 0px;
    right: 0px;
    width: 52%;
    max-width: 400px;
    height: 72px;
    background: transparent;
    padding: 0;
    box-shadow: 0px 0.8px 4px #897470;
  }

  .header_contact .btn button {
    margin: 0;
    border-radius: 0;
    padding: 0.5em;
    box-shadow: none;
  }
  /* mks end */

  .header_contact ul {
    top: 0px;
    right: 0px;
    width: auto;
    height: 72px;
    background: transparent;
    box-shadow: 0px 0px 0px;
  }
  .header_contact ul li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0;
    box-shadow: 0px 0.8px 4px #897470;
  }
  .header_contact ul li a img {
    width: 184px;
  }

  .top_img {
    width: 100%;
    height: 0;
    padding-top: 53%;
    background-image: url("../img/hero_top_img01.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .nav {
    width: 100%;
  }

  .nav ul {
    text-align: left;
    padding: 1%;
    display: grid;
    /* grid-template-columns: 1fr 4fr; */
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* display: flex; */
    /* flex-wrap: wrap; */
    background-color: #fcc2ac;
  }
  .nav ul li {
    padding: 1%;
    width: auto;
    padding: 6% 18%;
    /* margin: 1% auto; */
    border: solid 0px #fef1ed;
    box-sizing: border-box;
  }
  .nav ul li a {
    /* color: #371e17; */
    font-size: 14px;
    background-color: transparent;
    padding: 0;
    border-bottom: solid 1px black;
    /* font-weight: normal; */
  }
  .fa-chevron-circle-down {
    color: #040101;
    font-size: 14px;
    padding-right: 4px;
    margin: 0;
  }
  /* ======================== /header ======================== */
  /* ======================== about ======================== */
  .about {
    padding: 6% 10% 8%;
  }
  .about_inner {
    /* width: 80%; */
    padding: 5% 10% 10%;
  }
  /* ======================== /about ======================== */
  /* ======================== recommend ======================== */
  .recommend {
    padding: 1% 10% 8%;
  }
  .recommend ul {
    /* width: 80%; */
  }
  .recommend ul li {
    width: 70%;
  }
  /* ======================== /recommend ======================== */
  /* ======================== point ======================== */
  .point {
    padding: 2% 10% 6%;
  }
  .point_wrapper {
    /* width: 380px; */
    margin: 2%;
    padding: 2% 1%;
    width: 270px;
  }
  .point_wrapper img {
    height: auto;
  }
  /* ======================== /point ======================== */
  /* ======================== obesity ======================== */
  .obesity {
    padding: 2% 8% 5%;
  }
  .obesity_img {
    padding: 2%;
  }
  .obesity_img img {
    width: 268px;
    /* height: 460px; */
    padding: 0% 1%;
  }
  .obesity_text {
    margin: auto;
    background-color: #f5ebe6;
    text-align: center;
    padding-bottom: 8%;
  }

  /* ======================== /obesity ======================== */
  /* ======================== Treatment flow ======================== */
  .treatmentflow {
    padding: 2% 10% 6%;
  }
  .treatmentflow_container {
    /* width: 80%; */
  }
  .treatmentflow_container dl {
    display: table;
    padding: 0%;
    margin: 6% auto;
  }

  .treatmentflow_container dt {
    display: table-cell;
  }
  .treatmentflow_container dt img {
    /* width: 280px; */
    margin-right: 4%;
  }

  .treatmentflow_container dd {
    /* width: 380px; */
    display: table-cell;
    vertical-align: top;
    text-align: center;
  }
  .t_text {
    /* width: 320px; */
  }
  .t_step {
    margin: 5% auto;
  }
  .t_title {
    margin: 5% auto;
  }
  /* ======================== /Treatment flow ======================== */
  /* ======================== Price ======================== */
  .price {
    padding: 2% 10% 6%;
  }
  .price img {
    width: 380px;
    height: auto;
    padding: 1%;
    margin: 2% auto;
  }
  /* ======================== /Price ======================== */
  /* ======================== FAQ ======================== */
  .faq {
    padding: 2% 10% 6%;
  }
  .faq ul {
    padding: 4%;
  }
  .faq ul li {
    width: 84%;
    text-align: left;
    padding: 3% 0;
  }

  footer {
    padding: 5% 4%;
  }

  .slider01 {
    padding: 40px 0 20px;
  }
  .jsInfiniteslider {
    padding: 0;
    height: 236px;
  }
  @media (max-width: 768px) {
    .slider01 {
      padding: 20px 0 10px;
    }
    .jsInfiniteslider {
      height: 200px;
    }

    .jsInfiniteslider li {
      width: 198px;
    }

    .jsInfiniteslider li img {
      width: 100%;
    }
  }

  /* ======================== /FAQ ======================== */
  /* ======================== Doctor ======================== */
  #docter {
    padding: 2% 10%;
  }
  /*======================== /Doctor ======================== */
  /* ======================== Access ======================== */
  .access {
    padding: 2% 10% 6%;
  }
  .access div {
    margin: 2% auto;
    display: flex;
    /* width: 800px; */
  }
  .access div img {
    width: 50%;
    height: 238px;
    padding-right: 1%;
    margin-bottom: 2%;
  }
  .access table {
    font-size: 16px;
  }
  .access th {
    width: 120px;
  }
  .access td {
    width: 460px;
  }
  /* ======================== /Access ======================== */
  /* ======================== Group ======================== */
  .group {
    padding: 2% 2% 6%;
  }
  .group ul {
    display: flex;
    flex-wrap: wrap;
    /* padding: 2%; */
  }
  .group ul li a {
    padding: 0.8em 1.2em;
    margin: 2% auto 10%;
  }
  .group ul li img {
    width: 380px;
    /* height: auto; */
    padding-bottom: 6%;
  }
  /* ======================== /Group ========================= */
  /* ======================== footer ========================== */
  .contact {
    padding: 2%;
    /* background-color: #ffe4e1; */
  }
  /* mks start */
  .contact div {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  /* mks end */
  .contact p {
    margin: 4% auto;
  }
  .contact_img a img {
    width: 35%;
    margin: 0 2%;
  }

  /* ======================= /footer ====================== */
}
/*=========================================　PC　=========================================*/
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 22px;
    padding: 2% 0 4%;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
    padding: 4% 0 2%;
  }
  .nav ul {
    text-align: center;
    padding: 1%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fcc2ac;
  }
  .nav ul li {
    padding: 1%;
    width: auto;
    padding: 1% 0;
    margin: 1% auto;
    border: solid 0px #fef1ed;
    box-sizing: border-box;
  }
  .nav ul li a {
    /* color: #371e17; */
    font-size: 14px;
    background-color: transparent;
    padding: 0;
    border-bottom: solid 1px black;
    /* font-weight: normal; */
  }
  .point_wrapper {
    padding: 3% 4% 1%;
    width: 300px;
  }
  .t_text {
    width: 360px;
  }
  .obesity {
    padding: 2% 10% 2%;
  }
  .obesity_img {
    padding: 4%;
  }
  .obesity_img img {
    width: 430px;
  }
  .obesity_text {
    margin: auto;
    background-color: #f5ebe6;
    text-align: center;
    padding-bottom: 6%;
  }
  .obesity_text img {
    width: 80%;
  }
  .faq ul {
    padding: 6%;
  }
  .faq ul li {
    padding: 3% 0;
  }
  .faq_a {
    padding-top: 1.2%;
    line-height: 1.6em;
  }
  .effect {
    width: 800px;
    height: auto;
  }
  .effect_text {
    margin: 7% auto 4%;
    font-size: 18px;
    font-family: serif;
    font-weight: bold;
  }
}

/*コロナ用css*/
#corona{
     background: #fff;

    display: block;
    box-sizing: border-box;
}
.corona_in{
    width:1000px;
    margin: 0px auto 30px;
    font-size: 14px;
    letter-spacing: 0.8px;
}
.corona_in h2{
    color: #ff350d;
    line-height: 1.4;
    text-align: center;
    font-size: 26px;
    padding-bottom: 0;
}
.corona_txt{
    margin: 30px 0;
    text-align: center;
    line-height: 1.6;
}
.corona_panel{
    width: 100%;
    padding: 0 40px
}
.corona_panel ul li{
    text-indent: -1em;
    padding-left: 2em;
}
.corona_panel dt{
    color: #ad8011;
    font-weight: bold;
    padding: 20px 0;
    font-size:16px;
    text-align: center;
}
.corona_measure{
    display: flex;
    margin: 30px ;
    padding: 30px ;
    box-sizing: border-box;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}
.corona_panel:first-child{
    border-right: 1px solid #cecece;
}
.corona_panel img{
    width: 338px;
    margin: 0 auto;
    display: block;
}
.corona_in h3{
    text-align: center;
    font-size:16px;
    color: #ff350d;
    font-weight: bold;
}
@media (max-width : 768px) {
    .corona_in{
        width:auto;
        margin: 0px auto 30px;
        padding: 0 20px;
    }
    .corona_txt{
        text-align: left;
    }
    .corona_panel{
        width: 100%;
        padding: 0;
    }
    .corona_panel:first-child{
        border-right: none;
        border-bottom: 1px solid #cecece;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .corona_measure{
        display: block;
        margin: 10px 0 20px;
        padding: 20px 0;
    }
    .corona_panel img{
        width: 80%;
        margin: 0 auto;
        display: block;
    }
}