@charset "UTF-8";

/* ----------------------------------------------------------------
投稿の詳細ページ
---------------------------------------------------------------- */
body {
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.75;
}



.mainContents {
    margin-bottom: 60px;
}
.postItem .postData {
    flex-wrap: wrap;
    flex-grow: 1;
    margin-top: 20px;
}
.mainContents .postItem .postThumb {
    margin-right: 0;
    max-width: 100%;
    flex-shrink: 0;
}
.postItem .postData .postMain * + * {
    padding-top: 20px;
}
.postItem .postData .postMain h2 {
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.667;
}
.postItem .postData .postMain h2 {
    border-bottom: 1px solid #333333;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.postItem .postData .postMain p + h2 {
    padding-top: 40px;
}
.articleMeta_time {
    padding: 4px 12px 0 0;
}
.articleMeta_data {
    padding: 0 0 0 0;
}
/* .articleMeta div {
    padding: 0 14px 20px 0;
} */
.customArea {
    margin: 40px calc(50% - 50vw) 0;
    width: 100vw;
    padding: 32px;
}
.customArea.introduce {
    background: #FFF8F0;
}
.customArea.banner {
    background: #EFFDFC;
}
.coustomArea p {
    line-height: 1.75;
}
.customArea_postThumb {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.customArea .customArea_title {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: normal;
}
.customArea .customArea_text {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
}
.customArea .customArea_btn {
    display: block;
    border-radius: 6px;
    background: #ED6C00;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-top: 14px;
    padding: 14px 0;
}
.customArea .customArea_speechBubble + .customArea_btn {
    margin-top: 4px;
}
.customArea .customArea_btn::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    padding-left: 0.5em;
    font-weight: 900;
}
.customArea .customArea_speechBubble {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 16px;
    margin-bottom: 8px;
    padding: 7px 20px;
    border: 1px solid #ed6c00;
    border-radius: 9999px;
    background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    font-feature-settings: "palt";
    line-height: 1.5;
    color: #ed6c00;
  }
  
  .customArea .customArea_speechBubble::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #ed6c00 transparent transparent;
    translate: -50% 100%;
  }
  
  .customArea .customArea_speechBubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 6.5px 5.7px 0 5.7px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
  }

@media print, screen and (min-width:768px) {
    
    /* パンくず */
    .nav_breadcrumb {
        margin: 0 auto 51px;
    }
    .nav_breadcrumb li {
        font-size: 1.4rem;
        font-size: 14px;
        line-height: 2;
        white-space: nowrap;
        display: inline;
    }
    .nav_breadcrumb li a {
        color: #333333;
    }
    .nav_breadcrumb li:first-child::before {
        display: none;
    }
    .nav_breadcrumb li:last-child {
        white-space: normal;
    }
    .nav_breadcrumb li:last-child span {
        text-indent: 0em;
    }
    .nav_breadcrumb li:not(first-child)::before {
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        padding-left: 0.5em;
        font-weight: 900;
    }
    .nav_breadcrumb li span::before {
        content: url(../img/icon03.svg);
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
        margin-left: 8px;
    }
    .nav_breadcrumb li span.articleCategory::before,
    .nav_breadcrumb li span.issueCategory::before {
        content: url(../img/icon02.svg);
    }
    .nav_breadcrumb li.current span::before {
        content: url(../img/icon01.svg);
        vertical-align: -2px;
    }
    .mainSec .postTitle {
        font-size: 2.8rem;
    }
    .postItem .postData .postMain h2 {
        font-size: 2.2rem;
        font-size: 22px;
        line-height: 1.455;
    }
    .mainContents .postItem:last-of-type {
    margin-bottom: 80px;
    }
    .articleMeta_time {
        padding: 2px 13px 0 0;
    }
    .articleMeta_data {
        padding: 0 0 0 0;
    }
    /* .articleMeta div {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 14px 0 0;
    } */
    .postItem .postData {
        margin-top: 44px;
    }    
    .customSec {
        margin-bottom: 80px;
    }
    .customArea {
        margin: 40px auto 0;
        width: 100%;
        padding: 36px;
        display: flex;
        align-items: center;
    }
    .customArea .customArea_postThumb {
        margin-right: 36px;
        max-width: 41.76%;
        flex-shrink: 0;
        padding-bottom: 0;
    }
    .postItem .postData .postMain * + * {
        padding-top: 40px;
    }

    .postItem .postData .postMain p + h2 {
        padding-top: 50px;
    }
    .postItem .postData .postMain h2 {
        border-bottom: 1px solid #333333;
        padding-bottom: 17px;
        margin-bottom: 30px;
    }
    .bottomSec a {
        color: #333333;
    }
    .bottomSec .subTitle {
        font-size: 2.6rem;
        font-size: 26px;
        line-height: 1.308;
        border-left: 6px solid #EC6C00;
        padding-left: 10px;
        margin-bottom: 40px;
    }
    .bottomSec .postTitle {
        font-size: 2.6rem;
        font-size: 26px;
        line-height: 1.308;
    }
    .bottomSec .postItem {
        display: flex;
        margin-bottom: 40px;
        border-bottom: 2px solid #EBEBEB;
        padding-bottom: 38px;
    }
    .bottomSec .postItem .postThumb img {
        padding-right: 24px;
    }
    .bottomSec .postData_title {
        margin-bottom: 16px;
    }
}