@charset "UTF-8";
@media screen and (min-width: 769px), print {
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1100px;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 100%;
    background: url(../img/bg1.png) center/contain repeat-y;
    display: block;
    z-index: -1;
  }
  .container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 334px;
    height: 100%;
    background: url(../img/bg2.png) center/contain repeat-y;
    display: block;
    z-index: -1;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover,
  .hvr-pop:focus,
  .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  .hvz {
    overflow: hidden;
  }
  .hvz figure {
    overflow: hidden;
  }
  .hvz img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .hvz:hover {
    opacity: 1;
  }
  .hvz:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1100px;
    z-index: 99;
    padding: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 92px;
  }
  .header.box_shadow {
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
    background-color: #fff;
  }
  .header.box_shadow .header_nav ul li:last-child a {
    border-color: #000;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .header.box_shadow .header_nav ul li a {
    color: #000;
  }
  .header.box_shadow .header_l h1 a {
    background-image: url(../img/logo_child.png);
  }
  .header.header_child .header_nav ul li a {
    color: #000;
  }
  .header.header_child .header_nav ul li:last-child a {
    border-color: #000;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .header .header_l h1 {
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
  }
  .header .header_l h1 a {
    display: block;
    width: 250px;
    height: 25px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .header .header_nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .header .header_nav ul {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .header_nav ul li:not(:last-child) {
    margin-right: 40px;
  }
  .header .header_nav ul li:last-child a {
    width: 140px;
    height: 38px;
    background: transparent;
    border: 1px solid #fff;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .header_nav ul li a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
    /* text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18); */
  }
  .footer {
    position: relative;
    background: #8d7bb3;
    z-index: 1;
    margin-top: auto;
  }
  .footer #backtop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 63px;
    height: 63px;
    background: #fff;
    border: 2px solid #5f6894;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer #backtop span {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #4b2e86;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .footer #backtop span::before {
    content: '';
    width: 28px;
    height: 12px;
    background: url(../img/backtop.svg) center/contain no-repeat;
    display: block;
    margin-bottom: 5px;
  }
  .footer #backtop.pos {
    bottom: inherit;
    top: -34px;
    position: absolute;
  }
  .footer_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 45px 0 30px;
  }
  .footer_top > a {
    width: 250px;
    margin-top: 35px;
  }
  .footer_top .ftr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_top .ftr ul:nth-of-type(1) {
    width: 240px;
  }
  .footer_top .ftr ul:nth-of-type(2) {
    width: 200px;
  }
  .footer_top .ftr ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer_top .ftr ul li a {
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .footer_bot {
    padding-bottom: 10px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .footer_donate {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin: 0 0 12px;
  }
  .footer_donate a {
    /*width: 382px;*/
    width: 500px;
    display: block;
  }
  .footer_donate a figure {
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  .footer_donate a figure img {
    width: 100%;
  }
  .footer_donate a figure::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(40, 25, 72, 0.62);
  }
  .footer_donate a figure figcaption {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 1.6rem;
    /*line-height: 18px;*/
    line-height: 26px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    z-index: 2;
  }
  /* 20250328 */
  .footer_donate a figure figcaption span {
    font-size: 90%;
  }
  .ttl {
    background: linear-gradient(90deg, #39303f 0%, #293d46 70%);
    padding: 100px 0 75px;
    position: relative;
  }
  /*.ttl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 194px solid #5f6894;
    border-right: 435px solid transparent;
    display: block;
    z-index: 2;
  }*/
  .ttl h2 {
    color: #fff;
    position: relative;
    z-index: 3;
    font-family: 'Chakra Petch', sans-serif;
  }
  .ttl h2 small {
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
  }
  /*.ttl h2 small::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 1px;
    background: #000;
    display: block;
  }*/
  .ttl h2 span {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    display: block;
  }
  .breadcrumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -29px;
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
    background-color: #fff;
  }
  .p_about_us .breadcrumb {
    background-color: #dde2ea;
  }
  .breadcrumb ul {
    padding: 20px;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: -30px;
  }
  .breadcrumb ul li,
  .breadcrumb ul a {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .breadcrumb ul li:not(:last-child) {
    position: relative;
  }
  .breadcrumb ul li:not(:last-child)::after {
    content: '>';
    margin: 0 10px;
  }
  a.t_btn,
  button.t_btn {
    width: 302px;
    height: 69px;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    border: 0;
    border-radius: 40px;
  }
  a.t_btn.st2,
  button.t_btn.st2 {
    background-color: #fff;
    color: #4b2e86;
  }
  a.t_btn.st2::after,
  button.t_btn.st2::after {
    background-image: url(../img/ar1_violet.svg);
  }
  a.t_btn.st3::after,
  button.t_btn.st3::after {
    background-image: url(../img/ic_blank.svg);
    width: 20px;
    height: 20px;
  }
  a.t_btn::after,
  button.t_btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 20px;
    background-image: url(../img/ar1.svg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: block;
  }
  .p_top {
    padding-top: 0;
  }
  .p_top .sliderWr {
    position: relative;
  }
  .p_top .sliderWr .scroll {
    position: absolute;
    right: 33px;
    bottom: 40px;
    z-index: 3;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    padding-bottom: 38px;
  }
  .p_top .sliderWr .scroll span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px;
    height: 33px;
    background: url(../img/scroll_ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .sliderWr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 194px solid #5f6894;
    border-right: 435px solid transparent;
    display: block;
    z-index: 2;
  }
  .p_top .sliderWr::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -13px;
    width: 0;
    height: 0;
    border-bottom: 194px solid #5f6894;
    border-left: 435px solid transparent;
    display: block;
    z-index: 2;
  }
  .p_top .slider {
    position: relative;
    height: 100vh;
  }
  .p_top .slider .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 11px;
    height: 11px;
    border: 1px solid #707070;
    margin: 0 8px;
  }
  .p_top .slider .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #8d7bb3;
    border-color: #8d7bb3;
  }
  .p_top .slider ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .slider_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(40, 25, 72, 0.62);
    z-index: 1;
    text-align: center;
  }
  .p_top .slider_txt img {
    width: 600px;
  }
  .p_top .t_ttl {
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 40px;
  }
  .p_top .t_ttl.st2 {
    text-align: center;
  }
  .p_top .t_ttl.st2::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p_top .t_ttl.st3 {
    text-align: right;
  }
  .p_top .t_ttl.st3::after {
    position: absolute;
    left: inherit;
    right: 0;
  }
  .p_top .t_ttl.st4 {
    color: #fff;
  }
  .p_top .t_ttl.st4 span {
    color: #fff;
  }
  .p_top .t_ttl.st4::after {
    background-color: #fff;
  }
  .p_top .t_ttl::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 82px;
    height: 5px;
    background: #8d7bb3;
    display: block;
  }
  .p_top .t_ttl span {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 58px;
    letter-spacing: 0.05em;
    color: #8d7bb3;
    display: block;
    line-height: 1;
  }
  .p_top .t_ttl small {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.1em;
    display: block;
    line-height: 1;
  }
  .p_top .news_schedule {
    padding: 75px 0 55px;
  }
  .p_top .news_schedule .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
  }
  .p_top .news_schedule .row > div {
    width: 50%;
    padding: 25px 0 50px;
    text-align: center;
    position: relative;
  }
  .p_top .news_schedule .row > div:nth-of-type(1) {
    padding-right: 45px;
    border-right: 1px solid #707070;
  }
  .p_top .news_schedule .row > div a.btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p_top .news_schedule .row > div:nth-of-type(2) {
    padding-left: 45px;
  }
  .p_top .news_schedule h2 {
    text-align: center;
    line-height: 1;
    margin-bottom: 25px;
  }
  .p_top .news_schedule h2 span {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 41px;
    letter-spacing: 0.05em;
    color: #8d7bb3;
    display: block;
    line-height: 1;
  }
  .p_top .news_schedule h2 small {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.1em;
    display: block;
    line-height: 1.5;
  }
  .p_top .news_schedule ul {
    margin-bottom: 40px;
    text-align: left;
  }
  .p_top .news_schedule ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .p_top .news_schedule ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .news_schedule ul li a time {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 126px;
  }
  .p_top .news_schedule ul li a .txt {
    width: -webkit-calc(100% - 126px);
    width: -moz-calc(100% - 126px);
    width: calc(100% - 126px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .p_top .news_schedule a.btn {
    width: 231px;
    height: 51px;
    background: #8d7bb3;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_top .news_schedule a.btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9px;
    height: 20px;
    background: url(../img/ar1.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .about_us .row {
    position: relative;
    background: url(../img/about_us_bg.png) left bottom no-repeat;
    padding: 95px 0 58px;
    position: relative;
  }
  .p_top .about_us .row::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -500%;
    width: 500%;
    height: 495px;
    background: #f8f8f8;
    display: block;
  }
  .p_top .about_us .row figure {
    width: 663px;
    margin-left: auto;
  }
  .p_top .about_us .row .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_top .about_us .row .txt h3 {
    padding: 5px 25px;
    font-weight: bold;
    font-size: 43px;
    letter-spacing: 0.1em;
    background-color: #fff;
    margin-bottom: 12px;
  }
  .p_top .about_us .row .txt div.text span {
    font-size: 16px;
    letter-spacing: 0.1em;
    background-color: #fff;
    display: inline-block;
    padding: 5px 25px;
    margin-bottom: 5px;
  }
  .p_top .member {
    padding: 40px 0 75px;
  }
  .p_top .member h2 {
    margin-bottom: 45px;
  }
  .p_top .member ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_top .member ul li {
    margin-bottom: 12px;
  }
  .p_top .member ul li:not(:nth-child(4n)) {
    margin-right: 12px;
  }
  .p_top .member ul li a {
    width: 241px;
    height: 70px;
    background: #8d7bb3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 0 25px;
    position: relative;
  }
  .p_top .member ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.64) url(../img/member_ar.svg) center/contain no-repeat;
    -moz-background-size: 14px 21px;
    background-size: 14px 21px;
    display: block;
  }
  .p_top .grades .row {
    padding-bottom: 83px;
    position: relative;
  }
  .p_top .grades .row a.t_btn {
    position: absolute;
    right: 0;
    bottom: 183px;
    margin-top: 0;
    z-index: 1;
  }
  .p_top .grades .row figure {
    width: 663px;
  }
  .p_top .grades .row .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 70px;
  }
  .p_top .grades .row .txt h3 {
    padding: 5px 25px;
    font-weight: bold;
    font-size: 43px;
    letter-spacing: 0.1em;
    background-color: #fff;
    margin-bottom: 12px;
  }
  .p_top .grades .row .txt div.text span {
    font-size: 16px;
    letter-spacing: 0.1em;
    background-color: #fff;
    display: inline-block;
    padding: 5px 25px;
    margin-bottom: 5px;
  }
  .p_top .ob_og {
    position: relative;
    z-index: 1;
  }
  .p_top .ob_og ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_top .ob_og ul li {
    width: 33.33%;
    margin-bottom: 10px;
  }
  .p_top .ob_og ul li:nth-of-type(1) {
    width: 100%;
    position: relative;
  }
  .p_top .ob_og ul li figure img {
    width: 100%;
  }
  .p_top .ob_og ul li:nth-of-type(1) figure {
    width: 57.70833%;
    margin-left: auto;
    position: relative;
  }
  .p_top .ob_og ul li:nth-of-type(1) figure figcaption {
    position: absolute;
    color: #fff;
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1em;
    bottom: 30px;
    right: 40px;
    z-index: 2;
  }
  .p_top .ob_og ul li:nth-of-type(1) figure::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 25, 72, 0.62);
    display: block;
  }
  .p_top .ob_og ul li:nth-of-type(1) .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_top .ob_og ul li:nth-of-type(1) .txt .row {
    height: 100%;
    background: url(../img/ob_og_bg.png) top left no-repeat;
    -moz-background-size: auto 101%;
    background-size: auto 101%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .p_top .ob_og ul li:nth-of-type(1) .txt .row::after {
    content: '';
    position: absolute;
    top: 0;
    left: -500%;
    width: 500%;
    height: 100%;
    background: #8d7bb3;
    display: block;
  }
  .p_top .ob_og ul li:nth-of-type(1) .txt .row .txt_inner {
    width: 350px;
  }
  .p_top .ob_og ul li:nth-of-type(1) .txt .text {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .p_top .ob_og ul li:nth-of-type(2) a,
  .p_top .ob_og ul li:nth-of-type(3) a,
  .p_top .ob_og ul li:nth-of-type(4) a {
    display: block;
    position: relative;
  }
  .p_top .ob_og ul li:nth-of-type(2) a .txt,
  .p_top .ob_og ul li:nth-of-type(3) a .txt,
  .p_top .ob_og ul li:nth-of-type(4) a .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(40, 25, 72, 0.62);
  }
  .p_top .ob_og ul li:nth-of-type(2) a .txt div,
  .p_top .ob_og ul li:nth-of-type(3) a .txt div,
  .p_top .ob_og ul li:nth-of-type(4) a .txt div {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .p_top .ob_og ul li:nth-of-type(2) a .txt span,
  .p_top .ob_og ul li:nth-of-type(3) a .txt span,
  .p_top .ob_og ul li:nth-of-type(4) a .txt span {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
    padding-right: 25px;
    position: absolute;
    right: 22px;
    bottom: 22px;
  }
  .p_top .ob_og ul li:nth-of-type(2) a .txt span::after,
  .p_top .ob_og ul li:nth-of-type(3) a .txt span::after,
  .p_top .ob_og ul li:nth-of-type(4) a .txt span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9px;
    height: 24px;
    background: url(../img/ob_og_ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .sns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 47px 30px 66px;
  }
  .p_top .sns .box {
    width: 46.38889%;
    min-height: 330px;
    background: #fff;
    border: 10px solid #5f6894;
    position: relative;
    z-index: 1;
    position: relative;
    padding: 33px;
  }
  .p_top .sns .box::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-bottom: 63px solid #5f6894;
    border-left: 75px solid transparent;
  }
  .p_top .sns .box:nth-of-type(1) {
    margin-right: 23px;
  }
  .p_top .sns .box:nth-of-type(2) {
    margin-left: 23px;
  }
  .p_top .sns .box dl dt {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #8d7bb3;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .p_top .sns .box dl dt::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 78px;
    height: 3px;
    background: #8d7bb3;
    display: block;
  }
  .p_top .sns .box dl dd {
    text-align: center;
  }
  .p_top .sns .box dl dd .social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
  }
  .p_top .sns .box dl dd .social li {
    margin: 0 6px;
  }
  .p_top .sns .box dl dd .social li a {
    width: 97px;
    height: 97px;
    background: #e6a962;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_top .sns .box dl dd .social li:nth-of-type(2) a {
    background-color: #58bfde;
  }
  .p_top .sns .box dl dd .social li:nth-of-type(3) a {
    background-color: #d63a3a;
  }
  .p_top .sns .box dl dd p {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #191919;
  }
  .p_top .sponsor {
    padding-bottom: 66px;
  }
  .p_top .sponsor h2 {
    margin-bottom: 51px;
    position: relative;
    z-index: 1;
  }
  .p_top .sponsor ul {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p_top .sponsor ul li {
    width: 324px;
    margin: 0 8px;
  }
  .p_top .sponsor ul li a {
    display: block;
    line-height: 0;
  }
  .p_top .contact {
    position: relative;
  }
  .p_top .contact .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(40, 25, 72, 0.62);
  }
  .p_top .contact .txt h2 {
    margin-bottom: 50px;
  }
  .p_top .contact .txt a {
    margin-top: 0;
  }
  .p_privacy .privacy {
    position: relative;
    z-index: 1;
    padding: 25px 0 40px;
  }
  .p_privacy .privacy p {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
  .p_privacy .privacy dl {
    margin-bottom: 30px;
  }
  .p_privacy .privacy dl dt {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    color: #8d7bb3;
    margin-bottom: 12px;
  }
  .p_privacy .privacy dl dd {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .p_site_map .site_map {
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
  }
  .p_site_map .site_map .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_site_map .site_map .row > ul:nth-of-type(1) {
    width: 244px;
  }
  .p_site_map .site_map .row > ul:nth-of-type(2) {
    width: 285px;
  }
  .p_site_map .site_map .row > ul:nth-of-type(3) {
    width: 471px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p_site_map .site_map .row > ul:nth-of-type(3) li:not(:last-child) {
    margin-right: 30px;
  }
  .p_site_map .site_map .row > ul > li > a {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    color: #8d7bb3;
  }
  .p_site_map .site_map .row > ul > li ul {
    padding-left: 30px;
    padding-top: 10px;
  }
  .p_site_map .site_map .row > ul > li ul li {
    margin-bottom: 5px;
  }
  .p_site_map .site_map .row > ul > li ul li a {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .p_site_map .site_map .row > ul > li ul li a::before {
    content: '-';
  }
  .p_contact .contact {
    text-align: center;
    padding-bottom: 55px;
    background-color: #fff !important;
  }
  .p_contact .contact.contact_confirm dl,
  .mw_wp_form_confirm .p_contact .contact dl {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
  }
  .p_contact .contact.contact_confirm .linkBot,
  .mw_wp_form_confirm .p_contact .contact .linkBot {
    margin-top: 10px;
  }
  .p_contact .contact.contact_confirm .linkBot a,
  .mw_wp_form_confirm .p_contact .contact .linkBot button {
    font-size: 16px;
    letter-spacing: 0.1em;
    outline: none;
    box-shadow: none;
    border: 0;
    cursor: pointer;
    background: none;
  }
  .mw_wp_form_confirm .p_contact .contact dl dt span,
  .mw_wp_form_confirm .p_contact .contact div.txt {
    display: none;
  }
  .p_contact .contact.contact_complete {
    padding-bottom: 80px;
  }
  .p_contact .contact.contact_complete a.t_btn {
    margin-top: 0;
  }
  .p_contact .contact .row {
    max-width: 700px;
    position: relative;
    z-index: 1;
  }
  .p_contact .contact div.txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.625;
    margin-bottom: 50px;
    color: #000;
  }
  .p_contact .contact input {
    padding: 0 15px;
    outline: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 52px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f2f2f2;
    border: 0;
  }
  .p_contact .contact input::-webkit-input-placeholder {
    opacity: 1;
    letter-spacing: 0.1em;
    color: #b7b7b7;
  }
  .p_contact .contact input::-moz-placeholder {
    opacity: 1;
    letter-spacing: 0.1em;
    color: #b7b7b7;
  }
  .p_contact .contact input:-ms-input-placeholder {
    opacity: 1;
    letter-spacing: 0.1em;
    color: #b7b7b7;
  }
  .p_contact .contact input::placeholder {
    opacity: 1;
    letter-spacing: 0.1em;
    color: #b7b7b7;
  }
  .p_contact .contact textarea {
    padding: 15px;
    outline: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    min-height: 339px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f2f2f2;
    border: 0;
  }
  .p_contact .contact textarea::-webkit-input-placeholder {
    opacity: 1;
    letter-spacing: 0.1em;
    color: #b7b7b7;
  }
  .p_contact .contact textarea::-moz-placeholder {
    opacity: 1;
    letter-spacing: 0.1em;
    color: #b7b7b7;
  }
  .p_contact .contact textarea:-ms-input-placeholder {
    opacity: 1;
    letter-spacing: 0.1em;
    color: #b7b7b7;
  }
  .p_contact .contact textarea::placeholder {
    opacity: 1;
    letter-spacing: 0.1em;
    color: #b7b7b7;
  }
  .p_contact .contact dl {
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
  }
  .p_contact .contact dl.ait {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p_contact .contact dl.ait dt {
    padding-top: 10px;
  }
  .p_contact .contact dl dt {
    width: 220px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #000;
  }
  .p_contact .contact dl dt span {
    width: 48px;
    height: 24px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #8d7bb3;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    text-align: center;
  }
  .p_contact .contact dl dt span.st2 {
    background-color: #777;
  }
  .p_contact .contact dl dd {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
  }
  .p_contact .contact .t_btn {
    margin-top: 0;
  }
  .p_link .link {
    position: relative;
    padding-bottom: 20px;
    z-index: 1;
  }
  .p_link .link .dlink {
    margin-bottom: 60px;
  }
  .p_link .link .dlink dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
  }
  .p_link .link .dlink dl dt {
    width: 183px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .p_link .link .dlink dl dd {
    padding: 40px 30px;
    background-color: #f8f8f8;
    width: -webkit-calc(100% - 183px);
    width: -moz-calc(100% - 183px);
    width: calc(100% - 183px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_link .link .dlink dl dd .txt {
    width: 300px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .p_link .link .dlink dl dd a {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #2c75eb;
  }
  .p_link .link .link_main .it {
    margin-bottom: 40px;
  }
  .p_link .link .link_main .it h3 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #000;
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, #6e5c8e, #537299) 1;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .p_link .link .link_main .it div.txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.625;
  }
  .p_link .link .link_main .it div.txt a {
    color: #2c75eb;
  }
  .p_link .link .link_main .it div.txt:not(:last-child) {
    margin-bottom: 20px;
  }
  .p_thanks .thanks .thanks_main {
    position: relative;
    z-index: 1;
  }
  .p_thanks .thanks .thanks_main ul li {
    margin-bottom: 25px;
  }
  .p_thanks .thanks .thanks_main ul li a {
    padding: 7px;
    position: relative;
    display: block;
    pointer-events: none;
  }
  .p_thanks .thanks .thanks_main ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 47px;
    height: 47px;
    background: linear-gradient(to right, #6e5c8e, #537299);
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .p_thanks .thanks .thanks_main ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 47px;
    height: 47px;
    background: linear-gradient(to right, #6e5c8e, #537299);
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
  }
  .p_thanks .thanks .thanks_main ul li a .df {
    background: #f8f8f8;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
  }
  .p_thanks .thanks .thanks_main ul li a .blockTxt {
    width: -webkit-calc(100% - 328px);
    width: -moz-calc(100% - 328px);
    width: calc(100% - 328px);
    padding-right: 30px;
  }
  .p_thanks .thanks .thanks_main ul li a .blockTxt dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
  }
  .p_thanks .thanks .thanks_main ul li a .blockTxt dl dt {
    width: 69px;
    height: 33px;
    background: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .p_thanks .thanks .thanks_main ul li a .blockTxt dl dd {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-left: 13px;
  }
  .p_thanks .thanks .thanks_main ul li a .blockTxt .txt {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-top: 25px;
  }
  .p_thanks .thanks .thanks_main ul li a figure {
    width: 328px;
  }
  .wp-pagenavi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 65px 0 75px;
    position: relative;
    z-index: 1;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    margin: 0 4px;
    width: 53px;
    height: 53px;
    background: #bababa;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  .wp-pagenavi .current:hover,
  .wp-pagenavi .page:hover,
  .wp-pagenavi .nextpostslink:hover,
  .wp-pagenavi .previouspostslink:hover {
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    opacity: 1;
  }
  .wp-pagenavi .current {
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
  }
  .p_grades .grades,
  .p_qa_detail .qa_detail {
    padding-bottom: 80px;
  }
  .p_grades .grades .gradesTop {
    position: relative;
    z-index: 1;
  }
  .p_grades .grades .gradesTop ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_grades .grades .gradesTop ul li {
    margin-bottom: 9px;
    width: 159px;
  }
  .p_grades .grades .gradesTop ul li.active a,
  .p_grades .grades .gradesTop ul li:hover a {
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    color: #fff;
    opacity: 1;
  }
  .p_grades .grades .gradesTop ul li:not(:nth-child(6n)) {
    margin-right: 9px;
  }
  .p_grades .grades .gradesTop ul li a {
    width: 159px;
    height: 58px;
    background: #fff;
    border: 2px solid #5f6894;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #5f6894;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_grades .grades .gradesMain {
    margin-top: 50px;
    position: relative;
    z-index: 1;
  }
  .p_grades .grades .gradesMain .head {
    margin-bottom: 20px;
  }
  .p_grades .grades .gradesMain .head h3 {
    text-align: center;
  }
  .p_grades .grades .gradesMain .head h3 span {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.1em;
    color: #5f6894;
    display: block;
    margin-bottom: 30px;
  }
  .p_grades .grades .gradesMain .head h3 small {
    font-size: 16px;
    letter-spacing: 0.1em;
    display: inline-block;
    line-height: 2;
    text-align: left;
    margin-bottom: 20px;
  }
  .p_grades .grades .gradesMain .bd > dl {
    margin-bottom: 15px;
  }
  .p_grades .grades .gradesMain .bd > dl > dt {
    padding: 15px 65px 15px 35px;
    background: #fff;
    border: 2px solid #5f6894;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #5f6894;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  .p_qa_detail .grades .gradesMain .bd > dl > dt {
    display: flex;
    padding: 15px 65px 15px 25px;
  }
  .p_qa_detail .gradesMain .bd > dl > dt .qa_q,
  .p_qa_detail .gradesMain .bd .accMain dl > dt .qa_a {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  .p_grades .grades .gradesMain .bd > dl > dt .qa_q {
    margin-right: 15px;
  }
  .p_qa_detail .grades .gradesMain .bd .is_active .qa_q {
    background: #fff;
    color: #5f6894;
  }
  .p_grades .grades .gradesMain .bd > dl > dt.is_active {
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    color: #fff;
  }
  .p_grades .grades .gradesMain .bd > dl > dt.is_active::after {
    width: 26px;
    height: 26px;
    background-image: url(../img/grades/ic_close.svg);
  }
  .p_grades .grades .gradesMain .bd > dl > dt::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-image: url(../img/grades/ic_plus.svg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_grades .grades .gradesMain .bd > dl > dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    background: #f8f8f8;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain {
    padding: 15px;
  }
  .p_qa_detail .grades .gradesMain .bd > dl > dd .accMain {
    padding: 15px 15px 15px 25px;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .p_qa_detail .grades .gradesMain .bd > dl > dd .accMain dl {
    align-items: flex-start;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain dl dt {
    width: 69px;
    height: 33px;
    background: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .p_qa_detail .grades .gradesMain .bd > dl > dd .accMain dl dt {
    width: auto;
    height: auto;
    background: none;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain dl dd {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.625;
    padding-left: 15px;
    padding-top: 4px;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain dl dd a {
    text-decoration: underline;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #2c75eb;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain dl dd a:hover {
    text-decoration: none;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain dl dd .txt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain dl dd .txt span:nth-of-type(1) {
    width: 120px;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain dl dd .txt span:nth-of-type(2) {
    width: 70px;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain dl dd .txt span:nth-of-type(3) {
    width: 130px;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain dl dd .txt2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain dl dd .txt2 span:nth-of-type(1) {
    width: 190px;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain dl dd .txt2 span:nth-of-type(2) {
    width: 70px;
  }
  .p_schedule .schedule {
    padding-bottom: 35px;
  }
  .p_schedule .schedule .scheduleTop {
    margin-bottom: 60px;
  }
  .p_schedule .schedule .scheduleTop ul li {
    margin-bottom: 18px;
  }
  .p_schedule .schedule .scheduleTop ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
  }
  .p_schedule .schedule .scheduleTop.hasLink ul li a {
    pointer-events: auto;
  }
  .p_schedule .schedule .scheduleTop ul li a time {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 130px;
  }
  .p_schedule .schedule .scheduleTop ul li a div {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
    font-size: 14px;
    letter-spacing: 0.1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .p_schedule .schedule .scheduleBot h2 {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.1em;
    color: #5f6894;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
  }
  .p_schedule .schedule .scheduleBot h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 93px;
    height: 3px;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    display: block;
  }
  .p_schedule .schedule .scheduleBot_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_schedule .schedule .scheduleBot_main > dl {
    width: 48%;
    margin-bottom: 40px;
  }
  .p_schedule .schedule .scheduleBot_main > dl > dt {
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 20px 40px;
  }
  .p_schedule .schedule .scheduleBot_main > dl > dd {
    padding: 15px 12px;
    background: #f8f8f8;
  }
  .p_schedule .schedule .scheduleBot_main > dl > dd dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
  }
  .p_schedule .schedule .scheduleBot_main > dl > dd dl dt {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    width: 69px;
    height: 33px;
    background: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_schedule .schedule .scheduleBot_main > dl > dd dl dd {
    font-size: 16px;
    width: -webkit-calc(100% - 69px);
    width: -moz-calc(100% - 69px);
    width: calc(100% - 69px);
    padding-left: 13px;
    letter-spacing: 0.1em;
    padding-top: 4px;
  }
  .p_schedule .schedule .scheduleBot_main > dl > dd dl dd a {
    text-decoration: underline;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #2c75eb;
  }
  .p_schedule .schedule .scheduleBot_main > dl > dd dl dd a:hover {
    text-decoration: none;
  }
  .p_member .member {
    padding-bottom: 45px;
  }
  .p_member .member .memberTop ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*.p_member .member .memberTop ul li {
    margin-bottom: 12px;
  }
  .p_member .member .memberTop ul li:not(:nth-child(4n)) {
    margin-right: 12px;
  }*/
  .p_member .member .memberTop ul li a {
    width: auto;
    height: 70px;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 0 25px;
    position: relative;
  }
  .p_member .member .memberTop ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.64) url(../img/member_ar.svg) center/contain no-repeat;
    -moz-background-size: 14px 21px;
    background-size: 14px 21px;
    display: block;
  }
  .p_member .member .memberBot {
    margin-top: 40px;
  }
  .p_member .member .memberBot.st2 h2 {
    text-align: center;
    position: relative;
    cursor: pointer;
  }
  .p_member .member .memberBot.st2 h2.is_active::after {
    background-image: url(../img/member/acc_ic_close.svg);
  }
  .p_member .member .memberBot.st2 h2::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-image: url(../img/member/ic_plus.svg);
    display: block;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_member .member .memberBot.st2 .form {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_member .member .memberBot h2 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    background: #f8f8f8;
    padding: 20px 80px;
    text-align: center;
  }
  .p_member .member .memberBot .form_inner {
    background: #f8f8f8;
    padding: 10px 30px 30px;
  }
  .p_member .member .memberBot .form_inner .form_main {
    padding: 10px 30px 30px;
    background-color: #fff;
  }
  .p_member .member .memberBot .form .btnWr {
    text-align: center;
  }
  .p_member .member .memberBot .form button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    width: 155px;
    height: 49px;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    margin-top: 30px;
    position: relative;
  }
  .p_member .member .memberBot .form button::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/ic_search.svg) center/contain no-repeat;
    display: block;
    margin-right: 5px;
  }
  .p_member .member .memberBot .form .list_checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_member .member .memberBot .form .list_checkbox li,
  .p_member .member .memberBot .form .list_checkbox .mwform-checkbox-field {
    display: inline-block;
    margin-right: 30px;
  }
  .p_member .member .memberBot .form .list_checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
  }
  .p_member .member .memberBot .form .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_member .member .memberBot .form .list_checkbox label span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 20px;
  }
  .p_member .member .memberBot .form .list_checkbox label span::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c1c1c1;
  }
  .p_member .member .memberBot .form .list_checkbox label span::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 2px;
    display: none;
    width: 16px;
    height: 12px;
    background: url(../img/member/ic_check.svg) 0 0 no-repeat;
  }
  .p_member .member .memberBot .form .list_checkbox label input:checked ~ span:after {
    display: block;
  }
  .p_member .member .memberBot .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
  }
  .p_member .member .memberBot .form dl dt {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    width: 110px;
    color: #0a0a0a;
  }
  .p_member .member .memberBot .form dl dd {
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
  }
  .p_member .member .memberResult {
    margin-top: 50px;
  }
  .p_member .member .memberResult h3 {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.1em;
    color: #000;
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, #6e5c8e, #537299) 1;
    margin-bottom: 30px;
  }
  .p_member .member .memberResult ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_member .member .memberResult ul li {
    width: 228px;
    margin-bottom: 30px;
  }
  .p_member .member .memberResult ul li:not(:nth-child(4n)) {
    margin-right: 29px;
  }
  .p_member .member .memberResult ul li a {
    padding: 10px;
    background: #f8f8f8;
    display: block;
    position: relative;
  }
  .p_member .member .memberResult ul li a span {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #fff;
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 84px;
    height: 24px;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_member .member .memberResult ul li a span::after {
    content: '';
    width: 12px;
    height: 10px;
    background: url(../img/member/ic_profile.svg) center/contain no-repeat;
    display: block;
    margin-left: 5px;
  }
  .p_member .member .memberResult ul li a h4 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 10px 0;
  }
  .btn_close_modal {
    position: fixed;
    top: 22px;
    right: 22px;
    width: 53px;
    height: 53px;
    cursor: pointer;
    z-index: 2001;
    display: none;
  }
  .btn_close_modal.show {
    display: block;
  }
  .boxoverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1900;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.83);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    width: 1000px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .modal.open {
    visibility: visible;
  }
  .modal.open .m_in {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .modal .wrap_modal {
    max-height: 60vh;
    overflow: auto;
    padding-right: 45px;
  }
  .modal .wrap_modal.st2 {
    padding-right: 30px;
  }
  .modal .wrap_modal.df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal .wrap_modal .md_l {
    width: 270px;
  }
  .modal .wrap_modal .md_l figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .modal .wrap_modal .md_l figure figcaption {
    line-height: 1.5;
    padding-top: 10px;
  }
  .modal .wrap_modal .md_l figure figcaption span {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    display: block;
  }
  .modal .wrap_modal .md_l figure figcaption small {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #767676;
  }
  .modal .wrap_modal .md_r {
    width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: calc(100% - 270px);
    padding-left: 15px;
  }
  .modal .wrap_modal .md_r dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
  }
  .modal .wrap_modal .md_r dl dt {
    width: 172px;
    height: 51px;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal .wrap_modal .md_r dl dd {
    font-size: 16px;
    letter-spacing: 0.05em;
    width: -webkit-calc(100% - 172px);
    width: -moz-calc(100% - 172px);
    width: calc(100% - 172px);
    padding-left: 28px;
    padding-top: 15px;
  }
  .modal .m_in {
    background: #fff;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 45px;
    padding-left: 45px;
    padding-bottom: 80px;
    background: #fff;
  }
  .modal .m_in.st2 {
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .modal .m_area {
    position: relative;
  }
  .modal .btn_wr {
    position: absolute;
    bottom: -80px;
    left: -45px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1000px;
    height: 80px;
    background: #fff;
  }
  .modal .btn_wr a {
    font-size: 16px;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 40px;
  }
  .modal .btn_wr a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background: url(../img/member/ic_close.svg) center/contain no-repeat;
    display: block;
  }
  .p_about_us .about_us {
    padding-bottom: 75px;
    background-color: #dde2ea;
  }
  .p_about_us .about_us .about_usTop figure {
    position: relative;
    z-index: 1;
    width: 71.04167%;
  }
  .p_about_us .about_us .about_usTop figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_about_us .about_us .about_usBot .row {
    margin-top: -256px;
    margin-right: 75px;
    padding: 336px 60px 90px 100px;
    background: #f8f8f8;
    position: relative;
  }
  .p_about_us .about_us .about_usBot .row > span {
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.05em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    top: 336px;
    left: 40px;
    z-index: 1;
  }
  .p_about_us .about_us .about_usBot .row::before {
    content: '';
    position: absolute;
    top: 0;
    left: -500%;
    width: 500%;
    height: 100%;
    background: #f8f8f8;
    display: block;
  }
  .p_about_us .about_us .about_usBot .row ul li:last-child a {
    border-bottom: 1px solid #d0d0d0;
  }
  .p_about_us .about_us .about_usBot .row ul li a {
    display: block;
    padding: 30px 30px 30px 70px;
    position: relative;
    border-top: 1px solid #d0d0d0;
  }
  .p_about_us .about_us .about_usBot .row ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 37px;
    height: 54px;
    background: url(../img/about_us/ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_about_us .about_us .about_usBot .row ul li a span {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    display: block;
    color: #5f6894;
  }
  .p_about_us .about_us .about_usBot .row ul li a small {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .p_about_us_detail .navLink,
  .p_qa_detail .navLink {
    margin-bottom: 40px;
  }
  .p_about_us_detail .navLink.st3 ul li.yl a {
    border-color: #d5b925;
    color: #d5b925;
    position: relative;
  }

  .p_about_us_detail .navLink.st3 ul li.yl a:hover::after {
    background-image: url(../img/shikokai/ic_blank_hv.svg);
  }
  .p_about_us_detail .navLink.st3 ul li.yl a::after {
    content: '';
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 12px;
    height: 12px;
    background-image: url(../img/shikokai/ic_blank.svg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_about_us_detail .navLink.st3 ul li:not(:last-child),
  .p_qa_detail .navLink.st3 ul li:not(:last-child) {
    margin-right: 9px;
  }
  .p_about_us_detail .navLink.st3 ul li:last-child,
  .p_qa_detail .navLink.st3 ul li:last-child {
    margin-right: 0;
  }
  .p_about_us_detail .navLink.st3 ul li:nth-of-type(1),
  .p_qa_detail .navLink.st3 ul li:nth-of-type(1) {
    margin-right: 0;
  }
  .p_about_us_detail .navLink.st3 ul li:nth-of-type(1) a,
  .p_qa_detail .navLink.st3 ul li:nth-of-type(1) a {
    width: auto;
  }
  .shikoukai .p_about_us_detail .navLink.st3 ul:nth-of-type(1),
  .p_qa_detail .navLink.st3 ul:nth-of-type(1) {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 10px;
  }
  .shikoukai .p_about_us_detail .navLink.st3 ul:nth-of-type(2) {
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }
  .shikoukai .p_about_us_detail .navLink.st3 ul:nth-of-type(2) li {
    margin-right: 0;
  }
  .shikoukai .p_about_us_detail .navLink.st3 ul:nth-of-type(2) li a {
    width: auto;
  }
  .p_about_us_detail .navLink.st2,
  .p_qa_detail .navLink.st2 {
    margin-bottom: 40px;
  }
  .p_about_us_detail .navLink ul {
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
  .p_qa_detail .navLink ul {
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .p_about_us_detail .navLink ul li.active a,
  .p_about_us_detail .navLink ul li:hover a,
  .p_qa_detail .navLink ul li.active a,
  .p_qa_detail .navLink ul li:hover a {
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    color: #fff;
    opacity: 1;
  }
  .p_about_us_detail .navLink.st3 ul li.yl.active a {
    background: #d5b925;
    color: #fff;
    opacity: 1;
  }
  .p_about_us_detail .navLink.st3 ul li.yl a:hover {
    background: #d5b925;
    color: #fff;
    opacity: 1;
  }
  .p_about_us_detail .navLink ul li a,
  .p_qa_detail .navLink ul li a {
    width: auto;
    height: 58px;
    background: #fff;
    border: 2px solid #5f6894;
    font-size: 16px;
    /*letter-spacing: 0.1em;*/
    color: #5f6894;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_about_us_detail .a_ttl.fixed {
    position: fixed;
    top: 120px;
    left: -webkit-calc(50% - 470px);
    left: -moz-calc(50% - 470px);
    left: calc(50% - 470px);
    z-index: 99;
    background-color: #fff;
    width: 250px;
  }
  .p_about_us_detail .a_ttl span {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 0.05em;
    color: #5f6894;
    line-height: 1;
  }
  .p_about_us_detail .a_ttl small {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    display: block;
  }
  .p_about_us_detail .blockFull figure {
    margin-bottom: 20px;
  }
  .p_about_us_detail .blockFull figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_about_us_detail .block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_about_us_detail .block .block_l {
    width: 250px;
  }
  .p_about_us_detail .block .block_r {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.625;
  }
  .p_about_us_detail .block .block_r .txt:not(:last-child) {
    margin-bottom: 25px;
  }
  .p_about_us_detail .contentMain.st2 > div {
    margin-bottom: 40px;
  }
  .p_about_us_detail .contentMain > div {
    margin-bottom: 70px;
  }
  .p_about_us_detail .tb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p_about_us_detail .tb.st2 .tb_i dl dt {
    width: 210px;
    font-weight: 400;
  }
  .p_about_us_detail .tb.st2 .tb_i dl dd {
    width: -webkit-calc(100% - 210px);
    width: -moz-calc(100% - 210px);
    width: calc(100% - 210px);
    font-weight: bold;
  }
  .p_about_us_detail .tb .tb_i {
    width: 354px;
  }
  .p_about_us_detail .tb .tb_i.tb_icus {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
  }
  .p_about_us_detail .tb .tb_i.tb_icus dl {
    width: 354px;
  }
  .p_about_us_detail .tb .tb_i.tb_icus dl:first-child {
    padding-top: 15px;
  }
  .p_about_us_detail .tb .tb_i h3 {
    background: #000;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 38px;
  }
  .p_about_us_detail .tb .tb_i dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 15px 0;
    border-bottom: 1px solid #d8d8d8;
  }

  .p_about_us_detail .tb .tb_i dl:first-child {
    padding-top: 0;
  }
  .p_about_us_detail .tb .tb_i dl dt {
    font-weight: bold;
    line-height: 26px;
    width: 140px;
  }
  .p_about_us_detail .tb .tb_i dl dd {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
  }
  .p_about_us_detail .dlist {
    margin-bottom: 28px;
  }
  .p_about_us_detail .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .p_about_us_detail .dlist dl dt {
    width: 150px;
    height: 43px;
    background: #4b2e86;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_about_us_detail .dlist dl dd {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-left: 20px;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
  }
  .p_about_us_detail .w_ttl {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 20px 60px;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    position: relative;
    margin-bottom: 30px;
  }
  .p_about_us_detail .w_ttl::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: url(../img/about_us/ic_plus.svg) center/contain no-repeat;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_about_us_detail .tb2 {
    margin-bottom: 20px;
  }
  .p_about_us_detail .tb2.st2 th:nth-of-type(2) {
    width: 160px;
  }
  .p_about_us_detail .tb2.st3 tr td {
    text-align: center;
  }
  .p_about_us_detail .tb2.st3 tr:nth-child(even) td {
    background: #f4f4f4;
  }
  .p_about_us_detail .tb2.st3 th:nth-of-type(1) {
    width: 90px;
  }
  .p_about_us_detail .tb2.st3 th:nth-of-type(2) {
    width: 170px;
  }
  .p_about_us_detail .tb2.st3 th:nth-of-type(3) {
    width: 120px;
  }
  .p_about_us_detail .tb2.st3 th:nth-of-type(4) {
    width: 85px;
  }
  .p_about_us_detail .tb2.st3 th:nth-of-type(5) {
    width: 90px;
  }
  .p_about_us_detail .tb2.st4 tr td {
    text-align: center;
  }
  .p_about_us_detail .tb2.st4 tr:nth-child(even) td {
    background: #f4f4f4;
  }
  .p_about_us_detail .tb2.st4 th:nth-of-type(1) {
    width: 90px;
  }
  .p_about_us_detail .tb2.st4 th:nth-of-type(2) {
    width: 215px;
  }
  .p_about_us_detail .tb2.st4 th:nth-of-type(3) {
    width: 120px;
  }
  .p_about_us_detail .tb2.st4 th:nth-of-type(4) {
    width: 85px;
  }
  .p_about_us_detail .tb2.st4 th:nth-of-type(5) {
    width: 130px;
  }
  .p_about_us_detail .tb2 table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
  }
  .p_about_us_detail .tb2 table tbody tr td {
    padding: 18px;
    vertical-align: middle;
  }
  .p_about_us_detail .tb2 table tbody tr td:not(:last-child) {
    border-right: 1px solid #e5e5e5;
  }
  .p_about_us_detail .tb2 table tbody tr td.gray {
    background: #f4f4f4;
  }
  .p_about_us_detail .tb2 table tbody tr td.violet {
    background: #f8f8f8;
    border-bottom: 1px solid #fff;
    border-right-color: #f8f8f8;
  }
  .p_about_us_detail .tb2 th {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #242424;
    padding: 10px;
  }
  .p_about_us_detail .tb2 th:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .p_about_us_detail .winner .block_r dl:not(:last-child) {
    margin-bottom: 50px;
  }
  .p_about_us_detail .winner .it_child {
    margin-bottom: 15px;
  }
  .p_about_us_detail .winner .it_child h3 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1em;
    border-left: 5px solid #5f6894;
    padding-left: 20px;
    margin-bottom: 25px;
  }
  .p_about_us_detail .list01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_about_us_detail .list01 li {
    width: 176px;
  }
  .p_about_us_detail .list01 li a {
    width: 176px;
    height: 38px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    font-size: 14px;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 11px;
  }
  .p_about_us_detail .list01 li:not(:nth-child(4n)) {
    margin-right: 11px;
  }
  .p_about_us_detail .history {
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .p_about_us_detail .history li {
    width: 100%;
    margin-bottom: 14px;
    position: relative;
    position: relative;
  }
  .p_about_us_detail .history li::after {
    content: '';
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 21px;
    height: 17px;
    background: url(../img/about_us/ic_modal.svg) center/contain no-repeat;
    display: block;
  }
  .p_about_us_detail .history li figcaption {
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    background: rgba(40, 25, 72, 0.56);
  }
  .p_about_us_detail .tbFull.st2 tr:nth-child(even) td {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .p_about_us_detail .tbFull.st2 th:nth-of-type(1) {
    width: 212px;
    text-align: center;
  }
  .p_about_us_detail .tbFull.st2 th:nth-of-type(2) {
    width: 300px;
    text-align: center;
  }
  .p_about_us_detail .tbFull.st2 th:nth-of-type(3) {
    text-align: center;
  }
  .p_about_us_detail .tbFull.st3 tr:nth-child(even) td {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .p_about_us_detail .tbFull.st3 th:nth-of-type(1) {
    width: 250px;
  }
  .p_about_us_detail .tbFull.st3 th:nth-of-type(2) {
    width: 190px;
  }
  .p_about_us_detail .tbFull table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  .p_about_us_detail .tbFull table tr td {
    padding: 18px;
    vertical-align: middle;
    text-align: center;
  }
  .p_about_us_detail .tbFull table tr td.c_vio {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #4b2e86;
  }
  .p_about_us_detail .tbFull table tr td:not(:last-child) {
    border-right: 1px solid #e5e5e5;
  }
  .p_about_us_detail .tbFull table tr:nth-child(even) td {
    background: #f4f4f4;
  }
  .p_about_us_detail .tbFull table th {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #242424;
    padding: 10px;
  }
  .p_about_us_detail .tbFull table th:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .p_about_us_detail .dlist02 dl {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }
  .p_about_us_detail .dlist02 dl dt {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .p_about_us_detail .fig {
    width: 452px;
    margin-bottom: 35px;
  }
  .p_about_us_detail .fig figcaption {
    line-height: 1.5;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .p_about_us_detail .listLink {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
  .p_about_us_detail .listLink li a {
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: 70px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
  }
  .p_about_us_detail .listLink li a::after {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 21px;
    height: 17px;
    background: url(../img/about_us/ic_modal.svg) center/contain no-repeat;
    display: block;
  }
  .md_history h3 {
    padding: 25px;
    font-size: 24px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
  }
  .md_history h4 {
    font-size: 24px;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 25px 0 45px;
  }
  .md_history .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
  .md_history .dlist dl:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .md_history .dlist dl dt {
    width: 220px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .md_history .dlist dl dd {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.625;
  }
  .md_history .dlist dl dd .txt:not(:last-child) {
    margin-bottom: 20px;
  }
  .md_history .dlist dl dd .boxbd {
    border: 1px solid #000;
    padding: 25px;
    margin-top: 25px;
  }
  .mdtb table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  .mdtb table tr td {
    padding: 18px;
    vertical-align: middle;
    text-align: center;
  }
  .mdtb table tr td.c_vio {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #4b2e86;
  }
  .mdtb table tr td:not(:last-child) {
    border-right: 1px solid #e5e5e5;
  }
  .mdtb table tr:nth-child(even) td {
    background: #f4f4f4;
  }
  .mdtb table th {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #242424;
    padding: 10px;
  }
  .mdtb table th:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .mdtb table th:nth-of-type(1) {
    width: 95px;
  }
  .mdtb table th:nth-of-type(2) {
    width: 210px;
  }
  .mdtb table th:nth-of-type(3) {
    width: 450px;
  }
  .shikokai .fig2 {
    position: relative;
  }
  .shikokai .fig2 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 25, 72, 0.56);
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #fff;
    line-height: 1.5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shikokai .txt2 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2.22222;
    text-align: center;
    margin: 40px 0;
  }
  .shikokai .s_dlist {
    margin-bottom: 55px;
  }
  .shikokai .s_dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
  }
  .shikokai .s_dlist dl dt {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    width: 183px;
  }
  .shikokai .s_dlist dl dd {
    font-size: 16px;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% - 183px);
    width: -moz-calc(100% - 183px);
    width: calc(100% - 183px);
    padding: 35px 40px;
    position: relative;
    background: #f8f8f8;
  }
  .shikokai .s_dlist dl dd time {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-right: 40px;
  }
  .shikokai .s_dlist dl dd a {
    font-size: 14px;
    letter-spacing: 0.1em;
    position: absolute;
    right: 13px;
    bottom: 13px;
  }
  .shikokai .shikokai_main .it {
    margin-bottom: 40px;
  }
  .shikokai .shikokai_main .it h3 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #000;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, #6e5c8e, #537299) 1;
  }
  .shikokai .shikokai_main .it .txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.625;
  }
  .shikokai .shikokai_main .it .txt:not(:last-child) {
    margin-bottom: 20px;
  }
  .topic_it {
    margin-bottom: 45px;
  }
  .topic_it dl dt {
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 15px 28px;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    margin-bottom: 25px;
  }
  .topic_it dl dd {
    padding-left: 28px;
  }
  .fr {
    float: right;
    width: 231px;
    margin-left: 20px;
  }
  .tbTime {
    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
    min-height: 100vh;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .show_pc {
    display: none !important;
  }
  .inner,
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header.box_shadow .header_l {
    -moz-box-shadow: 0px 0.72464vw 1.44928vw rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0.72464vw 1.44928vw rgba(0, 0, 0, 0.06);
    background-color: #fff;
  }
  .header.box_shadow .menu_icon i {
    color: #8d7bb3;
  }
  .header.box_shadow .menu_icon_in .menu-trigger span {
    background-color: #8d7bb3;
  }
  .header.box_shadow .header_l h1 a {
    background-image: url(../img/logo_child.png);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 57.97101vw;
    height: 5.7971vw;
  }
  .header.header_child .header_l h1 a {
    width: 43.47826vw;
    height: 4.34783vw;
  }
  .header.header_child .menu_icon_in .menu-trigger span {
    background-color: #8d7bb3;
  }
  .header.header_child .menu_icon i {
    color: #8d7bb3;
  }
  .header h1,
  .header .header__logo {
    padding-left: 4.83092vw;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-indent: -9999px;
    padding: 4.83092vw 3.62319vw;
  }
  .header h1 a,
  .header .header__logo a {
    display: block;
    width: 57.97101vw;
    height: 5.7971vw;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .header .row {
    padding: 0;
  }
  .header .header_nav {
    position: fixed;
    height: 100%;
    right: 0;
    opacity: 0;
    top: 0;
    visibility: hidden;
    padding: 24.15459vw 3.62319vw 12.07729vw 7.24638vw;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    width: 87.68116vw;
    background: #8d7bb3;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .header .header_nav.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
  .header .header_nav ul > li:not(:last-child) {
    margin-bottom: 9.66184vw;
  }
  .header .header_nav ul > li > a {
    font-family: 'メイリオ', Meiryo, sans-serif;
    font-weight: bold;
    font-size: 3.38164vw;
    color: #fff;
  }
  .header .menu_icon {
    width: 7.24638vw;
    height: 7.72947vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 4.34783vw;
    right: 3.62319vw;
    z-index: 99;
    cursor: pointer;
  }
  .header .menu_icon i {
    font-style: normal;
    font-size: 2.41546vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .header .menu_icon.active i {
    color: #fff;
    margin-top: 1.20773vw;
  }
  .header .menu_icon.active .menu-trigger span {
    background-color: #fff;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
    top: 0.62vw;
    -webkit-transform: translateY(1.20773vw) rotate(-45deg);
    -moz-transform: translateY(1.20773vw) rotate(-45deg);
    -ms-transform: translateY(1.20773vw) rotate(-45deg);
    transform: translateY(1.20773vw) rotate(-45deg);
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-1.20773vw) rotate(45deg);
    -moz-transform: translateY(-1.20773vw) rotate(45deg);
    -ms-transform: translateY(-1.20773vw) rotate(45deg);
    transform: translateY(-1.20773vw) rotate(45deg);
    width: 100%;
  }
  .header .menu_icon_in {
    width: 7.24638vw;
    height: 3.62319vw;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 11.11111vw;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.48309vw;
    min-height: 1px;
    background-color: #fff;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 1.69082vw;
    right: 0;
    left: inherit;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    right: 0;
    left: inherit;
  }
  .footer {
    position: relative;
    background: #8d7bb3;
    z-index: 1;
    margin-top: auto;
  }
  .footer #backtop {
    position: fixed;
    right: 4.83092vw;
    bottom: 4.83092vw;
    width: 15.21739vw;
    height: 15.21739vw;
    background: #fff;
    border: 0.72464vw solid #5f6894;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer #backtop span {
    font-size: 3.38164vw;
    letter-spacing: 0.05em;
    color: #4b2e86;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .footer #backtop span::before {
    content: '';
    width: 6.76329vw;
    height: 2.89855vw;
    background: url(../img/backtop.svg) center/contain no-repeat;
    display: block;
    margin-bottom: 1.20773vw;
  }
  .footer #backtop.pos {
    bottom: inherit;
    top: -8.21256vw;
    position: absolute;
  }
  .footer_top {
    padding: 10.86957vw 0 7.24638vw;
  }
  .footer_top > a {
    width: 60.38647vw;
    margin-top: 8.45411vw;
    display: block;
    margin: 0 auto 8.45411vw;
  }
  .footer_top .ftr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_top .ftr ul {
    width: 50%;
  }
  .footer_top .ftr ul:nth-of-type(2) {
    padding-left: 3.62319vw;
  }
  .footer_top .ftr ul li {
    margin-bottom: 2.41546vw;
  }
  .footer_top .ftr ul li a {
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    color: #fff;
    position: relative;
    padding-left: 4.58937vw;
  }
  .footer_top .ftr ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.17391vw;
    height: 2.17391vw;
    background: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
  }
  .footer_bot {
    padding-bottom: 2.41546vw;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 2.89855vw;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .ttl {
    background: linear-gradient(90deg, #39303f 0%, #293d46 70%);
    padding: 18vw 0 8vw;
    position: relative;
  }
  /*.ttl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 23.6715vw solid #5f6894;
    border-right: 68.11594vw solid transparent;
    display: block;
    z-index: 2;
  }*/
  .ttl h2 {
    color: #fff;
    position: relative;
    z-index: 3;
    font-size: 12vw;
  }
  /*.ttl h2 small {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 3.1401vw;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    padding-left: 6.76329vw;
  }
  .ttl h2 small::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4.58937vw;
    height: 1px;
    background: #000;
    display: block;
  }*/
  .ttl h2 span {
    color: #fff;
    font-weight: bold;
    font-size: 4vw;
    letter-spacing: 0.1em;
    display: block;
  }
  .breadcrumb ul {
    padding: 6.03865vw 3.62319vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
  }
  .breadcrumb ul li,
  .breadcrumb ul a {
    font-size: 2.89855vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .breadcrumb ul li:not(:last-child) {
    position: relative;
  }
  .breadcrumb ul li:not(:last-child)::after {
    content: '>';
    margin: 0 10px;
    color: #fff;
  }
  a.t_btn,
  button.t_btn {
    width: 55.7971vw;
    height: 12.31884vw;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7.24638vw;
    border: 0;
    border-radius: 40px;
  }
  a.t_btn.st2,
  button.t_btn.st2 {
    background-color: #fff;
    color: #4b2e86;
  }
  a.t_btn.st2::after,
  button.t_btn.st2::after {
    background-image: url(../img/ar1_violet.svg);
  }
  a.t_btn.st3::after,
  button.t_btn.st3::after {
    background-image: url(../img/ic_blank.svg);
    width: 4.83092vw;
    height: 4.83092vw;
  }
  a.t_btn::after,
  button.t_btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2.41546vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.93237vw;
    height: 4.58937vw;
    background-image: url(../img/ar1.svg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: block;
  }
  .p_top {
    padding-top: 0;
  }
  .p_top .container {
    background: url(../img/bg1_sp.png) center/contain repeat-y;
  }
  .p_top .sliderWr {
    position: relative;
  }
  .p_top .sliderWr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 30.43478vw solid #5f6894;
    border-right: 68.11594vw solid transparent;
    display: block;
    z-index: 2;
  }
  .p_top .sliderWr::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -7.24638vw;
    width: 0;
    height: 0;
    border-bottom: 30.43478vw solid #5f6894;
    border-left: 68.11594vw solid transparent;
    display: block;
    z-index: 2;
  }
  .p_top .swiper-pagination-fraction,
  .p_top .swiper-pagination-custom,
  .p_top .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5.31401vw;
  }
  .p_top .slider {
    position: relative;
    height: 100vh;
  }
  .p_top .slider .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 2.657vw;
    height: 2.657vw;
    border: 1px solid #707070;
    margin: 0 0.96618vw;
  }
  .p_top .slider .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #8d7bb3;
    border-color: #8d7bb3;
  }
  .p_top .slider .scroll {
    position: absolute;
    right: 7.97101vw;
    bottom: 9.66184vw;
    z-index: 3;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #fff;
    padding-bottom: 9.17874vw;
  }
  .p_top .slider .scroll span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2.41546vw;
    height: 7.97101vw;
    background: url(../img/scroll_ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .slider ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .slider_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(40, 25, 72, 0.62);
    z-index: 1;
    text-align: center;
  }
  .p_top .slider_txt img {
    width: 90.82vw;
  }
  .p_top .t_ttl {
    padding-bottom: 6.03865vw;
    position: relative;
    margin-bottom: 9.66184vw;
  }
  .p_top .t_ttl.st2 {
    text-align: center;
  }
  .p_top .t_ttl.st2::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p_top .t_ttl.st3 {
    text-align: right;
  }
  .p_top .t_ttl.st3::after {
    position: absolute;
    left: inherit;
    right: 0;
  }
  .p_top .t_ttl.st4 {
    color: #fff;
  }
  .p_top .t_ttl.st4 span {
    color: #fff;
  }
  .p_top .t_ttl.st4::after {
    background-color: #fff;
  }
  .p_top .t_ttl::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 19.80676vw;
    height: 1.20773vw;
    background: #8d7bb3;
    display: block;
  }
  .p_top .t_ttl span {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 14.00966vw;
    letter-spacing: 0.05em;
    color: #8d7bb3;
    display: block;
    line-height: 1;
  }
  .p_top .t_ttl small {
    font-weight: 500;
    font-size: 4.34783vw;
    letter-spacing: 0.1em;
    display: block;
    line-height: 1;
  }
  .p_top .news_schedule {
    padding: 18.11594vw 0 0;
  }
  .p_top .news_schedule .row {
    position: relative;
    z-index: 1;
  }
  .p_top .news_schedule .row > div {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .p_top .news_schedule .row > div:nth-of-type(1) {
    margin-bottom: 14.49275vw;
  }
  .p_top .news_schedule h2 {
    text-align: center;
    line-height: 1;
    margin-bottom: 6.03865vw;
  }
  .p_top .news_schedule h2 span {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 9.90338vw;
    letter-spacing: 0.05em;
    color: #8d7bb3;
    display: block;
    line-height: 1;
  }
  .p_top .news_schedule h2 small {
    font-weight: 500;
    font-size: 3.1401vw;
    letter-spacing: 0.1em;
    display: block;
    line-height: 1.5;
  }
  .p_top .news_schedule ul {
    margin-bottom: 9.66184vw;
    text-align: left;
  }
  .p_top .news_schedule ul li:not(:last-child) {
    margin-bottom: 3.62319vw;
  }
  .p_top .news_schedule ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .news_schedule ul li a time {
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    width: 30.43478vw;
  }
  .p_top .news_schedule ul li a .txt {
    width: -webkit-calc(100% - 30.43478vw);
    width: -moz-calc(100% - 30.43478vw);
    width: calc(100% - 30.43478vw);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    font-size: 3.38164vw;
    letter-spacing: 0.1em;
  }
  .p_top .news_schedule a.btn {
    width: 55.7971vw;
    height: 12.31884vw;
    background: #8d7bb3;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_top .news_schedule a.btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2.41546vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.17391vw;
    height: 4.83092vw;
    background: url(../img/ar1.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .about_us .row {
    position: relative;
    padding: 22.94686vw 3.62319vw 14.00966vw;
  }
  .p_top .about_us .row h2 {
    margin-bottom: 48.30918vw;
    text-align: left;
  }
  .p_top .about_us .row figure {
    position: absolute;
    top: 59.42029vw;
    left: 3.62319vw;
    width: 92.75362vw;
    z-index: 1;
  }
  .p_top .about_us .row .txt {
    padding: 0 2.41546vw 8.45411vw;
    position: relative;
    text-align: center;
  }
  .p_top .about_us .row .txt a {
    position: relative;
    z-index: 2;
  }
  .p_top .about_us .row .txt::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 92.75362vw;
    height: 95.16908vw;
    background: #f8f8f8;
    display: block;
  }
  .p_top .about_us .row .txt h3 {
    padding: 1.20773vw 6.03865vw;
    font-weight: bold;
    font-size: 6.28019vw;
    line-height: 1.23077;
    letter-spacing: 0.1em;
    background-color: #fff;
    margin-bottom: 2.89855vw;
    position: relative;
    z-index: 2;
    text-align: left;
  }
  .p_top .about_us .row .txt div.text {
    position: relative;
    z-index: 2;
    text-align: left;
  }
  .p_top .about_us .row .txt div.text span {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    padding: 1.93237vw;
    margin-bottom: 1.20773vw;
    display: inline-block;
    background-color: #fff;
  }
  .p_top .member {
    padding: 9.66184vw 0 10.86957vw;
  }
  .p_top .member h2 {
    margin-bottom: 10.86957vw;
  }
  .p_top .member ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p_top .member ul li {
    margin-bottom: 2.89855vw;
  }
  .p_top .member ul li a {
    width: 43.71981vw;
    height: 13.52657vw;
    background: #8d7bb3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 0 6.03865vw;
    position: relative;
  }
  .p_top .member ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 6.28019vw;
    height: 6.28019vw;
    background: rgba(255, 255, 255, 0.64) url(../img/member_ar_sp.png) center/contain no-repeat;
    -moz-background-size: 3.38164vw 5.07246vw;
    background-size: 3.38164vw 5.07246vw;
    display: block;
  }
  .p_top .grades .row {
    padding-bottom: 20.04831vw;
    position: relative;
    text-align: center;
  }
  .p_top .grades .row h2 {
    margin-bottom: 4.83092vw;
  }
  .p_top .grades .row a.t_btn {
    z-index: 1;
    margin-top: 6.03865vw;
  }
  .p_top .grades .row .txt h3 {
    padding: 1.20773vw 6.03865vw;
    font-weight: bold;
    font-size: 10.38647vw;
    letter-spacing: 0.1em;
    background-color: #fff;
    margin-bottom: 2.89855vw;
  }
  .p_top .grades .row .txt div.text span {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    background-color: #fff;
    display: inline-block;
    padding: 1.20773vw 6.03865vw;
    margin-bottom: 1.20773vw;
  }
  .p_top .ob_og {
    position: relative;
    z-index: 1;
  }
  .p_top .ob_og ul li:nth-of-type(1) {
    margin-bottom: 2.41546vw;
    width: 100%;
    position: relative;
  }
  .p_top .ob_og ul li:nth-of-type(1) figure {
    position: relative;
  }
  .p_top .ob_og ul li:nth-of-type(1) figure figcaption {
    position: absolute;
    color: #fff;
    font-size: 4.106vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1em;
    bottom: 3.623vw;
    right: 3.623vw;
    z-index: 2;
  }
  .p_top .ob_og ul li:nth-of-type(1) figure::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 25, 72, 0.62);
    display: block;
  }
  .p_top .ob_og ul li:nth-of-type(1) .txt {
    text-align: center;
  }
  .p_top .ob_og ul li:nth-of-type(1) .txt h2 {
    text-align: left;
  }
  .p_top .ob_og ul li:nth-of-type(1) .txt .row {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #8d7bb3;
    padding: 10.86957vw 3.62319vw;
  }
  .p_top .ob_og ul li:nth-of-type(1) .txt .row .txt_inner {
    width: 84.54106vw;
  }
  .p_top .ob_og ul li:nth-of-type(1) .txt .text {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .p_top .ob_og ul li:nth-of-type(2) a,
  .p_top .ob_og ul li:nth-of-type(3) a,
  .p_top .ob_og ul li:nth-of-type(4) a {
    display: block;
    position: relative;
  }
  .p_top .ob_og ul li:nth-of-type(2) a .txt,
  .p_top .ob_og ul li:nth-of-type(3) a .txt,
  .p_top .ob_og ul li:nth-of-type(4) a .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(40, 25, 72, 0.62);
  }
  .p_top .ob_og ul li:nth-of-type(2) a .txt div,
  .p_top .ob_og ul li:nth-of-type(3) a .txt div,
  .p_top .ob_og ul li:nth-of-type(4) a .txt div {
    font-weight: bold;
    font-size: 5.7971vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .p_top .ob_og ul li:nth-of-type(2) a .txt span,
  .p_top .ob_og ul li:nth-of-type(3) a .txt span,
  .p_top .ob_og ul li:nth-of-type(4) a .txt span {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
    padding-right: 6.03865vw;
    position: absolute;
    right: 3.62319vw;
    bottom: 3.62319vw;
  }
  .p_top .ob_og ul li:nth-of-type(2) a .txt span::after,
  .p_top .ob_og ul li:nth-of-type(3) a .txt span::after,
  .p_top .ob_og ul li:nth-of-type(4) a .txt span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.17391vw;
    height: 5.7971vw;
    background: url(../img/ob_og_ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .sns {
    padding: 7.24638vw 3.62319vw 9.66184vw;
  }
  .p_top .sns .box {
    background: #fff;
    border: 1.93237vw solid #5f6894;
    position: relative;
    z-index: 1;
    position: relative;
    padding: 9.66184vw 4.83092vw 19.32367vw;
  }
  .p_top .sns .box::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-bottom: 15.21739vw solid #5f6894;
    border-left: 18.11594vw solid transparent;
  }
  .p_top .sns .box:nth-of-type(1) {
    margin-bottom: 4.83092vw;
  }
  .p_top .sns .box dl dt {
    font-weight: bold;
    font-size: 7.72947vw;
    letter-spacing: 0.1em;
    text-align: center;
    color: #8d7bb3;
    position: relative;
    padding-bottom: 3.62319vw;
    margin-bottom: 4.83092vw;
  }
  .p_top .sns .box dl dt::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 18.84058vw;
    height: 0.72464vw;
    background: #8d7bb3;
    display: block;
  }
  .p_top .sns .box dl dd {
    text-align: center;
  }
  .p_top .sns .box dl dd .social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 9.66184vw;
  }
  .p_top .sns .box dl dd .social li {
    margin: 0 1.44928vw;
  }
  .p_top .sns .box dl dd .social li img {
    width: 9.42029vw;
  }
  .p_top .sns .box dl dd .social li a {
    width: 23.42995vw;
    height: 23.42995vw;
    background: #e6a962;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_top .sns .box dl dd .social li:nth-of-type(2) img {
    width: 11.11111vw;
  }
  .p_top .sns .box dl dd .social li:nth-of-type(2) a {
    background-color: #58bfde;
  }
  .p_top .sns .box dl dd .social li:nth-of-type(3) img {
    width: 10.62802vw;
  }
  .p_top .sns .box dl dd .social li:nth-of-type(3) a {
    background-color: #d63a3a;
  }
  .p_top .sns .box dl dd p {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #191919;
  }
  .p_top .sns .box dl dd a.t_btn {
    width: 72.94686vw;
    height: 16.66667vw;
  }
  .p_top .sponsor {
    padding-bottom: 10.62802vw;
  }
  .p_top .non-bottom {
    padding-bottom: 0px;
  }
  .p_top .sponsor h2 {
    margin-bottom: 12.31884vw;
    position: relative;
    z-index: 1;
  }
  .p_top .sponsor ul {
    position: relative;
    z-index: 1;
  }
  .p_top .sponsor ul li {
    width: 78.26087vw;
    margin: 2.41546vw auto;
  }
  .p_top .sponsor ul li a {
    display: block;
    line-height: 0;
  }
  .p_top .contact {
    position: relative;
  }
  .p_top .contact .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(40, 25, 72, 0.62);
  }
  .p_top .contact .txt h2 {
    margin-bottom: 12.07729vw;
  }
  .p_top .contact .txt a {
    margin-top: 0;
    width: 72.94686vw;
    height: 16.66667vw;
    position: relative;
  }
  .p_top .contact .txt a::after {
    right: 3.62319vw;
    width: 2.657vw;
    height: 6.52174vw;
  }
  .p_privacy .privacy {
    position: relative;
    z-index: 1;
    padding: 6.03865vw 0 0;
  }
  .p_privacy .privacy p {
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    margin-bottom: 8.45411vw;
    text-align: center;
  }
  .p_privacy .privacy dl {
    margin-bottom: 7.24638vw;
  }
  .p_privacy .privacy dl dt {
    font-weight: bold;
    font-size: 5.7971vw;
    letter-spacing: 0.05em;
    color: #8d7bb3;
    margin-bottom: 2.89855vw;
  }
  .p_privacy .privacy dl dd {
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
  }
  .p_site_map .site_map {
    padding-top: 6.03865vw;
    position: relative;
    z-index: 1;
  }
  .p_site_map .site_map .row > ul {
    margin-bottom: 8.45411vw;
  }
  .p_site_map .site_map .row > ul:nth-of-type(3) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_site_map .site_map .row > ul:nth-of-type(3) li {
    width: 50%;
    margin-bottom: 6.03865vw;
  }
  .p_site_map .site_map .row > ul:nth-of-type(3) li:last-child {
    width: 100%;
  }
  .p_site_map .site_map .row > ul > li > a {
    font-weight: bold;
    font-size: 5.7971vw;
    letter-spacing: 0.05em;
    color: #8d7bb3;
  }
  .p_site_map .site_map .row > ul > li ul {
    padding-left: 6.03865vw;
    padding-top: 4.83092vw;
  }
  .p_site_map .site_map .row > ul > li ul li {
    margin-bottom: 1.20773vw;
  }
  .p_site_map .site_map .row > ul > li ul li a {
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
  }
  .p_site_map .site_map .row > ul > li ul li a::before {
    content: '-';
  }
  .p_contact .contact {
    text-align: center;
    padding-bottom: 3.62319vw;
    padding-top: 7.24638vw;
    background-color: #fff;
  }
  .p_contact .contact a.t_btn,
  .p_contact .contact button.t_btn {
    width: 72.94686vw;
    height: 16.66667vw;
    margin: 0 auto 20px;
  }
  .p_contact .contact a.t_btn:after,
  .p_contact .contact button.t_btn:after {
    right: 6vw;
    width: 2vw;
    height: 5vw;
  }
  .p_contact .contact.contact_confirm dl,
  .mw_wp_form_confirm .p_contact .contact dl {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 3.62319vw;
  }
  .p_contact .contact.contact_confirm .linkBot,
  .mw_wp_form_confirm .p_contact .contact .linkBot {
    margin-top: 2.41546vw;
  }
  .p_contact .contact.contact_confirm .linkBot a,
  .mw_wp_form_confirm .p_contact .contact .linkBot button {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    outline: none;
    box-shadow: none;
    border: 0;
    cursor: pointer;
    background: none;
  }
  .mw_wp_form_confirm .p_contact .contact dl dt span,
  .mw_wp_form_confirm .p_contact .contact div.txt {
    display: none;
  }
  .p_contact .contact.contact_complete {
    padding-bottom: 19.32367vw;
  }
  .p_contact .contact.contact_complete a.t_btn {
    margin-top: 0;
  }
  .p_contact .contact .row {
    max-width: 169.08213vw;
    position: relative;
    z-index: 1;
  }
  .p_contact .contact div.txt {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    line-height: 1.625;
    margin-bottom: 7.24638vw;
    color: #000;
  }
  .p_contact .contact input {
    padding: 0 3.62319vw;
    outline: none;
    font-size: 3.86473vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 12.56039vw;
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    background: #f2f2f2;
    border: 0;
  }
  .p_contact .contact input::-webkit-input-placeholder {
    opacity: 1;
    letter-spacing: 0.1em;
    color: #b7b7b7;
  }
  .p_contact .contact input::-moz-placeholder {
    opacity: 1;
    letter-spacing: 0.1em;
    color: #b7b7b7;
  }
  .p_contact .contact input:-ms-input-placeholder {
    opacity: 1;
    letter-spacing: 0.1em;
    color: #b7b7b7;
  }
  .p_contact .contact input::placeholder {
    opacity: 1;
    letter-spacing: 0.1em;
    color: #b7b7b7;
  }
  .p_contact .contact textarea {
    padding: 3.62319vw;
    outline: none;
    font-size: 3.86473vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    min-height: 81.88406vw;
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    background: #f2f2f2;
    border: 0;
  }
  .p_contact .contact textarea::-webkit-input-placeholder {
    opacity: 1;
    letter-spacing: 0.1em;
    color: #b7b7b7;
  }
  .p_contact .contact textarea::-moz-placeholder {
    opacity: 1;
    letter-spacing: 0.1em;
    color: #b7b7b7;
  }
  .p_contact .contact textarea:-ms-input-placeholder {
    opacity: 1;
    letter-spacing: 0.1em;
    color: #b7b7b7;
  }
  .p_contact .contact textarea::placeholder {
    opacity: 1;
    letter-spacing: 0.1em;
    color: #b7b7b7;
  }
  .p_contact .contact dl {
    text-align: left;
    margin-bottom: 3.62319vw;
  }
  .p_contact .contact dl dt {
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    margin-bottom: 2.41546vw;
    color: #000;
  }
  .p_contact .contact dl dt span {
    width: 11.5942vw;
    height: 5.7971vw;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
    background: #8d7bb3;
    font-size: 3.38164vw;
    letter-spacing: 0.1em;
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 4.83092vw;
    text-align: center;
  }
  .p_contact .contact dl dt span.st2 {
    background-color: #777;
  }
  .p_link .link {
    position: relative;
    padding-top: 40px;
    z-index: 1;
  }
  .p_link .link .dlink {
    margin-bottom: 40px;
  }
  .p_link .link .dlink dl {
    margin-bottom: 3.62319vw;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
  }
  .p_link .link .dlink dl dt {
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    padding: 4.83092vw;
  }
  .p_link .link .dlink dl dd {
    padding: 4.83092vw;
    text-align: center;
    background-color: #f8f8f8;
  }
  .p_link .link .dlink dl dd .txt {
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    margin-bottom: 1.93237vw;
  }
  .p_link .link .dlink dl dd a {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #2c75eb;
  }
  .p_link .link .link_main .it {
    margin-bottom: 9.66184vw;
  }
  .p_link .link .link_main .it h3 {
    font-weight: bold;
    font-size: 5.7971vw;
    letter-spacing: 0.1em;
    color: #000;
    border-bottom: 0.96618vw solid;
    border-image: linear-gradient(to right, #6e5c8e, #537299) 1;
    padding-bottom: 2.41546vw;
    margin-bottom: 3.62319vw;
    text-align: center;
  }
  .p_link .link .link_main .it h3.tal {
    text-align: left;
  }
  .p_link .link .link_main .it div.txt {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    line-height: 1.625;
  }
  .p_link .link .link_main .it div.txt figure {
    width: 48.06763vw;
  }
  .p_link .link .link_main .it div.txt a {
    color: #2c75eb;
  }
  .p_link .link .link_main .it div.txt:not(:last-child) {
    margin-bottom: 40px;
  }
  .p_thanks .thanks {
    padding-top: 40px;
  }
  .p_thanks .thanks .thanks_main {
    position: relative;
    z-index: 1;
  }
  .p_thanks .thanks .thanks_main ul li {
    margin-bottom: 40px;
  }
  .p_thanks .thanks .thanks_main ul li a {
    padding: 1.69082vw;
    position: relative;
    display: block;
    pointer-events: none;
  }
  .p_thanks .thanks .thanks_main ul li a::before {
    /*content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 11.35266vw solid #201c4c;
    border-right: 11.35266vw solid transparent;*/

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 11.35266vw;
    height: 11.35266vw;
    background: linear-gradient(to right, #6e5c8e, #537299);
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .p_thanks .thanks .thanks_main ul li a::after {
    /*content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 11.35266vw solid #201c4c;
    border-left: 11.35266vw solid transparent;*/

    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 11.35266vw;
    height: 11.35266vw;
    background: linear-gradient(to right, #6e5c8e, #537299);
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
  }
  .p_thanks .thanks .thanks_main ul li a .df {
    background: #f8f8f8;
    padding: 8.45411vw 4.83092vw 12.07729vw;
  }
  .p_thanks .thanks .thanks_main ul li a .blockTxt {
    padding-right: 7.24638vw;
  }
  .p_thanks .thanks .thanks_main ul li a .blockTxt dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.44928vw;
  }
  .p_thanks .thanks .thanks_main ul li a .blockTxt dl dt {
    width: 16.66667vw;
    height: 7.97101vw;
    background: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .p_thanks .thanks .thanks_main ul li a .blockTxt dl dd {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    padding-left: 3.1401vw;
  }
  .p_thanks .thanks .thanks_main ul li a .blockTxt .txt {
    font-weight: bold;
    font-size: 4.34783vw;
    letter-spacing: 0.1em;
    margin-top: 2.41546vw;
  }
  .p_thanks .thanks .thanks_main ul li a figure {
    margin-top: 5.31401vw;
  }
  .wp-pagenavi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 40px;
    position: relative;
    z-index: 1;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    margin: 0 0.96618vw;
    width: 12.80193vw;
    height: 12.80193vw;
    background: #bababa;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 4.34783vw;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  .wp-pagenavi .current:hover,
  .wp-pagenavi .page:hover,
  .wp-pagenavi .nextpostslink:hover,
  .wp-pagenavi .previouspostslink:hover {
    background: #8d7bb3;
    opacity: 1;
  }
  .wp-pagenavi .current {
    background: #8d7bb3;
  }
  .p_grades .grades,
  .p_qa_detail .qa_detail {
    padding: 40px 0;
  }
  .p_grades .grades .gradesTop {
    position: relative;
    z-index: 1;
  }
  .p_grades .grades .gradesTop ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_grades .grades .gradesTop ul li {
    margin-bottom: 1.93237vw;
    width: 30.19324vw;
  }
  .p_grades .grades .gradesTop ul li.active a,
  .p_grades .grades .gradesTop ul li:hover a {
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    color: #fff;
    opacity: 1;
  }
  .p_grades .grades .gradesTop ul li:not(:nth-child(3n)) {
    margin-right: 0.96618vw;
  }
  .p_grades .grades .gradesTop ul li a {
    width: 30.19324vw;
    height: 11.83575vw;
    background: #fff;
    border: 0.72464vw solid #5f6894;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #8d7bb3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_grades .grades .gradesMain {
    margin-top: 40px;
    position: relative;
    z-index: 1;
  }
  .p_qa_detail .qa_detail .contentMain {
    margin-top: 30px;
  }
  .p_grades .grades .gradesMain .head {
    margin-bottom: 20px;
  }
  .p_grades .grades .gradesMain .head h3 {
    text-align: center;
  }
  .p_grades .grades .gradesMain .head h3 span {
    font-weight: bold;
    font-size: 7.72947vw;
    letter-spacing: 0.1em;
    color: #5f6894;
    display: block;
    margin-bottom: 30px;
  }
  .p_grades .grades .gradesMain .head h3 small {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    display: inline-block;
    text-align: left;
    padding-bottom: 20px;
  }
  .p_grades .grades .gradesMain .bd > dl {
    margin-bottom: 3.62319vw;
  }
  .p_grades .grades .gradesMain .bd > dl > dt {
    padding: 2.41546vw 15.70048vw 2.41546vw 4.83092vw;
    background: #fff;
    border: 0.72464vw solid #5f6894;
    font-weight: bold;
    font-size: 4.34783vw;
    letter-spacing: 0.1em;
    color: #5f6894;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  .p_qa_detail .grades .gradesMain .bd > dl > dt {
    display: flex;
  }
  .p_qa_detail .grades .gradesMain .bd > dl > dt .qa_q,
  .p_qa_detail .grades .gradesMain .bd .accMain dl > dt .qa_a {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 15px;
  }
  .p_grades .grades .gradesMain .bd > dl > dt.is_active {
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    color: #fff;
  }
  .p_grades .grades .gradesMain .bd > dl > dt.is_active::after {
    width: 8.45411vw;
    height: 8.45411vw;
    background-image: url(../img/grades/ic_close.svg);
  }
  .p_grades .grades .gradesMain .bd > dl > dt::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 3.62319vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8.45411vw;
    height: 8.45411vw;
    background-image: url(../img/grades/ic_plus.svg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_grades .grades .gradesMain .bd > dl > dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    background: #f8f8f8;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .txt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .txt span:nth-of-type(1) {
    width: 28.98551vw;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .txt span:nth-of-type(2) {
    width: 16.90821vw;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .txt span:nth-of-type(3) {
    width: 31.40097vw;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .txt2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .txt2 span:nth-of-type(1) {
    width: 45.89372vw;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .txt2 span:nth-of-type(2) {
    width: 16.90821vw;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain {
    padding: 3.62319vw;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain dl {
    margin-bottom: 2.41546vw;
  }
  .p_qa_detail .gradesMain .bd > dl > dd .accMain dl {
    display: flex;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain dl dt {
    width: 16.66667vw;
    height: 7.97101vw;
    background: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .p_qa_detail .grades .gradesMain .bd > dl > dd .accMain dl dt {
    width: auto;
    height: auto;
    background: none;
    align-items: flex-start;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain dl dd {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    line-height: 1.625;
    padding-top: 0.96618vw;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain dl dd a {
    text-decoration: underline;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #2c75eb;
  }
  .p_grades .grades .gradesMain .bd > dl > dd .accMain dl dd a:hover {
    text-decoration: none;
  }
  .p_schedule .schedule {
    padding-top: 3.62319vw;
  }
  .p_schedule .schedule .scheduleTop {
    margin-bottom: 9.66184vw;
    padding: 0 3.62319vw;
  }
  .p_schedule .schedule .scheduleTop ul li {
    margin-bottom: 4.34783vw;
  }
  .p_schedule .schedule .scheduleTop ul li a {
    display: block;
    pointer-events: none;
  }
  .p_schedule .schedule .scheduleTop.hasLink ul li a {
    pointer-events: auto;
  }
  .p_schedule .schedule .scheduleTop ul li a time {
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 1.20773vw;
  }
  .p_schedule .schedule .scheduleTop ul li a div {
    font-size: 3.38164vw;
    letter-spacing: 0.1em;
  }
  .p_schedule .schedule .scheduleBot h2 {
    font-weight: bold;
    font-size: 7.72947vw;
    letter-spacing: 0.1em;
    color: #5f6894;
    padding-bottom: 4.83092vw;
    margin-bottom: 9.66184vw;
    position: relative;
    text-align: center;
  }
  .p_schedule .schedule .scheduleBot h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22.46377vw;
    height: 0.72464vw;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    display: block;
  }
  .p_schedule .schedule .scheduleBot_main > dl {
    margin-bottom: 6.03865vw;
  }
  .p_schedule .schedule .scheduleBot_main > dl > dt {
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 4.83092vw;
  }
  .p_schedule .schedule .scheduleBot_main > dl > dd {
    padding: 3.62319vw;
    background: #f8f8f8;
  }
  .p_schedule .schedule .scheduleBot_main > dl > dd dl {
    margin-bottom: 2.41546vw;
  }
  .p_schedule .schedule .scheduleBot_main > dl > dd dl dt {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #fff;
    width: 16.66667vw;
    height: 7.97101vw;
    background: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_schedule .schedule .scheduleBot_main > dl > dd dl dd {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    padding-top: 0.96618vw;
  }
  .p_schedule .schedule .scheduleBot_main > dl > dd dl dd a {
    text-decoration: underline;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #2c75eb;
  }
  .p_schedule .schedule .scheduleBot_main > dl > dd dl dd a:hover {
    text-decoration: none;
  }
  .p_member .member {
    padding: 40px 0;
  }
  .p_member .member .memberTop ul {
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .p_member .member .memberTop ul li {
    margin-bottom: 2.89855vw;
  }
  .p_member .member .memberTop ul li a {
    width: 43.71981vw;
    height: 13.52657vw;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 0 6.03865vw;
    position: relative;
  }
  .p_member .member .memberTop ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 6.28019vw;
    height: 6.28019vw;
    background: rgba(255, 255, 255, 0.64) url(../img/member_ar_sp.png) center/contain no-repeat;
    -moz-background-size: 3.38164vw 5.07246vw;
    background-size: 3.38164vw 5.07246vw;
    display: block;
  }
  .p_member .member .memberBot {
    margin-top: 9.66184vw;
  }
  .p_member .member .memberBot.st2 h2 {
    position: relative;
    cursor: pointer;
  }
  .p_member .member .memberBot.st2 h2.is_active::after {
    background-image: url(../img/member/acc_ic_close.svg);
  }
  .p_member .member .memberBot.st2 h2::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 6.03865vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8.45411vw;
    height: 8.45411vw;
    background-image: url(../img/member/ic_plus.svg);
    display: block;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_member .member .memberBot.st2 .form {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_member .member .memberBot h2 {
    font-weight: bold;
    font-size: 5.7971vw;
    letter-spacing: 0.1em;
    padding: 3.62319vw 16.90821vw;
    text-align: center;
    background: #f8f8f8;
  }
  .p_member .member .memberBot .form_inner {
    background: #f8f8f8;
    padding: 3.62319vw;
  }
  .p_member .member .memberBot .form_inner .form_main {
    background-color: #fff;
    padding: 0 3.62319vw 3.62319vw;
  }
  .p_member .member .memberBot .form .btnWr {
    text-align: center;
  }
  .p_member .member .memberBot .form button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #fff;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    width: 37.43961vw;
    height: 11.83575vw;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    margin-top: 15px;
    position: relative;
  }
  .p_member .member .memberBot .form button::before {
    content: '';
    width: 4.83092vw;
    height: 4.83092vw;
    background: url(../img/ic_search.svg) center/contain no-repeat;
    display: block;
    margin-right: 1.20773vw;
  }
  .p_member .member .memberBot .form .list_checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_member .member .memberBot .form .list_checkbox li,
  .p_member .member .memberBot .form .list_checkbox .mwform-checkbox-field {
    display: inline-block;
    margin-right: 3.62319vw;
    margin-bottom: 3.62319vw;
  }
  .p_member .member .memberBot .form .list_checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 3.86473vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
  }
  .p_member .member .memberBot .form .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_member .member .memberBot .form .list_checkbox label span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 4.34783vw;
  }
  .p_member .member .memberBot .form .list_checkbox label span::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 3.38164vw;
    height: 3.38164vw;
    -moz-border-radius: 0.72464vw;
    border-radius: 0.72464vw;
    border: 1px solid #c1c1c1;
  }
  .p_member .member .memberBot .form .list_checkbox label span::after {
    content: '';
    position: absolute;
    top: 1.20773vw;
    left: 0.48309vw;
    display: none;
    width: 3.86473vw;
    height: 2.89855vw;
    background: url(../img/member/ic_check.svg) 0 0 no-repeat;
  }
  .p_member .member .memberBot .form .list_checkbox label input:checked ~ span:after {
    display: block;
  }
  .p_member .member .memberBot .form dl {
    padding-bottom: 3.62319vw;
    border-bottom: 1px solid #e3e3e3;
  }
  .p_member .member .memberBot .form dl dt {
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    color: #0a0a0a;
    margin-bottom: 3.62319vw;
    padding-top: 3.62319vw;
  }
  .p_member .member .memberResult {
    margin-top: 12.07729vw;
  }
  .p_member .member .memberResult h3 {
    font-weight: bold;
    font-size: 7.72947vw;
    letter-spacing: 0.1em;
    color: #000;
    border-bottom: 0.96618vw solid;
    border-image: linear-gradient(to right, #6e5c8e, #537299) 1;
    margin-bottom: 7.24638vw;
  }
  .p_member .member .memberResult ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p_member .member .memberResult ul li {
    width: 43.71981vw;
    margin-bottom: 4.83092vw;
  }
  .p_member .member .memberResult ul li a {
    padding: 2.41546vw;
    background: #f8f8f8;
    display: block;
    position: relative;
  }
  .p_member .member .memberResult ul li a span {
    font-weight: 500;
    font-size: 2.89855vw;
    letter-spacing: 0.05em;
    color: #fff;
    position: absolute;
    right: 4.34783vw;
    bottom: 4.34783vw;
    width: 20.28986vw;
    height: 5.7971vw;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_member .member .memberResult ul li a span::after {
    content: '';
    width: 2.89855vw;
    height: 2.41546vw;
    background: url(../img/member/ic_profile.svg) center/contain no-repeat;
    display: block;
    margin-left: 1.20773vw;
  }
  .p_member .member .memberResult ul li a h4 {
    font-weight: 500;
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 1.20773vw 0 2.41546vw;
  }
  .btn_close_modal {
    position: fixed;
    top: 5.31401vw;
    right: 7.24638vw;
    width: 12.80193vw;
    height: 12.80193vw;
    cursor: pointer;
    z-index: 2001;
    display: none;
  }
  .btn_close_modal.show {
    display: block;
  }
  .boxoverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1900;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.83);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    width: 92.75362vw;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .modal.open {
    visibility: visible;
  }
  .modal.open .m_in {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .modal .wrap_modal {
    max-height: 60vh;
    overflow: auto;
    padding-right: 3.62319vw;
  }
  .modal .wrap_modal .md_l {
    width: 65.21739vw;
    margin: 0 auto 4.83092vw;
  }
  .modal .wrap_modal .md_l figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .modal .wrap_modal .md_l figure figcaption {
    line-height: 1.5;
    padding-top: 3.62319vw;
    text-align: center;
  }
  .modal .wrap_modal .md_l figure figcaption span {
    font-weight: 500;
    font-size: 4.83092vw;
    letter-spacing: 0.05em;
    display: block;
  }
  .modal .wrap_modal .md_l figure figcaption small {
    font-weight: 500;
    font-size: 3.38164vw;
    letter-spacing: 0.05em;
    color: #767676;
  }
  .modal .wrap_modal .md_r {
    padding-left: 3.62319vw;
  }
  .modal .wrap_modal .md_r dl {
    margin-bottom: 3.62319vw;
    text-align: center;
  }
  .modal .wrap_modal .md_r dl dt {
    min-width: 41.54589vw;
    height: 12.31884vw;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal .wrap_modal .md_r dl dd {
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    padding-top: 2.89855vw;
  }
  .modal .m_in {
    background: #fff;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 9.66184vw;
    padding-left: 3.62319vw;
    padding-bottom: 16.90821vw;
    background: #fff;
  }
  .modal .m_in.st2 {
    padding-top: 3.62319vw;
    padding-bottom: 3.62319vw;
  }
  .modal .m_area {
    position: relative;
  }
  .modal .btn_wr {
    position: absolute;
    bottom: -14.49275vw;
    left: -3.62319vw;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 92.75362vw;
    height: 14.49275vw;
    background: #fff;
  }
  .modal .btn_wr a {
    font-size: 3.86473vw;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 9.66184vw;
  }
  .modal .btn_wr a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5.07246vw;
    height: 5.07246vw;
    background: url(../img/member/ic_close.svg) center/contain no-repeat;
    display: block;
  }
  .p_about_us .about_us {
    padding-top: 7.24638vw;
    background: linear-gradient(rgba(110, 93, 142, 0.2), rgba(83, 115, 154, 0.2));
  }
  .p_about_us .about_us .about_usTop figure {
    position: relative;
    z-index: 1;
    width: 83.33333%;
  }
  .p_about_us .about_us .about_usTop figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_about_us .about_us .about_usBot .row {
    margin-top: -18.11594vw;
    padding: 28.98551vw 4.83092vw 10.86957vw;
    background: #fff;
    position: relative;
    width: 96.37681vw;
  }
  .p_about_us .about_us .about_usBot .row::before {
    content: '';
    position: absolute;
    top: 0;
    left: -3.62319vw;
    width: 3.62319vw;
    height: 100%;
    background: #f8f8f8;
    display: block;
  }
  .p_about_us .about_us .about_usBot .row ul li:last-child a {
    border-bottom: 1px solid #d0d0d0;
  }
  .p_about_us .about_us .about_usBot .row ul li a {
    display: block;
    padding: 7.24638vw 7.24638vw 7.24638vw 16.90821vw;
    position: relative;
    border-top: 1px solid #d0d0d0;
  }
  .p_about_us .about_us .about_usBot .row ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 3.62319vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8.9372vw;
    height: 13.04348vw;
    background: url(../img/about_us/ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_about_us .about_us .about_usBot .row ul li a span {
    font-weight: bold;
    font-size: 5.7971vw;
    letter-spacing: 0.1em;
    display: block;
    color: #5f6894;
  }
  .p_about_us .about_us .about_usBot .row ul li a small {
    font-size: 3.38164vw;
    letter-spacing: 0.1em;
  }
  .p_about_us_detail .navLink {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .p_about_us_detail .navLink.st3 ul li.yl a {
    border-color: #d5b925;
    color: #d5b925;
    position: relative;
  }
  .p_about_us_detail .navLink.st3 ul li.yl a:hover {
    background-color: #d5b925;
    color: #fff;
  }
  .p_about_us_detail .navLink.st3 ul li.yl a:hover::after {
    background-image: url(../img/shikokai/ic_blank_hv.svg);
  }
  .p_about_us_detail .navLink.st3 ul li.yl a::after {
    content: '';
    position: absolute;
    right: 0.96618vw;
    bottom: 0.96618vw;
    width: 2.89855vw;
    height: 2.89855vw;
    background-image: url(../img/shikokai/ic_blank.svg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_about_us_detail .navLink.st3 ul li:last-child {
    margin-right: 0;
  }
  /*.p_about_us_detail .navLink.st3 ul li:nth-of-type(3),
  .p_about_us_detail .navLink.st3 ul li:nth-of-type(6) {
    margin-right: 1.69082vw;
  }*/
  .p_about_us_detail .navLink.st3 ul li:nth-of-type(4) {
    margin-right: 0;
  }
  .p_about_us_detail .navLink.st3 ul li:nth-of-type(1) {
    margin-right: 0;
  }
  .p_about_us_detail .navLink.st3 ul:nth-of-type(1) li a {
    width: auto;
  }
  .p_about_us_detail .navLink.st3 ul:nth-of-type(1),
  .p_qa_detail .navLink.st3 ul:nth-of-type(1) {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 10px;
  }
  .p_about_us_detail .navLink.st3 ul:nth-of-type(2) {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .p_qa_detail .navLink.st3 ul:nth-of-type(2) {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .p_about_us_detail .navLink.st3 ul:nth-of-type(2) li a,
  .p_qa_detail .navLink.st3 ul:nth-of-type(2) li a {
    width: auto;
  }
  .p_about_us_detail .navLink.st2 {
    margin-bottom: 9.66184vw;
  }
  .p_about_us_detail .navLink.Bot {
    margin-bottom: 40px;
    padding-top: 0;
  }
  .p_about_us_detail .navLink ul {
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .p_qa_detail .navLink ul {
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  /*.p_about_us_detail .navLink ul li {
    margin-bottom: 1.69082vw;
  }
  .p_about_us_detail .navLink ul li:not(:nth-child(3n)) {
    margin-right: 1.69082vw;
  }*/
  .p_about_us_detail .navLink ul li {
    margin-right: 0;
  }
  .p_about_us_detail .navLink ul li.active a,
  .p_about_us_detail .navLink ul li:hover a,
  .p_qa_detail .navLink ul li.active a,
  .p_qa_detail .navLink ul li:hover a {
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    color: #fff;
    opacity: 1;
  }
  .p_about_us_detail .navLink ul li a,
  .p_qa_detail .navLink ul li a {
    width: auto;
    height: 10.86957vw;
    background: #fff;
    border: 0.48309vw solid #5f6894;
    font-size: 2.89855vw;
    letter-spacing: 0.1em;
    color: #8d7bb3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_about_us_detail .a_ttl {
    margin-bottom: 7.24638vw;
    padding: 2.41546vw 0;
  }
  .p_about_us_detail .a_ttl.fixed {
    position: fixed;
    top: 14.00966vw;
    left: 3.62319vw;
    z-index: 99;
    background-color: #fff;
    width: 100%;
  }
  .p_about_us_detail .a_ttl span {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 10.14493vw;
    letter-spacing: 0.05em;
    color: #5f6894;
    line-height: 1;
  }
  .p_about_us_detail .a_ttl small {
    font-size: 3.86473vw;
    line-height: 1.5;
    display: block;
    letter-spacing: 0.05em;
  }
  .p_about_us_detail .blockFull figure {
    margin-bottom: 4.83092vw;
  }
  .p_about_us_detail .blockFull figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_about_us_detail .block .block_r {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    line-height: 1.625;
  }
  .p_about_us_detail .block .block_r .txt:not(:last-child) {
    margin-bottom: 6.03865vw;
  }
  .p_about_us_detail .contentMain.st2 > div {
    margin-bottom: 9.66184vw;
  }
  .p_about_us_detail .contentMain > div {
    margin-bottom: 30px;
  }
  .p_about_us_detail .tb.st2 .tb_i:not(:last-child) {
    margin-bottom: 10.14493vw;
  }
  .p_about_us_detail .tb.st2 .tb_i dl dt {
    width: 50.72464vw;
    font-weight: 400;
  }
  .p_about_us_detail .tb.st2 .tb_i dl dd {
    width: -webkit-calc(100% - 50.72464vw);
    width: -moz-calc(100% - 50.72464vw);
    width: calc(100% - 50.72464vw);
    font-weight: bold;
  }
  .p_about_us_detail .tb .tb_i h3 {
    background: #000;
    font-weight: 500;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    padding: 3.62319vw;
    margin-bottom: 9.17874vw;
  }
  .p_about_us_detail .tb .tb_i dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    padding: 3.62319vw 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .p_about_us_detail .tb .tb_i dl:first-child {
    padding-top: 0;
  }
  .p_about_us_detail .tb .tb_i dl dt {
    font-weight: bold;
    line-height: 6.28019vw;
    width: 33.81643vw;
  }
  .p_about_us_detail .tb .tb_i dl dd {
    width: -webkit-calc(100% - vw(140));
    width: -moz-calc(100% - vw(140));
    width: calc(100% - vw(140));
  }
  .p_about_us_detail .dlist {
    margin-bottom: 6.76329vw;
  }
  .p_about_us_detail .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.41546vw;
  }
  .p_about_us_detail .dlist dl dt {
    width: 36.23188vw;
    height: 10.38647vw;
    background: #4b2e86;
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p_about_us_detail .dlist dl dd {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    padding-left: 4.83092vw;
    padding-top: 2.41546vw;
    width: -webkit-calc(100% - 36.23188vw);
    width: -moz-calc(100% - 36.23188vw);
    width: calc(100% - 36.23188vw);
  }
  .p_about_us_detail .w_ttl {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 4.34783vw;
    letter-spacing: 0.05em;
    padding: 4.83092vw 14.49275vw;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    position: relative;
    margin-bottom: 7.24638vw;
  }
  .p_about_us_detail .w_ttl::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 3.62319vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8.454vw;
    height: 8.454vw;
    background: url(../img/about_us/ic_plus.svg) center/contain no-repeat;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_about_us_detail .tb2 {
    margin-bottom: 4.83092vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1px;
    margin-left: -15%;
  }
  .p_about_us_detail .tb2.st2 th:nth-of-type(2) {
    width: 38.64734vw;
  }
  .p_about_us_detail .tb2.st3 tr td {
    text-align: center;
  }
  .p_about_us_detail .tb2.st3 tr:nth-child(even) td {
    background: #f4f4f4;
  }
  .p_about_us_detail .tb2.st3 th:nth-of-type(1) {
    width: 21.73913vw;
  }
  .p_about_us_detail .tb2.st3 th:nth-of-type(2) {
    width: 41.0628vw;
  }
  .p_about_us_detail .tb2.st3 th:nth-of-type(3) {
    width: 28.98551vw;
  }
  .p_about_us_detail .tb2.st3 th:nth-of-type(4) {
    width: 20.5314vw;
  }
  .p_about_us_detail .tb2.st3 th:nth-of-type(5) {
    width: 21.73913vw;
  }
  .p_about_us_detail .tb2.st4 tr td {
    text-align: center;
  }
  .p_about_us_detail .tb2.st4 tr:nth-child(even) td {
    background: #f4f4f4;
  }
  .p_about_us_detail .tb2.st4 th:nth-of-type(1) {
    width: 21.73913vw;
  }
  .p_about_us_detail .tb2.st4 th:nth-of-type(2) {
    width: 51.93237vw;
  }
  .p_about_us_detail .tb2.st4 th:nth-of-type(3) {
    width: 28.98551vw;
  }
  .p_about_us_detail .tb2.st4 th:nth-of-type(4) {
    width: 20.5314vw;
  }
  .p_about_us_detail .tb2.st4 th:nth-of-type(5) {
    width: 31.40097vw;
  }
  .p_about_us_detail .tb2 table {
    width: 181.88406vw;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .p_about_us_detail .tb2 table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    background-color: #fff;
  }
  .p_about_us_detail .tb2 table tbody tr td {
    padding: 4.34783vw;
    vertical-align: middle;
  }
  .p_about_us_detail .tb2 table tbody tr td:not(:last-child) {
    border-right: 1px solid #e5e5e5;
  }
  .p_about_us_detail .tb2 table tbody tr td.gray {
    background: #f4f4f4;
  }
  .p_about_us_detail .tb2 table tbody tr td.violet {
    background: #f8f8f8;
    border-bottom: 1px solid #fff;
    border-right-color: #f8f8f8;
  }
  .p_about_us_detail .tb2 th {
    font-weight: bold;
    font-size: 3.38164vw;
    letter-spacing: 0.1em;
    color: #fff;
    background: #242424;
    padding: 2.41546vw;
  }
  .p_about_us_detail .tb2 th:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .p_about_us_detail .winner .block_r dl:not(:last-child) {
    margin-bottom: 12.07729vw;
  }
  .p_about_us_detail .winner .it_child {
    margin-bottom: 3.62319vw;
  }
  .p_about_us_detail .winner .it_child h3 {
    font-weight: bold;
    font-size: 4.83092vw;
    letter-spacing: 0.1em;
    border-left: 1.20773vw solid #5f6894;
    padding-left: 4.83092vw;
    margin-bottom: 6.03865vw;
  }
  .p_about_us_detail .list01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 2.41546vw;
    margin-bottom: 4.83092vw;
  }
  .p_about_us_detail .list01 li {
    width: 42.51208vw;
  }
  .p_about_us_detail .list01 li a {
    width: 42.51208vw;
    height: 9.17874vw;
    -moz-border-radius: 4.58937vw;
    border-radius: 4.58937vw;
    background: #f4f4f4;
    border: 1px solid #ccc;
    font-size: 3.38164vw;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.657vw;
  }
  .p_about_us_detail .history {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p_about_us_detail .history li {
    width: 45.41063vw;
    margin-bottom: 2.41546vw;
    position: relative;
    position: relative;
  }
  .p_about_us_detail .history li::after {
    content: '';
    position: absolute;
    right: 0.72464vw;
    bottom: 0.72464vw;
    width: 5.07246vw;
    height: 4.10628vw;
    background: url(../img/about_us/ic_modal.svg) center/contain no-repeat;
    display: block;
  }
  .p_about_us_detail .history li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 3.38164vw;
    line-height: 1.42857;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    background: rgba(40, 25, 72, 0.56);
  }
  .p_about_us_detail .tbFull {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1px;
  }
  .p_about_us_detail .tbFull.st3 table {
    width: 181.15942vw;
  }
  .p_about_us_detail .tbFull.st3 table th:nth-of-type(1) {
    width: 60.38647vw;
  }
  .p_about_us_detail .tbFull.st3 table th:nth-of-type(2) {
    width: 45.89372vw;
  }
  .p_about_us_detail .tbFull.st2 table {
    width: 181.15942vw;
  }
  .p_about_us_detail .tbFull.st2 tr:nth-child(even) td {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .p_about_us_detail .tbFull.st2 th:nth-of-type(1) {
    width: 212px;
    text-align: center;
  }
  .p_about_us_detail .tbFull.st2 th:nth-of-type(2) {
    width: 300px;
    text-align: center;
  }
  .p_about_us_detail .tbFull.st2 th:nth-of-type(3) {
    text-align: center;
  }
  .p_about_us_detail .tbFull table {
    width: 241.54589vw;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .p_about_us_detail .tbFull table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .p_about_us_detail .tbFull table tr td {
    padding: 4.34783vw;
    vertical-align: middle;
    text-align: center;
  }
  .p_about_us_detail .tbFull table tr td.c_vio {
    font-weight: bold;
    font-size: 3.38164vw;
    letter-spacing: 0.1em;
    color: #4b2e86;
  }
  .p_about_us_detail .tbFull table tr td:not(:last-child) {
    border-right: 1px solid #e5e5e5;
  }
  .p_about_us_detail .tbFull table tr:nth-child(even) td {
    background: #f4f4f4;
  }
  .p_about_us_detail .tbFull table th {
    font-weight: bold;
    font-size: 3.38164vw;
    letter-spacing: 0.1em;
    color: #fff;
    background: #242424;
    padding: 2.41546vw;
  }
  .p_about_us_detail .tbFull table th:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .p_about_us_detail .tbFull table th:nth-of-type(1) {
    width: 48.30918vw;
  }
  .p_about_us_detail .tbFull table th:nth-of-type(2) {
    width: 67.63285vw;
  }
  .p_about_us_detail .tbFull table th:nth-of-type(3) {
    width: 64.00966vw;
  }
  .p_about_us_detail .dlist02 dl {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    margin-bottom: 6.03865vw;
  }
  .p_about_us_detail .dlist02 dl dt {
    font-weight: bold;
    margin-bottom: 4.83092vw;
  }
  .p_about_us_detail .fig {
    margin-bottom: 8.45411vw;
  }
  .p_about_us_detail .fig figcaption {
    line-height: 1.5;
    font-size: 2.89855vw;
    letter-spacing: 0.1em;
    margin-top: 2.41546vw;
  }
  .p_about_us_detail .listLink {
    margin-bottom: 12.07729vw;
  }
  .p_about_us_detail .listLink li {
    margin-bottom: 2.41546vw;
  }
  .p_about_us_detail .listLink li a {
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    font-weight: bold;
    font-size: 4.34783vw;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
  }
  .p_about_us_detail .listLink li a::after {
    content: '';
    position: absolute;
    right: 1.20773vw;
    bottom: 1.20773vw;
    width: 5.07246vw;
    height: 4.10628vw;
    background: url(../img/about_us/ic_modal.svg) center/contain no-repeat;
    display: block;
  }
  .md_history h3 {
    padding: 6.03865vw;
    font-size: 5.7971vw;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
  }
  .md_history h4 {
    font-size: 5.7971vw;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 3.62319vw 0 6.03865vw;
  }
  .md_history .dlist dl {
    padding: 3.62319vw 0;
  }
  .md_history .dlist dl:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .md_history .dlist dl dt {
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    margin-bottom: 3.62319vw;
  }
  .md_history .dlist dl dd {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    line-height: 1.625;
  }
  .md_history .dlist dl dd .txt:not(:last-child) {
    margin-bottom: 4.83092vw;
  }
  .md_history .dlist dl dd .boxbd {
    border: 1px solid #000;
    padding: 3.62319vw;
    margin-top: 3.62319vw;
  }
  .mdtb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1px;
  }
  .mdtb table {
    width: 227.77778vw;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .mdtb table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .mdtb table tr td {
    padding: 4.34783vw;
    vertical-align: middle;
    text-align: center;
  }
  .mdtb table tr td.c_vio {
    font-weight: bold;
    font-size: 3.38164vw;
    letter-spacing: 0.1em;
    color: #4b2e86;
  }
  .mdtb table tr td:not(:last-child) {
    border-right: 1px solid #e5e5e5;
  }
  .mdtb table tr:nth-child(even) td {
    background: #f4f4f4;
  }
  .mdtb table th {
    font-weight: bold;
    font-size: 3.38164vw;
    letter-spacing: 0.1em;
    color: #fff;
    background: #242424;
    padding: 2.41546vw;
  }
  .mdtb table th:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .mdtb table th:nth-of-type(1) {
    width: 22.94686vw;
  }
  .mdtb table th:nth-of-type(2) {
    width: 50.72464vw;
  }
  .mdtb table th:nth-of-type(3) {
    width: 108.69565vw;
  }
  .shikokai .fig2 {
    position: relative;
    height: 31.15942vw;
    margin: 0 -3.62319vw;
  }
  .shikokai .fig2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .shikokai .fig2 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 25, 72, 0.56);
    font-weight: bold;
    font-size: 5.7971vw;
    letter-spacing: 0.1em;
    color: #fff;
    line-height: 1.5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shikokai .txt2 {
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    line-height: 2.5;
    text-align: center;
    margin: 9.66184vw 0;
  }
  .shikokai .s_dlist {
    margin-bottom: 13.28502vw;
  }
  .shikokai .s_dlist dl {
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
  }
  .shikokai .s_dlist dl dt {
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    padding: 8.45411vw;
  }
  .shikokai .s_dlist dl dd {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 8.45411vw 9.66184vw 16.90821vw;
    position: relative;
    background: #f8f8f8;
  }
  .shikokai .s_dlist dl dd time {
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    margin-right: 9.66184vw;
    display: block;
    margin-bottom: 4.83092vw;
  }
  .shikokai .s_dlist dl dd a {
    font-size: 3.38164vw;
    letter-spacing: 0.1em;
    position: absolute;
    right: 5.55556vw;
    bottom: 5.55556vw;
  }
  .shikokai .shikokai_main .it {
    margin-bottom: 40px;
  }
  .shikokai .shikokai_main .it h3 {
    font-weight: bold;
    font-size: 5.7971vw;
    letter-spacing: 0.1em;
    color: #000;
    padding-bottom: 3.62319vw;
    margin-bottom: 4.83092vw;
    border-bottom: 0.96618vw solid;
    border-image: linear-gradient(to right, #6e5c8e, #537299) 1;
    text-align: center;
  }
  .shikokai .shikokai_main .it .txt {
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    line-height: 1.625;
  }
  .shikokai .shikokai_main .it .txt:not(:last-child) {
    margin-bottom: 4.83092vw;
  }
  .topic_it {
    margin-bottom: 10.86957vw;
  }
  .topic_it dl dt {
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 3.62319vw 4.83092vw;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    margin-bottom: 3.62319vw;
  }
  .fr {
    margin-bottom: 6.03865vw;
  }
  .tbTime {
    display: block;
    font-size: 3.38164vw;
    letter-spacing: 0.1em;
    margin-bottom: 4.34783vw;
  }
}

@media screen and (min-width: 769px), print {
  .p_about_us_detail .block .block_r .accordionCt {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_about_us_detail .js_accordion {
    cursor: pointer;
  }
  .p_about_us_detail .js_accordion.is_active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .ttlHistory {
    font-size: 2.4rem;
    line-height: 26px;
    font-weight: 700;
    color: #5f6894;
    margin-bottom: 24px;
    letter-spacing: 0.1em;
  }
  .titleNews {
    font-size: 3.2rem;
    line-height: 40px;
    font-weight: 700;
    color: #5f6894;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }
  .titleNews::after {
    position: absolute;
    content: '';
    width: 93px;
    height: 3px;
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .timeNews {
    text-align: center;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #000000;
  }
  .contentNews {
    margin-top: 47px;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.1em;
    color: #000000;
  }
  .contentNews p {
    margin-bottom: 34px;
  }
  .contentNews h2 {
    font-size: 1.8rem;
    line-height: 26px;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #5f6894;
    position: relative;
    padding: 0 0 12px 14px;
    border-left: 3px solid #5f6894;
    margin-bottom: 18px;
  }
  .contentNews h2::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #5f6894 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 2px;
    background-repeat: repeat-x;
    left: 0;
    bottom: 0;
  }
  .contentNews h2.hasBg {
    font-size: 2rem;
    color: #fff;
    padding: 16px 14px;
    background: #8d7bb3;
    border-left: 0;
  }
  .contentNews h2.hasBg:after {
    display: none;
  }
  .contentNews h3 {
    font-size: 1.6rem;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #8d7bb3;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 0 27px;
  }
  .contentNews h3::before {
    position: absolute;
    content: '●';
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 700;
    color: #8d7bb3;
    top: 0;
    left: 0;
  }
  .btnNews {
    margin-top: 65px;
    margin-bottom: 85px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
  }
  .btnNews a {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 291px;
    height: 60px;
    border-radius: 37px;
    border: 2px solid #5f6894;
    font-size: 1.6rem;
    font-weight: 700;
    color: #5f6894;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  .p_about_us_detail .block .block_r .accordionCt {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_about_us_detail .js_accordion {
    cursor: pointer;
  }
  .p_about_us_detail .js_accordion.is_active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .ttlHistory {
    font-size: 5.797vw;
    line-height: 6.28vw;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #5f6894;
    margin-bottom: 5.797vw;
  }
  .titleNews {
    font-size: 7.729vw;
    line-height: 9.66vw;
    font-weight: 700;
    color: #8d7bb3;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 3.623vw 0;
    margin-bottom: 3.623vw;
    letter-spacing: 0.1em;
  }
  .titleNews::after {
    position: absolute;
    content: '';
    width: 22.46vw;
    height: 0.72vw;
    background: #8d7bb3;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .timeNews {
    text-align: center;
    font-size: 3.38vw;
    line-height: 4.83vw;
    letter-spacing: 0.1em;
    color: #000000;
  }
  .contentNews {
    margin-top: 11.35vw;
    font-size: 3.38vw;
    line-height: 6.76vw;
    letter-spacing: 0.1em;
    color: #000000;
  }
  .contentNews p {
    margin-bottom: 8.21vw;
  }
  .contentNews h2 {
    font-size: 4.34vw;
    line-height: 6.28vw;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #8d7bb3;
    position: relative;
    padding: 0 0 2.89vw 3.38vw;
    border-left: 3px solid #5f6894;
    margin-bottom: 4.34vw;
  }
  .contentNews h2::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #8d7bb3 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 2px;
    background-repeat: repeat-x;
    left: 0;
    bottom: 0;
  }
  .contentNews h2.hasBg {
    font-size: 4.8309vw;
    color: #fff;
    padding: 3.864vw 3.381vw;
    background: #8d7bb3;
    border-left: 0;
  }
  .contentNews h2.hasBg:after {
    display: none;
  }
  .contentNews h3 {
    font-size: 3.864vw;
    line-height: 6.28vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #8d7bb3;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 0 6.52vw;
  }
  .contentNews h3::before {
    position: absolute;
    content: '●';
    font-size: 4.347vw;
    line-height: 6.28vw;
    font-weight: 700;
    color: #8d7bb3;
    top: 0;
    left: 0;
  }
  .btnNews {
    margin-top: 15.7vw;
    margin-bottom: 20.53vw;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
  }
  .btnNews a {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 70.289vw;
    height: 14.492vw;
    border-radius: 8.93vw;
    border: 2px solid #5f6894;
    font-size: 3.86vw;
    font-weight: 700;
    color: #8d7bb3;
    letter-spacing: 0.1em;
  }
  .footer_donate {
    /*display: -webkit-flex;
    display: -ms-flex;
    display: flex;*/
    display: block;
    justify-content: center;
    margin: 0 0 7.48vw;
  }
  .footer_donate div {
    margin-bottom: 10px;
  }
  .footer_donate a {
    width: 100%;
    display: block;
  }
  .footer_donate a figure {
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  .footer_donate a figure img {
    width: 100%;
  }
  .footer_donate a figure::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(40, 25, 72, 0.62);
  }
  .footer_donate a figure figcaption {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    /*font-size: 3.86vw;*/
    font-size: 2.86vw;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    z-index: 2;
  }
}
.tar {
  text-align: right;
}

.footer_donate div {
  margin-left: 10px;
}

.member-imgobject {
  object-fit: cover;
  width: 206px;
  height: 260px;
}

@media screen and (max-width: 768px) {
  .member-imgobject {
    object-fit: cover;
    width: 143px;
    height: 181px;
  }
}

/* add 20102022 */
@media screen and (min-width: 769px), print {
  .p_about_us_detail .navLink.st3 ul li.yl a::after {
    display: none;
  }
  .p_about_us_detail .navLink.st3 ul li.yl.active a {
    background-color: #d5b925;
    color: #fff;
  }
  .memberLogin {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
  .memberLogin__title {
    text-align: center;
  }
  .memberLogin__title h3 {
    font-size: 3.2rem;
    line-height: 47px;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #000;
  }
  .memberLogin__title p {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #000;
    margin-top: 10px;
  }
  .memberLogin__form {
    margin-top: 25px;
  }
  .memberLogin__form dl + dl {
    margin-top: 18px;
  }
  .memberLogin__form dl dt {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .memberLogin__form dl dd {
    margin-top: 6px;
  }
  .memberLogin__form dl dd input {
    width: 100%;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f4f4f4;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
    outline: none;
    height: 53px;
    border: 0;
    padding: 5px 10px;
  }
  .memberLogin__form button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 302px;
    height: 69px;
    margin: 36px auto 0;
    outline: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    border-radius: 40px;
  }
  .memberLogin__form button::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 20px;
    background: url('../img/shikokai/icArrow.svg') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
  }
  .memberDetail__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .memberDetail__btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #d5b925;
    color: #fff;
    font-size: 1.8rem;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0.1em;
    width: 430px;
    height: 69px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .memberDetail__btn a::before {
    position: absolute;
    content: '';
    width: 11px;
    height: 27px;
    background: url('../img/shikokai/icArrow.svg') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 17px;
  }
  .memberDetail__content {
    margin-bottom: 20px;
    margin-top: 44px;
  }
  .memberDetail__content > dl dt {
    background: #8d7bb3;
    color: #fff;
    font-size: 1.8rem;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 15px 27px;
  }
  .memberDetail__content > dl dd {
    padding: 15px 27px;
  }
  .memberDetail__content > dl dd .content {
    font-size: 1.6rem;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #000000;
  }
  .memberDetail__content > dl dd .content p {
    font-size: 1.6rem;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #000000;
    margin-bottom: 27px;
  }
  .memberDetail__content > dl dd .content a {
    color: #0076ff;
    text-decoration: underline;
  }
  .memberDetail__content > dl dd .content img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
  }
  .memberDetail__content > dl dd .content img.aligncenter {
    margin: auto;
  }
  .memberDetail__content > dl dd .content img.alignleft {
    margin-right: auto;
  }
  .memberDetail__content > dl dd .content img.alignright {
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .p_about_us_detail .navLink.st3 ul li.yl a::after {
    display: none;
  }
  .p_about_us_detail .navLink.st3 ul li.yl.active a {
    background: #d5b925;
    color: #fff;
    opacity: 1;
  }
  .p_about_us .row small,
  .p_about_us .row span {
    font-family: 'Chakra Petch', sans-serif;
  }
  .memberLogin {
    max-width: 92.75362vw;
    margin-left: auto;
    margin-right: auto;
  }
  .memberLogin__title {
    text-align: center;
  }
  .memberLogin__title h3 {
    font-size: 7.72947vw;
    line-height: 11.35266vw;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #000;
  }
  .memberLogin__title p {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #000;
    margin-top: 2.41546vw;
  }
  .memberLogin__form {
    margin-top: 7.72947vw;
  }
  .memberLogin__form dl + dl {
    margin-top: 4.34783vw;
  }
  .memberLogin__form dl dt {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .memberLogin__form dl dd {
    margin-top: 1.44928vw;
  }
  .memberLogin__form dl dd input {
    width: 100%;
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    background: #f4f4f4;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
    outline: none;
    height: 53px;
    border: 0;
    padding: 1.20773vw 2.41546vw;
  }
  .memberLogin__form button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 72.94686vw;
    height: 16.66667vw;
    margin: 8.69565vw auto 0;
    outline: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    color: #fff;
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
    border-radius: 40px;
  }
  .memberLogin__form button::after {
    position: absolute;
    content: '';
    width: 2vw;
    height: 6vw;
    background: url('../img/shikokai/icArrow.svg') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6vw;
  }
  .memberDetail__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .memberDetail__btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #d5b925;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 6.52174vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    width: 100%;
    height: 16.66667vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .memberDetail__btn a::before {
    position: absolute;
    content: '';
    width: 2.657vw;
    height: 6.52174vw;
    background: url('../img/shikokai/icArrow.svg') 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4.10628vw;
  }
  .memberDetail__content {
    margin-bottom: 12.07729vw;
    margin-top: 8.45411vw;
  }
  .memberDetail__content > dl dt {
    background: #8d7bb3;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 6.52174vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 3.62319vw 0vw 3.62319vw 6.03865vw;
  }
  .memberDetail__content > dl dd {
    padding: 3.62319vw 0;
  }
  .memberDetail__content > dl dd .content {
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #000000;
  }
  .memberDetail__content > dl dd .content p {
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #000000;
    margin-bottom: 6.28019vw;
  }
  .memberDetail__content > dl dd .content a {
    color: #0076ff;
    text-decoration: underline;
  }
  .memberDetail__content > dl dd .content img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
  }
  .memberDetail__content > dl dd .content img.aligncenter {
    margin: auto;
  }
  .memberDetail__content > dl dd .content img.alignleft {
    margin-right: auto;
  }
  .memberDetail__content > dl dd .content img.alignright {
    margin-left: auto;
  }
}
