/* =======================================
共通部分
======================================= */
.wp-block-group__inner-container {
  margin-bottom: 2rem;
}
.container-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#about {
  margin-bottom: 4rem;
}
.about, .liver_box {
  margin-bottom: 4rem;
}
.contents_title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #7FAA41;
}
.contents_title::after {
  content: "";
  margin-top: 1rem;
  background-image: url(/wp-content/themes/mori-clinic/img/index/line.svg);
  display: block;
  background-position: center;
  height: 6px;
  background-repeat: no-repeat;
}
.option_btn {
  margin: 1rem 0;
}
.option_btn a {
  background: #fff;
  border: 3px solid #7faa41;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 80%;
  padding: 1rem 2rem;
  color: #7faa41;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  font-size: 1.2rem;
}
.option_btn a:hover {
  background: #7faa41;
  border: 3px solid #7faa41;
  color: #FFF;
}
.option_btn a::after {
  content: '';
  position: absolute;
  right: 2rem;
  width: 15px;
  height: 15px;
  border-top: 3px solid #7faa41;
  border-right: 3px solid #7faa41;
  transform: rotate(135deg);
}
.option_btn a:hover::after {
  content: '';
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.disease_box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.disease_box img {
  padding: 2rem;
  width: 200px;
  height: 200px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
.wide-section {
  margin-top: 5vw;
  width:unset;
  max-width:unset;
}
.nobg {
  background: none;
}
@media only screen and (max-width: 1024px) {
  .disease_box img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .disease_box img {
    padding: 1rem;
    border-radius: 20px;
  }
}

.liver_cancer {
  margin-bottom: 4rem;
}
.liver_box img {
  margin-bottom: 1rem;
  width: 100%;
}
.liver_box h3 {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #333333;
  width: fit-content;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.liver_box h4 {
  margin-top: 1rem 0;
}
.liver_a {
  font-weight: bold;
  color: #7faa41;
  border-bottom: 2px solid #7faa41;
}
.liver_list ul {
  margin-bottom: 0;
}
.liver_list h4 {
  padding: 0.25em 0.5em;
  margin-top: 2rem;
  background: transparent;
  border-left: solid 5px #7faa41;
}
.liver_img {
  margin-top: 2rem;
}
.therapy {
  padding: 5rem;
  box-shadow: 0 0 15px #ccc;
  border-radius: 20px;
  background: #fff;
  margin: 2rem 0;
}
.therapy_g {
  padding: 5rem;
  box-shadow: 0 0 15px #ccc;
  border-radius: 20px;
  background: #f0f2f2;
  margin: 2rem 0;
}
@media only screen and (max-width: 1024px) {
  .therapy, .therapy_g {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .therapy, .therapy_g {
    padding: 1rem;
  }
}
/* =======================================
下層部分
======================================= */
/* about */
.break-keep {
  word-break: keep-all;
}
.break-keep span {
  margin-right: 2rem;
}
.about_text h2 {
  color: #7FAA41;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .about_text h3 {
    font-size: 1.5rem;
    text-align: left;
  }
}
.about_text p {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 2rem;
}
.about_img img {
  border-radius: 20px;
  margin-bottom: 2rem;
}
.doctor img {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .doctor h3 {
    padding: 1rem;
    font-size: 1.6rem;
  }
}
.doctor h4 {
  padding: 1rem 0;
  border-bottom: 1px solid #777777;
  font-size: 1.6rem;
  color: #7FAA41;
  letter-spacing: 5px;
}
.doctor table {
  margin-top: 2rem;
  line-height: 2.5;
  font-size: 1.2rem;
}
.doctor th {
  vertical-align: baseline;
}

/* liver_b */
.lamivudine_table {
  font-size: 1.2rem;
  font-weight: bold;
}
.lamivudine_table th {
  width: 25%;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.lamivudine_table td {
  text-align: right;
}
.border-tb {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

/* liver_b */
.radioH h4 {
  border: none!important;
  margin-top: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

/* access */
.access_box h3 {
  font-size: 2rem;
  padding-bottom: 1rem;
  color: #7FAA41;
  width: fit-content;
}
.access_box {
  font-size: 1.2rem;
  line-height: 1.5;
}
.access_box table {
  max-width: 50%;
}
.access_box span {
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .access_box table {
    max-width: 100%;
  }
}
.access_box td {
  width: 15%;
  padding: .2rem;
  font-size: 1.2rem;
}
/* QA */
.qa_img {
  margin-bottom: 2rem;
}
.qa_img h2 {
  margin-top: 3rem;
}
.qa-list {
  max-width: 100%;
  margin-bottom: 5px;
  border-bottom: 2px solid #d6dde3;
}
.qa-list h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 1em 0 0.5em 0.5em;
  color: #333333;
  font-size: 1.5rem;
  font-weight: bold;
}
.qa-list h3::before {
  color: #75bbff;
  content: "Q";
  font-size: 2rem;
  margin-right: 1rem;
}
.qa-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}
.qa-list summary::before,
.qa-list p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
.qa-list summary::before {
  color: #75bbff;
  content: "Q";
}
.qa-list summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
}
.qa-list[open] summary::after {
  transform: rotate(225deg);
}
.qa-list p {
  font-size: 1.25rem;
  position: relative;
  margin-left: 2rem;
  padding: 0.3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}
.qa-list[open] p {
  transform: none;
  opacity: 1;
}
.qa-list p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}
@media only screen and (max-width: 767px) {
  .qa-list summary {
    font-size: 1.2rem;
  }
  .qa-list p {
    font-size: 1rem;
    margin-left: 0.5rem;
    padding: 0.3em 1em 1.5em 3em;
  }
}

/* =======================================
PC
======================================= */
@media only screen and (min-width: 1400px) {

}
@media only screen and (min-width: 1200px) {

}
@media only screen and (min-width: 769px) {
}
@media screen and (min-width: 641px) {

}

/*pc*/


/* =======================================
タブレット
======================================= */
@media (max-width: 767px) and (min-width: 481px) {

}
@media only screen and (max-width: 768px) {

} /*タブレット*/

/* =======================================
SP
======================================= */
@media only screen and (max-width: 768px) {

} /*SP*/
