@charset 'UTF-8';

/* **********************************************************************
 *
 *       Title:   Site-Shokunin CMS master.css
 *       Notes:   Hand-crafted by WebLab Corporation in Tokyo.
 *
 ********************************************************************** */

/* IE用印刷設定CSS
======================================================= */

@media print {
    body {
        _zoom: 67%; /*WinIE only */
    }
    #top_a {
        _zoom: 95%; /*WinIE only */
    }
}

/* 基本設定
======================================================= */

* {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.7;     
    position: relative;
    min-width: 980px;      /* [1. 基本レイアウト設定]　全体の幅 */
    text-align: left;
    color: #333;       /* [4. 基本文字設定]　文字色 */
    background: #fff ;      /* [2. サイト全体の背景設定]　背景色 */
}

body.contact {
    min-width: 980px;
}

a:link,
a:visited {
    text-decoration: none;
    color: #229bd2;       /* [4. 基本文字設定]　リンク文字色 */
}
a:hover,
a:active {
    text-decoration: underline;
    color: #229bd2;       /* [4. 基本文字設定]　リンク文字色 */
}

address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
    font-style: normal;
}

p {
    font-size: 16px;    
    font-size: 1.6rem;
}

ul {
    font-size: 16px;    
    font-size: 1.6rem;     
    margin: 5px 0 5px 10px;
    padding: 0 0 0 10px;
}

ol {
    font-size: 16px;    
    font-size: 1.6rem;    
    margin: 5px 0 5px 15px;
    padding: 0 0 0 20px;
}


/* レイアウト設定
======================================================= */

.wrapper {
    width: 880px;      /* [1. 基本レイアウト設定]　全体の幅 */
    margin: 0 auto 40px;
    text-align: left;
}

.wrappertop {
    margin: 0 auto 40px;
    padding-top: 65px;
    text-align: left;
}

body.contact .wrappertop {
    padding-top: 0;
}

.wrappertop .main {
    padding: 0;
    overflow: hidden;
}

.wrapper .main {
    width: 880px;      /* [1. 基本レイアウト設定]　メインカラムの幅 */
    padding: 40px 0 0;
    overflow: hidden;
    min-height: 500px;
}

.contact .wrapper {
    font-size: 14px;
    font-size: 1.4rem;
    width: 880px;
    margin: 0 auto;
    padding: 0 0 50px;
    text-align: left;
}

.contact .wrapper .main {
    width: auto;
    margin: 0;
}


/* header設定
======================================================= */

header {
    display: -webkit-box;
    display: flex;
    padding: 0;
    background: #fff;   /* [3. ヘッダー設定]　背景色 */
    height: 65px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    min-width: 980px;
}

body.contact header,
body.user header {
    position: relative;
}

body.user .space {
        padding: 0;
}

header .head_l {
  margin-right: auto;
}

header .inner {
    width: 880px;   /* [1. 基本レイアウト設定]　全体の幅 */
    margin: 0 auto;
}

header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header .logo {
    padding: 10px 0 0 10px;
}

header .logo a {
    display: block;
}

header .logo img {
    width: 199px;
    height: 44px;
}

header .head_r {
    line-height: 1;
    display: -webkit-box;
    display: flex;
}

header .head_r p {
    color: #fff;
    text-align: center;
    height: 65px;
    width: 153px;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

header .head_r p:hover {
    opacity: 0.7;
}

header .head_r p a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}

header .head_r p span {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 13px;
}

header .head_r .form_btn {
    background: #e84018 url(../img/ico_contact_free.png) no-repeat 24px center;
    width: 153px;
}

header .head_r .form_btn a {
    font-size: 16px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

header .head_r .form_btn span {
    width: auto;
    left: 60px;
    bottom: 23px;
}

.tel {
    margin: 0;
    color: #333333;        /* [18. CVエリア設定]　電話番号文字色 */
    text-align: left;
    overflow: hidden;
}
.tel a {
    background: url(../img/ico_tel.png) left center no-repeat;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    padding: 0 0 0 22px;
    cursor: default;
    text-decoration: none;
    pointer-events: none;
    line-height: 1;
}

.tel a,
.tel a:visited {
    color: #e84018;        /* [18. CVエリア設定]　電話番号文字色 */
}

header .head_r .contact {
    margin: 0;
}
header .head_r .contact a {
     padding: 10px 38px; 
    
}

#recruitsite header .head_r p:nth-of-type(1),
#lp header .head_r p:nth-of-type(1) {
        visibility: hidden;
}

#recruitsite header .head_r p:nth-of-type(2),
#lp header .head_r p:nth-of-type(2) {
        background: #e84018 url(../img/ico_siryou.png) no-repeat center 10px;
        background-size: auto 22px;
}

#recruitsite header .head_r p:nth-of-type(2) span,
#lp header .head_r p:nth-of-type(2) span {
        bottom: 13px;
}

#recruitsite header .head_r p:nth-of-type(2){
        width: 158px;
}

#recruitsite header .head_r p:nth-of-type(3){
        display: none;
}

#jizokukahojokin header .head_r p:first-of-type {
    background: #5ea600 url(../img/ico_contact_free.png) no-repeat center 10px;
    width: 153px;
}

#lp.installments header .head_r p:first-of-type {
    visibility: visible;
    background: #fa6341 url(../img/ico_contact_free.png) no-repeat center 10px;
    width: 153px;
}

.sp_trigger,
.overlay,
.contact_overlay { display: none;}

/* nav
======================================================= */

nav ul {
    display: -webkit-box;
    display: flex;
    margin: 0 auto;
    padding: 0 15px 0 0;
    list-style-type: none;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    display: block;
    padding: 25px 0;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    line-height: 1;
    vertical-align: middle;
}

nav ul li a:link,
nav ul li a:visited {
    text-decoration: none;
    color: #333;       /* [5. ナビゲーション（第一階層メニュー）設定]　文字色 */
}

nav ul li a:hover,
nav ul li a.selected {
    text-decoration: none;
    color: #e84018;       /* [5. ナビゲーション（第一階層メニュー）設定]　文字色（ハイライト時） */
}

/* パンくず
======================================================= */
.space {
    padding-top: 65px;
}

body.contact .wrap_subnav {
    padding-top: 0;
}

.wrap_under_headline {
    background: #efefef;
}

ol.breadcrumb {
    display: none;
}


/* 下層ナビゲーション
======================================================= */

.wrap_subnav + .space {
    padding-top: 105px;
}

.wrap_subnav {
    height: 46px;
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    background: #ffe8e4;
    z-index: 9999;
}

.wrap_subnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.wrap_subnav ul.subnav {
    margin: 0 auto;
    width: 880px;
}

.wrap_subnav ul.subnav li {
    font-size: 14px;
    font-size: 1.4rem;
}

.wrap_subnav ul.subnav li:not(:last-child) {
    margin-right: 45px;
}

.wrap_subnav ul.subnav li a {
    display: block;
    padding: 13px 0 3px;
}

.wrap_subnav ul.subnav li a:link,
.wrap_subnav ul.subnav li a:visited {
    color: #333;        /* [10. 下層メニュー（第二階層）設定]　文字色 */
    text-decoration: none;
}

.wrap_subnav ul.subnav li:hover {
    text-decoration: none;
}

.wrap_subnav ul.subnav li:hover a {
    border-bottom: 2px solid #e84018;
    color: #e84018;        /* [10. 下層メニュー（第二階層）設定]　文字色（ハイライト時） */
}

.wrap_subnav ul.subnav li.subselected > a {
    border-bottom: 2px solid #e84018;   
    color: #e84018;
    text-decoration: none; 
}

/* トップページ設定
======================================================= */

.wrappertop .block {
    clear: both;
    width: 100%;
    margin: 0 0 40px;
}


/* 下層共通設定
======================================================= */

.wrapper .block {
    clear: both;
    width: 100%;
    margin: 0 0 50px;
    overflow: hidden;
}

.wrap_h1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 880px;
    margin: 0 auto;
}

.wrap_under_headline h1,
.wrap_under_headline .under_headline_title {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    padding: 49px 0;
    margin: 0 10px 0 0;
    color: #333;   /* [12. 下層ページ大見出し（タイトル）設定]　文字色 */
}

body.user .wrap_under_headline .wrap_h1 {
        display: block;
}

body.user .wrap_under_headline .wrap_h1 p {
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: bold;
        padding: 28px 0 0;
}

body.user .wrap_under_headline .wrap_h1 p + h1,
body.user .wrap_under_headline .wrap_h1 p + .under_headline_title {
        padding: 0 0 28px;
}

.main .block h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    margin: 0 0 30px;
    padding: 0 0 6px;
    color: #333;   /* [13. 下層ページ中見出し設定]　文字色 */
    border-bottom: 1px solid #dbdbdb;   /* [13. 下層ページ中見出し設定]　枠線（左線）色 */
}

.main .block h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 0 0 0 10px;
    color: #333;   /* [14. 下層ページ小見出し]　文字色 */
    border-left: 3px solid #e84018;   /* [14. 下層ページ小見出し]　枠線（左線）色 */
    line-height: 1.3;
}

/* 下層ブロック管理画面にCSS効かせたくないスタイル
======================================================= */

/* alink */

ul.alink li {
    float: left;
    margin: 0 10px 10px 0;
}

ul.alink li a {
    display: block;
    margin: 0;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
}

ul.alink li a:link,
ul.alink li a:visited {
    text-decoration: none;
}

ul.alink li a:hover {
    text-decoration: underline;
}


/* pagetop
======================================================= */

.pagetop {
    position: fixed;
    z-index: 10;
    right: 50px;
    bottom: 0;
}

.pagetop a {
    float: left;
    padding-top: 50px;
    height: 0 !important;
    margin: 0;
    overflow: hidden;
    outline: none;
    background: #656565 url(../img/pagetop.png) no-repeat 50% 50%;    /* [16. フッター（メニュー部）設定]　背景色（＋PAGETOP） */
    border-radius: 50%;
    width: 50px;
}


/* footer
======================================================= */

footer {
    background: #353535;    /* [17. フッター（住所、Copyright部）設定]　背景色 */
}

footer .foot_in {
    width: 980px;      /* [1. 基本レイアウト設定]　全体の幅 */
    margin: 0 auto;
}

/*.foot_cv*/
footer .foot_cv {
    background: url(../../img/bg_contact.jpg) no-repeat 0 0 / cover;
    padding: 40px 0;
}

footer .wrap_breadcrumb {
    background: #a3e6f9;
}

footer .breadcrumb {
    display: block;
    width: 880px;
    margin: 0 auto;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 20px 0;
    list-style-type: none;
    line-height: 1;
}

footer .breadcrumb li {
    float: left;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    text-decoration: none;
}

footer .breadcrumb li:first-child span {
    padding-top: 2px;
}

footer .breadcrumb li:not(:first-child) {
    padding-top: 2px;
}

footer .breadcrumb li a {
    color: #229ad2;
}

footer .breadcrumb li:first-child a {
    color: #efefef;
    padding-right: 2px;
}

footer .breadcrumb li:first-child a img {
    width: 16px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

footer .breadcrumb li:first-child a img:hover {
    opacity: 0.7;
}

.foot_cv .inner_foot_cv {
    width: 784px;
    margin: 0 auto;
    padding: 57px 48px 54px; 
    background-color: #fff;
    text-align: center;
    line-height: 1;
} 

.inner_foot_cv .tit {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24px;
}

/*.inner_foot_cv > div {
    display: -webkit-box;
    display: flex;
    margin-top: 40px;
}
*/

.inner_foot_cv .foot_cv_tel {
    margin-top: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.foot_cv_tel .office {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.foot_cv_tel .office + .office {
    margin-left: 48px;
}

.foot_cv_tel .office > p {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 0 0;
    margin-right: 10px;
}

.foot_cv_tel .office div p:last-child {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
    margin-top: 5px;
}

.foot_cv_contact {
    margin: 32px auto 0;
}

.foot_cv_contact p a {
    display: block;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: #e84018;
    padding: 24px 0;
    width: 600px;
    margin: 0 auto;
}

.foot_cv_contact p a span {
    background: url(../img/ico_contact_free.png) no-repeat left 58%;
    padding-left: 38px;
    font-size: 28px;
    font-size: 2.8rem;
}

.foot_cv_contact p a:hover {
    opacity: 0.7;
}

/* foot_nav */

footer .foot_nav {
    background: #656565;   /* [16. フッター（メニュー部）設定]　背景色 */
}

.foot_nav ul {
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
}

.foot_nav ul li {
    float: left;
    margin: 0 40px 0 0;
    padding: 0 0 0 15px;
     background: url(../img/arw_fmenu.png) no-repeat 0 center;         
    
}

.foot_nav ul li a {
    font-size: 1.3rem;
    font-size: 13px;
}

.foot_nav a:link,
.foot_nav a:visited {
    color: #fff;   /* [16. フッター（メニュー部）設定]　文字色 */
    text-decoration: none;
}

.foot_nav a:hover {
    color: #fff;   /* [16. フッター（メニュー部）設定]　文字色 */
    text-decoration: underline;
}

/*foot_sitemap*/
.foot_sitemap {
    padding: 30px 0 60px;
    border-bottom: 1px solid #656565;
}

.foot_sitemap > div {
    display: -webkit-box;
    display: flex;
    color: #fff;
}

.foot_sitemap > div > p {
    margin-right: auto;
}

.foot_sitemap ul {
    list-style-type: none;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
    margin: 0;
    padding: 0;
}

.foot_sitemap > div > ul:not(:last-of-type) {
    margin: 0 30px 0 0;
}

.foot_sitemap ul ul li:before {
    content: '・';
    margin-left: 
}

.foot_sitemap a {
    color: #fff;
    text-decoration: none;
}

.foot_sitemap a:hover {
    text-decoration: underline;
}

/* foot_info */
.foot_info {
    color: #fff;    /* [17. フッター（住所、Copyright部）設定]　文字色 */
    padding: 26px 0 30px;
}

.foot_info > div {
    display: -webkit-box;
    display: flex;    
}

.foot_info > div > p:first-of-type {
    margin-top: 5px;
}

.foot_info .foot_info_address {
    margin: 0 0 0 20px;
}

.foot_info .foot_info_address p {
    font-size: 11px;
    font-size: 1.1rem;
}

.foot_info_address .office {
    display: -webkit-box;
    display: flex;    
}

.foot_info_address .office > p {
    width: 70px;
    margin-right: 10px;
}

.foot_info .copy {
    text-align: right;
    font-size: 10px;
    font-size: 1.0rem;
    margin-left: auto;
}

.contact footer .foot_cv,
.contact footer .foot_nav,
.contact footer .foot_sitemap {
    display: none;
}

/* お知らせ設定
======================================================= */

.mceTopics > div {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}

.mceTopics ul {
    height: 260px;
    overflow-y: scroll;
    padding: 0;
    margin: 16px 0 0;
}

.mceTopics ul li {
    list-style-type: none;
    margin: 0 10px 14px 0;
}

.mceTopics ul p,
.mceTopics ul a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2; 
}

.mceTopics div p:first-of-type {
    font-size: 20px;
    font-size: 2.0rem;
    background: url(../img/ico_tag.png) no-repeat left center;    
    padding-left: 31px;
    margin-right: auto;
}

.mceTopics .topiclist {
    background: #e84018 url(../img/arw_fmenu.png) no-repeat 90% center;
    background-size: 4px 8px;
    color: #fff;
    border-radius: 20px;    
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0px 21px 2px 13px;
    margin-right: 6px;  
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.mceTopics .rss,
.wrap_h1 .inforss a {
    background: #ff8a00 url(../img/ico_rss.png) no-repeat 11px center;
    color: #fff;
    border-radius: 20px;    
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0px 12px 2px 25px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: block;
}

.mceTopics .topiclist:hover,
.mceTopics .rss:hover,
.wrap_h1 .inforss a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.topicsblock_un ul {
    overflow-y: initial;
    height: auto;
    margin: 0;
}

.topicsblock_un ul li {
    margin-bottom: 0;
}

.topicsblock_un ul a {
    font-size: 16px;
    font-size: 1.6rem;
}

.topicsblock_un .day {
    padding-right: 10px;
}

ul.pager {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.pager li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.pager li strong {
    display: inline-block;
    padding: .25em .4em;
    color: #fff;
    border: 1px #999 solid;
    background-color: #999;
}
ul.pager li a {
    display: inline-block;
    padding: .25em .4em;
    text-decoration: none;
    border: 1px #ccc solid;
}
ul.pager li a:link,
ul.pager li a:visited {
    color: #333;
    border-color: #ccc;
}
ul.pager li a:hover,
ul.pager li a:active {
    color: #fff;
    border-color: #999;
    background-color: #999;
}

/* サイトマップ設定
======================================================= */

.block_sm {
    clear: both;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: left;
    border-bottom: 1px dotted #ccc;
}
.block_sm h2.sitemap {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
    border: 0;
}
.sitemap_ul {
    margin: 3px 0 0 10px;
    list-style: none;
    border: 0;
}
.sitemap_ul li {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 2px 0 2px 17px;
    text-align: left;
    border: 0;
    background: url(../img/sitemap_arrow.gif) no-repeat 0 5px;
}
.sitemap_ul li ul {
    margin: 3px 0 0 13px;
    list-style: none;
}
.sitemap_ul li ul li {
    padding-left: 17px;
    text-align: left;
    background: url(../img/sitemap_arrow.gif) no-repeat 0 5px;
}


/* スマホPC切替スイッチ
======================================================= */

.dvc_switch {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}

.dvc_switch ul {
    margin: 0 auto;
    padding: 0;
}

.dvc_switch li {
    list-style-type: none;
}

.dvc_switch li.pc {
    display: none;
}

.dvc_switch li.sp {
    text-align: center;
}

.dvc_switch li.sp a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
}

.dvc_switch li a {
    width: 100%;
    padding: 0;
    text-decoration: none;
    color: #fff;
}

.dvc_switch li:first-child a {
    line-height: 1.6;
}

.dvc_switch p {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}


/* ヘッダの横幅対応
======================================================= */

@media (max-width: 1120px) {
    nav ul li {
        margin: 0 10px;
    }
    nav ul li a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 26px 0;
    }

    header .logo {
        padding-top: 15px;
    }

    header .logo img {
        width: 170px;
        height: 38px;
    }
}


/* ブログ
======================================================= */
.wrap_blog_h1 a {
    color: #333;
}

.wrap_blog_h1 a:hover {
    text-decoration: none;
    color: #e84018;
}

.wrap_blog {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wrap_blog .main {
    width: 660px;
    margin: 20px 40px 0 0;
    padding: 0;
}

.wrap_blog .side {
    width: 180px;
    padding: 20px 0 0;
}

.wrap_blog .main .page-title {
    font-weight: normal;
    color: #fff;
    background: #229ad2;
    font-size: 14px;
    padding: 2px 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.wrap_blog .main .block h2 {
    margin-bottom: 0;
    border-bottom: none;
}

.wrap_blog .main .block h2 a {
    color: #333;
}

.wrap_blog .main .block h2 a:hover {
    color: #e84018;
    text-decoration: none;
}

.wrap_blog .postlist > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.wrap_blog .summary_data > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.wrap_blog .article_head .summary_data > ul {
    margin-bottom: 30px;
}

.wrap_blog .summary_data > ul li {
    margin-right: 10px;
}

.wrap_blog .summary_data > ul li:last-child {
    margin-left: auto;
    margin-right: 0;
}

.wrap_blog .summary_data a {
    color: #333;
}

.wrap_blog .summary_txt > a {
    display: block;
    float: left;
    margin: 0 20px 10px 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.wrap_blog .summary_txt > a:hover {
    opacity: 0.7;
}

.wrap_blog .summary_txt img {
    height: 150px;
    object-fit: cover;
}

.wrap_blog .summary_txt p {
    font-size: 14px;
    font-size: 1.4rem;
}

.wrap_blog .side section,
.wrap_blog .side .widget-container {
    margin-bottom: 30px;
}

.wrap_blog .side .widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
    font-weight: normal;
}

.wrap_blog .side ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.wrap_blog .side ul li {
    background: url(../img/ico_arw_blue.png) no-repeat left 4px;
    background-size: auto 12px;
    padding-left: 14px;
    line-height: 1.5;
    margin-bottom: 4px;
}

.wrap_blog .side ul li,
.wrap_blog .side ul li a {
    font-size: 14px;
    font-size: 1.4rem;
}

.wrap_blog .side #category ul li {
    background: url(../img/ico_arw_blue.png) no-repeat left center;
}

.wrap_blog .side #category ul li,
.wrap_blog .side #category ul li a {
    font-size: 14px;
    font-size: 1.4rem;
}

.wrap_blog .side .writer_block {
    margin-bottom: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.wrap_blog .side .writer_block .img {
    margin-right: 10px;
}

.wrap_blog .side .writer_block .name { 
    font-size: 1.4rem;
    line-height: 1.2;
}

.wrap_blog .side .writer_block .name a {
    display: block;
}

.wrap_blog #searchform {
    display: -webkit-box;
    display: flex;
}

.wrap_blog #searchform input:first-child {
    width: 120px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 2px;
}

.wrap_blog #searchform input:last-child {
    border: none;
    padding: 4px 10px;
    background-color: #229ad2;
}

.wrap_blog .entry-title {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    margin: 0;
    padding: 0 0 6px;
    color: #333;
    border-bottom: none;
}

.wrap_blog .article_body {
    margin-bottom: 60px;
}

.wrap_blog .single-featured-image-header {
    float: right;
    margin: 0 0 10px 10px;
}

.wrap_blog .single-featured-image-header img {
    width: 300px;
    height: auto;   
}

.wrap_blog .article_body h1 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    margin: 20px 0;
    color: #333;
}

.wrap_blog .article_body h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    margin: 15px 0 30px;
    padding: 0 0 6px;
    color: #333;
    border-bottom: 1px solid #dbdbdb;
}

.wrap_blog .article_body h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    margin: 20px 0 12px;
    padding: 0 0 0 10px;
    color: #333;
    border-left: 3px solid #e84018;
    line-height: 1.3;
}

.wrap_blog .article_body h4 {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    margin: 20px 0 2px;
}

.wrap_blog .share_area {
    border-top: dotted 1px #dbdbdb;
    margin-bottom: 40px;
}

.wrap_blog .share_area.summary_share {
    margin: 10px 0 0;
}

.wrap_blog .share_area > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.wrap_blog .share_area > div a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 20px;
}

.wrap_blog .share_area .addthis_toolbox a {
    margin: 8px 5px 0 0!important;
    display: -webkit-inline-box;
    display: inline-flex;
}

.wrap_blog .share_area .addthis_toolbox .addthis_button_compact {
    margin-right: 5px;
    padding-right: 5px;
    border-right: solid 1px #dbdbdb;
}

.wrap_blog .share_area .addthis_toolbox .addthis_button_compact span {
    margin-right: 5px!important;
}

.wrap_blog .pagenav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.wrap_blog .pagenav span {
    display: block;
}

.wrap_blog .pagenav span a {
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #dbdbdb;
    padding: 10px;
    text-align: center;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.wrap_blog .pagenav span a:hover {
    background: #efefef;
    text-decoration: none;
}

.wrap_blog .pagenav:after {
    display: none;
}

.wp-pagenavi {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.wp-pagenavi a, .wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px 5px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    text-decoration:none;
    font-size: 14px;
    font-size: 1.4rem;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
}
.wp-pagenavi span.current{
    color: #FFF;
    background-color: #229ad2;
    border-color: #229ad2;
    font-weight: bold;
}

/*関連記事*/
.wrap_blog .yarpp-related {
    margin: 60px 0 80px;
}

.wrap_blog .related_title {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.wrap_blog .related_title span {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 10px;
    font-weight: normal;
}

.wrap_blog .related_post {
    display: -webkit-box;
    display: flex;
}

.wrap_blog .related_post .related_entry {
    margin: 0;
    padding: 0;
    width: 200px;
}

.wrap_blog .related_post .related_entry:not(:last-child) {
    margin-right: 30px;
}

.wrap_blog .related_post .related_thumb img {
    width: 198px;
    height: 148px;
    text-align: center;
    object-fit: cover;
    border: 1px solid #dbdbdb;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.wrap_blog .related_post .related_thumb img:hover {
    opacity: 0.8;
}

.wrap_blog .related_post .related_thumb p {
    display: none;
}

.wrap_blog .related_post .related_date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 8px;
    line-height: 1.4;
}

.wrap_blog .related_post .related_link_tit a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    text-decoration: underline;
}

.wrap_blog .related_post .related_link_tit a:hover {
    text-decoration: none;
}



.wrap_blog #searchform.result_searchform input:first-child {
    width: 200px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 40px;
}

.wrap_blog_breadcrumb {
    background: #a3e6f9;
}

.wrap_blog_breadcrumb .blog_breadcrumb  {
    display: block;
    width: 880px;
    margin: 0 auto;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 20px 0;
    list-style-type: none;
    line-height: 1;
}

.wrap_blog_breadcrumb .blog_breadcrumb li {
    float: left;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    text-decoration: none;
}

.wrap_blog_breadcrumb .blog_breadcrumb li:last-child {
    margin-right: 0;
}

.wrap_blog_breadcrumb .blog_breadcrumb li:not(:first-child) {
    padding-top: 2px;
}

.wrap_blog_breadcrumb .blog_breadcrumb li:first-child a {
    color: #efefef;
    padding-right: 2px;
}

.wrap_blog_breadcrumb .blog_breadcrumb li:first-child a img {
    width: 16px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.wrap_blog_breadcrumb .blog_breadcrumb li:first-child a img:hover {
    opacity: 0.7;
}

.alignright, img.alignright {
    display: inline;
    float: right;
    margin: 4px 0 10px  24px;
}