body{
    font-family: 'Noto Sans JP',
    sans-serif;
    font-size:16px;
    line-height: 1.8;
}

body.opening{
    overflow-y: hidden;
}

h2{
    font-family: 'Abel', sans-serif;
    font-size:2rem;
    /* margin: 10px 0; */
    border-bottom: 1px solid #ccc;
}

h3{
    font-size:1.5rem;
    font-family: 'Abel',
    sans-serif;
    font-weight: bold;
    background-color: #eee;
    padding: 20px;
    width: 100%;
}

h4 {
    font-size: 1.2rem;
    font-family: 'Abel',
        sans-serif;
    font-weight: bold;
}

section{
    margin: 50px 0;
}

p{
    padding: 20px 0;
}

.book img{
    height: 150px;
    border: 1px solid #ddd;
}

.media img{
    width: 110px;
    margin: auto;
}


.school img{
    max-width: 220px;
    /* height: 60px; */
    width:70%;
    margin: auto;
}


.book-title{
    margin-top: 10px;
    line-height: 1.7;
    font-size:0.8rem;
    font-weight: bold;
}

.book-title span{
    font-weight: normal;
    display: inline-block;
    margin-top: 10px;
}

.award-image{
    width: 90%;
    margin: auto;
}

.education-client img {
    max-width: 130px;
    margin:auto;
    margin-bottom: 20px;
}

.education-title{
    margin: 15px 0 30px 0;
    padding: 10px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    text-align: center;
    /* font-size: 0.8rem; */
    font-weight: bold;
}

p.profile{
    font-size:0.9rem;
    line-height: 2;
    padding-top: 0;
    text-align: justify;
}

.award-text{
    font-size:0.8rem;
    line-height: 2;

}

.logo{
    max-width: 120px;
    margin: auto;
    margin-top: 50px;
}

.logo2 {
    max-width: 100px;
}

.amazon-logo{
    width: 80px;
}

input,textarea{
    border-radius: 5px;
    width: 100%;
    padding: 5px 10px;
    border:1px solid #ddd;
}

button{
    border-radius: 5px;
    width: 100%;
    padding: 5px 10px;
    border:1px solid #ddd;
    max-width: 300px;
    margin: 20px auto;
    text-align: center;
    transition: .5s;
}

button:hover{
    background-color: #555;
    color: white;
}

a{
    transition: .5s;
}

a:hover{
    opacity: .5;
    /* text-decoration: underline; */
}

.pre-screen{
    width: 100%;
    height: 100%;
    background-color:rgba(255,255,255,1);
    position: fixed;
    top: 0;
    left: 0;
}

.opening-logo{
    position: absolute;
    height: 100px;
    
}

.e{
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -155.75px;
    /* 62.8 */
}

.n {
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -75.75px;
    /* 76.5 */
}

.y {
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: 12.75px;
    /* 80 */
}

.x {
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: 102px;
    /* 80 */
}

.subtitle{
    position: absolute;
    top: 50%;
    margin-top: 70px;
    left: 0%;
    text-align: center;
    width: 100%;
    opacity: 0;
}

.media img.media-lg{
    width: 180px;
}

.book-image{
    height: 150px;
    border:1px solid #aaa;
}

.mainvisual{
    width: 100%;
    height: 100px;
    background-image: url('https://eny.fun/images/mainvisual.svg');
    background-size: contain;
}

li strong{
    font-family: sans-serif;
    font-weight: bold;
}