@charset "UTF-8";
/* CSS Document */

html,body {
    font-size:62.5%;
	font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings : "palt";
    line-height: 1.578;
    color: #000;
    position: relative;
}
body {
    position: relative;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	outline: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #7BA349;
}

/*pcの時*/
a[href^="tel:"] {
    pointer-events:none;
}

@media screen and (max-width:480px){
/*spの時*/
    a[href^="tel:"] {
        pointer-events:auto;
    }
}

img {
    width: 100%;
    height: auto;
}
.align-center {
    text-align: center;
}
input, select {
    vertical-align: middle;
    border: 1px solid #000;
}
input, select, textarea {
    margin: 0;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
}

i.fas {
    margin:0 10px;
}
br.pcbr {
    display: none;
}
img.pcimg {
    display: none;
}

@media screen and (min-width:480px) {
    img.pcimg {
        display: block;
    }
    img.spimg {
        display: none;
    }
}

@media screen and (min-width:769px) {
    br.spbr {
        display: none;
    }
    br.pcbr {
        display: block;
    }
}

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#FFF;
	text-align:center;
	color:#473E31;
}
/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 280px;
    height: auto;
}

.box {
    opacity: 0;
}
.floatshadow:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
    border-color: transparent;
}

/* 左から */
.fadeLeftTrigger {
    opacity: 0;
}
.fadeLeft {
    animation-name:fadeLeftAnime;
    animation-duration:0.3s;
    animation-fill-mode:forwards;
    opacity:0;
}   
@keyframes fadeLeftAnime {
    from {
    opacity: 0;
    transform: translateX(-100px);
    }

    to {
    opacity: 1;
    transform: translateX(0);
    }
}

/* 右から */
.fadeRightTrigger {
    opacity: 0;
}
.fadeRight {
    animation-name:fadeRightAnime;
    animation-duration:0.3s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeRightAnime{
    from {
    opacity: 0;
    transform: translateX(100px);
    }

    to {
    opacity: 1;
    transform: translateX(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
    opacity: 0;
}
.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}  
@keyframes fadeUpAnime {
    from {
    opacity: 0;
    transform: translateY(100px);
    }

    to {
    opacity: 1;
    transform: translateY(0);
    }
}

.fadeTrigger {
    opacity: 0;
}
.fade {
    animation-name: fadeAnime;
    animation-duration:1.0s;
    animation-fill-mode:forwards;
    opacity:0;
}
.fade2 {
    animation-name: fadeAnime;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity:0;
} 
@keyframes fadeAnime {
    from {
    opacity: 0;
    }

    to {
    opacity: 1;
    }
}
    
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time05 {  
	animation-delay: 0.5s;
}
.delay-time1 {  
	animation-delay: 1s;
}
.delay-time15 {  
	animation-delay: 1.5s;
}
.delay-time2 {  
	animation-delay: 2s;
}
.delay-time25 {  
	animation-delay: 2.5s;
}
.delay-time3 {  
	animation-delay: 3s;
}
.delay-time35 {  
	animation-delay: 3.5s;
}
.delay-time4 {  
	animation-delay: 4s;
}

#headnav.drawer-navbar {
    width: 100%;
    height: auto;
    padding: 0px 0px 14px 0px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: transparent;
    border-bottom: none;
}
#headnav .drawer-brand {
    height: 100%;
}
#headnav .drawer-brand a {
    width: 194px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
#headnav.drawer-navbar .drawer-navbar-header {
    background-color: transparent;
    border-bottom: none;
    width: 236px;
    text-align: left;
}
#headnav .drawer-container {
    background-color: transparent;
}
#headnav .drawer-nav {
    background-color: rgba(255,255,255,0.8);
    height: 100%;
    padding-top: 0;
}
#headnav .drawer-navbar .drawer-nav {
    padding-top: 0;
}
nav li {
    font-size: 2.1rem;
    font-weight: 500;
    padding:0 0 0.5em 0;
    text-align: center;
}
nav li .drawer-menu-item {
    font-size: 1.6rem;
    font-weight: 500;
}
.drawer-navbar-header .sitelogo {
    width: 250px;
    margin: 15px 0 0 20px;
}

@media screen and (min-width:480px) {
}

@media screen and (min-width:768px) {
}

@media screen and (min-width:1024px) {
    #headnav.drawer-navbar .drawer-navbar-header {
        display: none;
    }
    #headnav {
        display: flex;
        justify-content:flex-end;
        align-items: center;
        padding: 20px 0px 20px 20px;
        overflow: hidden;
    }
    #headnav.drawer-navbar {
        padding: 10px 0px 20px 0px;
    }
    #headnav .drawer-navbar-header {
        width: auto;
        background-color: transparent;
        height: auto;
    }
    #headnav .drawer-nav {
        width: 925px;
        background-color: #FFF;
        height: 100px;
        border-radius: 0 0 0 10px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        margin-top: -15px;
        margin-right: -20px;
        padding: 30px 0 0 20px;
        box-sizing: border-box;
    }
    #headnav .drawer-container {
        display: flex;
        justify-content: space-between;
        background-color: transparent;
    }
    nav li {
        font-size: 1.6rem;
        font-weight: 500;
        padding:0 0.5em 0 0;
        text-align: left;
    }
}

@media screen and (min-width:1250px) {
    #headnav .drawer-navbar-header {
        width: 26vw;
    }
    #headnav .drawer-nav {
        width: 74vw;
        margin-top: -15px;
        margin-right: -20px;
    }
}

@media screen and (min-width:480px) {

}

@media screen and (min-width:768px) {

}


.mainvisual {
    width: 100%;
}
.mainvisual .container {
    display: flex;
    flex-direction: column;
}
.mainvisual .mainimage img {
    width: 100%;
    height: 100vw;
    max-height: 420px;
    object-fit: cover;
    border-radius: 0 0 0 0;
}
.mainvisual .mainimage img.pcimg {
    display: none;
}
.mainvisual .messages {
    margin-top: -150px;
}
.mainvisual .messages .sitelogo {
    display: none;
}
.mainvisual .messages h2 {
    font-size: 2.4rem;
    font-weight: 900;
    color: #FFF;
    text-align: center;
}

@media screen and (min-width:480px) {
    .mainvisual {
        width: 100%;
        height: 420px;
    }
    .mainvisual .mainimage img {
        width: 100%;
        height: 420px;
        object-fit: cover;
        border-radius: 0 0 0 0;
    }
    .mainvisual .mainimage img.spimg {
        display: none;
    }
    .mainvisual .mainimage img.pcimg {
        display: block;
    }
    .mainvisual .messages {
        margin-top: -180px;
    }
    .mainvisual .messages h2 {
        font-size: 3.2rem;
        font-weight: 900;
    }
}

@media screen and (min-width:768px) {
    .mainvisual .container {
        display: flex;
        flex-direction:row;
    }
    .mainvisual .mainimage {
        width: 64vw;
    }
    .mainvisual .mainimage img {
        border-radius: 0 10px 10px 0;
    }
    .mainvisual .messages {
        width: 540px;
        margin-top: 0;
        margin-left: -180px;
        padding-top: 80px;
    }
    .mainvisual .messages .sitelogo {
        display: block;
        width: 360px;
        margin-bottom: 60px;
    }
    .mainvisual .messages h2 {
        font-size: 3.8rem;
        font-weight: 900;
        color: #000;
        text-align: left;
    }
}

@media screen and (min-width:1024px) {
    .mainvisual {
        margin-top: -40px;
    }
}

@media screen and (min-width:1250px) {
    .mainvisual .mainimage {
        width: 64vw;
    }
    .mainvisual .messages {
        width: 540px;
        margin-left: -180px;
    }
}


.headercover {
    width: 100%;
}
.headercover .container {
    display: flex;
    flex-direction: column;
    height: 170px;
}
.headercover .mainimage img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 0 0 0 0;
}
.headercover .mainimage img.pcimg {
    display: none;
}
.headercover .messages {
    margin-top: -90px;
}
.headercover .messages .sitelogo {
    display: none;
}
.headercover .messages h2 {
    font-size: 1.6rem;
    font-weight: 900;
    color: #FFF;
    text-align: center;
}

@media screen and (min-width:480px) {
    .headercover {
        width: 100%;
        height: 170px;
    }
}

@media screen and (min-width:768px) {
    .headercover .container {
        display: flex;
        flex-direction:row;
    }
    .headercover .mainimage {
        width: 64vw;
    }
    .headercover .mainimage img {
        border-radius: 0 10px 10px 0;
    }
    .headercover .messages {
        width: 540px;
        margin-top: 0;
        margin-left: 30px;
        padding-top: 40px;
    }
    .headercover .messages h2 {
        font-size: 1.6rem;
        font-weight: 900;
        color: #000;
        text-align: left;
    }
}

@media screen and (min-width:1024px) {
    .headercover {
        margin-top: -40px;
    }
    .headercover .messages .sitelogo {
        display: block;
        width: 280px;
        margin-bottom: 15px;
    }
}

@media screen and (min-width:1250px) {
    .headercover .mainimage {
        width: 64vw;
    }
    .headercover .messages {
        width: 540px;
    }
}



#bizmenu {
    background-color: #EEF2DF;
    padding: 80px 0 80px 0;
}
#bizmenu .container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#bizmenu .bizitem {
    width: 50%;
    max-width: 156px;
    height: 156px;
    margin: 0 10px 25px 10px;
}
#bizmenu .bizitem a {
    width: 100%;
    max-width: 156px;
    height: 156px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
#bizmenu .bizitem h3 {
    margin: -10px 0 0 -10px;
}
#bizmenu .bizitem h3 span {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 0.7em;
    border-radius: 5px;
    background-color: #FFF;
    color: #000;
}
#bizmenu .bizitem .pglink {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    border-radius: 0 0 5px 5px;
    background-color: #FDD360;
    color: #000;
}

#menu-chintai.bizitem a {
    background-image: url(images/iconsp_chintai.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #BA82B2;
}
#menu-baibai.bizitem a {
    background-image: url(images/iconsp_baibai.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #7287A8;
}
#menu-fudosan.bizitem a {
    background-image: url(images/iconsp_fudosan.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #7BA349;
}
#menu-akiya.bizitem a {
    background-image: url(images/iconsp_akiya.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #7BA349;
}
#menu-mokuzo.bizitem a {
    background-image: url(images/iconsp_mokuzo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #7BA349;
}
#menu-reform.bizitem a {
    background-image: url(images/iconsp_reform.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #7BA349;
}

@media screen and (min-width:480px) {

}

@media screen and (min-width:768px) {
    #bizmenu .bizitem {
        width: 33.33%;
        max-width: 250px;
        height: 170px;
        margin: 0 25px 50px 25px;
    }
    #bizmenu a{
        background-color: #EEF2DF;
        margin-top: -20px;
        padding: 0px 0 0px 0;
    }
    #bizmenu .bizitem a {
        width: 100%;
        max-width: 250px;
        height: 170px;
        border-radius: 5px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    #bizmenu .bizitem h3 {
        margin: -10px 0 0 -15px;
    }
    #bizmenu .bizitem h3 span {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        font-size: 2.1rem;
        font-weight: 700;
        padding: 0 0.7em;
        border-radius: 5px;
        background-color: #FFF;
        color: #000;
    }
    #bizmenu .bizitem .pglink {
        display: block;
        width: 146px;
        height: 40px;
        line-height: 40px;
        font-size: 1.4rem;
        font-weight: 500;
        text-align: center;
        border-radius: 0 7px 0 5px;
        background-color: #FDD360;
        color: #000;
    }
    
    #menu-chintai.bizitem a {
        background-image: url(images/iconpc_chintai.png);
    }
    #menu-baibai.bizitem a {
        background-image: url(images/iconpc_baibai.png);
    }
    #menu-fudosan.bizitem a {
        background-image: url(images/iconpc_fudosan.png);
    }
    #menu-akiya.bizitem a {
        background-image: url(images/iconpc_akiya.png);
    }
    #menu-mokuzo.bizitem a {
        background-image: url(images/iconpc_mokuzo.png);
    }
    #menu-reform.bizitem a {
        background-image: url(images/iconpc_reform.png);
    }
}

@media screen and (min-width:1024px) {

}

@media screen and (min-width:1250px) {

}


#information {
    background-color: #FFF;
    padding: 0px 0px 60px 0px;
}
#information .container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
#information .section-title {
    width: 200px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    border-radius: 0 5px 5px 0;
    background-color: #FDD360;
    color: #000;
    margin-top: -10px;
}
.infolist {
    padding-top: 25px;
}
.infolist dl {
    margin-bottom: 50px;
    margin-left: 25px;
}
.infolist dl .post-date {
    width: 130px;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 10px;
}
.infolist dl .post-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.btn a {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    color: #000;
}
.link-archives {
    display: flex;
    justify-content: center;
}
.link-archives a {
    width: 180px;
    padding: 1em 0;
    background-color: #FFF;
}

@media screen and (min-width:480px) {

}

@media screen and (min-width:769px) {
    #information .container {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #information .section-title {
        width: 200px;
        display: inline-block;
        height: 70px;
        line-height: 70px;
        font-size: 1.8rem;
        font-weight: 500;
        text-align: center;
        border-radius: 5px;
        background-color: #FDD360;
        color: #000;
        margin-right: 50px;
        margin-top: -20px;
    }
    .infolist {
        width: calc(100% - 257px);
        padding-top: 25px;
    }
    .infolist dl {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 0;
        margin-left: 0px;
    }
    .infolist dl .post-date {
        width: 130px;
        font-size: 1.4rem;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .infolist dl .post-title {
        width: calc(100% - 130px);
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .link-archives {
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (min-width:1024px) {

}

@media screen and (min-width:1250px) {

}

#contact {
    background-color: #F6F5F0;
}
#contact .container {
    padding: 110px 0;
}
.link-contact a {
    width: 220px;
    padding: 1em 0;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 500;
    background-color: #FDD360;
}

@media screen and (min-width:480px) {

}

@media screen and (min-width:769px) {
    .link-contact a {
        width: 270px;
        padding: 1em 0;
        margin: 0 auto;
        font-size: 2.1rem;
        font-weight: 500;
        background-color: #FDD360;
    }
}

@media screen and (min-width:1024px) {

}

@media screen and (min-width:1250px) {

}


#pgcontent .container {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto 0px auto; 
}
#pgcontent .page-title {
    font-size: 1.8rem;
    font-weight: 500;
}
#pgcontent .page-title span {
    width: 200px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
    background-color: #FDD360;
    color: #000;
    margin-top: -10px;
    margin-left: -20px;
    margin-right: 1em;
}
#pgcontent .page-title span em {
    font-size: 1.4rem;
    font-style: normal;
}
#pgcontent article {
    padding: 50px 15px;
}
#pgcontent .page-title span.order-title {
    width: 300px;
}

@media screen and (min-width:480px) {

}

@media screen and (min-width:769px) {

}

@media screen and (min-width:1024px) {
    #pgcontent .page-title {
        font-size: 2.1rem;
        font-weight: 500;
    }
    #pgcontent .page-title span {
        width: 200px;
        display: inline-block;
        height: 70px;
        line-height: 70px;
        font-size: 2.1rem;
        font-weight: 500;
        text-align: center;
        border-radius: 5px 5px 5px 5px;
        background-color: #FDD360;
        color: #000;
        margin-top: -10px;
        margin-right: 1em;
    }
    #pgcontent .page-title span em {
        font-size: 1.6rem;
        font-style: normal;
    }
}

@media screen and (min-width:1250px) {

}

.order-list {
    margin-bottom: 50px;
    background-color: #F6F5F0;
}
.order-list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.order-list ul li {
    list-style-type: none;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0.5em 1em;
}
.bukken-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.bukken-list .bukken-item {
    width: 300px;
    margin: 13px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    position: relative;
}
.bukken-item .item-thumbnail {
    margin-bottom: 10px; 
}
.bukken-item .item-tag {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -5px;
}
.bukken-item .item-tag li {
    list-style-type: none;
    padding: 3px 1em;
    font-size: 1.4rem;
    font-weight: 500;
    border: 1px solid #C3C3C3;
    border-radius: 2px;
    margin: 5px;
    background-color: #FFF;
}
.bukken-item .bukken-title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.bukken-item .bukken-info {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1em;
}
.bukken-item .bukken-price {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.bukken-item .bukken-price strong{
    font-size: 2.1rem;
    font-weight: 700;
}
.bukken-item .link-detail {
    margin-bottom: 10px;
}
.bukken-item .link-detail a {
    display: block;
    width: 146px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    background-color: #FDD360;
    color: #000;
}
.new-icon {
    position: absolute;
    top:-10px;
    right: -10px;
    background-color: #CC0000;
    width: calc(3em + 30px);
    font-size: 1.6rem;
    font-weight: 500;
    color: #FFF;
    padding: 5px 15px;
    text-align: center;
}

@media screen and (min-width:480px) {
    .bukken-list {
        justify-content: flex-start;
    }
    .bukken-list .bukken-item {
        width: calc(50% - 26px);
        margin: 13px;
        padding: 10px;
        box-sizing: border-box;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    }
}

@media screen and (min-width:768px) {
    .bukken-list .bukken-item {
        width: calc(33.33% - 26px);
        margin: 13px;
        padding: 10px;
        box-sizing: border-box;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    }
}

aside {
    background-color: #F6F5F0;
}
aside .container {
    padding: 110px 0;
}
.pg-nav {
    overflow: hidden;
    padding-top: 20px;
}
.pg-nav .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
}
.pg-nav .wp-pagenavi span, .pg-nav .wp-pagenavi a {
    margin: 0 6px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: none;
    border: 1px solid #7BA349;
    color: #7BA349;
    text-align: center;
    font-weight: 600;
}
.pg-nav .wp-pagenavi a:hover {
    background-color: #7BA349;
    color: #FFFFFF;
}


#pgcontent.bukken-detail article{
    padding: 30px 15px 50px 15px;
}
.bukken-summary {
    background-color: #F7F7F7;
    margin-bottom: 50px;
    padding: 20px 20px 20px 20px;
}
.bukken-summary .bukken-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    box-shadow: none;
}
.bukken-summary .item-thumbnail {
    width: 100%;
    margin-bottom: 30px;
}
.bukken-summary .bukken-meta {
    width: 100%;
}
.bukken-summary .bukken-item .item-tag {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -5px;
}
.bukken-summary .bukken-item .item-tag li {
    list-style-type: none;
    padding: 5px 1em;
    font-size: 1.4rem;
    font-weight: 500;
    border: 1px solid #C3C3C3;
    border-radius: 2px;
    margin: 5px;
}
.bukken-summary .bukken-item .bukken-date ul {
    margin-left: 0em;
    margin-bottom: 30px;
}
.bukken-summary .bukken-item .bukken-date li {
    list-style-type: none;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 5px;
}
.bukken-summary .bukken-item .bukken-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.bukken-summary .bukken-item .bukken-info {
    font-size: 1.6rem;
    font-weight: 500;
}

.bukken-data h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #7BA349;
    border-left: 5px solid #7BA349;
    padding-left: 1em;
    line-height: 1.2;
    margin-bottom: 30px;
}
.bukken-data .bukken-table {
    margin-bottom: 70px;
}
.bukken-table table {
    width: 100%;
}
.bukken-table tr {
    border-bottom: 1px solid #BEBEBE;
}
.bukken-table tr:first-of-type {
    border-top: 1px solid #BEBEBE;
}
.bukken-table th {
    font-size: 1.6rem;
    font-weight: 700;
    background-color: #f7f7f7;
    padding: 15px 20px;
    text-align: left;
    vertical-align: middle;
}
.bukken-table td {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 15px 20px;
}
.map {
    margin-bottom: 60px;
}
.acf-map {
    width: 100%;
    height: 400px;
}
.acf-map img {
   max-width: inherit !important;
}

.bukken-photo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bukken-photo ul li {
    width: 280px;
    list-style-type: none;
    margin-bottom: 60px;
}
.bukken-photo ul li img {
    width: 100%;
    height: auto;
}

#contact.bukken-detail .link-contact a {
    width: 340px;
}
#contact.bukken-detail .link-archives {
    padding-top: 50px;
    justify-content: center;
}

@media screen and (min-width:480px) {
    .bukken-summary .item-thumbnail {
        width: 280px;
        margin-bottom: 0px;
    }
    .bukken-photo ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .bukken-photo ul li {
        width: calc(50% - 40px);
        list-style-type: none;
        margin: 0 20px 60px 20px;
        box-sizing: border-box;
    }
}

@media screen and (min-width:768px) {
    .bukken-summary .bukken-meta {
        width: calc(100% - 280px);
    }
    .bukken-summary .bukken-item {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: flex-end;
        width: 100%;
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        box-shadow: none;
    }
    .bukken-photo ul {
        justify-content: space-between;
    }
    .bukken-photo ul li {
        width: calc(33.33% - 40px);
    }
}

.article-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #7BA349;
    border-left: 5px solid #7BA349;
    padding-left: 1em;
    line-height: 1.2;
    margin-bottom: 30px;
}

.pg-mokuzo .page-summary {
    width: 100%;
    max-width: 760px;
    margin: 0px auto 80px auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.pg-mokuzo .page-summary .msg-mokuzo {
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.pg-mokuzo .page-summary .msg-mokuzo strong {
    color: #FF0000;
}
.pg-mokuzo .page-summary p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
}

.page-content .archive-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page-content .archive-list ul li {
    width: 280px;
    list-style-type: none;
    margin-bottom: 60px;
}
.page-content .archive-list ul li img {
    width: 100%;
    height: auto;
}
.page-content .archive-list ul li p {
    font-size: 1.4rem;
    font-weight: 400;
    padding-top: 0.5em;
}

@media screen and (min-width:480px) {
    .page-content .archive-list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .page-content .archive-list ul li {
        width: calc(50% - 40px);
        list-style-type: none;
        margin: 0 20px 60px 20px;
        box-sizing: border-box;
    }
}

@media screen and (min-width:768px) {
    .page-content .archive-list ul {
        justify-content: space-between;
    }
    .page-content .archive-list ul li {
        width: calc(33.33% - 40px);
    }
}


.pg-reform .page-summary {
    width: 100%;
    max-width: 760px;
    margin: 0px auto 80px auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.pg-reform .page-summary .msg-reform {
    font-size: 2.1rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 50px;
}
.pg-reform .page-summary p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
}
.pg-reform .reformlist {
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 50px;
    box-sizing: border-box;
    width: 100%;
}
.pg-reform .reformlist dl {
    display: flex;
    flex-wrap: wrap;
}
.pg-reform .reformlist dl dt {
   width: 6em;
   font-size: 1.6rem;
   font-weight: 700;
   color: #7BA349;
   margin-bottom: 1em;
}
.pg-reform .reformlist dl dd {
    width: calc(100% - 6em);
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1em;
 }
 .pg-reform .page-contentbody h4 {
    font-size: 2.1rem;
    font-weight: 700;
    color: #7BA349;
    margin-bottom: 1em;
 }
 .pg-reform .page-contentbody ul {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 50px;
    margin-left: 2em;
 }
 .pg-reform .page-contentbody li {
    margin-bottom: 0.5em;
 }

.page-contentbody {
    margin-bottom: 100px;
}
.page-contentbody h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #7BA349;
    border-left: 5px solid #7BA349;
    padding-left: 1em;
    line-height: 1.2;
    margin-bottom: 1em;
    margin-top: 2em;
}
.page-contentbody h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1em;
    margin-top: 2em;
}
.page-contentbody h5 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1em;
    margin-top: 1em;
}
.page-contentbody h6 {
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 1em;
}
.page-contentbody p {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1em;
}
.page-contentbody ul {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 2em 0 1em 2em;
}
.page-contentbody ul li {
    list-style-type: circle;
}
.page-contentbody dl {
    display: flex;
    flex-wrap: wrap;
}
.page-contentbody dl dt {
   width: 6em;
   font-size: 1.6rem;
   font-weight: 700;
   color: #7BA349;
   margin-bottom: 1em;
}
.page-contentbody dl dd {
    width: calc(100% - 6em);
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1em;
}

.pg-realestate .page-contentbody {

}
.pg-realestate .page-contentbody ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0em 0 1em 0em;
}
.pg-realestate .page-contentbody ul li {
    width: calc(100% - 4em);
    border: 1px solid #7BA349;
    border-radius: 10px;
    list-style-type: none;
    padding: 1em;
    margin: 0em 2em 1em 2em;
    font-size: 1.4rem;
    line-height: 1.785;
    box-sizing: border-box;
}

.pg-realestate .banners .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0 100px 0;
}
.pg-realestate .banners .wp-block-group__inner-container figure {
    margin: 0 20px;
    list-style-type: none;
}
@media screen and (min-width:480px) {
    .pg-realestate .page-contentbody ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0em 0 1em 0em;
    }
    .pg-realestate .page-contentbody ul li {
        width: calc(50% - 4em);
        border: 1px solid #7BA349;
        border-radius: 10px;
        list-style-type: none;
        padding: 1em;
        margin: 1em 2em;
        font-size: 1.6rem;
        line-height: 1.785;
        box-sizing: border-box;
    }
}

.pg-akiya .page-summary {
    text-align: center;
}
.pg-akiya .page-summary h3.msg {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 50px;
}

.akiya-select .wp-block-group__inner-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.akiya-select .akiya-choice {
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
    padding: 20px;
    background-color: #EEF2DF;
    border-radius: 20px;
    box-sizing: border-box;
}
.akiya-select .akiya-choice .wp-block-group__inner-container h3 {
    margin-top: 1em;
    border-left: none;
    text-align: center;
    padding-left: 0;
    font-size: 2.4rem;
    width: 100%;
    box-sizing: border-box;
}
.akiya-select .akiya-choice .wp-block-group__inner-container h4 {
    text-align: center;
    padding: 40px 0px 40px 0px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
.akiya-select .akiya-choice .wp-block-group__inner-container h4 a {
    text-align: center;
    background-color: #FDD360;
    border-radius: 10px;
    line-height: 1;
    padding: 20px 20px;
    margin: 0 auto;
}
.pg-akiya .page-summary {
    width: 100%;
    max-width: 760px;
    margin: 0px auto 80px auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.pg-akiya .page-summary .msg-reform {
    font-size: 2.1rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 50px;
}
.pg-akiya .page-summary p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
}
.pg-akiya .reformlist {
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 50px;
    box-sizing: border-box;
    width: 100%;
}
.pg-akiya .page-contentbody dl dt {
    width: 100%;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 0;
 }
.pg-akiya .page-contentbody dl dd {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 1.5em;
    margin-left: 1.2em;
 }
.pg-akiya .page-contentbody dl dt br {
    display: none;
}

 @media screen and (min-width:480px) {
    .pg-akiya .page-contentbody dl dt br {
        display: block;
    }
    .pg-akiya .page-contentbody dl dt {
        width: 10em;
        margin-left: 1em;
        text-indent: -1em;
        margin-bottom: 1em;
     }
    .pg-akiya .page-contentbody dl dd {
        width: calc(100% - 16em);
        font-size: 1.4rem;
        box-sizing: border-box;
        margin-left: 2em;
        margin-bottom: 2em;
     }
 }
 @media screen and (min-width:768px) {
    .akiya-select .akiya-choice {
        width: calc(50% - 40px);
    }
 }

.pg-contact {
    text-align: center;
    margin-bottom: 50px;
}
.pg-contact .article-title {
    text-align: left;
    margin-top: 50px;
}
.pg-contact > .article-title:first-of-type {
    margin-top: 0px;
}
.pg-contact .telnum {
    font-family: 'Roboto', sans-serif;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.2;
    color: #7BA349;
    margin-bottom: 20px;
}
.pg-contact .bizhour {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}
.pg-contact blockquote {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
    padding: 20px 20px 5px 20px;
    margin-bottom: 50px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    text-align: left;
}
.pg-contact blockquote p {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 2em;
}
blockquote ul {
    font-size: 1.6rem;
    margin-left: 2em;
}
blockquote ul li {
    margin-bottom: 1em;
}

.pg-contact .contactform {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
}
.contactform dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 40px;
}
.contactform dt {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px 10px 20px;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
    border-top: 1px solid #707070;
}
.contactform dd {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px 15px 20px;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
}
.contactform dd input[type="text"], .contactform dd input[type="email"], .contactform dd textarea {
    width: 100%;
    box-sizing: border-box;
}
.contactform dd .mwform-tel-field {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.contactform dd .mwform-tel-field input[type="text"] {
    width: 30%;
}
.sendbtn input {
    display: block;
    width: 220px;
    padding: 1em 0;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #FDD360;
    border: none;
    border-radius: 7px;
    text-align: center;
    color: #000;
    vertical-align: middle;
    cursor: pointer;
}

.sendbtn input:hover {

}
.mw_wp_form_complete p {
    font-size: 1.6rem;
}

@media screen and (min-width:480px) {
}

@media screen and (min-width:769px) {
    .contactform dl {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .contactform dt {
        width: 32.43%;
        padding: 15px 20px 15px 20px;
    }
    .contactform dd {
        width: 67.57%;
        padding: 15px 20px 15px 20px;
        border-top: 1px solid #707070;
    }
}

.pg-information .infolist {
    width: 100%;
    padding-top: 0px;
}
aside.pg-information .container {
    padding: 0;
}
.archive-menu {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 0 auto;
    padding: 0px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.archive-menu .sidebar-wrapper {
    margin: 0 20px 20px 20px;
}
.widget_block {
    margin: 0 20px 20px 20px;
}
.archive-menu h4 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.widget_archive label, .widget_categories label  {
    display: none;
}
.archive-menu .works-catlist li {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
    text-align: center;
    list-style-type: none;
}

@media screen and (min-width:480px) {
    .archive-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .widget_block {
        margin: 0 20px;
    }
    .archive-menu .works-catlist {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .archive-menu .works-catlist li {
        font-size: 1.8rem;
        margin: 0 0em 0.5em 0em;
        padding: 0.25em 1em;
        border-right: 1px solid #999;
    }
    .archive-menu .works-catlist li:last-of-type {
        border-right: none;
    }
}




#blog .section-body .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 0px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#blog .section-body .container article {
    width: 210px;
    margin: 10px 10px 30px 10px;
    list-style-type: none;
}
.pub-date {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 0.25em;
    padding: 0px;
}
.pub-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2E2D66;
    margin-bottom: 0.5em;
    padding: 0px;
}
.pub-title a {
    color: #2E2D66;
}
.pub-summary {
    display: none;
}
.readmore {
    text-align: right;
    margin-top: 1em;
    padding: 0 10px;
}


@media screen and (min-width:480px) {
    #blog .section-body .container {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto 100px auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #blog .section-body .container article {
        width: 360px;
        margin: 10px 10px 30px 10px;
        list-style-type: none;
    }
    .pub-date {
        font-size: 1.6rem;
        margin-top: 20px;
        margin-bottom: 0.25em;
        padding: 0 10px;
    }
    .pub-title {
        font-size: 2.1rem;
        font-weight: 600;
        color: #2E2D66;
        margin-bottom: 0.5em;
        padding: 0 10px;
    }
    .pub-summary {
        display: block;
        font-size: 1.4rem;
        padding: 0 10px;
    }
}

@media screen and (min-width:768px) {
    #blog .section-body .container {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto 100px auto;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
    }    
}

@media screen and (min-width:480px) {
 
}

@media screen and (min-width:769px) {
    
}

footer {
    background: url(images/bg_footer-coverimg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 410px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin: 0 0 50px 0;
    overflow: hidden;
}
footer .container {
    width: 100%;
    max-width: 1020px;
    height: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
}
footer .officeinfo {
    width: 480px;
    height: 100%;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 35px 0 0 40px;
}
footer .officeinfo h3 {
    width: 220px;
    margin-bottom: 25px;
}
footer .officeinfo h4 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
}
footer .officeinfo p {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1em;
    line-height: 2;
}
footer .officeinfo h4 span {
    font-weight: 400;
    padding-left: 1em;
}
.pgtop {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 30px;
    width: 40px;
    height: 40px;
} 
.pgtop a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #7BA349;
}
.pgtop i.fas {
    color: #FFF;
    font-size: 2.1rem;
    line-height: 40px;
    text-align: center;
}
.copyright {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
    color: #707070;
}

@media screen and (min-width:480px) {
 
}

@media screen and (min-width:769px) {
    footer {
        
    }
    footer .container {
        
    }
    footer .footer-logo .telnum {
        font-family: 'Roboto', sans-serif;
        font-size: 2.1rem;
        font-weight: 700;
        line-height: 1.2;
        color: #2E2D66;
        margin-bottom: 0px;
    }
    footer .footer-logo .telnum i.fas {
        margin-left: 0;
    }
    footer .footer-logo .bizhour {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.0;
    }
    .pgtop {
        position: absolute;
        top: auto;
        bottom: -20px;
        right: 30px;
        width: 40px;
        height: 40px;
    } 
}


.page .blog-archive, .page .blog-post {
    margin-top: 60px;
}

.page #blog .section-body .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 0px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.page #blog .section-body .container article {
    width: 210px;
    margin: 10px 10px 30px 10px;
    list-style-type: none;
}
.blog-archive .pub-date {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 0.25em;
    padding: 0px;
}
.blog-archive .pub-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #7BA349;
    margin-bottom: 0.5em;
    padding: 0px;
}
.blog-archive .pub-title a {
    color: #7BA349;
}
.blog-archive .pub-summary {
    display: block;
    font-size: 1.4rem;
}
.blog-archive .readmore {
    text-align: right;
    margin-top: 1em;
    padding: 0 10px;
}



@media screen and (min-width:480px) {
    .page #blog .section-body .container {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto 100px auto;
        display: flex;
        justify-content:space-between;
        flex-wrap: wrap;
    }
    .page #blog .section-body .container article {
        width: calc(50% - 20px);
        margin: 10px 10px 30px 10px;
        list-style-type: none;
    }
    .blog-archive .pub-date {
        font-size: 1.6rem;
        margin-top: 20px;
        margin-bottom: 0.25em;
        padding: 0 10px;
    }
    .blog-archive .pub-title {
        font-size: 2.1rem;
        font-weight: 600;
        color: #2E2D66;
        margin-bottom: 0.5em;
        padding: 0 10px;
    }
    .blog-archive .pub-summary {
        display: block;
        font-size: 1.4rem;
        padding: 0 10px;
    }
}

@media screen and (min-width:768px) {
    .page #blog .section-body .container {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto 100px auto;
        display: flex;
        justify-content:space-between;
        flex-wrap: wrap;
    }
    .page #blog .section-body .container article {
        width: calc(33.33% - 20px);
        margin: 10px 10px 30px 10px;
        list-style-type: none;
    }   
}

@media screen and (min-width:1024px) {
    .page .blog-archive, .page .blog-post {
        margin-top: 80px;
    }
}

@media screen and (min-width:1140px) {
    .page #blog .section-body .container {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto 100px auto;
        display: flex;
        justify-content:space-between;
        flex-wrap: wrap;
    } 
    .page #blog .section-body .container article {
        width: 360px;
        margin: 10px 10px 30px 10px;
        list-style-type: none;
    }    
}

.single #pgcontent  article.pg-information {
    padding: 50px 15px 100px 15px;
}
.pg-information .section-header {
    margin: 0px 0 80px 0;
}
.pg-information .section-body .container {
    width: 100%;
    margin: 0 auto 100px auto;
    padding: 0 15px;
    display: block;
    box-sizing: border-box;
}
.pg-information .section-body .container article {
    width: 100%;
    margin: 10px 0 30px 0;
    box-sizing: border-box;
}
.pg-information.pub-date {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 0.25em;
    padding: 0px;
}
.pg-information .pub-title {
    font-size: 2.1rem;
    font-weight: 600;
    color: #7BA349;
    margin-bottom: 2em;
    padding: 0px;
}
.pg-information .pub-title a {
    color: #7BA349;
}
.pg-informationt .pub-body {
    font-size: 1.4rem;
    line-height: 1.785;
}
.pg-information .pub-body p {
    margin-bottom: 1.5em;
}

.post-nav {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 50px auto;
    padding: 0 15px;
    box-sizing: border-box;
} 
.post-nav ul {
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-direction: column;
}
.post-nav li {
    list-style-type: none;
    font-size: 1.6rem;
    font-weight: 500;
}
.post-nav .lnbtn {
    order: 2;
}
.blog-post aside {
    width: 100%;
    background-color: #F7F7F7;
} 
.archive-menu{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 0 auto;
    padding: 50px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
} 
.archive-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.widget_block {
    margin: 0 20px 20px 20px;
}
.archive-menu h4 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0px;
}
.widget_archive label, .widget_categories label  {
    display: none;
}


@media screen and (min-width:480px) {
    .pg-information .section-body .container {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto 100px auto;
        padding: 0 15px;
        display: block;
        box-sizing: border-box;
    }
    .pg-information .section-body .container article {
        width: 100%;
        max-width: 738px;
        margin: 10px 0 30px 0;
    }
    .pg-information .pub-date {
        font-size: 1.6rem;
        margin-top: 20px;
        margin-bottom: 0.25em;
        padding: 0;
    }
    .pg-information .pub-title {
        font-size: 2.1rem;
        font-weight: 600;
        color: #7BA349;
        margin-bottom: 2em;
        padding: 0;
    }
    .pg-information .pub-body {
        font-size: 1.4rem;
        padding: 0;
    }
    .archive-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .widget_block {
        margin: 0 20px;
    }
}

@media screen and (min-width:768px) {
    .pg-information .section-header {
        margin: 0px 0 120px 0;
    }
    .pg-information .section-body .container {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto 100px auto;
        padding: 0 15px;
        display: block;
        box-sizing: border-box;
    }
    .pg-information .section-body .container article {
        width: 100%;
        max-width: 738px;
        margin: 10px auto 30px auto;
    } 
    .pg-information .pub-title {
        font-size: 2.7rem;
        font-weight: 600;
        color: #7BA349;
        margin-bottom: 2em;
        padding: 0;
    }
    .pg-information .pub-body {
        font-size: 1.6rem;
        padding: 0;
    } 

    .post-nav ul {
        display: flex;
        justify-content:space-between;
        align-items: center;
        flex-direction: row;
    }
    .post-nav li {
        list-style-type: none;
        font-size: 1.6rem;
        font-weight: 500;
        width: 33.33%;
    }
    .post-nav li.nextpost {
        text-align: right;
    }
    .post-nav .lnbtn {
        padding-top: 0;
        order: 0;
        text-align: center;
    }
    .blog-post aside .container {
        flex-direction: row;
    } 
}

@media screen and (min-width:1140px) {
    .pg-information .section-body .container {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto 100px auto;
        padding: 0 15px;
        display: block;
        box-sizing: border-box;
    } 
    .pg-information .section-body .container article {
        width: 100%;
        max-width: 738px;
        margin: 10px auto 30px auto;
    }    
}


.pg-informationt .pub-body {
    font-size: 1.4rem;
    line-height: 1.785;
}
.pg-information .pub-body p {
    font-size: 1.4rem;
    margin-bottom: 1.5em;
}
.pg-information .pub-body h1 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1em;
}
.pg-information .pub-body h2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1em;
}
.pg-information .pub-body h3 {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #7BA349;
    margin-bottom: 1.5em;
}
.pg-information .pub-body h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #7BA349;
    border-left: 5px solid #7BA349;
    padding-left: 1em;
    line-height: 1.2;
    margin-bottom: 1.5em;
}
.pg-information .pub-body h5 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
.pg-information .pub-body h6 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5em;
}
.pg-information .pub-body .wp-block-table table {
    margin-bottom: 2em;
}
.pg-information .pub-body .wp-block-table td {
    font-size: 1.4rem;
    border:1px solid #000;
    padding: 0.25em;
}
.pg-information .pub-body .wp-block-table th {
    font-size: 1.4rem;
    border:1px solid #000;
    padding: 0.5em 0.25em;
    text-align: center;
    font-weight: 700;
}
.pg-information .pub-body ul {
    font-size: 1.4rem;
    margin-left: 2em;
    margin-bottom: 2em;
}
.pg-information .pub-body figure {
    margin-bottom: 2em;
}
.pg-information .pub-body figcaption {
    font-size: 1.4rem;
}