/* CSS Document */
#contents {
	padding: 0;
}
.wrapper a:link, .wrapper a:visited {
	text-decoration: underline;
}
.ttl-post {
	font-size: 3.0rem;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2;
	border-bottom: 2px solid #D4BE4F;
	padding: 2% 0;
}
.sponsor-list {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #F6F5F0;
	padding: 2%;
	margin: 10px 0 15px 0;
}
.sponsor-list ul {
	vertical-align: top;
	margin-bottom: 40px;
}
.sponsor-list ul:last-child {
	margin-bottom: 0;
}
.sponsor-list li {
	margin-bottom: 1.2rem;
	display: inline-block;
	width: 49%;
	font-weight: bold;
	padding: 0 2%;
	vertical-align: top;
}
.sponsor-list li a:link {
	text-decoration: none;
}
.sponsor-list li a:hover {
	text-decoration: none;
	color: #D4BE4F;
	opacity: 1;
}
.sponsor-list .size-ll {
	font-size: 2.7rem;
}
.sponsor-list .size-l {
	font-size: 2.3rem;
}
.sponsor-list .size-m {
	font-size: 2rem;
}
.sponsor-list .size-s {
	font-size: 1.7rem;
}
.ttl-thankyou {
	line-height: 1.4;
	font-size: 2.2rem;
	padding-bottom: 1rem;
	color: #C1A82F;
	font-weight: bold;
}
.ttl-line {
	background: #C1A82F;
	color: #fff;
	margin: 30px 0 10px;
	padding: 10px 15px;
}
.pht-col2 li figure img, .pht-col4 li figure img, .pht-col3 li figure img, .pht-col5 li figure img {
	width: 100%;
}
.pht-col1 {
	margin: 15px 0;
}
.pht-col1 img {
	width: 100%;
}
.pht-col2 {
	overflow: hidden;
	margin-bottom: 15px;
}
.pht-col2 li {
	float: left;
	width: 49%;
	margin: 2% 2% 0 0;
}
.pht-col2 li:last-child {
	margin-right: 0;
}
.pht-col4 {
	overflow: hidden;
	margin-bottom: 15px;
}
.pht-col4 li {
	float: left;
	width: 23.5%;
	margin: 2% 2% 0 0;
}
.pht-col4 li:nth-child(4n) {
	margin-right: 0;
}
.pht-col3 {
	overflow: hidden;
	margin-bottom: 15px;
}
.pht-col3 li {
	float: left;
	width: 32%;
	margin: 2% 2% 0 0;
}
.pht-col3 li:nth-child(3n), .pht-col3 li:last-child {
	margin-right: 0;
}
.pht-col5 {
	overflow: hidden;
	margin-bottom: 15px;
}
.pht-col5 li {
	float: left;
	width: 19.2%;
	margin: 2% 1% 0 0;
}
.pht-col5 li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1080px) {
.ttl-post {
	font-size: 2.6rem;
}
}

@media screen and (max-width: 767px) {
/*sponsor*/
.sponsor-list {
	line-height: 1.2;
	margin-top: 10px;
}
.sponsor-list li {
	width: 100%;
	text-align: center;
}
.sponsor-list .size-ll {
	font-size: 1.8rem;
}
.sponsor-list .size-l {
	font-size: 1.6rem;
}
.sponsor-list .size-m {
	font-size: 1.4rem;
}
.sponsor-list .size-s {
	font-size: 1.3rem;
}
/* ttl-thankyou */
.ttl-thankyou {
	line-height: 1.4;
	font-size: 1.5rem;
	padding-bottom: 1rem;
	font-weight: bold;
}
.pht-col4 {
	overflow: hidden;
	margin-bottom: 15px;
}
.pht-col4 li {
	float: left;
	width: 48%;
	margin: 2% 2% 0 0;
}
.pht-col4 li:nth-child(4n) {
	margin-right: 0;
}
}
