.ct {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

html {
    font-size: 10px;
    color: #333; }
body{ font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", sans-serif;}

a {
    color: #666; }
a[href^="tel:"] {
    pointer-events: none; }

p {
/*    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;*/
    margin-bottom: 1em; }

img {
    max-width: 100%; }

.br_tb:before,
.br_sp:before {
    content: none;
}
.br_pc:before {
    content: "\A" ;
    white-space: pre ;
}

.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb50{ margin-bottom: 50px !important;}
.mb60{ margin-bottom: 60px !important;}

.bg-beige {
    background: #f3f3f2; }
.bg-d-blue {
    background: #1c236d; }

#page {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center;
    overflow: hidden; }

.grobal .lab label {
    display: none; }
.grobal input {
    display: none; }
.grobal .panel {
    *zoom: 1; }
.grobal .panel::before {
    content: "";
    display: table; }
.grobal .panel::after {
    content: "";
    display: table;
    clear: both; }

.text_red{ color: #e60012;}
.text_purple{ color: #88318d;}
.border_red_double{
    border-bottom: 4px double #e60012;
    padding-bottom: 2px;
}

.flex{
    display: flex;
    max-width: 700px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

#header {
    height: 0px; }

main {
    margin-top: 0; }

section {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0; }
section article {
    width: 100%;
    max-width: 700px;
    padding: 65px 150px;
    margin: 0 auto;
    font-size: 1.6em;
    line-height: 1.6;
}
section h2 {
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7; }
section h2::after {
    content: "";
    display: block;
    border-bottom: 3px solid #1c236d;
    width: 100px;
    margin: 20px auto 65px; }
section h3 {
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
    margin-bottom: 55px;
}
section h4 {
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7; }
section p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    /*letter-spacing: .05em;*/ }
section p.lead {
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
}

#intro { margin-bottom: 80px;}
#intro .mv {
    width: 100%;
    height: 260px;
    margin: 0 auto;
    background: url(/contents/bookreview/img/mv.jpg) center center/cover no-repeat;
    position: relative;
    padding-top: 80px;
    box-sizing: border-box;
    color: #fff;
}
#intro h1 {
    font-size: 46px;
    font-weight: normal;
    letter-spacing: .15em;
    margin: 0 auto 20px;
}
#intro p {
    font-size: 23px;
    text-align: center;
    letter-spacing: .2em;
    max-width: 800px;
    margin: 0 auto 25px;
    line-height: 1.7;
}

.list{
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
/*    justify-content: space-between;*/
    align-items: flex-start;
    flex-wrap: wrap;
}
.list > div{
    width: 30%;
    margin-left: 5%;
    margin-bottom: 50px;
    text-align: left;
}
.list > div:nth-child(3n-2){ margin-left: 0;}
.list > div a{ color: #000;}
.list > div a:hover{
    opacity: .7;
    color: #666;
}

.list > div .photo{
    background: #f3f3f2;
    padding: 12px;
    height: 170px;
    text-align: center;
}
.list > div .photo img{
    max-height: 100%;
    width: auto;
}
.list > div h2{
    margin-top: 15px;
    font-size: 22px;
    letter-spacing: inherit;
    min-height: 3em;
    line-height: 1.4;
}
.list > div h2::after{ content: none;}
.list > div .txt{ min-height: 3.5em;}
.list > div p.btn{
    display: inline-block;
    border: 1px solid #5f5e5e;
    padding: 3px 17px;
    border-radius: 3px;
    letter-spacing: .1em;
    font-size: 1.8em;
    color: #5f5e5e;
}
.list > div p.btn::after{
    content: "";
    padding: 8px;
    background: url(/images/common/arrow03.svg)left center/contain no-repeat;
    margin-left: 5px;
    transform: rotate(-90deg);
    display: inline-block;
}

.list > .soon{ position: relative;}
.list > .soon::before{
    content: "Coming Soon";
    color: #fff;
    font-family: 'Josefin Slab', serif;
    font-size: 2em;
    width: 100%;
    height: 100%;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-links{
    text-align:center;
    width:305px;
    margin: 0 auto 80px;
}

.nav-links .page-numbers {
    display: inline-block;
    border: 1px solid #DDD;
    padding: 0px;
    margin: 0 10px;
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.nav-links .page-numbers.current{
    background-color: #DDD;
}


.nav-links .page-numbers.next{
    position:relative;
    display:block;
    border:none;
    float:right;
    width:200px;
    text-align: right;
    margin-right:-200px;
    padding:0 24px 0 0;
}
.nav-links .page-numbers.prev{
    position:relative;
    display:block;
    border:none;
    float:left;
    width:200px;
    text-align: left;
    margin-left:-200px;
    padding:0 0 0 24px;
}

.nav-links .next:after {
    position: absolute;
    content: "\f138";
    font-family: FontAwesome;
    top: -8px;
    right: 0px;
    font-size: 22px;
}

.nav-links .prev:before {
    position: absolute;
    content: "\f137";
    font-family: FontAwesome;
    top: -8px;
    left: 0px;
    font-size: 22px;
}
.screen-reader-text {
    display: none;
}

.mapicon {
    line-height: 1;
    font-size: .7em;
    display: inline-block;
    padding: 3px 5px;
    background: #eee;
    color: #000 !important;
    border-radius: 3px;
    margin-left: 4px; }

.mapicon:before {
    font-family: FontAwesome;
    content: "\f041";
    margin-right: 2px;
    font-size: 1.3em !important;
    color: #c00 !important; }

.mapicon:hover {
    text-decoration: none;
    background: #dee; }


/* 1025px以上のモニター */
@media screen and (min-width: 1025px) {
    .pc {
        display: block !important; }

    .tb {
        display: none; }

    .sp {
        display: none; }
}

/* タブレット */
@media screen and (min-width: 600px) and (max-width: 1024px) {
    .pc {
        display: none; }

    .tb {
        display: block !important; }

    .sp {
        display: none; }
    
    .br_pc:before,
    .br_sp:before{
        content: none;
    }
    .br_tb:before {
        content: "\A" ;
        white-space: pre ;
    }

}

/* 1024px以下のモニター */
@media screen and (max-width: 1024px) {
    #header {
        height: 0px; }
    main{ margin-top: 87px;}

    section article {
        padding: 65px 10%;
        box-sizing: border-box;}
    #intro .mv{ background-size: cover;}

    #media ul li {
        width: 13%;
        max-height: 124px; }
    #media ul li:not(:nth-child(6n+6)) {
        margin-right: 4.4%; }
    #media .btn a {
        max-width: 100%; }

    .list > div h2{ min-height: 5em;}
    .list > div .txt{ min-height: 5.5em;}
}


/* 599px以下（スマホ） */
@media screen and (max-width: 599px) {
    .pc {
        display: none; }

    .tb {
        display: none; }

    .sp {
        display: block !important; }

    html {
        font-size: 8px; }

    a[href^="tel:"] {
        pointer-events: visible; }

    section article {
        padding: 55px 5% 25px;
        box-sizing: border-box;
    }
    section h2 {
        font-size: 20px;
        font-size: 2.4rem; }
    section h2::after {
        width: 50px;
        margin: 10px auto 15px; }
    section h3 {
        font-size: 18px;
        margin-bottom: 25px;
    }
    section h4 {
        font-size: 15px;
        font-size: 1.5rem; }
    section p {
        font-size: 13px;
        font-size: 1.65rem;
        line-height: 1.5; }
    section p.lead { font-size: 1.6rem;}

    .br_pc:before,
    .br_tb:before{
        content: none;
    }
    .br_sp:before {
        content: "\A" ;
        white-space: pre ;
    }

    /* アコーディオン用 */
    .close{ display: none;}
    .open{ display: block;}

    #intro{
        margin-top: 30px;
        margin-bottom: 50px;
    }
    #intro .mv{
        height: 185px;
        padding-top: 65px;
    }
    #intro .mv h1{ font-size: 22px;}
    #intro .mv p{
        font-size: 13px;
        text-shadow: 0 0 0;
        width: 90%;
        margin: 0 auto 30px;
    }
    #intro p{ line-height: 1.6;}
    
    .list{ margin: 0 auto;}
    .list > div{
        width: 48%;
        margin-left: 4%;
        margin-bottom: 30px;
    }
    .list > div:nth-child(3n-2){ margin-left: inherit;}
    .list > div:nth-child(2n-1){ margin-left: 0;}
    .list > div h2 { font-size: 16px;}

    section .content{ margin-bottom: 30px;}
    section .content h4,
    section .content p{ width: 100%;}
    section .content h4{
        margin-top: 10.5em;
        margin-bottom: 0.5em;
    }
    section .content p{ min-height: auto;}
    
    .nav-links{
        width: 100%;
        position: relative;
        height: 60px;
    }
    .nav-links .page-numbers.prev{
        width: 50%;
        margin-left: auto;
        display: block;
        float: none;
        position: absolute;
        bottom: 0;
    }
    .nav-links .page-numbers.next{
        width: 50%;
        margin-right: auto;
        display: block;
        float: none;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .nav-links .prev:before,
    .nav-links .next:after{ top: 0;}
}

/* 横幅広めのスマホ（iPhone6Plus等） */
@media screen and  (min-width: 400px) and (max-width: 599px) {
    section .content h4{ margin-top: 11.5em;}
}

/* 横幅狭いスマホ（iPhone5等） */
@media screen and (max-width: 320px) {
    section .content h4{ margin-top: 9em;}
/*    #intro + section { margin-top: 21em;}*/
}



/* youtube埋め込みレスポンシブ対応 171017*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom:20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
