@charset "utf-8";

#contents_outer {
	background-color: #F2F2F2!important;
}
#path {
    -webkit-transition: all .3s cubic-bezier(.455,.03,.515,.955);
    transition: all .3s cubic-bezier(.455,.03,.515,.955);
    margin: 0 auto;
    padding: 10px;
    font-size: 13px;
    background-color: #F2F2F2;
    color: #7b7474;
	font-weight: normal;
}
#path * {
	font-family: 'Hiragino Sans','Noto Sans JP';
	display: inline-block;
    text-decoration: underline;
    font-size: 13px;
    color: #7b7474;
	font-weight: 300;
}
#path .aside_entry {
    color: #4C6C54;
	text-decoration: none;
}
#contents {
	width: 100%;
	background-color: #fff;
}
.scInr, .scInrS, .scInrSS, .scInrSSS, .scInrW, .scInrWW {
    margin: 0 auto;
    width: 97%;
	max-width: 980px;
}
/**/
span.cat01 {
    color: #4C6C54;
}
span.cat01, span.cat02 {
    border: 1px solid #4C6C54;
}
span.cat {
    border-radius: 30px;
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}
/**/
#news .newsdetail__titlebox time {
    color: #BDBDBD;
    margin-left: 10px;
    letter-spacing: -1px;
}
/**/
.h1_section {
	width: 950px;
	margin: auto;
	padding: 30px 0;
	background: none;
}

.h1_section h1 {
    font-size: 38px;
    line-height: 1.6;
	border: none;
	padding: 0;
	margin: 0;
	text-overflow: initial;
	overflow: initial;
	white-space: initial;
}
  
#contents #article {
    width: 950px;
	margin: auto;
	float: inherit;
}

/**/
#entry-head {
	display: none;
}

/**/
.entry-subs {
    display: flex;
    margin-bottom: 30px;
}
.entry-theme a {
	border-radius: 30px;
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
	border: 1px solid #4C6C54;
	color: #4C6C54;
}
#entry-main .entry-date {
	margin: 0;
    color: #BDBDBD;
    margin-left: 10px;
    letter-spacing: -1px;
}

/**/
#article #entry-main {
    padding: 0;
    border: none;
}

/**/
.entry-left,
.entry-right {
	display: none;
}
.entry-center a {
    border-radius: 50px;
    vertical-align: top;
    letter-spacing: 1px;
    text-decoration: none;
    zoom: 1;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    background-color: #4C6C54;
    border: 1px solid #4C6C54;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
	position: relative;
    padding: 12px 25px 12px 40px;
}
.entry-center a:hover {
    background-color: #fff;
    color: #4C6C54;
}
	.entry-center a::after {
		content: "";
		display: block;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		color: #fff;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		width: 7px;
		height: 7px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 22px;
		border-radius: 2px;
		margin: auto;
	}
	.entry-center a:hover::after {
		border-top: 3px solid #4C6C54;
		border-right: 3px solid #4C6C54;
	}
/**/
.subcategory-wrapper,
#contents #author {
	display: none;
}

/**/
#article #entry-foot {
    text-align: center;
    margin: 60px auto 120px;
    font-size: 110%;
    float: left;
    clear: both;
}

@media (min-width: 1025px) {
    #contents_outer {
        width: calc(100% - 88px);
        margin-left: 88px;
    }
    #contents {
        width: auto;
        padding: 0 20px;
    }
    #contents #article {
        width: auto;
        max-width: 1024px;
    }
}
@media (max-width: 1024px) {
    #contents_outer {
        margin-top: 60px;
    }
    #path  {
        width: auto;
        max-width:1024px;
    }
    body {
        min-width: unset;
        max-width:1024px;
    }
    .h1_section {
        width: auto;
        max-width:1024px;
    }
    .h1_section h1 {
        width: auto;
        max-width:1024px;
        margin: 0 3%;
    }
    #contents #article {
        width: auto;
        max-width:1024px;
        margin: 0 3%;
        float: none;
    }
    .blog_nav {
        margin: 0 0 50px!important;
    }
    .imgbox_eyecatch {
        margin: 15px 0!important;
    }
    .blog_box {
        margin: 0 0 25px!important;
    }
    .blog_btn01_interview {
        max-width: unset!important;
    }
    /*reset*/
    h2, h2.btn {
        color: initial;
        font-size: initial;
        font-weight: initial;
        padding: 0;
        border-top: none;
        border-bottom: none;
        line-height: initial;
    }
    /**/
    .container #entry .date {
        color: #BDBDBD;
        font-size: 12px;
        margin-left: 10px;
        letter-spacing: -1px;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1.5;
        float: right;
        margin: 10px 0 0 0;
    }
    .container #entry .cate {
        border-radius: 30px;
        color: #4C6C54;
        font-size: 11px;
        padding: 3px 10px;
        margin-right: 5px;
        margin-bottom: 5px;
        border: 1px solid #4C6C54;
        background: #fff;
        float: left;
    }
    .container #entry h1.title {
        color: #000;
        font-size: 38px;
        line-height: 1.6;
        text-shadow: none;
        clear: both;
    }
    /*ページャー*/
    .container #peger {
        display: none;
    }
    /*一覧ボタン*/
    .container .listnext {
        text-align: center;
        box-sizing: border-box;
        border: none;
        margin: 100px 3%;
    }
        .container .listnext a {
            border-radius: 50px;
            vertical-align: top;
            letter-spacing: 1px;
            text-decoration: none;
            zoom: 1;
            background-color: #4C6C54;
            border: 1px solid #4C6C54;
            font-size: 14px;
            font-weight: 700;
            line-height: 21px;
            box-sizing: border-box;
            color: #fff;
            display: block;
            width: 100%;
            max-width: 100%;
            position: relative;
            padding: 12px 25px 12px 40px;
        }
            .container .listnext p a::after {
                content: "";
                display: block;
                -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
                color: #fff;
                border-top: 3px solid #fff;
                border-right: 3px solid #fff;
                width: 7px;
                height: 7px;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 20px;
                right: auto;
                border-radius: 2px;
                margin: auto;
                background: none;
            }
}
@media (max-width: 600px) {
    .h1_section h1{
        font-size: 20px;
    }
    .blog_nav ul, .blog_nav ol {
        padding: 0.5em 0!important;
    }
    #entry-content a {
        font-size: 12px;
    }
    .def_text {
        line-height: 1.6!important;
    }
}