/*
  Treatment
*/
/*------------------------
  Hero
------------------------*/
.treatment #hero {
  background-image: url(../images/treatment/kv.jpg); }

/*------------------------
  Common
------------------------*/
#treatment01, #treatment02, #treatment03, #treatment04, #treatment05, #treatment06 {
  margin-top: -55px;
  padding-top: 55px; }

.t-box p {
  color: #293962;
  font-weight: 500; }
  .t-box p + p {
    margin-top: 25px; }
.t-box .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -30px;
  padding: 50px 0;
  line-height: 1.3; }
  .t-box .list li {
    width: 50%;
    padding: 10px 30px; }
  .t-box .list .inner {
    background: #fa4e66;
    border-radius: 10px;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 60px;
    font-weight: 500; }
  .t-box .list .num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #fa4e66;
    font-size: 1.4rem;
    text-align: center;
    line-height: 30px; }
  .t-box .list .tit {
    font-size: 1.6rem;
    color: #fff;
    width: calc(100% - 30px);
    padding-left: 10px; }
  .t-box .list.nonum .inner {
    height: auto;
    padding: 15px; }
  .t-box .list.nonum .tit {
    width: 100%;
    font-size: 1.8rem;
    padding: 0 0 5px; }
  .t-box .list.nonum p {
    color: #fff;
    font-weight: 400;
    font-size: 1.4rem; }
.t-box .wh-box {
  background: #fff;
  border-radius: 10px; }
.t-box .num-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 25px; }
  .t-box .num-title .num {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fa4e66;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    line-height: 55px; }
  .t-box .num-title .tit {
    width: calc(100% - 55px);
    padding: 0 0 0 15px;
    font-size: 2.8rem;
    color: #fa4e66; }
  .t-box .num-title small {
    display: block;
    font-size: 1.6rem;
    margin-top: 10px; }
.t-box .photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .t-box .photo.center {
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center; }
.t-box .caption {
  font-size: 1.4rem;
  color: #7a7a7a;
  text-align: center;
  margin-top: 15px; }
  .t-box .caption .border {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px 10px; }
    .t-box .caption .border.full {
      display: block; }
.t-box .content-box {
  margin-bottom: 70px; }
  .t-box .content-box:last-child {
    margin-bottom: 0; }
.t-box .tag-title {
  background: #293962;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 10px;
  margin-bottom: 15px; }
.t-box p + .tag-title {
  margin-top: 25px; }
.t-box ol.decimal {
  list-style: decimal;
  margin: -5px 0 -5px 20px;
  color: #293962;
  font-weight: 500;
  line-height: 1.5; }
  .t-box ol.decimal li {
    padding: 5px 0; }
  .t-box ol.decimal p {
    font-weight: 400;
    font-size: 1.4rem; }

@media screen and (max-width: 768px) {
  #treatment01, #treatment02, #treatment03, #treatment04, #treatment05, #treatment06 {
    margin-top: 0;
    padding-top: 0; }

  .t-box p + p {
    margin-top: 20px; }
  .t-box .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px 0;
    padding: 30px 0;
    line-height: 1.3; }
    .t-box .list li {
      width: 100%;
      padding: 5px 0; }
    .t-box .list .inner {
      height: 50px; }
    .t-box .list .num {
      width: 25px;
      height: 25px;
      font-size: 1.3rem;
      line-height: 25px; }
    .t-box .list .tit {
      font-size: 1.5rem;
      width: calc(100% - 25px); }
    .t-box .list.nonum .tit {
      font-size: 1.6rem; }
  .t-box .num-title {
    margin-bottom: 20px; }
    .t-box .num-title .num {
      width: 45px;
      height: 45px;
      font-size: 1.5rem;
      line-height: 45px; }
    .t-box .num-title .tit {
      width: calc(100% - 45px);
      font-size: 1.8rem;
      padding-left: 10px; }
    .t-box .num-title small {
      margin-top: 5px;
      font-size: 1.5rem; }
  .t-box .caption {
    font-size: 1.3rem;
    margin-top: 10px; }
  .t-box .content-box {
    margin-bottom: 40px; }
  .t-box .default .column-2:nth-child(2) {
    padding-top: 20px; } }
/*------------------------
  01
------------------------*/
#treatment01 .chart {
  text-align: center;
  position: relative; }
  #treatment01 .chart::before, #treatment01 .chart::after {
    content: '';
    position: absolute;
    top: 0;
    height: calc(100% - 15px);
    z-index: -1; }
  #treatment01 .chart::before {
    width: calc((100% - 155px) / 3 * 2 - 15px);
    border: solid #d9d9d9;
    border-width: 0 30px;
    left: calc(100% /3 / 2 + 155px / 2 + 30px); }
  #treatment01 .chart::after {
    width: 30px;
    background: #d9d9d9;
    left: calc(50% + 155px / 2);
    transform: translate(-50%, 0); }
  #treatment01 .chart .inner {
    line-height: 50px;
    border-radius: 10px;
    font-weight: 500;
    border: 1px solid #fa4e66;
    color: #fa4e66;
    background: #fff; }
    #treatment01 .chart .inner.pink {
      background: #fa4e66;
      color: #fff; }
    #treatment01 .chart .inner.top {
      border-radius: 10px 10px 0 0; }
    #treatment01 .chart .inner.middle {
      border-radius: 0 0 0 10px;
      margin-top: -11px; }
    #treatment01 .chart .inner.bottom {
      border-radius: 0 0 10px 10px;
      margin-top: -11px; }
    #treatment01 .chart .inner.bottom.full {
      border-radius: 10px 0 10px 10px; }
  #treatment01 .chart .blk {
    color: #7a7a7a; }
  #treatment01 .chart .block {
    margin: 10px -10px;
    position: relative; }
    #treatment01 .chart .block::before {
      content: '';
      width: 190px;
      height: 100%;
      background: #f8f7f4;
      border-radius: 10px;
      position: absolute;
      z-index: -1; }
    #treatment01 .chart .block.nobg::before {
      content: none; }
  #treatment01 .chart .detail {
    width: calc(100% - 155px);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0; }
    #treatment01 .chart .detail.endright {
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
    #treatment01 .chart .detail.center {
      justify-content: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center; }
    #treatment01 .chart .detail .row.center,
    #treatment01 .chart .detail .row.endright {
      width: 100%; }
  #treatment01 .chart .age {
    width: 155px;
    height: 100%; }
    #treatment01 .chart .age .inner {
      background: #f8f7f4;
      height: 100%;
      border: none;
      color: #7a7a7a;
      font-weight: 400;
      line-height: 80px; }
  #treatment01 .chart .tit {
    padding-left: 155px;
    margin: 50px 0 0; }
    #treatment01 .chart .tit ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      margin: 0 -10px; }
    #treatment01 .chart .tit li {
      padding: 0 10px;
      width: calc(100% / 3); }
    #treatment01 .chart .tit .inner {
      background: #293962;
      color: #fff;
      border-color: #293962; }
  #treatment01 .chart .column-full,
  #treatment01 .chart .column-23,
  #treatment01 .chart .column-3 {
    padding: 5px 10px; }
  #treatment01 .chart .column-23 {
    width: calc(100% / 3 * 2); }
  #treatment01 .chart + p {
    color: #7a7a7a;
    font-weight: 400;
    margin-left: 155px; }

@media screen and (max-width: 999px) {
  #treatment01 .chart {
    font-size: 1.4rem; }
  #treatment01 .chart::before {
    left: calc(100% /3 / 2 + 100px / 2 + 50px); }
  #treatment01 .chart::after {
    left: calc(50% + 100px / 2); }
  #treatment01 .chart .detail {
    width: calc(100% - 100px); }
  #treatment01 .chart .tit {
    padding-left: 100px; }
  #treatment01 .chart .age {
    width: 100px; }
  #treatment01 .chart .block::before {
    width: 150px; } }
@media screen and (max-width: 768px) {
  #treatment01 .chart {
    width: 720px;
    margin: 0 auto; }
    #treatment01 .chart::before {
      width: calc((100% - 95px) / 3 * 2 - 15px);
      left: calc(100% /3 / 2 + 50px / 2 + 30px); }
    #treatment01 .chart::after {
      left: calc(50% + 95px / 2); }
    #treatment01 .chart .inner {
      line-height: 40px; }
    #treatment01 .chart .block {
      margin: 10px 0;
      position: relative; }
      #treatment01 .chart .block::before {
        content: '';
        width: 115px; }
      #treatment01 .chart .block.nobg::before {
        content: none; }
    #treatment01 .chart .detail {
      width: calc(100% - 80px); }
    #treatment01 .chart .age {
      width: 80px; }
      #treatment01 .chart .age .inner {
        line-height: 70px; }
    #treatment01 .chart .tit {
      padding-left: 90px;
      margin: 30px 0 0; }
    #treatment01 .chart + p {
      font-size: 1.3rem;
      margin: 0 0 30px 90px; }
    #treatment01 .chart .column-2 {
      width: 50%; }
    #treatment01 .chart .column-3 {
      width: 33.33%; } }
/*------------------------
  02
------------------------*/
#treatment02 .top-bottom-wh::after {
  background: #fa4e66; }
#treatment02 .wh-box {
  margin: 20px 0;
  padding: 50px 0 70px;
  border: 1px solid #eee;
  position: relative;
  z-index: 10; }
  #treatment02 .wh-box:last-child {
    margin-bottom: 0; }
#treatment02 .photo {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 20px; }
#treatment02 p + .photo {
  margin: 30px 20px 0; }
#treatment02 .ex-image {
  margin-top: 30px; }
  #treatment02 .ex-image .border-title {
    margin-bottom: 50px; }
  #treatment02 .ex-image .bg-gray {
    border-radius: 10px;
    padding: 0 10px 20px;
    height: 100%;
    position: relative; }
    #treatment02 .ex-image .bg-gray::before {
      content: '';
      width: 30px;
      height: calc(100% - 200px);
      background: #d8d7d3;
      position: absolute;
      bottom: 40px;
      left: 50%;
      margin-left: -15px; }
  #treatment02 .ex-image h5 {
    text-align: center;
    margin: 0 0 20px; }
    #treatment02 .ex-image h5 .bg {
      background: #fa4e66;
      border-radius: 10px;
      color: #fff;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 40px;
      margin-top: -20px;
      padding: 0 20px;
      display: inline-block; }
    #treatment02 .ex-image h5 + p {
      text-align: center;
      color: #fa4e66;
      margin-bottom: 25px; }
  #treatment02 .ex-image img {
    display: block;
    margin: 20px auto;
    border-radius: 10px;
    position: relative; }
#treatment02 .contents.row {
  margin: 0 -10px; }
  #treatment02 .contents.row .column-2 {
    padding: 0 10px; }
  #treatment02 .contents.row .wh-box {
    margin: 0;
    padding: 50px 30px 70px;
    height: 100%; }

@media screen and (min-width: 1201px) {
  #treatment02 .contents.row .wh-box {
    padding: 50px 5.33vw 70px; } }
@media screen and (max-width: 1200px) {
  #treatment02 .wide .wrapper {
    padding: 0 2.66vw; } }
@media screen and (max-width: 768px) {
  #treatment02 .wh-box {
    margin: 10px 0;
    padding: 30px 2.66vw 40px; }
  #treatment02 ._01 .photo {
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    margin-left: -5px;
    margin-right: -5px; }
    #treatment02 ._01 .photo .box {
      padding: 10px 5px; }
    #treatment02 ._01 .photo img {
      width: auto;
      height: 65px;
      display: block;
      margin: 0 auto; }
  #treatment02 ._03 .photo {
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    margin-left: -5px;
    margin-right: -5px; }
    #treatment02 ._03 .photo .box {
      padding: 10px 5px; }
    #treatment02 ._03 .photo img {
      width: auto;
      height: 100px;
      display: block;
      margin: 0 auto; }
  #treatment02 ._06 .photo {
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    margin-left: -5px;
    margin-right: -5px; }
    #treatment02 ._06 .photo .box {
      padding: 0 5px; }
    #treatment02 ._06 .photo img {
      width: auto;
      height: 150px;
      display: block;
      margin: 0 auto; }
  #treatment02 .photo {
    margin: 0; }
  #treatment02 p + .photo {
    margin: 20px 0 0; }
  #treatment02 .ex-image {
    margin-top: 30px; }
    #treatment02 .ex-image .border-title {
      margin-bottom: 30px; }
    #treatment02 .ex-image .column-2:nth-child(2) {
      padding-top: 30px; }
    #treatment02 .ex-image .bg-gray img {
      max-width: 220px;
      width: 100%; }
    #treatment02 .ex-image h5 {
      margin: 0 0 5px; }
      #treatment02 .ex-image h5 .bg {
        font-size: 1.6rem;
        line-height: 30px;
        margin-top: -15px; }
      #treatment02 .ex-image h5 + p {
        text-align: center;
        color: #fa4e66;
        margin-bottom: 10px; }
    #treatment02 .ex-image img {
      display: block;
      margin: 20px auto;
      border-radius: 10px;
      position: relative; }
  #treatment02 .contents.row {
    margin: 0; }
    #treatment02 .contents.row .column-2 {
      padding: 0; }
      #treatment02 .contents.row .column-2 + .column-2 {
        margin-top: 10px; }
    #treatment02 .contents.row .wh-box {
      padding: 30px 5.33vw 40px; } }
/*------------------------
  03
------------------------*/
#treatment03 {
  margin-top: -100px;
  padding-top: 100px;
  color: #fff; }
  #treatment03 p {
    color: #fff;
    font-weight: 400; }
  #treatment03 p + p {
    margin-top: 25px; }
  #treatment03 .container {
    position: relative; }
    #treatment03 .container::before {
      content: '';
      background: url(../images/common/bg-dots.png) no-repeat right top;
      width: 700px;
      height: 100%;
      position: absolute;
      top: -50px;
      right: 0; }
  #treatment03 .border-title {
    font-size: 2.6rem; }
  #treatment03 .border-box {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 30px; }
    #treatment03 .border-box h4 {
      font-size: 1.6rem;
      margin-bottom: 20px; }
    #treatment03 .border-box + .border-box {
      margin-top: 20px; }
    #treatment03 .border-box p + .photo {
      margin: 20px 0 15px; }
  #treatment03 .border-box + .photo {
    margin-top: 20px; }
  #treatment03 .photo {
    margin-bottom: 20px;
    border-radius: 10px; }
    #treatment03 .photo.ba {
      position: relative; }
      #treatment03 .photo.ba::before, #treatment03 .photo.ba::after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        left: calc(50% - 20px); }
      #treatment03 .photo.ba::before {
        background: #fa4e66;
        border-radius: 50%; }
      #treatment03 .photo.ba::after {
        background: url("../images/common/arrow-flow.svg") no-repeat center; }
    #treatment03 .photo.cap::before, #treatment03 .photo.cap::after {
      top: calc(50% - 40px); }
    #treatment03 .photo .column-2 {
      padding: 0; }
    #treatment03 .photo img {
      display: block;
      margin: 0 auto; }
    #treatment03 .photo .caption + img {
      margin-top: 30px; }
    #treatment03 .photo.large img {
      width: 100%; }
    #treatment03 .photo.large .column-2:nth-child(1) img {
      border-radius: 10px 0 0 10px; }
    #treatment03 .photo.large .column-2:nth-child(2) img {
      border-radius: 0 10px 10px 0; }
    #treatment03 .photo img {
      border-radius: 10px; }
  #treatment03 p + .photo {
    margin-top: 50px; }
  #treatment03 .photo + .photo {
    margin-top: 40px; }
  #treatment03 .content-box._05 .photo {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto; }
  #treatment03 .content-box._05 .photo + .photo {
    margin-top: 0; }

@media screen and (max-width: 768px) {
  #treatment03 {
    margin-top: -50px;
    padding-top: 50px; }
    #treatment03 p + p {
      margin-top: 20px; }
    #treatment03 .container::before {
      background-size: 90% auto;
      width: 100%;
      height: 100%; }
    #treatment03 .border-title {
      font-size: 2.0rem; }
    #treatment03 .border-box {
      padding: 30px 15px; }
      #treatment03 .border-box h4 {
        margin-bottom: 15px; }
    #treatment03 .photo {
      margin-bottom: 20px;
      border-radius: 10px; }
      #treatment03 .photo.ba {
        position: relative; }
        #treatment03 .photo.ba::before, #treatment03 .photo.ba::after {
          content: '';
          position: absolute;
          width: 40px;
          height: 40px;
          top: calc(50% - 20px);
          left: calc(50% - 20px); }
        #treatment03 .photo.ba::before {
          background: #fa4e66;
          border-radius: 50%; }
        #treatment03 .photo.ba::after {
          background: url("../images/common/arrow-flow.svg") no-repeat center; }
      #treatment03 .photo.cap .column-2 {
        width: 50%;
        padding: 0; }
      #treatment03 .photo.cap::before, #treatment03 .photo.cap::after {
        top: calc(50% - 30px); }
      #treatment03 .photo.large .column-2 {
        padding: 0; }
      #treatment03 .photo .column-2 {
        padding: 0 5px;
        width: 50%; }
      #treatment03 .photo img {
        display: block;
        margin: 0 auto; }
      #treatment03 .photo .caption + img {
        margin-top: 30px; }
    #treatment03 .border-box .photo {
      margin: 0 -5px; }
      #treatment03 .border-box .photo.nospace {
        margin-left: 0;
        margin-right: 0; }
    #treatment03 .border-box + .photo {
      justify-content: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center; }
      #treatment03 .border-box + .photo .caption .border {
        display: block; }
    #treatment03 p + .photo {
      margin-top: 30px; }
    #treatment03 .photo + .photo {
      margin-top: 30px; }
    #treatment03 .content-box._05 .photo {
      max-width: 330px;
      margin-left: auto;
      margin-right: auto; }
    #treatment03 .content-box._05 .photo + .photo {
      margin-top: 0; }
    #treatment03 .content-box._06 .border-box .photo.cap {
      max-width: 350px;
      margin-left: auto;
      margin-right: auto; } }
/*------------------------
  04
------------------------*/
#treatment04 .t-box .list {
  padding: 25px 0; }
  #treatment04 .t-box .list li {
    width: 100%; }
#treatment04 .num-title .num {
  width: 40px;
  height: 40px;
  line-height: 40px; }
#treatment04 .num-title .tit {
  width: calc(100% - 40px);
  font-size: 2.0rem; }
#treatment04 .content-box._02 img, #treatment04 .content-box._03 img {
  border-radius: 10px;
  width: 100%; }
#treatment04 .default + .default {
  margin-top: 20px; }
#treatment04 .default + .num-title {
  margin-top: 50px; }
#treatment04 .blue-title {
  background: #293962;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 20px; }
#treatment04 .ex-image {
  margin: -15px; }
  #treatment04 .ex-image .column-2 {
    padding: 15px; }
  #treatment04 .ex-image .caption {
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    margin-top: 10px; }
    #treatment04 .ex-image .caption .fontbold {
      display: block; }
  #treatment04 .ex-image img {
    border-radius: 10px;
    border: 1px solid #eee; }

@media screen and (max-width: 768px) {
  #treatment04 .num-title {
    margin-bottom: 15px; }
    #treatment04 .num-title .num {
      width: 30px;
      height: 30px;
      line-height: 30px; }
    #treatment04 .num-title .tit {
      width: calc(100% - 30px);
      font-size: 1.8rem;
      padding-left: 10px; }
  #treatment04 .content-box._02 img, #treatment04 .content-box._03 img {
    border-radius: 10px;
    width: 100%; }
  #treatment04 .default + .default {
    margin-top: 40px; }
  #treatment04 .default + .num-title {
    margin-top: 40px; }
  #treatment04 .blue-title {
    margin-bottom: 15px; }
  #treatment04 .ex-image {
    margin: -5px; }
    #treatment04 .ex-image .column-2 {
      padding: 5px;
      width: 50%; }
    #treatment04 .ex-image .caption {
      font-weight: 400;
      text-align: left;
      line-height: 1.5;
      margin-top: 10px; }
      #treatment04 .ex-image .caption .fontbold {
        display: block; }
    #treatment04 .ex-image img {
      border-radius: 10px;
      border: 1px solid #eee; }
  #treatment04 ._01 .column-2 img, #treatment04 ._02 .column-2 img, #treatment04 ._03 .column-2 img {
    max-width: 350px;
    margin: 0 auto;
    display: block; }
  #treatment04 ._01 .ex-image .column-2 img, #treatment04 ._02 .ex-image .column-2 img, #treatment04 ._03 .ex-image .column-2 img {
    max-width: 200px; }
  #treatment04 ._02 .row.default:last-child .column-2:nth-child(2) {
    margin-top: 20px; } }
/*------------------------
  05
------------------------*/
#treatment05 .top-bottom-wh {
  padding-bottom: 100px; }
  #treatment05 .top-bottom-wh::after {
    content: none; }
#treatment05 div + .num-title {
  margin-top: 50px; }
#treatment05 .blue-title {
  font-size: 2.0rem;
  color: #293962;
  margin-bottom: 20px; }
#treatment05 .default + .blue-title,
#treatment05 .photo + .blue-title,
#treatment05 .ex-image + .blue-title,
#treatment05 .default + .default {
  margin-top: 50px; }
#treatment05 .photo .caption .border {
  background: #fff; }
#treatment05 .photo .sub {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  color: #7a7a7a;
  line-height: 1.5; }
#treatment05 .photo img + .sub {
  margin-top: 5px; }
#treatment05 .photo .radius {
  border-radius: 10px; }
#treatment05 ._01 .photo {
  margin-top: 40px; }
  #treatment05 ._01 .photo .column-2:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center; }
    #treatment05 ._01 .photo .column-2:nth-child(1) img {
      border-radius: 10px;
      margin-right: 15px; }
    #treatment05 ._01 .photo .column-2:nth-child(1) .caption {
      text-align: left; }
#treatment05 ._02 .num-title .tit {
  font-size: 2.0rem; }
#treatment05 ._02 .default + .photo {
  margin: 40px -15px 0; }
  #treatment05 ._02 .default + .photo .column-3 {
    padding: 0 15px; }
  #treatment05 ._02 .default + .photo img {
    display: block;
    margin: 0 auto; }
  #treatment05 ._02 .default + .photo .caption {
    margin: 0 0 15px; }
#treatment05 ._02 .photo.center {
  margin: 0 -15px; }
  #treatment05 ._02 .photo.center img {
    border-radius: 10px; }
  #treatment05 ._02 .photo.center .box {
    padding: 0 15px; }
  #treatment05 ._02 .photo.center .caption {
    margin: 0 0 15px; }
  #treatment05 ._02 .photo.center p {
    color: #7a7a7a;
    text-align: center;
    font-size: 1.4rem; }
#treatment05 ._02 .column-full .caption {
  margin: 0 0 15px; }
#treatment05 ._02 .photo .column-full + .column-full {
  margin-top: 30px; }
#treatment05 ._02 .photo.full {
  margin: -15px; }
  #treatment05 ._02 .photo.full .column-2 {
    padding: 15px; }
  #treatment05 ._02 .photo.full .column-full {
    padding: 0 15px; }
  #treatment05 ._02 .photo.full .caption {
    margin: 0; }
    #treatment05 ._02 .photo.full .caption + .sub {
      color: #fa4e66;
      text-align: left;
      margin-top: 10px; }
  #treatment05 ._02 .photo.full img {
    border-radius: 10px; }
  #treatment05 ._02 .photo.full + .full {
    margin-top: 30px; }
#treatment05 ._02 .photo .caption.l-char {
  line-height: 1.3; }
  #treatment05 ._02 .photo .caption.l-char .border {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center; }
#treatment05 ._02 .column-2 .list {
  padding: 0; }
  #treatment05 ._02 .column-2 .list li {
    width: 100%; }
#treatment05 ._02 .ex-image {
  margin: 50px 0 0; }
  #treatment05 ._02 .ex-image .detail {
    background: #fff;
    border-radius: 10px;
    padding: 50px 20px 20px;
    margin: 0;
    border: 1px solid #eee; }
    #treatment05 ._02 .ex-image .detail .row.default {
      margin: -30px 0; }
    #treatment05 ._02 .ex-image .detail h6 {
      font-size: 1.6rem;
      padding-left: 15px;
      margin: 0 30px 15px;
      position: relative; }
      #treatment05 ._02 .ex-image .detail h6::before {
        content: '';
        width: 4px;
        height: 100%;
        background: #7a7a7a;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 0; }
    #treatment05 ._02 .ex-image .detail .column-2 h6 {
      margin: 0 0 15px; }
    #treatment05 ._02 .ex-image .detail dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 1.4rem;
      line-height: 1.3; }
      #treatment05 ._02 .ex-image .detail dl dt, #treatment05 ._02 .ex-image .detail dl dd {
        padding-top: 5px;
        padding-bottom: 5px; }
      #treatment05 ._02 .ex-image .detail dl dt {
        width: 130px;
        font-weight: 700; }
      #treatment05 ._02 .ex-image .detail dl dd {
        width: calc(100% - 130px); }
  #treatment05 ._02 .ex-image img {
    border-radius: 10px;
    margin: 50px auto -40px;
    max-width: 700px;
    width: 100%;
    display: block;
    border: 1px solid #eee; }

@media screen and (max-width: 768px) {
  #treatment05 .top-bottom-wh {
    padding-bottom: 70px; }
  #treatment05 div + .num-title {
    margin-top: 40px; }
  #treatment05 .blue-title {
    font-size: 1.8rem;
    line-height: 1.3; }
  #treatment05 .default + .blue-title,
  #treatment05 .photo + .blue-title,
  #treatment05 .ex-image + .blue-title,
  #treatment05 .default + .default {
    margin-top: 40px; }
  #treatment05 .photo .sub {
    font-size: 1.3rem; }
  #treatment05 .photo img + .sub {
    margin-top: 5px; }
  #treatment05 .photo .column-2:nth-child(2) {
    padding-top: 20px; }
  #treatment05 ._01 .photo {
    margin-top: 20px; }
    #treatment05 ._01 .photo .column-2:nth-child(1) {
      margin-bottom: 10px; }
      #treatment05 ._01 .photo .column-2:nth-child(1) img {
        width: auto;
        height: 120px; }
      #treatment05 ._01 .photo .column-2:nth-child(1) .caption {
        margin-top: 0; }
    #treatment05 ._01 .photo .column-2:nth-child(2) img {
      width: 275px; }
  #treatment05 ._02 .num-title .tit {
    font-size: 1.8rem; }
  #treatment05 ._02 .default + .photo {
    margin: 10px 0 0;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
    #treatment05 ._02 .default + .photo .caption.l-char .border {
      height: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      justify-content: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center; }
    #treatment05 ._02 .default + .photo .column-3 {
      padding: 10px 0;
      max-width: 100%; }
    #treatment05 ._02 .default + .photo .caption {
      margin: 0 0 10px; }
      #treatment05 ._02 .default + .photo .caption .border {
        display: block; }
  #treatment05 ._02 img.radius {
    max-width: 290px; }
  #treatment05 ._02 .photo.center {
    margin: 0 -5px; }
    #treatment05 ._02 .photo.center .box {
      padding: 0 5px;
      width: 50%; }
    #treatment05 ._02 .photo.center .caption {
      margin: 0 0 15px; }
    #treatment05 ._02 .photo.center p {
      font-size: 1.3rem; }
    #treatment05 ._02 .photo.center img {
      max-width: 290px;
      display: block;
      margin: 0 auto; }
  #treatment05 ._02 .column-full .caption {
    margin: 0 0 10px; }
  #treatment05 ._02 .photo .column-full + .column-full {
    margin-top: 20px; }
    #treatment05 ._02 .photo .column-full + .column-full img {
      width: 200px; }
  #treatment05 ._02 .photo.full {
    margin: -5px; }
    #treatment05 ._02 .photo.full .column-2 {
      padding: 5px;
      width: 50%; }
    #treatment05 ._02 .photo.full .column-full {
      padding: 0 0 5px; }
    #treatment05 ._02 .photo.full .caption {
      margin: 0; }
      #treatment05 ._02 .photo.full .caption + .sub {
        margin-top: 10px; }
    #treatment05 ._02 .photo.full + .full {
      margin-top: 20px; }
  #treatment05 ._02 .column-2 .list {
    padding: 0; }
  #treatment05 ._02 .ex-image {
    margin: 40px 0 0; }
    #treatment05 ._02 .ex-image .detail {
      padding: 50px 20px 20px; }
      #treatment05 ._02 .ex-image .detail .row.default {
        margin: -5px 0; }
        #treatment05 ._02 .ex-image .detail .row.default .column-2 {
          padding: 0; }
      #treatment05 ._02 .ex-image .detail h6 {
        font-size: 1.5rem;
        margin: 0 0 15px; }
      #treatment05 ._02 .ex-image .detail .column-2 h6 {
        margin: 0 0 15px; }
      #treatment05 ._02 .ex-image .detail dl dt, #treatment05 ._02 .ex-image .detail dl dd {
        padding-top: 5px;
        padding-bottom: 5px; }
    #treatment05 ._02 .ex-image img {
      border-radius: 10px;
      margin: 20px auto -30px;
      max-width: 500px; } }
/*------------------------
  06
------------------------*/
#treatment06 .lead-photo {
  margin: 40px -30px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center; }
  #treatment06 .lead-photo .box {
    padding: 0 30px; }
  #treatment06 .lead-photo img {
    height: 250px;
    width: auto; }
  #treatment06 .lead-photo .caption {
    margin: 10px 0 0; }
#treatment06 .photo .radius {
  border-radius: 10px; }
#treatment06 ._01 .list {
  padding: 0; }
  #treatment06 ._01 .list li {
    width: 100%; }
  #treatment06 ._01 .list .inner {
    height: auto;
    padding: 15px; }
#treatment06 ._01 .default + .default {
  margin-top: 30px; }
#treatment06 ._01 .photo.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }
  #treatment06 ._01 .photo.center img {
    width: 100%; }
#treatment06 ._02 .photo.center {
  margin: 0 -30px; }
  #treatment06 ._02 .photo.center .box {
    padding: 0 30px; }
    #treatment06 ._02 .photo.center .box img {
      display: block;
      margin: 10px auto 0; }
#treatment06 ._02 .default + .photo,
#treatment06 ._02 .photo + .default {
  margin-top: 40px; }
#treatment06 ._02 .check-list {
  margin: 20px 0; }
  #treatment06 ._02 .check-list li {
    padding: 8px 0; }
  #treatment06 ._02 .check-list .check {
    padding-left: 35px;
    position: relative;
    color: #fa4e66;
    font-size: 1.8rem;
    font-weight: 700; }
    #treatment06 ._02 .check-list .check::before {
      content: '';
      width: 25px;
      height: 25px;
      position: absolute;
      left: 0;
      top: 3px;
      background: #fa4e66 url("../images/common/icon-check.svg") no-repeat center center;
      border-radius: 50%; }
  #treatment06 ._02 .check-list p {
    font-size: 1.5rem;
    line-height: 1.6; }
#treatment06 ._02 .schedule {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px; }
  #treatment06 ._02 .schedule dt, #treatment06 ._02 .schedule dd {
    margin: 5px 0; }
  #treatment06 ._02 .schedule dt {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fa4e66;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem; }
  #treatment06 ._02 .schedule dd {
    width: calc(100% - 50px);
    padding-left: 15px;
    color: #293962;
    font-weight: 500; }
#treatment06 ._02 .disc {
  margin-left: 20px;
  list-style: disc;
  font-weight: 500;
  color: #293962; }

@media screen and (max-width: 768px) {
  #treatment06 .lead-photo {
    margin: 20px -5px 40px; }
    #treatment06 .lead-photo .box {
      padding: 0 5px;
      width: 50%; }
    #treatment06 .lead-photo img {
      height: auto;
      width: 100%; }
    #treatment06 .lead-photo .caption {
      margin: 10px 0 0; }
  #treatment06 ._01 .photo.center img {
    max-width: 300px; }
  #treatment06 ._01 .default + .default {
    margin-top: 20px; }
  #treatment06 ._02 .photo.center {
    margin: -5px 0; }
    #treatment06 ._02 .photo.center .box {
      width: 100%;
      padding: 5px 0; }
      #treatment06 ._02 .photo.center .box:nth-child(1) img {
        max-width: 180px; }
      #treatment06 ._02 .photo.center .box:nth-child(2) {
        padding-top: 20px; }
        #treatment06 ._02 .photo.center .box:nth-child(2) img {
          max-width: 450px;
          width: 100%; }
  #treatment06 ._02 .default + .photo,
  #treatment06 ._02 .photo + .default {
    margin-top: 20px; }
  #treatment06 ._02 .check-list {
    margin: 20px 0; }
    #treatment06 ._02 .check-list li {
      padding: 5px 0; }
    #treatment06 ._02 .check-list .check {
      padding-left: 25px;
      font-size: 1.6rem; }
      #treatment06 ._02 .check-list .check::before {
        width: 20px;
        height: 20px;
        top: 5px;
        background-size: 8px auto; }
  #treatment06 ._02 .tag-title {
    line-height: 1.3; }
  #treatment06 ._02 .schedule {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px; }
    #treatment06 ._02 .schedule dt, #treatment06 ._02 .schedule dd {
      margin: 5px 0; }
    #treatment06 ._02 .schedule dt {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #fa4e66;
      line-height: 40px;
      text-align: center;
      color: #fff;
      font-size: 1.4rem; }
    #treatment06 ._02 .schedule dd {
      width: calc(100% - 50px);
      padding-left: 15px;
      color: #293962;
      font-weight: 500; }
  #treatment06 ._02 .disc {
    margin-left: 20px;
    list-style: disc;
    font-weight: 500;
    color: #293962; } }
