@charset "UTF-8";
/* CSS Document */

h2{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 40px;
}

section{
	padding: 80px 40px;
	background-color: #f8f8f8;
}

.course{
	max-width: 760px;
	margin: 0 auto;
}
.course_box{
	background-color: #fff;
	border-radius: 16px;
	margin-bottom: 60px;
	box-sizing: border-box;
	padding: 60px 50px 45px 50px;
	box-shadow: 0 30px 30px 0 rgb(0 0 0 / 8%);
	display: flex;
	justify-content: center;
	position: relative;
}
.course_box::before{
	content: "A";
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	background-color: #18A4E6;
	border: solid 2px #eef1f8;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	position: absolute;
	top: -32px;
	left: 32px;
}
.course_box:nth-child(2)::before{
	content: "B";
	background-color: #2c86b0;
}
.course_box:last-of-type::before{
	content: "C";
	background-color: #09638e;
}
.course_left{
	width: 60%;
	box-sizing: border-box;
	padding-right: 50px;
}
.course_right{
	width: 40%;
}
.course_box .course_left h3{
	font-size: 20px;
	font-weight: bold;
	color: #18A4E6;
	padding-bottom: 20px;
}
.course_box:nth-child(2) .course_left h3{
	color: #2c86b0;
}
.course_box:last-child .course_left h3{
	color: #09638e;
}
.program{
	padding-bottom: 25px;
}
.program div{
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: solid 2px #18A4E6;
	margin-bottom: 10px;
}
.course_box:nth-child(2) .program div{
	border-bottom: solid 2px #2c86b0;
}
.course_box:last-child .program div{
	border-bottom: solid 2px #09638e;
}
.program>p{
	background-color: #eef1f8;
	border-radius: 4px;
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.course_box:last-child .program>p:last-of-type{
	margin-bottom: 0;
	display: block;
}
.program>p span{
	display: block;
}
.c_support{
	font-size: 14px;
	line-height: 1.8em;
	padding-left: 10px;
}
.fee div{
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: solid 2px #18A4E6;
	margin-bottom: 10px;
}
.course_box:nth-child(2) .fee div{
	border-bottom: solid 2px #2c86b0;
}
.course_box:last-child .fee div{
	border-bottom: solid 2px #09638e;
}
.fee>p{
	background-color: #18A4E6;
	color: #fff;
	border-radius: 4px;
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	position: relative;
}
.course_box:nth-child(2) .fee>p{
	background-color: #2c86b0;
}
.course_box:last-child .fee>p{
	background-color: #09638e;
}
.fee>p:last-child{
	margin-bottom: 0;
}
.fee>p::before{
	content: "＋";
	font-weight: bold;
	font-size: 18px;
	color: #18A4E6;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	font-family: sans-serif;
}
.fee>p:last-child::before{
	display: none;
}
.course_box:nth-child(2) .fee>p::before{
	color: #2c86b0;
}
.course_box:last-child .fee>p::before{
	color: #09638e;
}
.note{
	max-width: 760px;
    margin: 0 auto;
}
.note>div{
	display: flex;
	padding-bottom: 10px;
}
.note>div>p:first-of-type{
	width: 18%;
}
.note>div>p:last-of-type{
	width: 82%;
}
.basic{
	background-color: #18A4E6;
	color: #fff;
	display: inline-block;
	padding: 1px 10px;
	border-radius: 4px;
	text-align: center;
}
.advanced{
	background-color: #FF892C;
	color: #fff;
	display: inline-block;
	padding: 1px 10px;
	border-radius: 4px;
	text-align: center;
}




@media print, screen and (max-width: 970px) {

h2 {
    font-size: 16px;
    padding-bottom: 30px;
}
section {
    padding: 50px 20px 40px;
}
.course {
    max-width: 600px;
}
.course_box{
	padding: 45px 8% 35px 8%;
	box-shadow: 0 15px 15px 0 rgb(0 0 0 / 8%);
	margin-bottom: 50px;
	display: block;
}
.course_box::before{
	font-size: 28px;
	width: 58px;
	height: 58px;
	line-height: 58px;
	top: -30px;
	left: 6%;
}
.course_left {
    width: 100%;
    padding-right: 0px;
	padding-bottom: 25px;
}
.course_box .course_left h3 {
    font-size: 18px;
}
.course_right {
    width: 100%;
}
.program {
    padding-bottom: 15px;
}
.note{
	max-width: 600px;
}
.note>div{
	display: block;
}
.note>div>p:first-of-type{
	width: 100%;
}
.note>div>p:last-of-type{
	width: 100%;
}
	
	
	

}


@media print, screen and (max-width: 374px){
.pankuzu {
    font-size: 12px;
}
.course_box {
    padding: 45px 5% 35px 5%;
}











}

