@charset "UTF-8";
.gSubVisual {
    margin-bottom: 50px;
}
.cat_list {
    margin: 0 auto 15px;
    max-width: 480px;
    list-style: none;
    text-align: center;
}
.cat_list > li {
    color: #b9b9b9;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.cat_list li:first-child {
    margin-left: 0;
}
.cat_list > li > a {
    display: block;
    text-decoration: none;
    border-bottom: 5px solid rgba(110, 185, 43, 0);
    transition-duration: .3s;
    transition-property: border-color, color;
    position: relative;
    z-index: 1;
    padding: 0 14px;
}
.cat_list > li > a.-current {
    color: #6cb92b;
    opacity: 1;
    border-bottom-color: #6cb92b;
}
.cat_list > li > a::after {
    content: "";
    display: block;
    border: 12px solid #6bb92b;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: none;
    bottom: -17px;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.cat_list > li > a.-current::after {
    opacity: 1;
}
.cat_list li.isCurrent {
    color: #6eb92b;
}
.cat_list li.isCurrent span {
    border-bottom: 5px solid #6eb92b;
    color: #6eb92b;
}
.mContents {}
.mContents.isCurrent {}
.recent {
    margin-bottom: 40px;
}
.recent_inner {}
.recent_title {}
.recent_list {
    list-style: none;
}
.recent_list > li {
    border-top: 2px solid #6ab228;
    padding: 10px 0;
    z-index: 1;
}
.recent_list > li:first-child {}
.recent_list > li:nth-child(2n+1) {}
.recent_list > li > a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding-right: 80px;
}
.recent_list > li:last-child {
    border-bottom: 2px solid #6ab228;
}
.recent_list > li > a::before {
    content: "";
}
.recent_list > li > a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 42px;
    margin-top: auto;
    margin-bottom: auto;
    border: 5px solid #6ab228;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
}
.recent_areaTitle {
    position: relative;
    z-index: 1;
    padding-left: 65px;
    margin-bottom: 10px;
    min-height: 52px;
}
.recent_item {
    position: relative;
    z-index: 1;
    padding-left: 330px;
    min-height: 159px;
    padding-top: 6px;
}
.recent_item-noImage {
    min-height: 0;
    padding-left: 15px;
}
.recent_update {
    line-height: 1;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    color: #787878;
}
.recent_update > time {
    display: block;
}
.recent_update > time > small {
    display: block;
    font-size: 14px;
}
.recent_update > time > b {
    display: block;
    font-size: 38px;
    font-weight: normal;
}
.recent_name {
    line-height: 1.4;
    font-size: 16px;
    font-weight: normal;
    padding-top: 5px;
    word-wrap: break-word;
}
.recent_excirpt {}
.recent_image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 300px;
    padding-bottom: 165px;
    background-image: url(/gorapark/common/img/img-alt@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.recent_item-noImage .recent_image {
    display: none;
}
.recent_image-noImage {}
.recent_image-noImage::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.recent_image > img {}
.detail_inner {
    max-width: 960px;
}
.detail_wrap01 {
    position: relative;
}
.detail_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    z-index: 100;
}
.detail_btn a {
    position: relative;
    border: 3px solid #6eb92b;
    color: #6eb92b;
    display: block;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    height: 38px;
    line-height: 38px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.detail_btn a:hover {
    background: #6eb92b;
    color: #fff;
    opacity: 1;
}
.detail_btn a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-bottom: solid 2px #6eb92b;
    border-left: solid 2px #6eb92b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.detail_btn a:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.detail_wrap02 {
    margin: 0 auto;
    width: 600px;
}
.detail_date {
    font-size: 14px;
    line-height: 1.3;
}
.detail_topic {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}
.go-line {
    border-top: 1px solid #5f5f5f;
}
.detail_wrap03 {
    margin: 25px auto;
    width: 600px;
}
.detail_wrap03 p {}
.recent_btn {
    margin: 0 auto;
    padding: 30px 0;
    width: 180px;
}
.recent_btn a {
    transition: background-color 0.5s;
    position: relative;
    border: 3px solid #6eb92b;
    color: #6eb92b;
    display: block;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    height: 38px;
    line-height: 38px;
}
.recent_btn a:hover {
    background: #6eb92b;
    color: #fff;
    opacity: 1;
}
.recent_btn a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-bottom: solid 2px #6eb92b;
    border-left: solid 2px #6eb92b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.recent_btn a:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
@media screen and (min-width:960px) {
    .recent_list > li > a:hover {}
    .cat_list > li > a:hover::after {
        opacity: 1;
    }
    .cat_list > li > a:hover {
        color: #6cb92b;
        opacity: 1;
        border-bottom-color: #6cb92b;
    }
}
.wp-pagenavi {
    text-align: center;
    margin-top: 25px;
}
.wp-pagenavi > span,
.wp-pagenavi > a {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    min-width: 30px;
    box-sizing: border-box;
    padding: 0 5px;
    border: 1px solid #6ab229;
    text-decoration: none;
    margin: 2px 4px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.wp-pagenavi > a:hover {
    background-color: #6ab229;
    color: #fff;
    opacity: 1;
}
.wp-pagenavi > .current {
    background: #6ab229;
    color: #fff;
}
.detail_img {
    margin-bottom: 25px;
}
.detail_img > img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.detail_img > figcaption {
    text-align: center;
    color: #333;
    font-size: 12px;
    margin-top: 5px;
}
.detail_body {
    min-height: 100px;
}
.detail_body table {
    width: 100% !important;
}
.detail_body table td {
    padding: 5px;
    border: 1px solid #333;
    width: auto;
}
.detail_body table th {
    padding: 5px;
    border: 1px solid #333;
}
.detail_fig {
    margin-top: 25px;
}
.detail_fig > img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.detail_fig > figcaption {
    text-align: center;
    color: #333;
    font-size: 12px;
    margin-top: 5px;
}
@media screen and (max-width: 959px) {
    .recent {}
    .recent_inner {}
    .recent_title {}
    .recent_list {}
    .recent_list > li {}
    .recent_list > li:first-child {}
    .recent_list > li:nth-child(2n+1) {}
    .recent_list > li > a {
        padding-right: 40px;
    }
    .recent_list > li:last-child {}
    .recent_list > li > a::before {}
    .recent_list > li > a::after {
        right: 10px;
    }
    .recent_areaTitle {}
    .recent_item {
        padding-left: 260px;
        min-height: 132px;
        padding-top: 0;
    }
    .recent_update {}
    .recent_update > time {}
    .recent_update > time > small {}
    .recent_update > time > b {}
    .recent_name {
        padding-top: 0;
        font-size: 15px;
    }
    .recent_excirpt {
        font-size: 13px;
    }
    .recent_image {
        width: 240px;
        padding-bottom: 132px;
    }
    .recent_image > img {}
}
@media screen and (max-width:699px) {
    .cat_list {
        margin-bottom: 10px;
    }
    .cat_list > li {
        font-size: 16px;
    }
    .recent {
        margin-bottom: 35px;
    }
    .recent_inner {}
    .recent_title {}
    .recent_list {
        margin-top: 0;
    }
    .recent_list > li {
        border-top-width: 1px;
    }
    .recent_list > li:first-child {}
    .recent_list > li:nth-child(2n+1) {}
    .recent_list > li > a {
        padding-right: 0;
    }
    .recent_list > li:last-child {
        border-bottom-width: 1px;
    }
    .recent_list > li > a::before {}
    .recent_list > li > a::after {
        border-width: 3px;
        width: 10px;
        height: 10px;
        right: 0;
        display: none;
    }
    .recent_areaTitle {
        padding-left: 47px;
        min-height: 36px;
        padding-right: 15px;
        margin-bottom: 0;
    }
    .recent_areaTitle::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 5px;
        margin-top: auto;
        margin-bottom: auto;
        border: 2px solid #6ab228;
        width: 6px;
        height: 6px;
        transform: rotate(45deg);
        border-bottom: none;
        border-left: none;
    }
    .recent_item {
        padding: 0;
        min-height: 0;
    }
    .recent_item-noImage {
        padding: 0;
    }
    .recent_update {}
    .recent_update > time {}
    .recent_update > time > small {
        font-size: 10px;
    }
    .recent_update > time > b {
        font-size: 26px;
    }
    .recent_name {
        font-size: 14px;
    }
    .recent_excirpt {
        font-size: 11px;
        display: none;
    }
    .recent_image {
        position: relative;
        text-align: center;
        margin-top: 10px;
        width: 120px;
        padding-bottom: 66px;
        margin-left: auto;
        margin-right: auto;
    }
    .recent_image > img {}
    .detail_btn {
        position: static;
        margin-bottom: 12px;
    }
    .detail_btn a {
        font-size: 14px;
        line-height: 1;
        height: auto;
        padding: 10px;
    }
    .recent_btn a {
        font-size: 14px;
        line-height: 1;
        height: auto;
        padding: 10px;
    }
    .detail_wrap02 {
        width: 98%;
    }
    .detail_date {
        font-size: 12px;
    }
    .detail_topic {
        font-size: 18px;
        line-height: 1.4;
    }
    .detail_wrap03 {
        width: 98%;
    }
    .detail_wrap03 p {
        font-size: 14px;
    }
    .detail_wrap03 .detail_img {
        text-align: center;
    }
    .wp-pagenavi {
        margin-top: 15px;
    }
    .cat_list > li > a {
        border-bottom-width: 2px;
    }
    .cat_list > li > a::after {
        border-width: 8px;
        bottom: -10px;
    }
    .detail_fig {
        margin-top: 15px;
    }
    .gSubVisual {
        margin-bottom: 20px;
    }
}
