@charset "utf-8";

#main-contents * {
    box-sizing: border-box;
}

#main-contents a {
    transition: opacity 0.3s ease;
    color: #555;
}
#main-contents a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#main-contents a:active,
#main-contents a:focus {
    text-decoration: none;
}

#main {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

#main-contents {
    width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    color: #333;
    font-size: 14px;
}

.main-title {
    width: 100%;
    height: 100px;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-contents .main-area {
    display: flex;
    flex-wrap: nowrap;
    padding: 20px 0;
}

.article-area {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 210px);
    padding-right: 20px;
    height: auto;
}
.article-area .blog-not-found {
    font-size: 16px;
    color: #555;
    text-align: center;
    padding: 40px 10px;
}
.article-area .article {
    margin-bottom: 40px;
}
.article-area .article-head {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    height: auto;
}
.article-area .article-head .title {
    background-color: #f4f4f1;
    padding: 16px 130px 16px 24px;
    font-size: 18px;
    line-height: 1.4;
}
.article-area .article-head .date {
    font-size: 14px;
    font-style: italic;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
}
.article-area .article-contents {
    padding: 24px 24px 0px;
    display: flex;
    flex-wrap: nowrap;
}
.article-area .article-contents .article-image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 240px;
    height: 160px;
    margin-right: 20px;
}
.article-area .article-contents .article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-area .article-contents .article_body {
    width: 100%;
    font-size: 16px;
    margin: 0;
}
.article-area .article-contents .article_body p {
    margin-bottom: 15px;
}
#main-contents .article-area .article-contents .article_body a {
    color: #0782C1;
}
.article-area .article-contents .article-text {
    flex-grow: 1;
    padding-bottom: 30px;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
}
.article-area .article-contents .article-text .article-more {
    display: inline-block;
    background-color: #f7f7f7;
    padding: 3px 12px;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.article-area .article-contents .article-text .article-more:after {
    content: '';
    width: 6px;
    height: 8px;
    background: url(/assets/img/common/btn_arrow_black.png) no-repeat left top;
    background-size: 6px 8px;
    margin-left: 5px;
    display: inline-block;
    margin-top: -4px;
}

#pagination {
    display: flex;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
}
#pagination a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #f7f7f7;
    color: #555;
    margin: 0 3px;
    transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
#pagination a:hover {
    opacity: 0.7;
    color: #fff;
    background-color: #c6c2b3;
}
#pagination a.arrows span {
    transform: scale(0.75, 1.2);
    display: block;
}
#pagination span.dot {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 3px;
}
#pagination span.current {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 3px;
    color: #fff;
    background-color: #c6c2b3;
}

#detail-bottom {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#detail-bottom .article-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 16px;
}
#detail-bottom .article-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 16px;
}
#detail-bottom .link-to-blog-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 43px;
    font-size: 16px;
    padding: 10px 20px;
    background-color: #f7f7f7;
}
#detail-bottom a span {
    transform: scale(0.75, 1.2);
    display: inline-block;
    position: relative;
    top: -1px;
}

.side-area {
    flex-grow: 0;
    flex-shrink: 0;
    width: 210px;
    height: auto;
    font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
}
.side-area .side-title {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 10px;
    color: #555;
}
.side-area .blog-calendar-section {
    color: #555;
}
.side-area .blog-calendar-section .saturday {
    color: #2a7fb9;
}
.side-area .blog-calendar-section .sunday,
.side-area .blog-calendar-section .holiday {
    color: #cc887f;
}
.side-area .blog-calendar-section .blog-calendar-section-head {
    font-size: 24px;
    text-align: center;
    padding: 15px 0;
}
.side-area .blog-calendar-section .blog-calendar-section-head span {
    font-size: 14px;
    margin: 0 5px;
}
.side-area .blog-calendar-section .blog-calendar-section-date {
    width: 100%;
    table-layout: fixed;
    text-align: center;
    font-size: 16px;
}
.side-area .blog-calendar-section .blog-calendar-section-date thead th {
    padding: 15px 0;
}
.side-area .blog-calendar-section .blog-calendar-section-date tbody td {
    padding: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.side-area .blog-calendar-section .blog-calendar-section-date tbody td a.active {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.side-area .blog-calendar-section .blog-calendar-section-date tbody td a.active:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e1e1c0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.side-area .blog-calendar-section .blog-calendar-section-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.side-area .blog-calendar-section .blog-calendar-section-foot a {
    font-size: 18px;
}
.side-area .blog-calendar-section .blog-calendar-section-foot a span {
    transform: scale(0.75, 1.2);
    display: inline-block;
}