@charset 'UTF-8';


/*---------------------------*/
.about .title{
    font-weight: bold;
	font-size: 3.4rem;
    line-height: 1.2;
    margin-bottom: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top:-100px;
	padding-top:100px;
}
.about .box{
    padding: 30px 0 0;
    max-width: 440px;
}


.about h4{
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 1.8;
    padding-left: 20px;
    background: url("../image/icon01.png")left center repeat-y;
}

.about .button{
    margin-top: 40px;
}
.about .button a{
    width: 350px;
    display: block;
    background: #000;
    text-decoration: none;
    color: #fff;
    font-weight: bold;    
    padding: 2px  30px 0;
    line-height: 50px;
    text-align: left;
    letter-spacing: 0.15em;
	-webkit-transition: 1.0s ;
	-o-transition: 1.0s ;
	transition: 1.0s ;
}

.about .button a:hover{
    opacity: 0.6;
}
