@charset "utf-8";
/* default PC */

#reason {
  #contents h2 br {
    display: none;
  }

  #contents .features-txt {
    color: #fff;
    /* font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", " Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", Osaka, serif; */
    font-weight: 500;
    letter-spacing: .06em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  #contents .features-txt .txt {
    padding: 1px 10px 2px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  #contents .features-txt .num {
    font-size: 180%;
    letter-spacing: .06em;
    margin-left: 12px;
    font-weight: bold;
    line-height: 0.95em;
    margin-bottom: 6px;
  }

  #contents .feature-area .feature-item {
    margin-bottom: 40px;
    padding: 40px;
    background: url(../image/contents/bg/bg_illust_orange.png) repeat;
  }

  #contents .feature-area .feature-item.item-02 {
    background: url(../image/contents/bg/bg_illust_blue.png) repeat;
  }

  #contents .feature-area .feature-item.item-03 {
    background: url(../image/contents/bg/bg_illust_green.png) repeat;
  }

  #contents .feature-area .feature-item:last-child {
    margin-bottom: 0;
  }

  #contents h2 {
    font-size: 28px;
    text-align: left;
    margin-bottom: 25px;
    color: #fff;
  }

  #contents .feature-area .feature-item .img-2box-txt p.sub-ttl {
    margin-bottom: 30px;
    color: #fff;
  }

  #contents .feature-area .feature-item .link-btn {
    background-color: #0B233F;
    background-color: #EDDCC2;
    color: #0B233F;
  }

  #contents .feature-area .feature-item .link-btn::after {
    border-left: 6px solid #0B233F;
  }
}

/* 子ページ */
#attempt,
#region,
#yourself {
  /* タイトル */

  #page-ttl .inner h1 {
    display: flex;
    flex-direction: column;
    color: #fff;
  }

  #page-ttl .inner h1 .features-txt {
    font-size: 22px;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
    font-weight: 500;
  }

  #page-ttl {
    padding: 43px 0;
    background: url(../image/contents/bg/bg_illust_orange.png) repeat;
  }

  #page-ttl .inner h1 .features-txt .num {
    font-size: 30px;
    padding-left: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }

  #page-ttl .inner h1 .features-txt .txt {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1px 5px 2px 10px;
  }
}

#region {
  #page-ttl {
    padding: 43px 0;
    background: url(../image/contents/bg/bg_illust_blue.png) repeat;
  }
}

#yourself {
  #page-ttl {
    padding: 43px 0;
    background: url(../image/contents/bg/bg_illust_green.png) repeat;
  }
}


/* 多職種で取り組むリハビリテーションケア */
#attempt {
  #contents #example-care h2 {
    line-height: 1.3em;
  }

  .bg-red {
    background: url(../image/contents/bg/bg_illust_orange.png) repeat;
    padding: 75px 0 85px;
  }

  #contents .bg-red h2,
  #contents .bg-red p {
    color: #fff;
  }

  .rehabilitation-flow .flow-item {
    margin-bottom: 50px;
    position: relative;
    padding-left: 190px;
  }

  .rehabilitation-flow .flow-item:before {
    position: absolute;
    content: "";
    background-image: url(../image/contents/reason/attempt/road_pin_01.svg);
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 68px;
    background-size: 45px;
    left: 100px;
  }


  .rehabilitation-flow .flow-item:nth-child(2):before {
    background-image: url(../image/contents/reason/attempt/road_pin_02.svg);
    background-size: 45px;
  }

  .rehabilitation-flow .flow-item:nth-child(3):before {
    background-image: url(../image/contents/reason/attempt/road_pin_03.svg);
    background-size: 45px;
  }

  .rehabilitation-flow .flow-item:nth-child(4):before {
    background-image: url(../image/contents/reason/attempt/road_pin_04.svg);
    background-size: 45px;
  }

  .rehabilitation-flow .flow-item:nth-child(5):before {
    background-image: url(../image/contents/reason/attempt/road_pin_05.svg);
    background-size: 45px;
  }

  .rehabilitation-flow .flow-item:nth-child(6):before {
    background-image: url(../image/contents/reason/attempt/road_pin_06.svg);
    background-size: 45px;
  }

  .rehabilitation-flow .flow-item:after {
    content: '';
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #C46640;
    position: absolute;
    top: auto;
    right: 0;
    left: 150px;
    bottom: -47px;
    margin: auto;
    transform: rotate(90deg);
    width: 0;
    height: 0;
  }

  .rehabilitation-flow .flow-item:last-child::after {
    content: none;
  }

  #contents .rehabilitation-flow .flow-item h3 {
    background-color: #4991b0;
    padding: 20px;
    color: #fff;
    margin-bottom: 0;
    border: none;
    position: relative;
  }

  #contents .rehabilitation-flow .flow-item h3:before {
    position: absolute;
    content: "";
    background: url(../image/contents/reason/logo_white.png) repeat;
    width: 302px;
    height: 180px;
    z-index: 6;
    background-size: 300px;
    top: 0;
    right: -45px;
    bottom: 0;
    margin: auto;
  }

  .rehabilitation-flow .flow-item .txt-area {
    padding: 0 0 20px;
  }

  #contents .rehabilitation-flow .flow-item:nth-child(2) h3 {
    background-color: #46b497;
  }

  #contents .rehabilitation-flow .flow-item:nth-child(3) h3 {
    background-color: #77b253;
  }

  #contents .rehabilitation-flow .flow-item:nth-child(4) h3 {
    background-color: #bd9b47;
  }

  #contents .rehabilitation-flow .flow-item:nth-child(5) h3 {
    background-color: #d16a51;
  }

  #contents .rehabilitation-flow .flow-item:nth-child(6) h3 {
    background-color: #d87db3;
  }

  .doctor-area {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
    margin-top: auto;
    height: 135px;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 370px;
    align-items: flex-end;
    margin: auto;
  }

  .doctor-area:before {
    position: absolute;
    content: "";
    background: url(../image/contents/reason/attempt/doctor_01.png) repeat;
    width: 130px;
    height: 154px;
    background-size: 130px;
    bottom: 0;
    left: 0;
  }

  #contents .rehabilitation-flow .flow-item:nth-child(2) .doctor-area:before {
    background: url(../image/contents/reason/attempt/doctor_02.png) repeat;
    background-size: 145px;
    width: 143px;
  }

  #contents .rehabilitation-flow .flow-item:nth-child(3) .doctor-area:before {
    background: url(../image/contents/reason/attempt/doctor_03.png) repeat;
    background-size: 117px;
    width: 115px;
  }

  #contents .rehabilitation-flow .flow-item:nth-child(4) .doctor-area:before {
    background: url(../image/contents/reason/attempt/doctor_04.png) repeat;
    background-size: 130px;
  }

  #contents .rehabilitation-flow .flow-item:nth-child(5) .doctor-area:before {
    background: url(../image/contents/reason/attempt/doctor_05.png) repeat;
    background-size: 107px;
    width: 107px;
  }

  #contents .rehabilitation-flow .flow-item:nth-child(6) .doctor-area:before {
    background: url(../image/contents/reason/attempt/doctor_06.png) repeat;
    background-size: 108px;
    width: 108px;
  }

  #contents .doctor-area p {
    width: 100%;
    max-width: 180px;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 6px;
    font-weight: 500;
    background-color: #4991b0;
    border-radius: 50px;
  }

  #contents .doctor-area p:last-child {
    margin-bottom: 0;
  }

  #contents .rehabilitation-flow .flow-item:nth-child(2) .doctor-area p {
    background-color: #46b497;
  }

  #contents .rehabilitation-flow .flow-item:nth-child(3) .doctor-area p {
    background-color: #77b253;
  }

  #contents .rehabilitation-flow .flow-item:nth-child(4) .doctor-area p {
    background-color: #bd9b47;
  }

  #contents .rehabilitation-flow .flow-item:nth-child(5) .doctor-area p {
    background-color: #d16a51;
  }

  #contents .rehabilitation-flow .flow-item:nth-child(6) .doctor-area p {
    background-color: #d87db3;
  }




  /* 一日の流れ */
  .life-contents .flow-contents {
    margin: 50px 0 0;
    position: relative;
  }

  .life-contents .flow-contents:after {
    background-color: #9fc2ce;
    content: "";
    display: inline-block;
    height: 82%;
    right: 0;
    left: 0;
    position: absolute;
    top: 50px;
    width: 15px;
    z-index: 1;
    margin: auto;
  }

  .life-contents .flow-contents .flow-item:last-child::after {
    content: none;
  }

  .life-contents .flow-contents .flow-item {
    margin-bottom: 40px;
    /* margin-left: 65px; */
    padding: 40px 40px;
    position: relative;
    background-color: #fff;
    width: calc(44% + 1px);
  }

  .life-contents .flow-contents .flow-item:nth-child(2n) {
    right: calc(-56% - 1px);
    margin-top: -500px;
  }

  .life-contents .flow-contents .flow-item:before {
    content: "";
    background: url(../image/contents/reason/attempt/flow/time_01.png) repeat;
    height: 60px;
    right: -112px;
    position: absolute;
    width: 60px;
    z-index: 2;
    background-size: 60px;
    top: 25px;
  }

  .life-contents .flow-contents .flow-item:nth-child(2n)::before {
    left: -116px;
  }

  .life-contents .flow-contents .flow-item:nth-child(2)::before {
    background: url(../image/contents/reason/attempt/flow/time_02.png) repeat;
    background-size: 60px;
  }

  .life-contents .flow-contents .flow-item:nth-child(3)::before {
    background: url(../image/contents/reason/attempt/flow/time_03.png) repeat;
    background-size: 60px;
  }

  .life-contents .flow-contents .flow-item:nth-child(4)::before {
    background: url(../image/contents/reason/attempt/flow/time_04.png) repeat;
    background-size: 60px;
  }

  .life-contents .flow-contents .flow-item:nth-child(5)::before {
    background: url(../image/contents/reason/attempt/flow/time_05.png) repeat;
    background-size: 60px;
  }

  .life-contents .flow-contents .flow-item:nth-child(6)::before {
    background: url(../image/contents/reason/attempt/flow/time_06.png) repeat;
    background-size: 60px;
  }

  .life-contents .flow-contents .flow-item:nth-child(7)::before {
    background: url(../image/contents/reason/attempt/flow/time_07.png) repeat;
    background-size: 60px;
  }

  .life-contents .flow-contents .flow-item:nth-child(8)::before {
    background: url(../image/contents/reason/attempt/flow/time_08.png) repeat;
    background-size: 60px;
  }

  .life-contents .flow-contents .flow-item:nth-child(9)::before {
    background: url(../image/contents/reason/attempt/flow/time_09.png) repeat;
    background-size: 60px;
  }

  .life-contents .flow-contents .flow-item .img-2box-txt {
    margin-left: 0;
  }

  #contents .life-contents .flow-contents .flow-item .img-2box-txt p.time-txt {
    position: relative;
    color: #d16a51;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.0em;
    margin-bottom: 25px;
    background-color: #fddfda;
    width: 100%;
    max-width: 200px;
    padding: 10px;
    text-align: center;
    margin-left: 70px;
  }

  #contents .life-contents .flow-contents .flow-item .img-2box-txt p.time-txt:before {
    border-bottom: 10px solid transparent;
    border-left: 19px solid #fddfda;
    border-top: 10px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: -15px;
    margin: auto;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(180deg);
    width: 0;
  }

  #contents .life-contents .flow-contents .flow-item .img-2box-txt p.time-txt:after {
    position: absolute;
    content: "";
    background: url(../image/contents/reason/attempt/flow/time_01.png) repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
    top: -2px;
    bottom: 0;
    margin: auto;
    left: -70px;
  }

  #contents .life-contents .flow-contents .flow-item:nth-child(2) .img-2box-txt p.time-txt:after {
    background: url(../image/contents/reason/attempt/flow/time_02.png) repeat;
    background-size: 40px;
  }

  #contents .life-contents .flow-contents .flow-item:nth-child(3) .img-2box-txt p.time-txt:after {
    background: url(../image/contents/reason/attempt/flow/time_03.png) repeat;
    background-size: 40px;
  }

  #contents .life-contents .flow-contents .flow-item:nth-child(4) .img-2box-txt p.time-txt:after {
    background: url(../image/contents/reason/attempt/flow/time_04.png) repeat;
    background-size: 40px;
  }

  #contents .life-contents .flow-contents .flow-item:nth-child(5) .img-2box-txt p.time-txt:after {
    background: url(../image/contents/reason/attempt/flow/time_05.png) repeat;
    background-size: 40px;
  }

  #contents .life-contents .flow-contents .flow-item:nth-child(6) .img-2box-txt p.time-txt:after {
    background: url(../image/contents/reason/attempt/flow/time_06.png) repeat;
    background-size: 40px;
  }

  #contents .life-contents .flow-contents .flow-item:nth-child(7) .img-2box-txt p.time-txt:after {
    background: url(../image/contents/reason/attempt/flow/time_07.png) repeat;
    background-size: 40px;
  }

  #contents .life-contents .flow-contents .flow-item:nth-child(8) .img-2box-txt p.time-txt:after {
    background: url(../image/contents/reason/attempt/flow/time_08.png) repeat;
    background-size: 40px;
  }

  #contents .life-contents .flow-contents .flow-item:nth-child(9) .img-2box-txt p.time-txt:after {
    background: url(../image/contents/reason/attempt/flow/time_09.png) repeat;
    background-size: 40px;
  }

  #contents .life-contents .flow-contents .flow-item .img-2box-txt h3 {
    color: #d16a51;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
    padding: 0;
    border: none;
    font-size: 25px;
    margin-bottom: 20px;
  }

  #contents .life-contents .flow-contents .flow-item .img-2box-txt p {
    color: #333;
  }

  .device-item .txt-4box {
    background-color: #fff;
  }

  .device-item .txt-4box .txt-area {
    padding: 20px;
  }

  #contents .device-item .txt-4box .txt-area p {
    margin-bottom: 0;
  }

  #contents .device-item .txt-4box .txt-area h4 {
    text-align: center;
    margin-bottom: 15px;
    padding: 0;
  }

  #contents .life-contents .flow-contents .flow-item .bg-line {
    background-color: #0B233F;
    content: "";
    display: block;
    height: 5px;
    width: 63px;
    position: absolute;
    right: -63px;
    top: 52px;
    z-index: 1;
  }

  #contents .life-contents .flow-contents .flow-item:nth-child(2n) .bg-line {
    left: -63px;
  }

  .life-contents .flow-contents .flow-item:nth-child(3),
  .life-contents .flow-contents .flow-item:nth-child(5),
  .life-contents .flow-contents .flow-item:nth-child(7),
  .life-contents .flow-contents .flow-item:nth-child(9) {
    margin-top: -130px;
  }

  /*  */
  #contents .life-contents .flow-contents .flow-item .flex {
    display: contents;
  }

  #contents .life-contents .flow-contents .flow-item .flex .img-2box-txt {
    width: 100%;
  }

  #contents .life-contents .flow-contents .flow-item .flex .img-2box {
    width: 100%;
  }

  #contents .life-contents .flow-contents .flow-item .flex .img-2box img {
    width: 100%;
  }

  /*  */
  #contents .life-contents .flow-contents .flow-item .img-2box-txt .sub-txt {
    background-color: #f8e1af;
    padding: 10px 25px;
    margin-bottom: 20px;
    border-radius: 5px;
  }

  #contents .life-contents .flow-contents .flow-item .img-2box-txt .sub-txt p {
    color: #d16a51;
    font-weight: 500;
  }

  #contents .life-contents .flow-contents .flow-item .img-2box-txt .sub-txt.blue {
    background-color: #c1dde6;
  }

  #contents .life-contents .flow-contents .flow-item .img-2box-txt .sub-txt.blue p {
    color: #2575b9;
  }

  .rehabilitation-flow .flow-item .flex {
    background-color: #fff;
    padding: 20px;
  }

  .rehabilitation-flow .flow-item .img-2box-txt {
    margin: 0;
  }

  .rehabilitation-flow {
    position: relative;
  }

  .rehabilitation-flow:before {
    position: absolute;
    content: "";
    background-image: url(../image/contents/reason/attempt/road_flow.png);
    height: 2760px;
    width: 309px;
    left: -60px;
    background-size: 100%;
    top: -100px;
    z-index: -1;
  }

  #contents .example-flow p .num {
    background-color: #EDDCC2;
    position: absolute;
    left: 0;
    border-radius: 50px;
    font-weight: bold;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", " Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", Osaka, serif;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 1px 0 0;
  }

  #contents .example-flow p .num.blue {
    background-color: #56a2ba;
    color: #fff;
  }

  #contents .example-flow p {
    position: relative;
    padding-left: 46px;
  }

  .summary-item {
    background-color: #F7EEE0;
    padding: 25px 30px;
    margin-top: 20px;
    position: relative;
  }

  #contents .pattern-txt {
    margin-bottom: 20px;
    padding: 0;
    color: #E26C35;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4em;
  }

  #contents .pattern-txt .min-txt {
    font-size: 17px;
  }

  #contents .pattern-txt::before {
    border-top: 40px solid #ddeff5;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: "";
    display: block;
    position: absolute;
    left: 50px;
    bottom: -25px;
    transform: rotate(-30deg);
  }

  #contents #example-care .pattern-txt::before {
    border-top: 40px solid #F7EEE0;
  }

  #contents img.arrow-img {
    max-width: 26px;
    margin: 0 3px;
  }

  #contents .example-item h3 {
    text-align: center;
    border: none;
    font-size: 25px;
    display: flex;
    flex-direction: column;
  }

  #contents .example-item h3 .sub {
    font-size: 17px;
    background-color: #ececec;
    padding: 2px 10px;
    width: 100%;
    max-width: 200px;
    margin: 15px auto 0;
  }

  #contents .summary-item p {
    padding-left: 60px;
  }

  .summary-item .img-ico {
    width: 100%;
    max-width: 40px;
    background-color: #bd633f;
    padding: 5px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
  }

  .process-box {
    background-color: #f3f3f3;
    padding: 20px 20px;
    margin-bottom: 50px;
    border-radius: 10px;
    position: relative;
  }

  #contents .process-box p {
    margin-bottom: 0;
  }

  .process-box:before {
    content: "";
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #C46640;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: -50px;
    margin: auto;
    transform: rotate(90deg);
    width: 0;
    height: 0;
  }

  #contents .example-flow .process-box p {
    margin-bottom: 20px;
  }

  #contents .example-flow .process-box p:last-child {
    margin-bottom: 10px;
  }



  /* 回復期リハビリテーション病棟での過ごし方 */

  #example-rehabili h2 {
    line-height: 1.5em;
  }

  .comment-area .img-2box {
    text-align: center;
    width: 25%;
  }

  .comment-area .img-2box-txt {
    margin-left: 15px;
    width: calc(75% - 15px);
  }

  .type-txt {
    color: #0B233F;
    padding: 0;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", " Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", Osaka, serif;
    font-size: 21px;
    font-weight: 600;
  }

  .point-area .point-txt {
    color: #d16a51;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  #contents .point-area p:last-child {
    margin-bottom: 0;
  }

  .comment-area .txt-2box {
    margin-top: 50px;
  }

  .comment-area .txt-2box.social-worker {
    border: 4px solid #4991b0;
  }

  .comment-area .txt-2box.doctor {
    border: 4px solid #46b497;
  }

  .comment-area .txt-2box.nurse {
    border: 4px solid #77b253;
  }

  .comment-area .txt-2box.occupational-therapist {
    border: 4px solid #bd9b47;
  }

  .comment-area .txt-2box.speech-therapist {
    border: 4px solid #d16a51;
  }

  .comment-area .txt-2box.care-manager {
    border: 4px solid #d87db3;
  }

  .comment-area .staff-box {
    padding: 20px;
  }

  .comment-area .txt-2box .staff-txt {
    width: 100%;
    color: #fff;
    margin-bottom: 0;
    padding: 5px 20px;
    font-size: 22px;
    font-weight: 500;
  }

  .comment-area .txt-2box.social-worker .staff-txt {
    background-color: #4991b0;
  }

  .comment-area .txt-2box .staff-txt {
    position: relative;
  }

  .comment-area .txt-2box .staff-txt:before {
    position: absolute;
    content: "";
    background: url(../image/contents/reason/logo_white.png) repeat;
    width: 201px;
    height: 130px;
    z-index: 6;
    background-size: 200px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
  }

  .comment-area .txt-2box.doctor .staff-txt {
    background-color: #46b497;
  }

  .comment-area .txt-2box.nurse .staff-txt {
    background-color: #77b253;
  }

  .comment-area .txt-2box.occupational-therapist .staff-txt {
    background-color: #bd9b47;
  }

  .comment-area .txt-2box.speech-therapist .staff-txt {
    background-color: #d16a51;
  }

  .comment-area .txt-2box.care-manager .staff-txt {
    background-color: #d87db3;
  }

  .point-area {
    background-color: #f7eee0;
    padding: 15px 20px 25px;
  }

}

#region {


  .outpatient-contents .features-item {
    background-color: #fff;
    margin-bottom: 40px;
  }

  .outpatient-contents .features-item .img-2box {}

  #contents .outpatient-contents .features-item .img-2box p.txt-center {
    margin-bottom: 0;
  }

  #contents .outpatient-contents .features-item .img-2box img {
    width: 100%;
    height: auto;
  }

  #contents .outpatient-contents .features-item .point-txt {
    color: #fff;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: url(../image/contents/bg/bg_illust_orange.png) repeat;
    max-width: 73px;
    padding: 12px 10px 13px 9px;
    text-align: center;
    margin-right: 20px;
    line-height: 1.3;
    background-size: 750px;
  }

  #contents .outpatient-contents .features-item {
    padding: 30px;
  }

  #contents .outpatient-contents .features-item .img-2box-txt p:last-child {
    margin-bottom: 0;
  }

  #contents .outpatient-contents .features-item h3 {
    color: #E26C35;
    border: none;
    padding: 0;
    font-weight: bold;
    font-size: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  #contents .outpatient-contents .features-item p {
    color: #0B233F;
  }

  #contents .outpatient-contents .features-item .point-txt .num {
    font-size: 105%;
    letter-spacing: .06em;
    line-height: 1.0;
    margin-top: 4px;
  }

  #contents .outpatient-contents .features-item .point-txt .point {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
  }

  .medical-area .txt-2box .item-area {
    background-color: #fff;
    color: #0B233F;
    padding: 30px;
  }

  .medical-area .txt-2box:first-child .item-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 173px;
  }

  .medical-area {
    margin-bottom: 60px;
  }

  #contents .medical-area .txt-2box h3 {
    color: #0B233F;
    border: none;
    padding: 0;
    text-align: center;
  }

  #contents .medical-area .txt-2box p {
    color: #0B233F;
  }

  #contents .medical-area .txt-2box .time-txt {
    color: #E26C35;
    font-size: 200%;
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 0.09em;
    display: flex;
    flex-direction: column;
    line-height: 1.1em;
  }

  #contents .medical-area .txt-2box .time-txt .day-txt {
    background-color: #f3ebe3;
    width: 100%;
    max-width: 250px;
    font-size: 20px;
    font-weight: 500;
    margin: 10px auto 0;
  }

  #contents .medical-area .txt-2box.end p {
    text-align: center;
    color: #E26C35;
    font-weight: 500;
    line-height: 1.9em;
    margin-bottom: 0;
    font-size: 20px;
  }

  .other-area .txt-2box {
    background-color: #fff;
    margin-bottom: 50px;
  }

  .other-area .txt-2box .txt-area {
    padding: 30px;
  }

  #contents .other-area .txt-2box h3 {
    background-color: #C46640;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    border: none;
    position: relative;
  }

  #contents .other-area .txt-2box h3:before {
    position: absolute;
    content: "";
    background: url(../image/contents/reason/logo_white.png) repeat;
    width: 302px;
    height: 180px;
    z-index: 6;
    background-size: 300px;
    top: 0;
    right: -45px;
    bottom: 0;
    margin: auto;
  }

  #contents .other-area .txt-2box .txt-area h3 .sub-txt {
    display: block;
    font-size: 16px;
  }

  #contents .other-area .txt-2box .txt-area p {
    color: #0B233F;
  }

  .other-area .txt-2box img {
    width: 100%;
  }

  .life-contents .use-time {
    background-color: #c1dde6;
    padding: 10px 10px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 15px;
  }

  #contents .life-contents .use-time .ttl {
    width: 100%;
    max-width: 200px;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0.09em;
  }

  #contents .life-contents .use-time .time-txt {
    width: 100%;
    max-width: 500px;
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0.09em;
    text-align: center;
  }

  #contents .life-contents .use-time .time-txt .num {
    font-size: 24px;
    padding: 0 10px;
    color: #2770ae;
    font-weight: bold;
  }

  .space-area .txt-3box,
  .space-area .txt-4box {
    background-color: #fff;
  }

  .space-area .txt-area {
    padding: 20px;
  }

  #contents .space-area h4 {
    text-align: center;
    margin-bottom: 15px;
    padding: 0;
  }

  /*  */
  .support-salon {
    background: url(../image/contents/bg/bg_blue.jpg) repeat;
    padding: 40px;
  }

  #contents .support-salon h3 {
    padding: 0;
    border: none;
    color: #fff;
    font-weight: bold;
  }

  #contents .support-salon .img-2box-txt p {
    color: #fff;
  }

  .support-salon .contact-box {
    background-color: #fff;
    padding: 30px;
  }

  #contents .support-salon .contact-box p {
    color: #0B233F;
    text-align: center;
  }

  #contents .support-salon .contact-box h4 {
    text-align: center;
  }

  #contents .support-salon .contact-box .tel {
    font-size: 30px;
    position: relative;
    color: #E26C35;
  }

  #contents .support-salon .contact-box p.tel-txt {
    margin: 30px 0;
  }

  #contents .space-area .event-area h3 {
    border-color: #668c43;
  }

  #contents .space-area .event-area h4 {
    background-color: #668c43;
    color: #fff;
    padding: 20px;
    margin-bottom: 0;
  }

  #contents .space-area .relax-area h3 {
    border-color: #d16a51;
  }

  #contents .space-area .relax-area h4 {
    background-color: #d16a51;
    color: #fff;
    padding: 20px;
    margin-bottom: 0;
  }

  #contents .life-contents p.wifi-txt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.13em;
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 40px;
    padding-left: 40px;
  }

  #contents .life-contents p.wifi-txt:before {
    position: absolute;
    content: "";
    background: url(../image/contents/reason/region/ico_wifi.svg) repeat;
    width: 30px;
    height: 20px;
    left: 0;
    background-size: 29px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #contents .space-area .txt-area p {
    margin-bottom: 0;
  }

  #contents .contact-box .tel-box .use-time {
    background-color: #fff;
    margin-bottom: 0;
    margin-top: 20px;
  }

  #contents .contact-box .tel-box .use-time p.ttl {
    font-weight: 500;
    font-size: 16px;
    max-width: 95px;
  }

  #contents .contact-box .tel-box .use-time .time-txt {
    font-size: 16px;
  }

  #contents .contact-box .tel-box .use-time .time-txt .num {
    font-size: 18px;
    color: #333;
    font-weight: 400;
  }

  #contents .contact-box .tel-box .tel-txt {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  #contents .contact-box .tel-box .tel-txt .tel:before {
    content: none;
  }

  #contents .support-salon .contact-box p.tel-txt .sub-ttl {
    line-height: 1.2em;
    margin-right: 6px;
  }

  .support-salon .contact-box .txt-2box {
    background-color: #f8f3eb;
    padding: 25px;
  }

  #contents .support-salon .contact-box .txt-2box h5 {
    text-align: center;
    margin: 0 0 20px;
  }

  .latest-event .pdf-area .pdf-embed {
    width: 100%;
    aspect-ratio: 3 / 4;
    border: none;
  }

  .latest-event .pdf-area {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }

  .pdf-btn-wrap a.link-btn.pdf {
    margin: 30px auto 0;
  }

  .latest-event .pdf-area #pdf-viewer .pdf-page {
    width: calc(100% / 2 - 20px);
  }


  #contents .latest-event h4 {
    text-align: center;
  }

}

#yourself {

  #contents .about-area h3 {
    font-weight: bold;
    color: #C46640;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
    padding: 0;
    border: none;
  }

  .visit-place,
  .demand-bus {
    background-color: #fff;
  }

  #contents .demand-bus .flex {
    padding: 40px;
  }

  #contents .visit-place h3,
  #contents .demand-bus h3 {
    background-color: #C46640;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    border: none;
    position: relative;
  }

  #contents .visit-place h3:before,
  #contents .demand-bus h3:before {
    position: absolute;
    content: "";
    background: url(../image/contents/reason/logo_white.png) repeat;
    width: 302px;
    height: 180px;
    z-index: 6;
    background-size: 300px;
    top: 0;
    right: -45px;
    bottom: 0;
    margin: auto;
  }

  .acp-area .txt-4box {
    background-color: #fff;
    margin-bottom: 30px;
  }

  #contents .acp-area .txt-4box h4 {
    background-color: #C46640;
    color: #fff;
    padding: 15px 20px;
    margin: 0;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 85px;
  }

  #contents .acp-area .txt-4box h4 .num {
    background-color: #fff;
    padding: 5px 10px;
    margin-right: 15px;
    color: #E26C35;
    font-size: 22px;
  }

  #contents .acp-area .txt-4box .txt-area {
    padding: 0 20px 20px 20px;
  }

  .acp-repeat {
    padding: 30px 0;
  }

  #contents .acp-repeat h4 {
    color: #0B233F;
    text-align: center;
    margin-bottom: 0;
  }

  .acp-repeat .txt-area {
    padding: 10px 0 0;
  }

  #contents .acp-repeat .txt-area p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
  }

  .acp-area .acp-item {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
  }

  .acp-area .acp-item.last {
    /* background-color: #F3EBE3; */
    border: 5px solid #E4B8A6;
    position: relative;
  }

  .acp-area .acp-item .img-2box-txt {
    margin-left: 0;
  }

  #contents .acp-area .acp-item .img-2box-txt p {
    margin-bottom: 0;
  }

  #contents .acp-area .acp-item h4 {
    position: relative;
    padding-left: 80px;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
    font-size: 23px;
    color: #3e8fb2;
    margin-bottom: 30px;
  }

  #contents .acp-area .acp-item:nth-child(3) h4 {
    color: #49a184;
  }

  #contents .acp-area .acp-item:nth-child(4) h4 {
    color: #669e35;
  }

  #contents .acp-area .acp-item:nth-child(5) h4 {
    color: #b49230;
  }

  #contents .acp-area .acp-item:nth-child(6) h4 {
    color: #c96645;
  }

  #contents .acp-area .acp-item:nth-child(7) h4 {
    color: #ce78a5;
  }

  #contents .acp-area .acp-item:nth-child(8) h4 {
    color: #df8388;
  }

  #contents .acp-area .acp-item:nth-child(7) h4 .connect {
    background-color: #ce78a5;
    color: #fff;
    padding: 2px 20px 4px;
    margin-left: 7px;
    border-radius: 25px;
    font-size: 20px;
  }

  #contents .acp-area .acp-item:nth-child(7) h4 .connect:nth-child(4) {
    margin-right: 8px;
  }

  #contents .acp-area .acp-item:nth-child(7) .img-2box img {
    width: 100%;
    max-width: 400px;
  }

  #contents .acp-area .acp-item h4 .num {
    position: absolute;
    left: 12px;
  }

  #contents .acp-area .acp-item.last .num.seven {
    position: sticky;
    padding: 0 30px 0 35px;
    color: #df8388;
  }

  #contents .acp-area .acp-item.last .num.seven .seven-bg {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff8ba;
    content: "";
    transform: rotate(135deg);
    top: -8px;
    z-index: -1;
    left: 24px;
  }

  #contents .acp-area .acp-item h4:before {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #c7e5ed;
    content: "";
    left: 0;
    transform: rotate(135deg);
    top: -8px;
  }

  #contents .acp-area .acp-item h4:before {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #c7e5ed;
    content: "";
    left: 0;
    transform: rotate(135deg);
    top: -8px;
  }

  #contents .acp-area .acp-item:nth-child(3) h4:before {
    background-color: #c0e3da;
  }

  #contents .acp-area .acp-item:nth-child(4) h4:before {
    background-color: #c0e3da;
  }

  #contents .acp-area .acp-item:nth-child(5) h4:before {
    background-color: #fbedc5;
  }

  #contents .acp-area .acp-item:nth-child(6) h4:before {
    background-color: #f2cec4;
  }

  #contents .acp-area .acp-item:nth-child(7) h4:before {
    background-color: #fae4ee;
  }

  #contents .acp-area .acp-item:nth-child(8) h4:before {
    background-color: #fff8ba;
  }

  .visit-place .flex .img-2box-txt {
    margin: 0;
  }

  .nursing-area .txt-3box {
    background-color: #fff;
  }

  .nursing-area .txt-3box .txt-area {
    padding: 20px;
  }

  #contents .nursing-area .txt-3box .txt-area h4 {
    text-align: center;
    padding: 0;
  }

  #contents .nursing-area .txt-3box p.txt-center {
    margin-bottom: 0;
  }

  #contents .nursing-area .txt-3box .txt-area p {
    color: #0B233F;
    margin-bottom: 0;
  }

  .support-contact {
    background-color: #ffefec;
    padding: 30px;
    width: 100%;
    /* max-width: 800px; */
    margin: 20px auto 0;
  }

  #contents .support-contact p {
    text-align: center;
  }

  #contents .support-contact .tel-txt {
    position: relative;
    margin-bottom: 0;
  }

  #contents .support-contact .tel-txt a.tel {
    font-size: 30px;
    font-weight: bold;
    color: #E26C35;
    margin-left: 5px;
  }

  .support-center .img-2box-txt {
    margin: 0;
  }

  #contents .support-contact h4 {
    text-align: center;
    padding: 0;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
    font-weight: 600;
  }

  #contents .acp-repeat h4 .num {
    background-color: #fff;
    padding: 5px 10px;
    color: #E26C35;
    font-size: 22px;
    margin: 0 5px;
  }

  .conference-area .img-2box-txt {
    margin: 0;
  }

  .hospital-flow .flow-item {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 40px;
    position: relative;
  }

  .hospital-flow .flow-item:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #C46640;
    position: absolute;
    top: auto;
    left: 0;
    bottom: -41px;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
  }

  .hospital-flow .flow-item:last-child:before {
    content: none;
  }

  .conference-area {
    background-color: #fff;
    padding: 40px;
  }

  #contents .conference-area h3 {
    font-weight: bold;
    color: #C46640;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
    padding: 0;
    border: none;
  }

  #contents .hospital-flow .flow-item h4 {
    position: relative;
    padding-left: 55px;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  }

  #contents .hospital-flow .flow-item h4 .num {
    position: absolute;
    left: 0;
    background-color: #C46640;
    color: #fff;
    padding: 5px 15px 6px 15px;
    top: -5px;
  }


  .example-item .list-item {
    background-color: #fff;
    padding: 40px 40px 30px;
    border: 4px solid #4F7847;
    border-top: 0;
  }

  #contents .example-item h3 {
    text-align: center;
    border: none;
    padding: 15px;
    margin-bottom: 0;
    background-color: #4F7847;
    color: #fff;
    font-size: 20px;
    position: relative;
  }

  #contents .example-item h3:before {
    position: absolute;
    content: "";
    background: url(../image/contents/reason/logo_white.png) repeat;
    width: 302px;
    height: 180px;
    z-index: 6;
    background-size: 300px;
    top: 0;
    right: -45px;
    bottom: 0;
    margin: auto;
  }

  #contents .example-item li {
    margin-bottom: 15px;
    list-style: none;
    padding-left: 35px;
    position: relative;
  }

  #contents .example-item ul {
    padding: 0;
  }

  #contents .example-item li:before {
    background-image: url(../image/contents/check-ico.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 6px;
    width: 22px;
  }

  #contents .example-item li:after {
    transform: rotate(-45deg);
    width: 18px;
    left: 9px;
  }

  .example-item .flex {
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }

  .fee-area .table-02 th {
    text-align: center;
    width: 200px;
  }

  .fee-area .table-02 td {
    text-align: right;
  }

  .fee-area .table-02 tr td:first-child {
    border-left: 1px solid #B5B5B5;
  }


  #contents .overseas-staff h3 {
    font-weight: bold;
    color: #C46640;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
    padding: 0;
    border: none;
  }

  .fee-area .item-area {
    background-color: #fff;
    padding: 40px;
  }

  .support-center .about-item .txt-2box {
    background-color: #FFF;
  }

  #contents .support-center .about-item h3 {
    background-color: #C46640;
    border: none;
    color: #FFF;
    font-size: 25px;
    margin: 0;
    margin: 0;
    padding: 20px;
    text-align: center;
    position: relative;
  }

  #contents .support-center .about-item h3:before {
    position: absolute;
    content: "";
    background: url(../image/contents/reason/logo_white.png) repeat;
    width: 302px;
    height: 180px;
    z-index: 6;
    background-size: 300px;
    top: 0;
    right: -45px;
    bottom: 0;
    margin: auto;
  }

  .support-center .about-item .txt-2box .box-txt {
    box-sizing: border-box;
    height: calc(100% - 52px);
    padding: 30px;
  }

  .support-center .about-item .txt-2box .box-txt .time-txt {
    color: #C46640;
    font-family: "Noto Serif CJK JP", "游明朝";
    font-size: 21px;
    line-height: 1.9em;
    margin: 0 auto 15px;
    text-align: center;
    font-size: 40px;
    line-height: 1.8em;
    margin-bottom: 10px;
  }

  .support-center .about-item .txt-2box .box-txt .time-txt .time-num {
    letter-spacing: .02em;
    text-align: right;
    width: 260px;
  }

  #contents .support-center .about-item .time-flex {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  #contents .support-center .about-item .time-txt .sub-txt {
    font-size: 20px;
    letter-spacing: .02em;
    margin-right: 8px;
    width: 120px;
    color: #333;
    display: inline-block;
    position: relative;
    text-align: left;
  }

  #contents .tel-txt {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }


  .img-area {
    margin-top: 35px;
  }

  .img-area .txt-3box {
    margin-right: 0;
  }

  .img-area .flex {
    gap: 20px;
  }

}

#contents .tel-box a[href*="tel:"],
#contents .tel-box .fax {
  margin-right: 0;
}

@media screen and (max-width: 1500px) {
  #attempt {
    .life-contents .flow-contents .flow-item:before {
      right: -107px;
    }

    .life-contents .flow-contents .flow-item:nth-child(2)::before,
    .life-contents .flow-contents .flow-item:nth-child(4)::before,
    .life-contents .flow-contents .flow-item:nth-child(6)::before,
    .life-contents .flow-contents .flow-item:nth-child(8)::before {
      left: -111px;
    }

    #contents .device-item .txt-4box .txt-area h4 {
      font-size: 20px;
    }
  }

  #region {
    #contents .contact-box .tel-box .use-time {
      flex-direction: column;
    }

    #contents .contact-box .tel-box .use-time p.ttl {
      max-width: 100%;
      text-align: center;
    }

    #contents .contact-box .tel-box .use-time p.ttl br {
      display: none;
    }
  }

}

@media screen and (max-width: 1400px) {
  #attempt {

    .anchor-box .txt-3box {
      width: calc(100% / 2 - 10px);
      margin-right: 0;
    }

    .anchor-box {
      gap: 20px;
    }

    .anchor-box .txt-2box {
      margin-right: 0;
    }

    .life-contents .flow-contents .flow-item:before {
      right: -105px;
    }

    .life-contents .flow-contents .flow-item:nth-child(2)::before,
    .life-contents .flow-contents .flow-item:nth-child(4)::before,
    .life-contents .flow-contents .flow-item:nth-child(6)::before,
    .life-contents .flow-contents .flow-item:nth-child(8)::before {
      left: -105px;
    }

    .life-contents .flow-contents .flow-item:nth-child(2n) {
      margin-top: -450px;
    }

    .device-item .txt-4box img {
      width: 100%;
    }

    .device-item .txt-4box {
      width: calc(100% / 2 - 20px);
      margin-right: 0;
      margin-bottom: 40px;
    }

  }

  #reason {
    .support-salon .contact-box .txt-2box:first-child p {
      text-align: left;
    }
  }

}

@media screen and (max-width: 1350px) {
  #reason {
    #contents h2 br {
      display: block;
    }

    #contents h2 {
      line-height: 1.5em;
    }
  }
}

@media screen and (max-width: 1300px) {
  #attempt {
    .life-contents .flow-contents .flow-item:before {
      right: -99px;
    }

    .life-contents .flow-contents .flow-item:nth-child(2)::before,
    .life-contents .flow-contents .flow-item:nth-child(4)::before,
    .life-contents .flow-contents .flow-item:nth-child(6)::before,
    .life-contents .flow-contents .flow-item:nth-child(8)::before {
      left: -99px;
    }

  }

}

@media screen and (max-width: 1250px) {
  #region {
    .support-salon .contact-box .txt-2box {
      padding: 25px 15px;
    }
  }
}

@media screen and (max-width: 1200px) {
  #attempt {
    .life-contents .flow-contents .flow-item:before {
      right: -92px;
    }

    .life-contents .flow-contents .flow-item:nth-child(2)::before,
    .life-contents .flow-contents .flow-item:nth-child(4)::before,
    .life-contents .flow-contents .flow-item:nth-child(6)::before,
    .life-contents .flow-contents .flow-item:nth-child(8)::before {
      left: -92px;
    }

    .life-contents .flow-contents .flow-item:nth-child(2n) {
      margin-top: -430px;
    }

    #contents .example-flow p {
      font-size: 17px;
    }

  }

}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #reason {
    #contents .feature-area .feature-item {
      padding: 30px;
    }
  }

  #attempt {

    .rehabilitation-flow .flow-item {
      padding-left: 150px;
    }

    .rehabilitation-flow .flow-item:before {
      left: 50px;
    }

    .life-contents .flow-contents .flow-item:nth-child(2n) {
      margin-top: -400px;
    }

    #contents .example-flow p {
      font-size: 15px;
    }

    #contents .example-item h3 .sub {
      font-size: 16px;
    }

    #contents .example-flow p .num {
      padding: 4px 0 0;
    }
  }

  #region {
    #contents .outpatient-contents .features-item .point-txt {
      max-width: 63px;
      padding: 9px 7px 11px 7px;
    }

    #contents .outpatient-contents .features-item h3 {
      font-size: 22px;
      margin-bottom: 20px;
    }

    #contents .medical-area .txt-2box.end p {
      font-size: 18px;
    }

    .medical-area .txt-2box:first-child .item-area {
      height: 163px;
    }

    #contents .medical-area .txt-2box .time-txt {
      font-size: 160%;
    }

    #contents .life-contents .use-time .time-txt {
      font-size: 16px;
    }

    #contents .life-contents .use-time .time-txt .num {
      font-size: 20px;
    }

    #contents .life-contents .use-time .ttl {
      font-size: 18px;
    }

    #contents .life-contents p.wifi-txt {
      font-size: 18px;
      padding-left: 10px;
    }

    #contents .life-contents p.wifi-txt:before {
      background-size: 25px;
      width: 25px;
      height: 17px;
    }

    #contents .space-area .event-area h4,
    #contents .space-area .relax-area h4 {
      padding: 15px;
      font-size: 18px;
    }

    #contents .support-salon .contact-box .txt-2box p {
      text-align: left;
    }

    #contents .contact-box .tel-box .use-time .time-txt .num {
      font-size: 16px;
    }

    #contents .contact-box .tel-box .use-time .time-txt {
      text-align: center;
    }

    .support-salon .contact-box .txt-2box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
    }

    .support-salon .contact-box .txt-2box.end {
      margin-bottom: 0;
    }
  }

  #yourself {
    .fee-area .table-02 th {
      width: auto;
    }
  }
}


@media screen and (max-width: 1040px) {
  #attempt {
    .life-contents .flow-contents .flow-item:before {
      right: -86px;
    }

    .life-contents .flow-contents .flow-item:nth-child(2)::before,
    .life-contents .flow-contents .flow-item:nth-child(4)::before,
    .life-contents .flow-contents .flow-item:nth-child(6)::before,
    .life-contents .flow-contents .flow-item:nth-child(8)::before {
      left: -86px;
    }

    #region {
      .life-contents .flow-contents .flow-item:nth-child(2n) {
        margin-top: -370px;
      }

      .medical-area .txt-2box .item-area {
        background-color: #fff;
        color: #0B233F;
        padding: 30px 15px;
      }
    }
  }

  .support-salon .img-2box-txt p br {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #attempt {
    .life-contents .flow-contents .flow-item {
      padding: 30px 20px;
    }
  }

  #region {
    .other-area .txt-2box {
      margin-bottom: 30px;
    }
  }

  #yourself {
    .example-item .list-item .txt-2box {
      width: 100%;
      margin-right: 0;
    }
  }

}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {

  #attempt,
  #yourself {
    #contents .about-area .main-txt {
      margin-top: 5px;
      margin-bottom: 15px;
    }
  }


  #reason {

    #contents .feature-area .feature-item .img-2box img {
      width: 100%;
    }

    #contents .feature-area .feature-item .img-2box {
      margin-bottom: 30px;
    }

    #contents h2 br {
      display: none;
    }

    #contents .feature-area .feature-item .img-2box-txt br.br-1140 {
      display: none;
    }

    .support-salon .link-area .txt-2box {
      width: calc(100% / 2 - 10px);
    }

  }

  #attempt {
    .rehabilitation-flow .flow-item:after {
      left: 100px;
    }

    .rehabilitation-flow .flow-item .img-2box {
      margin-bottom: 20px;
    }

    .rehabilitation-flow:before {
      height: 4500px;
      background-image: url(../image/contents/reason/attempt/road_flow_sp.png);
      width: 270px;
    }

    .life-contents .flow-contents:after {
      right: auto;
    }

    .life-contents .flow-contents .flow-item,
    .life-contents .flow-contents .flow-item:nth-child(2n) {
      width: auto;
      margin-left: 70px;
    }

    #contents .life-contents .flow-contents .flow-item .flex .img-2box img {
      width: auto;
    }

    #contents .life-contents .flow-contents .flow-item .flex .img-2box p.txt-center.no-mb {
      text-align: left;
    }

    .life-contents .flow-contents .flow-item:nth-child(2n) {
      margin-top: 10px;
      right: auto;
    }

    .life-contents .flow-contents .flow-item:nth-child(3),
    .life-contents .flow-contents .flow-item:nth-child(5),
    .life-contents .flow-contents .flow-item:nth-child(7),
    .life-contents .flow-contents .flow-item:nth-child(9) {
      margin-top: auto;
    }

    #contents .life-contents .flow-contents .flow-item .bg-line {
      right: auto;
      left: -63px;
    }

    .life-contents .flow-contents:after {
      height: 89%;
      left: 16px;
    }

    .life-contents .flow-contents .flow-item:before {
      right: auto;
      left: -78px;
    }

    .life-contents .flow-contents .flow-item:nth-child(2)::before,
    .life-contents .flow-contents .flow-item:nth-child(4)::before,
    .life-contents .flow-contents .flow-item:nth-child(6)::before,
    .life-contents .flow-contents .flow-item:nth-child(8)::before {
      left: -77px;
    }

    .device-item .txt-4box {
      width: calc(100% / 2 - 10px);
      margin-bottom: 20px;
    }

    .type-txt {
      font-size: 20px;
      margin-top: 20px;
      margin-bottom: 10px;
    }

    .point-area .point-txt {
      font-size: 20px;
    }

    .comment-area .txt-2box {
      margin-top: 30px;
    }

    .comment-area .txt-2box .staff-txt {
      padding: 3px 12px 7px;
      font-size: 18px;
    }
  }

  #region {
    .space-area .txt-3box {
      width: calc(100% / 2 - 10px);
      margin-bottom: 20px;
    }

    .event-area .flex {
      display: flex;
    }

    .relax-area .txt-4box {
      margin-bottom: 20px;
    }

    #contents .outpatient-contents .features-item .img-2box img {
      /* height: 450px; */
    }

    #contents .outpatient-contents .features-item {
      padding: 30px 20px;
    }

    #contents .outpatient-contents .features-item .img-2box p.txt-center {
      margin-bottom: 20px;
    }

    .support-salon .link-area .txt-2box {
      width: calc(100% / 2 - 10px);
    }

    #contents .support-salon .contact-box .txt-2box p {
      text-align: center;
    }

    #contents .support-salon .contact-box .txt-2box p br.br-none-1400 {
      display: block;
    }

    .medical-area .txt-2box.end {
      margin-top: 40px;
    }

  }

  #yourself {
    .overseas-staff .img-2box {
      margin-bottom: 15px;
    }

    #contents .overseas-staff h3 {
      margin-bottom: 15px;
    }

    .nursing-area .txt-3box {
      width: calc(100% / 2 - 10px);
    }

    .nursing-area .txt-3box.end {
      margin-top: 20px;
    }

    .nursing-area .txt-3box:first-child {
      margin-right: 20px;
    }

    .support-center .about-item .txt-2box {
      margin-bottom: 40px;
    }

    .support-center .about-item .txt-2box.end {
      margin-bottom: 0;
    }

    .support-center .demand-bus .img-2box {
      margin-bottom: 20px;
    }

    #contents .demand-bus .flex {
      padding: 30px;
    }

    #contents .demand-bus .flex,
    #support .about-area .flex {
      flex-direction: column-reverse;
    }

    .img-area .txt-3box {
      width: calc(100% / 3 - 10px);
    }

    .img-area .flex {
      gap: 10px;
    }
  }
}

@media screen and (max-width: 850px) {
  #reason {
    #contents h2 br {
      display: block;
    }
  }
}


#contents .txt-855 {
  display: none;
}

@media screen and (max-width: 855px) {
  #contents .txt-855 {
    display: block;
  }
}

@media screen and (max-width: 833px) {

  #attempt {
    .anchor-box .txt-3box {
      width: 100%;
    }
  }
}

@media screen and (max-width: 767px) {
  #reason {
    #contents .feature-area .feature-item .img-2box-txt br.br-1140 {
      display: block;
    }
  }

  #attempt {
    .rehabilitation-flow .flow-item {
      padding-left: 100px;
    }

    .rehabilitation-flow .flow-item:before {
      left: 25px;
    }

    .device-item .txt-4box {
      width: 100%;
    }

    #contents .example-item h3 .sub {
      display: flex;
      justify-content: center;
      margin-left: 0;
      width: 100%;
      max-width: 170px;
      margin-top: 5px;
    }
  }

  #region {
    #contents .life-contents .use-time .ttl {
      max-width: 100px;
      font-size: 16px;
    }

    #contents .life-contents .use-time .time-txt .num {
      font-size: 17px;
    }
  }

  #yourself {
    .nursing-area .txt-3box img {
      width: 100%;
    }

    .nursing-area .txt-3box {
      margin-bottom: 30px;
    }

    .support-center .about-item:first-child {
      margin-bottom: 30px;
    }
  }

}

/* view-559 Mobile */
@media screen and (max-width: 559px) {

  .about-area {
    padding: 20px 15px;
  }

  #reason {
    #contents .feature-area .feature-item {
      padding: 20px 15px;
    }

    #contents .feature-area .feature-item .img-2box-txt h2 {
      font-size: 23px;
    }
  }

  #attempt {

    .rehabilitation-flow .flow-item:before {
      bottom: auto;
      background-size: 35px;
      left: 10px;
      width: 35px;
      height: 53px;
    }

    .rehabilitation-flow .flow-item:nth-child(2):before,
    .rehabilitation-flow .flow-item:nth-child(3):before,
    .rehabilitation-flow .flow-item:nth-child(4):before,
    .rehabilitation-flow .flow-item:nth-child(5):before,
    .rehabilitation-flow .flow-item:nth-child(6):before {
      background-size: 35px;
    }

    .rehabilitation-flow .flow-item {
      padding-left: 60px;
    }

    #contents .doctor-area p {
      padding: 2px;
    }

    .doctor-area:before {
      background-size: 90px;
      width: 90px;
      height: 104px;
    }

    #contents .rehabilitation-flow .flow-item:nth-child(2) .doctor-area:before {
      background-size: 100px;
      width: 102px;
    }

    #contents .rehabilitation-flow .flow-item:nth-child(3) .doctor-area:before {
      background-size: 77px;
      width: 75px;
    }

    #contents .rehabilitation-flow .flow-item:nth-child(4) .doctor-area:before {
      background-size: 90px;
    }

    #contents .rehabilitation-flow .flow-item:nth-child(5) .doctor-area:before {
      background-size: 77px;
      width: 77px;
    }

    #contents .rehabilitation-flow .flow-item:nth-child(6) .doctor-area:before {
      background-size: 73px;
      width: 74px;
    }

    .doctor-area {
      padding: 0 0 0 120px;
      height: 85px;
      align-items: flex-start;
    }

    .rehabilitation-flow .flow-item .flex {
      padding: 15px;
    }

    .rehabilitation-flow .flow-item:after {
      left: 50px;
    }

    .rehabilitation-flow:before {
      background-image: url(../image/contents/reason/attempt/road_flow_sp_559.png);
      width: 163px;
    }

    .life-contents .flow-contents .flow-item {
      padding: 20px 15px;
    }

    #contents .life-contents .flow-contents .flow-item .img-2box-txt p.time-txt {
      max-width: 170px;
      font-size: 22px;
      margin-left: 60px;
    }

    #contents .life-contents .flow-contents .flow-item .img-2box-txt p.time-txt:after {
      left: -60px;
    }

    #contents .life-contents .flow-contents .flow-item .img-2box-txt h3 {
      font-size: 21px;
    }

    .summary-item {
      padding: 15px 20px;
    }

    #contents .example-item h3 {
      display: flex;
      flex-direction: column;
      font-size: 21px;
    }

    #contents .example-item h3 .sub {
      width: 100%;
      max-width: 140px;
      text-align: center;
      margin-left: 0;
      margin-top: 10px;
      padding: 0px 10px;
    }

    .comment-area .img-2box {
      width: 100%;
      max-width: 100px;
      margin: 0 auto 10px;
    }

    .comment-area .img-2box-txt {
      margin-left: 0;
      width: 100%;
    }

    .comment-area .staff-box {
      padding: 15px 10px;
    }

  }

  #region {
    #contents .outpatient-contents .features-item {
      padding: 20px 15px;
    }

    .space-area .txt-3box,
    .relax-area .txt-4box,
    .space-area .txt-3box img,
    .relax-area .txt-4box img {
      width: 100%;
    }

    .support-salon {
      padding: 20px 15px;
    }

    #contents .outpatient-contents .features-item h3 {
      font-size: 18px;
    }

    .support-salon .contact-box {
      padding: 20px 15px;
    }

    .support-salon .link-area .txt-2box {
      width: 100%;
    }

    .support-salon .link-area .txt-2box {
      margin-bottom: 15px;
    }

    .support-salon .link-area .txt-2box.end {
      margin-bottom: 0;
    }

    #contents .support-salon .contact-box p,
    #contents .support-salon .contact-box .txt-2box p {
      text-align: left;
    }

    #contents .support-salon .contact-box p br:first-child,
    #contents .support-salon .contact-box .txt-2box p br.br-none-1400 {
      display: none;
    }

    #contents .medical-area .txt-2box.end p {
      font-size: 15px;
    }

    .medical-area .txt-2box .item-area {
      padding: 20px 15px;
    }

    .other-area .txt-2box .txt-area {
      padding: 20px 15px 5px;
    }

    .space-area .txt-area {
      padding: 20px 15px;
    }
  }

  #yourself {
    #contents .anchor-box .txt-4box {
      width: 100%;
      margin-right: 0;
    }

    .about-area h4 br.br-1140 {
      display: none;
    }

    #contents .about-area h4 {
      font-size: 16px;
    }

    #contents .demand-bus .flex {
      padding: 20px 15px;
    }

    .conference-area {
      padding: 20px 15px;
    }

    .hospital-flow .flow-item {
      padding: 20px 15px;
    }

    .example-item .list-item {
      padding: 20px 15px;
    }

    .img-area {
      margin-top: 0;
    }

    .img-area .txt-3box:first-child {
      width: 100%;
    }

    .img-area .txt-3box {
      width: calc(100% / 2 - 5px);
    }

    .img-area .txt-3box:first-child img {
      width: 100%;
    }

    .acp-area .acp-item {
      padding: 20px 15px;
    }

    #contents .acp-area .acp-item h4 .num {
      left: 15px;
    }

    #contents .acp-area .acp-item h4 {
      font-size: 18px;
      padding-left: 60px;
      padding-top: 5px;
      margin-bottom: 15px;
    }

    #contents .acp-area .acp-item h4:before {
      top: 4px;
      left: 8px;
      width: 35px;
      height: 35px;
    }

    #contents .acp-area .acp-item.last .num.seven .seven-bg {
      top: -2px;
      left: 15px;
      width: 35px;
      height: 35px;
    }

    #contents .acp-area .acp-item.last .num.seven {
      padding: 0 21px 0 22px;
    }

    .nursing-area .txt-3box:first-child {
      margin-right: 0;
      width: 100%;
    }

    .nursing-area .txt-3box {
      width: 100%;
    }

    .nursing-area .txt-3box.end {
      margin-top: 0;
    }

    .overseas-staff .img-2box img {
      width: 100%;
    }

    .support-center .about-item .txt-2box .box-txt .time-txt .time-num {
      text-align: left;
      width: 190px;
      font-size: 30px;
    }

    #contents .support-center .about-item .time-txt .sub-txt {
      font-size: 17px;
      width: 90px;
    }

    .fee-area .table-02 th:first-child {
      width: auto;
    }
  }
}


@media screen and (max-width: 414px) {
  #attempt {
    #contents #rehabilitation h2 {
      font-size: 20px;
    }

    .summary-item {
      padding: 15px 10px;
    }

    #contents .summary-item p {
      padding-left: 50px;
    }
  }
}