@charset "utf-8";

/*====================================================================================================

  当院の治療

====================================================================================================*/
@media screen and (min-width:641px) {}

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

.caution {
  font-weight: bold;
  color: #ef858c;
}

.not-top .center-cols {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.treatment-hdline {
  position: relative;
  text-align: center;
  font-weight: 300;
  /*font-family: "Yu Mincho";*/
  font-family: "Noto Serif Japanese";
}

.treatment-hdline::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-image: url(../../image/icon/dots.svg);
  background-position: center;
  background-size: contain;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*.merit-demerit-list:first-child{
	background-color: #f9f7f3;
}*/

.merit-demerit-list {
  box-sizing: border-box;
  position: relative;
  background-color: #f9f7f3;
}

.merit-demerit-list li:first-child {
  list-style: none;
  font-weight: 400;
  margin-bottom: 10px;
  /*text-align: center;*/
}

.merit-demerit-list:first-child::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #e2dbc9;
  z-index: 1;
}

.merit-demerit-list li:not(:first-child) {
  margin-left: 20px;
}

.annotation {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  color: #ef858c;
  font-weight: 300;
}

.annotation::before {
  content: "※";
}

.price {
  text-align: center;
  position: relative;
  font-weight: 300;
  /*font-family: "Noto Serif Japanese";*/
}



.price::before,
.price::after {
  width: 100%;
  position: absolute;
  content: "";
  height: 2px;
  display: block;
  background-image: linear-gradient(to right, #e2dbc9, #e2dbc9 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 2px);
  background-size: 6px 2px;
  background-position: top;
  background-repeat: repeat-x;
}


.price::before {
  top: 0;
}

.price::after {
  bottom: 0;
}

.price dt {
  font-family: "Noto Serif Japanese";

}

.price dd {
  font-family: "Yu Mincho";
}

.tax {
  font-size: 1.6rem;
  font-family: "Noto Serif Japanese";
  font-weight: 300;
}

.treatment-gallery {
  display: grid;
}

.treatment-gallery.col1 {
  grid-template-columns: repeat(1, 1fr);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width:641px) {
  .treatment-hdline {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .merit-demerit-box {
    display: flex;
    width: 100%;
    margin: 40px 0;
    /*max-width: 1200px;*/
  }

  .merit-demerit-list {
    /*max-width: 400px;*/
    width: 50%;
    /*padding: 20px 0px;*/
    padding: 20px 30px 30px;
  }

  .merit-demerit-list:first-child::after {
    width: 1px;
    height: 70%;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }

  .price {
    display: flex;
    padding: 15px 0;
    margin: 40px 0;
    /*margin-bottom: 80px;*/
  }

  .price dt {
    width: 50%;
    font-size: 2.8rem;
  }

  .price dd {
    width: 50%;
    font-size: 3.0rem;
  }


  .treatment-gallery {
    margin: 40px 0 160px;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

}

@media screen and (max-width:640px) {
  .treatment-hdline {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .merit-demerit-box {
    width: 100%;
    margin: 30px 0;
    /*max-width: 1200px;*/
  }

  .merit-demerit-list {
    width: 100%;
    padding: 20px 30px 30px;
  }

  .merit-demerit-list:first-child::after {
    width: 70%;
    height: 1px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .price {
    /*display: flex;*/
    padding: 15px 0;
    margin: 40px 0;
    /*margin-bottom: 80px;*/
  }

  .price dt {
    width: 100%;
    font-size: 2.8rem;
  }

  .price dd {
    width: 100%;
    font-size: 3.0rem;
  }

  .treatment-gallery {
    margin: 40px 0 80px;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

}


.treatment-subhdline {
  color: #4E68B4;
  /*文字色*/
  padding: 0.5em 0;
  /*上下の余白*/
  border-top: solid 2px #4E68B4;
  /*上線*/
  border-bottom: solid 2px #4E68B4;
  /*下線*/
  text-align: center;
}

.treatment-subhdline {
  font-weight: bold;
}

@media screen and (min-width:641px) {
  .treatment-subhdline {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:640px) {

  .treatment-subhdline {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }

}

.under {
  margin-bottom: 30px;
}


@media screen and (min-width:641px) {
  .line-ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .line-ttl {
    font-weight: bold;
  }

  .line-ttl {
    color: #7c693f;
    padding: 0.5em 0;
    border-top: solid 2px #bfac8e;
    border-bottom: solid 2px #bfac8e;
    text-align: center;
  }

}

@media screen and (max-width:640px) {
  .line-ttl {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }

  .line-ttl {
    font-weight: bold;
  }

  .line-ttl {
    color: #7c693f;
    padding: 0.5em 0;
    border-top: solid 2px #bfac8e;
    border-bottom: solid 2px #bfac8e;
    text-align: center;
  }
}


.list{
  padding-left: 20px;
}

.cost{
  margin-top: 60px!important;
}


.qa-6 {
    /* max-width: 500px; */
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    /* font-weight: 600; */
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 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-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ef858c;
    line-height: 1.2;
    content: "A";
}