@charset "utf-8";
/*
Theme Name: ICONIC child
Theme URI:https://tcd-theme.com/tcd062
Description:WordPressテーマ「ICONIC」の子テーマ
Template:iconic_tcd062
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/

/* ======================================
   Bookページ
====================================== */
.book-meta{
    margin:30px 0;
    padding:24px 28px;
    background:#ffffff;
    border-top:3px solid #d71920;
    border-bottom:1px solid #ddd;
}

.book-meta p{
    display:flex;
    align-items:flex-start;
    margin:0;
    padding:12px 0;
    border-bottom:1px solid #ececec;
    font-size:16px;
    line-height:1.8;
}

.book-meta p:last-child{
    border-bottom:none;
}

.book-meta strong{
    width:110px;
    min-width:110px;
    color:#666;
    font-weight:700;
}

.book-meta span{
    flex:1;
}

/* スマホ */

@media (max-width:768px){

.book-meta{
    padding:18px;
}

.book-meta p{
    display:block;
}

.book-meta strong{
    display:block;
    margin-bottom:5px;
    width:auto;
}

}

.book-buy{
    margin:35px 0 10px;
    text-align:center;
}

.book-buy a{
    display:inline-block;
    padding:16px 42px;
    background:#d71920;
    color:#fff;
    text-decoration:none;
    border-radius:4px;
    font-size:18px;
    font-weight:bold;
    transition:.25s;
}

.book-buy a:hover{
    opacity:.85;
}

@media(max-width:768px){

.book-buy a{
    display:block;
    width:100%;
    box-sizing:border-box;
}

}