body{
    -webkit-text-size-adjust: 100%;
}

input,select{
}

.wp-pagenavi{
    width: 220px;
}

#wrapper{
    width: auto;
    min-width: 320px;
    padding-top: 55px;
}

#wrapper *{
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
}

#wrapper *{
    opacity: 1 !important;
}
.content_width,
.page_width{
    width: auto;
    max-width: none;
    min-width: 0;
}


/* top */

#top_nav{
    display: none;
}

#top_loading,
#wrapper.top header.full,
.pace{
    display: none !important;
}

#wrapper.top > header.sp,
#wrapper.sub > header{
    height: 50px;
    border-bottom: 5px solid #FFF;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}

#wrapper.top > header.sp .upper,
#wrapper.sub > header .upper{
    right: 0;
    left: 0;
    width: auto !important;
    height: 50px;
}

#wrapper.top > header.sp .upper hgroup,
#wrapper.sub > header hgroup{
    margin-right: 50px;
    height: 50px;
    background: url(../img/h_logo_bg.png) no-repeat center top #1d2961;
    background-size: cover;
}

#wrapper.top > header.sp .upper h1,
#wrapper.sub > header .upper h1{
    padding: 8px 0 0 16px;
    float: none;
}

#wrapper.top > header.sp .upper h1 img,
#wrapper.sub > header .upper h1 img{
    width: 153px;
    height: auto !important;
}

#wrapper.top > header.sp .upper h2,
#wrapper.sub > header .upper h2{
    width: 240px;
    font-size: 10px;
    color: #FFF;
    padding: 2px 0 0 16px;
    margin-top: -5px;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    letter-spacing: 0.2em;
    line-height: 120%;
    float: none;
    -webkit-transform: scale(0.5) translateX(-110px);
    transform: scale(0.5) translateX(-110px);
}

#wrapper > header .upper .content_width > a,
#wrapper > header .open_nav{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #FFF;
    text-indent: -9999px;
    z-index: 2;
}

#wrapper > header.nav_show .upper .content_width > a,
#wrapper > header.nav_show .open_nav{
    background: #f1408c;
}

#wrapper.library > header .open_nav{
    background: #f2408c !important;
}

#wrapper.kodomo > header .open_nav{
    background: #2cce6a !important;
}

#wrapper > header .upper .content_width > a:before,
#wrapper > header .upper .content_width > a:after,
#wrapper > header .upper .content_width > a span,
#wrapper > header .open_nav:before,
#wrapper > header .open_nav:after,
#wrapper > header .open_nav span{
    content: "" ;
    display: block;
    height: 3px;
    width: 18px;
    background: #f1408c;
    position: absolute;
    top: 18px;
    left: 15px;
}

#wrapper > header.nav_show .upper .content_width > a:before,
#wrapper > header.nav_show .upper .content_width > a:after,
#wrapper > header.nav_show .upper .content_width > a span,
#wrapper > header.nav_show .open_nav:before,
#wrapper > header.nav_show .open_nav:after,
#wrapper > header.nav_show .open_nav span{
    background: #FFF;
}

#wrapper.library > header .open_nav:before,
#wrapper.library > header .open_nav:after,
#wrapper.library > header .open_nav span,
#wrapper.kodomo > header .open_nav:before,
#wrapper.kodomo > header .open_nav:after,
#wrapper.kodomo > header .open_nav span{
    background: #FFF !important;
}

#wrapper.top > header.sp.nav_show .upper .content_width > a:before,
#wrapper.sub > header.nav_show .upper .content_width > a:before,
#wrapper > header.nav_show .open_nav:before{
    top: 24px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#wrapper > header .upper .content_width > a:after,
#wrapper > header .open_nav:after{
    top: 24px;
}

#wrapper > header.nav_show .upper .content_width > a:after,
#wrapper > header.nav_show .open_nav:after{
    display: none;
}

#wrapper > header .upper .content_width > a span,
#wrapper > header .open_nav span{
    top: 30px;
}

#wrapper > header.nav_show .upper .content_width > a span,
#wrapper > header.nav_show .open_nav span{
    top: 24px !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


#wrapper.top > header.sp form,
#wrapper.sub > header form{
    overflow: hidden;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 50px;

}

#wrapper.top > header.sp form:before,
#wrapper.sub > header form:before,
#wrapper.top > header.sp form.show input[type=submit],
#wrapper.sub > header form.show input[type=submit]{
    content: "";
    display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/sp/1.png) no-repeat center center;
    background-size: 16px 16px;
    border: none;
}

#wrapper.top > header.sp form.show:before,
#wrapper.sub > header form.show:before{
    display: none;
}

#wrapper.top > header.sp form.show input[type=text],
#wrapper.sub > header form.show input[type=text]{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    padding: 0 20px;
    box-sizing: border-box;
    background: transparent;
    color: #FFF;
    border: none;
    font-size: 14px;
    text-align: center;
}

#wrapper.top > header.sp  form > *,
#wrapper.sub > header form > *{
    display: none;
}

#wrapper.top > header.sp form.show,
#wrapper.sub > header form.show{
    width: auto;
    left: 0;
    background: #000;
}

#wrapper.top > header.sp.nav_show,
#wrapper.sub > header.nav_show{
    overflow: visible;
}

#wrapper > header.nav_show #glob_nav{
    display: none;
}

#wrapper > header.nav_show #glob_nav{
    display: block;
}

#wrapper > header .share{
    position: absolute;
    top: 0;
    left: 0;
    right: 50px;
    bottom: 0;
    background: url(../img/sp/39.png) repeat 0 0;
    text-indent: -9999px;
    display: none;
}

#wrapper > header .share:before{
    content: "";
    display: block;
    width: 97px;
    height: 28px;
    background: url(../img/sp/35.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 14px;
    top:11px;
}


#wrapper > header.nav_show .share{
    display: block;
}

#wrapper > header .share li a{
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 11px;
}

#wrapper > header .share li.tw a{
    left: 15px;
}
#wrapper > header .share li.fb a{
    left: 46px;
}

#glob_nav{
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    background: #2e2c71;
}

#glob_nav > a.button,
#glob_nav .container:before,
#glob_nav .container .bg:after,
#glob_nav .container .line{
    display: none;
}

#glob_nav .container{
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
}

#glob_nav .nav{
    height: 335px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../img/g_bg_2.png) no-repeat center center #2f2c71;
    background-size: auto 100%;
    box-sizing: border-box;
    padding: 50px 20px 0;
}

#glob_nav .nav ul{
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    margin: 0 !important;
}

#glob_nav .nav li img{
    max-width: 100%;
    height: auto;
}

#glob_nav ul.label{
    position: absolute;
    top: 335px;
    padding: 20px 0 5px;
    left: 0;
    right: 0;
    width: auto;
    background: url(../img/t_label_bg.jpg) repeat 0 0;
}

#glob_nav ul.label li{
    width: 290px;
    height: 41.5px;
    text-indent: -9999px;
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;
}

#glob_nav ul.label li a{
    height: 41.5px;
}

#glob_nav ul.label li.dokuhon{
    background: url(../img/sp/31.png) no-repeat 0 0;
    background-size: contain;
}
#glob_nav ul.label li.kodomo{
    background: url(../img/sp/32.png) no-repeat 0 0;
    background-size: contain;
}
#glob_nav ul.label li.web{
    background: url(../img/sp/33.png) no-repeat 0 0;
    background-size: contain;
}
#glob_nav ul.label li.library{
    background: url(../img/sp/34.png) no-repeat 0 0;
    background-size: contain;
}



#wrapper.top > section.about{
    height: auto;
    padding-bottom: 54%;
    background: url(../img/sp/38.jpg) no-repeat center center;
    background-size: cover;
}

#wrapper.top > section.about:before{
    content: "";
    display: block;
    height: 12.5px;
    background: url(../img/t_label_bg.jpg) repeat 0 0;
}

#wrapper.top > section.about h2{
    position: relative;
    left: auto;    
    width: auto;
    margin: 0 20px 34px;
    padding-top: 38.5px;
    height: auto;
}

#wrapper.top > section.about h2 span{
    padding: 10px;
}

#wrapper.top > section.about h2 span img,
#wrapper.top > section.about .content h3 img{
    width: 100%;
    height: auto;
}

#wrapper.top > section.about .content h3{
    width: auto;
    margin: 0 30px 20px;
    line-height: 100%;
}

#wrapper.top > section.about .content p{
    margin: 0 10px 1em;
    font-size: 13px;
    line-height: 19px;
    width: auto;
}

#wrapper.top > section.about .content{
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    width: auto;
    height: auto;
}

#wrapper.top > section.about > a{
    left: auto;
    right: 10px;
    top: auto;
    top: 65%;
    margin-right: 0;
}

#wrapper.top > section.updates:before{
    display: none;
}

#wrapper.top > section.updates .page_width{
    max-width: none;
}

#wrapper.top > section.updates section{
    width: 100% !important;
    padding-left: 0 !important;
    padding-top: 30px;
    padding-bottom: 35px;
}

#wrapper.top > section.updates .news{
    background: #f6f4e0;
}

#wrapper.top > section.updates .books{
    
}

#wrapper.top > section.updates h2{
    line-height: 100% !important;
    height: auto !important;
    padding-top: 46px !important;
    padding-bottom: 20px !important;
    padding-left: 0 !important;
    background-size: auto 40px !important;
    margin: 0 20px !important;
    position: relative;
}

#wrapper.top > section.updates .news h2{
    background-position: -4px 0;
}

#wrapper.top > section.updates .news article{
    padding: 15px 0;
}

#wrapper.top > section.updates .news article .content{
    margin-right: 0;
}

#wrapper.top > section.updates .books h2{
    background-position: -12px 0;
}

#wrapper.top > section.updates h2:after{
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 10px;
    left: 0;
    bottom: 0;
    background: #000;
}

#wrapper.top > section.updates .articles{
    margin: 0 20px !important;
    padding: 0 !important;
}

#wrapper.top > section.updates section > p{
    float: right !important;
    margin: 20px 20px 0 0 !important;
}

#wrapper.top > section.updates article{
    height: auto;
}
#wrapper.top > section.updates .books article{
    padding-left: 102px;
    padding-top: 15px !important;
    padding-bottom: 15px;
}

#wrapper.top > section.updates .books h2{
    margin-bottom: 5px !important;
}

#wrapper.top > section.updates .books article h3{
    font-size: 14px;
}

#wrapper.top > section.updates .books .img{
    width: 120px;
    height: 82px;
    top: 15px;
}
#wrapper.top > section.updates .books .img img{
    max-height: 120px;
    max-width: 82px;
}

#wrapper.top > section.updates .books article .credit{
    padding: 0;
    display: block;
    margin-top: 10px;
    font-size: 10px;
}

#wrapper.top > section.updates .books article .credit span{
    display: block;
    padding: 0;
    margin-top: 0px;
}

#wrapper.top > section.updates .books article .content{
    display: none;
}

#wrapper.top > section.updates > .toTop{
    display: none;
}

#wrapper > footer .upper{
    display: none;
}

#wrapper > footer{
    height: 85px;
    background: url(../img/h_logo_bg.png) no-repeat center center #1d2961;
    background-size: auto 85px;
    padding-bottom: 0;
    position: relative;
    overflow: visible;
}

#wrapper > footer:before{
    content: "";
    display: block;
    height: 135px;
    width: 85px;
    background: url(../img/t_to_top.png) no-repeat 0 bottom;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -42.5px;
    bottom: 0;
}

#wrapper > footer .right,
#wrapper > footer .left h2{
    display: none;
}

#wrapper > footer .left{
    padding: 0;
    height: auto;
}

#wrapper > footer .left > p{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 120%;
    color: #FFF;
}

#wrapper > footer .left > p img{
    display: none;
}

#wrapper > footer .left > p:before{
    content: "© THE DREAM-SCIENCE LABORATORY. ALL RIGHTS RESERVED.";
    font-size: 12px;
    display: block;
    width: 240px;
    height: 100%;
    position: absolute;
    left: 20px;
    top: 34px;
    -webkit-transform: scale(0.5) translateX(-130px);
    transform: scale(0.5) translateX(-130px);
}

#wrapper > header .breadcrumb{
    display: none;
}

#wrapper.sub > section.subpage > header{
    height: 45px;
    position: relative;
    z-index: 2;
}

#wrapper.sub > section.subpage > header .title > p{
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#wrapper.sub > section.subpage > header .title > p a{
    display: block;
    margin: 0;
    width: 50px;
    height: 60px;
    text-indent: -9999px;
    background: url(../img/sp/4.png) no-repeat center center #1d2961;
    background-size: 50%;
}

#wrapper.sub > section.subpage > header .title h2{
    margin: 0;
    height: 45px;
    line-height: 45px;
    padding-left: 65px;
}

#wrapper.sub > section.subpage > header .title h2 img{
    height: 24px;
    width: auto !important;
}
#wrapper.sub > section.subpage > header .title aside.social{
    display: none;
}

/* renew top */
#top_main .upper{
    position: relative;
    top: 0;
    bottom: 0;
    background-color: white;
    z-index: 2;
}
#top_main .upper > *{
    display: none;
}
#top_main aside.qa{
    width: auto;
    margin: 0 4px;
    padding-top: 12px;
    padding-left: 28px;
    padding-bottom: 10px;
    position: relative;
    top: 0;
    right: 0;
    display: block;
    box-sizing: border-box;
}
#top_main aside.qa header{
    overflow: visible;
}
#top_main aside.qa header h3{
    height: 17px;
    margin-left: -25px;
    background: url(../img/sp/top_qa_title_sp.png) no-repeat;
    background-size: 170px auto;
}

#top_main aside.qa header h3 img{
    display: none;
}
#top_main aside.qa header a{
    height: inherit;
    font-size: 10px;
    line-height: 17px;
    top: 0;
}
#top_main aside .body > div.a{
    margin-top: 21px;
}
#top_main aside .body > div.a:after{
    content: "";
    height: 1px;
    background-color: #b9b9b9;
    position: absolute;
    left: -28px;
    right: 0;
    top: -11px;
}
#top_main aside .body > div{
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
}
#top_main aside .body > div:before{
    width: 25px;
    height: 25px;
    left: -28px;
}
#top_main aside.qa .q h4{
    margin-bottom: 5px;
}

#top_main aside.qa .a .a_open{
    background: #ffbe3d;
    position: relative;
}

#top_main aside.qa .a .a_open:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/sp/top_qa_plus_sp.png) no-repeat center center;
    background-size: 8px auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
}

#top_main aside.qa .a .a_content{
    padding: 10px;
    font-size: 11px;
    line-height: 16px;
}

#top_main aside.qa .a .footer{
    padding-bottom: 10px;
}

#top_main aside.qa .a .footer p.name{
    float: right;
    width: 118px;
    height: 56px;
    background-image: url(../img/sp/top_qa_credit.png);
}

#top_main aside.qa .a .footer .all{
    display: none;
}

#top_main aside.qa .a .footer .close{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 38px;
    height: 24px;
    margin: 20px 0 0 5px;
    background: url(../img/sp/top_qa_close.png) no-repeat center center;
    background-size: 38px 24px;
}

#top_main .lower:before{
    display: none;
}
#top_main .lower{
    height: auto;
    position: relative;
}
#top_main .lower .content{
    width: 100%;
    padding-top: 13px;
}

#top_main .lower aside{
    width: auto;
    float: none;
    margin: 0 10px;
}
#top_main .lower aside.recent{
    height: auto;
    overflow: hidden;
}
#top_main .lower aside.note{
    display: none;
}

#top_main .lower aside h3 img{
    display: none;
}
#top_main .lower aside.recent{
    position: relative;
    padding-bottom: 49px;
}
#top_main .lower aside.recent h3{
    height: 16px;
    margin-bottom: 15px;
    background: url(../img/sp/top_recent_title_sp.png) no-repeat;
    background-size: auto 16px;
}
#top_main .lower aside.recent ul{
    background: transparent;
    position: relative;
    padding-bottom: 147px;
}

#top_main .lower aside.recent ul li._1{
    width: 100%;
    height: auto;
    padding: 30px 4px 4px;
    margin-bottom: 5px;
    background-color: #f7f7f6;
    border-radius: 3px;
    float: none;
    box-sizing: border-box;
}
#top_main .lower aside.recent ul li._1 a{
    width: 100%;
    height: 218px;
}

#top_main .lower aside.recent ul li+li{
    width: auto;
    position: absolute;
    height: 147px;
    padding: 23px 5px 4px;
    background-color: #f7f7f6;
    border-radius: 3px;
    box-sizing: border-box;
}

#top_main .lower aside.recent ul li._2{
    left: 0;
    right: 50%;
}

#top_main .lower aside.recent ul li._3{
    left: 50%;
    right: 0;
}

#top_main .lower aside.recent ul li a{
    width: 100%;
    height: 120px;
    margin: 0;
    border-radius: 0;
}

#top_main .lower aside.recent ul li:first-child:after{
    content: "";
    width: 33px;
    height: 15px;
    background: url(../img/sp/top_recent_current_title_sp.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 7px;
}

#top_main .lower aside.recent ul li+li{
    margin-top: 0;
}

#top_main .lower aside.recent ul li._3{
    margin-left: 0;
}

#top_main .lower aside.recent ul li:first-child + li{
    margin-right: 5px;
    margin-left: 0;
}
#top_main .lower aside.recent ul li:first-child + li:after{
    content: "";
    width: 30px;
    height: 9px;
    background: url(../img/sp/top_recent_past_title_sp.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 6px;
}
#top_main .lower aside.recent ul li:first-child + li + li:after{
    content: "";
    width: 50px;
    height: 9px;
    background: url(../img/sp/top_recent_past_title2_sp.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 6px;
}
#top_main .lower aside.recent > a{
    width: 60px;
    height: 17px;
    line-height: 17px;
    font-size: 10px;
    position: absolute;
    right: 0;
    left: auto;
    bottom: 15px;
    padding-right: 13px;
    padding-left: 0;
    background: url(../img/sp/top_qa_arr_w_sp.png) no-repeat right center;
    background-size: 4px 100%;
    border: none;
}

#top_main .lower aside.note:after, #top_main .lower aside.recent:after{
    display: none;
}

#top_main .lower aside.uranai{
    background: #25357d;
    margin: 0 auto;
    padding: 14px 10px 224px;
}

#top_main .lower aside.uranai h3{
    height: 15px;
    background: url(../img/sp/top_uranai_title_sp.png) no-repeat left center;
    background-size: contain;
}

#top_main .lower aside.uranai .bg{
    position: absolute;
    left: 50%;
    margin-left: -170px;
    bottom: 20px;
    transform: scale(0.9);
    font-family: Helvetica, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#top_label nav{
    width: auto;
    padding: 0 10px;
}

#top_label nav.upper{
    padding-top: 30px;
}

#top_label nav li{
    margin: 0 !important;
    border-bottom: none !important;
    height: auto !important;
}

#top_label nav.upper li{
    float: none !important;
    width: auto !important;
    padding-bottom: 25px !important;
}

#top_label nav.upper li a:before{
    width: 100%;
    height: 0;
    padding-top: 31.6%;
    margin-bottom: 10px;
}

#top_label nav.upper li h2{
    margin: 0 0 5px !important;
    width: auto;
    height: 50px;
}

#top_label nav.upper .description{
    width: auto;
}

#top_label nav.upper li._1 a:before{
    background-image: url(../img/sp/top_works_1_img.png);
}
#top_label nav.upper li._2 a:before{
    background-image: url(../img/sp/top_works_2_img.png);
}
#top_label nav.upper li._3 a:before{
    background-image: url(../img/sp/top_works_3_img.png);
}

#top_label nav.upper li._1 h2{
    background-image: url(../img/sp/top_works_1_title.png);
}
#top_label nav.upper li._2 h2{
    background-image: url(../img/sp/top_works_2_title.png);
}
#top_label nav.upper li._3 h2{
    background-image: url(../img/sp/top_works_3_title.png);
}

#top_label nav.lower{
    padding-bottom: 50px;
}

#top_label nav.lower li{
    width: 50%;
    padding-bottom: 0 !important;
}

#top_label nav.lower li:nth-child(even) a{
    margin-left: 5px;
}
#top_label nav.lower li:nth-child(odd) a{ 
    margin-right: 5px;
}

#top_label nav.lower li a:before{
    width: 100%;
    height: 0;
    padding-top: 65.4%;
    margin-bottom: 5px;
}

#top_label nav.lower li h2{
    height: 25px;
    width: auto;
    margin: 0 0 3px !important;
}

#top_label nav.lower .description{
    height: 130px;
}

#top_label nav.lower li._4 a:before{
    background-image: url(../img/sp/top_works_4_img.png);
}
#top_label nav.lower li._5 a:before{
    background-image: url(../img/sp/top_works_5_img.png);
}
#top_label nav.lower li._6 a:before{
    background-image: url(../img/sp/top_works_6_img.png);
}
#top_label nav.lower li._7 a:before{
    background-image: url(../img/sp/top_works_7_img.png);
}
#top_label nav.lower li._8 a:before{
    background-image: url(../img/sp/top_works_8_img.png);
}

#top_label nav.lower li._4 h2{
    background-image: url(../img/sp/top_works_4_title.png);
}
#top_label nav.lower li._5 h2{
    background-image: url(../img/sp/top_works_5_title.png);
}
#top_label nav.lower li._6 h2{
    background-image: url(../img/sp/top_works_6_title.png);
}
#top_label nav.lower li._7 h2{
    background-image: url(../img/sp/top_works_7_title.png);
}
#top_label nav.lower li._8 h2{
    background-image: url(../img/sp/top_works_8_title.png);
}

#uranai{
    font-family: Helvetica, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#uranai > a:after{
    top: 50%;
    margin-top: 42px;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 26px;
}

#uranai .content{
    width: auto;
    padding: 5px 5px 7px;
    margin-top: -140px;
    left: 5px;
    right: 5px;
    margin-left: 0;
    border-radius: 7px;
}

#uranai .content h1{
    margin: 0 5px 15px;
    border-radius: 4px;
}

#uranai .content h1 img{
    height: 20px;
    width: auto;
}

#uranai .content .read{
    margin-bottom: 14px;
    font-size: 10px;
}

#uranai .content .read span{
    font-size: 14px;
    padding-right: 14px;
}

#uranai .content .lower{
    height: 95px;
    padding-left: 75px;
    background-size: 70px 70px;
    background-position: left top;
}

#uranai .content .lower:after{
    display: none;
}

#uranai .content .lower div{
    background: #f7f7f6;
    border-radius: 8px;
    padding: 17px 12px;
    height: 61px;
    font-size: 12px;
    line-height: 18px;
}

#uranai .content .lower p{
    display: block;
    width: auto;
    height: auto;
}

#uranai .content .lower p br{
    display: none;
}



/* about */
#about{
    padding-top: 0;
}

#about:before{
    top: 45px;
}

#about .main{
    padding-top: 25px;
    padding-bottom: 75px;
}

#about .mv{
    margin: 0 15px;
    height: 0;
    padding-top: 70%;
    background: url(../img/a_mv.png) no-repeat center center;
    background-size: auto 100%;
    border-radius: 5px;
}

#about .mv img{
    display: none;
}

#about .main section{
    width: 100%;
}

#about .main section.about{
    padding-bottom: 60px;
}

#about .main section.about hgroup{
    width: 100%;
    padding: 25px 0;
}

#about .main section.about hgroup p{
    font-size: 12px;
    margin-bottom: 5px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

#about .main section.about hgroup h3 img{
    width: 180px;
    height: auto !important;
}

#about .main section.about hgroup:before,
#about .main section.about hgroup:after{
    top: 53px;
    width: auto;
    background-size: 8px auto;
}

#about .main section.about hgroup:before{
    right: 50%;
    margin-right: 110px;
    left: 20px;
}

#about .main section.about hgroup:after{
    left: 50%;
    margin-left: 110px;
    right: 20px;
}

#about .main section.about .left, #about .main section.about .right{
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

#about .main section.about .left p, #about .main section.about .right p{
    font-size: 14px;
    margin-bottom: 1em;
}

#about .main section.about .press{
    position: relative;
    bottom: 0;
    padding: 0;
}

#about .main section.about .press a{
    display: inline-block;
    float: right;
    padding-right: 20px;
}


#about .main section.scholar{
    width: auto;
    margin: 0 15px;
}

#about .main section.scholar .right{
    width: auto;
    margin: 0 20px;
}

#about .main section.scholar .right > p{
    padding: 13px 0 7px;
    font-size: 8px;
}

#about .main section.scholar .right hgroup{
    padding: 13px 0;
    border-bottom: 2px solid #1d2961;
}

#about .main section.scholar .right hgroup p{
    font-size: 10px;
    margin-bottom: 8px;
}

#about .main section.scholar .right hgroup h3{
    font-size: 17px;
}

#about .main section.scholar .right hgroup h3 span{
    font-size: 8px;
}

#about .main section.scholar .img{
    position: relative;
    float: right;
    margin: 0;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    margin-left: 14px;
    margin-bottom: 14px;
}

#about .main section.scholar .img img{
    width: 80px;
    height: auto !important;
}

#about .main section.scholar .right .content{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 15px;
    text-align: justify;
    line-height: 160%;
}

#about .main section.scholar .right .content p{
    margin-bottom: 1em;
}

/* books */
#books{
    padding: 0;
    padding-bottom: 70px;
}

#wrapper.sub > section.subpage > header .search_box{
    display: none;
}


#books .main > header{
    margin: -15px 0 0;
    width: 100%;
    height: auto;
    box-shadow: none;
    padding: 25px 0 15px;
    background: url(../img/sp/5.jpg) repeat 0 0;
    border-radius: 0;
    color: #FFF;
}

#books .main > header h3{
    float: none;
    position: relative;
    height: 16px;
    padding: 15px 20px 0;
}

#books .main > header h3:after,
#news .sidebar aside h3:after,
#recent .sidebar aside h3:after,
#qanda .sidebar aside h3:after{
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    background: url(../img/sp/10.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 20px;
}

#news .sidebar aside h3:after{
    right: 0;
    top: 12px;
}

#books .main > header h3 img{
    display: none;
}

#books .main > header h3:before{
    content: "";
    display: block;
    width: 125px;
    height: 12px;
    background: url(../img/sp/6.png) no-repeat 0 0;
    background-size: contain;
}

#books .main > header ul{
    display: none;
}

#books .main > header li{
    float: none;
    font-size: 12px;
    margin: 0 0 0 20px;
}

#books .main > header li a{
    padding-left: 15px;
    padding-right: 0;
    border-left: 2px solid #FFF;
    border-radius: 0;
}

#books .main > header li.current a{
    background: transparent;
}

#books .articles{
    width: auto;
    margin: 0 15px;
    box-sizing: border-box;
    padding: 0;
    padding: 30px 0;
}

#books article{
    width: 50%;
    height: 270px;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 0 0 15px;
    border: none;
    position: relative;
}

#books article > a{
    position: absolute;
    top: 0;
    right: 5px;
    left: 5px;
    bottom: 0;
    width: auto;
    height: auto;
    border: 1px solid #dcdcdc;
    padding: 20px 10px 15px;
}

#books article .img{
    text-align: center;
    padding: 0;
    width: auto;
    height: 155px;
    margin-bottom: 15px;
}

#books article .img span{
    display: block;
    height: 155px;
    width: auto;
}

#books article .img img{
    max-height: 155px;
    width: auto !important;
}

#books article h3{
    font-size: 12px;
    margin-bottom: 5px;
}

#books article .author{
    font-size: 16px;
    height: auto;
    width: 200%;
    -webkit-transform: scale(0.5) translateX(-50%) translateY(-50%);
    transform: scale(0.5) translateX(-50%) translateY(-50%);
}


#books article .author span{
    line-height: 120% !important;
}

#books article .content{
    display: none;
}

#books article .date{
    width: auto;
    left: 10px;
    right: 10px;
    font-size: 8px;
    border-bottom: 15px;
    padding-top: 5px;
}

#books.single .articles{
    width: auto;
    margin: 0 20px;
    padding-top: 35px;
    padding-bottom: 40px;
}

#books.single article{
    padding-left: 0;
    width: 100%;
}

#books.single article .content{
    display: block;
    clear: both;
    font-size: 12px;
    text-align: justify;
}

#books.single article .left{
    width: auto;
    float: none;
}

#books.single article h3{
    font-size: 20px;
    margin-bottom: 10px;
}

#books.single article .author{
    font-size: 10px;
    margin: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
    -webkit-transform: none;
    transform: none;
}
#books.single article .author span{
    display: block;
    padding: 0;
    margin-bottom: 5px;
    margin-bottom: 0;
}

#books.single article .author span:last-child{
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

#books.single article .date{
    left: auto;
    right: 0;
    float: right;
    margin-bottom: 15px;
}

#books.single article .right{
    margin: 0 auto;
    float: none;
    width: 278px;
    height: 457px;
}

#books.single article .img{
    height: auto;
    margin-bottom: 0;
    padding: 25px 0;
}

#books.single article .right a img{
    opacity: 0 !important;
}

#books.single article .right{
    margin-bottom: 24px;
}

#books .pager{
    padding-bottom: 0;
}

/* contact */
#contact{
    padding-top: 0;
/*     padding-bottom: 300px; */
}

#contact .text p{
    width: auto;
    padding: 35px 20px;
    text-align: left;
    font-size: 10px;
    line-height: 18px;
}

/*
#contact div.wpcf7{
    width: 800px;
    height: 980px;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
    margin-top: -340px;
}
*/

/* privacy */

#privacy{
    padding-top: 0;
}

#privacy .content{
    width: auto;
    margin: 0 20px;
}

#privacy h3{
    padding: 35px 0 10px;
    font-size: 14px;
}

#privacy section._1 .top{
    padding: 20px 0 5px;
}

#privacy .content > section{
    font-size: 10px;
    line-height: 160%;
}

#privacy section._1 p{
    margin-bottom: 10px;
    padding-left: 10px;
}

#privacy section._1 .credit{
    font-size: 8px;
    overflow: hidden;
}

#privacy section._1 .credit dl{
    line-height: 14px;
}

#privacy section._1 .credit dl.left{
    display: block;
    float: left;
    width: auto;
}

#privacy section._1 .credit dl.right{
    display: block;
    float: right;
}

#privacy section._1 .credit dl.left dd{
    padding-left: 45px;
}

#privacy section._1 .credit dl.right dd{
    padding-left: 40px;
}

#privacy section._2 h4, #privacy section._3 h4{
  padding: 15px 0;
  line-height: 100%;
  font-size: 14px;
  text-align: center;
}

#privacy section._2 h5{
    line-height: 100%;
    font-size: 10px;
    padding-left: 10px;
    margin-bottom: 5px;
}

#privacy section._2 h5:before{
    width: 4px;
    height: 4px;
    top: 2px;
}

#privacy section._2 p{
    padding-left: 10px;
}

#privacy section._2 table{
    -webkit-transform: scale(0.5);
    margin-left: -131px;
    margin-top: -20px;
    margin-bottom: -60px;
}

#privacy section._3 table{
    -webkit-transform: scale(0.28);
    margin-left: -343px;
    margin-top: -135px;
    margin-bottom: -135px;
}

#privacy section._3 > p{
    padding: 10px 0 60px;
    font-size: 8px;
}

/* news */
#news{
    padding-top: 0;
    padding-bottom: 50px;
}

#news > .main{
    width: auto;
    padding: 170px 20px 0;
}

#news .articles{
    width: auto;
    float: none;
}

#news article{
    margin-bottom: 30px;
}

#news article h3{
    width: auto;
    margin-right: 65px;
    min-height: 60px;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    min-height: 40px; 
}

#news article h3 a{
    display: block;
}

#news article h3 a span{
    display: table-cell;
    padding: 10px 15px;
    height: 40px;
    width: 100%;
    vertical-align: middle;
}

#news article .cat{
    min-height: 0;
    padding: 0;
}

#news article .content{
    padding: 20px 0 10px;
    margin-bottom: 3px;
    font-size: 12px;
}

#news .sidebar{
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0;
    width: auto;
    padding: 0;
}

#news .sidebar .archives{
    width: auto;
    box-shadow: none;
    background: url(../img/sp/5.jpg) repeat 0 0;
    color: #FFF;
    padding: 22px 20px;
    border-radius: 0;
}

#news .sidebar aside{
    padding: 0;
}

#news .sidebar aside h3{
    background: transparent;
    border-radius: 0;
    text-align: left;
    text-indent: -9999px;
    position: relative;
    height: 18px;
    padding: 8px 0;
    margin: 0;
    border-top: 1px solid #595959;
}

#news .sidebar aside:first-child h3{
    border-top: none;
}

#news .sidebar aside h3:before{
    content: "";
    display: block;
    height: 18px;
    border-left: 2px solid #FFF;
}

#news .sidebar aside ul{
    display: none;
    padding-top: 20px;
}

#news .sidebar aside.label h3:before{
    background: url(../img/sp/7.png) no-repeat 10px 0;
    background-size: contain;
}
#news .sidebar aside.author h3:before{
    background: url(../img/sp/8.png) no-repeat 10px 0;
    background-size: contain;
}
#news .sidebar aside.monthly h3:before{
    background: url(../img/sp/9.png) no-repeat 10px 0;
    background-size: contain;
}

#news .wp-pagenavi{
    padding-bottom: 20px;
}

#news > ul{
    padding: 20px 10px 70px;
    overflow: hidden;
    background: url(../img/t_label_bg.jpg) repeat 0 0;
}

#news > ul li{
    width: 50%;
    float: left;
    text-align: center;
}

#news > ul li a{
    margin: 0 10px;
    display: block;
}

#news > ul li img{
    width: 100%;
    height: auto;
}

#news.single article{
    padding-bottom: 50px;
}

#news article .share{
    clear: both;
    padding-left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    text-align: center;
}

/* recent */
#recent{
    padding-top: 0;
    padding-bottom: 50px;
}

#recent > .main{
    width: auto;
    padding: 85px 5px 0;
}
#wrapper.sub > section#recent.subpage > header .title h2 img{
    height: 16.5px;
}
#recent .articles{
    width: auto;
    float: none;
}

#recent article{
    margin-bottom: 10px;
    padding: 10px 5px 5px;
}
#recent article .date{
    margin-bottom: 10px;
    font-size: 9px;
}
#recent article.new .date:after{
    padding: 0 2px;
    color: #fff;
    background-color: #d1111b;
    display: inline-block;
    margin-left: 8px;
}
#recent article a p{
    width: 100%;
    height: auto;
}
#recent article a p img{
    max-width: 100%;
    height: auto;
}
#recent .inner_anc{
    display: none;
}

#recent #recentSingle > div{
    padding-top: 45px;
}
#recent #recentSingle .content > div{
    top: 86px;
}

#recent #recentSingle > div .slider .image img{
    max-width: 100% !important;
}

#recent #recentSingle > div h2{
    width: 260px;
    height: 32px;
    margin: 0 auto 10px;
    font-size: 10px;
    line-height: 32px;
    border: 1px solid #fff;
    border-radius: 16px;
}
#recent #recentSingle > div h2 .date{
    padding-right: 10px;
    font-size: 13px;
}
#recent #recentSingle > div .loading{
    padding: 0px;
    border-radius: 0px;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateX(0%);
}
#recent #recentSingle > div .loading .thumb img{
    max-width: 100%;
    height: auto;
}
#recent #recentSingle > div .loading .progress{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -29px;
}
#recent #recentSingle > div .slider{
    margin-bottom: 45px;
    padding: 0px;
    border-radius: 0px;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateX(0%);
    background: transparent;
}
#recent #recentSingle > div .slider .image{
    width: 100%;
    text-align: center;
}
#recent #recentSingle > div .slider .image img{
    max-width: 100%;
    height: auto;
}
#recent #recentSingle > div .slider .nextBtn{
    display: none;
}
#recent #recentSingle > div .slider .prevBtn{
    display: none;
}

#recent .sidebar{
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: 0;
    width: auto;
    padding: 0;
}

#recent .sidebar .archives{
    width: auto;
    box-shadow: none;
    background: url(../img/sp/5.jpg) repeat 0 0;
    color: #FFF;
    padding: 22px 20px;
    border-radius: 0;
}

#recent .sidebar aside{
    padding: 0;
}

#recent .sidebar aside h3{
    background: transparent;
    border-radius: 0;
    text-align: left;
    text-indent: -9999px;
    position: relative;
    height: 18px;
    padding: 8px 0;
    margin: 0;
    border-top: 1px solid #595959;
}
#recent .sidebar aside h3:after {
    right: 0;
    top: 12px;
}

#recent .sidebar aside:first-child h3{
    border-top: none;
}

#recent .sidebar aside h3:before{
    content: "";
    display: block;
    height: 18px;
    border-left: 2px solid #FFF;
}

#recent .sidebar aside ul{
    display: none;
    padding-top: 20px;
}

#recent .sidebar aside.monthly h3:before{
    background: url(../img/sp/9.png) no-repeat 10px 0;
    background-size: contain;
}

#recent .wp-pagenavi{
    padding-bottom: 20px;
}

/* QandA */
#qanda{
    padding-top: 0;
    padding-bottom: 50px;
}

#qanda > .main{
    width: auto;
    padding: 120px 5px 0;
}
#wrapper.sub > section#qanda.subpage > header .title h2 {
    width: 100%;
    margin: 0;
    height: 45px;
    line-height: 45px;
    padding-left: 65px;
    padding-right: 7px;
    box-sizing: border-box;
}
#wrapper.sub > section#qanda.subpage > header .title h2 a{
    height: 100%;
    background: url(../img/sp/44.png) no-repeat left center,
                url(../img/q_avatar.png) no-repeat right center;
    background-size: 129px 14px,
                     40px 38px;
}
#wrapper.sub > section#qanda.subpage > header .title h2 img{
    display: none;
}
#qanda .articles{
    width: auto;
    float: none;
}

#qanda .articles article{
    width: 100%;
    margin-bottom: 10px;
    padding: 0 0 10px;
    box-sizing: border-box;
}
#qanda .articles article > div{
    padding-top: 30px;
    padding-left: 0;
    position: relative;
}
#qanda .articles.questions article{
    padding-top: 0;
}
#qanda .question{
    padding-bottom: 10px;
}
#qanda .questions article > div:before, 
#qanda .question:before{
    background-size: auto 13px;
}
#qanda .questions article > div:before, 
#qanda .question:before,
#qanda .answer:before{
    width: 25px;
    height: 25px;
}
#qanda .answer:before{
    background-size: auto 12px;
}
#qanda .answer:after{
    content: '';
    width: 25px;
    height: 11px;
    background: url(../img/sp/43.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 7px;
    left: 32px;
}
#qanda .answer{
    margin-top: 10px;
}
#qanda .articles article > div.answer > div{
    margin: 0;
}
#qanda .answer p{
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
}
#qanda .answer > div:after{
    width: 110px;
    height: 42px;
    padding-top: 17px;
    font-size: 11px;
    font-weight: bold;
    background: url(../img/q_avatar.png) no-repeat right center;
    background-size: auto 42px;
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    right: 11px;
}

#qanda .articles article > div > div{
    padding: 11px 7px;
    overflow: visible;
}
#qanda .articles article > div > div a{
    opacity: 0 !important;
}
#qanda .articles article > div > div .date{
    margin-top: 0;
    font-size: 9px;
    position: absolute;
    top: -22px;
    left: 31px;
    font-weight: bold;
}
#qanda article.new .date:after {
    color: #fff;
    background-color: #d1111b;
}
#qanda .articles article > div > div h2{
    font-size: 12px;
    line-height: 17px;
}

#qanda .sidebar{
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0;
    width: auto;
    padding: 0;
}

#qanda .sidebar .archives{
    width: auto;
    box-shadow: none;
    background: url(../img/sp/5.jpg) repeat 0 0;
    color: #FFF;
    padding: 22px 20px;
    border-radius: 0;
}

#qanda .sidebar aside{
    padding: 0;
    margin: 0;
}

#qanda .sidebar aside h3{
    width: 100%;
    background: transparent;
    border-radius: 0;
    text-align: left;
    text-indent: -9999px;
    position: relative;
    height: 18px;
    padding: 8px 0;
    margin: 0;
    border-top: 1px solid #595959;
}
#qanda .sidebar aside h3:after {
    right: 0;
    top: 12px;
}

#qanda .sidebar aside:first-child h3{
    border-top: none;
}

#qanda .sidebar aside h3:before{
    content: "";
    display: block;
    height: 18px;
    border-left: 2px solid #FFF;
}

#qanda .sidebar aside ul{
    display: none;
    padding-top: 20px;
}
#qanda .sidebar aside:first-child h3 {
    border-top: none;
}

#qanda .sidebar aside.questionRanking h3:before{
    background: url(../img/sp/42.png) no-repeat 10px 0;
    background-size: contain;
}
#qanda .sidebar aside.monthly h3:before{
    background: url(../img/sp/9.png) no-repeat 10px 0;
    background-size: contain;
}

#qanda .articles .share{
    text-align: center;
    padding: 0;
}
#qanda .articles .share li{
    margin: 0 5px;
}

#qanda .articles .wp-pagenavi{
    margin-top: 31px;
}
#qanda .pager{
    width: 220px;
    height: 35px;
    margin: 20px auto 0;
}
#qanda .pager p{
    z-index: 2;
    position: relative;
}
#qanda .pager p:before{
    display: none;
}
#qanda .pager p a{
    height: 35px;
    padding: 0;
    display: block;
    text-indent: -9999px;
    border: none;
    z-index: 0;
}
#qanda .pager .prev,
#qanda .pager .next{
    width: 100px;
    height: 35px;
    padding: 0;
    background-color: #f7f7f6;
    border-radius: 4px;
    position: relative;
}
#qanda .pager .prev{
    background-size: 9px 13px;
    background-position: 10px center;
}
#qanda .pager .next{
    background-size: 9px 13px;
    background-position: 80px center;
}
#qanda .pager .prev:after{
    content: '新しい質問';
    font-size: 11px;
    line-height: 35px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 0;
    left: 28px;
}
#qanda .pager .next:after{
    content: '古い質問';
    font-size: 11px;
    line-height: 35px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 0;
    right: 33px;
}

/* library */

#wrapper.label{
    padding-top: 60px;
}

#wrapper.label > header .upper nav{
    display: none;
}

#wrapper.label > header{
    height: 60px;
}

#wrapper.label > header .upper{
    height: 50px;
    position: relative;
    z-index: 3;
    overflow: visible;
}

#wrapper.label > header .upper form{
    position: absolute;
    left: 50px;
    right: 50px;
    top: 0;
    bottom: 0px;
}

#wrapper.label > header .upper form input[type=text]{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    border: 0;
    background: transparent;
    padding: 20px;
    box-sizing: border-box;
    color: #FFF;
}

#wrapper.label > header .upper form input[type=submit]{
    width: 50px;
    height: 50px;
    border: none;
    background: url(../img/f_search.png) no-repeat center center;
    background-size: 16px 16px;
    position: absolute;
    right: 0;
    top: 0;
}

#wrapper.label > header .breadcrumb{
    display: block;
    height: 10px;
}

#wrapper.library > header .upper{
    background: url(../img/sp/11.jpg) repeat 0 0;
}

#wrapper.label > header .upper .back{
    width: 50px;
    height: 60px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background: url(../img/sp/4.png) no-repeat center center #000 !important;
    background-size: 50%  !important;
}

#wrapper.label > header.nav_show .upper .back{
    display: none;
}

#wrapper.label > header .upper .back:before,
#wrapper.label > header .upper .back:after{
    display: none;
}

#wrapper > header .breadcrumb{
    line-height: 10px;
}

#wrapper > header .breadcrumb ul{
    width: 200%;
    height: 10px;
    line-height: 7px;
    margin-left: 50px;
}

#wrapper > header .breadcrumb ul{
    -webkit-transform: scale(0.5) translateX(-50%);
    transform: scale(0.5) translateX(-50%);
}

#wrapper > header .breadcrumb ul li,
#wrapper.label > header .breadcrumb li{
    height: 10px;
    font-size: 14px;
    line-height: 13px;
    background-size: 4px 4px;
    background-position: 15px 4px;
}

#wrapper > header .breadcrumb li:first-child{
    padding-left: 10px;
}

#wrapper.library #main{
    padding-top: 0;
}

#wrapper.library #main > header .title{
    text-align: left;
    text-indent: -9999px;
    padding-top: 50%;
    height: 0;
    background: url(../img/sp/12.jpg) no-repeat 0 0;
    background-size: cover;
    overflow: hidden;
}

#wrapper.library #main > header .title:before,
#wrapper.library #main > header .title:after{
    display: none;
}

#wrapper.library #content section._1{
    padding-bottom: 0;
    background: #FFF;
    color: #000;
    overflow: hidden;
    border-top: 4px solid #f1408c;
}

#wrapper.library #content section._1 .content,
#content section._2 p{
    width: auto;
    padding: 0 20px 25px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: justify;
}

#content section._2 p{
    background-size: 9px 15px;
    margin-bottom: 19px;
}

#wrapper.library #content section._1 .content p,
#wrapper.library #content section._2 .content p{
    margin-bottom: 20px;
}

/*
#wrapper.library #content section._1 .content .hidden{
    height: 40px;
    padding-top: 34px;
    background: url(../img/sp/15.png) no-repeat center top;
    background-size: 9px 15px;
}

#wrapper.library #content section._1 .content .hidden:before{
    content: "";
    display: block;
    height: 40px;
    background: url(../img/sp/14.png) no-repeat center center #ea7cab;
    background-size: auto 24px;
    border-radius: 20px;
    border-right: 2px solid #cf5b8d;
    border-bottom: 2px solid #cf5b8d;
}
#wrapper.library #content section._1 .content .hidden *{
    display: none;
}
*/

#content section._1 .content p.author{
    text-align: right;
    padding-top: 20px;
}

#content section._2 > a{
    height: 40px;
    line-height: 40px;
    width: auto;
    margin: 0 20px;
    border-width: 2px;
    background-image: url(../img/sp/18.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 24px;
}

#content section._2 > a img{
    display: none;
}



#wrapper.library #content section._1 h2,
#wrapper.library #content section._2 h2{
    height: 40px;
    padding: 0;
    margin: 30px 20px 20px;
    background: url(../img/sp/13.png) no-repeat center center;
    background-size: contain;
}

#wrapper.library #content section._2 h2{
    background: url(../img/sp/16.png) no-repeat center center;
    background-size: contain;
    height: 76px;
}

#wrapper.library #content section._1 h2 img,
#wrapper.library #content section._2 h2 img{
    display: none;
}

#wrapper.library #content section._2{
    overflow: hidden;
    padding: 0 0 25px;
}

#wrapper.library #content section._3{
    border-width: 4px;
    border-color: #f1408c;
    border-left: 0;
    border-right: 0;
    height: auto;
    background-image: none;
}

#wrapper.library #content section._3 h2{
    padding: 35px 0 20px;
}

#wrapper.library #content section._3 h2 img{
    width: 180px;
    height: auto;
}

#wrapper.library #content section._3 > ul{
    position: relative;
    right: auto;
    width: auto;
    margin-right: 0;
    padding-bottom: 40px;
}

#wrapper.library #content section._3 > ul li{
    padding: 10px 0;
    margin: 0 20px;
}

#wrapper.library #content section._3 > ul li:last-child{
    border: none;
}

#wrapper.library #content section._3 h3{
    float: none;
    width: auto;
    line-height: 26px;
}

#wrapper.library #content section._3 > ul li div{
    width: auto;
}

#wrapper.library #content section._3 > ul li span{
    text-align: left;
}

#wrapper.library #content section._3:before{
    display: none;
}

#wrapper.library #content section._4{
    overflow: hidden;
}

#wrapper.library #content section._4 h2{
    padding: 0;
    margin: 32px 20px;
    height: 30px;
    width: auto;
    background: url(../img/library/s_4_title.png) no-repeat center center;
    background-size: auto 30px;
}

#wrapper.library #content section._4 h2 img{
    display: none;
}

#wrapper.library #content section._4 form > p{
    width: 800px;
}

#library_outline{
    position: relative;
}

#library_outline h2{
    padding: 40px 20px 0;
}

#library_outline ul{
    margin: 0;
    margin-left: 20px;
    padding: 40px 20px 0;
    font-size: 14px;
    line-height: 20px;
}

#library_outline .close{
    top: 20px;
    left: auto;
    right: 20px;
}

#schools{
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    min-width: 0;
    background: #ea7cab;
    position: relative;
}
#schools .sections{
    position: relative;
}

#schools .sections section{
    margin: 0 20px;
    padding: 40px 0 20px;

    display: block;
}

#wrapper.library #content section._3 h3{
    margin: 0;
}

#schools .sections section ul{
    height: auto;
    margin: 20px 0 0 20px;
}

#schools > a{
    left: auto;
    top: 20px;
    right: 20px;
    color: #FFF;
}

#schools > a span{
    padding-top: 60px;
    height: auto;
    background: url(../img/library/s_5_close.png) no-repeat 0 0;
}

#schools > a img{
    display: none;
}

#wrapper.library #content section._3 li{
    width: auto;
    margin: 0;
    float: none;
}

/* dokuhon */
#wrapper.dokuhon #main{
    padding-top: 0;
}

#wrapper.dokuhon #main h1 img{
    width: 100%;
    height: auto;
}

#dokuhon_about{
    height: auto;
}

#dokuhon_about .content{
    width: auto;
    position: relative;
    top: auto;
    left: 0;
    margin: 0 20px;
}

#dokuhon_about .content:after{
    content: "";
    display: block;
    position: relative;
    left: -20px;
    width: 100%;
    padding: 0 20px;
    padding-top: 70%;
    background: url(../img/sp/23.png) no-repeat center bottom;
    background-size: 100% auto;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}

#dokuhon_about .content h2{
    margin: 0px;
    margin-bottom: 30px;
}

#dokuhon_about .content h2 img{
    width: 180px;
    height: auto;
}

#dokuhon_about .text{
    padding: 0;
}

#dokuhon_about .text h3{
    margin-bottom: 20px;
}

#dokuhon_about .text h3 img{
    width: 100%;
    height: auto;
}

#dokuhon_about .books{
    display: none;
}

#dokuhon_books{
    height: auto;
    padding-bottom: 180px;
}

#dokuhon_books h2{
    margin-top: -60px;
    margin-bottom: 20px;
}

#dokuhon_books h2 img{
    height: 80px;
    width: auto;
}

#dokuhon_news article.new:before{
    left: 80px;
    top: 18px;
}

.label_books .content_width{
    width: auto;
}

.label_books article.new .meta:before{
    top: 0;
}

.label_news article.new:before{
    top: 26px;
}

.label_books .articles{
    margin: 0 20px;
}

.label_books article{
    margin-left: 0;
    height: auto;
    width: 100%;
    margin-bottom: 30px;
}

.label_books article .img{
    width: 90px;
    height: 140px;
}

.label_books article .img img{
    max-width: 90px;
    max-height: 140px;
}

.label_books article .meta{
    margin-left: 100px;
    padding-top: 40px;
    height: 102px;
    padding-bottom: 20px;
}

.label_books article h3{
    font-size: 16px;
}

.label_books article .author{
    position: relative;
    margin-top: 10px;
}

.label_books article .content{
    display: none;
}

.label_books article .date{
    text-align: right;
    width: 100%;
}

.label_books .content_width > p, .label_news .content_width > p{
    margin-right: 20px;
}

#dokuhon_news{
    height: auto;
/*     overflow: hidden; */
}

#dokuhon_news .content_width{
    width: 50%;
    margin: 0 auto;
    top: 40px;
    padding-bottom: 120px;
}

#dokuhon_news h2{
    position: relative;
    left: 20px;
    margin-top: 4%;
}

#dokuhon_news h2 img{
    height: 65px;
    width: auto;
}

#dokuhon_news .articles{
    width: auto;
    margin: 0 20px;
    padding-top: 20px;
    height: auto;
    padding-bottom: 40px;
}

#dokuhon_news .content_width > p{
    margin-bottom: 120px;
}

#dokuhon_news article{
    padding: 20px 0;
    border-bottom: 1px solid #000;
}

#dokuhon_news.show #dokuhon_news_anc{
    margin-left: 14%;
    margin-top: -3.2%;
    -webkit-transform: scale(0.5);
}

#dokuhon_news.show .content_width:before{
    left: 2%;
    bottom: 0;
    top: auto;
    margin-bottom: -10px;
    -webkit-transform: scale(0.4);
    transform: scale(0.5);
    -webkit-animation: none;
    animation:  none;
    -webkit-transition: none;
    transition: none;
}

/* kodomo */

#wrapper.label > header{
    font-family: inherit;
}

#wrapper.kodomo > header .upper{
    background: url(../img/sp/24.jpg) repeat 0 0;
}

#wrapper.kodomo > header .breadcrumb{
    background: #e6e6e6;
    color: #242e6a;
}

#wrapper > header .breadcrumb li{
    background-image: url(../img/s_header_arr.png);
}

#wrapper.kodomo #main{
    padding-top: 0;
}

#kodomo_banners{
    height: auto;
    overflow: hidden;
}

#kodomo_banners .slider{
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    margin: 15px 15px 0;
}

#kodomo_banners .slider ul.anc li{
    width: auto;
    height: auto;
}

#kodomo_banners .slider ul.anc li img{
    width: 100%;
    height: auto;
}

#kodomo_banners .banner{
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    padding: 15px 20px;
    overflow: hidden;
    margin: 0;
    width: auto;
}

#kodomo_banners .banner li{
    float: left;
    width: 50%;
    background: transparent;
    margin: 0 !important;
}

#kodomo_banners .banner li a{
    display: block;
    margin: 0 5px;
}

#kodomo_banners .banner li a img{
    width: 100%;
    height: auto;
}

#kodomo_about{
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    margin-bottom: 40px;
}

#kodomo_about.show:before{
    margin: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    top: 0;
    bottom: 0;
    margin-top: 40%;
    margin-bottom: 30%;
    background: url(../img/sp/27.png) repeat-y center center;
    background-size: 100% auto;
    -webkit-transition: none;
    transition: none;
}

#kodomo_about .container{
    width: auto;
    margin: 0 15px;
    border: none;
    background: transparent;
}

#kodomo_about{
    position: relative;
    overflow: hidden;
}

#kodomo_about.show .bg{
    overflow: visible;
    position: relative;
    z-index: 4;
}

#kodomo_about.show .bg:before{
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    width: auto;
    margin: 0;
    top: 0;
    padding-bottom: 41%;
    background: url(../img/sp/25.png) no-repeat center center;
    background-size: contain;
    -webkit-transition: none;
    transition: none;
}

#kodomo_about.show .bg:after{
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: 0;
    width: auto;
    margin: 0;
    padding-top: 41%;
    background: url(../img/sp/26.png) no-repeat center center;
    background-size: contain;
    -webkit-transition: none;
    transition: none;
}

#kodomo_about .container{
    margin: 0;
    height: auto;
    padding-top: 40%;
    padding-bottom: 30%;
}

#kodomo_about .container p{
    margin: 0 10%;
    width: auto;
    font-size: 13px;
    font-weight: bold;
}

#kodomo_about.show:after,
#kodomo_about.show .container:before,
#kodomo_about.show .container:after,
#kodomo_about header,
#kodomo_about ul{
    display: none !important;
}

#kodomo_books{
    padding: 25px 0;
}

#kodomo_books h2{
    margin: 0 20px;
}

#kodomo_books h2 img,
#kodomo_news h2 img{
    max-width: 100%;
    height: auto;
}

#kodomo_books.label_books .articles{
    padding: 35px 0;
    width: auto;
    clear: both;
}

#kodomo_books.label_books .articles article{
    float: none;
}

#kodomo_books.label_books .content_width > p{
    position: absolute;
    bottom: 20px;
    right: 0;
}

#kodomo_news{
    padding: 25px 0 80px;
}

#kodomo_news h2{
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    margin: 0 20px;
}

#kodomo_news .articles{
    width: auto;
    margin: 0 20px;
    min-height: 0;
}

#kodomo_news:before{
    width: 120px;
    height: 110px;
    background: url(../img/sp/28.png) no-repeat 0 0;
    background-size: contain;
    top: 15px;
    right: 20px;
    left: auto;
    bottom: auto;
    margin: 0;
}

#kodomo_news.label_news .content_width > p{
    margin-top: 20px;
}

#kodomo_dictionary .left,
#kodomo_dictionary .right{
    float: none;
    width: auto;
}

#kodomo_dictionary .left{
    padding: 20px 20px 40px;
}

#kodomo_dictionary:before{
    display: none;
}

#kodomo_dictionary .left h2{
    text-align: center;
    margin-bottom: 20px;
}

#kodomo_dictionary .left h2 img,
#kodomo_dictionary_top h1 img{
    height: 100px;
    width: auto;
}

#kodomo_dictionary .right{
    background: #f7f7f6;
    padding: 40px 20px 110px;
}

#kodomo_dictionary .right header h3 img{
    max-width: 100%;
    height: auto;
}

#kodomo_dictionary .right header p{
    top: -28px;
}

#kodomo_dictionary .right li a,
#kodomo_dictionary_top .right .contents li a{
    padding: 26px 22px 22px;
    padding-left: 36px;
    font-size: 14px;
    background-position: 14px center;
}

#kodomo_dictionary_top .right.top .contents li span,
#kodomo_dictionary_top .right.single header .date{
    top: 5px;
}

#kodomo_dictionary .right > p{
    margin-top: 20px;
}

#kodomo_dictionary_top .right.single .contents .img a img{
    opacity: 0 !important;
}

.back_dictionary{
    width: 50px;
    height: 60px !important;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../img/sp/4.png) no-repeat center center #000 !important;
    background-size: 50% !important;
}

.back_dictionary:before,
.back_dictionary:after,
.back_dictionary span,
header.nav_show .back_dictionary{
    display: none !important;
}

#kodomo_dictionary_top h1{
    padding: 40px 0;
    height: auto;
}

#kodomo_dictionary_top .content_width{
    max-width: none;
}

#kodomo_dictionary_top .left{
    padding: 0;
    margin: 0;
    width: auto;
    float: none;
}

#kodomo_dictionary_top .left h2{
    margin: 20px;
}

#kodomo_dictionary_top .search_box{
    display: none;
}

#kodomo_dictionary_top .right{
    width: auto;
    margin: 0 20px;
    float: none;
}

#kodomo_dictionary_top .right.single header .back{
    display: none;
}

#kodomo_dictionary_top .right.single header{
    padding: 0;
}

#kodomo_dictionary_top .right.single header h2{
    font-size: 18px;
    padding-bottom: 10px;
}

#kodomo_dictionary_top .left h2:hover{
    background: #fff583;
}

#kodomo_dictionary_top .right.single header .date{
    top: -14px;
}

#kodomo_dictionary_top .right.single .contents,
#kodomo_dictionary_top .right.single .contents.width_img{
    padding: 20px 0;
}

#kodomo_dictionary_top .right.single .contents .img{
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto 20px;
}

#kodomo_dictionary_top .content_width:before{
    display: none;
}

#kodomo_dictionary_top .left aside{
    background: url(../img/sp/24.jpg) repeat 0 0;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
}

#kodomo_dictionary_top .left aside h3{
    margin: 0;
    overflow: hidden;
}

#kodomo_dictionary_top .left aside{
    padding-bottom: 15px;
    padding-top: 0;
}
#kodomo_dictionary_top .left h2+aside{
    padding-bottom: 0;
    padding-top: 15px;
}

#kodomo_dictionary_top .left h2+aside h3{
    border-bottom: 1px solid #56d888;
}

#kodomo_dictionary_top .left aside h3:before{
    content: "";
    display: block;
    height: 14px;
    margin: 12px 0;
    border-left: 2px solid #FFF;
}

#kodomo_dictionary_top .left aside.volume h3:before{
    background: url(../img/sp/37.png) no-repeat 10px 0;
    background-size: contain;
}

#kodomo_dictionary_top .left aside.reading h3:before{
    background: url(../img/sp/36.png) no-repeat 10px 0;
    background-size: contain;
}

#kodomo_dictionary_top .left aside h3 img{
    display: none;
}

#kodomo_dictionary_top .left aside .hidden{
    display: none;
}

#kodomo_dictionary_top .right.top{
    padding-top: 20px;
}

#kodomo_dictionary_top .left aside.reading{
    color: #FFF;
}

#kodomo_dictionary_top .left aside.volume div{
    margin: 20px 0;
    background: none;
}
#kodomo_dictionary_top .left aside.volume div div{
    border-right: none;
    border-bottom: none;

}

#dictionaryAbout{
    position: absolute;
    top: 187px;
    left: 0;
    right: 0;
    width: auto;
}

#dictionaryAbout .container{
    margin: 10px;
}

#dictionaryAbout h2{
    padding-top: 90px;
    padding-bottom: 20px;
    margin: 0 20px;
}

#dictionaryAbout h2 img{
    max-width: 100%;
    height: auto !important;
}

#dictionaryAbout a img{
    width: 36px;
    height: auto !important;
}

#dictionaryAbout p{
    font-size: 13px;
    line-height: 26px;
    text-align: left;
    padding: 0 20px;
}

#dictionaryAbout p span{
    display: inline;
}

/* search */

#search{
    padding-top: 0;
}

#search .main{
    width: auto;
}

#wrapper.sub > section#search > header,
#search .main h3,
#search article .img,
#search article .content{
    display: none;
}

#search .articles{
    margin: 0 20px;
}

#search article{
    width: auto;
    float: none;
    margin: 0;
    border: none;
    height: auto;
    border-bottom: 1px solid black;
}

#search article > a{
    position: relative;
    padding: 0;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    padding: 20px 0;
}

#search article.books .detail{
    width: auto;
}

#search article h4{
    display: block;
    height: auto;
    border: none;
    font-size: 16px;
    width: auto;
}

#qb_box_button{
    width: 74px;
    height: 74px;
    background: url(../img/sp/41.png) no-repeat center center;
    background-size: contain;
    top: auto;
    bottom: 17px;
}

#qb_box_button *{
    display: none !important;
}

/*
#qb_box{
    display: block !important;
}
*/

#qb_box .min_area{
    min-height: 0;
}

#qb_box .min_area > .close{
    background: rgba(0,0,0,0.8);
}

#qb_box .content{
    width: auto;
    top: 50%;
    margin-top: -228px;
    left: 5px;
    right: 5px;
    margin-left: 0;
    padding:0 0 14px;
    border: 5px solid #FFF;
    box-sizing: border-box;
}

#qb_box .content .upper{
    padding-top: 16px;
    margin-bottom: 15px;
}

#qb_box .content .upper:before{
    display: none;
}

#qb_box .content .upper:after{
    top: -10px;
    left: 10px;
    bottom: 0;
    width: 80px;
    height: 115px;
    background: url(../img/qb_img.png) no-repeat center center;
    background-size: contain;
    z-index: -1;
}

#qb_box .content .close{
    width: 50px;
    height: 50px;
    display: block;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#qb_box .content .close:before{
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    z-index: 2;
    border: 25px solid #f2f2f2;
    border-top-color: transparent;
    border-right-color: transparent;
}

#qb_box .content .close:after{
    width: 16px;
    height: 16px;
    top: 7px;
    right: 7px;
    background-size: contain;
}

#qb_box .content h2{
    margin: 0 auto 10px;
    padding-bottom: 8px;
    width: 135.5px;
    border-bottom: 1px solid #d0d0d0;
}

#qb_box .content h2 img{
    width: 135.5px;
    height: 18px;
}

#qb_box .content .upper .text{
    width: auto;
    font-size: 10px;
    line-height: 16px;
    padding: 14px 7px;
    margin: 0 7.5px;
}

#qb_box .content .upper .text br{
    display: none;
}

#qb_box .content .form{
    padding: 0 7px;
}

#qb_box .content .form ul{
    padding-bottom: 15px;
}

#qb_box .content .form li{
    padding-left: 90px;
}

#qb_box .content .form li:after{
    width: 85px;
}

#qb_box .content .form li h3{
    width: 85px;
    top: 50%;
    margin-top: -5px;
    font-size: 10px;
}

#qb_box .content .form li h3 span{
    font-size: 10px;
    padding-left: 5px;
}

#qb_box .content .form li .input{
    padding: 4px 0;
}

#qb_box .content .form li.radio .input{
    padding: 4px 0;
}

#qb_box .content .form li.radio .input input{
    display: inline-block;
    -webkit-appearance: radio;
    margin: 0;
    margin-right: 5px;
}

#qb_box .content .form li.radio label{
    font-size: 10px;
    line-height: 20px;
    height: 20px;
    padding: 5px 0;
    padding-right: 40px;
}

#qb_box .content .form li.radio label:before,
#qb_box .content .form li.radio label:after{
    display: none !important;
}

#qb_box .content .form li.text input,
#qb_box .content .form li.textarea textarea{
    font-size: 16px;
    line-height: 18px;
    padding: 10px 6px;
}

#qb_box .content .form li.textarea textarea{
    height: 115px;
}

#qb_box .content .form .submit p{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    margin-left: 120px;
}

#qb_box .content .form .submit p img{
    width: 20px;
    height: 20px;
}

#qb_box.sending .content .form .submit p{
    display: block;
}

#qb_box .content .form button{
    width: 218px;
    height: 40px;
    line-height: 38px;
    font-size: 13px;
    border-right: 1px solid #d06800;
    border-bottom: 2px solid #d06800;
}

#qb_box.send .upper .text,
#qb_box.send .content .upper:before,
#qb_box.send .content .form,
#qb_box .content .upper .send_message{
    display: none;
}

#qb_box.send .min_area{
    min-height: 0;
}

#qb_box.send .content{
    margin-top: -228px;
}

#qb_box.send .content .upper{
    margin-bottom: 0;
    padding-bottom: 111px;
}

#qb_box.send .content .upper .send_message h3{
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    padding: 0 24px;
    margin-bottom: 15px;
}

#qb_box.send .content h2{
    margin-bottom: 23px;
}

#qb_box.send .content .upper .send_message p{
    width: auto;
    padding: 16px 8px;
    height: auto;
    font-size: 10px;
    line-height: 16px;
    margin: 0 7px;
    margin-bottom: 35px;
    text-align: left;
}

#qb_box.send .content .upper .send_message p br{
    display: none;
}

#qb_box.send .content .upper .send_message p:after{
    width: 18px;
    height: 31px;
    margin-left: -9px;
    bottom: -25px;
    background-size: contain;
}

#qb_box.send .content .upper .send_message h4{
    font-size: 14px;
}

#qb_box.send .content .upper:after{
    left: 50%;
    margin-left: -40px;
    top: auto;
    bottom: 0;
}















































