@charset "utf-8";

.post_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -35px;
}

.post_list>li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 35px;
}

.post_list>li:nth-of-type(3n) {
	margin-right: 0;
}

.post_list>li a {
	display: block;
	height: 100%;
	color: #1f1f1f;
	font-size: 1.6rem;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 11px 11px 25px 11px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 0 24px rgba(218, 218, 218, 0.5);
}

.post_content {
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.post_img {
	width: 100%;
	border: 1px solid #eef3f5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.post_img img {
	display: block;
	margin: 0 auto;
}

.post_tit {
	line-height: 1.75;
	margin: 20px auto 15px auto;
}

.post_company {
	font-weight: bold;
	letter-spacing: 1px;
	margin: 20px 0 15px 0;
}

.post_cate {
	font-size: 0;
}

.post_cate span {
	display: inline-block;
	border-radius: 3px;
	font-size: 1.4rem;
	padding: 4px 28px;
	color: #FFFFFF;
}

.post_cate span.blog_cate_knowledge {
	background-color: #f5b05e;
}

.post_cate span.blog_cate_design {
	background-color: #5e70f5;
}

.post_cate span.blog_cate_trend {
	background-color: #72cc9f;
}

.post_cate span.blog_cate_technology {
	background-color: #67bcdf;
}

.post_cate span.blog_cate_latest {
	background-color: #f56f5e;
}

.post_link {
	text-align: right;
	background: url(/wp-content/themes/chinabox/assets/img/ico_arrow_black.png) no-repeat right center;
	padding-right: 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 30px;
}

/*-------------------- pagination --------------------*/
.pagination {
	margin-top: 95px;
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
}

.pagination a,
.pagination span {
	width: 42px;
	height: 42px;
	text-align: center;
	font-size: 1.8rem;
	color: #f56f5e;
	font-weight: bold;
	line-height: 38px;
	background-color: #f8f8f8;
	border: 1px solid transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 3px;
	margin-right: 22px;
}

.pagination span.current,
.pagination a:hover {
	border-color: #262626;
	color: #f56f5e;
	background-color: #FFFFFF;
}

.pagination a.previouspostslink,
.pagination a.nextpostslink {
	font-size: 0;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}

.pagination a.previouspostslink {
	background-image: url(/wp-content/themes/chinabox/assets/img/ico_prev_page.png);
}

.pagination a.nextpostslink {
	background-image: url(/wp-content/themes/chinabox/assets/img/ico_next_page.png);
	margin-right: 0;
}

/*-------------------- blog --------------------*/

.blog_cate_list {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 75px;
}

.blog_cate_list>a {
	width: 16%;
	display: block;
	background-color: #262626;
	color: #ffffff;
	font-size: 1.8rem;
	border-radius: 10px;
	text-align: center;
	padding: 11px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right: 0.8%;
	margin-bottom: 10px;
}

.blog_cate_list>a:last-of-type {
	margin-right: 0;
}

.blog_cate_list>a.on {
	background-color: #f56f5e;
}

/* -------------------- related_list -------------------- */
.blog_content {
	padding-top: 0;
}

.related_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.related_list>li {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 30px;
}

.related_list>li:nth-of-type(2n) {
	margin-right: 0;
}

.related_list>li>a {
	display: flex;
	background: url(/wp-content/themes/chinabox/assets/img/ico_arrow_black.png) no-repeat right 25px bottom 20px #f8f8f8;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #1f1f1f;
}

.related_img {
	width: 154px;
	border: 1px solid #eef3f5;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.related_img img {
	display: block;
}

.related_content {
	width: calc(100% - 154px);
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	align-items: start;
}

.related_num {
	width: 27px;
	text-align: center;
	background: url(/wp-content/themes/chinabox/assets/img/ico_other.png) no-repeat center center;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 4px 0 10px 0;
	text-align: center;
	color: #ffffff;
}

.related_tit {
	width: calc(100% - 27px);
	font-size: 1.6rem;
	font-weight: bold;
	padding-left: 20px;
}

/*-------------------- blog_detail --------------------*/
.single-post .post_cate {
	margin-bottom: 20px;
}

.blog_detail_img {
	display: block;
	margin: 0 auto;
}

.blog_detail_date {
	background: url(/wp-content/themes/chinabox/assets/img/ico_calendar.png) no-repeat left center;
	padding-left: 40px;
	margin: 17px 0 70px 15px;
}

.blog_detail h3 {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 75px 0 25px;
}

.blog_detail>p {
	margin: 25px 0;
}

.blog_detail_btn {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.blog_detail_btn>div {
	margin-right: 50px;
}

.blog_detail_btn a {
	width: 228px;
	display: block;
	border: 2px solid #f56f5e;
	border-radius: 10px;
	font-size: 2rem;
	color: #262626;
	text-align: center;
	padding: 16px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right: 50px;
}

.blog_detail_btn a:last-of-type {
	margin-right: 0;
}

.blog_detail_btn a.current {
	background-color: #f56f5e;
	color: #ffffff;
}

.blog_detail_btn a.prev02 {
	background: url(/wp-content/themes/chinabox/assets/img/ico_prev_page.png) no-repeat left 40px center;
}

.blog_detail_btn a.next02 {
	background: url(/wp-content/themes/chinabox/assets/img/ico_next_page.png) no-repeat right 40px center;
}

/*-------------------- voice_detail --------------------*/
.voice_block {
	width: 100%;
	background-color: #f8f8f8;
	padding: 30px 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 70px;
}

.voice_company {
	font-size: 2rem;
	font-weight: bold;
	color: #f56f5e;
}

.voice_des {
	margin: 10px 0 15px 0;
}

.voice_info {
	display: flex;
	font-weight: bold;
	margin: 0;
}

.voice_info>dt {
	width: 200px;
}

.voice_info>dd {
	width: calc(100% - 200px);
	margin-left: 0;
}

.voice_detail h3 {
	margin: 55px 0 40px 0;
}

.voice_detail .wp-block-image {
	margin: 0 0 70px 0;
}

.voice_detail .wp-block-image img {
	display: block;
	margin: 0 auto 10px auto;
}

.voice_detail .wp-block-image .wp-element-caption {
	font-size: 1.8rem;
	text-align: center;
}

.voice_detail .wp-block-image .wp-element-caption a {
	color: #1f1f1f;
}

.wp-block-liquid-speech-balloon {
	width: 100%;
	padding: 23px 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 10px;
}

.liquid-speech-balloon-00 {
	margin-bottom: 30px;
	background-color: #262626;
	color: #ffffff;
	font-size: 2rem;
	font-weight: bold;
}

.liquid-speech-balloon-01 {
	margin-bottom: 55px;
	background-color: #f8f8f8;
}

.liquid-speech-balloon-avatar {
	width: 62px;
	height: 62px;
	color: #f56f5e;
	font-weight: bold;
	background: url(/wp-content/themes/chinabox/assets/img/bg_txt_circle02.png) no-repeat center center;
	text-align: center;
}

.liquid-speech-balloon-avatar::after {
	width: 100%;
	left: 0;
	top: 50%;
	font-size: 3rem;
	transform: translateY(-50%);
}

.liquid-speech-balloon-text {
	background-color: transparent;
	width: calc(100% - 62px);
	padding: 10px 0 0 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-left: 0;
}

.liquid-speech-balloon-text {
	border: none;
}

.liquid-speech-balloon-arrow {
	display: none;
}

@media only screen and (max-width:1200px) {}

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

	.post_list>li {
		width: 32%;
		margin-right: 2%;
	}

	/*-------------------- pagination --------------------*/
	.pagination {
		margin-top: 70px;
	}

	/*-------------------- blog --------------------*/
	.blog_cate_list {
		margin-bottom: 60px;
	}

	/* -------------------- related_list -------------------- */
	.related_list>li {
		width: 48%;
		margin-right: 4%;
	}

	.related_img {
		width: 140px;
	}

	.related_content {
		width: calc(100% - 140px);
	}

	.related_tit {
		padding-left: 15px;
	}

	/*-------------------- blog_detail --------------------*/


	.blog_detail h3 {
		font-size: 2.2rem;
		margin-top: 60px;
	}

	.blog_detail_btn {
		margin-top: 80px;
	}

	.blog_detail_btn a {
		margin-right: 30px;
	}

}


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

	.post_list {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: -30px;
	}

	.post_list>li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
	}

	.post_list>li:nth-of-type(3n) {
		margin-right: 4%;
	}

	.post_list>li:nth-of-type(2n) {
		margin-right: 0;
	}

	.post_list>li a {
		font-size: 1.4rem;
	}

	/*-------------------- pagination --------------------*/
	.pagination {
		padding-left: 1px;
		margin-top: 60px;
	}

	.pagination a,
	.pagination span {
		width: 36px;
		height: 36px;
		font-size: 1.4rem;
		line-height: 32px;
		margin-left: -1px;
		margin-right: 5px;
	}

	/*-------------------- blog --------------------*/
	.blog_cate_list {
		margin-bottom: 50px;
	}

	.blog_cate_list>a {
		width: 32%;
		font-size: 1.6rem;
		margin-right: 2%;
		border-radius: 5px;
	}

	.blog_cate_list>a:nth-of-type(3n) {
		margin-right: 0;
	}

	/* -------------------- related_list -------------------- */

	.related_list>li {
		margin-bottom: 20px;
		display: block;
	}

	.related_img {
		margin: 0 auto;
	}

	.related_content {
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}

	/*-------------------- blog_detail --------------------*/

	.blog_detail_date {
		padding-left: 30px;
		margin: 15px 0 50px 0;
	}

	.blog_detail h3 {
		font-size: 2rem;
		margin: 50px 0 20px;
	}

	.blog_detail>p {
		margin: 20px 0;
	}

	.blog_detail_btn {
		margin-top: 60px;
	}

	.blog_detail_btn a {
		width: 33.33%;
		margin-right: 0;
		border-radius: 0;
		font-size: 1.6rem;
	}

	.blog_detail_btn a.prev02 {
		background-position: left 10px center;
	}

	.blog_detail_btn a.next02 {
		background-position: right 10px center;
	}

	/*-------------------- voice_detail --------------------*/
	.voice_block {
		padding: 30px;
		margin-top: 50px;
	}

	.voice_company {
		font-size: 1.8rem;
	}

	.voice_info {
		display: block;
		margin-bottom: 10px;
	}

	.voice_info:last-of-type {
		margin-bottom: 0;
	}

	.voice_info>dt {
		width: 100%;
	}

	.voice_info>dd {
		width: 100%;
	}

	.voice_detail h3 {
		margin: 40px 0 30px 0;
	}

	.voice_detail .wp-block-image {
		margin-bottom: 50px;
	}

	.voice_detail .wp-block-image .wp-element-caption {
		font-size: 1.6rem;
	}

	.wp-block-liquid-speech-balloon {
		padding: 20px 30px;
		border-radius: 6px;
	}

	.liquid-speech-balloon-00 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}

	.liquid-speech-balloon-01 {
		margin-bottom: 40px;
	}

	.liquid-speech-balloon-avatar {
		width: 50px;
		height: 50px;
		background-size: cover;
	}

	.liquid-speech-balloon-avatar::after {
		font-size: 2.4rem;
	}

	.liquid-speech-balloon-text {
		width: calc(100% - 50px);
		padding: 6px 0 0 20px;
	}
}

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

	.post_list {
		max-width: 328px;
		margin: 0 auto;
	}

	.post_list>li {
		width: 100%;
		margin-right: 0;
	}

	.post_list>li:nth-of-type(3n) {
		margin-right: 0;
	}

	.post_list>li:last-of-type {
		margin-bottom: 0;
	}

	/*-------------------- blog --------------------*/

	.blog_cate_list>a {
		font-size: 1.4rem;
	}

	/* -------------------- related_list -------------------- */
	.related_list>li {
		width: 100%;
		margin-right: 0;
		display: flex;
		align-items: start;
	}

	.related_img {
		width: 30%;
	}

	.related_content {
		width: 70%;
		padding-left: 10px;
		margin-top: 0;
	}

	.related_num {
		width: 24px;
		background-size: 100%;
		font-size: 1.2rem;
	}

	.related_tit {
		width: calc(100% - 24px);
		font-size: 1.4rem;
	}

	/*-------------------- blog_detail --------------------*/
	.blog_detail h3 {
		font-size: 1.8rem;
	}

	.blog_detail_btn a {
		display: block;
		border-width: 1px;
		font-size: 1.4rem;
		padding: 10px;
	}

	.blog_detail_btn .prev02 a {
		background-position: left 10px center;
	}

	.blog_detail_btn .next02 a {
		background-position: right 10px center;
	}

	/*-------------------- voice_detail --------------------*/
	.voice_block {
		padding: 20px;
	}

	.voice_company {
		font-size: 1.6rem;
	}

	.voice_detail .wp-block-image .wp-element-caption {
		font-size: 1.4rem;
	}


	.wp-block-liquid-speech-balloon {
		padding: 20px;
	}

	.liquid-speech-balloon-00 {
		font-size: 1.6rem;
	}

	.liquid-speech-balloon-avatar {
		width: 40px;
		height: 40px;
	}

	.liquid-speech-balloon-avatar::after {
		font-size: 2rem;
	}

	.liquid-speech-balloon-text {
		width: calc(100% - 40px);
		padding: 2px 0 0 10px;
	}
}


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

	.post_list>li a:hover {
		transform: translateY(-5px);
	}

	/* -------------------- related_list -------------------- */
	.related_list>li>a:hover {
		transform: translateY(-5px);
	}
}