@charset "UTF-8";

/*  display
===================================*/
.pc {
    display: block;
}
.smt {
    display: none;
}
.displaynone {
    display: none;
}


/*  header
===================================*/
header {
	position: relative;
    width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
header::before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #1d2e8f;
    position: absolute;
    top:0;
}
header::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #009fe8;
    position: absolute;
    bottom: 0;
}

header#headerHome {
    width: 100%;
    height: 120px;
}
.hederin {
    width: 960px;
    margin: 0 auto;
}
#logoHome {
    display: block;
    width: 960px;
    height: 120px;
    background-image: url(/asset/img/logo.png);
    text-indent: -9999px;
}

.summit-title-sub {
    background: #255397;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 7px 0;
    line-height: 1.8;
    /*font-family: Helvetica, Arial, Verdana, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
}
.summit-title-sub {
    font-size: 22px;
}


/*  article レイアウト
===================================*/
article {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    background: #1e2e8e;
}

.slbody {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    padding-bottom: 110px;
    min-height: calc(100vh - 150px);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}


/*  footer
===================================*/
.footer {
    width: 100%;
    background: #1d2e8f;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    border-top: 1px solid #009fe8;
}
.footer > div {
    width: min(92%, 950px);
    margin-left: auto;
    margin-right: auto;
}
.footer > div small {
    font-size: 1.1rem;
}


/*  janp
=====================================*/
.janp {
    right: 20px;
    z-index: 2;
}
.janp a {
    border-radius: 100%;
    overflow: hidden;
    background: #b9b9b9;
    width: 47px;
    height: 47px;
    display: flex;
    place-items: center;
    justify-content: center;
}
.janp a i {
    font-size: 4.0rem;
    position: relative;
    top: -1px;
}
.janp a:hover {
    background: #009fe8;
}


/* login
=====================================*/
.login-are {
    position: relative;
    width: 100%;
}
.login-are .title {
    font-size: 2.6rem;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 60px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}
.login-are .title .min {
    font-size: 1.7rem;
    font-weight: 500;
    padding-top: 10px;
    font-feature-settings : "palt";
}

.login-are .form {
    margin: 0 auto;
}
.login-are .form li {
    padding-top: 25px;
}
.login-are .form li:first-of-type {
    padding-top: 0;
}
.login-are .form li p {
    color: #23a0a0;
    font-weight: 600;
    font-size: 1.6rem;
}

.login-are .form li input {
    border: 1px solid #c5c5c5;
    height: 42px;
}

.login-are .error-are {
    margin-top: 0;
}
.login-are .error-are li {
    padding-top: 0;
}

.login-are .btn-are {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 40px;
}
.login-are .btn-are .login-btn {
    width: 100%;
    height: 50px;
    max-width: 200px;
    font-size: 1.5rem;
    font-weight: 600;
}

.login-are .waku {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 10px;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    padding-top: 35px;
    
}
.login-are .waku .tai {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.55rem;
}
.login-are .waku .tai.dai {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 1.6rem;
}


/*///// table /////*/
table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.3;
    letter-spacing: normal;
    border: 1px solid #cccccc;
    height: 100%;
}
table th,
table td {
    border-bottom: 1px solid #cccccc;
    padding: 20px 15px;
}
table th {
    font-weight: 500;
    background: #eee;
}

.login-are table th {
    width: 150px;
}


/* not found
=====================================*/
.notfound {
    text-align: center;
}
.notfound h3 {
    font-size: 4.6rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: serif;
    padding-top: 150px;
}
.notfound p {
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: 20px;
}


/* error-are
=====================================*/
.error-are {
    margin-top: 30px;
    margin-bottom: 20px;
}
.error-are ul {
    padding: 8px 15px;
    border: 1px solid #e02300;
    background-color: #fdf4f5;
}
.error-are li {
    font-size: 1.4rem;
    color: #e02300;
    line-height: 1.5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.error-are li:before {
    content: "\e8b2";
    font-family: 'Material Icons';
    font-size: 1.8rem;
}
.error-are.min {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.error-are.mt10 {
    margin-top: 10px;
    margin-bottom: 10px;
}


@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .smt {
        display: block;
    }
    .slbody {
        padding-bottom: 80px;
    }

	.summit-title-sub {
        font-size: 2.0rem;
    }
    .login-are .title {
        font-size: 2.2rem;
        margin-top: 40px;
    }
    
    .summit-title-wrap {
        background-image: url(/asset/img/bg-img.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 180px;
    }
    .summit-title-wrap .w-container .smt {
        display: flex;
        place-items: center;
        justify-content: center;
        height: 180px;
    }
    .summit-title-wrap .w-container .smt img {
        max-width: 80%;
    }
    
    .footer .footer-copyright small {
        font-size: 1.2rem;
    }

}


@media screen and (max-width: 575px) {
    .pc {
        display: none;
    }
    
    article {
        padding: 0 20px;
    }
    .slbody {
        padding-bottom: 60px;
    }
    
    .login-are .title {
        font-size: 1.9rem;
        margin-top: 30px;
    }
    .login-are .title .eng {
        font-size: 1.8rem;
    }
    .login-are .waku {
        padding: 20px;
        padding-top: 25px;
        padding-bottom: 40px;
    }
    .login-are .waku .tai {
        margin-bottom: 20px;
        font-size: 1.5rem;
    }
    .login-are .waku .tai .eng {
        line-height: 1.25;
    }
    .login-are .btn-are {
        margin-top: 25px;
    }
    .login-are .btn-are .login-btn {
        min-height: 50px;
        min-width: auto;
        max-width: 300px;
    }
    .login-are .btn-are .login-btn p span {
        font-size: 1.5rem;
    }
    .login-are .title .min {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    table {
        border-bottom: 0;
    }
    table tr,
    table th,
    table td {
        display: block;
    }
    table th {
        padding: 8px 15px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    table td {
        padding: 20px 15px;
    }
    .login-are table th {
        width: 100%;
    }
    
    .summit-title-sub {
        font-size: 1.55rem;
        padding: 7px 15px;
    }
    
    .summit-title-wrap {
        height: 120px;
    }
    .summit-title-wrap .w-container .smt {
        height: 120px;
    }
    .summit-title-wrap .w-container .smt img {
        max-width: 80%;
    }

    .janp {
        right: 5px;
    }
    .janp a {
        width: 40px;
        height: 40px;
    }
    .janp a i {
        font-size: 3.0rem;
    }
    .footer .footer-copyright {
        line-height: 1;
    }
    .footer .footer-copyright small {
        font-size: 1.0rem;
    }

}


/* オンデマンド
=====================================*/
.page-contents {
    padding-top: 10px;
    padding-bottom: 60px;
}

.section-wrap {
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 30px 50px;
}

.pageTitle {
    width: 960px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0 10px;
    background: url(../img/tit_all.png) top center;
    background-repeat: repeat-x;
    background-size: cover;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 2.2;
    color: #2b509a;
    font-family: 'Noto Sans JP', sans-serif;
    display: flex;
    place-items: center;
    justify-content: center;
}

.ond_note {
}
.ond_note .tai {
    font-weight: 600;
    border-bottom: 1px solid #b1b1b1;
}
.ond_note .txt {
}
.ond_note .txt > li {
    text-indent: -0.8rem;
    padding-left: 1.5rem;
    line-height: 1.4;
    margin-top: 6px;
}
.ond_note .txt > li::before {
    content: "\e8b2";
    position: relative;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-size: 1.7rem;
    top: 2px;
    color: #ee3831;
}

.ond_note .browser {
    border: 1px solid #bbb;
    margin-top: 10px;
}
.ond_note .browser > ul {
    display: flex;
    border-bottom: 1px solid #bbb;
}
.ond_note .browser > ul:last-of-type {
    border-bottom: 0;
}

.ond_note .browser > ul .moku {
    background-color: #e3e3e3;
    flex-shrink: 0;
    width: 100px;
    text-align: center;
    margin-right: 5px;
    padding: 5px;
}
.ond_note .browser > ul .reed {
    padding: 5px;
}

.ond_navi {
    margin-bottom: 30px;
}
.ond_navi > li a {
    width: 220px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #000;
    background-color: rgba(238, 238, 238, 0.3);
    padding: 10px;
    text-decoration: none;
    color: #000;
}
.ond_navi > li a::before {
    content: "\f181";
    position: relative;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.ond_list {
    margin-top: 40px;
}
.ond_list > div {
}
.ond_list .ond_title {
    background: #D8EEEF;
    font-weight: 600;
    font-size: 1.7rem;
    padding: 8px 13px;
    margin: 35px 0 15px;
}
.ond_list .ond_mov {
}
.ond_list .ond_mov > a {
    color: #004286;
    display: inline-flex;
    place-items: center;
}
.ond_list .ond_mov > a i {
    font-size: 3.4rem;
    color: #ee3831;
    margin-right: 6px;
}
/*
.ond_list .ond_mov > a p {
    font-weight: 600;
    font-size: 1.65rem;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #5d8fc3 inset;
}
.ond_list .ond_mov > a:hover p {
    box-shadow: none;
}
*/
.ond_list .ond_mov > a span {
    font-weight: 600;
    font-size: 1.65rem;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #5d8fc3 inset;
}
.ond_list .ond_mov > a:hover {
    color: #ee3831;
}
.ond_list .ond_mov > a:hover span {
    box-shadow: none;
}

.ond_list .ond_prof {
    margin-left: 40px;
}
.ond_list .ond_prof > dl {
    display: flex;
    place-items: center;
}
.ond_list .ond_prof > dl dt {
}
.ond_list .ond_prof > dl dd {
}
.ond_list .ond_prof > dl dd b {
    font-weight: 600;
    font-size: 1.6rem;
}

.modal.mov {
}
.popu-box {
}
.popu-box .video-are {
    /*padding-bottom: 56.25%;
    height: 545px;
    background-color: #eee;*/
    display: flex;
    place-items: center;
    justify-content: center;
}
.popu-box .video-are > p {
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
}

.popu-box .video-title {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 8px;
}
.popu-box .video-title .moku {
}
.popu-box .video-title .tai {
    margin-left: 15px;
    margin-top: 3px;
}
   
    

@media screen and (max-width: 768px) {
}


@media screen and (max-width: 575px) {
}

    











        
        
        
