@media screen and (min-width: 980px) {
    .mf_finder_container {
        height:150px;
    }
    header.pc {
        height: 150px;
        min-width: 1300px;
        position: fixed;
        background: #fff;
        z-index: 1000;
        transform: translateY(0);
        transition: transform 0.001s linear;
        flex-wrap: wrap;
    }
    header.pc h1 {
        margin-bottom: -10px;
    }
    header.pc.hidden {
        transform: translateY(-100%);
    }
    header.pc div.slider {
        width: calc(100vw - 30px);
        box-sizing: border-box;
        margin-left: 20px;
    }

    #category-slider {
        margin-top:10px;
    }
    header.pc nav {
        flex-wrap: wrap;
    }
    header.pc .splide__list li {
        line-height: 1.4;
        margin: 0px 0 0 5px;
    }
    .splide__list li:nth-child(1) {
        font-weight: 100!important;
    }
    .splide__list li:nth-child(2) {
        font-weight: 100!important;
        border-right:0px!important;
        padding-right:0px!important;
    }
    .splide__slide {
        width: auto !important; 
        display: inline-block !important;
    }
    .splide__slide a {
 //       box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        text-align: center;
        font-size: 12px;
        line-height: 2.4;
        color: #101040!important;
        background: #e6e6f6;
        border: 1px solid #e6e6f6;
        border-radius: 5px;
        display: inline-block;
        padding:0px 7px;
    }
    .splide__slide a:hover {
        color: #036eb7!important;
        background: #fff!important;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .splide__list {
        width:calc(100vw - 430px);
        display: flex;
    }
}
@media screen and (max-width: 980px) {
    #category-slider-sp {
        margin-top: -10px;
        z-index: 100;
        background: #fff;
        padding-bottom: 3px;
    }
    header.tab.sp {
        display: block !important;
        height: 150px;
//        height: 36.807vw;
        transform: translateY(0);
        transition: transform 0.001s linear;
        background-color: #fff;
    }
    header.tab.sp h1 {
  //      height: 28.807vw;
    }
    .contentsArea {
        margin-top: 34.807vw;
    }
    .secInformation, .secSeminar {
        margin-top: 35.807vw;
    }
    #before-top-info+.secInformation {
        margin-top: 0vw;
    }
    #before-top-info+.secSeminar {
        margin-top: 0vw;
    }
    .contentsArea.intro {
        margin-top: 40.807vw;
    }
    #navSp ul {
        margin: 36.807vw 5.33333vw 0 5.33333vw;
    }
    .tab.sp.hidden {
        transform: translateY(-100%);
    }
    header.tab.sp {
        position: fixed;
    }
    .splide__slide a {
        margin-left:5px;
 //       box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        text-align: center;
        
        font-size: 12px;
        line-height: 1.8;
        color: #101040!important;
        background: #e6e6f6;
        border: 1px solid #e6e6f6;
        border-radius: 5px;
        display: inline-block;
        height: 22px;
        padding:0px 7px;
    }

    .splide__arrows {
 //       padding-bottom: 7px;
    }
    
    .search-sp-category {
        padding: 1em;
        background: #f9f9f9;
    }
    .search-sp-category .title {
        font-weight: bold;
        margin-bottom: 0.5em;
        font-size: 1.1em;
    }
    .category-list {
        display: flex;
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        gap: 0.1em;
        list-style: none;
        padding: 0;
        margin: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .category-list li a {
        display: block;
//      padding: 0.6em;
//      background: #ffffff;
//      border: 1px solid #ddd;
//      border-radius: 6px;
//      text-align: center;
        text-decoration: none;
        font-size: 0.9em;
//      color: #333;
        color: #1976d2!important;
        transition: all 0.2s;
    }
    .category-list li a:hover {
        background: #e3f2fd;
        border-color: #64b5f6;
        color: #1976d2;
    }
    #searchSp .search-title {
        margin-top: 1rem;
        font-size: 1.1em;
        margin-bottom: 1rem;
        font-weight: bold;
    }
    #searchSp .search-title a {
        color: #1976d2!important;
    }

    #searchSp .searchBox {
        margin: 40.4vw 5.33333vw 0 5.33333vw;
    }
}
@media screen and (max-width:640px) {
    header.tab.sp {
        height: 138px!important;
    }
    #category-slider-sp {
        margin-top: -10px;
        z-index: 100;
        background: #fff;
//        padding-bottom: 6px;
    }
}
.splide__list {
    line-height: 22px;
}
.splide__arrow {
    background-color: #fff !important; /* 背景を白に */
    border-radius: 0%!important;
    display: inline-flex;
    opacity: 1!important;
    height: 27.42px!important;
    width: 3em!important;
}
.splide__arrow--next {
    right: 0!important;
}
.splide__arrow--prev {
    left: 0!important;
}
.splide__track {
//    padding: 0 40px!important;
    box-sizing: border-box;
}


@media screen and (max-width: 979px) {
    #pageLp .secFee a .button {
        width: auto;
        margin-top: 20px!important;
    }
}
#pageLp .secFee a button{
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border: 1px solid #036eb7;
    background: #036eb7;
    border-radius: 40px;
    padding: 12px 0;
    cursor: pointer;
    width: 100%;
    transition: .5s;
    line-height: 1.8;
}
@media screen and (max-width: 640px) {
    #pageLp .secFee a button {
        font-size: 1.6rem;
        padding: 1.6vw 0;
    }
}
.before-trial {
    display:none;
}
.after-trial {
    padding: 0;
    display:none;
}
.after-trial h3 {
    text-align:center;
    color:red;
}
.intro .after-trial h3 {
    text-align:center;
    color:red;
    font-size:16px!important;
    margin: 5px 0 !important;
}
.after-trial p {
    text-align:center!important;
}
#pageLp.intro .price-wrap {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 979px) {
    #pageLp .regist-step1 .price-wrap { 
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        max-width: 700px;
        margin: 30px auto 0 auto;
        justify-content: center;
    }
    .contentsArea#pageLp>.secFee {
            padding: 1.33333vw 0vw !important;
    }
    #pageLp .regist-step1 h2 {
        font-size: 1.6rem!important;
    }
    #pageLp .regist-step1 h3 {
        font-size: 16px;
    }
    #pageLp .regist-step1 p {
        font-size: 1.2rem;
    }
    .contentsArea#pageLp>section.secIntroLink {
        background-color: #fff;
        width: 100%;
        text-align: center;
        padding: 1vw 2.66667vw !important;
        font-size: 1.6rem;
        text-decoration-line: underline;
        text-decoration-color: #036eb7;
    }
    .contentsArea#pageLp>.secMovie {
        padding-bottom: 5.33333vw !important;
    }
    #pageLp .secFee>div {
        padding: 5vw 0vw;
        background:#fff;
        margin-bottom: 25px;
    }
    #pageLp .secFee .button:first-child button {
        font-size: 20px;
        line-height: 1.4;
    }
    #pageLp .secFee .toggleArea .button {
        width: 300px;
        line-height: 1.4;
    }
    #pageLp .secFee .before-trial button, #pageLp .secFee .after-trial button, #pageLp .secFee .go-regist-trial button {
        font-size: 1.2rem!important;
        line-height: 1.4;
    }
    #pageLp .secFee .button:first-child {
        width: 300px;
        line-height: 1.4;
    }
    .contentsArea>section p.sub_text {
        text-align:center;
        font-size:18px;
        line-height: inherit;
    }
    #pageLp .secFee .toggleArea .button {
        margin-top: 30px;
        margin-bottom: 2vw;
    }
    #pageLp .secFee .toggleArea .regist-step1 .button {
        margin-top: 10px;
        margin-bottom: 2vw;
    }
    #pageLp .secFee .toggleArea .regist-step2 .button {
        margin-top: 30px;
        margin-bottom: 2vw;
    }
    #pageLp .secFee .regist-step2 .caution {
        margin-top: 0;
    }
    .after-trial .caution {
        color: red;
        margin-top: 0vw!important;
        font-weight: bold;
        text-align: center;
        font-size:16px!important;
    }
    .contentsArea.intro {
        margin-top: 21.807vw;
    }
}
@media screen and (max-width: 640px) {
    #pageLp .secFee .before-trial button, #pageLp .secFee .after-trial button, #pageLp .secFee .go-regist-trial button {
        font-size: 1.6rem!important;
        line-height: 1.4;
    }

    .after-trial .caution {
        font-size:14px!important;
    }
    .contentsArea.intro {
        margin-top: 40.807vw;
    }
}


@media screen and (min-width: 980px) {
    #pageLp .regist-step1 h2 {
        font-size: 21px!important;
    }
    #pageLp .secFee h2.line {
        margin-bottom: 0px;
    }
    #pageLp .secFee .button {
        margin: 10px auto 0 auto;
        line-height: 1.4;
    }
    #pageLp.intro .secFee .button {
        margin: 10px auto 0 auto;
        line-height: 1.8;
    }
    #pageLp.intro .secFee .before-trial.button {
        line-height: 1.4;
    }
    #pageLp.intro .secFee .after-trial .button {
        line-height: 1.4;
    }
    #pageLp .secFee .before-trial ul {
        width: 100%;
        margin: 10px auto 0 auto;
    }
    #pageLp .regist-step1 .price-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        max-width: 700px;
        margin: 20px auto 0 auto;
        justify-content: center;
    }
    .contentsArea.intro {
        margin-top: 40px;
    }
    .contentsArea#pageLp>section.secIntroLink {
        background-color: #fff;
        width: 100%;
        text-align: center;
        padding: 1vw 2.66667vw !important;
        font-size: 20px;
        text-decoration-line: underline;
        text-decoration-color: #036eb7;
    }
    .contentsArea#pageLp>.secMovie {
        padding-bottom: 1.33333vw !important;
    }
    #pageLp .secFee>div {
        padding: 0vw 5.33333vw;
        background:#fff;
        margin-bottom: 25px;
    }
    #pageLp .secFee .button:first-child button {
        font-size: 20px;
        line-height: 1.4;
    }
    #pageLp .secFee .before-trial button, #pageLp .secFee .after-trial button, #pageLp .secFee .go-regist-trial button {
        font-size: 20px!important;
        line-height: 1.1;
    }
    #pageLp .secFee .after-trial p {
        margin-bottom:0px;
        line-height:1.4;
    }
    #pageLp .secFee .button:first-child {
        width: 640px;
    }
    #pageLp .secFee .regist-step1 .button:first-child {
        width: 660px;
    }
    .contentsArea>section p.sub_text {
        text-align:center;
        font-size:16px;
        line-height:inherit;
    }
    .contentsArea#pageLp>.secFee {
        padding: 30px 0 !important;
    }
    .contentsArea.intro#pageLp>.secFee {
        padding: 60px 0 !important;
    }
    #pageLp .secFee .caution {
        color: red;
        font-size: 16px;
        margin-top: 0px!important;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 1.8;
    }
    #pageLp.intro .secFee .caution {
        color: inherit; 
        font-weight: inherit;
        margin-top: 10px!important;
    }
    #pageLp .secFee .regist-step2 .caution {
        color: inherit;
        font-weight: inherit;
    }
    #pageLp .secFee .regist-step2 .button {
        margin-top: 40px;
    }

    #pageLp .secFee .toggleArea {
        width: 660px;
    }
}

.contentsArea#pageLp-2 {
  background: #358ac5
}
#pageLp .secFee .toggleArea {
    margin-top:0px;
}
@media screen and (max-width:979px) {
  .contentsArea#pageLp-2 {
    margin-top: 0px;
    border-top: 0
  }
  .contentsArea#pageLp-2>section {
    padding: 60px 2% !important
  }
}

@media screen and (max-width:640px) {
  .contentsArea#pageLp-2>section {
    padding: 6vw 2.66667vw !important
  }
   #pageLp .secFee .toggleArea {
        margin-top:0px;
        margin-left: 24px;
        margin-right: 24px;
    }

}

@media screen and (min-width: 980px) {
    #pageLp.intro .secFee>div {
        width: 1100px;
        background: #f1f7fb;
        border-radius: 7px;
        padding: 50px 0;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    #pageLp .secFee h2.line {
        font-size: 24px;
        margin-bottom: 40px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 640px) {
    #pageLp.intro .secAbout h2.line, #pageLp.intro .secPoint h2.line {
        font-size: 2rem;        
        margin-bottom: 6vw !important;
    }
    #pageLp.intro>section.secAbout p, #pageLp.intro .secPoint p {
        font-size: 1.4rem;
        margin-top: 0vw;
    }
    #pageLp.intro .secAbouBox {
        max-width: 700px;
        margin: 0px auto 0;
    }
    .contentsArea#pageLp.intro>.secPoint, .contentsArea#pageLp.intro>.secSample {
        padding: 9vw 5.33333vw 0 5.33333vw !important;
    }
    .contentsArea#pageLp.intro>.secFee {
        padding: 13.33333vw 5.33333vw !important;
    }
    #pageLp.intro .secFee>div {
        padding: 9vw 5.33333vw;
        background: #f1f7fb;
    }
    #pageLp.intro .secFee .toggleArea {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .contentsArea.intro>section .after-trial p, .contentsArea>section .after-trial  dl, .contentsArea>section .after-trial  ul.anchor {
        font-size: 1.6rem;
        line-height: 1.6;
    }
    #pageLp.intro .secFee  .after-tria h3 {
        margin-right: 0;
        font-size: 18px;
    }
}
@media screen and (max-width: 640px) {
  .pc-disp {
      display:none;
  }
}
@media screen and (min-width: 640px) {
  .pc-disp {
      display:inline;
  }
}

.nextOpenLine {
    width:100%;
    text-align:right;
}
#pageDetail .secObject .buttonPrint.pc a.dl {
    display: inline-block;
    font-weight: 500;
    background-image: inherit;
    padding: 10px 35px 12px 35px;
    border: 1px solid #036eb7;
    border-radius: 25px;
    margin-left: 20px;
}
@media screen and (max-width: 640px) {
    #pageDetail .secContentsList {
        margin-top: 8vw;
        padding-bottom: 2vw;
        padding-top: 3vw;
    }
}

#overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.hidden {
  display: none;
}
.toggleArea {
  z-index:100000;
}

@media screen and (max-width: 640px) {
    #pageLp .secFee .toggleArea {
        margin-top: inherit;
        margin-left: inherit;
        margin-right: inherit;
        padding: 40px 8.7vw;
    }
    .contentsArea>.secEntry1 .button a {
        font-size: 1.4rem;
    }
}
#pageLp .secFee .toggleArea {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}