@media print,screen and (min-width: 668px){
section{
	margin:auto;
	margin-bottom:60px;
	width:550px;
}

section h2{
	color:#00238C;
	font-size:26px;
	font-weight:normal;
	text-align:center;
}

p.border {
	font-weight: bold;
	padding: 16px 0;
	text-align: center;
	border: 1px solid #000;
}

.txtarea > p span {
	font-weight: bold;
}

.flex	 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	row-gap: 8px;
}

.imgarea img {
	max-width: 100%;
}

table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #000;
}
table td {
	white-space: nowrap;
	text-align: left;
	padding: 12px;
	background-color: #DEF2FF;
}

}

@media print,screen and (max-width: 667px){
#eyecatch{
	background:url(../images/eyecatch-sp.png) no-repeat center;
}			

section{
	margin:auto;
	margin-bottom:40px;
}

section h2{
	color:#00238C;
	font-size:26px;
	font-weight:normal;
	text-align:center;
}

.time{
	border-collapse:collapse;
	width:100%;
}

.time th{
	background-color:#BFDFFF;
	padding:10px 0;
	font-weight:normal;
	border:solid #06c 1px;
}

.time td{
	border:solid #06c 1px;
	height:3em;
}

.time td.r{
}

#section02 p{
	font-size:16px;
	text-align:center;
}

#section04 p{
	font-size:16px;
	text-align:center;
}
    
#section05 h2{
    line-height: 2rem;
}

#section05 p{
	font-size:16px;
    margin:0 0 15px 0;
}
    
#section05 h3{
    font-weight: normal;
    margin: 0 0 10px 0;
    color: #009;
}

.prof{
	width:auto;
	margin:auto;
	font-size:16px;
}

.prof th{
	color:#009;
	vertical-align:top;
	width:3em;
	font-weight:normal;
}

.pc-only{
	display:none;
}

.asuta{
	position:relative;
}

.asuta:after{
	content:"*";
	font-size:20px;
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:-20px;
}

.guide_news{
	margin-top:20px;	
}


.guide_news .block{
	margin-bottom:20px;
	border:1px solid #900;
	background:rgba(255,255,255,0.7);
	padding:10px 10px 0 10px;
}

.guide_news b{
	color:white;
	text-align:center;
	display:block;
	background:#900;
	padding:6px 0;
	font-size:14px;

}

.guide_news a{
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
}

.guide_news p{
	font-size:14px;	
	line-height:1.5;
	font-weight:bold;
	color:#900;
	text-align:center;
}

.guide_news p span{
	display:block;
	margin-top:8px;	
	color:black;
	font-weight:normal;
}

p.border {
	font-weight: bold;
	padding: 16px 0;
	text-align: center;
	border: 1px solid #000;
}



table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #000;
}
table td {
	text-align: left;
	padding: 12px;
	background-color: #DEF2FF;
}




}