@charset "utf-8";
/*------------------------------------------------------------
	new
------------------------------------------------------------*/
#gNavi > li:nth-child(4) > a {
    color: #fff;
    background: #5E8F75;
    border-radius: 4px;
}

.mainVisual {
    background-image: url("../image/new/main_img.jpg");
}

#pagePath {
    margin-bottom: 19px;
}

#main img {
    height: auto;
}

#main .newUl {
    margin-bottom: 43px;
    padding: 0 0 38px 10px;
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #DADADA;
}

#main .newUl li {
    margin: 0 10px;
    display: inline-block;
    font-size: 1.8rem;
    width: 226px;
}

#main .newUl li a {
    padding: 9px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    transition: .3s;
    background: #3C3734;
}

#main .newUl li.current-cat a,
#main .newUl li a:hover {
    background: #5E8F75;
}

#main .newUl li a span {
    padding-right: 12px;
    display: inline-block;
    background: url("../image/common/icon01.png") no-repeat right center;
}

#main .inner {
    margin-bottom: 36px;
}

#main .inner .photo {
    float: left;
    width: 460px;
}

#main .inner .textBox {
    float: right;
    width: 510px;
}

#main .inner .textBox .tag {
    margin-bottom: 15px;
}

#main .inner .textBox .tag span {
    padding: 3px 5px 2px;
    display: inline-block;
    font-size: 1.4rem;
    min-width: 110px;
    color: #fff;
    text-align: center;
    background: #3C3734;
    box-sizing: border-box;
    border-radius: 30px;
}

#main .inner .textBox p {
    line-height: 1.73;
}

#main .inner .textBox .more {
    margin-top: 2px;
}

#main .inner .textBox .more a {
    color: #5e8f75;
    text-decoration: underline;
}

#main .inner .textBox .more a:hover {
    opacity: 0.8;
}

#main .inner .textBox .title {
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 2.2rem;
}

#main .inner.noImg .textBox {
    float: none;
    width: auto;
}

.wp-pagenavi {
    margin: 111px 0 0 26px;
    clear: both;
    text-align: center;
}

.wp-pagenavi a {
    color: #fff;
    margin: 0 60px;
    display: inline-block;
    text-decoration: none;
    padding: 7px 25px;
    font-size: 1.6rem;
    width: 195px;
    border-radius: 50px;
    box-sizing: border-box;
    background-color: #10AA58;
    box-shadow: 0 5px 0 #4D4D4D;
}

.wp-pagenavi a:hover {
    opacity: 0.8;
}

.wp-pagenavi a.none {
    background-color: #8D8D8D;
    box-shadow: 0 5px 0 #828282;
}

.wp-pagenavi a.none:hover {
    opacity: 1;
}

.wp-pagenavi .extend, 
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi .previouspostslink {
    background-image: url("../image/common/icon02.png");
    background-repeat: no-repeat;
    background-position: 16px center;
}

.wp-pagenavi .nextpostslink {
    background-image: url("../image/common/icon01.png");
    background-repeat: no-repeat;
    background-position: right 16px center;
}

#main .detailBox {
    margin-right: 121px;
}

#main .detailBox .tag {
    margin-bottom: 12px;
    color: #4b4b4b;
    line-height: 1.5;
}

#main .detailBox .tag > span {
    margin-right: 20px;
    display: inline-block;
    font-size: 1.4rem;
    text-align: center;
}

#main .detailBox .tag > span span {
    padding: 3px 5px 2px;
    display: inline-block;
    min-width: 110px;
    background: #3C3734;
    border-radius: 30px;
    box-sizing: border-box;
}

#main .detailBox .tag span {
    color: #fff;
}

#main .detailBox h3 {
    margin-bottom: 40px;
    font-size: 26px;
}

#main .detailBox .photo {
    float: right;
}

#main .detailBox p {
    font-size: 1.5rem;
    color: #4b4b4b;
    line-height: 1.73;
}

#main .detailBox .subDetail p:not(:last-child) {
    margin-bottom: 25px;
}

#main .detailBox .subDetail p img.alignright {
  margin-left: 25px;
	float: right;
}

#main .detailBox h4 {
    font-size: 20px;
}

#main .detailBox p span {
    color: #ff0000;
}

#main .detailBox p a {
	display: inline-block;
	padding-left: 1em;
    text-indent: -1em;
    font-size: 1.5rem;
    line-height: 1.73;
    color: #034bae;
    text-decoration: underline;
}

#main .detailBox p a:hover {
    opacity: 0.8;
}

@media all and (max-width: 767px) {
    .mainVisual {
        background-image: url("../image/new/sp_main_img.jpg");
    }

    #main .newUl {
        margin: 26px 0 29px;
        padding: 0;
        display: flex;
        justify-content: space-between;
        border-bottom: none;
    }

    #main .newUl li {
        margin: 0;
        display: block;
        font-size: 1.2rem;
        width: 31.5%;
    }

    #main .newUl li a {
        padding: 7px 3px 6px;
    }

    #main .newUl li a:hover {
        background: #3C3734;
    }

    #main .newUl li a span {
        padding-right: 8px;
        background-size: 3px 5px;
    }

    #main .inner .photo {
        margin-bottom: 7px;
        float: none;
        width: auto;
        position: relative;
    }

    #main .inner .photo:before {
        position: absolute;
        background: #fff;
        height: 15px;
        left: 13px;
        right: 13px;
        bottom: 0;
        content: "";
    }
    
    #main .inner .photo img {
        width: 100%;
    }

    #main .inner .textBox {
        float: none;
        width: auto;
    }

    #main .inner .textBox .tag {
        text-align: center;
        margin-bottom: 7px;
    }

    #main .inner .textBox .tag span {
        padding: 3px 5px 3px;
        font-size: 1rem;
        min-width: 94px;
    }

    #main .inner .textBox .more {
        margin-top: 10px;
        text-align: center;
    }

    #main .inner .textBox .title {
        margin-bottom: 10px;
        font-size: 1.7rem;
        text-align: center;
    }

    .wp-pagenavi {
        margin: 50px 0 0;
    }

    .wp-pagenavi a {
        color: #fff;
        margin: 0 5px;
        padding: 2px 5px 0;
        font-size: 1.2rem;
        width: 98px;
        box-shadow: 1px 3px 0 #4D4D4D;
    }

    .wp-pagenavi a.none {
        background-color: #8D8D8D;
        box-shadow: 1px 3px 0 #828282;
    }

    .wp-pagenavi .previouspostslink {
        background-position: 9px center;
        background-size: 3px 5px;
    }

    .wp-pagenavi .nextpostslink {
        background-position: right 9px center;
        background-size: 3px 5px;
    }

    #main .detailBox {
        margin-right: 0;
    }

    #main .detailBox .photo {
        margin-bottom: 8px;
        position: relative;
        float: none;
    }
    
    #main .detailBox .photo:before {
        position: absolute;
        background: #fff;
        height: 15px;
        left: 13px;
        right: 13px;
        bottom: 0;
        content: "";
    }
    
    #main .detailBox .tag {
        text-align: center;
        margin-bottom: 6px;
    }

    #main .detailBox .tag > span {
        margin: 0 0 4px;
        display: block;
        font-size: 1rem;
    }
 
    #main .detailBox .tag > span span {
        padding: 3px 5px 3px;
        min-width: 94px;
    }
    
    #main .detailBox h3 {
        margin-bottom: 13px;
        font-size: 17px;
        text-align: center;
    }
    
    #main .detailBox p {
        font-size: 14px;
        line-height: 1.72;
    }
	
	#main .detailBox .subDetail p img.alignright {
		margin: 0 auto;
		float: none;
		display: block;
	}
    
    #main .detailBox .subDetail p:not(:last-child) {
        margin-bottom: 10px;
    }
    
    #main .detailBox h4 {
        font-size: 16px;
        line-height: 1.5;
    }
    
    #main .detailBox .subDetail .wp-block-image .alignright {
        float: none;
        margin-left: 0;
    } 
    
}
