@charset 'utf-8';
main{
    border: 4px solid #FFF100;
    background: #fff;
}
.title{
    margin-bottom: 32px;
}
.title.wh{
    color: #fff;
}
.title p{
    font-size: 10px;
    padding-left: 16px;
    margin-bottom: 8px;
    letter-spacing: 0.08em;
    position: relative;
}
.title p:before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00C6DE;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.title.wh p:before{
    background: #FFF100;
}
.title h6{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
.title h6 br{
    display: none;
}
@media screen and (max-width: 452px){
    .title h6 br{
        display: block;
    }
}
#sec1{
    padding: 40px 20px 72px;
    background: url(../img/sec1_bg.jpg)repeat-y center top;
    background-size: 100% auto;
    color: #fff;
}
#sec1 #main{
    margin-left: -8px;
    margin-bottom: 20px;
    width: calc(100% + 20px + 8px);
    max-width: unset;
}
#sec1 p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 2em;
}
#sec1 p:last-of-type{
    margin-bottom: 0;
}
#sec2{
    padding: 48px 20px 72px;
}
#sec2 > p{
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 2em;

}
#sec3{
    padding: 48px 20px 72px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#sec3:before,
#sec3:after{
    content: "";
    width: 100%;
    height: 128px;
    background: url(../img/bg.jpg)no-repeat center bottom;
    background-size: cover;
    position: absolute;
    left: 0;
    z-index: -2;
}
#sec3:before{
    top: 0;
}
#sec3:after{
    bottom: 0;
    transform: rotate(180deg);
}
#sec3 .book{
    background: #fff;
    border-radius: 8px;
    border: 1px solid #CACBD5;
    margin-bottom: 24px;
    position: relative;
    padding: 24px 20px 32px;
}
#sec3 .book.v{
    padding-bottom: 0;
}
#sec3 .book:before,
#sec3 .book:after{
    content: "";
    width: 637px;
    height: 569px;
    background: url(../img/bg_circle.png)no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: -1;
}
#sec3 .book:nth-of-type(2n-1):before{
    top: -182px;
    right: -246px;
}
#sec3 .book:nth-of-type(2n-1):after{
    top: calc(50% - 182px);
    left: -290px;
}
#sec3 .book:nth-of-type(2n):before{
    bottom: -182px;
    right: -246px;
    transform: rotate(180deg);
}
#sec3 .book:nth-of-type(2n):after{
    top: -86px;
    left: -246px;
    transform: rotate(180deg);
}
#sec3 .book .info{
    margin-bottom: 32px;
}
#sec3 .book .info .text{
    width: 50%;
    padding-right: 20px;
    float: left;
}
#sec3 .book .info .text h5{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
#sec3 .book .info .text h6{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    padding-bottom: 12px;
    margin-bottom: 24px;
    background-size: 4px 1px;
    background-image: linear-gradient(to right, #000439 1px, transparent 1px, transparent 4px);
    background-repeat: repeat-x;
    background-position: left bottom;
}
#sec3 .book .info .text li{
    margin-bottom: 8px;
}
#sec3 .book .info .text li img{
    border-radius: 4px;
    border: 1px solid #CACBD5;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.02);
}
#sec3 .book .info > img{
    width: 50%;
    float: left;
    border-radius: 4px;
}
#sec3 .book .description h6{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 24px;
}
#sec3 .book .description p{
    font-size: 14px;
    line-height: 2em;
}
#sec3 .book .voice{
    padding: 28px 20px 32px;
    margin: 24px -20px 0;
    background: #FFFEF4;
    border-radius: 0 0 8px 8px;
    background-size: 4px 1px;
    background-image: linear-gradient(to right, #000439 1px, transparent 1px, transparent 4px);
    background-repeat: repeat-x;
    background-position: left top;
}
#sec3 .book .voice h6{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 46px;
    background: url(../img/ico_voice.png)no-repeat top 4px left;
    background-size: 32px auto;
}
#sec3 .book .voice li{
    font-size: 12px;
    line-height: 1.67em;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E7C6;
}
#sec3 .book .voice li:last-of-type{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#sec3 .book .voice li .name{
    margin-top: 12px;
    font-size: 10px;
    text-align: right;
}
small{
    display: block;
    padding: 12px 0;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.08em;
}
@media screen and (min-width: 801px){
    body{
        background: #FFFEF4;
        position: relative;
    }
    body:before{
        content: "";
        width: calc((100% - 672px) / 2);
        height: 100%;
        position: fixed;
        bottom: 96px;
        right: 48px;
        background: url(../img/logo.png)no-repeat bottom center;
        background-size: contain;
        opacity: 0.3;
    }
    main{
        width: 480px;
        margin: auto;
        box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
    }
}