<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 h2 img{
width: 100%;
}
#box1 h3 img{
	margin-right: 10px;
	margin-left: 20px;
	width:25px;
	margin-bottom: 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;
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;
}


@media screen and (max-width: 480px) {
/*----------------------------------------
	box1
-----------------------------------------*/
#box1 .ribbon {
background: none;
	color: red;
	box-shadow:none;
	top:0;
	font-size: small;
	line-height: 1.4;
}

	#box1 .ribbon:before{
		display: none;
	}

		#box1 .ribbon:after{
		display: none;
	}

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

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

#box1 .inner dl {
padding: 20px 0 0;
}	
}</pre></body></html>