@charset "utf-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css");

body{
font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
color: #000;
position: relative;
}
input, select {
vertical-align:middle;
font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
textarea{
font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

html {
  font-size: 62.5%;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
	box-sizing: border-box;
}
a {
    font-size: 1.8rem;
    text-decoration: none;
    color: #000;
}
p {
    font-size: 1.8rem;
    line-height: calc(28/16);
}
ol,ul {
    font-size: 1.8rem;
    line-height: calc(28/16);
}

@media screen and (max-width: 991px) {
    a {
      font-size: 1.6rem;
    }
    p {
        font-size: 1.6rem;
        line-height: calc(22/14);
    }
    ol,ul {
        font-size: 1.6rem;
        line-height: calc(22/14);
    }
}

.form-check label{
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .form-check label{
    font-size: 1.6rem;
  }
}

address {
    font-style: normal;
}
img {
    max-width: 100%;
    height: auto;
}
button {
    cursor: pointer;
}
h1{
    font-size: 3rem;
}
h2{
    font-size: 2.4rem;
}
h3{
    font-size: 2rem;
}
h4{
    font-size: 2rem;
}
h5{
    font-size: 2rem;
}


/* table  */
table {
  table-layout: fixed;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border: 2px solid #d9d9d9;
  font-size: 1.8rem;
  margin: 2rem auto 0 auto;
}
table thead {
  background-color: #a2a2a2;
}
table tbody th {
  background-color: #eff1f1;
}
th, td {
  border: 1px solid #d9d9d9;
  padding: 2rem 1rem;
}

@media screen and (max-width: 991px) {
  table {
    font-size: 1.6rem;
    line-height: calc(28/16);
  }
  th, td  {
    padding: 1rem 1rem;
  }
}

/* table end */

/************* partslist *************/
.pt_10 {
    padding-top: 1rem;
}
.pt_20 {
    padding-top: 2rem;
}
.pb_10 {
    padding-bottom: 1rem;
}
.pb_20 {
    padding-bottom: 2rem;
}
.pb_30 {
    padding-bottom: 3rem;
}
.p_10{
    padding: 1rem;
}
.ps_20{
  padding-left: 2rem;
}
.ps_30{
  padding-left: 3rem;
}
.mt_5{
    margin-top: 0.5rem;
}
.mt_10{
    margin-top: 1rem;
}
.mt_20{
    margin-top: 2rem;
}
.mt_30{
    margin-top: 3rem;
}
.mt_50{
    margin-top: 5rem;
}
.mb_5{
    margin-bottom: 0.5rem;
}
.mb_10{
    margin-bottom: 1rem;
}
.mb_20{
    margin-bottom: 2rem;
}
.mb_30{
    margin-bottom: 3rem;
}
.mb_50{
  margin-bottom: 5rem;
}
.mb_60{
    margin-bottom: 6rem;
}
.me-10{
  margin-right: 1rem;
}
.ms_30{
  margin-left: 3rem;
}
.text-start{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-end{
  text-align: right;
}
.bold {
    font-weight: bold;
}
.text-red{
  color: #e6201a;
}


/* header */
header {
    padding-bottom: 1rem;
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FDF1D4;
}
.gnav_inner li{
  list-style: none;
  padding: 0;
  margin: 0;
}

/* breadcrumbs */

.l-bread{
  width: 88.571%;
  max-width: 1240px;
  margin: auto;
  padding-top: 13px;
  padding-bottom: 30px;
}

.c-bread {
  display: flex;
  align-items: center;
}

.c-bread ol{
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
  .c-bread {
      display: none;
  }
}

.c-bread_list {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  font-size: 1.2rem;
}

.c-bread_list a{
  display: inline-block;
  color: #FF8C00;
  border-bottom: 1px solid #FF8C00;
  margin-right: 8px;
  font-size: 1.2rem;
}

.c-bread_list:after {
  content: "";
  /* padding: 0 0.2em; */
  width: 4px;
  height: 8px;
  background-image: url(../images/common/bread-arrow.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FF8C00;
}

.c-bread_list:last-child:after {
  display: none;
}

.c-bread_now {
  font-size: 1.2rem;
  margin-left: 8px;
}
/* breadcrumbs end */


/* title*/

/* h1 title */
.main_ttl_wrap {
  width: 68.571%;
  max-width: 960px;
  margin: 0 auto;
}
.main_ttlcategory .main_ttl {
    font-size: 3.6rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.main_ttlcategory span{
    padding-left:1em;
    font-size: 2.2rem;
}

@media screen and (max-width: 991px) {
  .main_ttlcategory .main_ttl {
    font-size: 2.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .main_ttlcategory span{
    font-size: 2rem;
  }
}
/* h1 title end */

/* h1 sub title */
.ttl_subtitle{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-right: calc(34/1400 *100%);
}
.ttl_subtitle .main_ttl {
  font-size: 3.6rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-top: 1rem;
  padding-right: calc(34/1400 *100%);
}
.ttl_subtitle .main_ttl::after {
  content: "";
  width: 2px;
  height: 100%;
  background-image: url(../images/common/dot-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.ttl_subtitle .main_ttl__subtitle {
  font-size: 2.2rem;
  font-weight: bold;
  display: inline-block;
  padding-left: calc(29/1400 *100%);
}

@media screen and (max-width: 991px) {
  .ttl_subtitle .main_ttl {
      font-size: 2.4rem;
      display: block;
      width: 100%;
  }
  .ttl_subtitle .main_ttl__subtitle {
      font-size: 2.4rem;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 16px;
      display: block;
  }
  .ttl_subtitle .main_ttl::after {
      content: "";
      width: 100%;
      height: 2px;
      border-bottom: 2px dotted #248EAF;
      top: initial;
      bottom: 0;
  }
  .ttl_subtitle .main_ttl__subtitle {
      font-size: 1.6rem;
      padding-left: 0;
      padding-top: 10px;
      width: 100%;
  }
}
/* h1 sub title end */


/* title */

.thir_ttl {
  font-size: 2.2rem;
  border-left: solid 5px #F69E15;
  padding-left: 1.4rem;
  margin: 1.5rem 0;
}

.sidebar-ttl {
  font-size: 2.2rem;
  border-left: .5rem solid #F8600D;
  padding-left: 1rem;
  letter-spacing: 0.03em;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.sidebar-ttl-textarea-span {
  font-size: 1.3rem;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .sidebar-ttl-wrap {
    margin: 5.5rem 0 0;
  }
  .sidebar-ttl {
      font-size: 2rem;
      line-height: 1.4444444444;
      border-left: .5rem solid #F8600D;
      padding-left: .8rem;
      letter-spacing: 0.03em;
      margin-top: 0;
      margin-bottom: 0;
      text-align: left;
  }
  .sidebar-ttl-textarea-span {
      font-size: 1.3rem;
      line-height: 1;
  }
}

.thir_ttl_simple {
    font-size: 2.4rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    position: relative;
    text-decoration: none;
}

.thir_ttl_simple::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #1F7B9E;
}

.thir_ttl_simple::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 80px;
    right: 0;
    height: 2px;
    background-color: #F2F2F2;
}

@media screen and (max-width: 991px) {
    .thir_ttl_simple {
        margin: 1rem 0;
        padding-left: 0;
        font-size: 1.8rem;
    }
}

/* title end*/


/* contents */
.l-inner {
  width: 68.571%;
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .l-inner {
      width: 89.3333%;
  }
}

.conts_inner {
    width: 68.571%;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 8rem;
}
.conts_in {
    width: 68.571%;
    max-width: 960px;
    margin: 0 auto;
}
.conts_inn {
  padding-top: 1rem;
  padding-bottom: 8rem;
}
.conts_in3 {
    padding-bottom: 3rem;
}
.conts_in4 {
    padding-bottom: 4rem;
}
.conts_in5 {
    padding-bottom: 5rem;
}
.conts_in6 {
    padding-bottom: 6rem;
}
.conts_in7 {
    padding-bottom: 7rem;
}
.conts_in8 {
    padding-bottom: 8rem;
}
.conts_top{
    padding-top: 1rem;
}


@media screen and (max-width: 991px) {
  .main_ttl_wrap {
      margin-top: 80px;
      width: 89.3333%;
  }
  .conts_inner,
  .conts_in {
      padding-top: 0.5rem;
      width: 89.3333%;
  }
}

/* lead text */
.lead p {
    font-size: 1.9rem;
    margin: 1.4rem 0;
}

@media screen and (max-width: 991px) {
  .lead p {
      font-size: 1.7rem;
      margin: 0;
      padding-bottom: 1rem;
  }
}
/* lead text end */

/* flow */
.flow_wrap {
    width: 100%;
    position: relative;
    border: solid 3px #DEDEDE;
    padding: 1.5rem 3rem 3rem 3rem;
    min-height: auto;
    margin-bottom: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flow_wrap:last-child {
    margin-bottom: 0;
}
.flow_wrap:not(:last-child):after {
    position: absolute;
    content: '';
    background-size: contain;
    display: block;
    bottom: -4.5rem;
    left: 50%;
    width: 4.7rem;
    height: 2.5rem;
    transform: translateX(-50%);
}
.flow_text_wrap {
    width: 100%;
}
.flow_text_wrap .flow_text {
    margin-bottom: 1rem;
}
.flow_text ol li{
  margin-left: 3.2rem;
}

.annotation {
    padding-top: 1rem;
    font-size: 10rem;
    color: #e6201a;
}
@media screen and (max-width: 991px) {
  .flow_text ol li{
    margin-left: 2rem;
  }
}
/* flow end */


/*infortmaiton*/

.block-articles-list{
  margin-top: 2rem;
}

.block-articles-list__date {
    font-size: 1.4rem;;
}
.block-articles-list__title {
    margin-top: 1rem;
}
.block-articles-list-item {
    border-bottom: 1px dotted #d9d9d9;
    margin-bottom: 2rem;
}
.block-articles-list-item a {
    display: block;
    padding-bottom: 1rem;
}

@media screen and (max-width: 991px) {
    .topics_wrap .seco_ttl_left {
        margin-bottom: 2.2rem;
    }
    .block-articles-list__date {
        font-size: 1.4rem;
    }
    .block-articles-list__title {
        margin-top: .5rem;
    }
    .block-articles-list-item {
        margin-bottom: 2.2rem;
    }
    .block-articles-list-item a {
        padding-bottom: 2.2rem;
    }
    .notice-list .date-lineheight {
      font-size: 1.2rem;
    }
}

.pagination {
    list-style: none;
    text-align: center;
    padding: 0;
    margin-bottom: 7rem;
}
.pagination li {
    display: inline-block;
    background-color: #eff1f1;
    margin: 0 0.5rem;
    border-radius: 2px;
}
.pagination li a {
    display: block;
    padding: 0.9rem 1.4rem;
}
.pagination li.pager_on a {
    background-color: #FAAF18;
    color: #fff;
    cursor: auto;
    border-radius: 2px;
}

@media screen and (max-width: 991px) {
    .pagination {
        margin-bottom: 6rem;
    }
}

/* topics */
.topics_detail_header {
    border-bottom: 1.5px solid rgba(217, 217, 217, 0.5);
    padding-bottom: 2rem;
    margin-bottom: 3.5rem;
}
.topics_detail_header h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
}
.topics_detail_text {
    margin-bottom: 7.5rem;
}

@media screen and (max-width: 991px) {
    .topics_detail_header {
        padding-top: 1rem;
        padding-bottom: 2rem;
        margin-bottom: 3rem;
    }
    .topics_detail_header h2 {
        font-size: 2.2rem;
    }
    .topics_detail_text {
        margin-bottom: 4.5rem;
    }
}
/* topics end */



/* sign_up */

.contact-form h2{
  font-size: 2.4rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.check_copy {
  margin-bottom: 1.5rem;
}
.check_copy label{
  font-size: 1.6rem;
  color: #FAAF18;
}

.alarm-box {
  margin: 0 0 3rem;
  border: solid .3rem #F8A116;
  border-radius: 1rem;
  border-spacing: 0;
  table-layout: auto;
  box-sizing: border-box;
  text-align: center;
  padding: 3.25rem 3.5rem 3.75rem;
}
.alarm-box-gray {
  margin: 0 0 3rem;
  border: solid .3rem #d9d9d9;
  border-radius: 1rem;
  border-spacing: 0;
  table-layout: auto;
  box-sizing: border-box;
  text-align: center;
  padding: 3.25rem 3.5rem 3.75rem;
}
.alarm-text {
  font-size: 2.4rem;
  line-height: 1.15;
  color: #D88B15;
  margin-bottom: 1.5rem;
}

.box-conts0{
  margin-top: 0;
  margin-bottom:0;
}
.box-conts{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.box-conts-inner{
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cp_message{
  color: #e6201a;
}
.cp_input{
  font-weight: bold;
  border: none !important;
  padding:0 !important;
  background-color:#fff !important;
}

@media screen and (max-width: 991px) {
  .alarm-box {
      padding: 2.4rem 2.5rem;
  }
  .alarm-box-gray {
      padding: 2.4rem 2.5rem;
  }
  .confirm-box-gray {
      padding: 2.4rem 2.5rem;
  }
}

.card li,
.alarm-box li,
.alarm-box-gray li,
.box-conts li,
.box-conts-inner li{
  margin-left: 3.2rem;
}

@media screen and (max-width: 991px) {
  .card li,
  .alarm-box li,
  .alarm-box-gray li,
  .box-conts li,
  .box-conts-inner li{
    margin-left: 2rem;
  }
}

#note-kfront,.note-kfront{
  margin-top: 1rem;
  color: #e6201a;
}

#note-kfront p{
  margin-top: 1rem;
}

#note-kfront span, .note-kfront span{
  font-weight: bold;
  text-decoration:underline;
  text-decoration-color:#e6201a;
}

#note-kfront .emphasis{
  background: top left / 1em .5em repeat-x radial-gradient(circle, #e6201a .15em, rgba(0,0,0,0) .12em) ;
  padding-top: .55em;
}

.shadow-img{
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
}

/* sign_up end */

/* commmon */

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-text:last-child {
  margin-bottom: 0;
}
small, .small {
  font-size: 0.875em;
}

.notice-list {
  padding: 0 0;
}

.notice-list > div {
  padding: 20px 0 20px;
}

.notice-list > div:not(:first-of-type) {
  border-top: 1px dashed #C8C8C8;
}

.notice-list .date-lineheight {
  line-height: calc(28/16);
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.text-highlight{
  font-weight: bold;
}

.video-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.video-responsive::before {
  display: block;
  content: "";
}
.video-responsive-item,
.video-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-responsive-16by9::before {
  padding-top: 56.25%;
}

.home-content.recommendation {
  margin-top: 80px;
}
.home-content.recommendation-header {
  background-color: #FFECBD;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
  text-align: center;
}
.home-content.recommendation-header h2 {
  color: #1E1E1E;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2666666666;
  position: relative;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
}
.home-content.recommendation-header h2 span {
  color: #EB3C3C;
}
.home-content.recommendation-header h2::before {
  content: "";
  width: 30px;
  height: 38px;
  background-image: url(../images/about/bright-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.home-content.recommendation-header h2::after {
  content: "";
  width: 30px;
  height: 38px;
  background-image: url(../images/about/bright-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.home-content.recommendation-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 20px;
  margin-top: 30px;
}
.home-content.recommendation-list .list-left,
.home-content.recommendation-list .list-right {
  display: grid;
  /* grid-template-rows: auto auto 1fr 1fr 1fr 1fr; */
  grid-template-rows: auto auto auto auto auto 1fr;
  grid-gap: 15px 20px;
  align-items: center;
}
.home-content.recommendation-list .text-list {
  color: #1E1E1E;
  background-color: #F5F5F5;
  padding: 20px 15px 20px 56px;
  text-align: left;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
.home-content.recommendation-list .text-list::before {
  content: "";
  width: 26px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  background-image: url(../images/top/check-icon.png);
}
.home-content.recommendation-list .text-list span {
  color: #FF8C00;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
}
.home-content.recommendation-list .image-list {
  max-width: 332px;
  height: auto;
  grid-row: span 4;
  margin: auto;
}
.home-content.reason-for-offering {
  margin-top: 80px;
  padding: 40px;
  background-color: #FFF5DC;
  border: 4px solid #F6D68D;
  border-radius: 10px;
  box-sizing: border-box;
}
.home-content.reason-for-offering-header {
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
  text-align: center;
}
.home-content.reason-for-offering-header h2 {
  color: #1E1E1E;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2666666666;
  position: relative;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
}
.home-content.reason-for-offering-header h2 span {
  color: #FF8C00;
}
.home-content.reason-for-offering-header h2::before {
  content: "";
  width: 30px;
  height: 38px;
  background-image: url(../images/about/bright-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.home-content.reason-for-offering-header h2::after {
  content: "";
  width: 30px;
  height: 38px;
  background-image: url(../images/about/bright-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.home-content.text-wrap {
  margin-top: 30px;
}
.home-content.text-wrap p {
  color: #1E1E1E;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
.home-content.text-wrap p:not(:first-child) {
  margin-top: 30px;
}
.home-content .br-show-sp {
  display: none;
}
.home-content .br-show-pc {
  display: block;
}
.home-content .credit-text {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .home-content.recommendation {
    margin-top: 77px;
  }
  .home-content.recommendation-header {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .home-content.recommendation-header h2 {
    font-size: 2rem;
    line-height: 1.3;
    padding-left: 30px;
    padding-right: 30px;
  }
  .home-content.recommendation-header h2::before {
    content: "";
    width: 16px;
    height: 20px;
  }
  .home-content.recommendation-header h2::after {
    content: "";
    width: 16px;
    height: 20px;
  }
  .home-content.recommendation-list {
    grid-template-columns: 1fr;
    grid-gap: 10px 10px;
    margin-top: 20px;
  }
  .home-content.recommendation-list .text-list {
    padding: 10px 16px 10px 47px;
  }
  .home-content.recommendation-list .text-list::before {
    width: 20.4px;
    height: 20.4px;
  }
  .home-content.recommendation-list .image-list {
    margin: 20px auto auto auto;
  }
  .home-content.recommendation-list .list-left,
  .home-content.recommendation-list .list-right {
    grid-template-rows: auto;
    grid-gap: 10px 0;
  }
  .home-content.reason-for-offering {
    padding: 20px;
  }
  .home-content.reason-for-offering-header {
    padding-right: 0;
    padding-left: 0;
  }
  .home-content.reason-for-offering-header h2 {
    font-size: 2rem;
    padding-left: 26px;
    padding-right: 26px;
    width: 100%;
  }
  .home-content.reason-for-offering-header h2::before {
    content: "";
    width: 16px;
    height: 20px;
  }
  .home-content.reason-for-offering-header h2::after {
    content: "";
    width: 16px;
    height: 20px;
  }
  .home-content .br-show-sp {
    display: block;
  }
  .home-content .br-show-pc {
    display: none;
  }
  .home-content.text-wrap {
    margin-top: 10px;
  }
  .home-content.text-wrap p {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
  .home-content.text-wrap p:not(:first-child) {
    margin-top: 20px;
  }
}
.home-content.members-voices {
  /* border-radius: 10px;
  background-color: #fff;
  padding: 62px 100px 44px;
  width: 88.57%;
  margin: auto;
  text-align: center;
  position: relative; */
  background-color: #fff;
  padding: 60px 113px 80px;
  width: 100%;
  margin: auto;
  border-radius: 10px;
  text-align: center;
  position: relative;
  max-width: calc(1014px + 226px);
  box-sizing: border-box;
  background-image: url(../images/about/bright-left.png), url(../images/about/bright-left.png), url(../images/about/bright-left.png), url(../images/about/bright-left.png);
  background-position: left 40px top 40px, right 40px top 40px, left 40px bottom 40px, right 40px bottom 40px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 40px 50.67px, 40px 50.67px, 40px 50.67px, 40px 50.67px;
}
.home-content.members-voices-header {
  width: 100%;
  text-align: center;
}
.home-content.members-voices-header h2 {
  color: #1E1E1E;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2777777777;
  position: relative;
  display: inline-block;
}
.home-content.members-voices-subtitle {
  max-width: 822px;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-right: 72px;
  padding-bottom: 15px;
  padding-left: 72px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border-top: 3px solid #FAAF18;
  border-bottom: 3px solid #FAAF18;
  margin-top: 30px;
}
.home-content.members-voices-subtitle h3 {
  color: #1E1E1E;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777777;
  position: relative;
}
.home-content.members-voices-subtitle h3::before {
  content: '';
  width: 30px;
  height: 38px;
  background-image: url(../images/top/speech-bubble-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -42px;
}
.home-content.members-voices-subtitle h3::after {
  content: '';
  width: 30px;
  height: 38px;
  background-image: url(../images/top/speech-bubble-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -42px;
}
.home-content.members-voices .members-voices-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
.home-content.members-voices .members-voices-list .voices-list {
  padding-left: 48px;
  box-sizing: border-box;
  width: 100%;
}
.home-content.members-voices .members-voices-list .voices-list .inner {
  background-color: #FFF5DC;
  text-align: left;
  position: relative;
  margin-left: auto;
  min-height: 160px;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.home-content.members-voices .members-voices-list .upper-list,
.home-content.members-voices .members-voices-list .middle-list,
.home-content.members-voices .members-voices-list .lower-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.home-content.members-voices .members-voices-list .upper-list {
  margin-top: 30px;
}
.home-content.members-voices .members-voices-list .middle-list {
  margin-top: 50px;
}
.home-content.members-voices .members-voices-list .lower-list {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 50px;
}
.home-content.members-voices .members-voices-list .upper-list .voices-list .inner,
.home-content.members-voices .members-voices-list .middle-list .voices-list .inner {
  padding: 20px 20px 24px 40px;
}
.home-content.members-voices .members-voices-list .lower-list .voices-list:first-of-type .inner {
  padding: 33px 20px 33px 40px;
}
.home-content.members-voices .members-voices-list .lower-list .voices-list:last-of-type .inner {
  padding: 20px 20px 20px 40px;
}
.home-content.members-voices .members-voices-list .voices-list .text-wrap {
  color: #1E1E1E;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  border-bottom: 1px dashed #FF8C00;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.home-content.members-voices .members-voices-list .voices-list .text-wrap span {
  color: #FF8C00;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
}
.home-content.members-voices .members-voices-list .voices-list .age-wrap {
  color: #1E1E1E;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
}
.home-content.members-voices .members-voices-list .voices-list .image {
  position: absolute;
  max-width: 80px;
  bottom: -20px;
  left: 0;
  transform: translateX(-50%);
}
.home-content.members-voices .members-voices-list .voices-list .image img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .home-content.members-voices {
    padding: 30px 20px 70px;
    max-width: none;
    background-position: left 20px top 20px, right 20px top 20px, left 20px bottom 20px, right 20px bottom 20px;
    background-size: 20px 25.33px, 20px 25.33px, 20px 25.33px, 20px 25.33px;
  }
  .home-content.members-voices-header h2 {
    font-size: 2.4rem;
    line-height: 1.3333333333;
  }
  .home-content.members-voices-subtitle {
    max-width: none;
    padding-top: 10px;
    padding-right: 32px;
    padding-bottom: 10px;
    padding-left: 32px;
    margin-top: 20px;
  }
  .home-content.members-voices-subtitle h3 {
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .home-content.members-voices-subtitle h3::before {
    width: 25px;
    height: 16.82px;
    left: -32px;
  }
  .home-content.members-voices-subtitle h3::after {
    width: 25px;
    height: 16.82px;
    right: -32px;
  }
  .home-content.members-voices .members-voices-list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .home-content.members-voices .members-voices-list .upper-list,
  .home-content.members-voices .members-voices-list .middle-list,
  .home-content.members-voices .members-voices-list .lower-list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .home-content.members-voices .members-voices-list .middle-list,
  .home-content.members-voices .members-voices-list .lower-list {
    margin-top: 25px;
  }
  .home-content.members-voices .members-voices-list .voices-list {
    padding-left: 30px;
  }
  .home-content.members-voices .members-voices-list .upper-list .voices-list .inner,
  .home-content.members-voices .members-voices-list .middle-list .voices-list .inner {
    padding: 10px 10px 10px 40px;
    min-height: auto;
  }
  .home-content.members-voices .members-voices-list .lower-list .voices-list:first-of-type .inner,
  .home-content.members-voices .members-voices-list .lower-list .voices-list:last-of-type .inner {
    padding: 10px 10px 10px 40px;
    min-height: auto;
  }
  .home-content.members-voices .members-voices-list .voices-list .text-wrap {
    font-size: 1.4rem;
    line-height: 1.7142857142;
    padding-right: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .home-content.members-voices .members-voices-list .voices-list .text-wrap span {
    font-size: 1.4rem;
    line-height: 1.7142857142;
  }
  .home-content.members-voices .members-voices-list .voices-list .age-wrap {
    font-size: 1.4rem;
    line-height: 1.4285714285;
  }
  .home-content.members-voices .members-voices-list .voices-list .image {
    max-width: 60px;
    bottom: -10px;
  }
}

/* member */

.member_payments_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
}
.member_payments_status_wrap {
  padding-top: 0rem;
  margin-bottom: 2rem;
}
.member_payments_status_inner {
  width: 100%;
  background-color: #F9F9F9;
  border-radius: 10px;
  padding: 2.5rem 2.5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.member_payments_status_inner p:first-child {
  font-size: 2rem;
  padding-bottom: .5rem;
}
.member_payments_status_inner p:last-of-type {
  padding-bottom: 0rem;
}
@media screen and (max-width: 883px) {
    .member_payments_status {
        display: block;
    }
    .member_payments_status_inner {
        width: 100%;
    }
    .member_payments_status_inner p {
        text-align: left;
    }
    .member_payments_status_inner p:first-child {
        font-size: 1.8rem;
    }
    .member_payments_status_inner div:first-of-type {
        font-size: 1.5rem;
        width: 100%;

    }
}
.payments_status_good {
  background-color: #D1F1FB !important;
}
.payments_status_error {
  background-color: #f8d7da !important;
}


.member_contract_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
}
.member_contract_info_wrap {
  padding-top: 0rem;
  margin-bottom: 2rem;
}
.member_contract_info_inner {
  width: 100%;
  background-color: #F9F9F9;
  border-radius: 10px;
  padding: 4rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.member_contract_info_inner p:first-child {
  font-size: 2rem;
  padding-bottom: .5rem;
}
.member_contract_info_inner p:last-of-type {
  padding-bottom: 0rem;
}
@media screen and (max-width: 991px) {
    .member_contract_info {
        display: block;
    }
    .member_contract_info_inner {
        width: 100%;
    }
    .member_contract_info_inner p {
        text-align: left;
    }
    .member_contract_info_inner p:first-child {
        font-size: 1.8rem;
    }
}

.confirm-box-gray {
  margin: 0 0 3rem;
  border: solid .3rem #d9d9d9;
  border-radius: 1rem;
  border-spacing: 0;
  table-layout: auto;
  box-sizing: border-box;
  text-align: center;
  padding: 3.25rem 3.5rem 3.75rem;
}

.change_month {
    text-align: center;
}
.change_month div{
    font-size: 2.5rem;
}

@media screen and (max-width: 991px) {
    .change_month {
        text-align: center;
    }
    .change_month div{
        font-size: 2.2rem;
    }
}


/*lp*/

.u-tab {
  display: none;
}
@media screen and (max-width: 1110px) {
  .u-tab {
      display: block;
  }
}

.u-pc {
  display: block;
}
.u-sp {
  display: none;
}

@media screen and (max-width: 991px) {
  .u-pc {
      display: none;
  }
  .u-sp {
      display: block;
  }
  .u-tab {
    display: none;
}
}

.p-topElement__items li,
.p-topMonitor__items li,
.p-topNews__items li,
.l-inner li{
  list-style: none;
}

/*---------------------
component
------------------------*/

.c-title {
  font-size: 3.6rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .c-title {
      font-size: 2.4rem;
  }
}

.c-header {
  display: inline-block;
  width: 100%;
  padding: 23px 20px;
  background-color: #248EAF;
  border-radius: 6px;
}

.c-header h2 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
}

.c-button__container {
  text-align: center;
  margin: auto;
}

.c-button {
  display: inline-block;
  width: 250px;
  background-color: #FAAF18;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4rem;
  text-align: center;
  padding: 25px 38px;
  border-radius: 30px;
  position: relative;
}

.c-button:hover{
  opacity: 0.7;
}
.c-button__container a:hover,
.c-contactContainer a:hover,
.p-MThow__item a:hover {
  color: #fff;
}

.c-button.c-button-other {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  transition: all 0.3s ease;
  background-color: #FF8C00;
  text-align: center;
  padding: 20px 70px;
  border-radius: 70px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-button.c-button-other {
    padding: 20px 25px;
    border-radius: 25px;
  }
}
.c-button.c-button-other:hover{
  opacity: 0.7;
}
.c-button.c-button-other::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/common/button-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 768px) {
  .c-button.c-button-other::after {
    right: 5px;
  }
}

.c-link__today {
  background-color: #FFF5DC;
  border: 1px solid #F6D68D;
  border-radius: 3px;
  padding: 12px 26px;
  display: inline-block;
  font-size: 1.4rem;
}

.c-link__prev {
  background-color: #F5F5F5;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  padding: 9px 13px;
  display: inline-block;
  margin-left: 15px;
}

.c-link__next {
  background-color: #F5F5F5;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  padding: 9px 13px;
  display: inline-block;
  margin-left: 5px;
}

.c-link__prev img ,.c-link__next img {
  width: 6px;
  height: 13px;
}

@media screen and (min-width: 1400px) {
  .c-button.--large {
      width: 300px;
  }
}

.c-button.--orange {
  background-color: #FF8C00;
}

.c-button.--white {
  background-color: #fff;
  border: 2px solid #D9D9D9;
  border-radius: 30px;
  color: #1E1E1E;
}

.c-button.--2 {
  margin-left: 20px;
}

.c-button.--small {
  width: 100%;
  max-width: 253px;
}

.c-button::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/common/button-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.c-button.--white::after {
  display: none;
}

.c-caution {
  font-size: 1.6rem;
}

.c-listItems {
  padding-top: 25px;
}

.c-listItem {
  font-size: 1.8rem;
  position: relative;
  padding-left: 14px;
  line-height: calc(28/16);
}

.c-listItem:not(:first-child) {
  margin-top: 12px;
}

.c-listItem::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #FF8C00;
  border-radius: 3px;
  position: absolute;
  top: 14px;
  left: 0;
}

.c-list-item {
  list-style: none;
  font-size: 1.8rem;
  position: relative;
  padding-left: 14px;
  line-height: calc(28/16);
}

.c-list-item:not(:first-child) {
  margin-top: 12px;
}

.c-list-item::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #FF8C00;
  border-radius: 3px;
  position: absolute;
  top: 14px;
  left: 0;
}

.c-subtitle {
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  position: relative;
  padding-left: 24px;
  padding-bottom: 20px;
}

.c-subtitle::before {
  content: "";
  width: 18px;
  height: 23px;
  background-image: url(../images/common/bright.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  left: 0;
}

.c-subtitle::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #248EAF 0%, #248EAF 8.3%, #F5F5F5 8.3%, #F5F5F5 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-element__title {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  padding-right: calc(55/1400 *100%);
  padding-right: 10px;
  display: inline-block;
}

.c-element__title:before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.c-element__title.--1:before {
  background-image: url(../images/common/no-1.png);
}

.c-element__title.--2:before {
  background-image: url(../images/common/no-2.png);
}

.c-element__title.--3:before {
  background-image: url(../images/common/no-3.png);
}

.c-element__title:after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #D9D9D9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.c-element__subtitle {
  font-size: 2rem;
  font-weight: bold;
  color: #248EAF;
  display: inline-block;
  padding-left: calc(50/1400 *100%);
  padding-left: 15px;
  padding-right: 15px;
  line-height: 2.8rem;
  width: 77%;
}

.c-newsItem {
  padding: 20px 0 20px;
}

.c-newsItem:not(:first-child) {
  border-top: 1px dashed #C8C8C8;
}

.c-newsItem__date {
  font-size: 1.4rem;
}

.c-newsItem__title {
  margin-top: 10px;
}

.c-contact {
  background-color: #FFECBD;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  margin-top: 39px;
}

.c-contactTitle {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}

.c-contactContainer {
  padding-top: 12px;
  text-align: center;
}

.c-kekka__container {
  margin-top: 20px;
}

.c-kekka__link {
  position: relative;
  font-size: 1.6rem;
  padding-left: 20px;
  display: inline-block;
}

.c-kekka__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/common/arrow-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.c-kekka__link:not(:first-child) {
  margin-left: 20px;
}

.p-nyukai__bg-box {
  background-color: #FFECBD;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
  margin-top: 4rem;
}

.p-nyukai__bg-box_title {
  font-size: 2.6rem;
  font-weight: bold;
  display: block;
  position: relative;
  line-height: calc(36.4/26);
  text-align: center;
}

.nyukai-br-sp-how {
  display: none;
}

.nyukai-color {
  color: #FF8C00;
}

.nyukai-textlink {
  color: #FF8C00;
}

.p-nyukai__bg-box_title::before {
  content: "";
  width: 3rem;
  height: 3.8rem;
  background-image: url(../images/nyukai/nyukai-bleft-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4.7rem;
}

.p-nyukai__bg-box_title::after {
  content: "";
  width: 3rem;
  height: 3.8rem;
  background-image: url(../images/nyukai/nyukai-bright-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4.7rem;
}

.p-nyukai__bg-box_text {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: calc(22/16);
}

.nyukai_course_list li {
  margin-top: 3rem;
}

.nyukai_course_list li:last-of-type {
  margin-top: 1.966rem;
}

.nyukai_course_list li .list-inner {
  display: flex;
}

.nyukai_course_list li .list-inner .list-inner-text {
  min-width: 15.2rem;
  margin-right: 3.2rem;
  display: flex;
  align-items: center;
}

.nyukai_course_list li .list-inner .list-inner-text p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(26/18);
  color: #1E1E1E;
}

.nyukai_course_list li .list-inner .list-inner-text .sup {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: calc(22/14);
  color: #000000;
}

.nyukai_course_list li .list-inner .list-inner-image {
  content: "";
  display: inline-block;
  width: 77.6rem;
  height: 6.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  position: relative;
}

.nyukai-image-pc-show {
  display: block;
}

.nyukai-image-sp-show {
  display: none;
}

.add-tablespace {
  height: 8rem;
}

.add-nyukai-pb {
  padding-bottom: 27px;
}

.nyukai_course_list li .list-inner .list-inner-image .img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .p-nyukai__bg-box {
    background-color: #FFECBD;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
    margin-top: 2rem;
  }

  .p-nyukai__bg-box_title {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    position: relative;
    line-height: calc(28/20);
    text-align: center;
  }

  .nyukai-br-sp-how {
    display: block;
  }

  .p-nyukai__bg-box_title::before {
    content: "";
    width: 1.6rem;
    height: 2rem;
    background-image: url(../images/nyukai/nyukai-bleft-pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2.3rem;
  }

  .p-nyukai__bg-box_title::after {
    content: "";
    width: 1.6rem;
    height: 2rem;
    background-image: url(../images/nyukai/nyukai-bright-pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2.3rem;
  }

  .p-nyukai__bg-box_text {
    margin-top: 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: calc(20/14);
    text-align: center;
  }

  .nyukai_course_list {
    display: flex;
    justify-content: space-between;
  }

  .nyukai_course_list li:first-of-type,
  .nyukai_course_list li:nth-of-type(2) {
    width: 38.8059701492vw;
  }

  .nyukai_course_list li:last-of-type {
    width: 15.9701492537vw;
  }

  .nyukai_course_list li:not(:first-of-type) {
    margin-left: 2.9850746268vw;
    margin-top: auto;
  }

  .nyukai_course_list li .list-inner {
    display: block;
  }

  .nyukai_course_list li .list-inner .list-inner-text {
    min-width: auto;
    margin-right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nyukai_course_list li .list-inner .list-inner-text p {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: calc(22/16);
    color: #1E1E1E;
  }

  .nyukai_course_list li .list-inner .list-inner-text .sup {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: calc(20/12);
    color: #000000;
  }

  .nyukai_course_list li .list-inner .list-inner-image {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    position: relative;
    margin-top: .8rem;
  }

  .nyukai_course_list li .list-inner .list-inner-image img {
    width: 100%;
  }

  .nyukai-image-pc-show {
    display: none;
  }

  .nyukai-image-sp-show {
    display: block;
  }

  .add-tablespace {
    height: 4rem;
  }

  .add-nyukai-pb {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .c-header {
      padding: 14px 10px;
  }
  .c-header h2 {
      font-size: 2.2rem;
  }

  .c-button {
      width: 295px;
  }

  .c-button.--2 {
      margin-left: 0px;
      margin-top: 20px;
  }

  .c-button.--small {
      max-width: 300px;
  }

  .c-caution {
      line-height: 1.4;
  }

  .c-subtitle  {
      font-size: 1.8rem;
      padding-left: 20px;
      padding-bottom: 13px;
  }

  .c-subtitle::after {
      background: linear-gradient(90deg, #248EAF 0%, #248EAF 11.9%, #F5F5F5 11.9%, #F5F5F5 100%);
  }

  .c-element__title {
      font-size: 2.2rem;
      position: relative;
      padding-left: 40px;
      padding-right: 0px;
      padding-top: 10px;
      padding-bottom: 16px;
      display: block;
  }

  .c-element__title:after {
      content: "";
      width: 100%;
      height: 2px;
      background-color: #D9D9D9;
      position: absolute;
      top: initial;
      bottom: 0;
      right: 0;
  }

  .c-element__subtitle {
      font-size: 1.6rem;
      display: inline-block;
      padding-left: 0px;
      padding-top: 13px;
      width: 100%;
  }

  .c-newsItem__date {
      font-size: 1.2rem;
  }

  .c-newsItem__title {
      margin-top: 5px;
  }

  .c-listItem {
      font-size: 1.6rem;
      position: relative;
      /* padding-left: 14px;
      line-height: calc(28/16); */
  }

  .p-calender__today {
    padding: 10px 15px;
  }
  .c-link__today {
    padding: 12px 15px;
  }
}


/*---------------------
入会ページ
------------------------*/
.p-nyukai__img.u-pc {
  padding-top:  calc(200 / 1400 * 100%);
  position: relative;
}

.p-nyukai__img.u-pc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-image: url(../images/nyukai/nyukai-mv.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-nyukai__img.u-sp {
  padding-top:  calc(80 / 375 * 100%);
  position: relative;
}

.p-nyukai__img.u-sp::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-image: url(../images/nyukai/nyukai-mv-sp.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-nyukai__inner {
  padding-top: 5px;
}

@media screen and (max-width: 991px) {
  .p-nyukai__inner {
      margin-top: 27px;
  }
}

.p-nyukai_link {
  position: relative;
  padding-bottom: 65px;
}

.p-nyukai_link a {
  position: relative;
  display: block;
  padding-left: 34px;
  margin-top: 28px;
}

.p-nyukai_link a p {
  display: inline-block;
  border-bottom: 1px solid #1e1e1e;
}

.p-nyukai_link a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/nyukai/icon-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-nyukai__flow {
  padding-bottom: 44px;
}

.p-nyukai__flowItems {
  padding-top: 40px;
  padding-bottom: 34px;
}

.p-nyukai__flowItem {
  line-height: calc(28/16);
  display: block;
  width: 100%;
  position: relative;
  padding-left: 40px;
}

.p-nyukai__flowItem:not(:first-child) {
  margin-top: 22px;
}

.p-nyukai__flowItem::before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 5%;
  left: 0;
}

.p-nyukai__flowItem:nth-child(1)::before {
  background-image: url(../images/common/no-1.png);
}
.p-nyukai__flowItem:nth-child(2)::before {
  background-image: url(../images/common/no-2.png);
}
.p-nyukai__flowItem:nth-child(3)::before {
  background-image: url(../images/common/no-3.png);
}
.p-nyukai__flowItem:nth-child(4)::before {
  background-image: url(../images/common/no-4.png);
}
.p-nyukai__flowItem:nth-child(5)::before {
  background-image: url(../images/common/no-5.png);
}
.p-nyukai__flowItem:nth-child(6)::before {
  background-image: url(../images/common/no-6.png);
}

.p-nyukai__info {
  padding-top: 40px;
  padding-bottom: 80px;
}

.p-nyukai__kaiin {
  padding-top: 43px;
  padding-bottom: 31px;
}

.p-nyukai__shiharai {
  padding-top: 40px;
  padding-bottom: 70px;
}

.l-caution {
  margin-top: 31px;
}

.p-nyukai__price {
  padding-top: 2px;
  padding-bottom: 120px;
}

.l-nyukai__priceInner {
  padding-top: 43px;
  padding-bottom: 27px;
}

.p-nyukai_text a {
  color: #FF8C00;
  border-bottom: 1px solid #FF8C00;
}

.l-nyukai__text {
  margin-top: 25px;
}


.p-nyukai__table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #F6D68D;
  margin-top: 64px;
}

.p-nyukai__tableHeader {
  background-color:  #FFECBD;
}

.p-nyukai__tableHeader th {
  background-color:  #FFECBD;
}

.p-nyukai__table th, .p-nyukai__table td {
  padding: 22px;
  border: 1px solid #F6D68D;
  vertical-align: top;
}

.p-nyukai__th {
  background-color: #FFF5DC;
  width: 20.83%;
  max-width: 200px;
}

.p-nyukai__middle {
  width: 58.3%;
}

.p-nyukai__kaihiItems {
  margin-top: 24px;
}

.p-nyukai__a {
  display: inline-block;
  margin-top: 23px;

  color: #FF8C00;
  border-bottom: 1px solid #FF8C00;
}

.p-nyukai__button {
  margin-top: 37px;
}

.l-tableCaution {
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .p-nyukai__flow {
      padding-bottom: 23px;
  }

  .p-nyukai_link {
      padding-bottom: 33px;
  }

  .p-nyukai_link a {
      margin-top: 25px;
      padding-left: 20px;
  }

  .p-nyukai_link a::before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../images/nyukai/icon-arrow-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
/*
  .p-nyukai_link a p {
      font-size: 1.6rem;
  }
*/
  .p-nyukai__flowItems {
      padding-top: 21px;
  }
/*
  .p-nyukai__flowItem {
      font-size: 1.6rem;
  }
*/
  .p-nyukai__info {
      padding-top: 20px;
      padding-bottom: 21px;
  }

  .p-nyukai__kaiin {
      padding-top: 23px;
      padding-bottom: 30px;
  }

  .p-nyukai__shiharai {
      padding-top: 10px;
      padding-bottom: 30px;
  }

  .p-nyukai__price {
      padding-top: 20px;
      padding-bottom: 62px;
  }


  .l-nyukai__priceInner {
      padding-top: 23px;
      padding-bottom: 15px;
  }

  .p-nyukai__table {
      margin-top: 30px;
  }

  .p-nyukai__kaihiItems {
      margin-top: 2px;
  }

  .p-nyukai__caution {
      margin-top: 5px;
  }

  .p-nyukai__course {
      padding-top: 9px;
  }

  .l-courseCaution {
      margin-top: 28px;
  }
/*
  .p-nyukai_text {
      font-size: 1.6rem;
  }
  .p-nyukai_text a {
      font-size: 1.6rem;
  }
  */
  .l-nyukai__text {
      margin-top: 21px;
  }

  .p-nyukai__table {
      margin-top: 35px;
  }

  .p-nyukai__table th, p-nyukai__table td {
      padding: 22px 0px;
  }

  .p-nyukai__middle {
      width: inherit;
  }

  .p-nyukai__table th, .p-nyukai__table td {
      padding: 13px 5px;
      vertical-align: middle;
  }

  .p-nyukai__th {
      background-color: #FFF5DC;
      width: 20.83%;
      max-width: 200px;
      padding: 19px 5px;
  }

  .l-tableCaution {
      margin-top: 19px;
  }
/*
  .p-nyukai__a {
      font-size: 1.6rem;
  }
*/
  .p-nyukai__button {
      margin-top: 40px;
  }
}

.p-price-width1{
  width: 9em;
}
.p-price-width2{
  width: auto;
}
.p-price-width3{
  width: 7.5em;
}
.p-price-width4{
  width: 11.6em;
}
@media screen and (max-width: 991px) {
  .p-price-width1{
  width: 4em;
  }
  .p-price-width3{
    width: 5em;
  }
  .p-price-width4{
    width: 6em;
  }
}


/*---------------------
脳トレとはページ
------------------------*/
.p-about__img.u-pc {
  padding-top:  calc(200 / 1400 * 100%);
  position: relative;
}

.p-about__img.u-pc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-image: url(../images/about/about-mv.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-about__img.u-sp {
  padding-top:  calc(80 / 375 * 100%);
  position: relative;
}

.p-about__img.u-sp::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-image: url(../images/about/about-mv-sp.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.p-about__headerText {
  margin-top: 23px;
}

.p-about__headerBlue {
  color: #248EAF;
  font-weight: bold;
}

.p-about__headerOrange {
  color: #FF8C00;
  font-weight: bold;
}

.p-about__support {
  padding-top: 60px;
  padding-bottom: 80px;
}

.p-aboutSupport__header {
  background-color: #FFECBD;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  text-align: center;
}

.p-aboutSupport__header h2 {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
}

.p-aboutSupport__header h2 span {
  font-size: 5rem;
  font-weight: bold;
  color: #FF8C00;
}

.p-aboutSupport__header h2::before {
  content: "";
  width: 30px;
  height: 38px;
  background-image: url(../images/about/bright-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-aboutSupport__header h2::after {
  content: "";
  width: 30px;
  height: 38px;
  background-image: url(../images/about/bright-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.p-aboutSupport__items {
  padding-top: 40px;
}

.p-aboutSupport__item {
  width: 100%;
  border: 4px solid #F6D68D;
  border-radius: 10px;
  background-color: #fff;
}

.p-aboutSupport__item:not(:first-child) {
  margin-top: 20px;
}

.p-aboutItem__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0px 6.8% 25px 3.6%;
}

.p-aboutItem__img {
  width: 27%;
}

.p-aboutItem__img.u-pc {
  display: block;
}

.p-aboutItem__img.u-sp {
  display: none;
}

.p-aboutItem__content {
  width: 73%;
  padding-right: calc(70/1400 *100%);
}

.p-aboutItem__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 29px 6.8% 0px 3.6%;
}

.p-aboutItem__text {
  margin-top: 24px;
}

.p-aboutSupport__button {
  padding-top: 60px;
}

.p-aboutKouka {
  background-color: #FFF5DC;
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-aboutKouka__header {
  background-color: #FFECBD;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
}

.p-aboutKouka__header h2 {
  font-size: 3rem;
  font-weight: bold;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  display: inline-block;
}

.p-aboutKouka__header h2 span {
  font-size: 1.8rem;
  color: #FF8C00;
  font-weight: bold;
}

.p-aboutKouka__header h2::before {
  content: "";
  width: 30px;
  height: 38px;
  background-image: url(../images/common/bright-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-aboutKouka__header h2::after {
  content: "";
  width: 30px;
  height: 38px;
  background-image: url(../images/common/bright-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.p-aboutKouka__items {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.p-aboutKouka__item {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
}

.p-aboutKouka__item:not(:first-child) {
  margin-left: 40px;;
}

.p-aboutKoukaItem__header {
  padding: 15px;
  text-align: center;
  background-color: #248EAF;
  border-radius: 6px 6px 0 0;
}

.p-aboutKoukaItem__header h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.p-aboutKoukaItem__body {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 0 0 6px 6px;
  flex-grow: 1;
}

.p-aboutCenter {
  background-color: #fff;
}

.p-aboutCenter__inner {
  padding-top: 80px;
  padding-bottom: 120px;
}

.p-aboutCenter__container {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 30px;
}

.p-aboutCenter__title {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 12px;
  margin-bottom: 18px;
}

.p-aboutCenter__title::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #248EAF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .p-about__inner {
      margin-top: 30px;
  }

  .p-about__support {
      padding-top: 34px;
      padding-bottom: 41px;
  }

  .p-aboutSupport__header {
      background-color: #FFECBD;
      padding-top: 10px;
      padding-bottom: 14px;
      width: 100%;
      text-align: center;
  }

  .p-aboutSupport__headerImg {
      width: 93.7%;
      max-width: 400px;
      margin: auto;
      padding-left: 27px;
      padding-right: 27px;
      position: relative;
      display: inline-block;
  }

  .p-aboutSupport__headerImg::before {
      content: "";
      width: 16px;
      height: 20px;
      background-image: url(../images/common/bright-left.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
  }

  .p-aboutSupport__headerImg::after {
      content: "";
      width: 16px;
      height: 20px;
      background-image: url(../images/common/bright-right.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
  }

  .p-about__headerText {
      font-size: 1.6rem;
      line-height: calc(20/14);
      margin-top: 29px;
  }

  .p-aboutSupport__items {
      padding-top: 20px;
  }

  .p-aboutSupport__item {
      width: 100%;
      border: 4px solid #F6D68D;
      border-radius: 10px;
      background-color: #fff;
  }

  .p-aboutItem__container {
      display: block;
      padding: 0px 30px 27px 30px;
  }

  .p-aboutItem__img {
      width: 81%;
      margin: auto;
  }

  .p-aboutItem__img.u-sp {
      display: block;
      padding-top: 30px;
      padding-bottom: 0;
  }

  .p-aboutItem__img.u-pc {
      display: none;
  }

  .p-aboutItem__content {
      width: 100%;
      padding-right: 0;
  }

  .p-aboutItem__header {
      display: block;
      align-items: center;
      padding: 30px 30px 0;
  }

  .p-aboutSupport__header h2 {
      font-size: 2rem;
      padding-left: 22px;
      padding-right: 22px;
  }

  .p-aboutSupport__header h2 span {
      font-size: 3.2rem;
  }

  .p-aboutSupport__header h2::before {
      content: "";
      width: 16px;
      height: 20px;
  }

  .p-aboutSupport__header h2::after {
      content: "";
      width: 16px;
      height: 20px;
  }

  .p-aboutItem__text {
      margin-top: 24px;
  }

  .p-aboutSupport__button {
      padding-top: 30px;
  }

  .p-aboutKouka {
      padding-top: 38px;
      padding-bottom: 40px;
  }

  .p-aboutKouka__header {
      padding: 15px 0;
  }

  .p-aboutKouka__headerImg.u-sp {
      display: block;
  }

  .p-aboutKouka__headerImg.u-pc {
      display: none;
  }

  .p-aboutKouka__headerImg {
      width: 94%;
      max-width: 400px;
      margin: auto;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      display: inline-block;
  }

  .p-aboutKouka__headerImg::before {
      content: "";
      width: 16px;
      height: 20px;
      background-image: url(../images/common/bright-left.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
  }

  .p-aboutKouka__headerImg::after {
      content: "";
      width: 16px;
      height: 20px;
      background-image: url(../images/common/bright-right.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
  }

  .p-aboutKoukaItem__header h4 {
      font-size: 1.8rem;
  }

  .p-aboutKoukaItem__header {
      border-radius: 10px 10px 0 0;
  }

  .p-aboutKoukaItem__body {
      background-color: #fff;
      padding: 10px 20px 15px;
      border-radius: 0 0 10px 10px;
      flex-grow: 1;
  }

  .p-aboutCenter__container {
      padding: 22px 19px 19px;
  }

  .p-aboutCenter__title {
      font-size: 1.6rem;
      margin-bottom: 22px;
  }

  .p-aboutCenter__inner {
      padding-top: 40px;
      padding-bottom: 150px;
  }
}


@media screen and (max-width: 991px) {
  .p-aboutKouka__items {
      padding-top: 18px;
      display: block
  }

  .p-aboutKouka__item {
      width: 100%;
      display: flex;
      flex-direction: column;
  }

  .p-aboutKouka__item:not(:first-child) {
      margin-left: 0;
      margin-top: 20px;
  }
}




/*---------------------
学習の進め方
------------------------*/
.p-gakushu__img.u-pc {
  padding-top:  calc(200 / 1400 * 100%);
  position: relative;
}

.p-gakushu__img.u-pc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-image: url(../images/gakushu/gakushu-mv.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-gakushu__img.u-sp {
  padding-top:  calc(80 / 375 * 100%);
  position: relative;
}

.p-gakushu__img.u-sp::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-image: url(../images/gakushu/gakushu-mv-sp.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-gakushuSokutei__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 6px;
}

.p-gakushuSokutei__title {
  font-size: 3.6rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-right: calc(34/1400 *100%);
  display: inline-block;
}

.p-gakushuSokutei__title::after {
  content: "";
  width: 2px;
  height: 100%;
  background-image: url(../images/common/dot-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.p-gakushuSokutei__subtitle {
  font-size: 2.2rem;
  font-weight: bold;
  display: inline-block;
  padding-left: calc(29/1400 *100%);
  width: 55%;
}

.p-gakushuSokutei__header p {
  padding-top: 22px;
}

.p-gakushuSokutei__items {
  display: flex;
  padding-top: 60px;
}

.p-gakushuSokutei__item {
  width: calc(33.3% - 40px*2/3);
  position: relative;
}

.p-gakushuSokutei__item:not(:first-child) {
  margin-left: 40px;;
}

.p-gakushuSokutei__item:not(:first-child)::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/gakushu/sokutei-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}

.p-sokuteiItem {
  padding: 23px 20px 20px;
  text-align: center;
}

.p-sokuteiItem.--orange {
  background-color: #FFF5DC;
  border-radius: 10px;
}

.p-sokuteiItem.--blue {
  background-color: #E1F0F8;
  border-radius: 10px;
}

.p-sokuteiItem__title.--orange {
  font-size: 2rem;
  font-weight: bold;
  color: #FF8C00;
}

.p-sokuteiItem__title.--blue {
  font-size: 2rem;
  font-weight: bold;
  color: #248EAF;
}

.p-sokuteiItem__title.--orange {
  font-size: 2rem;
  font-weight: bold;
  color: #FF8C00;
}

.p-sokuteiItem:nth-child(1) .p-sokuteiItem__img {
  width: 48%;
  margin: auto;
  padding-top: 20px;
}

.p-sokuteiItem:nth-child(2) .p-sokuteiItem__img {
  width: 64%;
  margin: auto;
  padding-top: 20px;
}

.p-sokuteiItem:nth-child(3) .p-sokuteiItem__img {
  width: 48%;
  margin: auto;
  padding-top: 20px;
}

.p-sokuteiItem p {
  padding-top: 18px;
  font-size: 1.6rem;
  line-height: calc(22/14);
}

.p-gakushuSokutei__jisshi {
  margin-top: 43px;
}

.p-jisshi {
  border: 2px solid #FF8C00;
  border-radius: 6px;
}

.p-jisshi__header {
  background-color: #FF8C00;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 19px 15px 23px;
  position: relative;
}

.p-jisshi__header::before {
  content: "";
  width: 52px;
  height: 40px;
  background-image: url(../images/gakushu/jisshi-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 14%;
  transform: translateX(-50%);
  top: -24px;
}

.p-jisshi__body {
  background-color: #fff;
  border-radius: 6px;
  padding: 38px 40px;
}

.p-jisshi__title {
  text-align: center;
}

.p-jisshi__title p {
  font-weight: bold;
}

.p-jisshi__title h3 {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 9px;
  display: inline-block;
}

.p-jisshi__title h3 span {
  color: #FF8C00;
}

.p-jisshi__title h3::before {
  content: "";
  width: 4px;
  height: 70%;
  background-color: #FF8C00;
  position: absolute;
  top: 67%;
  transform: rotate(-30deg) translateY(-50%);
  left: 0;
}

.p-jisshi__title h3::after {
  content: "";
  width: 4px;
  height: 70%;
  background-color: #FF8C00;
  position: absolute;
  top: 67%;
  transform: rotate(30deg) translateY(-50%);
  right: 0;
}

.p-jisshi__items {
  display: flex;
  margin-top: 43px;
}

.p-jissshiAbout {
  background-color: #FFF5DC;
  border-radius: 6px;
  padding: 15px 20px 20px;
  width: calc(50% - 40px);
}

.p-jisshiAbout__title {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
}

.p-jisshiAbout__title span {
  color: #FF8C00;
}

.p-jisshiAbout__title::after {
  content: "";
  width: 100%;
  border-bottom: 1px dotted #FF8C00;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-jisshiAbout__text {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: calc(22/14);
}

.p-jisshiFlow {
  width: calc(50% - 40px);
  width: 50%;
  margin-left: 40px;
  padding-left: 40px;
  position: relative;
}

.p-jisshiFlow::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-jisshiFlow__title {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 12px;
  position: relative;
}

.p-jisshiFlow__title::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #248EAF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-jisshiFlow__items {
  margin-top: 20px;
}

.p-jisshiFlow__item {
  font-size: 1.6rem;
  padding-left: 40px;
  position: relative;
}

.p-jisshiFlow__item span {
  font-weight: bold;
}

.p-jisshiFlow__item:not(:first-child) {
  margin-top: 20px;
}
.p-jisshiFlow__item:nth-child(1)::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/common/no-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-jisshiFlow__item:nth-child(2)::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/common/no-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-jisshi__check {
  padding-top: 40px;
}

.p-jisshiCheck__header {
  width: 100%;
  background-color: #FFF5DC;
  border-top: 4px solid #FFECBD;
  border-bottom: 4px solid #FFECBD;
  padding-top: 9px;
  padding-bottom: 6px;
  text-align: center;
}

.p-jisshiCheck__header p {
  color: #FF8C00;
  font-weight: bold;
  font-size: 2.2rem;
}

.p-jisshiCheck__sub {
  font-size: 1.6rem;
  margin-top: 10px;
  text-align: center;
}

.p-jisshiCheck__items {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.p-jisshiCheck__item {
  width: calc(33.3% - 41px*2/3);
  display: flex;
  flex-direction: column;
}

.p-jisshiCheck__item:not(:first-child) {
  margin-left: 41px;
}

.p-checkItem__header {
  display: flex;
  flex-wrap: wrap;
}

.p-checkItem__img {
  width: 31.8%;

}

.p-checkItem__title {
  width: 68%;
  padding-left: 17px;
}

.p-checkItem__titleText {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 12px;
  position: relative;
}

.p-checkItem__titleText::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #248EAF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-checkItem__titleSub {
  font-size: 1.6rem;
  line-height: calc(22/14);
  padding-top: 11px;
}

.p-checkItem__titleSub span {
  font-weight: bold;
}

.p-checkItem__body {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.p-checkItem__bodyTitle {
  background-color: #248EAF;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 2px 5px;
}

.p-checkItem__text {
  background-color: #F5F5F5;
  padding: 15px;
  font-size: 1.6rem;
  line-height: calc(22/14);
  flex-grow: 1    ;
}

.p-checkItem__text p {
  font-size: 1.6rem;
  line-height: calc(22/14);
}

.p-jisshiCheck__caution {
  padding-top: 38px;
}

.p-jisshiCheck__caution p {
  font-size: 1.4rem;

}

.p-gakushuDaily {
  background-color: #E1F0F8;
  margin-top: 80px;
}

.p-gakushuDaily__inner {
  padding-top: 77px;
  padding-bottom: 120px;
}

.p-gakushuDaily__items {
  margin-top: 40px;
  display: flex;
}

.p-gakushuDaily__item {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
}

.p-gakushuDaily__item:not(:first-child) {
  margin-left: 40px;
}

.p-dailyItem__header {
  background-color: #248EAF;
  text-align: center;
  padding: 12px 15px 10px;
  border-radius: 6px 6px 0 0;
}

.p-dailyItem__header p {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.p-dailyItem__body {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  padding: 16px 30px 30px;
  text-align: center;
  flex-grow: 1;
}

.p-dailtItem__text {
  margin-top: 20px;
}

.p-dailyItem__body p span {
  font-weight: bold;
}

.p-dailyItem__title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 14px;
}

.p-dailyItem__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-dailyItem__title span {
  color: #FF8C00;
}

.p-dailyItem__img {
  padding-top: 12px;
  width: 100%;
}

.p-gakushuDaily__work {
  background-color: #fff;
  padding: 35px 30px 38px;
  margin-top: 40px;
  border-radius: 6px;
}

.p-gakushuWork__container {
  padding-top: 40px;
}

.p-gakushuWork__imgContainer {
  display: flex;
  flex-wrap: wrap;
}

.p-gakushuWork__img1 {
  width: 35%;
  margin: auto;
  text-align: center;
}

.p-gakushuWork__img1 img {
  height: 150px;
  object-fit: contain;
  display: block;
  margin: auto;
}

.p-gakushuWork__img2 {
  width: 32%;
  margin: auto;
  text-align: center;
}

.p-gakushuWork__img2 img {
  height: 150px;
  object-fit: contain;
  display: block;
  margin: auto;

}

.p-gakushuWork__caption {
  margin-top: 18px;
  display: inline-block;
  background-color: #FF8C00;
  padding: 1px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}

.p-gakushuWork__text.--line {
  position: relative;
  padding-bottom: 20px;
}

.p-gakushuWork__text.--line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-gakushuWork__text p {
  font-size: 1.6rem;
  line-height: calc(20/12);
  padding-top: 38px;
}

.p-gakushuWork__img3 {
  text-align: center;
  width: 26%;
  margin: 40px auto 0;
}

.p-gakushuWork__img3 img {
  height: 150px;
  object-fit: contain;
  display: block;
  margin: auto;

}
.p-gakushuWork__textContainer {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .p-jisshiCheck__item {
      width: calc(50% - 41px*1/2);
  }

  .p-jisshiCheck__item:not(:first-child) {
      margin-left: 0;
  }

  .p-jisshiCheck__item:not(:nth-child(2n + 1)) {
      margin-left: 41px;
  }

  .p-jisshiCheck__item:nth-child(n + 3) {
      margin-top: 41px;
  }
}

@media screen and (max-width: 991px) {
  .p-gakushuSokutei__header {
      display: block;
      padding-top: 32px;
  }

  .p-gakushuSokutei__title {
      font-size: 2.4rem;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 16px;
      display: block;
  }

  .p-gakushuSokutei__title::after {
      content: "";
      width: 100%;
      height: 2px;
      border-bottom: 2px dotted #248EAF;
      top: initial;
      bottom: 0;

  }

  .p-gakushuSokutei__subtitle {
      font-size: 1.6rem;
      padding-left: 0;
      padding-top: 10px;
      width: 100%;
  }


  .p-gakushuSokutei__items {
      display: block;
      padding-top: 30px;
  }

  .p-gakushuSokutei__item {
      width: 100%;
      position: relative;
  }


  .p-gakushuSokutei__item:not(:first-child) {
      margin-left: 0;
      margin-top: 40px;
  }

  .p-gakushuSokutei__item:not(:first-child)::before {
      content: "";
      width: 20px;
      height: 20px;
      background-image: url(../images/gakushu/sokutei-arrow-sp.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: -30px;
      transform: translateX(-50%);
      left: 50%;
  }

  .p-sokuteiItem:nth-child(1) .p-sokuteiItem__img {
      width: 41%;
      margin: auto;
      padding-top: 20px;
  }

  .p-sokuteiItem:nth-child(2) .p-sokuteiItem__img {
      width: 55%;
      margin: auto;
      padding-top: 20px;
  }

  .p-sokuteiItem:nth-child(3) .p-sokuteiItem__img {
      width: 41%;
      margin: auto;
      padding-top: 20px;
  }

  .p-gakushuSokutei__jisshi {
      margin-top: 35px;
  }
  .p-jisshi__body {
      padding: 20px;
  }

  .p-jisshi__header::before {
      left: 50%;
      top: -16px;
      z-index: -1;
  }

  .p-jisshi__header {
      font-size: 2rem;
      padding: 11px 15px 15px;
  }

  .p-jisshi__title h3 {
      font-size: 2rem;
      padding-left: 6px;
      padding-right: 6px;
      padding-top: 5px;
  }

  .p-jisshi__title h3::before {
      height: 100%;
      top: 80%;
  }

  .p-jisshi__title h3::after {
      height: 100%;
      top: 80%;
  }

  .p-jisshi__items {
      display: block;
      margin-top: 31px;
  }

  .p-jissshiAbout {
      width: 100%;
      padding: 17px 17px 20px;
  }

  .p-jisshiAbout__title {
      font-size: 1.8rem;
      font-weight: bold;
      position: relative;
      padding-bottom: 7px;
  }

  .p-jisshiAbout__title span {
      color: #FF8C00;
  }

  .p-jisshiAbout__title::after {
      content: "";
      width: 100%;
      border-bottom: 1px dotted #FF8C00;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }

  .p-jisshiFlow {
      width: 100%;
      margin-left: 0;
      padding-left: 0;
      margin-top: 20px;
      padding-top: 20px;
      position: relative;
  }

  .p-jisshiFlow::before {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #D9D9D9;
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      left: 50%;
  }

  .p-jisshiFlow__title {
      font-size: 1.8rem;
      font-weight: bold;
      padding-left: 12px;
      position: relative;
  }

  .p-jisshiFlow__title::before {
      content: "";
      width: 4px;
      height: 100%;
      background-color: #248EAF;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
  }

  .p-jisshiFlow__items {
      margin-top: 21px;
  }

  .p-jisshiFlow__item {
      font-size: 1.6rem;
      line-height: calc(22/14);
      padding-left: 40px;
      position: relative;
  }

  .p-jisshiFlow__item:not(:first-child) {
      margin-top: 12px;
  }

  .p-jisshiFlow__item:nth-child(1)::before {
      content: "";
      width: 30px;
      height: 30px;
      background-image: url(../images/common/no-1.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 42%;
      transform: translateY(-50%);
      left: 0;
  }

  .p-jisshiFlow__item:nth-child(2)::before {
      content: "";
      width: 30px;
      height: 30px;
      background-image: url(../images/common/no-2.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
  }

  .p-jisshi__check {
      padding-top: 20px;
  }

  .p-jisshiCheck__header {
      padding-bottom: 9px;
  }

  .p-jisshiCheck__header p {
      color: #FF8C00;
      font-weight: bold;
      font-size: 2rem;
  }

  .p-jisshiCheck__item {
      width: 100%;
  }

  .p-jisshiCheck__item:not(:first-child) {
      margin-top: 40px;
  }

  .p-jisshiCheck__item:not(:nth-child(2n + 1)) {
      margin-left: 0;
  }

  .p-checkItem__img {
      width: 28.8%;
  }

  .p-checkItem__text{
      padding: 15px 13px 19px;
  }

  .p-jisshiCheck__caution {
      padding-top: 15px;
  }

  .p-gakushuDaily {
      margin-top: 40px;
  }

  .p-gakushuDaily__inner {
      padding-top: 10px;
      padding-bottom: 150px;
  }

  .p-gakushuDaily__items {
      margin-top: 41px;
      display: block;
  }

  .p-gakushuDaily__item {
      width: 100%;
      display: flex;
      flex-direction: column;
  }

  .p-gakushuDaily__item:not(:first-child) {
      margin-left: 0;
      margin-top: 21px;
  }

  .p-dailyItem__header {
      border-radius: 10px 10px 0 0;
      padding: 14px 15px 14px;
  }

  .p-dailyItem__header p {
      font-size: 1.8rem;
  }

  .p-dailyItem__body {
      border-radius: 0 0 10px 10px;
      padding: 20px 20px 30px;
  }

  .p-dailyItem__title {
      font-size: 2rem;
  }

  .p-dailyItem__img {
      padding-top: 12px;
  }

  .p-gakushuDaily__work {
      padding: 23px 20px 20px;
      margin-top: 20px;
  }

  .p-gakushuDaily__subtitle {
      font-size: 1.8rem;
  }

  .p-gakushuWork__container {
      padding-top: 13px;
  }

  .p-gakushuWork__imgContainer {
      display: block;
  }

  .p-gakushuWork__img1 {
      width: 80%;
  }

  .p-gakushuWork__img1 img {
      height: 120px;
  }

  .p-gakushuWork__img2 {
      width: 80%;
      margin-top: 40px;
  }

  .p-gakushuWork__img2 img {
      height: 120px;
  }

  .p-gakushuWork__caption {
      margin-top: 16px;
      padding: 2px 10px;
      font-size: 1.8rem;
  }

  .p-gakushuWork__img3 {
      width: 100%;
      margin: 46px auto 0;
  }

  .p-gakushuWork__img3 img {
      width: 60%;
      margin: auto;
  }

  .p-gakushuWork__text p {
      padding-top: 41px;
  }
}

/*---------------------
推薦の言葉
------------------------*/

.p-suisen__title {
  text-align: center;
  padding: 40px 20px;
}

.p-suisen__title p {
  font-weight: bold;
}

.p-suisen__title h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.2rem;
  position: relative;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 9px;
  display: inline-block;
}

.p-suisen__title h3 span.emphasis {
  color: #FF8C00;
}
.p-suisen__title h3 .i-b {
  display:inline-block;
}

.p-suisen__title h3::before {
  content: "";
  width: 4px;
  height: 70%;
  background-color: #FF8C00;
  position: absolute;
  top: 55%;
  transform: rotate(-30deg) translateY(-50%);
  left: 0;
}

.p-suisen__title h3::after {
  content: "";
  width: 4px;
  height: 70%;
  background-color: #FF8C00;
  position: absolute;
  top: 55%;
  transform: rotate(30deg) translateY(-50%);
  right: 0;
}

.p-suisen__profile {
  margin-top: 40px;
}

.p-suisen__profile_container {
  display: flex;
  align-items: center;
}

.p-suisen__profile_text{
  width: 75%;
  padding-left: 20px;
}
.p-suisen__profile_name {
  font-weight: bold;
}
.p-suisen__profile_img{
  width: 25%;
}

@media screen and (max-width: 991px) {
  .suisen__title h3 {
    font-size: 2rem;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 5px;
  }
}


@media screen and (max-width: 768px) {
  .p-suisen__profile_container {
    display: block;
  }
  .p-suisen__profile_text{
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .p-suisen__profile_img{
    width: 66%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .p-suisen__title h3::before,
  .p-suisen__title h3::after {
    display: none;
  }
}

/*---------------------
お問合せ
------------------------*/

.p-inqury__contents{
  margin-top: 2rem;
}

.p-inqury__phone {
  background-color: #FFECBD;
  padding-top: 24px;
  padding-bottom: 18px;
  width: 100%;
  text-align: center;
}

.p-inqury__phone span{
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .4rem;
}

@media screen and (max-width: 991px) {
  .p-inqury__contents{
    margin-top: 1.6rem;
  }
}

.p-inqury__inner{
  background-color: #fff;
  padding: 15px 30px;
  width: 88.57%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 18px;
  border-radius: 5px;
  text-align: left;
}


/*---------------------
TOP　index.html
------------------------*/

.box-home {
  position   : relative;
  background-size: cover;
  margin     : auto;
  overflow   : hidden;
  padding-top: 28.6%;
}

.box-home .bgImg {
  background-size: cover;
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 9s infinite;
}

.pc-home .src1 {
  background-image: url(../images/top/mv01.jpg);
}
.pc-home .src2 {
  background-image : url(../images/top/mv02.jpg);
  animation-delay  : 3s;
}
.pc-home .src3 {
  background-image : url(../images/top/mv03.jpg);
  animation-delay  : 6s;
}
.pc-home{
  display: block !important;
}
.sp-home{
  display: none !important;
}

@keyframes bgAnime {
  0% { opacity: 0; }
  6.666666666666667% { opacity: 1; }
  33.33333333333333% { opacity: 1; }
 40% { opacity: 0; }
100% { opacity: 0;
  /* transform: scale(1.10);} */
}}
@media only screen and (max-width: 834px) {
  .box-home {
    padding-top: 100%;
  }
  .sp-home .src1 {
    background-image: url(../images/top/mv01_sp.jpg);
  }
  .sp-home .src2 {
    background-image : url(../images/top/mv02_sp.jpg);
    animation-delay  : 3s;
  }
  .sp-home .src3 {
    background-image : url(../images/top/mv03_sp.jpg);
    animation-delay  : 6s;
  }
  .pc-home {
    display: none !important;
  }
  .sp-home {
    display: block !important;
  }
}

.p-top__mv {
  position: relative;
}

.p-top__img.u-pc {
  padding-top:  calc(400 / 1400 * 100%);
  position: relative;
}

.p-top__img.u-pc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-image: url(../images/top/top-mv.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-top__title {
  position: absolute;
  width: calc(470/1400 *100%);
  left: calc(80/1400 *100%);
  top: calc(347/1400 *100%);
}

.p-top__subtitle {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(32/18);
  position: absolute;
  left: calc(80/1400 *100%);
  top: calc(748/1400 *100%)
}

.p-top__campaign {
  background-color: #FF8C00;
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-top__campaignInner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 88.57%;
  margin: auto;
}

.p-top__campaignHeader p {
  color: #fff;
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: bold;

}

.p-top__campaignBody {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 10px;
}

.p-topAbout {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-topAbout__title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.p-topAbout__title span {
  color: #FF8C00;
}

.p-topAbout__text {
  margin-top: 23px;
  text-align: center;
}

.p-topAbout__text span {
  color: #248EAF;
  font-weight: bold;
}

.p-topElement {
  background-color: #FFF5DC;
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-topElement__header {
  padding: 22px 20px 23px;
  background-color: #248EAF;
  border-radius: 6px;
  position: relative;
}

.p-topElement__header::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.p-topElement__header::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.p-topElement__header h2 {
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
  line-height: 2.8rem;
}

.p-topElement__items {
  margin-top: 40px;
}

.p-topElement__item {
  background-color: #fff;
  border: 4px solid #F6D68D;
  border-radius: 10px;
  padding: 20px 36px;
}

.p-topElement__item:not(:first-child) {
  margin-top: 20px;
}

.p-topElement__container {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
}

.p-topElement__titles{
  width: 76%;
}

.p-topElement__title {
  display: flex;
  align-items: center !important;
}

.p-topElement__title .c-element__title {
  width: 132px;
}

.p-topElement__title .c-element__subtitle {
  width: 100%;
}

.p-topElement__img {
  width: 33.3%;
}

.p-topElement__item:nth-child(1) .p-topElement__img {
  width: 29%;
  margin: auto;
}

.p-topElement__item:nth-child(2) .p-topElement__img {
  width: 17%;
  margin: auto;
}

.p-topElement__item:nth-child(3) .p-topElement__img {
  width: 20%;
  margin: auto;
}


.p-topElement__button {
  margin-top: 60px;
}

.p-topMonitor {
  background-image: url(../images/top/monitor-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 20px;
  padding-left: 20px;
}

.p-topMonitor__inner {
  background-color: #fff;
  padding: 62px 100px 44px;
  width: 88.57%;
  margin: auto;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.p-topMonitor__title {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  margin: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.p-topMonitor__title::before {
  content: "";
  width: 4px;
  height: 70%;
  background-color: #FF8C00;
  position: absolute;
  top: 67%;
  transform: rotate(-30deg) translateY(-50%);
  left: 0;
}

.p-topMonitor__title::after {
  content: "";
  width: 4px;
  height: 70%;
  background-color: #FF8C00;
  position: absolute;
  top: 67%;
  transform: rotate(30deg) translateY(-50%);
  right: 0;
}

.p-topMonitor__title span {
  color: #FF8C00;
}

.p-topMonitor__items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-topMonitor__items.u-sp {
  display: none;
}

.p-topMonitor__item {
  width: calc(50% - 16px);
}

.p-topMonitor__item:nth-child(2) {
  margin-left: 32px;
}

.p-topMonitor__item:nth-child(3) {
  margin-top: 20px;
}

.p-topMonitor__item:nth-child(4) {
  margin-top: 25px;
}

.p-topMonitor__bright1 {
  width: 40px;
  position: absolute;
  top: 40px;
  left: 40px;
}

.p-topMonitor__bright2 {
  width: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
}

.p-topMonitor__bright3 {
  width: 40px;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.p-topMonitor__bright4 {
  width: 40px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.p-topService {
  background-color: #E8F7FF;
  padding-top: 80px;
  padding-bottom: 80px;
}


.p-topService__title {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 58px;
  z-index: 1;
}

.p-topService__title::before {
  content: "ご自宅で";
  background-color: #FF8C00;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 5px 20px 10px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-topService__title::after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #FF8C00;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: rotate(-45deg) translateX(-50%);
  top: 12px;
  z-index: -1;
}

.p-topService__body {
  width: 100%;
  margin-top: 40px;
}

.p-topService__bodyHeader {
  background-color: #248EAF;
  padding: 18px 15px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.p-topService__contents {
  background-color: #fff;
  padding: 30px 56px 40px;
  display: flex;
  flex-wrap: wrap;
}

.p-topService__contents__reverse {
  flex-direction: row-reverse;
  display: flex;
  width: 100%;
}

.p-topService__left {
  width: 47%;
}

.p-topService__left p span {
  color: #248EAF;
  font-weight: bold;
}

.p-topService__right {
  width: 53%;
  padding-left: 30px;
}

.p-topService__right p span {
  color: #248EAF;
  font-weight: bold;
}

.p-topService__buttonContainer {
  padding-top: 30px;
}


.p-topNews {
  padding-top: 66px;
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .p-topMonitor__item {
      width: calc(100% - 16px);
  }

  .p-topService__button {
      display: block;
      margin: auto;
  }

  .p-topService__button.--2 {
      margin: 20px auto 0;
  }

  .p-topService__contents {
      padding: 15px 20px 20px;
      display: block;
  }

  .p-topService__contents__reverse {
    flex-direction: column;
  }

  .p-topService__left {
      width: 100%;
  }

  .p-topService__left.pt-add {
      padding-top: 19px;
  }

  .p-topService__right {
      width: 100%;
      padding-left: 0;
      padding-top: 19px;
  }

  .p-topService__right.pt-remove {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-top__img.u-pc {
      display: none;
  }

  .p-top__img.u-sp {
      padding-top:  calc(400 / 375 * 100%);
      position: relative;
  }

  .p-top__img.u-sp::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      background-image: url(../images/top/top-mv-sp.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
  }

  .p-top__title {
      position: absolute;
      width: calc(250/375 *100%);
      left: 50%;
      transform: translateX(-50%);
      top: calc(86/1400 *100%);
  }

  .p-top__subtitle {
      font-size: 1.5rem;
      line-height: calc(32/18);
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: calc(276/1400 *100%);
      text-align: center;
      width: 100%;
  }

  .p-top__campaign {
      padding-bottom: 9px;
  }

  .p-top__campaignInner {
      display: block;
      flex-wrap: wrap;
      align-items: center;
      width: 89.3%;
      margin: auto;
  }

  .p-top__campaignHeader p {
      padding: 4px 3px;
      border-radius: 3px;
      font-size: 1.2rem;
  }

  .p-top__campaignBody {
      padding-left: 0;
      padding-top: 10px;
  }

  .p-top__campaignBody p {
      font-size: 1.6rem;
  }

  .p-topAbout {
      padding-top: 40px;
      padding-bottom: 40px;
  }

  .p-topAbout__inner {
      width: 93%;
  }

  .p-topAbout__title {
      font-size: 2.4rem;
      font-weight: bold;
      text-align: center;
  }

  .p-topAbout__text {
      font-size: 1.6rem;
      line-height: calc(28/16);
  }

  .p-topElement {
      padding-top: 40px;
      padding-bottom: 40px;
  }

  .p-topElement__header {
      padding: 10px;
      border-radius: 3px;
  }

  .p-topElement__header::before {
      left: 10px;
  }

  .p-topElement__header::after {
      right: 10px;
  }

  .p-topElement__header h2 {
      font-size: 2.4rem;
  }

  .p-topElement__items {
      margin-top: 24px;
  }

  .p-topElement__item {
      padding: 19px 25px 24px;
  }

  .p-topElement__container {
      display: block;
  }

  .p-topElement__titles {
    width: 100%;
  }

  .p-topElement__title {
      width: 100%;
      display: block;
  }

  .p-topElement__title .c-element__title {
    width: 100%;
  }

  .p-topElement__item:nth-child(1) .p-topElement__img {
      width: 100%;
      margin-top: 20px;
  }

  .p-topElement__item:nth-child(2) .p-topElement__img {
      width: 60%;
      margin-top: 20px;
  }

  .p-topElement__item:nth-child(3) .p-topElement__img {
      width: 64%;
      margin-top: 44px;
  }

  .p-topElement__button {
      margin-top: 30px;
  }

  .p-topMonitor {
      padding-top: 40px;
      padding-bottom: 40px;
      background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #f6d68d 4px, #f6d68d 7px);
      background-size: auto auto;
      background-color: #f8e0a4;
  }

  .p-topMonitor__inner {
      padding: 60px 20px ;
      width: 89.3%;
      padding-top: 30px;
      padding-bottom: 30px;
  }

  .p-topMonitor__title {
      font-size: 2.4rem;
      padding-left: 15px;
      padding-right: 15px;
  }

  .p-topMonitor__title::before {
      height: 70%;
      top: 67%;
      transform: rotate(-30deg) translateY(-50%);
      left: 0;
  }

  .p-topMonitor__title::after {
      height: 70%;
      top: 67%;
      transform: rotate(30deg) translateY(-50%);
      right: 0;
  }

  .p-topMonitor__items {
      margin-top: 20px;
      display: none;
  }


  .p-topMonitor__items.u-sp {
      display: block;
      margin-top: 30px;
  }

  .p-topMonitor__item {
      width: 100%;
  }

  .p-topMonitor__item:nth-child(2) {
      margin-left: 0;
  }

  .p-topMonitor__item:nth-child(3) {
      margin-top: 0;
  }

  .p-topMonitor__item:nth-child(4) {
      margin-top: 0;
  }

  .p-topMonitor__bright1 {
      width: 20px;
      position: absolute;
      top: 20px;
      left: 20px;
  }

  .p-topMonitor__bright2 {
      width: 20px;
      position: absolute;
      top: 20px;
      right: 20px;
  }

  .p-topMonitor__bright3 {
      width: 20px;
      position: absolute;
      bottom: 20px;
      left: 20px;
  }

  .p-topMonitor__bright4 {
      width: 20px;
      position: absolute;
      bottom: 20px;
      right: 20px;
  }

  .p-topService {
      padding-top: 40px;
      padding-bottom: 40px;
  }


  .p-topService__title {
      font-size: 2.4rem;
      padding-top: 55px;
  }

  .p-topService__title::before {
      content: "ご自宅で";
      font-size: 1.8rem;
      padding: 7px 14px 11px 14px;
  }

  .p-topService__title::after {
      top: 9px;
  }

  .p-topService__body {
      margin-top: 22px;
  }

  .p-topService__bodyHeader {
      padding: 12px 10px;
      font-size: 2rem;
  }

  .p-topService__buttonContainer {
      padding-top: 20px;
  }


  .p-topService__button {
      display: inline-block;
  }

  .p-topNews {
      padding-top: 35px;
      padding-bottom: 150px;
  }

  .p-topNews__contact {
      padding: 20px 10px;
      margin-top: 9px;
  }

  .p-topNews__contactTitle {
      font-size: 1.8rem;
  }

  .p-membermenu__button {
      margin: 20px 0 0;
  }
}





/*---------------------
会員TOPページ
------------------------*/
.p-MT__img.u-pc {
  padding-top:  calc(200 / 1400 * 100%);
  position: relative;
}

.p-MT__img.u-pc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-image: url(../images/member-index/MT-mv.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-MT__img.u-sp {
  padding-top:  calc(80 / 375 * 100%);
  position: relative;
}

.p-MT__img.u-sp::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-image: url(../images/member-index/MT-mv-sp.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.p-MTheader__inner {
  padding-bottom: 80px;
}

.p-MTheader__title {
  font-size: 3.6rem;
  font-weight: bold;
}

.p-MTheader__personal {
  padding-top: 53px;
}

.l-MTheader__personal {
  padding-top: 40px;
}

.l-MTheader__personal2 {
  padding-top: 20px;
}

.p-MTheader__personalItems {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 6px;
}

.p-MTheader__personalItem {
  font-size: 1.8rem;
  padding: 33px 3%;
  position: relative;
}

.p-MTheader__personalItem span {
  font-weight: bold;
}

.p-MTheader__personalItem:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 54.5%;
  background-color: #D9D9D9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-MTheader__menu {
  margin-top: 80px;
}

.p-MTheader__menu ul{
  padding: 0;
}

.p-MTheader__menuItems {
  display: flex;
  flex-wrap: wrap;
}

.p-MTheader__menuItem {
  width: calc(33.3% - 2.8%*2/3);
}

.p-MTheader__menuItem:not(:first-child) {
  margin-left: 2.8%;
}

.p-membermenu {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.p-membermenu__header {
  background-color: #248EAF;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 17px;
  font-size: 2rem;
  border-radius: 10px 10px 0 0;
}

.p-membermenu__body {
  background-color: #fff;
  padding: 20px 4.4%;
  border-bottom: 4px solid #248EAF;
  border-right: 4px solid #248EAF;
  border-left: 4px solid #248EAF;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.p-membermenu__img {
  height: 85px;
}

.p-membermenu__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-memebermenu__text {
  margin-top: 30px;
  flex-grow: 1;
}

.p-membermenu__button {
  margin-top: 20px;
}

.p-MThow {
  background-color: #FFF5DC;
}

.p-MThow__inner {
  padding-top: 80px;
  padding-bottom: 100px;
}

.p-MThow__title {
  position: relative;
  padding-top: 55px;
}

.p-MThow__title::before {
  content: "";
  width: 28px;
  height: 45px;
  background-image: url(../images/member-index/how-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-MThow__title h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}

.p-MThow__title h2 span {
  color: #FF8C00;
}

.p-MThow__items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 64px;
}

.p-MThow__item {
  width: calc(50% - 1.4%);
  font-weight: bold;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}

.p-MThow__item a {
  background-color: #248EAF;
  padding: 30px 2.1%;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 6px;
  flex-grow: 1;
}

.p-MThow__item::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/common/button-iconBlue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.p-MThow__item:not(:nth-child(2n + 1)) {
  margin-left: 2.8%;
}

.p-MThow__item:nth-child(n + 3) {
  margin-top: 40px;
}

.p-MTnews__inner {
  margin-top: 80px;
  margin-bottom: 120px;
}

.p-MTnews__title {
  position: relative;
  padding-top: 44px;
}

.p-MTnews__title h2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.p-MTnews__title::before {
  content: "";
  width: 43px;
  height: 31px;
  background-image: url(../images/member-index/news-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-MTnews__items {
  margin-top: 41px;
}

.p-MTnews__button {
  text-align: center;
  margin-top: 40px;
}

.p-MTnews__contact {
  margin-top: 81px;
}


.p-MT__alert {
  margin-top: 40px;
  padding: 36px 40px;
  background-color: rgba(235, 60, 60, 0.1);
  border: 4px solid #EB3C3C;
  border-radius: 6px;
}

.p-MT__alert h2 {
  text-align: center;
  color: #EB3C3C;
  font-weight: bold;
  font-size: 2.2rem;
}

.p-MT__alert p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.p-MTalert__button {
  margin-top: 40px;
}

.p-MT__kyukai {
  margin-top: 40px;
  background-color: #FFECBD;
  border: 4px solid #F6D68D;
  border-radius: 6px;
  padding: 13px 18px;
}

.p-MT__kyukai p {
  text-align: center;
  font-size: 2.2rem;
}

.p-MT__kyukai p span {
  font-weight: bold;
}

.p-MT__taikai {
  margin-top: 40px;
  background-color: #F5F5F5;
  border: 4px solid #D9D9D9;
  border-radius: 6px;
  padding: 13px 18px;
}

.p-MT__taikai p {
  text-align: center;
  font-size: 2.2rem;
}

.p-MT__taikai p span {
  font-weight: bold;
}

.p-account__inner {
  padding-top: 25px;
  padding-bottom: 120px;
}

.p-account__title {
  font-size: 3.6rem;
  font-weight: bold;
}

.p-account__text {
  margin-top: 20px;
}
.p-account__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.p-account__item:not(:nth-child(2n + 1)) {
  margin-left: 20px;
}

.p-account__item:nth-child(n + 3) {
  margin-top: 20px;
}

.p-accountItem {
  background-color: #F5F5F5;
  border-radius: 6px;
  position: relative;
  padding: 33px 30px;
  width: calc(50% - 10px);
}

.p-accountItem:nth-child(1)::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/member_account/info-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9%;
}

.p-accountItem:nth-child(2)::after {
  content: "";
  width: 40px;
  height: 42px;
  background-image: url(../images/member_account/keiyaku-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9%;
}

.p-accountItem:nth-child(3)::after {
  content: "";
  width: 40px;
  height: 27px;
  background-image: url(../images/member_account/rogin-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9%;
}

.p-accountItem:nth-child(4)::after {
  content: "";
  width: 40px;
  height: 27px;
  background-image: url(../images/member_account/card-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9%;
}

.p-accountItem__title {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
}

.p-accountItem__title::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/member_account/arrow-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-accountItem p {
  font-size: 1.6rem;
  margin-top: 20px;
  width: 83%;
}

@media screen and (max-width: 991px) {
  .p-MTheader__menuItem {
      width: 100%;
  }

  .p-MTheader__menuItem:not(:first-child) {
      margin-left: 0;
      margin-top: 20px;
  }

}

@media screen and (max-width: 991px) {
  .p-MTheader__inner {
      padding-bottom: 40px;
      padding-top: 32px;
  }
  .p-MTheader__title {
      font-size: 2.4rem;
  }
  .p-MTheader__personal {
      padding-top: 23px;
  }
  .p-MTheader__personalItems {
      display: block;
  }
  .p-MTheader__personalItem {
      font-size: 1.6rem;
      padding: 22px 19px;
  }
  .p-MTheader__personalItem:not(:first-child)::before {
      content: "";
      width: 80%;
      height: 1px;
      background-color: #D9D9D9;
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      left: 50%;
  }
  .p-MTheader__menu {
      margin-top: 40px;
  }
  .p-MTheader__menuItems {
      display: block;
  }
  .p-MTheader__menuItem {
      width: 100%;
  }
  .p-MTheader__menuItem:not(:first-child) {
      margin-left: 0;
      margin-top: 20px;
  }
  .p-membermenu__header {
      font-size: 1.8rem;
  }
  .p-membermenu__body {
      border-bottom: 2px solid #248EAF;
      border-right: 2px solid #248EAF;
      border-left: 2px solid #248EAF;
  }
  .p-membermenu__img {
      height: 68px;
  }
  .p-memebermenu__text {
      margin-top: 16px;
      flex-grow: 1;
  }
  .p-MThow__inner {
      padding-top: 40px;
      padding-bottom: 50px;
  }
  .p-MThow__title {
      padding-top: 46px;
  }
  .p-MThow__title::before {
      content: "";
      width: 23px;
      height: 36px;
  }
  .p-MThow__title h2 {
      font-size: 2.4rem;
  }
  .p-MThow__items {
      display: block;
      padding-top: 32px;
  }
  .p-MThow__item {
      width: 100%;
  }
  .p-MThow__item a {
      font-size: 1.6rem;
      width: 100%;
      padding: 22px 20px;
  }
  .p-MThow__item::after {
      content: "";
      width: 20px;
      height: 20px;
  }
  .p-MThow__item:not(:nth-child(2n + 1)) {
      margin-left: 0;
  }
  .p-MThow__item:nth-child(n + 2) {
      margin-top: 20px;
  }
  .p-MTnews__inner {
      margin-top: 42px;
      margin-bottom: 60px;
  }
  .p-MTnews__title {
      padding-top: 32px;
  }
  .p-MTnews__title h2 {
      font-size: 2.4rem;
  }
  .p-MTnews__title::before {
      content: "";
      width: 30px;
      height: 21px;
  }
  .p-MTnews__items {
      margin-top: 12px;
  }
  .p-MTnews__button {
      margin-top: 40px;
  }
  .p-MTnews__contact {
      margin-top: 59px;
  }
  .p-MT__alert {
      margin-top: 21px;
      padding: 18px 20px;
  }
  .p-MT__alert h2 {
      font-size: 1.8rem;
  }
  .p-MT__alert p {
      font-size: 1.6rem;
      font-weight: bold;
      text-align: center;
      margin-top: 10px;
  }
  .p-MTalert__button {
      margin-top: 40px;
  }
  .p-MT__alert {
      margin-top: 20px;
      padding: 20px;
  }
  .p-MT__alert h2 {
      font-size: 1.8rem;
  }
  .p-MT__alert p {
      font-size: 1.6rem;
  }
  .p-MTalert__button {
      margin-top: 20px;
  }
  .p-MT__kyukai {
      margin-top: 20px;
      padding: 10px;
  }
  .p-MT__kyukai p {
      font-size: 1.8rem;
  }
  .p-MT__taikai {
      margin-top: 20px;
      padding: 10px;
  }
  .p-MT__taikai p {
      text-align: center;
      font-size: 1.8rem;
  }
  .p-account__inner {
      padding-top: 23px;
      padding-bottom: 60px;
  }
  .p-account__title {
      font-size: 2.4rem;
  }
  .p-account__text {
      margin-top: 10px;
      font-size: 1.6em;
  }
  .p-account__items {
      display: block;
      margin-top: 40px;
  }
  .p-account__item:not(:nth-child(2n + 1)) {
      margin-left: 0px;
  }
  .p-account__item:nth-child(n + 2) {
      margin-top: 20px;
  }
  .p-accountItem {
      padding: 20px;
      width: 100%;
  }
  .p-accountItem:nth-child(1)::after {
      right: 35px;
  }
  .p-accountItem:nth-child(2)::after {
      right: 35px;
  }
  .p-accountItem:nth-child(3)::after {
      right: 35px;
  }
  .p-accountItem:nth-child(4)::after {
      right: 35px;
  }
  .p-accountItem__title {
      font-size: 1.8rem;
  }
  .p-accountItem p {
      font-size: 1.6rem;
      margin-top: 10px;
      width: 80%;
  }
}



/*---------------------
学習記録ページ
------------------------*/

.p-calender__inner {
  padding-top: 26px;
  padding-bottom: 120px;
}

.p-calender__title {
  font-size: 3.6rem;
  font-weight: bold;
}

.p-calender__subtitle {
  margin-top: 19px;
}

.p-calendar__container {
  width: 100%;
  margin-top: 58px;
  position: relative;
}

.p-calender__buttons {
  position: absolute;
  top: 0;
  left: 0;
}

.p-calender__month {
  font-size: 2.2rem;
  text-align: center;
  padding-top: 10px;
}

.p-calendar__table {
  margin-top: 26px;
  border: 1px solid #F6D68D;
}

.p-calendar__table th {
  background-color: #FFECBD;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
  border: 1px solid #F6D68D;
  padding: 14px 12px;
}

.p-calendar__table td {
  font-size: 1.6rem;
  border: 1px solid #F6D68D;
  padding: 0;
  position: relative;
}

.p-calendar__table .muted{
  opacity: 0.5;
}

.p-calendar__table .prev-month, .p-calendar__table .next-month{
  opacity: 0.5;
  padding: 10px 10px 40px;
}

.p-calendar__table .prev-month::after, .p-calendar__table .next-month::after {
  display: none;
}

.p-calendar__table .has_record{
  content: "";
  width: 29px;
  height: 24px;
  background-image: url(../images/learning_record/pen-orange.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: -1;
}

.p-calendar__table .not_record{
  content: "";
  width: 29px;
  height: 24px;
  background-image: url(../images/learning_record/pen-blue.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: -1;
}

.p-calendar__table .disable_record{
  content: "";
  width: 29px;
  height: 24px;
  background-image: url(../images/learning_record/pen-gray.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: -1;
}


.p-calendar__table a,
.p-calendar__table div.muted {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 10px 45px;
  position: relative;
}

.p-calender .--now::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFF5DC;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.p-calender .--now a {
  color: #fff;
  position: relative;
}

.p-calender .--now a::after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #FF8C00;
  border-radius: 50%;
  position: absolute;
  top: 29.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.p-calendar__table .sun a,.p-calendar__table .sun,
.p-calendar__table .week-0 a,.p-calendar__table .week-0 {
  color: #EB3C3C;
}


.p-calender__kekka {
  margin-top: 42px;
}

.p-calender__button {
  margin: 57px auto 0;
  text-align: center;
}


@media screen and (max-width: 768px) {
  .p-calender__inner {
      padding-top: 22px;
      padding-bottom: 60px;
  }

  .p-calender__title {
      font-size: 2.4rem;
  }

  .p-calender__subtitle {
      font-size: 1.6rem;
      padding-top: 11px;
  }

  .p-calendar__container {
      margin-top: 18px;
  }

  .p-calender__buttons {
      position: initial;
      padding-bottom: 13px;
  }

  .p-calender__month {
      font-size: 1.8rem;
  }

  .p-calendar__table {
      margin-top: 20px;
  }

  .p-calendar__table th {
      font-size: 1.4rem;
      padding: 12px 10px;
  }

  .p-calendar__table td {
      font-size: 1.4rem;
  }

  .p-calendar__table .prev-month, .p-calendar__table .next-month {
      padding: 10px 10px 44px;
  }

  .p-calendar__table .has_record,
  .p-calendar__table .not_record,
  .p-calendar__table .disable_record{
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }

  .p-calendar__table a {
      padding: 10px 10px 44px;
  }

  .p-calender .--now a::after {
      width: 19px;
      height: 19px;
      top: 28%;
  }

  .p-calender__button {
      margin: 60px auto 0;
  }

}


/*---------------------
音読教材ページ
すうじ盤結果
------------------------*/

.p-learn__inner {
  padding-top: 25px;
  padding-bottom: 120px;
}

.p-learn__title {
  font-size: 3.6rem;
  font-weight: bold;
}

.p-learn__subtitle {
  font-size: 1.6rem;
  margin-top: 18px;
}

.p-learn__subtitle span {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 20px;
}

.p-learn__total {
  background-color: #FFF5DC;
  border-radius: 6px;
  margin-top: 17px;
}

.p-learn__total p {
  padding: 12px 20px;
  font-size: 1.6rem;
  display: inline-block;
}

.p-learn__total p span {
  font-size: 2.2rem;
  font-weight: bold;
  color: #FF8C00;
  display: inline-block;
}

.p-learn__buttons_containers{
  display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.p-learn__buttons {
  margin-top: 37px;
}

.p-learn__table {
  margin-top: 20px;
  margin-bottom: 40px;
  border: 1px solid #F6D68D;
}

.p-learn__table th {
  background-color: #FFECBD;
  border: 1px solid #F6D68D;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #000;
  padding: 14px 12px;
}

.p-learn__table td {
  border: 1px solid #F6D68D;
  font-size: 1.6rem;
  padding: 12px 10px;

}

.p-learn__table td:first-child {
  background-color: #FFF5DC;
}

.min-time{
  font-size: 1.6rem;
  color: #EB3C3C;
  font-weight: bold;
  position: relative;
}
.min-time::before {
  content: '';
  position: absolute;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 20px;
  background-image: url(../images/learning_record/clock-icon.png);
  left: -24px;
  transform: translateY(-50%);
}


@media screen and (max-width: 768px) {
  .p-learn__inner {
      padding-top: 22px;
      padding-bottom: 60px;
  }

  .p-learn__title {
      font-size: 2.4rem;
  }

  .p-learn__subtitle {
      font-size: 1.6rem;
      margin-top: 10px;
  }

  .p-learn__subtitle span {
      font-size: 1.8rem;
      margin-top: 10px;
  }

  .p-learn__total {
      margin-top: 6px;
  }

  .p-learn__total p {
      padding: 13px 16px;
      font-size: 1.6rem;
  }

  .p-learn__total p span {
      font-size: 1.8rem;
  }

  .p-learn__buttons {
      margin-top: 40px;
  }

  .p-learn__table {
      margin-top: 20px;
      margin-bottom: 44px;
  }

  .p-learn__table th {
      padding: 16px 5px;
  }

  .p-learn__table th.day {
    width: 120px !important;
}

  .p-learn__table td {
      padding: 10px 3px;
  }
}

.list_not_record{
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff;
}



/*---------------------
ご契約情報ページ
------------------------*/
.p-contract__inner {
  padding-top: 25px;
  padding-bottom: 120px;
}

.p-contract__title {
  font-size: 3.6rem;
  font-weight: bold;
}

.p-contract__subtitle {
  margin-top: 65px;
}

.p-contract__subtitle.--2 {
  margin-top: 39px;
}

.p-contract__personal {
  margin-top: 40px;
  background-color: #F5F5F5;
  border-radius: 6px;
}

.p-contract__personalItems {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.p-contract__personalItem {
  font-size: 1.8rem;
  padding: 33px 3%;
  position: relative;
}

.p-contract__personalItem span {
  font-weight: bold;
}

.p-contract__personalItem:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 54.5%;
  background-color: #D9D9D9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-contract__table{
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #F6D68D;
}
.p-contract__table tbody th {
  background-color:  #FFF5DC;
}

.p-contract__table tbody th,
.p-contract__table tbody td {
  padding: 22px;
  border: 1px solid #F6D68D;
  vertical-align: top;
}

.p-contract__table tbody th {
  font-weight: 600;
  text-align: right;
}
.p-contract__table tbody td {
  text-align: left;
}

.p-rireki {
  padding: 0 3% 20px 3%;
}
.p-rireki p{
  font-size: 1.6rem;
}
.p-rireki__title {
  font-size: 1.6rem;
  color: #fff;
  background-color: #248EAF;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.p-rireki__item {
  display: flex;
  position: relative;
  padding-bottom: 10px;
}
/*
.p-rireki__item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
} */

.p-rireki__item:not(:first-child) {
  padding-top: 10px;
}
.p-rireki__item:not(:last-child) {
  border-bottom: 1px dotted #D9D9D9;

}

.p-rireki__text {
  margin-left: 20px;
}

.p-contract__caution {
  margin-top: 20px;
  font-size: 1.6rem;
}

.p-contract__shinseiItems {
  display: flex;
  flex-wrap: wrap;
}

.p-contract__shinseiItems {
  padding-top: 40px;
}

.p-shinseiItem {
  width: calc(50% - 20px);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}

.p-shinseiItem:not(:nth-child(2n + 1)) {
  margin-left: 40px;
}

.p-shinseiItem:nth-child(n + 3) {
  margin-top: 40px;
}

.p-shinseiItem__header {
  text-align: center;
  background-color: #FF8C00;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 16px;
}

.p-shinseiItem__body {
  background-color: #FFF5DC;
  padding: 40px 5px;
  text-align: center;
  border-radius: 0 0 6px 6px;
  flex-grow: 1;
}

.p-shinseiItem__body a {
  /* display: flex;
  flex-direction: column; */
  display: block;
}

.p-shinseiItem__body a p {
  font-size: 1.6rem;
  position: relative;
  padding-left: 22px;
  display: inline-block;
}

.p-shinseiItem__body a p::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/common/arrow-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-contract__button {
  padding-top: 60px;
}

@media screen and (max-width: 768px)  {

  .p-contract__inner {
      padding-top: 22px;
      padding-bottom: 60px;
  }

  .p-contract__title {
      font-size: 2.4rem;
  }

  .p-contract__subtitle {
      margin-top: 35px;
  }

  .p-contract__personal {
      margin-top: 20px;
  }

  .p-contract__personalItems {
      display: block;
  }

  .p-contract__personalItem {
      font-size: 1.6rem;
      padding: 22px 19px;
  }

  .p-contract__personalItem:not(:first-child)::before {
      content: "";
      width: 95%;
      height: 1px;
      background-color: #D9D9D9;
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      left: 50%;
  }

  .p-rireki {
      padding: 20px 22px 6px 22px;
  }

  .p-contract__caution {
      font-size: 1.6rem;
  }

  .p-contract__shinseiItems {
      display: block;
      padding-top: 23px;
  }

  .p-shinseiItem {
      width: 100%;
      display: flex;
      flex-direction: column;
  }

  .p-shinseiItem:not(:nth-child(2n + 1)) {
      margin-left: 0;
  }

  .p-shinseiItem:nth-child(n + 2) {
      margin-top: 18px;
  }

  .p-shinseiItem__header {
      font-size: 1.8rem;
      padding: 12px;
  }

  .p-shinseiItem__body {
      padding: 20px;
      text-align: left;
  }

}

.reason-for-rejection{
  text-align: left;
  padding: 0 2rem;
}

.reason-for-rejection p{
  font-size: 1.6rem;
}

/*---------------------
ログイン情報 変更
------------------------*/

.auth-index-table {
    margin: 0 auto 0 auto;
    border: solid .2rem #F1CD79 !important;
    border-bottom: none;
    border-radius: .1rem;
    border-spacing: 0;
    table-layout: auto;
    box-sizing: border-box;
    text-align: left;
}

.auth-index-table th {
    width: 27.25%;
    padding-left:2rem;
    letter-spacing: 0.05em;
    border-top: 1px solid #F1CD79;
    border-right: none;
    border-bottom: 1px solid #F1CD79;
    border-left: 1px solid #F1CD79;
    background-color: #FDE8AE;
    text-align: left;
    position: static;
}

.auth-index-table td {
    padding: 3.4rem 3.2rem 3.4rem 3.45rem;
    border: none;
    border-bottom: 1px solid #d9d9d9;
}

.auth-index-table td:nth-child(3){
  width: 120px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .auth-index-table tr{
      display: block;
  }
  .auth-index-table th {
      display: block;
      width: 100%;
      padding: 1.6rem 1.6rem;
      border: none;
  }
  .auth-index-table td {
    width: 100%;
    padding: 1.6rem;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .auth-index-table td {
    display: block;
  }
  .auth-index-table td:nth-child(2) {
    padding-bottom: 0;
  }
}


/*---------------------
会員ページ：脳画像からみる効果とエビデンス
------------------------*/

.p-memberPr1__subtile{
  margin-bottom: 2rem;
}

.p-memberPr1__lead1 {
  background-color: #FF8C00;
  border-radius: 6px 6px 0 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  padding: 16px;
}

.p-memberPr1__lead2 {
  background-color: #FFF5DC;
  border-radius: 0 0 6px 6px;
  width: 100%;
  text-align: center;
  padding: 30px 20px;

}

.p-memberPr1__lead2 p {
  font-weight: bold;
  font-size: 3rem;
  line-height: 4.2rem;
  position: relative;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
}

.p-memberPr1__lead2 p span {
  color: #FF8C00;
}

.p-memberPr1__lead2 p::before {
  content: "";
  width: 30px;
  height: 38px;
  background-image: url(../images/about/bright-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-memberPr1__lead2 p::after {
  content: "";
  width: 30px;
  height: 38px;
  background-image: url(../images/about/bright-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.p-memberPr1__yakuwari {
  background-color: #F5F5F5;
  border-radius: 6px;
  width: 100%;
}

.p-memberPr1__yakuwari__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px;
}

.p-memberPr1__yakuwari__contents {
  width: 50%;
}

.p-memberPr1__column {
  background-color: #FFF5DC;
  border-radius: 6px;
  width: 100%;
}

.p-memberPr1__column__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px;
}

.p-memberPr1__column__img {
  width: 22%;
}

.p-memberPr1__column__content {
  width: 78%;
  padding-left: calc(70/1400 *100%);
}

.p-memberPr1__column__titleText {
  font-weight: bold;
  padding-left: 14px;
  margin-bottom: 1rem;
  position: relative;
}

.p-memberPr1__column__titleText::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #FF8C00;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-memberPr1__active__header {
  background-color: #248EAF;
  text-align: center;
  padding: 12px 15px 10px;
  border-radius: 6px 6px 0 0;
}

.p-memberPr1__active__header p {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.p-memberPr1__active__contents {
  background-color: #F5F5F5;
  border-radius: 0 0 6px 6px;
}

.p-memberPr1__active__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 10px;
}

.p-memberPr1__active__parts {
  width: 50%;
  text-align: center;
  padding: 0 40px;
}

.p-memberPr1__active__parts:first-child{
  border-right: 2px solid #D9D9D9;
}
.p-memberPr1__active__image {
  padding: 10px 40px;
}

.p-memberPr1__topo__contents {
  background-color: #F5F5F5;
  border-radius: 0 0 6px 6px;
}

.p-memberPr1__topo__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.p-memberPr1__topo__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.p-memberPr1__topo__parts {
  flex: 0 0 auto;
  width: 25%;
  text-align: center;
}

.p-memberPr1__topo__parts img{
  padding-bottom: 18px;
}

.p-memberPr1__topo__parts:nth-child(1) {
  padding-left: 0;
  padding-right: 18px;
  color: #248EAF;
  font-weight:bold;
}
.p-memberPr1__topo__parts:nth-child(2) {
  padding-left: 8px;
  padding-right: 12px;
}
.p-memberPr1__topo__parts:nth-child(3) {
  padding-left: 12px;
  padding-right: 8px;
}
.p-memberPr1__topo__parts:nth-child(4) {
  padding-left: 18px;
  padding-right: 0;
}

@media screen and (max-width: 768px) {

  .p-memberPr1__lead1 {
    color: #fff;
    font-weight: normal;
    padding: 16px;
  }

  .p-memberPr1__lead2 {
    padding: 20px 8px;
  }

  .p-memberPr1__lead2 p {
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.4rem;
    padding-left: 25px;
    padding-right: 25px;
  }

  .p-memberPr1__lead2 p::before {
    width: 18px;
    height: 23px;
  }

  .p-memberPr1__lead2 p::after {
    width: 18px;
    height: 23px;
  }

  .p-memberPr1__yakuwari__container {
    display: block;
    padding: 40px;
  }

  .p-memberPr1__yakuwari__contents {
    width: 100%;
  }

  .p-memberPr1__yakuwari__contents.yakuwari2 {
    padding-top: 36px;
  }

  .p-memberPr1__column__container {
    display: block;
    padding: 20px 20px;
  }

  .p-memberPr1__column__img {
    width: 73%;
    text-align: center;
    margin: 0 auto;
  }

  .p-memberPr1__column__content {
    width: 100%;
    padding-left:0;
    margin-top: 2rem;
  }

  .p-memberPr1__active__header {
    padding: 14px 15px 14px;
  }

  .p-memberPr1__active__header p {
    font-size: 1.8rem;
  }

  .p-memberPr1__active__container {
    display: block;
    padding: 0 20px;
  }

  .p-memberPr1__active__parts {
    width: 100%;
    text-align: center;
    padding: 32px 0;
  }

  .p-memberPr1__active__parts:first-child{
    border-right: none;
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 20px;
  }

  .p-memberPr1__active__image {
    padding: 10px 40px;
  }

  .p-memberPr1__topo__parts {
    width: 50%;
    padding-bottom: 40px;
  }

  .p-memberPr1__topo__parts:nth-child(1) {
    padding-left: 0;
    padding-right: 12px;
  }

  .p-memberPr1__topo__parts:nth-child(2) {
    padding-left: 12px;
    padding-right: 0px;
  }

  .p-memberPr1__topo__parts:nth-child(3) {
    padding-left: 0;
    padding-right: 12px;
  }

  .p-memberPr1__topo__parts:nth-child(4) {
    padding-left: 12px;
    padding-right: 0;
  }
}

/*---------------------
会員ページ：継続のための工夫
------------------------*/

.p-memberPr2__subtile{
  margin-bottom: 2rem;
}

.p-memberPr2__point{
  width: 100%;
  border: 4px solid #F6D68D;
  border-radius: 10px;
  background-color: #fff;
}

.p-memberPr2__point__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
}

.p-memberPr2__list__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
}

.p-memberPr2__point__content {
  width: 72%;
}

.p-memberPr2__point__img {
  width: 28%;
}

.p-memberPr2__list__content {
  width: 65%;
}

.p-memberPr2__list__img {
  width: 35%;
}

.p-memberPr2__list__img img + img {
  margin-top: 30px;
}

.p-memberPr2__point__header{
  display: block;
}

.p-memberPr2__point h3{
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.p-memberPr2__point__number{
  display: inline-block;
  background-color: #FF8C00;
  padding: 1px 15px;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 6px;
  margin-bottom: 1.8rem;
}

.p-memberPr2__point__img.u-pc {
  display: block;
}

.p-memberPr2__point__img.u-sp {
  display: none;
}

.p-memberPr2__point_text{
  padding-right: 3rem;
}

.p-memberPr2__point_text.list-style-none {
  list-style: none;
}

.p-memberPr2__record__header{
  width: 100%;
}

.p-memberPr2__record__header__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p-memberPr2__record__hearder__number{
  flex: 0 0 auto;
  background-color: #FF8C00;
  padding: 20px 15px;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 6px 0 0 6px;
  width: 42px;
  align-self: stretch;
}
.p-memberPr2__record__hearder__text{
  flex: 1;
  background-color: #FFECBD;
  padding: 20px 10px 20px 10px;
  font-size: 1.8rem;
  border-radius: 0 6px 6px 0;
}

.p-memberPr2__record__img{
  background-color:#F5F5F5;
  text-align: center;
  padding: 50px;
}

@media screen and (max-width: 768px) {

  .p-memberPr2__point__container {
    display: block;
    padding: 20px;
  }

  .p-memberPr2__list__container {
    display: block;
    padding: 20px 0;
  }

  .p-memberPr2__list__container:last-of-type {
    padding: 20px 0 0;
  }

  .p-memberPr2__point__content {
    width: 100%;
  }

  .p-memberPr2__list__content {
    width: 100%;
  }

  .p-memberPr2__point h3{
    font-size: 2rem;
  }
  .p-memberPr2__point__number{
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .p-memberPr2__point__img {
    width: 92%;
    margin: auto;
    margin-bottom: 2rem;
  }

  .p-memberPr2__list__img {
    width: 92%;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .p-memberPr2__point__img.u-sp {
      display: block;
      padding-top: 0px;
      padding-bottom: 0;
  }

  .p-memberPr2__point__img.u-pc {
      display: none;
  }

  .p-memberPr2__point_text{
    padding-right: 0;
  }

  .p-memberPr2__record__img{
    padding: 20px;
  }
}


/*---------------------
会員ページ：教材紹介
------------------------*/

.p-memberPr3__list__contents {
  background-color: #FFF5DC;
}

.p-memberPr3__list__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #F6D68D;
  border-bottom:none;
}

.p-memberPr3__list__parts {
  width: 16.6666666667%;
  text-align: center;
  padding: 40px 0;
  border-right: 1px solid #F6D68D;
  border-bottom: 1px solid #F6D68D;
}

.p-memberPr3__list__parts:nth-child(6n) {
  border-right: none;
}

.p-memberPr3__list__parts a{
  font-weight: bold;
}

.p-memberPr3__list__parts a:hover{
  opacity: 0.7;
}

.p-memberPr3__list__parts span{
  font-size: 1.8rem;
  font-weight: bold;
  color: #aaaaaa;
}

.p-memberPr3__list__parts .link-pc{
  display: block;
}
.p-memberPr3__list__parts .link-sp{
  display: none;
}

.link-blank::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url('/images/member/how_to_use3/link-blank.png');
  background-size: cover;
  margin-left: 3px;
}

@media screen and (max-width: 991px) {
  .p-memberPr3__list__parts span{
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-memberPr3__list__parts {
    width: 33.3333333333%;
    padding: 20px 0;
  }

  .p-memberPr3__list__parts:nth-child(3n) {
    border-right: none;
  }

  .p-memberPr3__list__parts .link-pc{
    display: none;
  }
  .p-memberPr3__list__parts .link-sp{
    display: block;
  }

}


/*---------------------
LP head mvなし
------------------------*/

.p-nomv__inner {
  padding-top: 5px;
}

@media screen and (max-width: 991px) {
  .p-nomv__inner {
      margin-top: 80px;
  }
}

/*---------------------
tearms
------------------------*/

.p-terms__headerText{
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.terms_date,
.p-terms__headerText .terms_date{
  font-size: 1.6rem;
}

.p-terms__block{
  margin-bottom: 5rem;
}
.p-terms__sub_block{
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.p-terms__sub_block_pl{
  margin-bottom: 2.4rem;
  padding-left: 3rem;
}

.p-terms__block ul li{
  list-style:decimal;
  margin-left: 5rem;
}

.p-terms__block ol li{
  list-style:disc;
  margin-left: 3rem;
}

.p-terms__sub_block ul li{
  list-style:decimal;
  margin-left: 5rem;
}

.p-terms__sub_block ol li{
  list-style:disc;
  margin-left: 3rem;
}

.p-terms__block ol.list-style-none li,
.p-terms__sub_block ol.list-style-none li{
  list-style:none;
  margin-left: 2rem;
  text-indent: -2rem;
}

.p-terms-li li{
  margin-left: 2rem !important;
}

.p-terms__block h4,
.p-terms__sub_block h4{
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.8rem;
}

.p-terms__block h5,
.p-terms__sub_block h5{
  font-size: 1.8rem;
  padding-top: 0;
  padding-bottom: 1rem;
  margin: 0;
}

.p-terms__table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #F6D68D;
}

.p-terms__table thead th {
  background-color:  #FFECBD;
  border: 1px solid #F6D68D;
}

.p-terms__table tbody th {
  background-color:  #FFF5DC;
  font-weight: 400;
}

.p-terms__table tbody th,
.p-terms__table tbody td {
  padding: 22px;
  border: 1px solid #F6D68D;
  vertical-align: top;
  text-align: left;
}

.p-terms__table .terms_th {
  width: 24rem;
}

.p-terms__table ul li{
  font-size: 1.8rem;
  list-style:decimal;
  margin-left: 2rem;
}

@media screen and (max-width: 991px) {

  .p-terms__sub_block_pl{
    margin-bottom: 2.4rem;
    padding-left: 2rem;
  }

  .p-terms__sub_block ul li{
    margin-left: 2rem;
  }

  .p-terms__sub_block ol li{
    margin-left: 2rem;
  }

  .p-terms__sub_block h4{
    font-size: 1.8rem;
  }

  .p-terms__sub_block h5{
    font-size: 1.6rem;
  }

  .p-terms__table tbody th, .p-terms__table tbody td {
    padding: 13px 10px;
    vertical-align: middle;
  }

  .p-terms__table .terms_th {
    width: 18rem;
  }

  .p-terms__table ul li{
    font-size: 1.6rem;
  }
}

/* トップページ キャンペーン用 */
table.table-campaign {
  border: 1px solid #ffffff;
  margin-top: 0.5rem;
  font-size: 1.4rem;
}

.table-campaign th {
  background-color: transparent;
  width: 32%;
}

.table-campaign th,
.table-campaign td {
  border: 1px solid #ffffff;
  padding: 0.5rem 1rem;
  text-align: left;
}

.table-campaign th {
  text-align: center;
}

.i-b {
  display: inline-block;
}

.cam-course {
  font-size: 1.8rem;
}

.cam-course span {
  font-size: 1.3rem;
  font-weight: normal;
}

.cam-price-note {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 0.5rem;
}

.cam-shipping-note {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  margin-top: 0.5rem;
}

.cam-tax {
  font-size: 1.3rem;
  font-weight: normal;
  text-align: right;
}

.top-campaign-area {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.campaign1,
.campaign6 {
  width: 50%;
}

.campaign1 {
  padding-right: 0.5rem;
}

.campaign6 {
  padding-left: 0.5rem;
}
.p-top__campaignHeader .txt-con {
  display: flex;
  align-items: center;
}
.p-top__campaignHeader .border-box {
  color: #fff;
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 0 10px;
  min-width: 210px;
}
.p-top__campaignHeader .txt-ib {
	color: #fff;
	display: inline-block;
	padding: 0 8px;
	border-radius: 0;
	border: none;
	font-size: 1.6rem;
	font-weight: bold;
}
.p-top__campaignHeader a.campaign-btn {
	color: #FF8C00;
  border: 1px solid #FF8C00;
  background-color: #fff;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 0 10px;
  transition: .3s ease;
  cursor: pointer;
}
.p-top__campaignHeader a.campaign-btn:hover {
  color: #fff;
  background-color: #FF8C00;
  border: 1px solid #fff;
}
.p-nyukai__large {
  width: 79.17%;
}
.p-nyukai__th.add-vm,
.p-nyukai__td.add-vm {
  vertical-align: middle;
}
.price-explanation {
  line-height: calc(28/16);
}
.price-breakdown {
  font-size: 1.6rem;
}
.p-nyukai__table .subttl {
  text-align: left;
  line-height: calc(28/16);
  font-weight: bold;
  margin: 0 0 5px 0;
  font-size: 2rem;
}
.p-nyukai__table .yen {
  font-size: 80%;
}
.c-orange {
  color: #ff8c00;
}
@media screen and (max-width: 1070px) {
  .p-top__campaignHeader a.campaign-btn {
    margin: 5px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .top-campaign-area {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .campaign1,
  .campaign6 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .p-top__campaignHeader .txt-ib {
    margin: 10px auto 0;
  }
  .p-top__campaignHeader .border-box {
    min-width: 0;
  }
  .p-top__campaignHeader .add-bb {
    margin: 0 0 0 8px;
  }
  .p-nyukai__middle.sp-width {
    width: 50%;
  }
  .p-top__campaignHeader a.campaign-btn {
    display: flex;
    justify-content: center;
    width: 44%;
    margin: 10px 0 0;
    padding: 5px 18px 6px;
    text-align: left;
  }
  .p-nyukai__large {
    width: inherit;
  }
  .price-breakdown {
    font-size: 1.4rem;
  }
  .p-nyukai__table .subttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 910px) {
  .p-top__campaignHeader .txt-con {
    display: block;
    text-align: center;
  }
  .p-top__campaignHeader a.campaign-btn {
    margin: 10px auto 0;
    text-align: center;
  }
}

/* トップページ一般,会員 メンテナンス告知 */
.information-maintenance{
	font-size: 1.4rem;
	line-height: 2rem;
	border: 1px solid #E40101;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 30px;
}
.title-maintenance{
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 0.5rem;
}

/* 一般トップ 通常時のMV周辺 */

.p-top_mv-caption {
  background-color: #FDF3D4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-top_mv-caption-inner {
  display: flex;
  width: 88.57%;
  margin: auto;
}
.price-info{
  font-size: 24px;
  color: white;
  background-color:  rgba(148, 30, 58, 0.9);
	padding: 10px 20px;
	border-radius: 10px;
}

.p-top_price-body{
	margin-left: 1.2rem;
	color: #fff;
	text-align: left;
	display: inline-block;
}
.p-top_price-body .price-note{
	font-size: 1.3rem;
	font-weight: normal;
	margin-top: 0.5rem;
	color: rgb(86, 86, 86);
}
.p-top_price-body .price-note a{
	color: #0f0f0f;
	font-size: 1.3rem;
	font-weight: bold;
	margin-top: 0.5rem;
	text-decoration: underline;
}

.top-mv-price-pc {
  position: absolute;
  bottom: 0;
  left: 4.8vw;
  margin: 10px;
}
.top-mv-price-sp{
	width: 158px;
}
span.price-tax{
	display: block;
	text-align: right;
}
.p-top_u-sp{
		display: none;
}
.price-unit{
	font-size: 1.4rem;
	letter-spacing: 0;
	padding-right: 0.5rem;
}
.price-yen{
	font-size: 1.55rem;
	letter-spacing: 0;
	padding-left: 0.2rem;
}
.price-tax{
	font-size: 1.1rem;
	letter-spacing: 0;
	font-weight: normal;
	text-align: right;
}
.top-mv-u-sp {
  display: none;
}

@media screen and (max-width: 834px) {
	.p-top_u-sp{
		display: inline-block;
	}
	.top-mv-price-pc{
		display: none;
	}
	.top-mv-price-sp{
		width: 116px;
	}
	.price-info {
		font-size: 18px;
		padding: 8px 10px;
	}
	.price-unit{
		font-size: 1.2rem;
		padding-right: 0.5rem;
	}
	.price-yen{
		font-size: 1.25rem;
		padding-left: 0.2rem;
	}
	.price-tax{
		font-size: 1.1rem;
		padding-top: 0.2rem;
	}
	.p-top_mv-caption-inner{
		width: 100%;
	  margin: 0 0 0 0;
		padding: 0 10px;
	}
	.p-top__price-body .price-note{
		font-size: 1.2rem;
		margin-top: 0;
	}
  .top-mv-u-sp {
    display: block;
  }
}

/* 一般トップ 教材紹介modal */

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:0;
}
.tab-label {
  color: #6D6D6D;
	background: #fff;
  white-space: nowrap;
  text-align: center;
  padding: 5px 5px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-top: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
  border-bottom: 1px solid #FAAF18;
  flex: 1;
}
.tab-label:first-of-type {
    border-left: 1px solid #D1D1D1;
}

.tab-content-area {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
	background-color: #fff;
  border: 1px solid #FAAF18;
	border-top: none;
}
.tab-switch:checked+.tab-label {
  background:#FAAF18;
  border: 1px solid #FAAF18;
  border-bottom: none;
  color: #fff;
  font-weight: bold;
}
.tab-switch:checked+.tab-label+.tab-content-area {
  height: auto;
  overflow: auto;
  padding: 0;
  opacity: 1;
  transition: .5s opacity;
}
.tab-switch {
  display: none;
}
.tab-content{
	padding: 20px;
}


/* bootstrap */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -10px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-centered {
  display: flex;
  align-items: start;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFF5DC;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 10px 0 30px 0;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
@media (min-width: 992px) {
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.container{
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.align-items-center {
  align-items: center !important;
}

@media (min-width: 768px) {
  .col-md-half {
    flex: 0 0 auto;
    width: 50%;
  }
}
.text-start {
  text-align: left !important;
}
.pt-15 {
  padding-top: 1.5rem !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.btn-kyozai {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 3rem;
  font-size: 2rem;
  border-radius: 3rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-modal-open {
  color: #fff;
  background-color: #FAAF18;
  border-color: #FAAF18;
}
.btn-modal-open:hover {
  opacity: 0.7;
}
.btn-modal-open:focus + .btn-modal-open, .btn-modal-open:focus {
  opacity: 0.7;
  box-shadow: 0 0 0 0.25rem rgba(248, 220, 7, 0.5)
}

.btn-modal-close {
  color: #6c757d;
  border-color: #6c757d;
	background-color: #fff;
}
.btn-modal-close:hover {
  background-color: #ededed;
  border-color: #6c757d;
}
.btn-modal-close:focus + .btn-modal-close, .btn-modal-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.kyozai-introduction-area{
	text-align: center;
	margin-top: 1rem;
}

.modal-close{
	font-size: 1.6rem;
}



/* memberトップのコラムエリア */

.p-MTColumn_wrap {
  background-color: #FFECBD;
  margin-top: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-MTColumn_area {
  background-color: #fff;
  padding: 30px 80px;
  font-size: 1.8rem;
  border-radius: 6px;
}
.p-MTColumn_area h2{
  text-align: center;
  font-size: 4rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.p-MTColumn_area_lead{
  margin-bottom: 40px;
}
.p-MTColumn_area p{
  margin-bottom: 1.6rem;
}
.p-MTColumn__item{
  text-align: center;
}
.p-MTColumn__item a {
  background-color: #248EAF;
  padding: 30px 80px;
  display: inline;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 6px;
}
.column_author_area_member_top{
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.column_author_area_member_top p{
  margin-bottom: 0 !important;
}
.author_image_top{
  display: block;
  width: 660px;
}


/* コラム：脳を元気に */

.sp-only{
  display: none;
}
.column_badge_area{
  text-align: center;
  padding-bottom: 10px;
}
.column_badge{
  background-color: #ffffff;
  border: 2px solid #248EAF;
  color:#5c5c5c;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  font-size: 1.6rem;
}
.author_info{
  display: flex;
}
.author_image{
  display: block;
  width: 460px;
}
.author_profile{
  background-color: #F5F5F5;
  border-radius: 6px;
  margin-left: 20px;
  padding: 15px;
  text-align: left;
}
.column_author{
  text-align: right;
}
.column_ttl{
  line-height: 5.5rem;
}
.column_ttl_logo{
  text-align: center;
  padding: 30px;
  padding-top: 10px;
}
h1.column_ttl {
  text-align: center;
}
.column_lead{
  font-size: 2.4rem;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 3rem;
}
.column_list{
  background-color: #ffffff;
  border: 2px solid #FC780A;
  border-radius: 12px;
  padding: 30px;
  padding-left: 60px;
}
.column_list ol li{
  padding-bottom: 1rem;
}
.column_list ol li a{
  color: #1069c4;
}
.column_list ol li a.unpublished{
  color: #c4c4c4;
}
.column_article_ttl{
  text-align: center;
}
.column_contents{
  padding: 10px 0;
}
.column_contents p{
  padding-bottom: 2.4rem;
}
.column-flex{
  display: flex;
}
.column-flex-image{
  width: 110%;
  padding-left: 30px;
  padding-bottom: 10px;
}
.column-flex-image img {
  min-width: 237px;
}
.column_image_border{
  border: 1px solid #B9D4ED;
}
.column_goback_area{
  text-align: center;
  padding: 50px;
}
.column_author_area{
  margin-top: 50px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .sp-only{
    display: block;
  }
  .p-MTColumn_wrap {
    padding-top: 40px;
    padding-bottom: 40px;

  }
  .p-MTColumn_area {
    background-color: #fff;
    padding: 30px 20px;
    font-size: 1.8rem;
    border-radius: 6px;
  }
  .p-MTColumn_area h2{
    text-align: center;
    font-size: 3rem;
    padding-top: 0;
    padding-bottom: 3rem;
  }
  .p-MTColumn__item a {
    padding: 25px 20px;
  }
  .column_author_area_member_top{
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .column_badge_area{
    text-align: center;
    padding-bottom: 12px;
  }
  .author_info {
    display: block;
  }
  .author_image_top{
    width: 140px;
    padding-bottom: 10px;
    text-align: center;
    margin: 0 auto;
  }
  .author_image{
    width: 180px;
    padding-bottom: 20px;
    text-align: center;
    margin: 0 auto;
  }
  .author_profile{
    margin-left: 0;
    padding: 15px;
  }
  .column_lead{
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .column_ttl{
    text-align: center;
    line-height: 3.5rem;
  }
  .column_ttl_logo{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .column_list{
    margin-top: 1.5rem;
    padding: 25px;
    padding-left: 50px;
  }

  .column-flex{
    display: block;
  }
  .column-flex p{
    padding-bottom: 0;
  }
  .column-flex-image{
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .column-flex-image img {
    min-width: auto;
  }
  .column_author_area{
    margin-top: 0px;
    padding-bottom: 20px;
  }
}

/* 動画：田仲先生 談話録（動画） */

.p-MTColumn__items {
  display: flex;
  flex-wrap: wrap;
}
.p-MTColumn__item {
  width: calc(50% - 1.4%);
  font-weight: bold;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
.p-MTColumn__item a {
  background-color: #248EAF;
  padding: 30px 2.1%;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 6px;
  flex-grow: 1;
}
.p-MTColumn__item:not(:nth-child(2n + 1)) {
  margin-left: 2.8%;
}

.p-MTColumn__img {
  margin-top: 30px;
  display: block;
}

.p-MTColumn__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.movie_tittle{
  text-align: center;
  padding-top: 1.2rem;
  padding-bottom: 3.6rem;
}
.movie_tittle h2{
  font-size: 3em;
  line-height: 1.4em;
}
.movie_tittle h3{
  font-size: 2.4em;
  line-height: 1.4em;
}
.movie_lead {
  font-size: 2.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.movie_lead p{
  padding-bottom: 2.4rem;
}
.movie_list{
  background-color: #ffffff;
  border: 2px solid #FC780A;
  border-radius: 12px;
  padding: 30px;
  padding-left: 60px;
}
.movie_list ol li{
  padding-bottom: 1rem;
}
.movie_list ol li a{
  color: #1069c4;
}
@media screen and (max-width: 991px) {
  .movie_list {
    margin-top: 1.5rem;
    padding: 15px;
    padding-left: 35px;
  }
}
.movie_list ul li a,
.movie-annotation a {
  color: #1069c4;
}
.movie_list ol.circle-list {
  list-style-type: none;
  counter-reset: custom-counter;
}
.movie_list ol.circle-list li::before {
    content: '●';
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1.2em;
}
.movie-file a {
  display: inline-block;
  position: relative;
  padding-right: 32px;
}
.movie-file a::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background-image: url('../images/member/movies/play-btn-fill.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  filter: invert(29%) sepia(92%) saturate(5852%) hue-rotate(187deg) brightness(98%) contrast(105%);
}
.movie-time{
  font-size: 1.4rem;
  color: #5b5b5b;
  display: inline-block;
}

body.no-scroll {
  overflow: hidden;
}
.modal-type {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  margin: 13.5% auto;
  width: 100%;
  max-width: 560px;
  position: relative;
}
.modal-close {
  display: none;
  color: #fff;
  float: right;
  font-size: 16px;
  font-weight: normal;
  top: -30px;
  position: absolute;
  right: 0;
  text-decoration: underline;
}
.modal-close:hover,
.modal-close:focus {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .modal-content {
    margin: 50% auto;
  }
  .modal-content iframe {
    max-width: 100%;
  }
  .modal-close {
    right: 10px;
  }
}
.alert-login {
  padding: 1rem 0;
  font-size: 1.8rem;
  color: #2582ff;
}

.text-anchor-link.add-border {
  text-decoration: underline;
}
.text-anchor-link.add-font-bold {
  font-weight: bold;
}

/* トップページおよび学習の進め方に実装する追従メニュー「無料サンプル等の請求はこちら」のcss */
.assist-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  width: fit-content;
  margin-left: auto;
  overflow: hidden;
  z-index: 2;
}
.assist-nav .assist-nav-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  transition: all 0.3s ease;
  background-color: #FF8C00;
  text-align: center;
  padding: 20px;
  border-radius: 30px 0 0 30px;
}
.assist-nav-inner-title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}
.assist-nav-inner-text {
  display: block;
  font-size: 1.2rem;
  color: #000;
  line-height: 1.4;
  margin-top: 10px;
}
.assist-nav-inner-text:last-of-type {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
}

@media screen and (max-width: 1024px) {
  .assist-nav .assist-nav-inner {
      padding: 15px;
  }
  .assist-nav-inner-title {
      font-size: 1.6rem;
  }
  .assist-nav-inner-text {
      font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .assist-nav {
      top: initial;
      transform: translateY(0%);
      width: 100%;
  }
  .assist-nav .assist-nav-inner {
      border-radius: 0 0 0 0;
      padding: 10px 20px;
  }
  .assist-nav-inner-text {
      font-size: 1.2rem;
      margin-top: 5px;
  }
}
@media screen and (max-width: 240px) {
  .assist-nav-inner-title {
      font-size: 1.4rem;
  }
  .assist-nav-inner-text {
      font-size: 1rem;
  }
}