@charset "UTF-8";
#sut,#sut_contents {
	font-size:clamp(12px, 3.8vw, 19px);
	font-family: Noto Sans JP, sans-serif;
	width: 100%;
	color: #161616;
}
#program_basic_before{
	background: #fff;
	padding: 10%;
	min-height: 100vh;
}
#program_basic_before .comingsoon{
	font-size:150%;
	text-align: center;
}

#program_basic{
	background: #dceeff;
	padding: 1% 0 20%;
	margin-top: 5%;
}

#program_basic .main_contents{
	margin:3% auto;
}
#program_basic .main_contents{
	margin:3% auto;
}
#program_basic .logoimage{
	margin: 1% auto;
	width: 95%;
	display: block;
}
#program_basic .schedule_wrap{
	width: 90%;
	margin: 0 auto 10%;
	background:#009bdb;
	color:#fff;
	text-align:center;
	padding: 2% 1% 1%;
	border-radius:12px;
	box-shadow: 6px 6px 0px 0px rgba(135, 179, 255, 0.65);
}
#program_basic .schedule_title{
	font-size: 5vw;
	color:#009bdb;
	background:#fff;
	border-radius:99px;
	width:10em;
	margin:0 auto;
}
#program_basic .schedule_text{
	font-size: 6.5vw;
	vertical-align:baseline;
	color: #fff600;
}
#program_basic .schedule_text span{
	font-size: 9.7vw;
	vertical-align:baseline;
}

#program_basic .mainimage{
	margin: 1% auto 4%;
	display: block;
	width: 90%;
}
#program_basic .entry_wrap{
	display: block;
	width: 90%;
	margin: 2% auto 4%;
	background:#009bdb;
	color:#fff;
	/* padding: 1%; */
	border-radius:12px;
	/* vertical-align: baseline; */
	align-items: flex-end;
	box-shadow: 6px 6px 0px 0px rgba(135, 179, 255, 0.65);
}
#program_basic .entry_flextext{
	/* width: 97%; */
	padding: 4% 4% 0;
}
#program_basic .entry_title{
	font-size: 5vw;
	color:#009bdb;
	background:#fff;
	border-radius:99px;
	width:6em;
	text-align:center;
	margin-bottom: 1%;
}
#program_basic .entry_text{
	font-size: 6.2vw;
	margin-bottom: 5%;
}
#program_basic .entry_text span{
	font-size:70%;
}
#program_basic .entry_fleximage{
	width: 100%;
}
#program_basic .caution_wrap{
	width: 90%;
	margin: 10% auto;
}
#program_basic ul li{
  padding-left: 0.5em;
  text-indent: -0.5em;
}
#program_basic .link_flexWrap{
	display:flex;
	align-items:center;
	justify-content:center;
}
#program_basic .link_title {
	color:#ff4f19;
	font-weight:900;
	font-size:2.3rem;
	align-items: center;
	display: flex;
	justify-content: center;
}
#program_basic .link_title::before,
#program_basic .link_title::after {
	background-color: #ff4f19;
	border-radius: 5px;
	content: "";
	height: 4px;
	width: 30px;
}
#program_basic .link_title::before {
	margin-right: 10px;
	transform: rotate(60deg);
}
#program_basic .link_title::after {
	margin-left: 10px;
	transform: rotate(-60deg);
}
#program_basic .official_link{
	display:block;
	color:#fff;
	background-color: #ff4f19;
	font-weight:700;
	padding: 2% 2%;
	margin:1%;
	width: 70%;
	text-align:center;
	font-size:2rem;
	border-radius: 8px;
}
