@charset "UTF-8";
@import "../../normalize.css";
@import "../../common.css";
/*=================================
	不正咬合の特徴と治療法
==================================*/
div.figure {
  display: block;
  width: 300px;
  float: left;
  margin: 0 20px 0 0;
}

#box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100% !important;
}
#box .case_container a.link {
  display: block;
  margin: 10px 0 0 0;
  float: right;
  overflow: hidden;
}
#box h3 {
  font-size: 140%;
  color: #076ab6;
  font-weight: bold;
  padding: 30px 0 0 0;
  border-top: 1px solid #dddddd;
  margin: 30px 0 0 0;
}
#box h4 {
  font-size: 130%;
  color: #076ab6;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#box p {
  font-size: 110%;
  line-height: 1.6;
  margin: 10px 0 0 0;
}
#box h3.case_title {
  border-top: none;
  padding: 0;
}
#box .btn {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 0.6em;
  text-align: center;
  color: #fff;
  font-size: 120%;
  background: #4e8dfe;
  background: -webkit-gradient(linear, left top, left bottom, from(#4e8dfe), to(#366ad2));
  background: linear-gradient(to bottom, #4e8dfe 0%, #366ad2 100%);
  text-decoration: none;
  border-radius: 6px;
  border: solid 2px #4e8dfe;
  margin: 50px auto 0 auto;
  position: relative;
}
#box .btn::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: solid 1px #fff;
  border-left: none;
  border-bottom: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#box .btn:hover {
  background-color: #fff !important;
  background-image: none;
  color: #4e8dfe;
}
#box .btn:hover::after {
  border-color: #4e8dfe;
}

.case_container {
  border: 1px solid #a1d0e8;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin: 20px 0 30px 0;
  padding: 15px 20px 30px 20px;
}

.arrow {
  width: 62px;
  margin: 20px auto;
}

/* 詳細 2025.01.28変更 */
.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;
}
.example__single p + p {
  margin-top: 1.5em;
}
.example__single .treatment {
  margin-top: 24px;
  border-top: 1px dotted #e5e5e5;
  padding-top: 24px;
}
.example__single .treatment .subHeading {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.example__single .treatment .subHeading + p {
  margin-top: 1.5em;
}
.example__single .button {
  margin-top: 40px;
  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%;
  max-width: 300px;
}
.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;
}