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

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

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

html.PC .title .logo {
	width: auto;
	height: 120px;
}

html.PC .title .logo img {
	width: auto;
	height: 100%;
}

html.PC p.image{
	width: 750px;
	margin: 20px auto;
}

html.SP h1 br {
	display: none;
}

.flex {
	display: flex;
}

.items-center {
	align-items: center;
}

#detail img.qr {
	display: block;
	width: 120px;
	height: auto;
}



html.PC .img_box {
    width: 1000px;
    margin: 50px auto;
}
html.PC p.image_1 {
    /*margin-right: 45px;*/
}
html.PC .image_1 {
    width: 492px;
    margin: 0 auto;
    display: inline-block;
}
html.PC .image_2 {
    width: 492px;
    margin: 0 auto;
    display: inline-block;
}

html.SP .img_box {
    width: 90%;
    margin: 8% auto;
}

p.figure_cap {
	text-align: center;
	margin: 0 auto;
}

#detail td{
	word-wrap: break-word;
	word-break: break-all;
	overflow-wrap: break-word;
}
html.SP #detail section p {
	line-height: 1.6;
	margin-bottom: 0;
}

a.break {
	overflow-wrap: anywhere;
}