h1, h2, h3, h4, h5 {
    margin: 0 !important;
    padding: 0;
    font-size: 100%;
    line-height: 130%;
    font-weight: normal;
}


p{
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 80%;
    line-height: 150%;
}
.c-gnav>.menu-item>a .ttl{
    font-weight: 600;
}
.sub-menu{
    color: #ffffff !important;
    background-color: rgba(51, 51, 51, 0.8) !important;
    font-weight: 600; 
}
.top #content{
    padding-top: 2em;
}

.l-content{
    padding-top: 2em;
}
.page-featured-image {
	text-align: center;
}

.page-featured-image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 800px; /* 最大幅を1000pxに固定 */
	height: auto;
}
.top-notice{
    box-shadow: rgb(223, 209, 172) 0px 0px 12px 4px inset;
}

/* サイドバー */
.sideber-home ul{
	padding: 1rem;
}
.sideber-home img{
    margin: 0 20px;
    padding: 0;
}

#main_content .post_content{
    margin: 0;
}
#main_content h1{
    display: none;
}
.post_content>*:first-child{
    margin-bottom: 0 !important;
}

#left h2 {
    font-size: 12px;
    font-weight: bold;
    color: #336;
    margin: 20px 0 10px 0;
    padding: 5px 0 5px 8px;
    border-left: 5px solid #C4A04C;
    border-bottom: 1px dotted #333;
    background-color: rgba(255, 255, 255, 0.8);
}


.con{
    width: 90%;
    border: 5px solid #C8A458;
    background: #F6F3E2;
    box-shadow: -6px -6px 0px #6D38AA, 6px 6px 0px #EA202E;
    -webkit-box-shadow: -6px -6px 0px #6D38AA, 6px 6px 0px #EA202E;
    -moz-box-shadow: -6px -6px 0px #6D38AA, 6px 6px 0px #EA202E;
    position: relative;
    padding: 30px 10px;
    margin: 40px 0 70px 7px;
    width: 100%;
}

.con-top {
    width: 80%;
    border: 3px solid #C8A458;
    background: #F6F3E2;
    box-shadow: -4px -4px 0px #6D38AA, 4px 4px 0px #EA202E;
    -webkit-box-shadow: -4px -4px 0px #6D38AA, 4px 4px 0px #EA202E;
    -moz-box-shadow: -4px -4px 0px #6D38AA, 4px 4px 0px #EA202E;
    position: absolute !important;
    top: -35px;
    left: 20px;
    font-size: 14px !important;
    font-weight: bold;
    padding: 10px;
}

.con-top span {
    font-size: 10px;
}

.con-img {
    text-align: center;
    padding: 0 2rem;
}

.con-bottom {
    font-size: 90%;
    text-align: right;
    margin: 10px 0 0;
    padding: 5px 0 0;
    border-top: 1px solid #999;
}
.post-navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con h3 {
    font-size: 100%;
    font-weight: bold;
    color: #336;
    margin: 5px 0 10px;
    padding: 3px 5px;
    background: #C3A253;
}

.con b {
    font-size: 120%;
}
.center {
    text-align: center;
}

@media screen and (min-width: 768px) {
    #main_content{
        width: 75%;
    }
    .sideber {
        width: 25%;
    }
}
@media screen and (max-width: 767px) {
    .access-img {
        width: 100% !important;
    }
}