@charset "utf-8";

/*----------------------------------------------------
      PC・SPサイトcss
  ----------------------------------------------------*/
#GoogleMap {
  width: 100%;
  height: 320px;
  text-align: center;
  margin: 10px auto 60px;
}

.l-parts08 {
  margin: 0 0 100px 0;
  background: url(https://www.koreanlanguage-leaning.com/wp/wp-content/uploads/parts08_bg.jpg) no-repeat center center;
  background-size: cover;
}

.cap01 {
  font-size: 14px;
  color: #f0576c;
  display: block;
  text-align: center;
}

/* oki_20220621 */
.kanren {
  border: solid 7px #ff7166;
  padding: 20px 30px 0;
  margin: 30px 0;
  position: relative;
  box-sizing: border-box;
}

.midasi {
  border-bottom: 1px solid #fbba29;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}

.kanren br {
  display: none;
}

/* アコーディオンのときに下記追加 */
.readmore-content {
  position: relative;
  overflow: hidden;
  height: 70px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 0 10px;
  background-color: #ff7166;
  border-radius: 10px;
  color: #FFF;
  margin-bottom: 5px
}

.readmore-label:before {
  content: '続きを読む';
}

.readmore-check {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
  content: '閉じる';
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
  height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
  display: none;
}

#toc {
  background: #fff;
  width: 530px;
  margin: 0 auto 80px;
  font-weight: bold;
  position: relative;
  border-top: 65px solid #fced7a;
  border-right: 25px solid #fced7a;
  border-left: 25px solid #fced7a;
  border-bottom: 25px solid #fced7a;
}

#toc:before {
  position: absolute;
  content: '目次';
  top: -50px;
  font-weight: bold;
  left: 4px;
  font-size: 24px;
  background: url(https://www.koreanlanguage-leaning.com/wp/wp-content/uploads/mokuji.png) no-repeat;
  background-size: 38px;
  padding-left: 50px;
}

#toc ul li {
  padding: 2px 0 2px 30px;
  list-style: none;
  position: relative;
  counter-increment: number;
}

#toc ul li::before {
  display: block;
  background-color: #333;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  font-weight: bold;
  font-size: 1.2rem;
}

.best3-okubo .frame-wrap {
  text-align: center;
}

.best3-okubo .frame-wrap .frame-head {
  display: block;
  padding: 0;
}

.best3-okubo .frame-wrap .frame-head p .small {
  font-size: 2rem;
  font-weight: normal;
}

.best3-okubo .detail {
  margin: 15px 0;
  background: #f2f2f2;
  padding: 10px;
  font-size: 12px;
  text-align: left;
}

.best3-okubo .frame-wrap .frame-head p.no1:after {
  background: none;
}

.best3-okubo .frame-wrap .frame-head p.no2:after {
  background: none;
}

.best3-okubo .frame-wrap .frame-head p.no3:after {
  background: none;
}

.best3-okubo .note {
  font-size: 12px;
  padding: 10px;
}

.best3-okubo .frame-wrap .frame-body {
  margin: 15px 0;
  background: #fff;
  padding: 10px;
  text-align: center;
}

.best3-okubo .frame-wrap .frame-body p.per {
  padding: 0 15px;
  display: inline-block;
  border: 4px solid;
  border-image: linear-gradient(to right, #ff8949 0%, #ff7166 100%);
  border-image-slice: 1;
  color: #ff7166;
  background: -moz-linear-gradient(left, #ff8949 0%, #ff7166 100%);
  background: -webkit-linear-gradient(left, #ff8949 0%, #ff7166 100%);
  background: linear-gradient(to right, #ff8949 0%, #ff7166 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.2rem;
  font-weight: bold;
}

.best3-okubo .frame-wrap .frame-body p.yen {
  margin: 20px auto 0;
  color: #ff7166;
  background: -moz-linear-gradient(left, #ff8949 0%, #ff7166 100%);
  background: -webkit-linear-gradient(left, #ff8949 0%, #ff7166 100%);
  background: linear-gradient(to right, #ff8949 0%, #ff7166 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
}

.best3-okubo .frame-wrap .frame .btn-web {
  margin: 1rem auto 2rem;
  padding: 0;
  display: block;
  text-align: center;
  width: 80%;
}

.best3-okubo .frame-wrap .frame .btn-web a {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 15px 50px 15px 20px;
  border-radius: 5rem;
  display: inline-block;
  background: #4bbedb;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  z-index: 10;
}

span {
  font-weight: bold;
}

a {
  word-break: break-all;
}

td {
  padding: 10px;
}



.l-footer-bottom__copy__link:before {
  content: "【PR】";
}





.hidden_box #toc:before {
    position: absolute;
    content: '';
    top: -50px;
    font-weight: bold;
    left: 4px;
    font-size: 24px;
    background: url(https://www.koreanlanguage-leaning.com/wp/wp-content/uploads/mokuji.png) no-repeat;
    background-size: 38px;
    padding-left: 50px;
}


.hidden_box {
  margin: 10px auto;
  max-width: 600px;
}

.hidden_box input {
  display: none;
}

.hidden_box label {
    background: #fced7a;
    border: 3px solid #000;
    border-radius: 15px;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    margin: 0 auto 20px;
    position: relative;
    transition: .5s;
    padding: 40px 20px;
}

.hidden_box label:hover {
  background: #fced7a;
}

.hidden_box label::before {
    display: inline-block;
    transition: .2s;
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 0px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(135deg);
    position: absolute;
    top: 40%;
    left: 14px;
}

.hidden_box label::after {
    content: "目次";
    position: absolute;
    top: 30%;
    right: 48%;
}

.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: .3s;
}

.tabopen:checked+.hidden_show {
  height: auto;
  padding: 0;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  z-index: 0;
  position: relative;
}



/*----------------------------------------------------
      PCサイトcss
  ----------------------------------------------------*/

@media screen and (min-width: 600px) {
  p.photo {
    text-align: center;
  }

  .cap {
    font-size: 11px;
    color: lightgray !important;
  }

  .big {
    font-size: 2.5rem;
    font-weight: bold;
    color: #f57b8c;
    margin: 2% 0 !important;
  }

  .gmap iframe {
    width: 800px;
    height: 400px;
  }

  .gmap {
    margin: 4rem 10rem 0rem;
  }

  twitter-widget {
    margin: 0 auto;
  }

  .kousya table th {
    width: 20%;
  }

  .kutikomi {
    width: 90%;
    margin: 5px auto 5px auto;
    padding: 17px 10px 17px 110px;
    background-color: #FFF;
    border-radius: 10px;
    border: #cccccc solid 1px;
  }

  .kutikomi p.cap {
    font-size: 11px;
    color: lightgray;
    text-align: right;
  }

  .kutikomi.girl01 {
    background: url(/wp/wp-content/uploads/voice01.png) no-repeat top 50% left 14px;
    background-size: 80px;
  }

  .kutikomi.girl02 {
    background: url(/wp/wp-content/uploads/voice02.png) no-repeat top 50% left 14px;
    background-size: 85px;
  }

  iframe.instagram-media {
    margin: 0 auto !important;
  }

  .prf .float-img img {
    border-radius: 100px;
  }

  .faq {
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    display: flex;
    display: -webkit-flex;
  }

  .faq.f_l {
    padding: 15px 0 15px 170px;
  }

  .faq.f_r {
    flex-flow: row-reverse;
    padding: 15px 170px 15px 0;
  }

  .faq .float-img {
    width: 144px;
  }

  .faq .float-img img {
    max-width: 100%;
    max-height: 130px;
  }

  .faq.f_l .txt {
    background: #fff;
    border: 2px solid #cccccc;
    border-radius: 10px;
    float: right;
    width: 100%;
    padding: 20px 30px;
    position: relative;
  }

  .faq.f_l .txt:before {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    top: 56px;
    border-left: 2px solid #cccccc;
    border-top: 2px solid #cccccc;
    transform: rotate(-45deg);
    background: #fff;
    left: -13px;
    margin-top: -13px;
  }

  .faq.f_l .txt .float-img.fl {
    position: absolute;
    top: 0;
    left: -160px;
  }

  .faq.f_l .txt .float-img.fl .flame {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 100px;
  }

  .faq.f_r .txt {
    background: #fff;
    border: 2px solid #cccccc;
    border-radius: 10px;
    float: left;
    width: 100%;
    padding: 20px 30px;
    position: relative;
  }

  .faq.f_r .txt:before {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    top: 56px;
    border-right: 2px solid #cccccc;
    border-top: 2px solid #cccccc;
    transform: rotate(45deg);
    background: #fff;
    right: -13px;
    margin-top: -13px;
  }

  .faq.f_r .txt .float-img.fl {
    position: absolute;
    top: 0;
    right: -180px;
  }

  .faq.f_r .txt .float-img.fl .flame {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 100px;
  }


  .l-main-area .float-wrap .float-img.ct {
    width: auto;
    max-width: 480px;
  }

  .l-main-area .float-wrap .float-img.ct img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
  }

  .l-main-area th .float-wrap .float-img.ct {
    width: auto;
    max-width: 280px;
  }

  .l-main-area .box-wrap .box-head a, .l-main-area .box-wrap .box-head>p {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 10px 30px 10px 10px;
    font-size: 2.1rem;
    font-weight: bold;
    color: #37414f;
    text-align: center;
    background: url(img/arrow01_navy.svg) no-repeat right 10px center;
    background-size: 9px 15px;
    line-height: 1.4;
  }

  .l-main-area .box-wrap .box-head>p {
    background: none;
  }

  /*///pricetable///*/
  table.hayami {
    width: 60%;
    margin: 0 auto;
  }

  .l-main-area table tbody td .price {
    float: left;
    width: 55%;
  }

  .l-main-area table tbody td .price .price_large {
    font-size: 3.5rem;
    display: block;
  }

  .l-main-area table tbody td .price .price_small {
    font-size: 1.1rem;
    line-height: 1.4;
    display: block;
    color: #000;
  }

  .l-main-area table tbody td .price+.btn-web {
    float: left;
    width: 37%;
    margin: 0 0 0 5%;
  }

  /*///TOP///*/
  .l-parts09-ranking .price {
    width: 100% !important;
  }

  .l-parts09-column2__box p.min {
    font-size: 1.2rem;
  }

  .l-main-area span.ora, .l-parts10 p.white-box span.ora {
    font-weight: bold;
    color: #ff7166;
    font-size: unset;
    display: contents;
  }

  .l-parts11 .frame-wrap ul {
    font-size: 1.2rem;
  }

  .l-parts11 p.l-parts11__text {
    text-align: center;
  }

  table.l-parts09-ranking {
    display: none;
  }

  h3#pic3-foot {
    display: none;
  }

  .l-mv:after {
    background: url(https://www.koreanlanguage-leaning.com/wp/wp-content/uploads/mv_bg.jpg) no-repeat left top;
    content: "";
    width: 50%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 0;
  }

  p.sp_area {
    display: none;
  }

  p.time_function.top {
    margin-left: 450px;
  }

  p.time_function {
    margin-left: 450px;
  }

  .l-parts-column3-box {
    width: calc((100% - 30px) / 3);
  }

  .l-main-area table.cafe-table td {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px 0;
  }

  .l-main-area table.cafe-table td .price {
    float: none;
    text-align: center;
    width: 40%;
  }

  .l-main-area table.cafe-table tbody td .btn-web {
    float: none;
    margin: 0;
    width: 40%;
  }

  br.sp {
    display: none;
  }

  .best3-okubo .frame-wrap .frame-head p {
    padding: 10px;
    text-align: center;
    position: inherit;
    font-size: 2rem;
  }

  td.tb-price {
    color: #ff7166;
    font-size: 3rem;
    font-weight: bold;
    text-align: left;
    line-height: 1;
  }

  th {
    width: 20%;
  }

  .l-main-area--low span.annotation {
    font-weight: normal;
    color: #37414f;
    font-size: 1.5rem;
  }

  .l-main-area .caption {
    color: #666;
    font-size: 11px;
    text-align: left;
  }


  .l-header-logo {
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .l-header-logo:before {
    background: #000;
    color: #fff;
    content: "PR";
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin-right: 10px;
    padding: 0 1rem;
  }


}


/*----------------------------------------------------
      ↑↑↑PCサイトcssここまで
  ----------------------------------------------------*/


/*----------------------------------------------------
        ↓↓↓SPサイトcss
  ----------------------------------------------------*/
@media screen and (max-width: 599px) {
  p.photo {
    text-align: center;
    line-height: 1 !important;
  }

  .cap {
    font-size: 11px;
    color: lightgray !important;
  }

  .big {
    font-size: 2rem;
    font-weight: bold;
    color: #f57b8c;
    margin: 2% 0 !important;
  }

  .prf .float-img img {
    border-radius: 100px;
  }

  .prf .float-img {
    width: 28%;
  }

  .kutikomi {
    width: 98%;
    margin: 5px auto;
    padding: 15px 10px 10px 70px;
    background-color: #FFF;
    border-radius: 15px;
    border: #cccccc solid 1px;
  }

  .kutikomi p.cap {
    font-size: 11px;
    color: lightgray;
    word-break: break-all;
  }

  .kutikomi.girl01 {
    background: url(/wp/wp-content/uploads/voice01.png) no-repeat top 10% left 6px;
    background-size: 55px;
  }

  .kutikomi.girl02 {
    background: url(/wp/wp-content/uploads/voice02.png) no-repeat top 10% left 6px;
    background-size: 60px;
  }

  .faq {
    padding: 1%;
    width: 100%;
  }

  .faq .float-img img {
    max-height: 90px;
  }

  .faq.flex {
    align-items: center;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }

  .faq.f_r {
    flex-flow: row-reverse;
  }

  .faq .float-img .flame {
    border-radius: 100px;
  }

  .faq .float-img {
    width: 25%;
    float: left;
    padding: 0 10px 10px 0;
  }

  .faq.f_l .txt {
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 3%;
    width: 100%;
    padding: 4%;
    position: relative;
    text-align: justify;
  }

  #index-bottom .faq .txt p,
  #page-bottom .faq .txt p {
    margin: 0;
  }

  .faq.f_r .txt {
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 100%;
    padding: 4%;
    position: relative;
    text-align: justify;
  }

  .l-main-area .float-wrap .float-img.ct {
    width: auto;
    max-width: 100%;
  }

  .l-main-area .float-wrap .float-img.ct img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
  }

  .l-main-area th .float-wrap .float-img.ct {
    width: auto;
    max-width: 100%;
  }

  /*///pricetable///*/
  .l-main-area table tbody td .price {
    float: left;
    width: 60%;
  }

  .l-main-area table tbody td .price .price_large {
    font-size: 2.4rem;
    display: block;
  }

  .l-main-area table tbody td .price .price_small {
    font-size: 1.1rem;
    line-height: 1.4;
    display: block;
    color: #000;
  }

  .l-main-area table tbody td .price+.btn-web {
    float: left;
    width: 40%;
    margin: 0 0 0 0%;
  }

  .l-main-area table tbody td .price+.btn-web a {
    padding: 15px 50px 15px 15px;
    font-size: 1.2rem;
  }

  .l-parts09-ranking .price {
    width: 100% !important;
  }

  .l-parts09-column2__box p.min {
    font-size: 1.2rem;
  }

  .l-parts09-ranking p.btn-web {
    width: 70% !important;
  }

  .l-main-area span.ora, .l-parts10 p.white-box span.ora {
    font-weight: bold;
    color: #ff7166;
    font-size: unset;
    display: contents;
  }

  .l-main-area h3 {
    text-align: center;
  }

  .l-parts11 .frame-wrap ul {
    font-size: 1.2rem;
  }

  p.l-parts07__text {
    text-align: left;
  }

  .gmap iframe {
    width: 100%;
    height: 300px;
  }

  .footer_banner {
    width: 100%;
    margin: 0px auto;
    z-index: 201;
    position: fixed;
    bottom: 0;
    padding: 10px;
    background: #ff884759;
  }

  .l-footer-bottom {
    margin: 0 auto 48px;
  }

  .l-pagetop__link {
    margin-bottom: 144px;
  }

  .l-parts09-ranking tbody th {
    width: 60%;
    padding: 20px 15px 10px 15px;
  }

  table.l-parts09-ranking {
    width: 100%;
    margin: 30px 0;
    padding: 0;
    border-collapse: separate;
    border-spacing: 2px;
    text-align: left;
  }

  table.l-parts09-ranking tbody th {
    background: #fef5ee;
    color: #37414f;
    text-align: center;
  }

  .l-parts09-ranking tbody td {
    width: 40%;
    text-align: center;
  }

  table.l-parts09-ranking tbody td {
    background: #f2f2f2;
  }

  h3.l-parts09-title {
    font-size: 2.1rem;
    margin-top: 0;
    padding: 40px 0 10px;
    background-size: 40px 30px;
  }

  h3.l-parts09-title {
    margin: 0 0 35px;
    padding: 50px 0 20px;
    border-bottom: solid 2px #ff7166;
    background: url(img/ico_crown.png) no-repeat center top;
    background-size: 52px 43px;
    text-align: center;
    color: #37414f;
    font-size: 2rem;
    position: relative;
  }

  .select_btn.fixed {
    position: sticky;
    bottom: 0;
    border-top: 2px solid #c4c4c4;
    z-index: 10;
  }

  .select_btn {
    display: block;
    width: 100%;
    background: #ddd;
    background: url(https://www.kettlest.com/wp/wp-content/themes/SE040/img/arrow_black.png) right 15px center no-repeat #ffffff;
  }

  .select_btn a {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    align-items: center;
    justify-content: space-around;
    font-weight: bold;
    box-sizing: border-box;
    font-size: 14px;
  }

  .select_btn a {
    text-decoration: none;
    background: #ee1c78;
    color: white;
    padding: inherit;
  }

  .footer_banner.forSP {
    background: none;
    padding: inherit;
  }

  .l-mv:after {
    content: "";
    width: 50%;
    height: 100%;
    background: url(https://www.koreanlanguage-leaning.com/wp/wp-content/uploads/mv_bg.jpg) no-repeat left top;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 0;
  }

  .l-main-area p.btn-link.sp_area a {
    margin: 0;
    padding: 15px 15px 15px 15px;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    background: #e59d1f;
    background-size: 25px 20px;
    position: relative;
    border: solid 2px #edbb64;
    border-radius: 0px;
  }

  .l-main-area p.btn-link.sp_area {
    margin: 20px auto;
    width: 80%;
    display: block;
  }

  p.time_function.top {
    margin-left: 9px;
    font-size: 14px;
  }

  p.time_function {
    margin-left: 9px;
    font-size: 14px;
  }

  .l-mv h2.l-mv__title {
    padding: 2rem 0 1rem 0;
  }

  .l-main-area table.cafe-table td {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px 0;
  }

  .l-main-area table.cafe-table td .price {
    float: none;
    text-align: center;
    width: 40%;
  }

  .l-main-area table.cafe-table tbody td .btn-web {
    float: none;
    margin: 0;
    width: 50%;
  }

  .l-parts09-ranking tbody tr:first-child div.price-next:before {
    content: "";
  }

  .l-main-area--low table.l-parts09-ranking {
    display: table;
  }

  .l-main-area--low table.l-parts09-ranking tr {
    display: table-row;
  }

  .l-main-area--low table.l-parts09-ranking tbody th {
    display: table-cell;
    padding: 15px 10px;
  }

  .l-main-area--low table.l-parts09-ranking tbody td {
    display: table-cell;
    padding: 0 20px;
  }

  br.sp {
    display: block;
  }

  #toc {
    width: 90%;
    padding: 0px 8px 0px 8px;
    border-top: 50px solid #fced7a;
    border-right: 10px solid #fced7a;
    border-left: 10px solid #fced7a;
    border-bottom: 10px solid #fced7a;
  }

  #toc::before {
    font-size: 20px;
    background-size: 28px;
    padding-left: 40px;
    top: -38px;
    line-height: 3rem;
  }

  .best3-okubo .frame-wrap .frame-head p {
    padding: 10px;
    text-align: center;
    position: inherit;
    font-size: 2.5rem;
  }

  .best3-okubo .frame-wrap .frame-body {
    margin: 15px 0;
    background: #fff;
    padding: 10px;
    text-align: center;
    width: 100%;
  }

  td.tb-price {
    color: #ff7166;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }

  .low-ranking .frame-wrap .frame:nth-child(2) {
    order: 2;
  }

  .l-main-area--low span.annotation {
    font-weight: normal;
    color: #37414f;
    font-size: 1.5rem;
  }

  .l-main-area .caption {
    color: #666;
    font-size: 11px;
    text-align: left;
  }

  .l-header-logo {
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .l-header-logo:before {
    background: #000;
    color: #fff;
    content: "PR";
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin-right: 10px;
    padding: 0 1rem;
  }




}