@charset "UTF-8";

/* ==========================================
  Site Common
========================================== */

body {
    min-width: 1260px;
    color: #535353;
}

.l-container {
    position: relative;
    width: 100%;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

.item-sp {
    display: none !important;
}

a {
    text-decoration: none;
}

a img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

a:hover img {
    opacity: 0.7;
}


/* Header Catch
------------------------------------------ */

.catch-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ↓ Add 202104 ↓ */


/* Breadcrumb
------------------------------------------ */

.pankuzu {
    margin: 0px auto 0;
    width: 1100px;
    color: #878787;
    font-size: 14px;
}

.pankuzu a {
    color: #878787;
    font-size: calc(14px * 0.846);
}


/* ↑ Add 202104 ↑ */


/* ==========================================
  Site Header
========================================== */

.l-header {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 18px 0;
}

.header-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* Global Navi
------------------------------------------ */

.gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gnav li {
    font-size: 14px;
    font-size: 1.4rem;
}

.gnav li:not(:last-of-type) {
    margin: 0 35px 0 0;
}

.gnav li:last-of-type {
    padding: 0 0 0 35px;
    border-left: solid 1px #535353;
}

.gnav li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #535353;
}

.gnav li a:hover {
    text-decoration: underline;
}

.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sns li {
    width: 27px;
}

.sns li:not(:first-of-type) {
    margin: 0 0 0 20px;
}

.sns li a {
    width: 100%;
    height: 100%;
    display: block;
}

.menu-trigger {
    display: none;
}


/* ==========================================
  Site Footer
========================================== */

.l-footer {
    position: relative;
    width: 100%;
    background-color: #f7f7f7;
}

.l-footer .inner {
    padding: 85px 0 110px;
}

.fnav {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.0625em;
    margin: 0 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.fnav h4 {
    font-weight: 500;
}

.fnav a {
    color: #535353;
}

.fnav a:hover {
    text-decoration: underline;
}

.fnav>ul {
    margin: 0;
}

.fnav>ul li:not(:last-of-type) {
    margin: 0 0 25px;
}

.fnav>div {
    margin: 0 215px;
}

.fnav>div dl:not(:last-of-type) dd {
    margin: 0 0 25px;
}

.fnav>div dl dd ul li {
    text-indent: 2em;
    margin: 7.5px 0 0;
}


/* Footer Area
------------------------------------------ */

#footer_area {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #fff;
    color: #2c2c2c;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
}

#footer_area #footer_menu {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

#footer_area #footer_menu ul li {
    display: inline-block;
}

#footer_area #footer_menu ul li a {
    color: #2c2c2c;
}

#footer_area #footer_menu ul li a:hover {
    text-decoration: underline;
}

#footer_menu1 {
    float: left;
}

#footer_menu1 li {
    margin-right: 15px;
}

#footer_menu2 {
    float: right;
}

#footer_menu2 li {
    margin-left: 15px;
}

#footer_area #footer_copyright {
    clear: both;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 15px;
    color: #666;
    text-align: right;
    line-height: 1.4;
    font-size: 9px;
    font-size: 0.9rem;
}


/* Foot Info
------------------------------------------ */

#foot_info {
    position: relative;
    width: 100%;
    height: 74px;
    background-color: #f4f4f4;
}

#foot_info ul {
    width: 1200px;
    height: 74px;
    margin: 0 auto;
    overflow: hidden;
}

#foot_info ul li#foot_info01 {
    float: left;
}

#foot_info ul li#foot_info02 {
    float: right;
}


/* To Top Button
------------------------------------------ */

#btn_top {
    position: fixed;
    z-index: 999;
    right: 10%;
    bottom: 86px;
    width: 36px;
    height: 36px;
}

@media screen and (max-width:1500px) {
    #btn_top {
        right: 20px;
    }
}

@media screen and (max-width:1260px) {
    #btn_top {
        right: 15px;
        bottom: 154px;
    }
}


/* ==========================================
  Contents
========================================== */

.l-contents {
    position: relative;
    width: 100%;
}


/* Section
------------------------------------------ */

.section {
    position: relative;
    width: 100%;
}


/* Section Heading */

.sec-heading {
    position: relative;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.sec-heading span {
    font-size: 24px;
    font-size: 2.4rem;
    display: inline-block;
    padding: 0 0 0 20px;
}

.sec-heading small {
    font-size: 16px;
    font-size: 1.6rem;
}

.sec-heading hr {
    width: 76px;
    border-top: solid 5px #af2424;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 0 20px 0 0;
}

.sec-heading-2 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
}

.lead {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
    margin: 40px 0 0;
}

.sec-inner {
    width: 1100px;
    margin: 0 auto;
}


/* Tag */

.tag-unit a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #535353;
    background-color: #eeeeee;
    padding: 0.35em 0.5em;
    border-radius: 5px;
    display: inline-block;
    margin: 0 15px 15px 0;
}

.tag-unit a.is-select {
    color: #ffffff;
    background-color: #7a7a7a;
}


/* ==========================================
  Article
========================================== */


/* Article-3 */

.article-3-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 75px 0 0;
}

.article-3 {
    width: 360px;
}

.article-3>div {
    width: 92.888888%;
    margin: 20px auto 0;
}

.article-3>a {
    display: inline-block;
}

.article-3 a {
    color: #535353;
    font-weight: bold;
}

.article-3 a:hover {
    text-decoration: underline;
}

.article-3 h4 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 15px;
}

.article-3 dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
}

.article-3 dl dd p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 25px;
}


/* Article-4 */

.article-4-unit {
    width: 996px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 90px 0 0 104px;
}

.article-4-unit .article-4 {
    width: 228px;
    text-align: left;
}

.article-4-unit .article-4 small {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 15px 0 0;
    display: block;
}

.article-4-unit .article-4 h4 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 20px 0 0;
}

.article-4-unit .article-4 .art-title {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
    margin: 15px 0 20px;
}

.article-4 a {
    color: #535353;
    font-weight: bold;
}

.article-4 a:hover {
    text-decoration: underline;
}

.art-tag {
    /*    margin: 40px 0 0;*/
    margin: 10px 0 0;
}

.art-tag a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal !important;
    color: #4d9fe2 !important;
    display: inline-block;
    margin: 0 0.25em 0 0;
}

.art-days {
    font-size: 10px;
    font-size: 1.0rem;
    margin-top: 10px;
}


/* ==========================================
  Pager
========================================== */

.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.pager a {
    font-size: 18px;
    font-size: 1.8rem;
    width: 33px;
    height: 33px;
    line-height: 33px;
    color: #535353;
    display: block;
    border: solid 1px #535353;
    background-color: #ffffff;
    margin: 0 7.5px;
}

.pager a.is-select {
    color: #ffffff;
    background-color: #535353;
    border: solid 1px #535353;
}


/* ==========================================
  記事検索
========================================== */

.search {
    padding: 75px 0 95px;
    background-color: #f7f7f7;
    border-bottom: solid 2px #ffffff;
}

.search .sec-heading {
    font-weight: 400;
}

.search-unit {
    width: 640px;
    text-align: center;
    margin: 135px auto 0;
}

.search-unit h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 0 50px;
}

.search-unit form {
    border-bottom: dotted 1px #535353;
    margin: 0 0 95px;
    padding: 0 0 130px;
}

.search-unit form input[type="search"] {
    width: 500px;
    height: 65px;
    border: solid 1px #656262;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.5em;
    margin: 0 15px 0 0;
}

.search-unit form button {
    width: 125px;
    height: 65px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    letter-spacing: 0.0625em;
    color: #ffffff;
    border: 0;
    background-color: #656262;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.column-item dl dd p {
    word-break: break-all;
    /** ５行以上で省略 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    /** webkit以外のフォールバック */
    line-height: 24px;
    max-height: calc(24px*4);
    min-height: 7.5rem;
}

.column-item dt.art-title a {
    word-break: break-all;
    /** ５行以上で省略 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /** webkit以外のフォールバック */
    line-height: 24px;
    max-height: calc(24px*2);
    min-height: 4rem;
}

.column-item img {
    width: 360px;
    height: 180px;
    object-fit: cover;
}

#newly3 .article-3 dt.art-title a {
    word-break: break-all;
    /** ５行以上で省略 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /** webkit以外のフォールバック */
    line-height: 24px;
    max-height: calc(24px*2);
    min-height: 4rem;
}
.article-3 dd p{
    word-break: break-all;
    /** ５行以上で省略 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /** webkit以外のフォールバック */
    line-height: 24px;
    max-height: calc(24px*3);
    min-height: 5.5rem;
}
#newly3 .article-3 img {
    width: 360px;
    height: 180px;
    object-fit: cover;
}