@charset "utf-8";


.catchText{
 font-size: 1.4rem;
 line-height: 2.7rem;
 text-align: center;
 margin: 100px 0;
}
.catchText a{
 color: #003f7e;
 border-bottom: 1px solid #003f7e;
 transition: border-color 0.1s;
}
.catchText a:hover{ border-color: rgba(255,255,255,0);}


.contentArea{
 width: 1080px;
 margin: 0 auto 145px;
}
.contentArea section:not(:last-of-type){ margin-bottom: 100px;}

.contentArea h2{
 font-size: 2.6rem;
 margin-bottom: 50px;
 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 table{
 border-collapse: collapse;
 width: 100%;
 border: 1px solid #e0e0e0;
}
.contentArea table tr:nth-of-type(2n+1){ background-color: #fafafa;}
.contentArea table th,
.contentArea table td{ border-right: 1px solid #e0e0e0;}
.contentArea table th{
 border-bottom: 1px solid #e0e0e0;
 background-color: #fff;
 font-size: 1.6rem;
 padding: 18px 0 15px;
}
.contentArea table tr th:nth-of-type(1){
 width: 270px;
 min-width: 270px;
}
.contentArea table tr th:nth-of-type(2),
.contentArea table tr th:nth-of-type(3){
 width: 290px;
 min-width: 290px;
}
.contentArea p,
.contentArea table td{
 font-size: 1.4rem;
 line-height: 2.4rem;
}
.contentArea table td{
 padding: 24px;
 vertical-align: top;
}
.contentArea table tr td:first-of-type{
 font-size: 1.2rem;
 line-height: 1.8rem;
 padding: 24px 0 24px 24px;
}
.contentArea table tr td h3{
 font-size: 1.4rem;
 margin-bottom: 10px;
}
.contentArea table tr td:nth-of-type(2),
.contentArea table tr td:nth-of-type(3){ text-align: justify; text-justify: inter-ideograph;}
.contentArea table tr td:nth-of-type(4){
 text-align: center;
 vertical-align: middle;
}
.contentArea table figcaption{
 font-size: 1rem;
 line-height: 1.5rem;
}

.contentArea sup{
 vertical-align: text-bottom;
 font-size: 0.8rem;
 margin: 0 2px;
 color: #ea4040;
}
@media all and (-ms-high-contrast: none){ /*IE*/
 .contentArea sup{ vertical-align: text-top;}
}
.contentArea section p{ margin-top: 12px;}
.contentArea > p{
 margin-top: 40px;
 padding-left: 1em;
 text-indent: -1em;
}
.contentArea > p + p{ margin-top: 12px;}


