@charset "UTF-8";
@import "../../../../css/normalize.css";
@import "../../common.css";
/*====================================
  矯正治療Q&A
=====================================*/
#container section.last {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

#container section {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px dotted #dddddd;
}

#container section .text {
  margin: 10px 0 0 0;
}

#container section .text p {
  margin: 6px 0 0 0;
}

#container .figure_b {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-size: 80%, auto;
}

a.detail {
  display: block;
  border: 1px solid #407ae5;
  border-radius: 3px;
  font-size: 100%;
  background: url(../../../images/common/arrow_blue.png) 95% 50% no-repeat;
  padding: 1em 0 1em 0.7em;
  margin: 0.5em 0 0 0;
}

a.btn {
  display: block;
  background: url(../../../images/common/arrow_white.png) 95% 50% no-repeat, #407ae5;
  border-radius: 3px;
  padding: 1em;
  color: #ffffff;
  margin: 20px 0 0 0;
}

p.text {
  display: block;
  margin: 10px 0 0 0;
}

#container section .radius {
  border: 1px solid #407ae5;
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  padding: 10px 10px;
  margin: 15px 0 0 0;
}

.arrow {
  display: block;
  width: 31px;
  margin: 0 auto 15px auto;
  background-size: 31px 14px;
  -moz-background-size: 31px 14px;
  -webkit-background-size: 31px 14px;
}

#container section .radius figure {
  display: block;
  width: 280px;
  margin: 10px auto;
}

#container .radius_single dd figure {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#container .radius_single dd p {
  display: block;
  margin: 10px 0 0 0;
}

/* 詳細 2025.01.28変更 */
.example__single {
  margin: 0 auto;
  max-width: 640px;
}
.example__single * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.example__single figure {
  display: block;
  margin: 0;
  padding: 0;
}
.example__single figure img {
  display: block;
  width: 100%;
  height: auto;
}
.example__single .paragraph {
  margin-top: 24px;
}
.example__single p {
  line-height: 1.8;
  font-size: 4.2vw;
}
.example__single p + p {
  margin-top: 1em;
}
.example__single .treatment {
  margin-top: 24px !important;
  border-top: 1px dotted #e5e5e5;
  padding: 24px 0 0 0 !important;
}
.example__single .treatment .subHeading {
  font-weight: bold;
  font-size: 5vw;
  color: #407ae5;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.example__single .treatment .subHeading + p {
  margin-top: 1em;
}
.example__single .button {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.example__single .button__case {
  width: 100%;
}
.example__single .button__case .btn {
  margin: 0 !important;
  max-width: none !important;
}
.example__single .button__back {
  text-align: center;
}
.example__single .button__back a {
  display: inline-block;
  padding: 0.5em 2em;
  background-color: #e5e5e5;
  text-align: center;
  text-decoration: none;
  color: #000;
  border-radius: 8px;
}