@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap');






@media only screen and (max-width: 480px) {






}/*//end  max-width: 480px ///////////////////////*/







@media only screen and (min-width: 481px) {
	
	
section.course-head{
	display: flex;
	justify-content: space-between;
	width:750px;
	margin: 0 auto 60px auto;
	padding: 0 0px 0 0px;
	background: #ffffff;
	text-align: left;
	align-items: center;
}

.course-head-left{
	width: 500px;
}

.course-head-right{
	width: 180px;
}

.course-mainphoto{
	width: 100%;
}

.course-mainphoto img{
	width: 100%;
	border-radius: 50%;
}



section#oshiete{
	width: 100%;
	margin-bottom: 60px;
}

section#selfcare{
	width: 100%;
	margin-bottom: 60px;
}

section#voice{
	width: 100%;
	margin-bottom: 60px;
}

section#price{
	width: 100%;
	margin-bottom: 60px;
}


.course-col-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.course-col-left{
	width: 465px;
}


.course-col-right{
	width: 465px;
}

.course-photo{
	width: 100%;
	border-radius: 18px;
}

.course-photo img{
	width: 100%;
	border-radius: 18px;
}






.price-table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 12px;
}

.price-table th{
	width: 300px;
	border: 1px solid #abe7fb;
	padding: 12px;
	font-size: 16px;
	line-height: 1.8;
}
.price-table td{
	border: 1px solid #abe7fb;
	padding: 12px;
	font-size: 16px;
	line-height: 1.8;
}


.voice-col{
	padding: 24px;
	  border: 1px solid #e8e8e8;
	  border-radius: 15px;
	  background-color: #fffaf3;
}





}