@charset "UTF-8";
:root {
  --text-color: #2c2c2c;
  --main-color: #e8383d;
  --sub-color: #fef5f5;
  --border:#e4e4e4;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  color: var(--text-color);
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
a:hover {
  transition: 0.4s;
  opacity: 0.5;
}
a[href^="tel:"] {
  pointer-events: none;
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 100px);
  transition: 1s;
}

.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.toggle {
  width: 66px;
  height: 66px;
  position: fixed;
  right: 0;
  z-index: 99;
  background: var(--main-color);
  border-radius: 0 0 0 20px;
}
.toggle span {
  position: absolute;
  display: block;
  width: 26px;
  height: 2px;
  background: white;
  left: 22px;
  transition: 0.3s all;
}
.toggle span:nth-of-type(1) {
  top: 22px;
}
.toggle span:nth-of-type(2) {
  top: 30px;
}
.toggle span:nth-of-type(3) {
  top: 38px;
}
.toggle.active {
  background: var(--main-color);
}
.toggle.active span {
  top: 30px;
  background: white;
}
.toggle.active span:nth-of-type(1) {
  transform: rotate(45deg);
}
.toggle.active span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.toggle.active span:nth-of-type(3) {
  transform: rotate(-45deg);
}

.drawer {
  position: fixed;
  top: 0;
  right: -65%;
  width: 65%;
  background: rgb(255, 255, 255);
  height: 100vh;
  padding: 80px 0 0;
  transition: 0.3s all;
  overflow-y: auto;
  font-size: 1.4rem;
}
.drawer ul li a {
  display: block;
  padding: 15px 0;
  text-align: center;
  color: var(--text-color);
  border-bottom: 1px solid #ccc;
}
.drawer.active {
  right: 0;
  z-index: 20;
}

.accordion-header {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.accordion-header::before, .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background-color: var(--text-color);
}
.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  body {
    word-wrap: break-word;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  p {
    margin-bottom: 0.5rem;
  }
  .mgb_ll_sp, .trouble_bk, section {
    margin-bottom: 80px !important;
  }
  .mgb_l_sp, .img_txt #mv-wrap, #mv {
    margin-bottom: 60px !important;
  }
  .mgb_m_sp, .intro_wrap .intro, footer ul, .img_txt .imgtxt, .img_txt .tab-box, .review_r, .review_l, .img_r, .img_l, h4, h3, h2, header {
    margin-bottom: 40px !important;
  }
  .mgb_s_sp, .uketuke, footer h1, .img_txt .imgtxt figure, .img_txt figure, h5 {
    margin-bottom: 20px !important;
  }
  .mgb_ss_sp, .img_txt h4, .width_s_margin div {
    margin-bottom: 10px !important;
  }
  .mgb_none_sp {
    margin-bottom: 0px !important;
  }
  .mgt_m_sp, .img_txt {
    margin-top: 40px !important;
  }
  .width_margin, .message_txt, .tokatu_link a, .course_d, .bukatu_d_link, .intro_wrap p, footer ul, .bk_b .trouble, .bukatu_link, .insta_list {
    width: 92%;
    margin: 0 auto;
  }
  .width_s_margin {
    width: 92%;
    margin: 0 auto;
    text-align: left;
  }
  .width_s_margin div li {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 5px;
  }
  .width_s_margin h4 {
    margin-bottom: 5px !important;
    font-weight: bold;
    color: var(--main-color);
  }
  .text_center {
    text-align: center;
  }
  header {
    display: flex;
    justify-content: space-between;
  }
  header h1 {
    margin: 0 auto;
    padding: 5% 0 0 0;
  }
  header h1 img {
    width: 210px;
  }
  .jp-midashi {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: -0.05rem;
  }
  h2 {
    font-weight: 200;
    text-align: center;
    font-size: 4rem;
  }
  h2 span {
    font-size: 1.2rem;
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  .insta_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    font-size: 1rem;
  }
  .insta_list div {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid var(--border);
    padding: 10px;
  }
  .insta_list div:nth-child(2n) {
    margin-right: 0;
  }
  .insta_list div .insta_list_img {
    width: 60%;
    margin-bottom: 5px;
  }
  .insta_list div .insta_list_account {
    background-color: var(--text-color);
    color: white;
    font-weight: bold;
    border-radius: 8px;
    padding: 4px;
    margin: 0 auto 10px;
  }
  .insta_list div .insta_list_icon {
    width: 20px;
    height: auto;
  }
  .insta_list_name_e {
    background-color: #e8f2fa;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .insta_list_name_e p:last-child span {
    padding: 0px 8px;
  }
  .insta_list_name_l {
    background-color: #fdfaee;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .insta_list_name_m {
    background-color: #fae8f1;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .insta_list_name_d {
    background-color: #f9eefd;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .insta_list_name_en {
    background-color: #e8faf0;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .bk_r {
    background-color: var(--main-color);
    padding: 80px 0;
  }
  .bk_r h2 {
    color: white;
  }
  .outlink {
    background-color: var(--text-color);
    border-radius: 50px;
    padding: 15px 25px 15px 8px;
    color: white;
    text-align: center;
    position: relative;
    width: 65%;
    display: block;
    margin: 15px auto 0;
  }
  .outlink::before {
    content: ""; /*何も入れない*/
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../images/outlink_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .bukatu_link li {
    border: 1px solid var(--text-color);
    border-radius: 14px;
    padding: 15px 0;
    margin-bottom: 10px;
    text-align: center;
    background-color: white;
    position: relative;
  }
  .bukatu_link li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(../images/arrow_r.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    top: 55px;
  }
  .bukatu_link li span {
    color: var(--main-color);
    font-weight: bold;
    font-size: 1.6rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    display: block;
  }
  .bukatu_link li p {
    font-size: 3rem;
    font-weight: 200;
    line-height: 1.3;
  }
  .bukatu_link li p span {
    color: var(--text-color);
    font-size: 1.2rem;
  }
  .bk_b {
    background-color: var(--text-color);
    padding: 80px 0 40px;
    margin-bottom: 0 !important;
  }
  .bk_b h2 {
    color: white;
  }
  .bk_b .trouble li {
    background-color: white;
    width: 100%;
    padding: 15px 15px 15px 35px;
    margin-bottom: 10px;
    min-height: 55px;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .bk_b .trouble li::before {
    content: ""; /*何も入れない*/
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../images/troble-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1% 0 0 0;
    position: absolute;
    left: 15px;
  }
  .img_l {
    display: flex;
    position: relative;
  }
  .img_l figure {
    width: 60%;
  }
  .img_l figure img {
    width: 100%;
  }
  .img_l div {
    position: absolute;
    z-index: 5;
    background-color: white;
    padding: 10px 15px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50%;
  }
  .img_l div p {
    margin-bottom: 0 !important;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .img_r {
    display: flex;
    position: relative;
  }
  .img_r figure {
    width: 60%;
    margin-left: auto;
  }
  .img_r figure img {
    width: 100%;
  }
  .img_r div {
    position: absolute;
    z-index: 5;
    background-color: white;
    padding: 10px 15px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50%;
  }
  .img_r div p {
    margin-bottom: 0 !important;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .review_l {
    display: flex;
    position: relative;
  }
  .review_l figure img {
    width: 100%;
  }
  .review_l div {
    position: absolute;
    z-index: 5;
    background-color: white;
    padding: 20px 15px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 70%;
  }
  .review_l div h5 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 10px !important;
  }
  .review_l div h5 span {
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
  }
  .review_l div p {
    margin-bottom: 0 !important;
  }
  .review_r {
    display: flex;
    position: relative;
  }
  .review_r figure {
    margin-left: auto;
  }
  .review_r figure img {
    width: 100%;
  }
  .review_r div {
    position: absolute;
    z-index: 5;
    background-color: white;
    padding: 20px 15px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 70%;
  }
  .review_r div h5 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 10px !important;
  }
  .review_r div h5 span {
    font-size: 1rem;
    font-weight: 400;
    display: block;
  }
  .review_r div p {
    margin-bottom: 0 !important;
  }
  .img_txt {
    /*タブのスタイル*/
    /*ラジオボタンを全て消す*/
    /*タブ切り替えの中身のスタイル*/
    /*選択されているタブを表示*/
    /*選択されているタブのスタイル*/
  }
  .img_txt figure {
    width: 100%;
  }
  .img_txt figure img {
    width: 100%;
  }
  .img_txt h4 {
    font-weight: bold;
  }
  .img_txt h4 span {
    font-size: 1.2rem;
    margin-right: 5px;
  }
  .img_txt .hosoku {
    font-size: 1.1rem;
  }
  .img_txt .hosoku-b {
    font-size: 1.1rem;
  }
  .img_txt table {
    width: 100%;
  }
  .img_txt table tr:first-child > *:first-child {
    border-radius: 14px 0 0 0;
  }
  .img_txt table tr:first-child > *:last-child {
    border-radius: 0 14px 0 0;
  }
  .img_txt table tr:last-child > *:first-child {
    border-radius: 0 0 0 14px;
  }
  .img_txt table tr:last-child > *:last-child {
    border-radius: 0 0 14px 0;
  }
  .img_txt table th {
    border: white 2px solid;
    background-color: var(--sub-color);
    width: 30%;
    padding: 14px 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
  }
  .img_txt table td {
    border: white 2px solid;
    background-color: #f7f4f1;
    padding: 14px;
  }
  .img_txt table td p {
    margin: 0.5rem 0;
    display: inline-block;
  }
  .img_txt .table02 tr th {
    border-radius: 14px 0 0 14px !important;
  }
  .img_txt .table02 tr td {
    border-radius: 0 14px 14px 0px !important;
  }
  .img_txt .outlink {
    font-size: 1.1rem;
  }
  .img_txt .pagelink {
    display: block;
    background-color: var(--main-color);
    color: white;
    border-radius: 50px;
    width: 75%;
    padding: 5px;
    text-align: center;
    margin: 0 auto 10px;
    position: relative;
  }
  .img_txt .pagelink::before {
    content: ""; /*何も入れない*/
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 13px;
    top: 11px;
  }
  .img_txt .pagelink02 {
    display: flex;
    justify-content: right;
  }
  .img_txt .pagelink02 a {
    display: block;
    background-color: var(--main-color);
    color: white;
    border-radius: 50px;
    padding: 5px;
    text-align: center;
    position: relative;
    width: 95px;
    font-size: 1rem;
  }
  .img_txt .pagelink02 a::before {
    content: ""; /*何も入れない*/
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 9px;
  }
  .img_txt .tab-box > h4 {
    margin-bottom: 10px !important;
  }
  .img_txt #mv-wrap {
    position: relative;
  }
  .img_txt #mv-wrap .swiper {
    margin-left: 20px !important;
    border-radius: 20px 0 0 20px;
  }
  .img_txt #mv-wrap .swiper .swiper-img {
    border-radius: 14px 0 14px 0;
  }
  .img_txt #mv-wrap .swiper .swiper-img img {
    height: 80vh;
    width: auto;
  }
  .img_txt #mv-wrap h2 {
    position: absolute;
    top: 42%;
    font-size: 2.8rem;
    color: white;
    font-weight: bold;
    left: 13%;
    z-index: 10;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .img_txt .btn-wrap a {
    display: block;
    padding: 16px 0;
    border-radius: 50px;
    background-color: var(--accent-color02);
    position: relative;
    height: 60px;
    width: 80%;
    display: block;
    margin: 0 auto;
    color: white;
    font-weight: bold;
    text-align: center;
  }
  .img_txt .btn-wrap a::before {
    content: ""; /*何も入れない*/
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 26px;
  }
  .img_txt .menu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .img_txt .menu-wrap li {
    width: calc(50% - 4px);
    color: white;
    display: table;
    text-align: center;
    line-height: 1.4;
  }
  .img_txt .menu-wrap li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 12px 0;
    border-radius: 50px;
    background-color: var(--accent-color02);
    position: relative;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
  }
  .img_txt .menu-wrap li a::before {
    content: ""; /*何も入れない*/
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 26px;
  }
  .img_txt .menu-wrap li a span {
    font-size: 1.1rem;
  }
  .img_txt .menu-wrap li:last-child a {
    background-color: var(--accent-color03);
  }
  .img_txt .ennai-map {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
  .img_txt .ennai-map + h4 {
    margin-top: 20px;
  }
  .img_txt .ennai-map .green {
    background-color: #d2e4e0;
    padding: 8px;
    border-radius: 14px;
  }
  .img_txt .ennai-map .blue {
    background-color: #d8e4f8;
    padding: 8px;
    border-radius: 14px;
  }
  .img_txt .ennai-map .orange {
    background-color: #f1e0cc;
    padding: 8px;
    border-radius: 14px;
  }
  .img_txt .ennai-map div {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .img_txt .ennai-map div:nth-child(2n) {
    margin-right: 0;
  }
  .img_txt .ennai-map div img {
    margin-bottom: 5px;
  }
  .img_txt .ennai-map div ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .img_txt .ennai-map div ul li {
    font-size: 1rem;
    background-color: white;
    color: var(--main-color);
    margin: 0 3px 3px 0;
    padding: 0 5px;
    border-radius: 4px;
  }
  .img_txt .ennai-map div h5 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 5px;
    height: 45px;
    line-height: 1.3;
  }
  .img_txt #mv-content h2 {
    font-size: 2.3rem;
    text-align: center;
    font-weight: bold;
    padding: 24px 0 15px;
    margin-bottom: 30px;
    color: var(--main-color);
    letter-spacing: 0.1rem;
  }
  .img_txt .tab01 {
    width: 100%;
    margin-top: 30px;
  }
  .img_txt #menu001 {
    border-radius: 14px 0 0 0;
  }
  .img_txt #menu002 {
    border-radius: 0 14px 0 0;
  }
  .img_txt .tab_menu {
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 3px solid var(--main-color);
    background-color: #d2dbd9;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .img_txt .tab_menu:hover {
    opacity: 0.75;
  }
  .img_txt input[name=tab_menu] {
    display: none;
  }
  .img_txt .tab_contents {
    display: none;
    padding: 20px;
    clear: both;
    overflow: hidden;
    transition: 0.5s opacity;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  .img_txt #menu01:checked ~ #menu01,
  .img_txt #menu02:checked ~ #menu02 {
    display: block;
  }
  .img_txt .tab01 input:checked + .tab_menu {
    background-color: var(--main-color);
    color: #fff;
  }
  .img_txt .attention-in {
    display: flex;
    font-size: 1.1rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .img_txt .attention-in img {
    max-width: 30px;
    margin-right: 10px;
  }
  .img_txt .attention-in:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px solid var(--sub-color);
  }
  .img_txt .slick02 img {
    border-radius: 0px;
  }
  footer h1 {
    text-align: center;
  }
  footer h1 img {
    width: 230px;
  }
  footer ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
  }
  small {
    text-align: center;
  }
  #mv_content h2 {
    text-align: center;
    line-height: 1.2;
    font-size: 4rem;
    font-weight: 200;
  }
  #mv_content h2 strong {
    color: var(--main-color);
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
  }
  #mv_content h2 span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .intro_wrap .intro {
    background-color: var(--main-color);
    color: white;
    padding: 40px 20px;
  }
  .intro_wrap .intro h3 {
    font-weight: bold;
    margin-bottom: 20px !important;
  }
  .intro_wrap .intro h3 span {
    display: block;
    background-color: #d30c0f;
    margin-bottom: 5px;
    padding: 10px 15px;
  }
  .intro_wrap .intro p {
    text-align: right;
    font-size: 1.1rem;
  }
  .bukatu_d_link li {
    border: 1px solid var(--text-color);
    border-radius: 14px;
    padding: 17px 0;
    margin-bottom: 10px;
    text-align: center;
    background-color: white;
    position: relative;
  }
  .bukatu_d_link li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(../images/arrow_r_bottom.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 95px;
    left: 0;
    margin: 0 auto;
  }
  .bukatu_d_link li span {
    color: var(--main-color);
    font-weight: bold;
    font-size: 1.2rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    display: block;
    margin-bottom: 5px;
  }
  .bukatu_d_link li p {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .bukatu_d_link li a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .course_bk_c {
    background-color: var(--sub-color);
    padding: 80px 0;
    margin-bottom: 0 !important;
  }
  .course_none_c {
    padding: 80px 0;
    margin-bottom: 0 !important;
  }
  .course_d {
    font-weight: bold;
  }
  .course_d h3 {
    text-align: center;
  }
  .course_d h3 span {
    font-size: 1.4rem;
    color: var(--main-color);
    display: block;
  }
  .course_d dl dt {
    background-color: var(--main-color);
    color: white;
    text-align: center;
    padding: 2px 0px;
    margin-bottom: 5px;
    width: 80px;
  }
  .course_d dl dd {
    margin-bottom: 20px;
  }
  .uketuke {
    background-color: var(--main-color);
    color: white;
    padding: 5px 10px;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
  }
  .insta_link a {
    position: relative;
    border: 1px solid var(--text-color);
    border-radius: 8px;
    padding: 10px 15px 10px 30px;
    background-color: white;
    text-align: center;
    display: inline-block;
  }
  .insta_link a::before {
    content: ""; /*何も入れない*/
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/insta_c.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .course_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .course_img li {
    width: 50%;
  }
  .course_img li img {
    width: 100%;
  }
  .review {
    margin-top: 80px;
  }
  .accordion-header_faq {
    padding: 15px 0;
    background-color: var(--main-color);
    color: white;
    transition: background 0.3s ease;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
  }
  .accordion-header_faq::before, .accordion-header_faq::after {
    position: absolute;
    content: "";
    top: 1px;
    right: 20px;
    bottom: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    background-color: white;
  }
  .accordion-header_faq::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
  }
  .accordion-header_faq span::before {
    position: absolute;
    content: "Q";
    top: 8px;
    left: 15px;
    font-size: 20px;
  }
  .accordion-header_faq.active::after {
    transform: rotate(0deg);
  }
  .accordion-content_faq {
    margin: 15px 20px;
    display: none;
  }
  .tokatu_link a {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid var(--border);
    padding: 20px 15px;
  }
  .tokatu_link a figure {
    width: 30%;
    margin-right: 10px;
  }
  .tokatu_link a figure img {
    width: 100%;
  }
  .tokatu_link a .insta_list_name_e {
    width: 66%;
    padding: 15px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
  }
}/*# sourceMappingURL=sp.css.map */