@charset "UTF-8";

a{
    text-decoration:none;
}

a:hover{
    opacity:.8;
}

p{
    font-family: "Jun 201";
    font-size:18px;
    color:#333333;
}

.bold,a{
    font-family: "Jun 501";
}

h1{
    color:white;
    margin:0;
}

h2{
    font-family: "Jun 501";
}

header{
    position:relative;
}

.hd-container{
    margin-bottom:0 !important;
}

#top-bg{
    width: 100%;
    height: auto;
}

.container{
    width:1295px;
    margin:0 auto;
    margin-bottom:50px;
}

.container p{
    text-align:center;
}

.schedule{
    border-top:2px solid #1fadee;
    width:100%;
}

.schedule:last-child{
    border-bottom:2px solid #1fadee;
    margin-bottom:50px;
}

.flexwrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexbox{
    width:46.7%;
    padding:0 20px;
    margin:40px 0;
}

footer .flexbox{
    width:48%;
    padding:0;
    margin:0;
}

.flexbox .schedule_area{
    width:100%;
}

.flexbox .schedule_area img{
    display:inline;
    height:180px;
}

.flexbox .schedule_area img:last-of-type{
    margin-left:15px;
}

.flexbox:nth-child(odd){
    border-right:2px solid #1fadee;
}

.header_main{
    margin:0 auto;
    width:400px;
}

.header_main img{
    width:100%;
}

.top-main{
    width:100%;
}

.entry{
    display:block;
    width:100%;
    background-color:#f5a200;
    color:black;
    padding:30px 0;
    font-size:40px;
    text-align:center;
    margin-top:30px;
    margin-bottom:100px;
}

.mid_area img{
    width:100%;
}

.company_area{
    margin-bottom:100px;
}

.company_area p{
    font-size:18px;
}

.company_area p:nth-child(2){
    font-size:34px;
    margin:0;
}

.footer_mid_wrap{
    width:100%;
    background-color:#F3F1F2;
    padding:50px 0;
    font-size:22px;
    line-height:1.4em;
}

.footer_bottom_wrap{
    width:100%;
    background-color:#333333;
    padding:22px 0;
}

.footer_container{
    margin-bottom:0;
}

.footer_container p{
    margin:0;
}

.footer_bottom_wrap p{
    color:white;
    font-size:14px;
}

.footer-nav{
    list-style-type: none;
    text-align:center;
}

.footer-nav li{
    display:inline-block;
    margin-right:1em;
    font-size:12px;
}

.footer-nav li a{
    color:#333333;
}


.sp-img,.sp-link{
    display:none;
}

.bnr-area{
    border-right:none !important;
}

.boos{
    margin-top:50px;
    margin-bottom:10px !important;
}

.boos p{
    margin-bottom:60px !important;
    line-height:1.8em;
    font-size:28px;
}

/*下層ページ----------------------------------------*/
.sankako{
    font-family: "Jun 201";
}

.sankako h1{
    width:100%;
    background-color:#1fadee;
    padding:30px 0;
    text-align:center;
    margin:0;
    margin-top:50px;
}

.sankako h2{
    text-align:center;
    background-color:#8cc1de;
    padding:15px 0;
    font-size:22px;
    color:white;
    margin:0;
    border-radius:30px;
}

.sankako h3{
    background-color:#F3F1F2;
    padding:10px;
    text-align:center;
    margin-top:0;
    font-size:18px;
}

.sankako table tr td{
    padding:10px;
    border-bottom:1px solid #b5b5b5;
}

.sankako{
    margin-bottom:0;
}

.sankako .container{
    margin-bottom:0;
}

.sankako .container p{
    font-size:28px;
    color:#1fadee;
    border-bottom:2px solid #1fadee;
    padding-bottom:20px;
    margin-bottom:0;
}

.sankako .container p:last-child{
    font-size:14px;
    color:#333333;
    border-bottom:0;
}

.sankako .flexbox:nth-child(odd){
    border:0;
}

.sankako .container .flexwrap .flexbox{
    width:47%;
    margin-top:0;
}

.sankako .container .flexwrap .flexbox table{
    width:100%;
}

.sankako .container .flexwrap .flexbox:first-child{
    padding-left:0;
}

.sankako .container .flexwrap .flexbox:last-child{
    padding-right:0;
}

.footer_container a{
    display:block;
    padding:20px;
    border:1px solid #333333;
    border-radius:10px;    
    text-align:center;
    color:#333333;
}

.btnwrap{
    padding-top:0;
}

.sankako .sclist-section{
    text-align:left;
    margin-top:40px;
    border-bottom:2px solid #1fadee;
    padding-bottom:10px;
    margin-bottom:10px;
    color:#1fadee;
}

.map h2{
    margin-bottom:20px;
}

.flexbox100{
    width:100%;
}

.flexbox100 h3{
    width:100%;
}

.flexbox100 table{
    width:100%;
}

.flexbox100 table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
  
.flexbox100 table tr{
    border-bottom: 0;
}
  
.flexbox100 table tr:nth-child(odd){
    background-color: #fff2ee;
}
  
.flexbox100 table td,.flexbox100 table th{
    text-align: left;
    padding: 15px 15px;
    border-bottom: 1px solid white !important;
}

.flexbox100 table tr:nth-child(1){
    background-color: #ececec;
}

.flexbox100 table tr td:nth-child(1),.flexbox100 table tr td:nth-child(2),.flexbox100 table tr th:nth-child(1),.flexbox100 table tr th:nth-child(2){
    border-right:1px solid #dcdcdc;
    width: 25%;
}

.flexbox100 table tr td{
    font-size:14px;
}

.flexbox100 table .content:hover{
    background-color:rgb(231, 255, 255);
}

.flexbox100 table th{
    padding-left:10px;
}

.mitei{
    width:100%;
    padding:40px 0 !important;
    border:1px solid #333333 !important;
    text-align:center;
    font-size:22px !important;
    margin:50px 0 !important;
    border-radius:10px;
}


.back-green{
    background-color:#eaf5f5;
    width:100%;
    margin-top:100px;
    padding-top:50px;
    padding-bottom:50px;
}

.back-green .container h2{
    font-size:40px;
    color:#1FB6C4;
    background-color: #eaf5f5 !important;
}

.back-purple .container h2{
    font-size:40px;
    color:#541B85;
}

.back-green .container .col-100,.back-purple .container .col-100{
    text-align:center;
}

.back-green .container .col-100 p,.back-purple .container .col-100 p{
    font-size:22px;
    line-height:1.8em;
    margin-bottom:40px;
}

.talk{
    font-size:22px;
    margin-top:50px;
    margin-bottom:30px;
}

.sankako-wrap{
    border:1px solid #ec6c00;
    padding-top:20px;
    background-color:white;
}

.sankako-midashi{
    color: #ec6c00;
    font-size:22px !important;
    font-weight:bold;
}

#sankako02{
    color: #ec6c00;
    font-size:28px !important;
}

.sp-br{
    display:none;
}

.kaso .mid_area{
    margin-top:50px;
}

.footer-nav{
    list-style-type: none;
    text-align:center;
}

.footer-nav li{
    display:inline-block;
    margin-right:1em;
    font-size:12px;
}

.footer-nav li a{
    color:#333333;
}

.back-purple{
    background:#f7f5f0;
}

.waseda-wrap{
    background-color:#f7f5f0;
    border-top:10px solid #8e1728;
    margin-top:100px;
}

.waseda-wrap h2{
    color:#8e1728 !important;
}

.chuo-wrap{
    background-color:white;
    border-top:10px solid #e83820;  
}

.chuo-wrap h2{
    color:#e83820 !important;  
}


.morioka-day .col-100 img{
    width:25%;
}

.sankako .chuo-wrap h2{
    background-color:white;  
}

.sankako .waseda-wrap h2{
    background-color:#f7f5f0; 
}

.back-purple{
    border-top:10px solid #541B85;
    padding-top:70px;
    padding-bottom:70px;
}

.dis-row{
    justify-content:space-between;
}

.dis-logo,.rikkyo-img{
    text-align:center;
    margin-top:50px;
    margin-bottom:50px;
}

.dis-logo img,.rikkyo-img img{
    width:300px;
}

.rikkyo-logo img{
    width:300px;
}

.rikkyo-img img{
    width:500px;
}

.dis-row{
    display:flex;
    justify-content: space-between;
}

.dis-row .col-25{
    width:23%;
}

.dis-row .col-20{
    width:18%;
}

.section_soke{
    background-color:#efefef;
    margin-top:0 !important;
    border-bottom:10px solid #134A73;
    border-top:10px solid #134A73;
    position:relative;
}

.section_soke::after{
    position:absolute;
    content: '';
    position: absolute;
    top: -10px;
    width: 50%;
    height: 10px;
    background: #A51400;
}

.section_soke::before{
    position:absolute;
    content: '';
    position: absolute;
    bottom: -10px;
    width: 50%;
    height: 10px;
    background: #A51400;
}

.section_soke .dis-row,.section_sp-kogi .dis-row{
    justify-content: center;
}

.section_soke .dis-row .col-20,.section_soke .dis-row .col-25{
    margin:0 20px;
}

#soke h2{
    background-color:initial !important;
    color:#333333;
}

#soke h2 .waseda{
    color:#A51400;
}

#soke h2 .keio{
    color:#134A73;
}

#sp-kogi .dis-row .col-50{
    margin:20px;
}

.back-blue{
    background-color:#f2fafb;
    width:100%;
    padding-top:50px;
    padding-bottom:50px;
    border-bottom:10px solid #1fadee;
}

#sp-kogi h2{
    font-size: 40px;
    color:#1fadee;
}
#sp-kogi .col-100{
    text-align:center;
}