@charset "utf-8";

/*/--------------------------------------------------------------------------/*/
/* ===== CLEARFIX ===== */
/*/--------------------------------------------------------------------------/*/

body:after{
}


/*/--------------------------------------------------------------------------/*/
/* ===== SECTION ===== */
/*/--------------------------------------------------------------------------/*/


@media screen and (max-width: 425px) {

section h2{
font-size:4vw;
margin: 30px auto 20px;
}

section p{
margin: 15px auto;
}

section a{
word-break: break-all;
}

section table{
width: 100%;
margin: 0 auto;
}

section table th,
section table td{
display: block;
width: 100%;
box-sizing: border-box;
}

section table .no_under{
padding: 8px 10px 0;
border-bottom: none;
}

}
