@charset "utf-8";

/**** title *******************************************************************************************************************/
#title #logo img{
/* 背景グラデーションの作成 */
background: rgb(255,193,234);
background: linear-gradient(90deg, rgba(255,193,234,1) 0%, rgba(0,0,0,1) 39%);
  background-size: 100% 100%;
  animation: AnimationName 10s ease infinite;
}



/*****about_us************************************************************************************/
#about_us{
background-color:#f8f8f8;
color:#707070;
padding-bottom:156px;
}

#about_us h2{
width:128px;
margin:0 auto;
padding: 6% 0 5% 0;
}

#about_us #about_content{
width:60%;
margin:0 auto;
display:block;
background-color:#ffffff;
padding:5% 0;
}

#about_us #about_content .about_box{
width: 50%;
margin: 5% auto;
display:block;
font-size:15px;
line-height: 1.6;
}

#about_us #about_content .about_box h3{
font-size:21px;
padding-bottom:16px;
}

#about_us #about_content .about_box h3 span{
font-size:19px;
display:block;
}

#about_us #about_content .about_box dl dt{
float: left;
width:140px;
}

#about_us #about_content .about_box dl dd{
display: block;
overflow: hidden;
padding-bottom:40px;
}

#about_us #about_content .about_box p{
line-height:1.8;

}
/**** about_us 1000以下 ********/
@media screen and (max-width: 1000px) {
#about_us h2 {
    width: 80px;
    margin: 0 auto;
    padding: 7% 0 6% 0;
}
#about_us h2 img{
    width: 80px;
}
#about_us #about_content{width:70%;}

#about_us #about_content .about_box{
	font-size:0.8em;
	width:70%;
}
#about_us #about_content .about_box p{line-height: 2;}
#about_us #about_content .about_box h3 {padding-bottom: 20px;}
#about_us #about_content .about_box h3 span{font-size:0.8em;}
#about_us #about_content .about_box dl dt{font-size:14px;}
#about_us #about_content .about_box dl dd{font-size:14px;padding-bottom:20px;}

}

/**** about_us 480以下 ********/
@media screen and (max-width: 480px){
#about_us #about_content {width: 80%;}
#about_us #about_content .about_box {
	margin: 0 auto;
	font-size: 0.8em;
	width: 80%;
	padding: 5% 0 8vw 0;
  }
#about_us #about_content .about_box dl dt{float:none;}
#about_us #about_content .about_box dl dd {
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 3%;}
}