@charset "utf-8";
@media screen and (min-width: 640px) {

/* common
-------------------------------------------------------------------- */
body {
	background-image:url("../imgs/back.webp") ;
	background-attachment: fixed;
    background-size: cover;
	color: #333;
	word-break:break-all;
}

h1{
	font-weight: 900;
	font-size: 2.2rem;
	color: #fff;
	text-shadow: 0px 0px 8px #0f0594;
	text-align: center;
	margin-bottom: 80px;
}
.pcnone{
	display: none;
}


/* container
-------------------------------------------------------------------- */
#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: 50px 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 60px 0;
	
	font-size: 1.3rem;
	line-height: 40px;
	font-weight: 900;
	text-align: center;
}
.sub-midashi{
	background: linear-gradient(to right, #23389f, #60a5f5);
	color: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 10px 0;
}
.sub-content span{
	margin-top: 20px;
	font-size: 1.6rem;
	color: #0f0594;
	line-height: 50px;
}

table.detail{
	width: 100%;
}
table.detail td{
	padding: 40px 0;
	line-height: 28px;
}
table.detail tr+tr{
	border-top: 2px solid #dfe2ec;
}
table.detail td:first-child{
	color: #23389f;
	font-weight: bold;
	width: 30%;
}
table.detail td:first-child::before{
	content: "◆";
	margin-right: 10px;
	font-size: 15px;
}
.live{
	background: #eff8fc;
	padding:40px 30px 20px 30px;
	box-shadow: 0px 5px 10px #bec1ce;
	margin-bottom: 20px;
}

}