@charset "UTF-8";
/* main

-------------------------------------------------------------------------*/
ul {
  list-style-type: none; }

#teiki {
  color: #3b2c21;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  overflow-x: hidden;
  font-size: 12px;
  /*h1.head_ttl:after {
   position: absolute;
   top: 0;
   right: -40px;
   content: '';
   border-width: 40px 0 40px 40px;
   border-style: solid;
   border-color: transparent transparent transparent #0fa63c;
  } */
  /*h1.head_ttl,h2.lead_ttl ,h3.step_ttl {
   margin-bottom: 1rem 
  }*/ }
  #teiki *, #teiki ::before, #teiki ::after {
    box-sizing: border-box; }
  #teiki h1 {
    /*font-size: 2rem;*/
    font-size: clamp(1.7rem, 5vw, 2.5rem); }
  #teiki h2 {
    /*font-size: 1.75rem;*/
    font-size: clamp(1.4rem, 5vw, 2rem); }
  #teiki h3 {
    /*font-size: 1.5rem;*/
    font-size: clamp(1.1rem, 5vw, 1.5rem); }
  #teiki a {
    text-decoration: none; }
    #teiki a:hover {
      text-decoration: none; }
  #teiki .shop_btn img {
    margin: 50px 0;
    padding: 0 100px;
    width: 100%; }
  #teiki .mypage_btn img {
    margin: 25px 0;
    padding: 0 100px;
    width: 100%; }
  #teiki img {
    max-width: 100%;
    height: auto;
    vertical-align: middle; }
  #teiki section {
    margin: 0 auto 80px; }
  #teiki .inner {
    max-width: 750px;
    margin: 0 auto;
    position: relative; }
  #teiki .s-hero-inner .s-hero_logo {
    position: absolute;
    top: 0;
    left: 20px;
    max-width: 75px;
    width: 12%; }
  #teiki .cv-caution {
    margin: 15px auto 0;
    width: 90%; }
    #teiki .cv-caution ul {
      margin: 10px 0; }
    #teiki .cv-caution li {
      font-size: 1.25em; }
  #teiki .slider_brown {
    background: url(/admission/lp/start_up/menu_3days/assets/images/co4_menu_ex-bg.jpg) repeat-y; }
    #teiki .slider_brown .menu-list_aco {
      margin: 20px 0; }
      #teiki .slider_brown .menu-list_aco dd {
        margin-top: 20px;
        display: none; }
  #teiki .slider_gray {
    background-color: #efefdd; }
  #teiki .slider_blue {
    background-color: #d7e2e7; }
  #teiki .slider_green {
    background-color: #ddeee2; }
  #teiki .slider_prev, #teiki .slider_next {
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 110px;
    padding: 0; }
  #teiki .slider_prev {
    left: 0;
    z-index: 1; }
  #teiki .slider_next {
    right: 0; }
  #teiki .slick-dotted.slick-slider {
    margin-bottom: 50px; }
  #teiki .slick-dots {
    bottom: -35px; }
  #teiki .slider_item {
    padding-bottom: 10px; }
  #teiki .slider_social {
    padding-bottom: 30px; }
  #teiki h1.head_ttl {
    position: relative;
    display: block;
    padding: 0.25rem 0.5rem;
    color: #088e2f;
    border-bottom: 5px solid #088e2f;
    /* display: inline-block;
     padding: 1rem 5rem 1rem 3rem;
     color: #fff;
     background: #0fa63c;*/ }
  #teiki h2.lead_ttl:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 300%;
    content: '';
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    background: #e5151f; }
  #teiki h2.lead_ttl {
    position: relative;
    overflow: hidden;
    padding: .5rem 2rem .5rem 100px;
    border-bottom: 3px solid #e5151f; }
  #teiki h2.lead_ttl span {
    font-size: 2rem;
    position: absolute;
    z-index: 1;
    top: 11%;
    left: 0;
    display: block;
    padding-top: 3px;
    padding-left: 16px;
    color: #fff; }
  #teiki h3.step_ttl {
    border-bottom: 3px solid #0d0d10;
    padding: 0 20px 5px 0;
    display: inline-block; }
  #teiki .step_ttl_radish:before {
    content: '';
    display: inline-block;
    width: 88px;
    height: 50px;
    margin-right: 10px;
    background-image: url(/admission/lp/start_up/beginner2/assets/images/R_truck.png);
    background-size: contain;
    vertical-align: middle; }
  #teiki .step_ttl_yamato:before {
    content: '';
    display: inline-block;
    width: 88px;
    height: 50px;
    margin-right: 10px;
    background-image: url(/admission/lp/start_up/beginner2/assets/images/kuroneko.png);
    background-size: contain;
    vertical-align: middle; }
  #teiki h2.lead_ttl, #teiki h3.step_ttl {
    margin-bottom: 1rem; }

.pc_only {
  display: block; }

@media (max-width: 767px) {
  .pc_only {
    display: none; } }
.sp_only {
  display: none; }

@media (max-width: 767px) {
  .sp_only {
    display: block; } }
@media (max-width: 767px) {
  #teiki {
    /*
    h1 {
    font-size: 2em!important;
    }
    h2 {
    font-size: 1.7em!important;
    }
    h3 {
    font-size: 1.4em!important;
    }
     
    h1.head_ttl {
     position: relative;
     display: inline-block;
     padding: .5rem .5rem .5rem 1rem;
     color: #fff;
     background: #0fa63c;
    }
    h1.head_ttl:after {
     position: absolute;
     top: 0;
     right: -26px;
     content: '';
     border-width: 26px 0 25px 26px;
     border-style: solid;
     border-color: transparent transparent transparent #0fa63c;
    } */ }
    #teiki section {
      margin: 0 auto 40px; }
    #teiki .cv-caution {
      margin: 35px auto 0;
      width: 90%; }
      #teiki .cv-caution ul {
        margin: 10px 0; }
      #teiki .cv-caution li {
        font-size: 1.25em; }
    #teiki .slider_brown {
      background: url(/admission/lp/start_up/menu_3days/assets/images/co4_menu_ex-bg.jpg) repeat-y; }
      #teiki .slider_brown .menu-list_aco {
        margin: 20px 0; }
        #teiki .slider_brown .menu-list_aco dd {
          margin-top: 20px;
          display: none; }
    #teiki .slider_prev, #teiki .slider_next {
      position: absolute;
      top: 50%;
      display: block;
      width: 60px;
      height: 110px;
      padding: 0; }
    #teiki .slider_prev {
      left: 0;
      z-index: 1; }
    #teiki .slider_next {
      right: 0; }
    #teiki .slick-dotted.slick-slider {
      margin-bottom: 50px; }
    #teiki .slick-dots {
      bottom: -35px; }
    #teiki h2.lead_ttl:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 70px;
      height: 300%;
      content: '';
      -webkit-transform: skew(20deg);
      transform: skew(20deg);
      background: #e5151f; }
    #teiki h2.lead_ttl {
      padding: .5rem 2rem .5rem 70px;
      border-bottom: 3px solid #e5151f; }
    #teiki h2.lead_ttl span {
      font-size: 1.25em;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      display: block;
      padding-top: 3px;
      padding-left: 10px;
      color: #fff; }
    #teiki h3.step_ttl {
      border-bottom: 3px solid #0d0d10;
      padding: 0 20px 5px 0;
      display: inline-block; }
    #teiki .step_ttl_radish:before {
      width: 62px;
      height: 35px; }
    #teiki .step_ttl_yamato:before {
      width: 61px;
      height: 35px; }
    #teiki h1.head_ttl, #teiki h2.lead_ttl, #teiki h3.step_ttl {
      /* margin-bottom: 1rem */ } }
@media (max-width: 414px) {
  #teiki {
    /*h1 {
    font-size: 1.7em!important;
    }
    h2 {
    font-size: 1.5em!important;
    }
    h3 {
    font-size: 1.4em!important;
    }
     font-size: 1.3rem;
     
    h1.head_ttl {
     position: relative;
     display: inline-block;
     padding: .5rem .5rem .5rem 1rem;
     color: #fff;
     background: #0fa63c;
    }
    h1.head_ttl:after {
     right: -26px;
     border-width: 24px 0 24px 26px;
    } */
    /* 
    h1.head_ttl,h2.lead_ttl ,h3.step_ttl {
     margin-bottom: 1rem
    } */ }
    #teiki h2.lead_ttl:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 70px;
      height: 300%;
      content: '';
      -webkit-transform: skew(20deg);
      transform: skew(20deg);
      background: #e5151f; }
    #teiki h2.lead_ttl {
      padding: .5rem 2rem .5rem 70px;
      border-bottom: 3px solid #e5151f; }
    #teiki h2.lead_ttl span {
      font-size: 1.25em;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      display: block;
      padding-top: 3px;
      padding-left: 5px;
      color: #fff; }
    #teiki h3.step_ttl {
      border-bottom: 3px solid #0d0d10;
      padding: 0 20px 5px 0;
      display: inline-block; }
    #teiki .step_ttl_radish:before {
      width: 62px;
      height: 35px; }
    #teiki .step_ttl_yamato:before {
      width: 61px;
      height: 35px; } }

/*souryou*/
.content_06 .step__list {
  padding-left: 1.4rem;
  width: 90%;
  margin: auto; }
.content_06 .step__list li {
  position: relative; }
.content_06 .step__list li::after {
  content:"※";
  display: block;
  width:1rem;
  height:1rem;
  position:absolute;
  left:-1.4rem;
  top: 0; }

/*FAQ*/
.c-btn_inner {
  border-radius: .75em;
  display: block;
  margin: 0 auto;
  padding: .75em 1.75em .75em 1em;
  position: relative;
  text-align: center;
  z-index: 1; }

.c-btn_inner::after {
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: currentColor;
  transform: rotate(45deg);
  content: "";
  display: block;
  width: .5em;
  height: .5em;
  position: absolute;
  top: 50%;
  right: .75em;
  transform-origin: right top; }

*[aria-expanded="false"] .c-btn_inner::after, .is-open .c-btn_inner::after {
  border-width: 0 3px 3px 0; }

*[aria-expanded="false"] .h-btn_inner::after, .is-open .h-btn_inner::after {
  border-width: 0 3px 3px 0; }

*[aria-expanded="true"] .c-btn_inner::after, .is-close .c-btn_inner::after {
  border-width: 3px 0 0 3px; }

*[aria-expanded="true"] .h-btn_inner::after, .is-close .h-btn_inner::after {
  border-width: 3px 0 0 3px; }

.s-faq_item img {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: auto;
  max-height: 300px; }

img.imgmini {
  max-height: 100px; }

img.imgauto {
  max-height: inherit;
  width: 100%; }

.s-faq_head {
  background: #fff !important; }

.s-faq_toggle {
  color: #000;
  background-image: none !important;
  background-color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: .5em;
  text-align: center;
  text-decoration: none;
  letter-spacing: -0.08em; }

.s-faq_section {
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1.8;
  background: #fff; }

.s-faq_inner {
  display: none;
  max-width: 600px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 30px 0 50px; }

.s-faq_item dt {
  color: #2a6b13 !important;
  font-size: 120%;
  font-weight: 600 !important;
  letter-spacing: -0.1em;
  border-bottom: 2px dotted #2a6b13; }

.s-faq_item dd {
  margin-top: 10px; }
.s-faq_item dd.pb8per .cont_item img {
  max-height: fit-content!important; }
.s-faq_item + .s-faq_item::before {
  /*  background: url(../img/faq_line.png) 50% 50% no-repeat;
  */
  content: "";
  display: block;
  height: 5px;
  margin: 30px 0; }

.article_section {
  margin-top: 1em;
  border: 1px solid #2a6b13; }

.article_sectionHead {
  line-height: 1.5;
  margin: 3em auto 1.5em;
  max-width: 950px;
  text-align: center; }

.article_sectionHead .mv {
  margin: 1.5em 0; }

.article_sectionHead .head {
  display: inline-block;
  line-height: 1.2; }

.article_sectionHead .head + * {
  margin-top: 1.5em; }

.article_sectionHead .head .name {
  align-items: flex-end;
  display: flex;
  font-size: 107.5%;
  justify-content: center;
  margin-left: 1.8em; }

.article_sectionHead .head .name .radix-2 {
  font-size: 60%; }

.article_sectionHead .head .name .eco {
  font-size: 60%;
  line-height: .8; }

.article_sectionHead .head .name .eco > span:nth-child(1) {
  font-size: 400%; }

.article_sectionHead .head .name .family {
  font-size: 80%; }

.article_sectionHead .head .piller {
  display: block;
  font-size: 250%;
  letter-spacing: -.1em;
  text-indent: -.5em; }

.article_sectionHead .head .piller::first-letter {
  font-size: 200%;
  letter-spacing: -.25em;
  line-height: 0;
  color: #2a6b13; }

.article_sectionHead .ttl {
  font-size: 200%; }

.article_sectionHead .ttl span.lead {
  font-size: 75%; }

.article_sectionHead .desc {
  font-size: 125%; }

.article_sectionHead-count {
  counter-increment: sectionHead-num 1; }

.article_sectionHead-count .ttl:before {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  content: counter(sectionHead-num);
  display: block;
  font-size: 160%;
  height: 1.5em;
  line-height: 1.4;
  margin: 0 auto 10px;
  width: 1.5em; }

@media screen and (max-width: 767px) {
  .article_sectionHead .ttl {
    font-size: 142.5%; }

  .article_sectionHead .desc {
    font-size: 92.5%; } }
.radix_thinksList {
  counter-reset: radix-thinksList-num 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px; }

.radix_thinksList > li {
  counter-increment: radix-thinksList-num;
  flex-basis: calc(50% - 40px);
  margin: 0 20px;
  padding: 0px 0 1.5em;
  list-style: none; }

.radix_thinksList .listTtl {
  font-size: 100%;
  text-align: center;
  line-height: 1.4;
  font-weight: 600; }

.radix_thinksList .listTtl-count {
  color: #e1667a; }

.radix_thinksList .listTtl-count:before {
  background-image: url(https://www.radishbo-ya.co.jp/brand/assets/img/common/count_bg-pink.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  content: counter(radix-thinksList-num);
  display: block;
  font-size: 120%;
  height: 1.5em;
  line-height: 1.4;
  margin: 0 auto;
  width: 1.5em; }

.radix_thinksList .listTtl-txt {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: .5em; }

.radix_thinksList .listImg {
  margin: 1.5em 0; }

.radix_thinksList .listImg img {
  width: 100%; }

@media screen and (max-width: 767px) {
  .radix_thinksList {
    display: block;
    padding: 0 10%; }

  .radix_thinksList > li {
    margin: 0;
    padding: 5% 0; } }
p.green {
  padding: 6px 1em;
  margin-bottom: 2px;
  background-image: url(https://www.radishbo-ya.co.jp/brand/assets/img/radix/index/label_bg-nousan.png);
  background-size: 220px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 110%;
  font-weight: 600; }

p.accent {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "Noto Sans Japanese", sans-serif;
  color: #dc9100;
  font-size: 110%;
  font-weight: 600; }

@media (max-width: 414px) {
  #teiki .shop_btn img {
    margin: 3em 0 4.5em;
    padding: 0 1em; }
  #teiki .mypage_btn img {
    margin: 2em 0;
    padding: 0 2.5em; }
  #teiki .cv-caution ul {
    margin: 10px 0; }
  #teiki .cv-caution li {
    font-size: 1em; }
  #teiki .slider_brown .menu-list_aco {
    margin: 40px 0 0; }
  #teiki .slider_prev, #teiki .slider_next {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 55px;
    padding: 0; }
  #teiki .slider_prev {
    left: 0;
    z-index: 1; }
  #teiki .slider_next {
    right: 0; }
  #teiki .slick-dotted.slick-slider {
    margin-bottom: 15px; }
  #teiki .slick-dots {
    bottom: -25px; }
    #teiki .slick-dots li {
      margin: 0; }
  #teiki .slider_item {
    padding-bottom: 10px; }
  #teiki .slider_social {
    padding-bottom: 30px; } }
/*support*/
#teiki h2.step__head {
  font-size: 24px; }
#teiki p, #teiki p.step__txt, #teiki .step__list li {
  font-size: clamp(18px, 5vw, 21px);
  /*font-size: 18px; */
  line-height: 1.5; }
#teiki .navi__list--name {
  font-size: clamp(1.3rem, 5vw, 1.75rem);
  /*font-size: 1.75rem; */
  line-height: 1.5; }
#teiki .bottom__list li {
  font-size: 24px;
  line-height: 1.5; }
#teiki .red {
  color: red; }
#teiki .bold {
  font-weight: bold; }
#teiki .small {
  font-size: 16px;
  line-height: 1.25; }
#teiki .yellow_uline {
  border-bottom: 2px solid #ffcc00; }
#teiki .navi_inner {
  background-color: #ddeee2;
  padding: 1em 3em;
  margin: 0 auto; }
  #teiki .navi_inner h2 {
    color: #0D0D10;
    text-align: left; }
  #teiki .navi_inner ul.navi {
    margin: 10px auto;
    border: 1px solid #B9B48C;
    background-color: #fff; }
  #teiki .navi_inner ul.navi li {
    color: #0D0D10;
    border-bottom: 2px dotted #09374E;
    width: 98%;
    margin: 0 auto;
    text-align: left; }
    #teiki .navi_inner ul.navi li:last-child {
      border-bottom: none !important; }
    #teiki .navi_inner ul.navi li a {
      position: relative;
      text-align: left;
      padding: 15px 10px;
      display: block;
      color: #0D0D10; }
      #teiki .navi_inner ul.navi li a:after {
        position: absolute;
        content: "";
        top: calc(50% - 3px);
        right: 20px;
        width: 0;
        height: 0;
        border-width: 8px 6px 8px 6px;
        border-style: solid;
        border-color: #09374E transparent transparent transparent; }
@media screen and (max-width: 767px) {
  #teiki .navi_inner ul.navi li a:after {
    right: 5px; } }
#teiki .step {
  width: 95%;
  margin: 0 auto 40px;
  position: relative; }
  #teiki .step .step__head {
    text-align: left;
    margin-bottom: 40px;
    position: relative; }
    #teiki .step .step__head:after {
      content: url(../images/support/co3_step_line.jpg);
      display: block;
      position: absolute;
      top: 20px;
      left: 0;
      right: 0;
      transform: scale(0.8); }
  #teiki .step .step__img_wrap {
    position: absolute;
    width: 28%;
    top: 40%;
    right: 45px; }
  #teiki .step .step__img {
    margin-bottom: 20px; }
  #teiki .step .step__list {
    margin-bottom: 20px; }
  #teiki .step .step__inner__gray {
    background-color: #EFEDDE;
    padding: 20px; }
    #teiki .step .step__inner__gray h3 {
      font-size: 18px;
      font-weight: 700;
      border-left: 5px solid #DB4E44;
      background-color: #F6F7F7;
      padding: 5px 0 5px 5px; }
    #teiki .step .step__inner__gray .step__list-thum li {
      display: flex;
      padding: 10px 0 0; }
      #teiki .step .step__inner__gray .step__list-thum li img {
        width: 50%; }
    #teiki .step .step__inner__gray .step__caution {
      background-color: #fff;
      border: 1px solid red;
      margin-top: 20px;
      padding: 5px;
      color: red;
      line-height: 1.25; }
  #teiki .step a {
    display: block;
    width: 80%;
    margin: 40px auto 0; }
  #teiki .step .kondate__img {
    margin: 0 auto;
    width: 50%; }

.step01 {
  margin: 0 auto 80px; }

.course {
  width: 95%;
  margin: 0 auto;
  position: relative; }

@media screen and (max-width: 767px) {
  #teiki h2.step__head {
    font-size: 1.5em; }
  #teiki p, #teiki p.step__txt, #teiki .step__list li {
    /*font-size: 1.2em;*/ }
  #teiki .navi__list--name {
    /*font-size: 1.5rem;*/ }
  #teiki .bottom__list li {
    font-size: 20px;
    line-height: 1.5; }
  #teiki .small {
    /*font-size: 1em;*/ }
  #teiki .navi_inner {
    padding: 1em;
    font-size: 1em; }
    #teiki .navi_inner ul.navi {
      margin: 10px auto;
      border: 1px solid #B9B48C;
      background-color: #fff; }
    #teiki .navi_inner ul.navi li {
      width: 98%;
      margin: 0 auto; }
      #teiki .navi_inner ul.navi li:last-child {
        border-bottom: none !important; }
      #teiki .navi_inner ul.navi li a {
        position: relative;
        padding: 1em; }
  #teiki .step {
    /*width: 90%;
    margin: 0 auto 40px; */ }
    #teiki .step .step__img {
      margin-bottom: 20px; }
    #teiki .step .step__img_wrap {
      width: 30%;
      top: 45%;
      right: -5px; }
    #teiki .step .step__list {
      margin-bottom: 20px; }
    #teiki .step .step__inner__gray {
      padding: 1em;
      text-align: center; }
      #teiki .step .step__inner__gray h3 {
        font-size: 1.2em;
        font-weight: 700;
        border-left: 5px solid #DB4E44;
        background-color: #F6F7F7;
        padding: 5px 0 5px 5px; }
      #teiki .step .step__inner__gray .step__list-thum li {
        display: block;
        padding: 10px 0 0; }
        #teiki .step .step__inner__gray .step__list-thum li img {
          width: 80%; }
        #teiki .step .step__inner__gray .step__list-thum li p {
          text-align: left; }
      #teiki .step .step__inner__gray .step__caution {
        font-size: 1em;
        text-align: left; }
    #teiki .step a {
      display: block;
      width: 80%;
      margin: 40px auto 0; }
    #teiki .step .kondate__img {
      width: 70%; } }
@media screen and (max-width: 414px) {
  #teiki .step .step__img_wrap {
    width: 35%;
    top: 60%;
    right: -15px; } }
/*sticky*/
.s-sticky_bnr {
  opacity: 1 !important;
  position: fixed;
  bottom: 20px;
  left: 20px;
  transition: .3s;
  z-index: 1 !important; }
  .s-sticky_bnr:hover {
    opacity: .7; }

@media (max-width: 767px) {
  .s-sticky_bnr {
    bottom: 0;
    left: 0; } }
/*modal*/
#teiki .btn__wrapper__open {
  margin: 0 auto 10px;
  width: 90%; }
#teiki .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  #teiki .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%; }
  #teiki .modal__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    background-color: #fff; }
    #teiki .modal__content .frame_inner {
      width: 100%;
      height: 680px; }
    #teiki .modal__content .btn__wrapper {
      position: absolute;
      right: 0;
      top: -40px; }
    #teiki .modal__content .close-btn {
      display: block;
      position: relative;
      width: 30px;
      height: 30px;
      border: 2px solid #fff;
      /* 枠の調整 */
      border-radius: 50%;
      /* 丸みの度合い */
      background: #fff;
      /* ボタンの背景色 */ }
    #teiki .modal__content .close-btn::before, #teiki .modal__content .close-btn::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 3px;
      /* 棒の幅（太さ） */
      height: 22px;
      /* 棒の高さ */
      background: #333;
      /* バツ印の色 */ }
    #teiki .modal__content .close-btn::before {
      transform: translate(-50%, -50%) rotate(45deg); }
    #teiki .modal__content .close-btn::after {
      transform: translate(-50%, -50%) rotate(-45deg); }

@media (max-width: 767px) {
  #teiki .btn__wrapper__open {
    padding-top: 15px; }
  #teiki .modal__content {
    width: 90%; }
    #teiki .modal__content .frame_inner {
      height: 500px; } }
#teiki .bnr_txt {
  text-align: center;
  color: #db0401;
  line-height: 1.25; }
  #teiki .bnr_txt .small {
    font-size: 55%; }
