@charset "UTF-8";
/* -------------------------------------------------------------- */
/*  smp  */
/* -------------------------------------------------------------- */
@media screen and (max-width:768px) {
    #main > header .title {
        margin-top: 72px !important;    
    }
    
    #main > header .title::before {
        background: url(../img/t_bg_1.png) repeat-x bottom center !important;
        background-size: auto 100% !important;
    }
    
    #content section._1 {
        padding: 0 5.3vw 8vw 5.3vw !important;
    }
    
    #main > header .title h1 {
        padding: 0 5.3vw;
    }
    
    #content section._1 .content {
        padding: 5.3vw !important;
        font-size: 3.72vw;
    }
    
    #content section._2 {
        padding: 6.4vw 5.3vw !important;
    }
    
    #content section._4 h2 {
        padding: 6.4vw 0 !important;
    }
    
    #content section._2 > a {
        width: 100% !important;
        padding: 0 5.3vw;
    }
    
    #content section._4 {
        padding: 0 5.3vw !important;
    }
    
    .plugin_form form > ul li {
        height: auto !important;
        margin-top: 3.2vw;
    }
    
    .plugin_form form > ul li ul {
        left: 0 !important;
        overflow: hidden;
        position: static !important;
    }
    
    .plugin_form form > ul li ul li {
        width: 33% !important;
    }
    
    .plugin_form form > ul li ul li input {
        width: 22vw !important;
    }
    
    .plugin_form ul li label {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        font-size: 4vw !important;
        border-bottom: none !important;
    }
    
    .plugin_form ul li .input {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        padding-left: 0 !important;
    }
    
    .plugin_form form > ul li.textarea textarea {
        width: 100% !important;
        height: 50vw !important;
    }
    
    .plugin_form form > ul li ul li::after {
        width: 4vw !important;
        right: 1.5vw !important;
        top: 50% !important;
    }
    
    .plugin_form input[type="submit"] {
        width: 100%;
    }
}

#wrapper.label > header{
    background: #f2f2f2;
}

#wrapper.label > header .upper nav li a:after{
    background: #ea7cab;
}

#wrapper > header .breadcrumb{
    background: #67d1dd;
    color: #FFF;
}

#wrapper.label > header .breadcrumb li{
    background: url(../img/h_arr.png) no-repeat 15px center;
}

#main > header .title{
    position: relative;
    height: 240px;
    text-align: center;
    background: url(../img/t_bg_2.png) no-repeat center -160px #a9e9ea;
    margin-top: 80px;
}

#library_about .title h1 img {
    vertical-align: middle !important;
}

#main > header .title:before,
#main > header .title:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#main > header .title:before{
    background: url(../img/t_bg_1.png) repeat-x 0 -60px;
    background-size: 80%;
    z-index: 1;
}

#main > header .title:after{
    background: url(../img/mv_cover.png) repeat 0 0;
    z-index: 1;
}

#main > header .title h1{
    height: 240px;
    line-height: 240px;
    position: relative;
    z-index: 3;
}

#content section._1{
    color: #FFF;
    background: #ea7cab;
    padding-bottom: 65px;
}

#content section._1 h2{
    text-align: center;
    padding: 60px 0;
}

#content section._1 .content{
    max-width: 923px;
    border: 3px solid #FFF;
    margin: 0 auto;
    border-radius: 5px;
    padding: 55px 65px 25px;
    font-size: 17px;
    line-height: 30px;
}

#content section._1 .content p{
    margin-bottom: 30px;
}

#content section._1 .content p.author{
    padding-top: 30px;
}

#content section._2{
    padding: 90px 0 80px;
    background: url(../img/s_4_bg.png) repeat 0 0;
    text-align: center;
}

#content section._2 h2{
    margin-bottom: 60px;
}

#content section._2 p{
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 55px;
    background: url(../img/s_2_arr.png) no-repeat center bottom;
    margin-bottom: 20px;
}

#content section._2 p a{
    color: #f1408c;
    text-decoration: underline;
}

#content section._2 > a{
    display: block;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    width: 560px;
    margin: 0 auto;
    background: #67d1dd;
    border-bottom: 3px solid #40b7c4;
    border-right: 3px solid #40b7c4;
    position: relative;
}

#content section._2 > a img {
    vertical-align: middle;
}

#content section._3{
    height: 820px;
    border: 8px solid #ea7caa;
    text-align: center;
    background: url(../img/s_3_bg.png) repeat 0 0;
    position: relative;
}

#content section._3:before{
    content: "";
    display: block;
    width: 913px;
    height: 668px;
    background: url(../img/s_3_map.png) no-repeat 0 0;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -380px;
}

#content section._3 h2{
    padding: 80px 0 68px;
}

#content section._3 > ul{
    width: 620px;
    position: absolute;
    right: 50%;
    margin-right: -160px;
    font-size: 14px;
    z-index: 2;
}

#content section._3 > ul li{
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}

#content section._3 > ul li h3,
#content section._3 > ul li div{
    float:left; 
}

#content section._3 > ul li div{
    width: 495px;
    text-align: left;
}

#content section._3 > ul li h3,
#content section._3 > ul li span{
    height: 30px;
    line-height: 30px;
    width: 60px;
}

#content section._3 > ul li h3{
    color: #f1408c;
    width: 125px;
    text-align: left;
}

#content section._3 > ul li span{
    cursor: pointer;
    width: 61.8px;
    display: inline-block;
    text-align: center;
}

#content section._4{
    text-align: center;
    padding-bottom: 90px;
    background: url(../img/s_4_bg.png) repeat 0 0;
}

#content section._4 h2{
    padding: 60px 0 40px;
}

#content section._4 .application{
    padding-bottom: 30px;
    font-weight: bold;
}

#content section._4 .application a{
    color: #f1408c;
    text-decoration: underline;
}


/* popup */

#schools{
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    width: 60%;
    z-index: 2;
    display: none;
}

#schools > a{
    position: absolute;
    left: -70px;
    top: 25px;
    width: 50px;
    height: 71px;
    font-size: 11px;
    text-align: center;
    overflow: hidden;
}

#schools > a span{
    display: block;
    width: 50px;
    height: 71px;
    right: 0;
    top: 0;
    position: absolute;
}


#schools > a img{
    padding-bottom: 10px;
}

#schools .sections{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ea7cab;
}

#schools .sections section{
    padding: 45px 30px 45px 70px;
    box-sizing: border-box;
    text-align: left;
    color: #FFF;
    display: none;
}

#schools .sections section h3{
    font-size: 20px;
    line-height: 36px;
    height: 36px;
    padding: 0 5px 0;
    display: inline-block;
    border-bottom: 4px solid #FFF;
    margin-bottom: 40px;
    margin-left: 20px;
}

#schools .sections section ul{
    height: 620px;
    margin-left: 60px;
    position: relative;
}

#schools .sections section ul:after{
    content: "";
    display: block;
    clear: both;
}

#schools .sections section ul li{
    width: 260px;
    float: left;
    font-size: 14px;
    line-height: 31px;
    list-style: disc;
    margin-left: 40px;
}

#library_outline{
    background: #40b6c2;
    color: #FFF;
    padding-bottom: 100px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 4;
    display: none;
    overflow: hidden;
}

#library_outline > *{
    opacity: 0;
    transition: all 0.4s;
}

#library_outline.show > *{
    opacity: 1;
}

#library_outline h2{
    padding: 50px 0px 50px 160px;
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: normal;
    position: relative;
}
#library_outline h2 span{
    display: inline-block;
    padding: 0 15px 10px;
    border-bottom: 4px solid #FFF;
}

#library_outline ul{
    margin: 0 30px 0 195px;
    font-size: 15px;
    line-height: 26px;
    padding-right: 70px;
}

#library_outline ul li{
    margin-bottom: 20px;
    padding-left: 10px;
    list-style: decimal;
}

#library_outline .close{
    position: absolute;
    left: 60px;
    top: 25px;
    width: 50px;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-align: center;
}

#library_outline .close img{
    padding-bottom: 10px;
}
.plugin_form{
    text-align: center;
}

.plugin_form form > ul{
    max-width: 800px;
    margin: 0 auto;
}

.plugin_form form > ul li{
    height: 60px;
    position: relative;
}

.plugin_form ul li label{
    font-size: 14px;
    font-weight: bold;
    width: 170px;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    border-bottom: 1px solid #CCC;
    line-height: 18px;
}

.plugin_form ul li label span{
    font-size: 12px;
    color: #ea3c6d;
    display: block;
    font-weight: 100;
}

.plugin_form ul li .input{
    display: table-cell;
    width: 624px;
    height: 40px;
    padding: 10px 0;
    padding-left: 8px;
}

.plugin_form form > ul li .input input,
.plugin_form form > ul li .input select{
    height: 40px;
    padding: 0;
    border: none;
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-radius: 5px;
    outline: none;
    overflow: hidden;
}

.plugin_form form > ul li.select .input span{
    display: block;
    height: 39px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-radius: 5px;
    background: #FFF;

}

.plugin_form form > ul li .input select{
    width: 722px;
    height: 41px;
    display: block;
    background: transparent;
    position: relative;
    z-index: 2;
    border: none;
}

.plugin_form form > ul li.select .input:after{
    content: "";
    display: block;
    width: 40px;
    height: 41px;
    position: absolute;
    top: 10px;
    right: -1px;
    background: url(../img/s_4_down.png) no-repeat 0 0;
}

.plugin_form form > ul li ul{
    position: absolute;
    left: 170px;
    top: 0;
    bottom: 0;
    right: 0;
    padding-left: 8px;
}

.plugin_form form > ul li ul li{
    width: 150px;
    float: left;
    text-align: left;
    padding: 10px 0;
    position: relative;
}

.plugin_form form > ul li ul li:after{
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    position: absolute;
    right: 8px;
    top: 30px;
    background: #808080;
}

.plugin_form form > ul li ul li:last-child:after{
    display: none;
}

.plugin_form form > ul li ul li input{
    width: 90px;
    height: 40px;
    border: 0;
    padding: 0 15px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-radius: 5px;
}

.plugin_form form > ul li ul li:last-child:after{
    display: none;
}

.plugin_form form > ul li.textarea{
    padding-top: 20px;
    height: auto;
}

.plugin_form form > ul li.textarea label{
    display: block;
    background: #ea7cab;
    border: none;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #FFF;
    text-align: left;
    text-indent: 22px;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

.plugin_form form > ul li.textarea label span{
    display: inline;
    color: #FFF;
}

.plugin_form form > ul li.textarea textarea{
    height: 265px;
    width: 769px;
    padding: 15px;
    border: none;
    margin: 0;
    border-left: 1px solid #CCC;
    border-radius: 0 0 5px 5px / 0 0 5px 5px;
}

.plugin_form input[type=submit]{
    width: 235px;
    height: 60px;
    padding: 0;
    margin: 0;
    border: none;
    line-height: 60px;
    background: #ea7cab;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 0.2em;
    border-radius: 5px;
    border-right: 2px solid #cf5b8d;
    border-bottom: 2px solid #cf5b8d;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}

.plugin_form input[type=submit]:hover{
    border-right: 1px solid #cf5b8d;
    border-bottom: 1px solid #cf5b8d;
    top: 1px;
    left: 1px;
}

.wpcf7-not-valid-tip{
    display: none !important;
}

.screen-reader-response,
.wpcf7-response-output{
    font-size: 14px !important;
    color: #ea3c6d !important;
    line-height: 1.8em !important;
}

.screen-reader-response{
    position: relative !important;
    height: auto !important;
    width: auto !important;
}


.screen-reader-response ul{
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.screen-reader-response li{
    height: auto !important;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{
    border: none !important;
}

/* -------------------------------------------------------------- */
/* PC */
/* -------------------------------------------------------------- */
@media screen and (min-width:769px) {
    .wpcf7-form input, .wpcf7-form textarea {
        box-sizing: content-box !important;
    }

    .plugin_form form > ul li{
        display: flex;
    }

    .plugin_form form > ul li .input input{
        padding: 0 !important;
        width: calc(100% - -4px);
    }
}

