@charset "UTF-8";
@media only screen and (max-width:750px) {
  body {
    font-size: 1.6rem;
  }
  #wrapper {
    padding-bottom: 90px;
  }
  header {
    width: 100%;
    background-image: url("../img/mv_sp.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    aspect-ratio: 750 / 850;
    height: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .drawer {
    width: 50%;
  }
  .drawer-inner {
    padding: 18vw 10vw 10vw 10vw;
  }
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  section {
    padding: 12vw 0;
  }
  section.about h2 {
    font-size: 6vw;
    margin-bottom: 5vw;
  }
  section.about ul li {
    width: 100%;
  }
  section.learning h2 {
    font-size: 8vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }
  section.learning h2 span {
    font-size: 4vw;
    vertical-align: 42%;
  }
  section.learning ul.text li {
    font-size: 4.6vw;
    line-height: 1.6;
    padding-bottom: 3vw;
    padding-left: 1.6em;
    text-indent: -1.6em;
  }
  section.learning ul.text::after {
    right: -4vw;
    bottom: 50vw;
    transform: scale(0.7);
  }
  section.learning ul.book_list li {
    width: 100%;
  }
    section.learning ul.book_list li h3 {
    font-size: 7vw;
  }
    
    section.learning ul.book_list li h3 span {
    font-size: 6vw;
}
  section.learning ul.book_list {
    gap: 8vw 0;
  }
  section.benefit .box {
    max-width: 1000px;
    width: 100%;
    padding: 12vw 5vw 13vw;
  }
  section.benefit .box::before {
    left: 50%;
    transform: translateX(-50%) scale(0.6);
    top: -3rem;
  }
  section.benefit h3 {
    font-size: 6vw;
  }
  section.benefit h3::before {
    left: -1rem;
    bottom: 9.4rem;
    transform: scale(0.7);
  }
  section.benefit p {
    margin-top: 5vw;
  }
  section.benefit .box::after {
    right: -15vw;
    bottom: -25vw;
    transform: scale(0.6);
  }
  section.evidence {
    padding-bottom: 0;
  }
  section.evidence .inner {
    width: 100%;
  }
  section.evidence figure img.announcement_sp {
    width: 90%;
    margin: 0 auto;
  }
  section.evidence h2 {
    font-size: 6vw;
    line-height: 1.3;
    margin-bottom: 5vw;
  }
  section.evidence .hirooka_info {
    width: 100%;
  }
  section.evidence .hirooka_info figure {
    width: 80%;
  }
  section.evidence .hirooka_info .text_area {
    width: 90%;
    margin: 5vw auto 0;
  }
  section.evidence .hirooka_info .text_area .name {
    font-size: 6vw;
    margin-bottom: 1vw;
  }
  section.evidence .hirooka_info .text_area .academic {
    margin-top: 3vw;
  }
  section.evidence .hirooka_info {
    margin: 6vw auto;
  }
  .accordion {
    padding: 4vw;
  }
  .accordion_wrap {
    background-color: #fff;
  }
  .accordion-header {
    font-size: 3.8vw;
  }
  .accordion-header::before, .accordion-header::after {
    right: 10px;
  }
  .accordion-content span {
    gap: 2rem 0;
    padding: 6vw;
  }
  section.evidence .questionnaire ul.color_list {
    width: 86%;
    margin: 4vw auto;
    gap: min(2vw, 1rem) 4%;
  }
  section.evidence .questionnaire ul.color_list li {
    width: 100%;
    gap: 2vw;
  }
  section.evidence .questionnaire ul.color_list li figure {
    width: 6vw;
  }
    
    section.evidence .questionnaire ul.color_list li p {
    font-size: min(4vw,15px);
  }
  section.evidence .questionnaire .point_list > li {
    padding: 8vw 6vw;
  }
  section.evidence .questionnaire .point_list li.point1 h4 figure {
    width: 30vw;
  }
  section.evidence .questionnaire .point_list li.point2 h4 figure {
    width: 31vw;
  }
  section.evidence .questionnaire .point_list .point1::before {
    right: 1vw;
    top: -2%;
    transform: scale(0.7);
  }
  section.evidence .questionnaire .point_list .point2::before {
    left: 1vw;
    top: -3%;
    transform: scale(0.7);
  }
  section.evidence .questionnaire .point_list li p.copy {
    margin-top: 2vw;
  }
  section.evidence .questionnaire .point_list li h4 p {
    font-size: 6.4vw;
    text-align: center;
    letter-spacing: 0;
  }
  section.evidence .questionnaire .point_list ul.graph_list {
    margin: 4vw auto 0;
  }
  section.evidence .questionnaire .point_list ul.graph_list li {
    width: 87%;
  }
  section.evidence .questionnaire {
    padding: 10vw 0;
  }
  section.evidence .questionnaire h3 {
    font-size: 5.5vw;
    margin-bottom: 1rem;
  }
  section.evidence .questionnaire p.supplement {
    margin: 0 5vw;
  }
  section.recommend h2 {
    font-size: 6vw;
  }
  section.recommend h2::before {
    transform: scale(0.7);
    left: -24vw;
    top: -24vw;
  }
  section.recommend ul {
    width: 100%;
    margin: 8vw auto 0;
  }
  section.recommend li {
    width: 90%;
    margin: 0 auto;
  }
  section.recommend .text_area h3 {
    font-size: 6vw;
  }
  section.recommend li.himeno::before {
    left: -4vw;
    top: -7vw;
    transform: scale(0.9);
  }
  section.recommend li.nakamura::before {
    left: -4vw;
    top: -7vw;
    transform: scale(0.9);
  }
  section.mypage h2 {
    font-size: 6vw;
  }
  section.mypage figure.flow {
    width: 100%;
    margin: 6vw auto 0;
  }
  section.mypage p.text {
    font-size: 4.8vw;
    line-height: 1.6;
  }
  section.mypage ul.support_list {
    gap: 4vw 0;
    margin-top: 4vw;
  }
  section.case_study .inner {
    width: 100%;
  }
  section.case_study h2 {
    font-size: 7vw;
  }
  section.case_study ul.case_study_list {
    width: 90%;
    gap: 4vw 0;
    margin: 4vw auto 0;
  }
  section.case_study ul.case_study_list li.work {
    padding: 7vw 6vw;
  }
  section.case_study ul.case_study_list li.family {
    padding: 7vw 6vw;
  }
  section.case_study ul.case_study_list li.work h3::before {
    left: -9vw;
    top: 0;
    transform: scale(0.9);
  }
  section.case_study ul.case_study_list li.family h3::before {
    left: 0vw;
    top: 0;
    transform: scale(0.9);
  }
  section.case_study ul.case_study_list li.work ul li {
    width: 100%;
    gap: 3vw 0;
  }
  section.case_study ul.case_study_list li.family h3 {
    margin-top: 4vw;
    margin-bottom: 3vw;
  }
  section.case_study {
    padding-bottom: 0;
  }
  section.case_study .voice {
    padding: 16vw 0;
  }
  section.case_study .voice {
    margin-top: 12vw;
  }
  section.case_study .voice h3 {
    font-size: 8vw;
  }
  section.case_study .voice h3::before {
    left: -16.5vw;
    bottom: -2vw;
    transform: scale(0.8);
  }
  section.case_study .voice h3::after {
    right: -24vw;
    bottom: -7vw;
    transform: scale(0.6);
  }
  section.case_study .voice ul li figure {
    width: 84%;
  }
  section.case_study .voice ul li p.prof {
    font-size: 3.5vw;
  }
  section.case_study .voice ul li {
    width: 84%;
  }
  section.case_study .voice ul li h4 {
    font-size: 7vw;
    margin: 3vw auto;
  }
  section.case_study .voice ul li p.name {
    font-size: 6vw;
    margin: 3.6vw auto 3vw;
  }
  section.flow h2 {
    font-size: 7vw;
  }
    
    section.flow ul {
        margin-top:  12vw;
    }
  section.flow ul li figure {
    width: 32vw;
    margin-left: -7.5vw;
    margin-top: -9vw;
  }
  section.flow ul li p.font_serif {
    width: 100%;
    height: 10vw;
    font-size: 6vw;
    margin-top: 2vw;
  }
  .application_button a {
    width: 79vw;
    height: 10vw;
    display: flex;
    margin-top: 2vw;
  }
  section.flow ul li p.copy {
    margin-top: 1rem;
  }
  section.flow ul li p.copy span {
    font-size: 5vw;
  }
  section.flow ul li figure.map {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 2vw;
  }
  section.flow ul li figure.certificate {
    transform: scale(0.5);
    bottom: -13vw;
    right: -11vw;
  }
  section.flow ul li.after figure {
    margin-left: 1vw;
    margin-top: 0;
    width: 30vw;
  }
  section.flow ul li.after p.font_serif {
    width: 100%;
    height: 10vw;
    font-size: 6vw;
  }
  section.flow ul li.after figure.suko03 {
    transform: scale(0.7);
    bottom: 20vw;
    right: 2vw;
  }
  section.flow ul li.after p.copy span {
    font-size: 6vw;
    margin-bottom: 1vw;
  }
  section.briefing h2 {
    font-size: 7vw;
    margin: 40vw auto 4vw;
  }
  section.briefing h2::after {
    right: 10vw;
    bottom: 11vw;
  }
  section.briefing p.copy {
    text-align: justify;
  }
  section.briefing h3 {
    font-size: 6vw;
    margin: 10vw auto 4vw;
  }
  section.briefing ul.participants_list li {
    max-width: 1000px;
    width: 100%;
  }
  section.briefing ul.curriculum figure {
    width: 100%;
  }
  section.briefing ul.curriculum {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 10vw;
  }
  section.briefing ul.curriculum::before {
    left: 3vw;
    top: -10vw;
    transform: scale(0.7);
  }
  section.briefing ul.curriculum h4 {
    margin: -14vw auto 0;
  }
  section.briefing ul.curriculum li.box {
    padding: 8vw;
    margin-left: 0;
    margin-top: 0;
  }
  section.briefing ul.curriculum li.box ul.txt li {
    font-size: 4.2vw;
    line-height: 1.6;
  }
  .cnt_area15 .box_list li .q_txt .cmn_num {
    background-color: #cc759d;
    font-weight: 400;
  }
  /*-----資格認定協会の紹介-----*/
  .h2_g .en {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .h2_g h2 {
    font-size: 7vw;
  }
  /*-----固定ボタン-----*/
  .fixed_bar .box {
    gap: 2vw;
  }
  .fixed_bar .box_txt {
    justify-content: center;
    gap: 1rem;
    width: 90%;
    font-size: 16px;
  }
  .fixed_bar .box_btn .btn {
    height: 44px;
  }
  .fixed_bar .box_btn .btn a {
    font-size: 20px;
  }
  .fixed_bar .box_btn .btn01 {
    width: 180px;
  }
  .fixed_bar .box_btn .btn02 {
    width: 148px;
    margin-left: 6px;
  }
  /*-----説明会日程-----*/
  .cnt_area06 {
    margin-top: 0;
    padding: 12vw 0 0;
  }
  /*-----よくある質問-----*/
  .cmn_num {
    width: 45px;
    height: 45px;
    font-size: 29px;
  }
  .cmn_tags {
    padding: 0;
  }
  .cmn_tags .tag {
    width: 100% !important;
    max-width: 308px;
    margin: 0 auto;
  }
  .cmn_tags .tag:first-child::before {
    width: 100px;
    height: 46px;
    top: -33px;
    left: 6px;
  }
  .cmn_table th {
    padding: 11px 0;
    font-size: 12px;
  }
  .cmn_table th:first-child {
    width: 24.5%;
  }
  .cmn_table th:nth-child(2) {
    width: 29.3%;
  }
  .cmn_table th:nth-child(3) {
    width: 19.7%;
  }
  .cmn_table th:last-child {
    width: 26.7%;
  }
  .cmn_table td {
    padding: 12px 5px;
    background-color: #FFF7F9;
    font-size: 12px;
    line-height: 1.5;
  }
  .cmn_table td:last-child {
    padding: 12px 10px;
  }
  .cmn_table td span {
    display: inline-block;
    text-align: left;
  }
  .cmn_table tr:nth-child(odd) td {
    background-color: #fff;
  }
  .cmn_btnarea {
    padding: 84px 0 26px;
  }
  .cmn_btnarea .btn {
    max-width: 343px;
    height: 60px;
  }
  .cmn_btnarea .btn::before {
    top: -62px;
    left: calc(50% - 120px);
    width: 240px;
    height: 51px;
    background-image: url(../img/part03_sp.png);
  }
  .cmn_btnarea .btn a em {
    font-size: 27px;
  }
  .cnt_area15 {
    padding: 12vw 0;
    margin-top: 12vw;
  }
  .cnt_area15 .box_list {
    margin-top: 32px;
    padding-left: 0;
  }
  .cnt_area15 .box_list li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .cnt_area15 .box_list li .q_txt::before, .cnt_area15 .box_list li .q_txt::after {
    top: 50%;
    right: 15px;
    width: 15px;
  }
  .cnt_area15 .box_list li + li {
    margin-top: 15px;
  }
  .cnt_area15 .box_list li .q_txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 35px 15px 15px;
      font-size: 1.6rem;
  }
  .cnt_area15 .box_list li .cmn_num {
    position: relative;
    top: auto;
    left: auto;
    width: 40px;
    height: 40px;
    margin-right: 9px;
  }
  .cnt_area15 .box_list li span {
    width: calc(100% - 49px);
  }
  .cnt_area15 .box_list li .a_txt {
    width: calc(100% - 30px);
    margin: -5px auto 15px;
    padding: 12px;
      font-size: 1.6rem;
  }
  .cnt_area16 {
    padding: 12vw 0;
  }
  .cnt_area16 .box_cmp {
    margin-top: 30px;
    /*padding: 15px;*/
  }
  .cnt_area16 .box_cmp .box_flex .wrp_img {
    width: 100%;
    order: 1;
    margin-bottom: 4vw;
  }
  .cnt_area16 .box_cmp .box_flex dl {
    margin-top: 3px;
    width: 100%;
    order: 2;
  }
  .cnt_area16 .box_cmp dl dt {
    width: 100%;
    padding: 2vw 0 2vw 1vw;
    font-size: 14px;
    line-height: 1.4;
  }
  .cnt_area16 .box_cmp dl dd {
    width: 100%;
    margin-left: 5px;
    padding: 11px 0 11px 2px;
    font-size: 13px;
    line-height: 1.5;
  }
  .cnt_area16 .box_cmp dl .dd08 ul {
    gap: 2vw;
  }
  .form_area {
    padding-top: 50px;
  }
  .form_area .box_flow {
    margin-top: 8vw;
  }
  .form_area .box_flow .item {
    width: 31.8%;
    padding-bottom: 12px;
    font-size: 18px;
  }
  .form_area .box_flow .item::after {
    right: -8px;
    border-width: 5px;
    border-left-width: 9px;
  }
  .form_area .box_att {
    margin-top: 20px;
    padding: 15px;
  }
  .form_area .box_att p {
    font-size: 12px;
    line-height: 1.66;
  }
  .form_area .box_form {
    margin-top: 20px;
  }
  .form_area .box_form table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
  }
  .form_area .box_form th, .form_area .box_form td {
    display: block;
    width: 100%;
  }
  .form_area .box_form th {
    position: relative;
    padding: 12px 65px 12px 12px;
  }
  .form_area .box_form th .st {
    font-size: 15px;
  }
  .form_area .box_form th .req_wrap {
    display: inline-block;
  }
  .form_area .box_form th .req {
    position: absolute;
    top: calc(50% - 10.5px);
    right: 12px;
  }
  .form_area .box_form td {
    padding: 10px 0 15px;
    line-height: .5;
  }
  .form_area .box_form p {
    font-size: 14px;
  }
  .form_area .box_form p.small {
    margin-top: 5px;
  }
  .form_area .box_form .select_wrp::after {
    right: 12px;
  }
  .form_area .box_form .select_wrp.short {
    width: 100%;
  }
  .form_area .box_form select {
    padding: 0 30px 0 11px;
    font-size: 14px;
  }
  .form_area .box_form input {
    font-size: 16px;
  }
  .form_area .box_form input.short {
    width: 100%;
  }
  .form_area .box_form input.short02 {
    width: 95px;
  }
  .form_area .box_form input.short + .short {
    margin: 10px 0 0;
  }
  .form_area .box_form input[name=postal04] {
    width: 125px;
  }
  .form_area .box_form textarea {
    font-size: 16px;
  }
  .form_area .box_form .wrp_btn {
    margin-top: 15px;
  }
  .form_area .box_form .wrp_btn button, .form_area .box_form .wrp_btn a {
    max-width: 343px;
    height: 60px;
    font-size: 20px;
  }
  .form_area .box_info {
    margin-top: 30px;
    padding: 15px 0;
  }
  .form_area .box_info .st {
    font-size: 22px;
    line-height: 1.36;
  }
  .form_area .box_info .st span {
    display: none;
  }
  .form_area .box_info .wrp_info {
    display: block;
    max-width: 280px;
    margin: 10px auto 0;
  }
  .form_area .box_info .wrp_info .item {
    font-size: 14px;
    line-height: 1.7;
  }
  .form_area .box_info .wrp_info .item + .item {
    margin-left: 0;
  }
  .form_area .box_info .wrp_info .item span {
    width: 40px;
  }
  #confirm .form_area .box_form td {
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.4;
  }
  #confirm .form_area .box_form .wrp_btn {
    margin-top: 15px;
  }
  .form_area .box_form .wrp_btn.col2 button {
    width: 100%;
  }
  .form_area .box_form .wrp_btn.col2 button + button {
    margin: 15px 0 0;
  }
  #confirm .form_area, #done .form_area {
    padding-top: 15px;
  }
  footer figure {
    width: 60vw;
    margin: 0 auto;
  }
  footer p {
    font-size: 3vw;
  }
}
@media screen and (min-width: 701px) {
  .recommend .recommend_list li {
      display: inline-block;
      width: 465px;
      margin-right: 50px;
      vertical-align: top;
  }
  .exp_2 h3 {
      font-size: 40px;
      text-align: center;
      background-color: #ffffff;
      margin-bottom: 30px;
      line-height: normal;
  }
  div.exp_2 .list li {
    font-size: 2.8rem;
    margin: 20px 50px 24px 50px;
    padding: 6px 20px;
    background-color: rgb(197 64 125 / 90%);
    color: #ffffff;
    font-weight: bold;
  }    
}
@media screen and (max-width: 768px) {
  .recommend_list,
  .voice_list {
    flex-direction: column;
    align-items: stretch; /* スマホでは横幅いっぱい使う */
  }

  .recommend_list li,
  .voice_list li {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .recommend_list .divider,
  .voice_list .divider {
    width: 100%;
    text-align: center;
  }

  .recommend_list .divider img,
  .voice_list .divider img {
    max-width: 100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
/* merit */
.merit_pho {
  width: 100%;
  padding-bottom: 30px;
}

.merit .subtitle {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.merit .icon {
  width: 9%;
}
.merit .list {
  width: 93%;
  margin: 15px auto 0 auto;
}
.merit .list li {
  font-size: 19px;
  font-weight: bold;
  color: #333;
  background: url(../img/icon_check.png) left 0px no-repeat;
  -webkit-background-size: 28px 28px;
       -o-background-size: 28px;
          background-size: 28px;
  padding: 0 0 9px 40px;
  margin-bottom: 9px;
  line-height: 1.4;
  border-bottom: #ccc solid 2px;
}
.merit .list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.merit .list li br {
  display: none;
}
.merit .list li span {
  color: #ff4e70;
  font-weight: bold;
}
.merit .place {
  position: relative;
  width: 90%;
  background: #ff6784;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 15px auto;
  padding: 25px 10px 5px 10px;
  color: #fff;
  text-align: center;
}
.merit .place .apply_arrow {
  left: 33%;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
.merit .place .apply_arrow img {
  width: 33%;
}
.merit .place .sttl {
  margin: 5px 0 10px 0;
  font-size: 20px;
}
.merit .place .tx {
  font-size: 15px;
  padding: 0px;
}

.merit_05 {
  margin-top: 25px;
  color: #fff;
  background: url(./img/sp/merit_pho05.jpg) repeat-y;
  -webkit-background-size: 100% 100%;
       -o-background-size: 100%;
          background-size: 100%;
  padding-bottom: 30px;
  position: relative;
}

.m_no05 {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
}

.merit_05 h3.subtitle {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.merit_05 .detail {
  padding-top: 60px;
}
.merit_05 .detail li.text {
  margin-top: 15px;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  width: 100%;
  padding: 0 15px;
}
.merit_05 .detail li.text br {
  display: none;
}
.merit_05 .detail li.photo {
  width: 80%;
  margin: 0 auto;
}
.merit_05 .detail li.text .list {
  font-size: 20px;
  font-weight: bold;
  background: url(./img/icon_check_02.png) left 0px no-repeat;
  -webkit-background-size: 30px 30px;
       -o-background-size: 30px;
          background-size: 30px;
  padding: 0 0 10px 40px;
  margin-bottom: 15px;
  line-height: 1.4;
  border-bottom: #ffa200 solid 3px;
  color: #fff;
  text-align: left;
}
.merit_05 .detail li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.merit_05 .skillup {
  margin: 20px auto 0 auto;
  background: #fff;
  padding: 60px 20px 15px;
  width: 93%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.merit_05 .skillup:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(./img/merit05_arrow.png) no-repeat;
  width: 197px;
  height: 47px;
}
.merit_05 .skillup p {
  font-size: 25px;
  font-weight: bold;
  color: #ffa200;
  text-align: center;
  line-height: 1.4;
}
.merit_05 .skillup p span {
  display: inline;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  background: -webkit-linear-gradient(transparent 55%, #ffdcb2 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(50%, #ffdcb2));
  background: -moz-linear-gradient(transparent 55%, #ffdcb2 50%);
  background: -o-linear-gradient(transparent 55%, #ffdcb2 50%);
  background: linear-gradient(transparent 55%, #ffdcb2 50%);
  padding-bottom: 5px;
}

.photo_area {
  margin-top: 25px;
}
.photo_area li {
  width: 48.5%;
  display: inline-block;
  margin: 0 0.5px;
}
}
@media screen and (max-width: 700px) {
  img {
      width: 100%;
      height: auto;
  }
  .section .title, .section_top .title {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 15px;
}
.text {
  font-size: 14px;
  line-height: 1.8;
  padding: 0 20px;
  text-align: left;
}
.recommend .title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.9rem;
  color: rgb(237, 70, 9);
  font-weight: bold;
}
.voice .text {
 line-height: 1.8;
}
.recommend .pro {
  background: url(../img/recommend_bg.png) no-repeat;
  -webkit-background-size: 100% 100%;
       -o-background-size: 100%;
          background-size: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  width: 190px;
  height: 38.5px;
  line-height: 35px;
  margin: 0 auto;
}
.recommend .name {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 15px 0;
  text-align: center;
}
.recommend .tx {
  line-height: 150%;
  line-height: 1.8;
}
.voice .tx {
  line-height: 150%;
  line-height: 1.8;
}
.couse-flow .title {
  color: #fff;
  height: 60px;
  line-height: 60px;
  background: #448aca;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 25px 0;
  text-align: center;
}
.text-f {
  font-size: 2.5rem;
  background-color:  #f4f005;
  text-align: center;
  line-height: 40px;
}
.couse-flow img {
  display: block;
  margin: 18px auto 15px auto;
  width: 95%;
}
.qualification-text {
    font-size: 1.2rem;
    text-align: center;
  }
  .top-text {
    text-align: center;
  }
  .price_image {
    display: none;
    justify-content: flex-start; /* ← 左寄せ */
  }
  .section .title {
  font-family: "Yu Gothic", "Meiryo", sans-serif;  /* ゴシック系 */
  color: #D62828; /* 鮮やかで目立つ赤系 */
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  position: relative;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.section .title::before,
.section .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f4a261; /* 落ち着いたゴールドオレンジ */
  position: absolute;
  left: 0%;
}
.section .title::before {
  top: 0;
}
.section .title::after {
  bottom: 0;
}
.red {
    color: red;
    font-weight: bold;
}
.merit02 .subtitle {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.merit_pho {
  background-color: #fdf2f4;
}
.merit02 .list {
  list-style: none !important;
  padding-left: 0 !important;
}
.merit02 .list li {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  background: url(../img/icon_check.png) left 0px no-repeat;
  padding: 10px 0 20px 55px;
  margin-bottom: 10px;
  line-height: 1.4;
  border-bottom: #ccc solid 2px;
}
.place {
    display: none;
}
.price_list li {
  font-size: 18px; /* スマホ表示時のフォントサイズ */
}
.price_list .item-label,
.price_list .item-price,
.price_list .sp-price {
  font-size: 17.5px;
}
.after_pass {
  font-size: 18px;
 }
}
