@charset "utf-8";
html {
	scroll-behavior: smooth;
	line-height: 1.8;
}
    .mf_finder_container {
        height: auto;
    }

header.pc {
    position: relative;
    height: auto;
}

header.pc .logo {
	float: left;
    margin-top: 20px;
    transition: .5s;
    margin-left: 24px;
    margin-bottom: 10px;
}

header.tab.sp .logo {
    text-align: center;
    background: #fff;
}

header.pc nav {
    margin-top: 15px;
    margin-bottom: 10px;
}

.contentsArea {
    min-width: initial;
}

.contentsArea.intro {
        margin-top: 0;
    }

    .firstView_area {
        max-width: 1260px;
        width: 100%;
        margin: 0 auto;
    }

    .main_vr {
        border-top: unset;
        padding-top: 0;
    }


.MainWidth {
	max-width: 1200px;
	margin: 0 auto;

}

h1 {
    line-height: 1.2;
    font-size: 50px;
    margin-left: calc(-49vw + 50%);
        margin-right: calc(-49vw + 50%);
        border-top: 1px solid #b0c4de;
}

h1 br {
    display: block;
}

.main_vr h1 .dear_title {
    font-size: 25px;
    font-weight: normal;
}

.main_vr h1 .sud_title {
    font-size: 38px;
}

.main_vr p {
    text-align: center;
    font-size: 25px;
}

#pageLp .secFee {
    min-width: initial;
}




#pageLp .secFee .toggleArea {
    border-radius: 20px;
    border: solid 2px #036eb7;
    padding: 40px 30px !important;
    width: 640px !important;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    position: relative;
}

#pageLp .secFee .js-toggle-button button {
    display: block;
    font-size: 25px;
    color: #fff;
    text-align: center;
    border: 1px solid #036eb7;
    background: #036eb7;
    border-radius: 15px;
    padding: 10px 0;
    cursor: pointer;
    width: 100%;
    transition: .5s;
    line-height: 1.3;
}

#pageLp.intro .secFee .button {
    width: 100% !important;
}

.design {
    max-width: 700px;
    width: 100%;
}

.design button span {
    font-size: 15px;
}

#pageLp .secFee .toggleArea .close-button {
    display: block;
    cursor: pointer;
    transition: .5s;
    color: #036eb7;
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(/home/member/img/ic_close.png);
    background-repeat: no-repeat;
    text-indent: -100vw;
    overflow: hidden;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}

.regist-step1 h2,
.regist-step2 h2 {
    background-color: #f1f7fb;
    color: #000000;
}

#pageLp .secFee #overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.6) !important;
    z-index: 99999 !important;
    max-width: initial !important;
}

.contents_sec {
    margin-top: 30px;
}

.contents_box {
    max-width: 900px;
    margin: 0 auto;
}

.contents_box h2 {
    width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  font-size: 32px;
}

.contents_inner {
    margin: 30px auto 30px;
    box-shadow: 0 0 5px 3px #dcdcdc;
    border-radius: 10px;
    padding: 30px 40px;
    line-height: 1.5;
}

h3 a {
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;

}

h3 a:hover {
    text-decoration: unset;
}

.contents_info {
    font-size: 21px;
}

.contents_info_detail {
    margin-bottom: 15px;
}

.contents_img {
    max-width: 600px;
    width: 100%;
    margin: 15px auto 10px;
}
.contents_img a img {
    width: 100%;
    height: auto;
}

.contents_img a {
    transition: .5s;
}

.contents_img a:hover {
    opacity: .7;
}

.contents_info_overview {
    font-size: 18px;
    margin: 15px 0;
}

.contents_info ul {
    font-size: 20px;
    line-height: 1.7;
}

#pageLp .secFee .js-toggle-button {
    max-width: 700px;
    width: 100% !important;
    margin: 0 auto 25px !important;
}

.registration {
    margin-top: 5px;
    margin-bottom: 20px;
}

.js-toggle-button button {
    display: block;
    font-size: 25px;
    color: #fff;
    text-align: center;
    border: 1px solid #036eb7;
    background: #036eb7;
    border-radius: 15px;
    padding: 10px 0;
    cursor: pointer;
    width: 100%;
    transition: .5s;
    line-height: 1.3;
}

.free-contents {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
}

.contents_inner p {
    font-size: 20px;
}

.article-columns {
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -20px;
    }

    .article-column {
        box-sizing: border-box;
        margin-top: 20px;
        padding: 0 5px 0 20px;
        width: 50%;
    }

    .article-column-image {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 20px;
    max-width: 100px;
    width: 100%;
}

.article-column-inner {
    border-bottom: 1px solid #d6d6d6;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    padding-bottom: 20px;
}

.article-column:last-child .article-column-inner, .article-column:nth-last-child(2):not(:nth-child(even)) .article-column-inner {
        border-bottom: none;
        padding-bottom: 0;
    }
.article-column-title a {
    font-size: 15px;
    transition: .5s;
}

.article-column-title a:hover {
    text-decoration: underline;
}

.article-column-image a {
    transition: .5s;
}

.article-column-image a:hover {
    opacity: .7;
}

.contents_inner .service-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.contents_inner .service-read {
    text-align: center;
    font-size: 22px;
}

.service-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.service-column {
    text-align: center;
    font-size: 17px;
    background-color: #ffefd5;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
    line-height: 1.5;
}

.service-column span {
    font-size: 23px;
    font-weight: bold;
    color: red;
    padding-bottom: 5px;
    display: inline-block;
}

.service-link {
    text-align: center;
    margin-top: 25px;
}

.service-link a {
    display: inline-block;
    background-color: #ffa500;
    width: 300px;
    text-align: center;
    padding: 10px 0;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #ffa500;
    transition: .5s;
}

.service-link a:hover {
    background-color: #fff;
    color: #ffa500;
}

.contents_sec br {
    display: block;
}


    footer {
        min-width: initial;
        margin-top: 30px;
    }

/*--980px以下--*/
@media screen and (max-width: 980px) {
    .mf_finder_container {
        height: 100px;
    }

    header.tab.sp .logo {
        height: 85px !important;
        border-top:unset;
        z-index: 100;
        position: relative;
        padding-top: 16px;
        padding-bottom: 10px;
        align-content: center;
    }

    header.tab.sp .logo img {
        width: 218px;
    }

    .main_vr {
        border-top: 1px solid #b0c4de;;
        padding-top: 17px;
    }

    .contents_sec {
        padding-bottom: 0;
    }

    .contents_box {
        max-width: 700px;
    }

    .contents_img {
        max-width: 500px;
    }

    .js-toggle-button {
        max-width: 700px;
    width: 100% !important;
    margin: 0 auto 25px !important;
    }

    .article-column {
        width: 100%;
    }

    .article-column-image {
        max-width: 100px;
        width: auto;
    }

    .article-column-title a {
        font-size: 16px;
    }

    .article-column-image a img {
        max-width: 100%;
        width: 100%;
    }

    .service-column {
        max-width: 500px;
        width: 100%;
        margin-top: 10px;
    }

    .service-link a {
        max-width: 500px;
        width: 100%;
        padding: 15px 0;
    }

    #pageLp .secFee .button:first-child {
        max-width: 500px;
        width: 100%;
    }

    #pageLp .secFee .toggleArea .button {
        max-width: 500px;
        width: 100%;
    }
}
/*--640px以下--*/
@media screen and (max-width: 640px) {
    header.tab.sp {
            height: 115px !important;
        }

    .category-list li a {
        display: block;
        text-decoration: none;
        font-size: 0.9em;
        color: #1976d2 !important;
        transition: all 0.2s;
        padding: 0;
        background: unset;
        border: unset;
    }

    .firstView_area {
        max-width: 95%;
    }

    h1 {
        font-size: 40px;
    }

    h3 {
        line-height: 1.2;
    }

    .txt_center {
        text-align: center !important;
    }

    .main_vr h1 .dear_title {
        font-size: 21px;
    }

    .main_vr h1 .sud_title {
        font-size: 28px;
    }

    .main_vr p {
        font-size: 21px;
    }

    #pageLp .secFee .js-toggle-button button {
        font-size: 21px;
        line-height: 1.2;
    }


    #pageLp.intro .secFee .toggleArea {
        max-width: 80%;
        width: 100%;
    }

    .regist-step1 h2, .regist-step2 h2 {
    background-color: #f1f7fb;
    }

    .smnr_sec {
        margin-top: 5px;
    }

    .contents_box h2 {
        font-size: 26px;
        line-height: 1.3;
        padding: 15px 20px 20px;
        text-align: left;
        box-sizing: border-box;
    }


    .contents_inner {
        padding: 20px;
        margin-top: 20px;
    }

    .contents_inner p {
        font-size: 17px;
    }

    .contents_info ul {
        font-size: 17px;
    }

    .js-toggle-button button {
        font-size: 21px;
    }

    .free-contents {
        font-size: 20px;
        line-height: 1.3;
    }

    .article-column-title a {
        font-size: 15px;
    }

    .article-column-image {
        margin-right: 15px;
    }

    .contents_inner .service-title {
        font-size: 24px;
    }

    .contents_inner .service-read {
        font-size: 18px;
        text-align: left;
    }

    .service-column span {
        font-size: 21px;
    }
}
