@charset "utf-8";


.catchArea{
 margin: 100px 0 105px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.catchArea p{
 width: 420px;
 font-size: 1.4rem;
 line-height: 2.7rem;
 text-align: justify;
 margin-right: 40px;
}
.catchArea img{ display: block;}


.contentArea{
 width: 880px;
 margin: 0 auto 140px;
}
.contentArea section:not(:last-of-type){ margin-bottom: 100px;}
.contentArea h2{
 font-size: 2.6rem;
 margin-bottom: 45px;
 text-align: center;
 letter-spacing: 0.1em;
}
.contentArea a{
 color: #003f7e;
 border-bottom: 1px solid #003f7e;
 transition: border-color 0.1s;
}
.contentArea a:hover{ border-color: rgba(255,255,255,0);}

.contentArea p{
 font-size: 1.4rem;
 line-height: 2.4rem;
 text-align: justify;
 text-justify: inter-ideograph;
}
.contentArea section > p{
 line-height: 2.7rem;
 margin: 20px 0 25px;
 text-align: justify;
 text-justify: inter-ideograph;
}
.contentArea ul{
 background-color: #f8f8f8;
 padding: 40px;
}
.contentArea ul li:not(:last-of-type){ margin-bottom: 30px;}
.contentArea li h3{
 font-size: 1.8rem;
 margin-bottom: 15px;
}

.contentArea .linkMargin{ top: -100px;}

