@charset "UTF-8";
/*========================================*/
/* Foundation
/*========================================*/
/*
 * お知らせ 及び 会社案内（建てる）
 * -- 一覧の要素
 * -- 共通の要素
 */

/**
 * 共通（一覧・詳細）
 */
.contents-menu-wrap {
    margin-bottom: 0;
}
.fixed-footer--a {
    display: none;
}
.fixed-footer--b {
    display: block;
}

/* 2018/11/06 irima change
 * スマホ・タブレットでも表示
.l-side {
  display: none;
}
 */
.pageback--top {
    border-top: none;
    text-align: left;
}
/*
.pageback--top button{
  font-weight: bold;
  font-size: 1.7rem;
}
.pageback--top a{
  margin-top: -34px;
}
*/



@media print, screen and (min-width: 800px) {
    #breadcrumb {
        margin-bottom: 25px;
    }
    /* 2018/11/06 irima change
     * スマホでも表示
     */
    .l-side {
        margin-top: 85px;
        display: block;
        width: 324px;
    }
}
/* 2018/11/06 irima change
 * タブレットでも表示
 */
@media print, screen and (min-width: 1100px) {
    .l-wrapper {
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .l-main {
        width: calc(100% - 380px);
    }
    .l-side {
        margin-top: 90px;
        display: block;
        width: 250px;
    }
}
@media print, screen and (min-width: 1280px) {
    /* 2018/11/06 irima change
     * タブレットでも表示
    .l-wrapper {
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }*/
    .l-main {
        width: calc(100% - 364px);
    }
    .l-side {
        width: 324px;
    }
    /* 2018/11/06 irima change
    * タブレットでも表示
    .l-side {
        margin-top: 85px;
        display: block;
        width: 324px;
    } */
}

/* link */
.list-link {
    border-bottom: 1px solid #999999;
    font-size: 1.4rem;
    padding: 15px 20px 15px 15px;
    position: relative;
    display: block;
}
.list-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
}
/* 2020/12/13 add start
 * after「>」なし。
 */
.list-link-noafter {
    border-bottom: 1px solid #999999;
    font-size: 1.4rem;
    padding: 15px 20px 15px 15px;
    position: relative;
    display: block;
}
/* 2020/12/13 add end */
.list-link--news {
    border-top: 1px solid #999;
    margin:40px 5px 45px;
}
.tag-list-group {
    margin:0 5px 60px;
}

@media print, screen and (min-width: 800px) {
    .list-link {
        padding: 15px 20px 15px 0;
    }
    /* 2020/12/13 add */
    .list-link-noafter {
        padding: 15px 20px 15px 0;
    }
    .list-link--news,.tag-list-group {
        margin:0 0 45px;
    }
}

/**
 * 一覧独自
 */
/* 一覧 */
#newslist10 .section-article-heading,
#newslist10 .section-news .main-heading02 {
    display: none;
}

@media print, screen and (min-width: 800px) {
    .section-article-heading {
        -webkit-align-items: center;
        align-items: center;
    }
    .section-article-heading .article-category {
        margin-top:-10px;
        font-size: 1.3rem;
        margin-left: 25px;
        font-weight: bold;
    }
}

#newslist10 .section-news {
    padding: 0;
}
#newslist10 .section-article {
    margin-top: 20px;
    padding: 0 10px;
}
@media print, screen and (min-width: 800px) {
    #newslist10 .section-news .main-heading02 {
        display: block;
        margin-bottom: 45px;
    }
    #newslist10 .section-article-heading {
        display: flex;
        margin-bottom: 5px;
        margin-top: 16px;
    }
    #newslist10 .section-article-heading .main-heading02 {
        margin-bottom: 0;
    }
    #newslist10 .section-article {
        margin-top: 0;
        padding: 0;
    }
    #newslist10 .news-post .news-post-thumb {
        width: 200px;
    }
    #newslist10 .news-post .news-post-ttl {
        font-size: 1.8rem;
    }
    #newslist10 .news-post .news-post-desc {
        width: 690px;
        padding-left: 20px;
    }
    #newslist10 .news-post .news-new-label {
        font-size: 1.6rem;
        height: 21px;
        width: 50px;
        line-height: 21px;
    }
    #newslist10 .news-post .news-post-link {
        padding: 20px 0;
    }
    #newslist10 .news-post-text {
        display: block;
        font-size: 1.3rem;
        padding-top: 0px;
    }
}

/* pager */
.pager {
    margin: 25px auto 30px;
    text-align: center;
    font-size: 0;
}
@media print, screen and (min-width: 800px) {
    .pager {
        position: relative;
        display: table;
        margin: 60px auto 80px;
    }
}

.pager span:not(.nextpostslink):not(.prevpostslink),
.pager a:not(.nextpostslink):not(.prevpostslink) {
    vertical-align: top;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 1.3rem;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    border: 1px solid transparent;
    background: #fff;
    border: 1px dotted #000;
    margin: 0 5px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
@media print, screen and (min-width: 800px) {
    .pager span:not(.nextpostslink):not(.prevpostslink),
    .pager a:not(.nextpostslink):not(.prevpostslink) {
        font-size: 1.6rem;
    }
}
@media print, screen and (min-width: 800px) {
    .pager span:not(.nextpostslink):not(.prevpostslink),
    .pager a:not(.nextpostslink):not(.prevpostslink) {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 1.2rem;
    }
}

.pager a:hover, .pager span.is-current, .pager a.is-current {
    background: transparent !important;
    border: 1px solid #000 !important;
    background: #000 !important;
    color: #fff !important;
    opacity: 1;
}

.pager span.nextpostslink, .pager a.nextpostslink {
    display: inline-block;
    position: relative;
    color: #000;
    height: 30px;
    vertical-align: top;
    margin-left: 20px;
    font-weight: bold;
}
.pager span.nextpostslink::after, .pager a.nextpostslink::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -7px;
}
.pager span.nextpostslink:hover, .pager a.nextpostslink:hover {
    border: none !important;
}
@media print, screen and (min-width: 800px) {
    .pager span.nextpostslink, .pager a.nextpostslink {
        height: 36px;
    }
}

.pager span.prevpostslink,
.pager a.prevpostslink {
    vertical-align: top;
    display: inline-block;
    color: #000;
    position: relative;
    font-size: .95rem;
    line-height: 30px;
    height: 30px;
    margin-right: 20px;
    font-weight: bold;
}
.pager span.prevpostslink:hover,
.pager a.prevpostslink:hover {
    border: none !important;
    opacity: .5 !important;
}
.pager span.prevpostslink::after,
.pager a.prevpostslink::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(225deg);
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -7px;
}
@media print, screen and (min-width: 800px) {
    .pager span.prevpostslink,
    .pager a.prevpostslink {
        height: 36px;
    }
}

/* 世界遺産の記事 */
.article-post {
    border-bottom: 1px dotted #999999;
}
.article-post a {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 4px;
}
.article-post-ttl {
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: bold;
}
.article-post-ttl .article-new-label {
    font-size: 1rem;
    font-style: normal;
    line-height: 16px;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin-right: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #b82029;
    font-family: "Ubuntu", sans-serif;
}
@media print, screen and (min-width: 800px) {
    .article-post a {
    padding: 14px 0px;
    }
    .article-post-ttl {
        font-size: 1.5rem;
    }
    .article-post-ttl .article-new-label {
        font-size: 1.6rem;
        line-height: 21px;
        width: 50px;
        height: 21px;
    }
}


/*torii 2018 11 03 add*/
@media print, screen and (min-width: 800px) {
    .nTitleD1{
        font-weight: bold;
        margin-right: 20px;
    }

    .archives p{
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .news-list {
        margin-top: 20px;
    }

    .article-list{
        margin-top: 20px;
    }
}

/*torii 2018 12 04 add*/

/*アクセスマップ用*/
.ggmap {
position: relative;
padding-bottom: 86.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 50px;
}
@media print, screen and (min-width: 800px) {
    .ggmap {
      padding-bottom: 56.25%;
    }
}


.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*会社案内テキスト用*/


.entry-custom-area h2{
    border-bottom: 1px dotted #999;
    margin:50px 0 20px 0;
    padding-bottom: 10px;
    font-size: 1.8rem;
}

.entry-custom-area h3{
    margin-bottom: 5px;
}

.entry-custom-area .comp_center{
    text-align: center;
}

.entry-custom-area p {
    line-height: 1.7;
    margin:10px 0 20px 0;
}

.entry-custom-area ul{
    margin-bottom: 40px;
}

.entry-custom-area ul li {
    line-height: 1.5;
    margin-bottom: 10px;
}

.entry-custom-area dl {
    display: flex;
    font-size: 1.3rem;
    margin-bottom: 10px;
    align-items: center;

}

.entry-custom-area dl dt{
    display: inline-block;
    width: 136px;
}

.entry-custom-area dl dd{
     display: inline-block;
     width: 400px;
}



