@charset "utf-8";
/* ----------------------------------
メディアクエリ　モバイルレイアウト : 480pxまで
----------------------------------- */

section{
margin-bottom:50px;
}
section table{
width: 100%;
border-top:#d7d7d7 solid 1px;
}
section table th,
section table td{
padding: 1em 0;
border-bottom:#d7d7d7 solid 1px;
font-size: 10px;
line-height: 1.6;
vertical-align: top;
}
section table th{
padding-right: 1em;
width: 100px;
color:#3f6077;
font-weight: normal;
}
section table td a{
text-decoration: none;
}
.btnPagetopIn{
margin:20px 0;
text-align: center;
}
.btnPagetopIn a{
margin: 0 auto;
display: block;
width:22px;
}


/* ----------------------------------
メディアクエリ　タブレットレイアウト : 481px　〜
----------------------------------- */
@media only screen and (min-width: 481px) {

section table th,
section table td{
font-size: 14px;
line-height: 1.6;
}

section table th{
padding-right: 1em;
width: 160px;
}
.btnPagetopIn{
margin:30px 0;
text-align: right;
}
.btnPagetopIn a{
margin: 0 0 0 auto;
display: block;
width:35px;
}

}

/* ----------------------------------
メディアクエリ　デスクトップレイアウト : 769px　〜
----------------------------------- */
@media only screen and (min-width: 769px) {

section table th,
section table td{
font-size: 14px;
line-height: 1.6;
}

}