@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.profile-head{
	display: block;
	justify-content: space-between;
	width:750px;
	margin: 0 auto 0px auto;
	padding: 0 0px 0 0px;
	background: #ffffff;
	text-align: left;
	align-items: center;
}

.course-profile-left{
	width: 100%;
}

.course-profile-right{
	width: 100%;
}

.profile-mainphoto{
	width: 450px;
	margin: 0 auto 36px auto;
}

.profile-mainphoto img{
	width: 100%;
	border-radius: 18px;
}

.profile-name{
	font-size:21px;
	margin-bottom: 24px;
}



.speechBubble {
  position: relative;
  display: inline-block;
  margin-top: 45px;
  padding: 30px;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  background-color: #fffaf3;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #000000;
}

.speechBubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #e8e8e8;
  translate: -50% -100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 8.9px 17.8px 8.9px;
  border-color: transparent transparent #fffaf3;
  translate: -50% -100%;
}



}