@charset "UTF-8";
/*------------------------------------------------------
 共通
-------------------------------------------------------*/
h2.title-rainbow {
  border: none; }
  h2.title-rainbow:after {
    width: 100%;
    background: linear-gradient(90deg, #7fbe26, #7293aa, #5dc2d0, #f5a32d, #f09199);
    height: 5px;
    margin: 0;
    margin-top: 0.5em; }

/*縦書き*/
.writing-tate span {
  white-space: pre;
  writing-mode: vertical-rl;
  display: inline-block; }

/*-- フロー ----------------------------------*/
.stepflow {
  width: 80%;
  margin: 1rem auto; }
  .stepflow_step {
    background: linear-gradient(90deg, #7fbe26, #7293aa, #5dc2d0, #f5a32d, #f09199);
    background: -webkit- linear-gradient(90deg, #7fbe26, #7293aa, #5dc2d0, #f5a32d, #f09199);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 120%; }
  .stepflow_title {
    font-weight: bold;
    margin: .5rem auto; }
  .stepflow_arrow {
    background: #7fbe26;
    width: 30px;
    height: 20px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    margin: 2rem auto 3rem; }

/*-- 2カラム ----------------------------------*/
.column-2-around {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 2rem auto; }
  .column-2-around__item {
    min-width: 320px;
    width: calc(100% / 2 - 4rem); }
    @media screen and (max-width: 768px) {
      .column-2-around__item {
        margin-bottom: 2rem; } }

/*-- 3カラム ----------------------------------*/
.column-3-around {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 2rem auto; }
  .column-3-around.left {
    justify-content: flex-start; }
  .column-3-around__item {
    min-width: 320px;
    width: calc(100% / 3 - 2rem); }
    @media screen and (max-width: 768px) {
      .column-3-around__item {
        margin: 1rem auto; } }

/*-- 横並びアンカー ----------------------------------*/
.anchor-list {
  background: #EDE9CF;
  border-radius: 2rem;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  margin: 1rem auto;
  overflow: hidden;
  padding: .5rem; }
  .anchor-list h5 {
    background: #d4bc89;
    padding: .5rem 1rem;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 30px;
    color: #FFF; }
  .anchor-list a {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    font-weight: bold;
    background: #FFF;
    border-radius: 6px;
    margin-right: 10px; }
    .anchor-list a span {
      color: #333; }
      .anchor-list a span i {
        font-style: normal;
        margin-right: 5px;
        font-size: 80%; }
    @media screen and (max-width: 768px) {
      .anchor-list a {
        padding: 1rem; } }
    @media screen and (max-width: 576px) {
      .anchor-list a {
        padding: .5rem; } }
    .anchor-list a:hover {
      background: #F7F5E8; }

/*-- カテゴリアイコン ----------------------------------*/
.cate-icon {
  color: #FFF;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 85%;
  margin-right: 10px; }
  .cate-icon.icon-orenge {
    background: #f5a32d; }
  .cate-icon.icon-green {
    background: #7fbe26; }
  .cate-icon.icon-blue {
    background: #3496D2; }

/*-- ボックスの装飾など ----------------------------------*/
.triangle-box {
  margin: 1rem auto;
  padding: 2em;
  position: relative;
  border: 1px solid #c6d4c6; }
  .triangle-box:before {
    border-bottom: 30px solid transparent;
    border-left: 30px solid #7fbe26;
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -5px; }
  .triangle-box:after {
    border-left: 30px solid transparent;
    border-bottom: 30px solid #5dc2d0;
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    right: -5px; }

.tb-border-box {
  border-top: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
  padding: 2rem; }

/*ここからボックスの装飾・利用しない2/21時点*/
.corner-color-box {
  margin: 2em auto;
  padding: 2em;
  border: 2px solid #eee;
  position: relative;
  z-index: 0; }
  .corner-color-box:before {
    border-top: 2px solid #7fbe26;
    border-left: 2px solid #5dc2d0;
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 20px;
    height: 20px;
    z-index: 1; }

.niji-border-box {
  padding: 2px;
  background: linear-gradient(to right bottom, #43C6AC, #d9e653); }
  .niji-border-box_inner {
    padding: 1rem;
    background-color: #FFF;
    height: 100%; }

/*ここまで*/
/*------------------------------------------------------
 学生マンション
-------------------------------------------------------*/
@media screen and (max-width: 576px) {
  .lifereport_face {
    height: 300px;
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 1.5rem; } }

/*------------------------------------------------------
 オープンキャンパス
-------------------------------------------------------*/
.font-fjalla {
  font-family: "Fjalla One"; }

.ocpage-schedule {
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 1rem 0; }
  .ocpage-schedule_left {
    width: 100px;
    text-align: center; }
  .ocpage-schedule_right {
    width: calc((100% - 100px) - 1.6rem); }
    .ocpage-schedule_right .circle {
      background: #333;
      font-size: 12px;
      color: #fff;
      border-radius: 50px;
      line-height: 23px;
      width: 23px;
      height: 23px;
      display: inline-block;
      text-align: center;
      margin-left: 5px;
      margin-right: 15px;
      position: relative;
      top: -5px; }

.yaer-subject {
  font-size: 90%;
  border: solid 1px #8C8C8C;
  padding: 5px 10px;
  max-width: 150px;
  text-align: center; }

/*------------------------------------------------------
 WEBオープンキャンパス
-------------------------------------------------------*/
.link-box {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .link-box__bg1 {
    background: #ffedca; }
  .link-box__bg2 {
    background: #FFFEB1; }
  .link-box .item {
    padding: 10px; }
    .link-box .item__item1 {
      width: calc(100% / 2); }
    .link-box .item__item2 {
      width: calc(100% / 4);
      padding: 10px; }
      @media screen and (max-width: 768px) {
        .link-box .item__item2 {
          width: 100%; } }
    .link-box .item__item3 {
      width: calc(100% / 5.4);
      padding: 10px; }
      @media screen and (max-width: 768px) {
        .link-box .item__item3 {
          width: calc(100% / 2); } }
    .link-box .item__item4 {
      width: calc(100% / 6); }
      @media screen and (max-width: 768px) {
        .link-box .item__item4 {
          width: calc(100% / 2); } }

.video-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .video-box .video-item {
    width: calc(100% / 2 - 3rem);
    margin: 1rem auto; }
    @media screen and (max-width: 768px) {
      .video-box .video-item {
        width: 100%; } }

/*------------------------------------------------------
 QA
-------------------------------------------------------*/
.calendar {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10%; }
  .calendar_event {
    width: calc(100% / 3 - 1rem);
    padding: 1rem; }
    @media screen and (max-width: 768px) {
      .calendar_event {
        width: 100%; } }
    .calendar_event_month {
      font-weight: bold;
      color: #3CDEBD; }
    .calendar_event_list ul {
      list-style: none; }
    .calendar_event_list li {
      display: flex;
      align-items: center; }
    .calendar_event_list li::before {
      content: "⚫︎";
      color: #3CDEBD;
      font-size: 0.6em;
      margin-right: 1em; }
  .calendar_photo {
    width: calc(100% / 3 - 1rem);
    padding: 1.5rem;
    position: relative; }
    @media screen and (max-width: 768px) {
      .calendar_photo {
        width: 100%; } }
    .calendar_photo_image {
      z-index: 1;
      height: 400px;
      overflow: hidden;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .calendar_photo_image {
          height: 300px; } }
      .calendar_photo_image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .calendar_photo_text {
      position: absolute;
      z-index: 2;
      background: rgba(247, 245, 232, 0.9);
      bottom: -30px;
      right: -10px;
      padding: .5rem 1rem;
      width: 300px; }
      @media screen and (max-width: 768px) {
        .calendar_photo_text {
          position: relative;
          bottom: 20px;
          right: -20px; } }

/*------------------------------------------------------
 QA
-------------------------------------------------------*/
.faq-links {
  display: flex;
  flex-wrap: wrap; }
  .faq-links__item {
    margin: 3px 1px;
    text-align: center;
    border: solid 2px #EDE9CF;
    flex-basis: auto; }
    .faq-links__item a {
      display: block;
      text-decoration: none;
      padding: 10px; }
      .faq-links__item a:hover {
        background: #F7F5E8; }

.faq {
  background: #F7F5E8;
  padding: 2rem;
  margin: 0 auto 5px; }
  .faq dl {
    position: relative; }
    .faq dl dt {
      font-size: 150%;
      padding-left: 50px;
      line-height: 30px; }
      .faq dl dt:before {
        font-family: "Fjalla One";
        content: "Q";
        background: #3496D2;
        font-size: 20px;
        line-height: 25px;
        color: #fff;
        padding: 3px 10px;
        float: left;
        margin-right: 10px;
        position: absolute;
        left: 0; }
    .faq dl dd {
      line-height: 1.8em;
      margin-top: 20px;
      padding-left: 35px;
      font-weight: bold; }
      .faq dl dd:before {
        font-family: "Fjalla One";
        content: "A";
        background: #3CDEBD;
        font-size: 20px;
        line-height: 25px;
        color: #fff;
        padding: 3px 10px;
        float: left;
        margin-right: 10px;
        position: absolute;
        left: 0; }

/*------------------------------------------------------
 附属鍼灸治療院・接骨院
-------------------------------------------------------*/
.clinic-bg {
  background: url("../img/clinic/clinic-image01.jpg") no-repeat right top;
  background-size: auto 100%; }

.clinic-bg-image {
  background: rgba(255, 255, 255, 0.7);
  padding: 1rem; }

.clinic-point-wrap {
  position: relative;
  margin-top: 3rem; }
  .clinic-point-wrap .circle {
    display: inline-grid;
    color: #fff;
    background-color: #7fbe26;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    position: absolute;
    top: -30px;
    left: 43%;
    font-size: 130%;
    font-weight: bold; }

.clinic-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .clinic-index_item {
    width: calc(100% /2 - 2rem);
    padding: 2%; }
    .clinic-index_item a {
      border-top: 3px solid #981624;
      display: block;
      padding: 0;
      height: 100%;
      text-decoration: none;
      text-align: center;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .clinic-index_item a .index-title {
        font-weight: bold;
        height: 3em;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 115%;
        line-height: 1.3;
        color: #333; }
        @media screen and (max-width: 768px) {
          .clinic-index_item a .index-title {
            font-size: 90%; } }
      .clinic-index_item a .index-summary-image {
        position: relative;
        padding-bottom: 45%;
        overflow: hidden; }
        .clinic-index_item a .index-summary-image img {
          position: absolute;
          left: 0;
          top: 0;
          object-fit: cover;
          height: 100%;
          width: 100%;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all  0.4s; }
      .clinic-index_item a:hover .index-summary-image img {
        transform: scale(1.1); }
    @media screen and (max-width: 576px) {
      .clinic-index_item {
        width: 100%; } }

/*------------------------------------------------------
 個人情報保護方針
-------------------------------------------------------*/
dl.list-policy dt {
  border-bottom: dashed 2px #DCDCDC;
  font-size: 120%;
  padding-top: 20px;
  padding-bottom: 10px; }

/*------------------------------------------------------
 先輩の声
-------------------------------------------------------*/
.voice_face dl {
  /*dd.year,
  dd.works{
  	font-size: 90%;
  }*/ }
  .voice_face dl dt {
    margin-bottom: 1em; }
    .voice_face dl dt img {
      vertical-align: bottom;
      width: 160px; }
  .voice_face dl dd.name {
    font-weight: bold; }

.voice_message {
  padding: 2em;
  background: #f9ebec;
  border-radius: 5px;
  margin: 0 auto 2em; }
  .voice_message dl dt {
    font-weight: bold;
    font-size: 1.4em;
    border-bottom: 1px dashed #bf5670;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em; }

/*------------------------------------------------------
 学科紹介
-------------------------------------------------------*/
.course {
  /*--鍼灸マッサージ学科・鍼灸学科の3つのポイント---*/
  /*--先生・先輩からのメッセージ---*/ }
  .course h2.course-title {
    background: linear-gradient(90deg, #7fbe26, #fff697);
    color: #fff;
    font-weight: 500;
    border-bottom: none;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
    padding: 0.5em 0.5em 0.5em 5%;
    text-align: left;
    width: 50%;
    position: absolute;
    margin-top: 1.5em;
    left: 0;
    z-index: 2; }
    .course h2.course-title:after {
      display: none; }
    .course h2.course-title img {
      vertical-align: middle;
      margin-right: 0.5em;
      width: 2em; }
    @media screen and (max-width: 768px) {
      .course h2.course-title {
        position: relative;
        margin: 0 0 -1em 0;
        font-size: 120%;
        width: 95%;
        padding-left: 0.5em; } }
  .course .main-content {
    position: relative; }
    .course .main-content .main-col {
      margin-left: 5%;
      display: flex;
      z-index: 0;
      position: relative; }
      .course .main-content .main-col .main-photo {
        width: 55%; }
        .course .main-content .main-col .main-photo img {
          height: 100%;
          object-fit: cover; }
      .course .main-content .main-col .main-text {
        width: 45%; }
        .course .main-content .main-col .main-text .inner {
          max-width: 640px;
          margin: 5% auto;
          padding: 30px; }
      @media screen and (max-width: 768px) {
        .course .main-content .main-col {
          display: block;
          margin-left: 0; }
          .course .main-content .main-col .main-photo {
            width: 97%;
            margin: 0 0 0 auto; }
            .course .main-content .main-col .main-photo img {
              height: auto; }
          .course .main-content .main-col .main-text {
            width: 100%; }
            .course .main-content .main-col .main-text .inner {
              padding: 5%; } }
    .course .main-content dl.main {
      padding-bottom: 1em;
      margin-bottom: 2em;
      border-bottom: 1px solid #eee; }
      .course .main-content dl.main dt {
        font-weight: bold;
        font-size: 110%;
        color: #7fbe26; }
      .course .main-content dl.main dd {
        margin-bottom: 1em;
        position: relative; }
        .course .main-content dl.main dd span.year {
          font-size: 120%;
          font-weight: bold;
          display: inline-block;
          vertical-align: bottom; }
          .course .main-content dl.main dd span.year:first-letter {
            font-size: 200%;
            line-height: 1em;
            vertical-align: bottom; }
        .course .main-content dl.main dd span.time {
          font-weight: bold;
          margin: 0 2em; }
        .course .main-content dl.main dd span.max {
          font-weight: bold;
          background: #7fbe26;
          color: #fff;
          padding: 0.2em 1.5em;
          border-radius: 2em; }
        .course .main-content dl.main dd img {
          position: absolute;
          bottom: 0; }
      @media screen and (max-width: 768px) {
        .course .main-content dl.main dt {
          font-size: 100%; }
        .course .main-content dl.main dd {
          font-size: 90%; }
          .course .main-content dl.main dd img {
            position: relative; } }
    .course .main-content .recruit-mes h5 {
      font-weight: bold;
      color: #044994;
      font-size: 200%; }
    .course .main-content .recruit-mes .ratio {
      font-size: 600%;
      font-weight: bold;
      color: #044994;
      line-height: 1.2em; }
      .course .main-content .recruit-mes .ratio span.ratio-p {
        font-size: 65%; }
      .course .main-content .recruit-mes .ratio span.ratio-year {
        font-size: 16px; }
    .course .main-content .recruit-mes h6 {
      font-weight: bold;
      color: #044994;
      margin-bottom: 0.5em; }
      .course .main-content .recruit-mes h6:before {
        content: "";
        width: 0.7em;
        height: 0.7em;
        background: #044994;
        margin-right: 0.3em;
        display: inline-block;
        vertical-align: middle; }
    .course .main-content .recruit-mes p.company-list {
      line-height: 1.8;
      font-size: 90%; }
    @media screen and (max-width: 768px) {
      .course .main-content .recruit-mes h5 {
        font-size: 140%; }
      .course .main-content .recruit-mes .ratio {
        font-size: 400%; } }
    .course .main-content .main-copy {
      background: #7fbe26;
      color: #fff;
      padding: 3em;
      margin-left: -20%;
      position: relative;
      z-index: 2;
      margin-bottom: 3em; }
      .course .main-content .main-copy p {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        font-size: 110%;
        line-height: 1.8; }
      .course .main-content .main-copy p.title {
        font-weight: bold;
        font-size: 200%;
        margin-bottom: 0.5em;
        padding-right: 3.5em;
        background-image: url("../img/course/chara.png");
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 3em; }
      @media screen and (max-width: 768px) {
        .course .main-content .main-copy {
          padding: 1.5em;
          margin-left: 0; }
          .course .main-content .main-copy p {
            font-size: 90%; }
          .course .main-content .main-copy p.title {
            font-size: 150%; } }
  .course .shikaku {
    padding: 100px 10px;
    background: #f8f8d4; }
    @media screen and (max-width: 768px) {
      .course .shikaku {
        padding: 50px 10px; } }
    .course .shikaku dl.shikaku-list {
      max-width: 720px;
      margin-left: auto; }
      .course .shikaku dl.shikaku-list dt {
        font-size: 150%;
        color: #222;
        border-bottom: 1px dashed #aaa;
        padding-bottom: 0.7em;
        margin-bottom: 0.7em; }
        .course .shikaku dl.shikaku-list dt:first-letter {
          font-size: 130%;
          line-height: 1em;
          vertical-align: bottom;
          color: #00498a;
          letter-spacing: 0.2em; }
        @media screen and (max-width: 768px) {
          .course .shikaku dl.shikaku-list dt {
            font-size: 120%; } }
      .course .shikaku dl.shikaku-list dd {
        margin-bottom: 1.5em; }
        .course .shikaku dl.shikaku-list dd ul {
          list-style: none;
          display: flex;
          flex-wrap: wrap; }
          .course .shikaku dl.shikaku-list dd ul li {
            list-style: none;
            margin: 0 2em 0.5em 0; }
            .course .shikaku dl.shikaku-list dd ul li:before {
              content: "";
              width: 0.7em;
              height: 0.7em;
              border-radius: 50%;
              background: #7fbe26;
              display: inline-block;
              margin-right: 0.3em; }
    .course .shikaku .kyouiku {
      padding: 20px;
      background: #fff; }
      .course .shikaku .kyouiku h3 {
        margin-bottom: 1em; }
  .course .point {
    padding: 100px 10px; }
    @media screen and (max-width: 768px) {
      .course .point {
        padding: 50px 10px; } }
    .course .point .point-wrap .point-img img {
      vertical-align: bottom;
      border-radius: 50%; }
    .course .point .point-wrap .point-content {
      max-width: 720px; }
      .course .point .point-wrap .point-content h3 {
        padding-left: 3em;
        position: relative;
        text-align: left;
        line-height: 1.7;
        margin-bottom: 1.5em;
        min-height: 3em;
        font-weight: bold; }
        .course .point .point-wrap .point-content h3 .num {
          position: absolute;
          left: 0;
          top: 0;
          color: #7fbe26;
          font-size: 5em;
          padding: 0;
          background: none;
          line-height: 0.7; }
        .course .point .point-wrap .point-content h3:before, .course .point .point-wrap .point-content h3:after {
          display: none; }
      .course .point .point-wrap .point-content p {
        padding-left: 2em; }
    .course .point .point-wrap .point_1 {
      display: flex; }
      .course .point .point-wrap .point_1 .point-img {
        width: 40%;
        margin-left: 5%;
        text-align: center; }
        .course .point .point-wrap .point_1 .point-img img {
          box-shadow: -10px -10px 0 5px #7fbe26;
          max-width: 600px;
          width: 100%; }
      .course .point .point-wrap .point_1 .point-content {
        width: 40%;
        margin-left: 5%;
        display: flex;
        align-items: center; }
      @media screen and (max-width: 768px) {
        .course .point .point-wrap .point_1 {
          display: block; }
          .course .point .point-wrap .point_1 .point-img {
            width: 100%;
            margin: 0; }
            .course .point .point-wrap .point_1 .point-img img {
              width: 70%; }
          .course .point .point-wrap .point_1 .point-content {
            margin: 0;
            margin-top: 2em;
            margin-bottom: 4em;
            width: 100%; } }
    .course .point .point-wrap .point_2 {
      display: flex;
      flex-direction: row-reverse; }
      .course .point .point-wrap .point_2 .point-img {
        width: 35%;
        margin-right: 5%;
        text-align: center; }
        .course .point .point-wrap .point_2 .point-img img {
          box-shadow: 10px 10px 0 3px #7fbe26;
          max-width: 450px;
          width: 100%; }
      .course .point .point-wrap .point_2 .point-content {
        width: 50%;
        margin-right: 5%;
        display: flex;
        align-items: center; }
      @media screen and (max-width: 768px) {
        .course .point .point-wrap .point_2 {
          display: block; }
          .course .point .point-wrap .point_2 .point-img {
            width: 100%;
            margin: 0; }
            .course .point .point-wrap .point_2 .point-img img {
              width: 70%; }
          .course .point .point-wrap .point_2 .point-content {
            margin: 0;
            margin-top: 2em;
            margin-bottom: 4em;
            width: 100%; } }
    .course .point .point-wrap .point_3 {
      display: flex; }
      .course .point .point-wrap .point_3 .point-img {
        width: 35%;
        margin-left: 5%;
        text-align: center; }
        .course .point .point-wrap .point_3 .point-img img {
          box-shadow: -10px -10px 0 5px #7fbe26;
          max-width: 400px;
          width: 100%; }
      .course .point .point-wrap .point_3 .point-content {
        width: 45%;
        margin-left: 5%;
        display: flex;
        align-items: center; }
      @media screen and (max-width: 768px) {
        .course .point .point-wrap .point_3 {
          display: block; }
          .course .point .point-wrap .point_3 .point-img {
            width: 100%;
            margin: 0; }
            .course .point .point-wrap .point_3 .point-img img {
              width: 70%; }
          .course .point .point-wrap .point_3 .point-content {
            margin: 0;
            margin-top: 2em;
            width: 100%; } }
  .course .message {
    padding: 100px 10px;
    background: #f8f8d4; }
    @media screen and (max-width: 768px) {
      .course .message {
        padding: 50px 10px; } }
  .course .achievement {
    padding: 100px 10px; }
    @media screen and (max-width: 768px) {
      .course .achievement {
        padding: 50px 10px; } }
  .course dl.achievement-list {
    max-width: 1100px;
    margin: auto; }
    .course dl.achievement-list dt {
      width: 7em;
      float: left;
      clear: left;
      display: inline;
      font-size: 16px;
      margin: 0 0 0.8em 0;
      line-height: 2; }
      .course dl.achievement-list dt:before {
        content: "";
        display: inline-block;
        width: 0.7em;
        height: 0.7em;
        margin-right: 0.5em;
        background: #7fbe26;
        vertical-align: middle; }
    .course dl.achievement-list dd {
      float: left;
      margin: 0 0 2em 0;
      line-height: 2;
      max-width: 980px; }
      @media screen and (max-width: 768px) {
        .course dl.achievement-list dd {
          font-size: 90%;
          padding: 0.5em; } }
    .course dl.achievement-list:after {
      content: "";
      display: block;
      clear: both; }

.message-box {
  background: #f6f6f6;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-wrap: wrap; }
  .message-box h3.message-title {
    margin-top: -0.7em;
    width: 100%;
    line-height: 1.4em;
    font-weight: bold;
    display: block;
    font-size: 200%; }
    @media screen and (max-width: 768px) {
      .message-box h3.message-title {
        font-size: 150%; } }
    .message-box h3.message-title:after, .message-box h3.message-title:before {
      display: none; }
    .message-box h3.message-title > span {
      display: inline-block;
      background-image: url("../img/course/title_icon_01_r.svg"), url("../img/course/title_icon_01_l.svg");
      background-size: 1.4em;
      background-position: center right ,center left;
      background-repeat: no-repeat;
      background-color: rgba(255, 255, 255, 0);
      letter-spacing: 0.2em;
      padding: 0 2em; }
      .message-box h3.message-title > span > span {
        padding: 0;
        font-size: 150%;
        background-color: rgba(255, 255, 255, 0); }
        .message-box h3.message-title > span > span.sensei {
          color: #DD7C00; }
        .message-box h3.message-title > span > span.senpai {
          color: #006ecd; }
        .message-box h3.message-title > span > span.sotugyou {
          color: #fb6161; }
  .message-box .face {
    width: 32%; }
    .message-box .face img {
      vertical-align: bottom;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center bottom; }
    @media screen and (max-width: 768px) {
      .message-box .face {
        width: 100%; }
        .message-box .face img {
          width: 50%;
          margin: auto;
          display: block; } }
  .message-box .text {
    width: 68%; }
    .message-box .text .inner {
      max-width: 720px;
      margin: 3em auto; }
      .message-box .text .inner h4 {
        font-size: 160%;
        margin-bottom: 0.8em;
        background: none;
        border-bottom: 1px solid #7fbe26;
        padding: 0 0 0.7em 0;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          .message-box .text .inner h4 {
            font-size: 120%; } }
    .message-box .text .name-box {
      background: #7fbe26;
      color: #fff;
      font-weight: bold;
      padding: 1.5em 1.5em 1.5em 3em;
      position: relative;
      max-width: 720px;
      margin-left: auto;
      margin-bottom: 2em; }
      .message-box .text .name-box:after {
        position: absolute;
        border-left: 1px solid #fff;
        display: block;
        content: "";
        top: 1.5em;
        left: 1.5em;
        bottom: 1.5em; }
      .message-box .text .name-box p.name {
        margin: 0;
        font-size: 200%; }
        @media screen and (max-width: 768px) {
          .message-box .text .name-box p.name {
            font-size: 160%; } }
    @media screen and (max-width: 768px) {
      .message-box .text {
        width: 100%;
        font-size: 90%; }
        .message-box .text .inner {
          padding: 20px;
          margin: 0 auto; }
        .message-box .text .name-box {
          margin-left: 20px; } }

/*柔道*/
.course.judo {
  /*--鍼灸マッサージ学科・鍼灸学科の3つのポイント---*/
  /*--先生・先輩からのメッセージ---*/ }
  .course.judo h2.course-title {
    background: linear-gradient(90deg, #7293aa, #bce1e2); }
  .course.judo .main-content dl.main dt {
    color: #7293aa; }
  .course.judo .main-content dl.main dd span.max {
    background: #7293aa; }
  .course.judo .main-content .main-copy {
    background: #7293aa; }
    .course.judo .main-content .main-copy p.title {
      background-image: url("../img/course/judo/chara.png");
      background-repeat: no-repeat;
      background-position: bottom right;
      background-size: auto 100%; }
  .course.judo .shikaku dl.shikaku-list dd ul li:before {
    background: #7293aa; }
  .course.judo .point .point-wrap .point-content h3 .num {
    color: #7293aa; }
  .course.judo .point .point-wrap .point_1 .point-img img {
    box-shadow: -10px -10px 0 5px #7293aa; }
  .course.judo .point .point-wrap .point_2 .point-img img {
    box-shadow: 10px 10px 0 3px #7293aa; }
  .course.judo .point .point-wrap .point_3 .point-img img {
    box-shadow: -10px -10px 0 5px #7293aa; }
  .course.judo .message-box h3.message-title > span {
    display: inline-block;
    background-image: url("../img/course/judo/title_icon_01_r.svg"), url("../img/course/judo/title_icon_01_l.svg");
    background-size: 1.4em;
    background-position: center right ,center left;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0); }
  .course.judo .message-box .text .inner h4 {
    border-bottom: 1px solid #7293aa; }
  .course.judo .message-box .text .name-box {
    background: #7293aa; }
  .course.judo dl.achievement-list dt:before {
    background: #7293aa; }

/*理学療法学科*/
.course.physiotherapy {
  /*--鍼灸マッサージ学科・鍼灸学科の3つのポイント---*/
  /*--先生・先輩からのメッセージ---*/ }
  .course.physiotherapy h2.course-title {
    background: linear-gradient(90deg, #5dc2d0, #cbe1a2); }
  .course.physiotherapy .main-content dl.main dt {
    color: #5dc2d0; }
  .course.physiotherapy .main-content dl.main dd span.max {
    background: #5dc2d0; }
  .course.physiotherapy .main-content .main-copy {
    background: #5dc2d0; }
    .course.physiotherapy .main-content .main-copy p.title {
      background-image: url("../img/course/physiotherapy/chara.png");
      background-repeat: no-repeat;
      background-position: bottom right;
      background-size: auto 100%; }
  .course.physiotherapy .shikaku dl.shikaku-list dd ul li:before {
    background: #5dc2d0; }
  .course.physiotherapy .point .point-wrap .point-content h3 .num {
    color: #5dc2d0; }
  .course.physiotherapy .point .point-wrap .point_1 .point-img img {
    box-shadow: -10px -10px 0 5px #5dc2d0; }
  .course.physiotherapy .point .point-wrap .point_2 .point-img img {
    box-shadow: 10px 10px 0 3px #5dc2d0; }
  .course.physiotherapy .point .point-wrap .point_3 .point-img img {
    box-shadow: -10px -10px 0 5px #5dc2d0; }
  .course.physiotherapy .message-box h3.message-title > span {
    display: inline-block;
    background-image: url("../img/course/physiotherapy/title_icon_01_r.svg"), url("../img/course/physiotherapy/title_icon_01_l.svg");
    background-size: 1.4em;
    background-position: center right ,center left;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0); }
  .course.physiotherapy .message-box .text .inner h4 {
    border-bottom: 1px solid #5dc2d0; }
  .course.physiotherapy .message-box .text .name-box {
    background: #5dc2d0; }
  .course.physiotherapy dl.achievement-list dt:before {
    background: #5dc2d0; }

/*作業療法学科*/
.course.occupational {
  /*--鍼灸マッサージ学科・鍼灸学科の3つのポイント---*/
  /*--先生・先輩からのメッセージ---*/ }
  .course.occupational h2.course-title {
    background: linear-gradient(90deg, #f5a32d, #f6c7ce); }
  .course.occupational .main-content dl.main dt {
    color: #f5a32d; }
  .course.occupational .main-content dl.main dd span.max {
    background: #f5a32d; }
  .course.occupational .main-content .main-copy {
    background: #f5a32d; }
    .course.occupational .main-content .main-copy p.title {
      background-image: url("../img/course/occupational/chara.png");
      background-repeat: no-repeat;
      background-position: bottom right;
      background-size: auto 100%; }
  .course.occupational .shikaku dl.shikaku-list dd ul li:before {
    background: #f5a32d; }
  .course.occupational .point .point-wrap .point-content h3 .num {
    color: #f5a32d; }
  .course.occupational .point .point-wrap .point_1 .point-img img {
    box-shadow: -10px -10px 0 5px #f5a32d; }
  .course.occupational .point .point-wrap .point_2 .point-img img {
    box-shadow: 10px 10px 0 3px #f5a32d; }
  .course.occupational .point .point-wrap .point_3 .point-img img {
    box-shadow: -10px -10px 0 5px #f5a32d; }
  .course.occupational .message-box h3.message-title > span {
    display: inline-block;
    background-image: url("../img/course/occupational/title_icon_01_r.svg"), url("../img/course/occupational/title_icon_01_l.svg");
    background-size: 1.4em;
    background-position: center right ,center left;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0); }
  .course.occupational .message-box .text .inner h4 {
    border-bottom: 1px solid #f5a32d; }
  .course.occupational .message-box .text .name-box {
    background: #f5a32d; }
  .course.occupational dl.achievement-list dt:before {
    background: #f5a32d; }

/*看護学科*/
.course.nursing {
  /*--鍼灸マッサージ学科・鍼灸学科の3つのポイント---*/
  /*--先生・先輩からのメッセージ---*/ }
  .course.nursing h2.course-title {
    background: linear-gradient(90deg, #bad4ee, #f09199); }
  .course.nursing .main-content dl.main dt {
    color: #F09199; }
  .course.nursing .main-content dl.main dd span.max {
    background: #F09199; }
  .course.nursing .main-content .main-copy {
    background: #F09199; }
    .course.nursing .main-content .main-copy p.title {
      background-image: url("../img/course/nursing/chara.png");
      background-repeat: no-repeat;
      background-position: bottom right;
      background-size: auto 100%; }
  .course.nursing .shikaku dl.shikaku-list dd ul li:before {
    background: #F09199; }
  .course.nursing .point .point-wrap .point-content h3 .num {
    color: #F09199; }
  .course.nursing .point .point-wrap .point_1 .point-img img {
    box-shadow: -10px -10px 0 5px #F09199; }
  .course.nursing .point .point-wrap .point_2 .point-img img {
    box-shadow: 10px 10px 0 3px #F09199; }
  .course.nursing .point .point-wrap .point_3 .point-img img {
    box-shadow: -10px -10px 0 5px #F09199; }
  .course.nursing .message-box h3.message-title > span {
    display: inline-block;
    background-image: url("../img/course/nursing/title_icon_01_r.svg"), url("../img/course/nursing/title_icon_01_l.svg");
    background-size: 1.4em;
    background-position: center right ,center left;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0); }
  .course.nursing .message-box .text .inner h4 {
    border-bottom: 1px solid #F09199; }
  .course.nursing .message-box .text .name-box {
    background: #F09199; }
  .course.nursing dl.achievement-list dt:before {
    background: #F09199; }

/*看護学科*/
.course.sports {
  /*--鍼灸マッサージ学科・鍼灸学科の3つのポイント---*/
  /*--先生・先輩からのメッセージ---*/ }
  .course.sports h2.course-title {
    background: linear-gradient(90deg, #5dc2d0, #cbe1a2); }
  .course.sports .main-content dl.main dt {
    color: #698bac; }
  .course.sports .main-content dl.main dd span.max {
    background: #698bac; }
  .course.sports .main-content .main-copy {
    background: #698bac; }
    .course.sports .main-content .main-copy p.title {
      background-image: url("../img/course/sports/chara.png");
      background-repeat: no-repeat;
      background-position: bottom right;
      background-size: auto 100%; }
  .course.sports .shikaku dl.shikaku-list dd ul li:before {
    background: #698bac; }
  .course.sports .point .point-wrap .point-content h3 .num {
    color: #698bac; }
  .course.sports .point .point-wrap .point_1 .point-img img {
    box-shadow: -10px -10px 0 5px #698bac; }
  .course.sports .point .point-wrap .point_2 .point-img img {
    box-shadow: 10px 10px 0 3px #698bac; }
  .course.sports .point .point-wrap .point_3 .point-img img {
    box-shadow: -10px -10px 0 5px #698bac; }
  .course.sports .message-box h3.message-title > span {
    display: inline-block;
    background-image: url("../img/course/sports/title_icon_01_r.svg"), url("../img/course/sports/title_icon_01_l.svg");
    background-size: 1.4em;
    background-position: center right ,center left;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0); }
  .course.sports .message-box .text .inner h4 {
    border-bottom: 1px solid #698bac; }
  .course.sports .message-box .text .name-box {
    background: #698bac; }
  .course.sports dl.achievement-list dt:before {
    background: #698bac; }

/*---癒しのツボ---*/
.next-heal-area {
  margin: 0 auto 2rem;
  border-radius: 10px;
  padding: 2rem;
  background: #def2ca; }
  .next-heal-area .next-heal-days {
    background: #FFF;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    border-radius: 10px; }
    .next-heal-area .next-heal-days .next-day {
      border-bottom: #CCC 2px dashed;
      margin-bottom: 0.5rem;
      padding-bottom: 0.5rem; }

/*---
 社会人ページ
---------------------------------------------------*/
.restart .border-note {
  border: solid 1px #316FBB; }
  .restart .border-note .title {
    width: 70px;
    color: #FFF;
    background: #316FBB;
    padding: 5px;
    border-radius: 0 0 8px 0; }
.restart .senior_box {
  border-bottom: solid 5px #316FBB;
  padding-bottom: 10px; }
  .restart .senior_box .entry_tag {
    width: calc(30% - 10px);
    min-height: 2.8rem;
    color: #FFF;
    border-radius: 6px;
    padding: 5px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center; }

.font_blue2 {
  color: #316FBB; }

/*---
 大学併修ページ
---------------------------------------------------*/
/*角丸タイトル*/
.uni-title {
  background: #1F2C5F;
  border-radius: 10px;
  max-width: 300px;
  text-align: center;
  color: #FFF;
  padding: 5px;
  margin: 0 auto; }

.uni-test-border {
  background: linear-gradient(transparent 60%, #FDCF00 30%); }

.uni-text01 {
  background: url("../img/university/bgimage-01.gif"); }

.font_ruby {
  color: #AA1F24; }

.font_navy {
  color: #1e2571; }

.mrem1spn {
  margin-right: 1rem; }
  @media screen and (max-width: 768px) {
    .mrem1spn {
      margin-right: 0; } }

.uni-border-ruby {
  border: solid 1px #AA1F24;
  border-radius: 10px;
  text-align: center;
  padding: 5px 10px;
  margin: 0 auto; }

.uni-letter-space {
  letter-spacing: .3rem; }

.uni-4years-area {
  background: url("../img/university/bgimage-01.gif");
  background-size: cover;
  padding: 10px 0;
  margin: 0 auto 2rem;
  width: 90%;
  max-width: 800px; }
  .uni-4years-area .uni-4years {
    background: #1F2C5F;
    padding: 15px 10px;
    color: #FFF;
    font-weight: bold;
    text-align: center; }

.uni-flex {
  display: flex; }

a.btn-uni {
  background: #EAE8D1;
  color: #333;
  border-radius: 20px;
  text-decoration: none;
  margin: 10px;
  padding: 10px 15px;
  display: block; }
  a.btn-uni:hover {
    background: #D7C29F; }

dl.uni-name dt {
  margin: 10px 0 0 5px; }
dl.uni-name dd {
  margin: 10px 0 0 5px; }
  dl.uni-name dd:last-child {
    margin: 10px 0 0 5px; }

/* 影付き吹き出し・全共通 */
.balloon {
  position: relative;
  width: 100%;
  /* 幅 */
  min-height: 60px;
  /* 最小の高さ */
  margin: 20px;
  /* 外側の余白 */
  padding: 10px 20px;
  /* 内側の余白 */ }

.balloon::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  /* 吹き出しサイズ */ }

.balloon::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.balloon > * {
  position: relative;
  z-index: 3; }

.balloon,
.balloon::after {
  border-radius: 10px;
  /* 角の丸め方 */ }

.balloon,
.balloon::before {
  box-shadow: 0 0 10px 0 rgba(163, 163, 163, 0.5);
  /* ぼかし距離(第3引数)，拡散距離(第4引数)，色(第5引数) */ }

.balloon,
.balloon::before,
.balloon::after {
  background: #fff; }

/* 吹き出し・下辺左側 */
.balloon--bottom_left::before {
  bottom: -10px;
  left: 40px;
  /* 位置 */
  transform: rotate(45deg) skew(20deg, 20deg);
  /* 傾斜角(skew) */ }

.uni-ball-area {
  position: relative; }

.uni-ball-photo {
  position: absolute;
  top: -10px;
  right: 0; }
  @media screen and (max-width: 768px) {
    .uni-ball-photo {
      top: 30px; } }
  .uni-ball-photo img {
    max-width: 200px; }
    @media screen and (max-width: 768px) {
      .uni-ball-photo img {
        max-width: 150px; } }

/*囲み罫*/
.border-with-dots {
  border: 2px solid #F5B6BE;
  /* 枠線の色と太さ */
  position: relative; }

.border-with-dots::before, .border-with-dots::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #F5B6BE;
  /* ●の色 */
  border-radius: 50%; }

.border-with-dots::before {
  top: -5px;
  left: -5px; }

.border-with-dots::after {
  bottom: -5px;
  right: -5px; }

.border-with-dots2 {
  border: 2px solid #F5B6BE;
  /* 枠線の色と太さ */
  padding: 20px;
  position: relative; }

.border-with-dots2::before, .border-with-dots2::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #F5B6BE;
  /* ●の色 */
  border-radius: 50%; }

.border-with-dots2::before {
  bottom: -5px;
  left: -5px; }

.border-with-dots2::after {
  top: -5px;
  right: -5px; }

/*---
 大学併修ページ
---------------------------------------------------*/
.apartment .cover-blue {
  background: #F2F6F9;
  padding: 30px 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw); }
.apartment h3 {
  display: block;
  color: #72AAC0;
  text-align: center;
  margin: 2rem auto 1.5rem;
  border-bottom: solid 4px #72AAC0;
  font-weight: bold;
  max-width: 460px;
  padding-bottom: 5px; }
  .apartment h3:after, .apartment h3:before {
    border: none; }
  .apartment h3 img {
    margin-right: 10px; }
.apartment .font-dull-blue {
  color: #72AAC0; }
.apartment .font-dull-orenge {
  color: #FE8C2A; }
.apartment .auxiliary {
  border-radius: 10px;
  margin: 0 auto 10vh;
  padding: 1rem;
  background: #FFF;
  text-align: center;
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.22);
  max-width: 1080px; }
  .apartment .auxiliary .special {
    border-radius: 20px;
    background: #FE8C2A;
    color: #FFF;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px;
    transform: rotate(10deg); }
.apartment .system {
  display: flex;
  justify-content: space-between;
  margin: 1rem auto 10vh;
  max-width: 1080px; }
  @media screen and (max-width: 576px) {
    .apartment .system {
      flex-direction: column; } }
  .apartment .system .item {
    width: calc(100% / 3 - 20px);
    background: #FFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.22);
    color: #295260;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s; }
    @media screen and (max-width: 576px) {
      .apartment .system .item {
        width: 90%;
        margin: 0 auto 1.5rem; } }
    .apartment .system .item.orenge {
      border-top: solid 5px #FE8C2A; }
    .apartment .system .item.blue {
      border-top: solid 5px #72AAC0; }
    .apartment .system .item:hover {
      transform: translateY(-5px);
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.32); }
    .apartment .system .item h5 {
      display: flex;
      width: 90%;
      align-items: center;
      justify-content: center;
      color: #295260;
      font-weight: bold; }
      .apartment .system .item h5 .number {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #72AAC0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #FFF;
        font-weight: bold;
        font-size: 22px;
        margin: 0 10px 0 0; }
        .apartment .system .item h5 .number.orenge {
          background: #FE8C2A; }
    .apartment .system .item .inner {
      margin: 10px auto;
      width: 90%; }
    .apartment .system .item .icon {
      border-top: solid 1px #e1e1e1;
      padding: 1rem 0; }
      .apartment .system .item .icon .inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 10px; }
        .apartment .system .item .icon .inner img {
          width: 20px;
          margin-right: 10px; }
        .apartment .system .item .icon .inner p {
          width: calc(100% - 30px);
          margin: 0; }
    .apartment .system .item .money {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: bold;
      border-bottom: solid 1px #CCC;
      margin: 0 auto 10px;
      padding: 10px 0; }
    .apartment .system .item .tag-area span {
      background: #EEE;
      display: inline-block;
      padding: 5px 10px;
      border-radius: 20px;
      font-size: 90%;
      margin: 0 10px 10px 0; }
.apartment .wrap-item {
  border-radius: 10px;
  margin: 0 auto 10vh;
  padding: 1.5rem;
  background: #FFF;
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.22); }
  .apartment .wrap-item h5 {
    display: flex;
    align-items: center;
    color: #72AAC0;
    font-weight: bold; }
    .apartment .wrap-item h5 img {
      margin-right: 10px; }
.apartment .simulation table {
  width: 100%;
  color: #295260; }
  .apartment .simulation table tr {
    border-bottom: solid 1px #DDD; }
  .apartment .simulation table th, .apartment .simulation table td {
    padding: 15px 10px;
    text-align: center; }
    .apartment .simulation table th span, .apartment .simulation table td span {
      font-weight: bold; }
  .apartment .simulation table th {
    color: #72AAC0;
    background: #F2F6F9;
    font-weight: bold; }
  .apartment .simulation table tr:nth-child(2n+1) {
    background-color: #FFF; }
  .apartment .simulation table tr:nth-child(2n) {
    background-color: #fafafa; }
.apartment .op-ad {
  background: #FE8C2A;
  background-image: url("../img/about/residence/pattern_sankaku_orange.jpg");
  color: #FFF;
  font-weight: bold;
  border-radius: 30px;
  padding: 1.5rem 2rem; }
  .apartment .op-ad a {
    display: block;
    background: #FFF;
    border-radius: 20px;
    text-decoration: none;
    color: #FE8C2A;
    padding: 10px 20px;
    width: 100%;
    max-width: 320px;
    margin: 15px 0 0;
    text-align: center;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.12); }
    .apartment .op-ad a:hover {
      background: #FFEEDC; }
    @media screen and (max-width: 576px) {
      .apartment .op-ad a {
        margin-bottom: 10px; } }
  .apartment .op-ad img {
    border-radius: 15px; }
.apartment .qa-wrap {
  /* 質問 */
  /* --質問の＋アイコン */
  /* 答え */
  /* 質問を開いた時の仕様 */
  /* --答えの高さ */
  /* 質問をクリックした時の+の動き */ }
  .apartment .qa-wrap .cp_actab {
    position: relative;
    width: 100%;
    margin: 0 0 1em 0;
    color: #295260; }
  .apartment .qa-wrap .cp_actab input {
    display: none; }
  .apartment .qa-wrap .cp_actab label {
    font-weight: bold;
    line-height: 1.6em;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 2em 1em 1em;
    cursor: pointer;
    text-indent: 1em;
    border-radius: 0.5em;
    background: #FFF;
    color: #295260; }
  .apartment .qa-wrap .cp_actab label {
    border-left: solid 5px #72AAC0; }
    .apartment .qa-wrap .cp_actab label.active {
      border-left-color: #FE8C2A;
      border-radius: 0.5em 0.5em 0.5em 0; }
  .apartment .qa-wrap .cp_actab label:hover {
    transition: all 0.3s; }
  .apartment .qa-wrap .cp_actab label::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '+';
    font-size: 1.7em;
    font-weight: bold;
    line-height: 2em;
    display: inline-block;
    width: 2em;
    height: 2em;
    transition: transform 0.3s;
    color: #72AAC0; }
  .apartment .qa-wrap .cp_actab .cp_actab-content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    padding: 0 0 0 2em;
    border-radius: 0 0 0.5em 0.5em;
    transition: max-height 0.2s;
    opacity: 0;
    transition: opacity 0.2s; }
  .apartment .qa-wrap .cp_actab .cp_actab-content p {
    margin: 1em 1em 1em 0; }
  .apartment .qa-wrap .cp_actab input:checked ~ .cp_actab-content {
    max-height: 40em;
    background: #FFF;
    opacity: 1;
    transition: max-height 0.2s, opacity 0.2s; }
  .apartment .qa-wrap .cp_actab input[type=checkbox]:checked + label::after {
    transform: rotateZ(45deg);
    transform-origin: 50% 50%; }
  .apartment .qa-wrap a {
    background: #6BA3BC;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    padding: 1rem 2rem;
    display: block;
    margin: 0 auto;
    color: #FFF;
    max-width: 400px;
    font-weight: bold;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.12);
    transition: all 0.5s; }
    .apartment .qa-wrap a:hover {
      background: #295260;
      transform: translateY(-3px);
      box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.22); }

.oc-month-links a.btn-oc-month {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 10px;
  background: #7fbe26;
  color: #FFF;
  text-decoration: none;
  padding: 15px 10px;
  text-align: center;
  font-weight: bold; }
  .oc-month-links a.btn-oc-month:hover {
    opacity: 0.7; }
  .oc-month-links a.btn-oc-month.oc-month-green1 {
    background: #7fbe26; }
  .oc-month-links a.btn-oc-month.oc-month-green2 {
    background: #23C888; }
  .oc-month-links a.btn-oc-month.oc-month-green3 {
    background: #0CA7A4; }
  .oc-month-links a.btn-oc-month span {
    display: flex;
    justify-content: center;
    align-items: center; }
  .oc-month-links a.btn-oc-month img {
    margin-left: 10px; }
