/*
Theme Name: 株式会社マーク
Theme URI: http://example.com
Description: 株式会社マークのテーマ
Version: 1.0
Author: kanasashi-mc
Author URI: http://www.kanasashi.co.jp/
*/
@charset "UTF-8";
/*single
ーーーーーーーーーーーーーーー*/
.col-md-12, .col-md-2, .col-md-4 {
  position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-12 {
width: 100%;
}
.postLinks {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
}
.postLink {
  width: 50%;
    padding: 15px 0;
}
.postLink-next {
    text-align: right;
}
.postLink a {
    text-decoration: none;
    font-size: 14px;
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.postLink-next i, .postLink-next svg {
    margin-left: 10px;
}
.postLink-prev i, .postLink-prev svg {
    margin-right: 10px;
}
.newsdate {
    font-weight: bold;
    margin-bottom: 5px;
}
.newstitle {
    font-weight: bold;
    font-size: 1.4rem;
}
.submenu2 {
    background: #6BAF45;
}
.submenu2 ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 20px 0px;
}
.submenu2 ul li {
    display: inline-block;
}
#single .header2{
  margin-bottom: 0;
}
.submenu2 ul li a {
    color: #FFF;
    padding: 0px 2px;
}
.pb-4 {
  padding-bottom: 2rem;
}
.pb-5, .py-5 {
    padding-bottom: 3rem;
}
.pt-5, .py-5 {
    padding-top: 3rem;
}
.bb {
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.font-weight-bold {
    font-weight: 700;
}
.mt-5, .my-5 {
    margin-top: 3rem;
}
.col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.submenu2 a {
    background: linear-gradient(currentColor 0 0) var(--p, 0) 100% /var(--d, 0) 1px no-repeat;
    transition: 0.3s, background-position 0s 0.3s;
}
.submenu2  a:hover {
    color: #fff;
 --d: 100%;
 --p: 100%;
}
.archive:last-child {
    margin-bottom: 0;
}
.archive {
    border: 1px solid #ccc;
}
.archive .archive_title {
    font-size: 16px;
    padding: 20px 10px;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    background: #6BAF45;
    color: #fff;
}
.archive .archive_list li {
    margin: 0;
    border-bottom: 1px solid #ccc;
    line-height: 1;
}
.archive .archive_list li a {
    padding: 20px 10px;
    display: block;
    text-decoration: none;
    position: relative;
    line-height: 1;
    -webkit-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    color: #000;
}
.archive .archive_list li a::after {
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    margin-top: -0.5em;
    font-size: 14px;
    content: "";
    font-family: "Font Awesome 5 Free";
    color: rgb(187, 187, 187);
}
