@charset "utf-8";


.catchArea{
 margin: 100px 0 60px;
 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 165px;
}
.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.7rem;
 text-align: justify;
 text-justify: inter-ideograph;
}

.contentArea div{
 background-color: #f8f8f8;
 padding: 40px;
 margin-top: 35px;
}
.contentArea div h3{
 font-size: 1.8rem;
 margin-bottom: 15px;
}
.contentArea div h3:nth-of-type(n+2){ margin-top: 20px;}
.contentArea div p{ line-height: 2.4rem;}

.contentArea section img{
 display: block;
 margin-top: 45px;
}

.contentArea > p{ margin-top: 23px;}


