<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*----------------------------------------
	box1
-----------------------------------------*/

#box1 .ribbon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0;
  height: 28px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  background: #ff7470;
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);
}
.ribbon:before {
  position: absolute;
  content: '';
  top: -8px;
  left: -7px;
  border: none;
  height: 36px;
  width: 7px;
  background: #ff7470;
  border-radius: 5px 0 0 5px;
}
.ribbon:after {
  position: absolute;
  content: '';
  top: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #b25552;
  border-radius: 5px 0 0 5px;
}

#box1 sup{
vertical-align: super;
}

#box1 h2 img{
width: 100%;
}
#box1 h3 img{
	margin-right: 5px;
	}
#box1 .inner {
margin: 30px 0;
border: 2px solid #b7b7b7;
}

#box1 .profile h3 {
font-size: 20px;
font-size: 2.0rem;
line-height: 1.6;
color: #1e92cb;
}
#box1 .profile {
padding: 30px 32px 10px;
border-bottom: 3px dotted #ddd;

}

#box1 .profile p {
font-size: 16px;
font-size: 1.6rem;
line-height: 1.3;
padding: 5px 0;

}

#box1 .inner dl {
padding: 30px;
}
#box1 .inner dt {
font-size: 14px;
font-size: 1.4rem;
background: url("../../img/cmn_main_faq_txt_q.gif") 0 -3px no-repeat;
	background-size: 40px 27px;
padding: 2px 0 0 54px;
margin-top: 5px;
background-color: #EEEFF0;
}

#box1 .inner dd {
font-size: 14px;
font-size: 1.4rem;
background: url("../../img/cmn_main_faq_txt_a.gif") 0 -3px no-repeat;
	background-size: 40px 27px;
padding: 2px 0 0 54px;
margin-top: 8px;
}

.gakunen{
	background-color: rgba(224,240,181,0.50);
	display: inline-block;
	border-radius: 5px;
	margin-left: 10px;
	padding: 5px;
}

@media screen and (max-width: 480px) {
/*----------------------------------------
	box1
-----------------------------------------*/
#box1 .ribbon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 0 8px;
  margin: 0;
  height: 23px;
  line-height: 30px;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: white;
  background: #ff7470;
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);
}
.ribbon:before {
  position: absolute;
  content: '';
  top: -3px;
  left: -7px;
  border: none;
  height: 26px;
  width: 7px;
  background: #ff7470;
  border-radius: 5px 0 0 5px;
}
.ribbon:after {
  position: absolute;
  content: '';
  top: -3px;
  left: -4px;
  border: none;
  height: 5px;
  width: 5px;
  background: #b25552;
  border-radius: 5px 0 0 5px;
}

	
	
#box1 .inner {
margin-top: 30px;
border: none;
}

#box1 .profile h3 {
    width: 100%;
    float: none;
    line-height: 1.3;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 25px;
	margin-bottom: 0px;
}
	#box1 h3 img{
		display: none;
	}
#box1 .profile{
background-color: rgba(243,252,170,0.20);
padding: 5px;
}
#box1 .profile p{
	margin-bottom: 5px;
	}

#box1 .inner dl {
padding: 20px 0 0;
}
.gakunen{
	background-color: transparent;
}
.colon::before{
		content: ":";		
	}
	
	
}</pre></body></html>