html.PC .sp_only{
		display: none;
	}
		html.SP .sp_only{
			display: block;
		}

html.PC p.image{
	width: 750px;
	margin: 0 auto;
}
	html.SP .pc_only{display: none;}

.tweet{
	text-align: right;
	margin: 20px 0 0 0;
}
	.tweet img{
		width: 120px;
		height: auto;
	}




.img_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
}

html.SP .img_box {
	flex-direction: column;
	margin-top: 0!important;
}

.img_box .photo {
	width: 35%;
	margin-top: 20px;
}

#detail .img_box .photo img {
	max-width: 100%;
	height: auto;
}

html.SP .img_box .photo {
	width: 70%;
	margin: 0 auto;
}

#detail .img_box .photo p {
	margin: 0;
	text-align: center;
}

html.SP #detail .img_box .photo p {
	width: 70%;
	margin: 0 auto;
}


.img_box .txt {
	width: 60%;
	margin-top: 20px;
}

html.SP .img_box .txt {
	width: 100%;
	margin-top: 20px;
}
.img_box .txt h3 {
	margin-top: 0;
	font-size: 18px;
}


#detail h1 span.underline {
	text-decoration: underline;
}
h4 {
	display: block;
	font-size: 1.17em;
	margin: 0 0 10px;
	text-align: left;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}