@charset "UTF-8";
/* CSS Document */

/* !import
---------------------------------------------------------- */
@import url("./archive.css");
@import url("./single.css");

/* !pageheader
---------------------------------------------------------- */
.pageheader-archive {
	background-image: url("../img/partner/archive_pageheader_bg.jpg");
}
.pageheader-archive h2 {
	width: 647px;
	height: 300px;
}
@media screen and (max-width: 750px) {
.pageheader-archive h2 {
	width: 75%;
	max-width: 280px;
	height: auto;
}
}

/* !post-archive
---------------------------------------------------------- */
.post-archive--related {
	background: #e6e4e0;
}

/* !post-single
---------------------------------------------------------- */
.post-single .wrap {
	width: 1000px;
}
.post-single__block {
	margin: 0 0 100px;
}
.post-single__block.post-single__block--first {
	margin: 0 -100px 100px;
}
.post-single__block.post-single__block--end {
	margin: 150px -100px 100px;
}
.post-single__block::after {
	content:"";
	height: 0;
	display: block;
	clear: both;
}
.post-single__name {
	font-size: 4.0rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	margin: 0 0 250px;
	position: relative;
}
.post-single__name::before {
	content:"";
	width: 100%;
	height: 1px;
	margin: auto;
	background: #d9c4b8;
	position: absolute;
	bottom: -125px;
	left: 0;
	right: 0;
}
.post-single__name::after {
	content:"";
	width: 180px;
	height: 80px;
	margin: auto;
	background: url("../img/common/common_bg_illust01.png") no-repeat center center #fff;
	background-size: 130px 80px;
	position: absolute;
	bottom: -165px;
	left: 0;
	right: 0;
}
.post-single__name span {
	display: inline-block;
}
.post-single__name span.post-single__name__r {
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
	border-left: solid 1px #333;
}
.post-single__imgbox01 {
	float: right;
	width: 410px;
	height: 410px;
	margin: -60px 0 40px 60px;
	border-radius: 205px;
	-webkit-border-radius: 205px;
	overflow: hidden;
	position: relative;
	display: block;
}
.post-single__imgbox01 img {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
}
.post-single__imgbox02 {
	margin: 60px 0 0;
}
.post-single__imgbox02 ul li {
	width: 475px;
}
.post-single__txtbox01 h3 {
	font-size: 2.5rem;
	font-weight: 500;
	margin: 0 0 30px;
}
@media screen and (max-width: 750px) {
.post-single .wrap {
	width: auto;
}
.post-single__block {
	margin: 0 0 60px;
}
.post-single__block.post-single__block--first {
	margin: 0 -15px 45px;
}
.post-single__block.post-single__block--end {
	margin: 0 0 60px;
}
.post-single__name {
	font-size: 2.4rem;
	margin: 0 0 100px;
}
.post-single__name::before {
	width: calc(100% - 30px);
	bottom: -50px;
}
.post-single__name::after {
	width: 90px;
	height: 40px;
	background-size: 65px 40px;
	bottom: -70px;
}
.post-single__name span {
	display: block;
}
.post-single__name span.post-single__name__r {
	font-size: 1.6rem;
	margin: 10px 0 0;
	padding: 0;
	border-left: none;
}
.post-single__imgbox01 {
	float: none;
	width: 220px;
	height: 220px;
	margin: 30px auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.post-single__imgbox02 {
	margin: 30px 0 0;
}
.post-single__imgbox02 ul li {
	width: 100%;
	margin: 0 0 15px;
}
.post-single__txtbox01 h3 {
	font-size: 1.8rem;
	margin: 0 0 15px;
}
}

