/* =====================================
   Gold Finger School 記事デザイン
   Education Service Style
===================================== */

/* 全体 */
.container{
    max-width:1100px;
}

.post{
    font-size:16px;
    line-height:1.9;
    color:#333;
}

/* =====================================
   タイトル
===================================== */

.post h2{
    font-size:32px;
    font-weight:700;
    margin-bottom:30px;
    padding-bottom:12px;
    border-bottom:3px solid #0073ff;
    color:#1a1a1a;
}

.post h3{
    font-size:22px;
    font-weight:700;
    margin-top:45px;
    margin-bottom:18px;
    padding-left:12px;
    border-left:5px solid #0073ff;
}

/* =====================================
   本文
===================================== */

.post p{
    margin-bottom:18px;
}



/* =====================================
   特徴リスト
===================================== */

.post p br{
    line-height:2.2;
}

/* =====================================
   画像
===================================== */

.wp-block-image{
    text-align:center;
    margin:35px 0;
}

.wp-block-image img{
    max-width:100%;
    height:auto;
    box-shadow:0 6px 18px rgba(0,0,0,0.12);
}



/* =====================================
   区切り
===================================== */

.wp-block-separator{
    border:none;
    border-top:2px dotted #ddd;
    margin:45px 0;
}

/* =====================================
   投稿情報
===================================== */

.post_info{
    margin-bottom:15px;
}

.post-left ul{
    padding:0;
    margin:0;
}

.post-left li{
    list-style:none;
    color:#888;
    font-size:14px;
}

/* =====================================
   ボックス（記事枠）
===================================== */

.box_style_1{
    background:#fff;
    border-radius:10px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* =====================================
   サイドバー
===================================== */

.widget{
    margin-bottom:35px;
}

.widget h4{
    font-size:18px;
    font-weight:700;
    padding-bottom:6px;
    border-bottom:3px solid #0073ff;
    margin-bottom:15px;
}

.recent_post{
    padding-left:0;
}

.recent_post li{
    list-style:none;
    margin-bottom:12px;
    font-size:14px;
}

.recent_post a{
    text-decoration:none;
    color:#333;
}

.recent_post a:hover{
    color:#0073ff;
}

/* =====================================
   前の記事リンク
===================================== */

#next{
    margin-top:70px;
    padding:20px;
    background:#f7f9fc;
    border-radius:8px;
    font-size:15px;
}

#next a{
    color:#0073ff;
    text-decoration:none;
    font-weight:600;
}

#next a:hover{
    text-decoration:underline;
}

/* =====================================
   PDFリンク
===================================== */

.post a[target="_blank"]{
    font-weight:600;
}

.post a[target="_blank"]:hover{
    color:#0073ff;
}

/* =====================================
   モバイル対応
===================================== */

@media (max-width:768px){

.post h2{
    font-size:24px;
}

.post h3{
    font-size:18px;
}

.box_style_1{
    padding:25px;
}

.wp-block-button__link{
    width:100%;
    text-align:center;
}

}