@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: 30px 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: 4vw 5.33333vw 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#pageLp.login.intro>.secEntry1 .button a {
        font-size: 1.4rem;
    }
}
#pageLp .secFee .toggleArea {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 640px) {
    .read .nextOpenLine .nextOpen {
        display: none !important;
    }
}


/* 20251111 */
@media screen and (min-width: 980px) {
    #pageQa .secQa h2#login {
        scroll-margin-top: 160px;
    }
}
@media screen and (max-width: 640px) {
    #pageQa .secQa h2#login {
        scroll-margin-top: 160px;
    }
}
@media screen and (max-width: 979px) {
    #pageLp.intro .secFee > div {
        background: #f1f7fb;
        border-radius: 7px;
        padding: 30px 5.33333vw;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    #pageLp.login .secFee > div {
        margin-bottom: 0px;
    }
    .contentsArea#pageLp.intro>.secFee {
        padding: 1.33333vw 5.33333vw !important;
    }
}
@media screen and (min-width: 980px) {
    .loginHeader {
        height: 80px;
    }
}
.loginHeader header.pc {
    height: 126px;
    min-width: 1300px;
    position: relative;
}
.loginHeader .tab.sp {
    height: 106px !important;
}
@media screen and (max-width: 979px) {
    #pageLp.login {
        margin-top: 100px;
    }
}
@media screen and (max-width: 640px) {
    #pageLp.login {
        margin-top: 27.807vw;
    }
}
#pageLp.login section h1 {
    text-align: center;
    margin-bottom:0px;
    font-size:30px;
}
@media screen and (max-width: 640px) {
    #pageLp.login .toggleArea .secForm  h1 {
      margin-top:10px;
      margin-bottom: 0px!important;
    }
    #pageLp.login section.intro h1 {
        padding-bottom:10px;
    }
}
#pageLp.login .secFee .js-toggle-area-login, #pageLp.login .secFee .js-toggle-area-glogin  {
    display: none;
    box-sizing: border-box;
    overflow-y: auto;
    max-height: calc(100vh - 0px);
}
@media screen and (max-width: 640px) {
    #pageLp.login #breadcrumbs {
        margin-top: 0vw;
    }
    #pageLp.login .secFee .js-toggle-area-login, #pageLp.login .secFee .js-toggle-area-glogin  {
        width:90%
    }
}
#pageLp.login .secFee .js-toggle-button-login button, #pageLp.login .secFee .js-toggle-button-glogin 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.4;
}
#pageLp.login .secFee .js-toggle-button-login button:hover, #pageLp.login .secFee .js-toggle-button-glogin button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #036eb7;
    background: #fff;
}
@media screen and (max-width: 640px) {
    #pageLp.login .secFee .js-toggle-button-login button, #pageLp.login .secFee .js-toggle-button-glogin button {
        font-size: 1.6rem;
        padding: 1.6vw 0;
        margin: 10px 0px;
    }
    .contentsArea#pageLp.login.intro>.secFee {
        padding: 1.33333vw 5.33333vw !important;
    }
}

@media screen and (max-width: 979px) {
    #pageLp.login .loginForm .button:first-child {
        width: 300px;
        line-height: 1.4;
        margin-bottom:10px;
    }
}
@media screen and (max-width: 979px) {
    #pageLp.login.intro .loginForm>div {
        padding: 2vw 5.33333vw;
        background: none;
    }
}
@media screen and (max-width: 640px) {
    #pageLp.login.intro .loginForm>div {
        padding: 2vw 5.33333vw;
        background: none;
        margin-bottom:0px;
    }
}

@media screen and (min-width: 980px) {
    #pageLp.login {
        margin-top: -30px;
    }
    #pageLp.login.intro .loginForm>div {
        width: 1100px;
        background: none;
        border-radius: 7px;
        padding: 10px 0;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .contentsArea.intro#pageLp.login>.loginForm {
        padding: 30px 0 0 0 !important;
    }
    .contentsArea.intro#pageLp.login>.loginForm Form {
        margin: 20px 0 20px 0;
    }
    .contentsArea.intro#pageLp.login>.loginForm h2.line {
        margin-top: 0px;
        font-size: 24px;
        margin-bottom: 26px;
        padding-bottom: 0;
    }
    #pageLp.login.intro>.secFee {
        padding: 10px 0 !important;
    }
    #pageLp.login .secFee h2.line {
        margin-top: 10px;
        font-size: 24px;
        margin-bottom: 30px;
        padding-bottom: 0;
    }
    #pageLp .toggleArea+.price-wrap {
        margin-top: 35px;
    }
}
@media screen and (max-width: 979px) {
    .contentsArea.intro#pageLp.login>.loginForm Form {
        margin: 20px 0 20px 0;
    }
    #pageLp.login .loginForm h2.line {
        margin-bottom: 20px;
    }
}

#pageLp.login #overlay, #pageLp.login #overlay-login, #pageLp.login #overlay-glogin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
}



#pageLp.login .secForm .readS {
  font-size: 14px;
  margin-top: 40px
}
@media screen and (min-width:641px) {
  #pageLp.login .secForm .readS {
    margin:20px 20px;
  }
  #pageLp.login .secForm .reminder {
    margin: 20px 20px;
  }
}
@media screen and (max-width:640px) {
  #pageLp.login .secForm .readS {
    font-size: 1.4rem;
    margin: 4vw 4vw;
  }
  #pageLp.login .secForm .readS strong {
    font-weight: 700
  }
  #pageLp.login .secForm .reminder {
    margin-top: 10px
  }
  #pageLp.login .secForm .reminder {
    margin: 4vw 4vw;
  }
}

#pageLp.login .secForm .formWrap {
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 25px 20px 25px 20px;
  margin-top: 10px
}
@media screen and (min-width: 980px) {
  #pageLp.login .secForm .formWrap {
    margin:20px 20px;
  }
}
@media screen and (max-width:979px) {
  #pageLp.login .secForm .formWrap {
    padding: 40px 60px
  }
  #pageLp.login .secForm .formWrap {
    padding: 2vw 5.33333vw 4vw 5.33333vw;
    margin: 0px 20px;
  }
}


#pageLp.login .secForm dl.form dt {
  width: 180px;
  font-weight: 700;
}

@media screen and (max-width:979px) {
  #pageLp.login .secForm dl.form dt {
    width: auto;
  }
}

#pageLp.login .secForm dl.form dt.password {
  margin-top: 30px;
}
@media screen and (max-width:979px) {
  #pageLp.login .secForm dl.form dt.password {
    margin-top: 20px;
  }
}
@media screen and (max-width:640px) {
  #pageLp.login .secForm dl.form dt.password {
    margin-top: 4vw;
  }
}

#pageLp.login .secForm dl.form dd {
  margin: -1.8em 0 0 180px;
}

@media screen and (max-width:979px) {
  #pageLp.login .secForm dl.form dd {
    margin: 0 0 0 0;
  }
}

@media screen and (max-width:640px) {
  #pageLp.login .secForm dl.form dd {
    margin-top: 0vw;
  }
}

#pageLp.login .secForm dl.form dd .input {
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 7px 15px
}

@media screen and (max-width:640px) {
  #pageLp.login .secForm dl.form dd .input {
    padding: 1.86667vw 4vw;
  }
}

#pageLp.login .secForm dl.form dd .input input[type="input"],
#pageLp.login .secForm dl.form dd .input input[type="password"] {
  width: 100%;
}

#pageLp.login .secForm .errormsg {
  color: #fa5588;
  margin: 20px 20px 0px 20px;
}

@media screen and (max-width:640px) {
  #pageLp.login .secForm .errormsg {
    margin-top: 2.33333vw;
    font-size:1.2rem;
  }
}

#pageLp.login .secForm .button {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width:640px) {
  #pageLp.login .secForm .button {
    margin-top: 8vw;
  }
}

#pageLp.login .secForm .button p {
  display: inline-block;
  font-size: 0;
}

@media screen and (max-width:640px) {
  #pageLp.login .secForm .button p {
    margin-bottom: 5.33333vw;
    display: block;
  }
}

#pageLp.login .secForm .button p input {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 60px;
  margin: 0 10px;
  border-radius: 30px;
  transition: .5s;
}

@media screen and (max-width:640px) {
  #pageLp.login .secForm .button p input {
    width: 100%;
    font-size: 1.6rem;
    padding: 2.66667vw 0;
    margin: 0;
    border-radius: 5.33333vw;
  }
  #pageLp.login .js-toggle-area-login h2, #pageLp.login .js-toggle-area-glogin h2 {
      margin-bottom:3vw!important;
  }
}

#pageLp.login .secForm .button p.submit input {
  border: 1px solid #036eb7;
  background: #036eb7;
  color: #fff;
}

#pageLp.login .secForm .button p.submit input:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

#pageLp.login .secFee .toggleArea {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#pageLp.login  .loginForm .js-toggle-area-login, #pageLp .loginForm .js-toggle-area-glogin {
    padding: 0px 0px;
}


@media screen and (max-width: 640px) {
    #pageLp.login .loginForm.caution {
        font-size: 1.6rem!important;
        margin: 6vw 2.66667vw;
        text-align: center;
        text-indent: 0em;
        margin-left: 0em;
        color: red;
        font-weight: bold;
    }
    #pageLp.login .before-trial, #pageLp.login .after-trial {
        display: none;
        margin: 20px 20px;
    }
}

@media screen and (max-width: 979px) {
    #pageLp.login .secFee .toggleArea .button {
        margin-top: 20px;
        margin-bottom: 4vw;
    }
}
@media screen and (min-width: 641px) {

    #pageLp.login .secFee h3 {
        text-align:left;
        border-left: none;
        padding-left: 0;
        font-size: 20px!important;
        margin-right: 1em;
        color:inherit;
    }
    #pageLp.login .before-trial, #pageLp.login .after-trial {
        display: none;
        margin:30px 30px;
    }
    #pageLp.login .before-trial, #pageLp.login .after-trial p {
        text-align:left!important;    
    }
    #pageLp.login .loginForm .toggleArea .button {
        margin: 20px 20px;
        line-height: 1.4;
    }
    #pageLp.login .loginForm .caution {
        color:red;
        font-weight:bold;
        margin: 20px 0px;
    }
}

#pageLp.login .reminder a.admin-login-button::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    margin-right: .8em;
    transform: rotate(45deg);
}