@charset "utf-8";

/*------------------------------------------------------------
  index
------------------------------------------------------------*/
.mainVisual {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.mainVisual h1 {
    margin-right: 9px;
}

.mainVisual h1 img {
    max-width: inherit;
    height: 120px;
}

.mainVisual .inner {
    margin-top: -52px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mainVisual .mark {
    margin: 0 0 11px 27px;
}

.mainVisual .mark img {
    max-width: inherit;
    height: 60px;
}

#main .about {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/*#main .about {
    margin-bottom: 46px;
    padding-bottom: 54px;
    border-bottom: 1px solid #aaa;
}*/
#main .about .headLine01 .en img {
    height: 36px;
}

#main .about .title {
    margin-bottom: 27px;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
}

#main .about .imgBox {
    display: flex;
    justify-content: space-between;
}

#main .about .imgBox .photoBox {
    width: 460px;
    flex: none;
    text-align: right;
}

#main .about .imgBox .photoBox img {
    width: 348px;
}

#main .about .imgBox .textBox {
    margin-top: 23px;
    width: 500px;
    flex: none;
}

#main .program {
    margin-bottom: -9px;
}

#main .program .h2Ttl01 {
    margin-bottom: 16px;
}

#main .program .cTxt {
    margin-bottom: 12px;
    text-align: center;
}

#main .program .tabUl {
    display: flex;
    justify-content: space-between;
}

#main .program .tabUl li {
    width: 50%;
}

#main .program .tabUl li a {
    display: block;
    position: relative;
}

#main .program .tabUl li a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    opacity: 0.8;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    content: "";
}

#main .program .tabUl li.on a:before {
    opacity: 0;
}

@media all and (min-width: 897px) {
    #main .program .tabUl li a:hover:before {
        opacity: 0;
    }
}

#main .program .tabPlane {
    display: none;
}

#main .program .tabPlane .content {
    padding: 30px 0;
    position: relative;
    top: -40px;
    background: #FFF;
}

#main .program .tabPlane .title {
    margin-bottom: 35px;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
}

#main .program .tabPlane .countsUl {
    margin-bottom: 41px;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    background: #F0FAFF;
}

#main .program .tabPlane .countsUl.cor01 {
    background: #E5E5E5;
}

#main .program .tabPlane .countsUl li {
    padding: 0 17px;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    box-sizing: border-box;
}

#main .program .tabPlane .countsUl li:not(:last-child) {
    border-right: 3px solid #FFF;
}

#main .program .tabPlane .countsUl li .num {
    font-family: 'Barlow', sans-serif;
}

#main .program .tabPlane .countsUl li em {
    margin: 0 5px -8px;
    display: inline-block;
    vertical-align: -3px;
    font-size: 6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1;
    font-family: 'Barlow', sans-serif;
}

#main .program .tabPlane .countsUl li small {
    font-size: 4.7rem;
}

#main .program .tabPlane .countsUl li .sm {
    font-size: 2rem;
}

#main .program .tabPlane .h3Ttl01 img {
    height: 21px;
}

#main .program .tabPlane .h3Ttl01 span:before,
#main .program .tabPlane .h3Ttl01 span:after {
    margin-top: -7px;
}

#main .program .tabPlane .imgBox {
    margin-bottom: 63px;
    display: flex;
    justify-content: space-between;
}

#main .program .tabPlane .imgBox .photoBox {
    width: 500px;
    flex: none;
}

#main .program .tabPlane .imgBox .textBox {
    margin-top: 7px;
    width: 500px;
    flex: none;
}

#main .program .tabPlane .imgBox01 {
    margin-bottom: 45px;
}

#main .program .tabPlane .imgBox01 .textBox {
    margin-top: -10px;
}

#main .program .tabPlane .imgBox .textBox p {
    line-height: 1.875;
}

#main .program .tabPlane .imgBox .textBox p .sml {
    font-size: 1.2rem;
}

#main .program .tabPlane .peopleUl {
    margin: -32px 0 82px;
    display: flex;
    justify-content: center;
}

#main .program .tabPlane .peopleUl li {
    margin: 20px 25px 0;
    width: 220px;
    text-align: center;
}

#main .program .tabPlane .peopleUl li a {
    display: block;
}

#main .program .tabPlane .peopleUl li .pho {
    margin-bottom: 17px;
}

#main .program .tabPlane .peopleUl li p {
    font-size: 1.4rem;
    line-height: 1.43;
}

#main .program .tabPlane .studyTable {
    margin: -16px auto 77px;
    width: 900px;
    border-top: 1px solid #CCC;
    border-collapse: collapse;
}

#main .program .tabPlane .studyTable td {
    padding: 3px 10px 2px 5px;
    width: 59%;
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
}

#main .program .tabPlane .studyTable td:first-child {
    padding-left: 109px;
    width: 17%;
}

#main .program .tabPlane .studyTable td:nth-child(2) {
    width: 11%;
}

#main .program .tabPlane .studyTable td:nth-child(3) {
    width: 13%;
}

#main .program .tabPlane .studyTable01 td {
    padding: 5px 10px 5px 5px;
    font-size: 1.4rem;
}

#main .program .tabPlane .studyTable01 td:first-child {
    padding-left: 0;
    width: 4%;
}

#main .program .tabPlane .studyTable01 td:nth-child(2) {
    width: 12%;
}

#main .program .tabPlane .studyTable01 td:nth-child(3) {
    width: 10%;
}

#main .program .tabPlane .studyTable01 td:nth-child(4) {
    padding-right: 0;
}

#main .program .tabPlane .problemInn {
    margin: 0 auto 170px;
    padding: 26px 100px 59px 100px;
    width: 900px;
    position: relative;
    border-radius: 6px;
    background: url(../img/isetan/program_bg03.png) no-repeat center center / 100% 100%;
    box-sizing: border-box;
}

#main .program .tabPlane .problemInn::before {
    width: 528px;
    height: 275px;
    position: absolute;
    left: -68px;
    bottom: -44px;
    background: url(../img/isetan/program_bg01.png) no-repeat center center / 528px auto;
    content: "";
}

#main .program .tabPlane .problemInn::after {
    width: 320px;
    height: 169px;
    position: absolute;
    right: -68px;
    bottom: -44px;
    background: url(../img/isetan/program_bg02.png) no-repeat center center / 320px auto;
    content: "";
}

#main .program .tabPlane .problemInn h3 {
    margin-bottom: 19px;
}

#main .program .tabPlane .problemInn p {
    position: relative;
    line-height: 1.34;
    text-align: justify;
    text-justify: inter-ideograph;
    z-index: 2;
}

#main .program .tabPlane .appBox {
    margin-top: -28px;
    padding: 22px 200px 30px;
    text-align: center;
    background: url(../img/isetan/program_bg04.png) no-repeat left bottom -5px / 192px auto, url(../img/isetan/program_bg05.png) no-repeat right -13px bottom -5px / 215px auto;
    background-color: #FFF500;
}

#main .program .tabPlane .appBox p {
    margin-bottom: 14px;
    font-weight: bold;
    line-height: 1.75;
}

#main .program .tabPlane .appBox .comBtn {
    position: relative;
}

#main .seminar {
    margin-bottom: 34px;
    padding: 61px 0 74px;
    background: url(../img/isetan/seminar_bg01.jpg) no-repeat center center / cover;
}

#main .seminar .subInner {
    margin-top: -3px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#main .seminar .subInner .textInn {
    padding: 29px 48px 45px;
    width: 515px;
    flex: none;
    background: #FFF;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#main .seminar .subInner .textInn .title {
    margin: 0 -28px 22px;
    font-size: 3.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.41;
    text-align: center;
}

#main .seminar .subInner .textInn .time {
    margin-bottom: 13px;
    padding: 19px 0;
    text-align: center;
    background: #F5F5F5;
}

#main .seminar .subInner .textInn .time img {
    width: 339px;
}

#main .seminar .subInner .textInn h3 {
    margin-bottom: 12px;
    text-align: center;
}

#main .seminar .subInner .textInn h3 img {
    max-width: inherit;
    height: 25px;
}

#main .seminar .subInner .textInn p {
    margin-bottom: 46px;
    line-height: 1.3475;
}

#main .seminar .subInner .peoUl {
    margin-right: -50px;
    display: flex;
    text-align: center;
}

#main .seminar .subInner .peoUl li {
    margin: 0 -1px;
    width: 170px;
}

#main .seminar .subInner .peoUl li p {
    font-size: 1.4rem;
    line-height: 1.428;
}

#main .seminar .subInner .peoUl li .name {
    margin: -2px 0 4px;
    font-size: 2.4rem;
}

#main .online {
    margin: -20px auto 35px;
    padding: 18px 0 19px;
    position: relative;
    background-color: #4DDBE6;
}

#main .online:before {
    width: 286px;
    height: 192px;
    position: absolute;
    left: 10px;
    top: -30px;
    background: url(../img/isetan/online_bg01.png) no-repeat center center / 286px auto;
    content: "";
}

#main .online::after {
    width: 380px;
    height: 212px;
    position: absolute;
    right: 12px;
    bottom: -1px;
    background: url(../img/isetan/online_bg02.png) no-repeat center center / 380px auto;
    content: "";
}

#main .online .timeInn {
    margin: 0 auto 5px;
    padding-left: 100px;
    width: 450px;
    position: relative;
    z-index: 1;
}

#main .online .timeInn td {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.1;
    font-family: 'Barlow', sans-serif;
}

#main .online .timeInn td span {
    margin-top: 3px;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#main .online p.sml {
    margin-bottom: 11px;
    font-size: 1.2rem;
    line-height: 1.33;
    text-align: center;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

#main .online .comLink {
    position: relative;
    z-index: 1;
}

#main .online .comLink a {
    padding: 11px 15px;
    min-width: 340px;
    border-radius: 10px;
}

#main .contact {
    padding: 60px 0 67px;
    text-align: center;
    background: #222;
}

#main .contact p {
    color: #FFF;
    font-weight: bold;
    line-height: 1.65;
}

#main .contact p:not(:last-child) {
    margin-bottom: 18px;
}

#main .contact p a {
    color: #FFF;
}

#main .contact .comBtn {
    margin-top: 50px;
}


@media all and (max-width: 896px) {
    .mainVisual {
        margin-bottom: 12px;
    }

    .mainVisual>img {
        width: 100%;
    }

    .mainVisual h1 {
        margin-right: 0;
    }

    .mainVisual h1 img {
        width: 100%;
        height: auto;
    }

    .mainVisual .inner {
        margin-top: -58px;
    }

    .mainVisual .mark {
        margin: 0 0 17px 19px;
    }

    .mainVisual .mark img {
        height: 11.7vw;
    }

    /*#main .about {
        margin-bottom: 46px;
        padding-bottom: 81px;
    }*/
    #main .about .headLine01 .en img {
        height: 25px;
    }

    #main .about .title {
        margin-bottom: 18px;
        font-size: 2rem;
        line-height: 1.65;
    }

    #main .about .imgBox {
        display: block;
    }

    #main .about .imgBox .photoBox {
        margin: 0 auto;
        width: 86%;
        text-align: center;
    }

    #main .about .imgBox .photoBox img {
        width: auto;
    }

    #main .about .imgBox .textBox {
        margin-top: 15px;
        width: auto;
    }

    #main .program {
        margin-bottom: -9px;
    }

    #main .program .h2Ttl01 {
        margin-bottom: 20px;
    }

    #main .program .cTxt {
        margin-bottom: 22px;
        line-height: 1.5;
    }

    #main .program .tabUl {
        margin: -3px -15px 0;
    }

    #main .program .tabUl li {
        flex: 1;
    }

    #main .program .tabUl img {
        width: 100%;
    }

    #main .program .tabPlane .content {
        margin-bottom: -40px;
        padding: 14px 0;
        top: -40px;
    }

    #main .program .tabPlane .photo img {
        width: 100%;
    }

    #main .program .tabPlane .title {
        margin-bottom: 20px;
        font-size: 1.6rem;
        line-height: 1.75;
    }

    #main .program .tabPlane .countsUl {
        margin-bottom: 22px;
        padding: 5px 0 10px;
        flex-wrap: wrap;
    }

    #main .program .tabPlane .countsUl li {
        padding: 5px 0 0;
        width: 40%;
        position: relative;
        font-size: 1.6rem;
        letter-spacing: 0.06em;
        text-align: right;
    }

    #main .program .tabPlane .countsUl li:first-child {
        padding: 0;
        width: 100%;
        font-size: 2.4rem;
        letter-spacing: 0.04em;
        text-align: center;
    }

    #main .program .tabPlane .countsUl li:nth-child(3) {
        width: 60%;
        text-align: left;
    }

    #main .program .tabPlane .countsUl li:nth-child(3)::before {
        content: "/";
    }

    #main .program .tabPlane .countsUl li:first-child:before {
        width: 90%;
        height: 2px;
        position: absolute;
        left: 50%;
        bottom: 1px;
        background: #FFF;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
    }

    #main .program .tabPlane .countsUl li:not(:last-child) {
        border-right: none;
    }

    #main .program .tabPlane .countsUl li .num {
        font-size: 3rem;
    }

    #main .program .tabPlane .countsUl li:not(:first-child) .num {
        font-size: 1.6rem;
    }

    #main .program .tabPlane .countsUl li em {
        margin: 0 3px;
        vertical-align: -2px;
        font-size: 6rem;
        letter-spacing: 0;
        line-height: 1;
    }

    #main .program .tabPlane .countsUl li:not(:first-child) em {
        margin: 0;
        vertical-align: 0;
        font-size: 1.7rem;
    }

    #main .program .tabPlane .countsUl li small {
        font-size: 1.6rem;
    }

    #main .program .tabPlane .countsUl li .sm {
        font-size: 1.6rem;
    }

    #main .program .tabPlane .h3Ttl01 img {
        height: 14px;
    }

    #main .program .tabPlane .h3Ttl01 span:before,
    #main .program .tabPlane .h3Ttl01 span:after {
        margin-top: -9px;
    }

    #main .program .tabPlane .imgBox {
        margin-bottom: 61px;
        display: block;
    }

    #main .program .tabPlane .imgBox01 {
        margin-bottom: 30px;
    }

    #main .program .tabPlane .imgBox .photoBox {
        width: auto;
    }

    #main .program .tabPlane .imgBox .textBox {
        margin-top: 18px;
        width: auto;
    }

    #main .program .tabPlane .imgBox .textBox p {
        line-height: 1.875;
    }

    #main .program .tabPlane .peopleUl {
        margin: -32px -15px 38px;
        display: block;
    }

    #main .program .tabPlane .peopleUl .slick-slide {
        margin: 0 10px;
    }

    #main .program .tabPlane .peopleUl li {
        margin: 20px 0 0;
    }

    #main .program .tabPlane .peopleUl li a {
        display: block;
    }

    #main .program .tabPlane .peopleUl li .pho {
        margin-bottom: 17px;
    }

    #main .program .tabPlane .peopleUl li p {
        font-size: 1.4rem;
        line-height: 1.43;
    }

    #main .program .tabPlane .studyTable {
        margin: -24px auto 40px;
        width: 100%;
        border-collapse: collapse;
        border-top: none;
        border-bottom: 1px solid #CCC;
    }

    #main .program .tabPlane .studyTable tr {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        border-top: 1px solid #CCC;
    }

    #main .program .tabPlane .studyTable td {
        padding: 6px 10px;
        width: auto !important;
        font-size: 1.4rem;
        border-bottom: none;
        box-sizing: border-box;
    }

    #main .program .tabPlane .studyTable td:first-child {
        padding-left: 0;
    }

    #main .program .tabPlane .studyTable td:nth-child(4) {
        padding: 6px 0;
        width: 100% !important;
        font-size: 1.3rem;
        text-align: center;
        border-top: 1px dashed #CCC;
    }

    #main .program .tabPlane .problemInn {
        margin: 0 -15px 48px;
        padding: 24px 15px 90px;
        width: auto;
        border-radius: 0;
        background: #E7F6FD url(../img/isetan/sp_program_bg02.png) no-repeat right -3px top 26px / 73px auto;
    }

    #main .program .tabPlane .problemInn::before {
        width: 453px;
        height: 25px;
        left: auto;
        right: -93px;
        bottom: -10px;
        background: url(../img/isetan/sp_program_bg01.png) no-repeat center center / 453px 25px;
    }

    #main .program .tabPlane .problemInn::after {
        display: none;
    }

    #main .program .tabPlane .problemInn h3 {
        margin-bottom: 32px;
        font-size: 2.4rem;
    }

    #main .program .tabPlane .appBox {
        margin: -29px -15px 0;
        padding: 28px 20px 40px;
        background: #FFF500;
    }

    #main .program .tabPlane .appBox p {
        margin: 0 15px 28px;
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.65;
    }

    #main .program .tabPlane .appBox .comBtn {
        position: static;
        bottom: auto;
    }

    #main .seminar {
        margin-bottom: 32px;
        padding: 40px 5px 0;
        position: relative;
        top: -14px;
        background: url(../img/isetan/sp_seminar_bg01.jpg) no-repeat center top / 100% auto;
    }

    #main .seminar .headLine01 {
        margin-bottom: 177px;
    }

    #main .seminar .subInner {
        margin-top: -3px;
        padding-bottom: 25px;
        display: block;
        background: #FFF;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }

    #main .seminar .subInner .textInn {
        padding: 29px 20px 0;
        width: auto;
        box-shadow: none;
    }

    #main .seminar .subInner .textInn .title {
        margin: 0 -20px 24px;
        font-size: 2.2rem;
        letter-spacing: 0.1em;
        line-height: 1.636;
    }

    #main .seminar .subInner .textInn .time {
        margin-bottom: 20px;
        padding: 12px 0 13px;
        text-align: center;
    }

    #main .seminar .subInner .textInn .time img {
        width: 268px;
    }

    #main .seminar .subInner .textInn h3 {
        margin-bottom: 5px;
    }

    #main .seminar .subInner h3 span {
        min-width: inherit;
    }

    #main .seminar .subInner .textInn h3 img {
        max-width: inherit;
        height: 17px;
    }

    #main .seminar .subInner .textInn h3 span:before,
    #main .seminar .subInner .textInn h3 span:after {
        margin-top: -12px;
    }

    #main .seminar .subInner .textInn p {
        font-size: 1.4rem;
        line-height: 1.3475;
    }

    #main .seminar .subInner .peoUl {
        margin: -40px 0 44px;
        display: block;
    }

    #main .seminar .subInner .peoUl li {
        margin: 0 -1px;
        width: 170px;
    }

    #main .seminar .subInner .peoUl li p {
        font-size: 1.4rem;
        line-height: 1.428;
    }

    #main .seminar .subInner .peoUl li .name {
        margin: -2px 0 4px;
        font-size: 2.4rem;
    }

    #main .seminar .subInner .peoUl .slick-dots {
        width: 100%;
        height: 10px;
        position: absolute;
        left: 0;
        bottom: -24px;
        text-align: center;
    }

    #main .seminar .subInner .peoUl .slick-dots li {
        margin: 0 5px;
        width: 10px;
        height: 10px;
        display: inline-block;
        vertical-align: top;
        border-radius: 50%;
        background: #EEE;
        cursor: pointer;
    }

    #main .seminar .subInner .peoUl .slick-dots li:before {
        display: none;
    }

    #main .seminar .subInner .peoUl .slick-dots li.slick-active {
        background: #000;
    }

    #main .seminar .subInner .peoUl .slick-dots li button {
        display: none !important;
    }

    #main .online {
        margin: -19px auto 0;
        padding: 10px 0 21px;
        position: relative;
        background: #4DDBE6 url(../img/isetan/sp_online_bg01.png) no-repeat right -95px bottom / 474px auto;
    }

    #main .online:before {
        display: none;
    }

    #main .online::after {
        display: none;
    }

    #main .online .timeInn {
        margin-bottom: 5px;
        padding-left: 0;
        width: 280px;
    }

    #main .online .timeInn td {
        vertical-align: top;
        font-size: 2.8rem;
        line-height: 1.15;
    }

    #main .online .timeInn td .none {
        display: none;
    }

    #main .online .timeInn td span {
        padding-right: 10px;
        display: block;
        float: right;
    }

    #main .online p.sml {
        margin-bottom: 142px;
        font-size: 1.2rem;
        line-height: 1.5;
        -webkit-transform: none;
        transform: none;
    }

    #main .online .comLink {
        width: 80%;
    }

    #main .online .comLink a {
        padding: 14px 15px;
        min-width: inherit;
    }

    #main .contact {
        padding: 40px 5px 45px;
    }

    #main .contact .headLine01 {
        margin-bottom: 20px;
    }

    #main .contact p:not(:last-child) {
        margin-bottom: 30px;
    }

    #main .contact .comBtn {
        margin-top: 62px;
    }
}

@media all and (max-width: 374px) {
    #main .program .tabPlane .countsUl li em {
        font-size: 4.5rem;
    }

    #main .program .tabPlane .countsUl li:not(:first-child) em {
        font-size: 1.6rem;
    }

    #main .seminar .subInner .textInn .time img {
        width: 220px;
    }
}



/*------------------------------------------------------------
  nippo
------------------------------------------------------------*/

.nippo .mainVisual .inner {
    margin-top: 0;
    top: 32px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.nippo .mainVisual .mark {
    margin: 0 28px 171px 0;
}

.nippo #main .program .tabPlane .appBox {
    margin-top: -26px;
    padding: 29px 200px 32px;
}

.nippo #main .program .tabPlane .appBox p {
    margin-bottom: 21px;
    line-height: 1.35;
}

.nippo #main .program .tabPlane .appBox .comBtn {
    bottom: inherit;
}

.nippo .contact .comBtn a {
    background-color: #6F6F6F;
}

.nippo #main .contact .headLine01 {
    margin-bottom: 20px;
}

.nippo #main .contact p {
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.nippo #main .contact p:not(:last-child) {
    margin-bottom: 30px;
}

/*　準備中　*/

.preparation {
    color: #666;
    text-align: center;
    margin: 100px auto 150px;
}

.preparation h5 {
    font-size: 4rem;
    margin-bottom: 20px;
}

.preparation h6 {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 20px;
}

.preparation h6 a {
    color: #0044CC !important;
    text-decoration: underline;
}

.preparation h6 a:hover {
    color: #ccc;
}

.preparation p {
    font-size: 2.6rem;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.preparation img {
    width: 100px;
    margin-bottom: 20px;
}


@media all and (max-width: 876px) {
    .nippo .mainVisual .mark {
        margin-bottom: 23px;
    }

    .nippo #main .program .tabPlane .appBox {
        padding: 28px 20px 40px;
    }

    .nippo #main .program .tabPlane .appBox p {
        margin: 0 20px 45px;
        text-align: left;
        font-size: 1.4rem;
    }

    .nippo #main .contact p:not(:last-child) {
        margin-bottom: 20px;
    }

    .nippo #main .contact .comBtn {
        margin-top: 30px;
    }

    .nippo #main .contact {
        padding-bottom: 65px;
    }


    /*　準備中　*/

    .preparation {
		width: 90%;
        color: #666;
        text-align: center;
        margin: 50px auto 100px;
    }

    .preparation h5 {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .preparation h6 {
        font-size: 1.6rem;
        font-weight: normal;
        margin-bottom: 20px;
    }

    .preparation h6 a {
        color: #0044CC !important;
        text-decoration: underline;
    }

    .preparation h6 a:hover {
        color: #ccc;
    }

    .preparation p {
        font-size: 1.6rem;
        line-height: 1.8em;
        margin-bottom: 20px;
    }

    .preparation img {
        width: 50px;
        margin-bottom: 20px;
    }
}

@media all and (-ms-high-contrast:none) {
    #main .program .tabPlane .studyTable td {
        padding: 6px 10px 0 5px;
    }

    #main .online .comLink a {
        padding: 15px 15px 7px;
    }
}