@media screen and (max-width: 640px) {


/* common
-------------------------------------------------------------------- */
body {
	font-size: 12px;
	word-break:break-all;
}
main::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-position: 50% 100%;
	background-image: url("../imgs/backsp.webp");
	background-size: cover;
}

h1{
	font-weight: 900;
	font-size: 1.5rem;
	color: #fff;
	text-shadow: 0px 0px 8px #0f0594;
	text-align: center;
	margin-bottom: 40px;
	line-height: 35px;
}

#container {
	font-weight: 500;
	font-family: "Noto Sans JP", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	letter-spacing: 1.2px;
    line-height: 1.3;
	font-size: 16px;
}
#container section{
	width: 90%;
	padding: 5%;
	margin: 30px auto;
	border: 4px solid;
	background: rgba(255, 255, 255, .8);
	border-image: linear-gradient(to right, #23389f, #60a5f5);
  border-image-slice: 1;
}
.sub-content{
	margin:0 0 30px 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 900;
	text-align: center;
}
.sub-midashi{
	background: linear-gradient(to right, #23389f, #60a5f5);
	color: #fff;
	text-align: center;
	padding: 10px 0;
	line-height: 25px;
	letter-spacing: 1.2px;
	font-size: 14px;
}
.sub-content span{
	margin-top: 20px;
	font-size: 1.15rem;
	color: #0f0594;
	line-height: 50px;
}

table.detail{
	width: 100%;
}
table.detail td{
	padding: 30px 0;
	line-height: 28px;
	display: block;
}
table.detail td+td{
	padding-top: 0;
}
table.detail tr+tr{
	border-top: 2px solid #dfe2ec;
}
table.detail td:first-child{
	color: #23389f;
	font-weight: bold;
}
table.detail td:first-child::before{
	content: "◆";
	margin-right: 8px;
	font-size: 15px;
}
.live{
	background: #eff8fc;
	padding:40px 20px 20px 20px;
	box-shadow: 0px 5px 10px #bec1ce;
	margin-bottom: 20px;
}

}