.post-content {
    font-size: 18px;
    letter-spacing: 1px;
    color: #444;
    line-height: 1.8;
}
.offset-1 {
    margin-left: 0;
}
.grid-5 {
    width: 33%;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
ul.related_post li {
    width: 186px !important;
}
ul.related_post li img {
    width: 188px!important;
    height: 202px!important;
}
ul.related_post li a {
    font-weight: 600;
    font-size: 14px!important;
}
ul.related_post li a {
    height: 107px;
    overflow: hidden;
}


/*=======================================
read more ボタン
========================================*/
.pt-cv-wrapper .btn,.pt-cv-wrapper .btn:visited {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: transparent;
	background-image: none;
	border: solid 1px #333;
/*border: 1px solid transparent;*/
	white-space: nowrap;
	padding: 8px 14px;
	font-size: 12px;
	line-height: 1.42857143;
	border-radius: 0;
/*border-radius: 4px;*/
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #333 !important;
}

.pt-cv-wrapper .btn:hover,.pt-cv-wrapper .btn:active,.pt-cv-wrapper .btn:focus {
	background-color: #333 !important;
	color: #fff !important;
}
div.wp_rp_content {
	margin-top: 20px;
}

/*=======================================
カスタム検索
========================================*/
.gsib_a input[type=text]{
	box-shadow: none!important;
}
.gsc-input table{
	margin: 0!important;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	padding: 10px 27px!important;
}
/*---------------------------------------------------------------*/
/* mobile
/*---------------------------------------------------------------*/
 @media only screen and (max-width: 767px) {

.sub-header .breadcrumb li {
	white-space: initial;
}
	 h1#logo{
		 font-size:20px;
	 }
}


.wpp-list li {
    margin-bottom: 20px;
}