@charset "utf-8";


/*---------------
 コンテンツ部分
-----------------*/
.contentArea{ margin: 50px 0 100px;}
.contentArea p{
 font-size: 1.2rem;
 line-height: 2.4rem;
 margin-bottom: 50px;
}
.contentArea h2{
 font-size: 1.9rem;
 letter-spacing: 0;
 margin: 50px 0 20px;
}
.contentArea h3{
 font-size: 1.4rem;
 letter-spacing: 0;
 font-weight: normal;
 margin-bottom: 30px;
}
.contentArea a img{
 width: 212px;
 height: auto;
}
.contentArea a:hover img{ opacity: 0.6;}
.contentArea a::after{
 width: 41px;
 height: 41px;
 top: calc(50% - 20px);
 left: calc(50% - 20px);
}



