/***************************************************
PC
***************************************************/

@media screen and (min-width: 640px) {
/* 640px 以上 */
.pc {display: block;}
.sp {display: none;}
 
html,body { line-height: 1.7; }

div#header {padding: 2rem 0;}

#container { padding-top: 120px;}
#contents { padding-bottom: 80px; width: 100%; overflow: hidden;}
 

/* トップページへボタン
-------------------- */
.pagetop { bottom: 24px; right: 24px;}
 
/* width
-------------------- */
.wdp10 {width: 10%;} .wdp20 {width: 20%;} .wdp30 {width: 30%;} .wdp40 {width: 40%;} .wdp50 {width: 50%;} .wdp60 {width: 60%;} .wdp70 {width: 70%;} .wdp80 {width: 80%;} .wdp90 {width: 90%;}

/* margin-bottom
-------------------- */
.mg0a {margin: 0 auto;} .mgb20 {margin-bottom: 2rem!important;} .mgb40 {margin-bottom: 4rem!important;} .mgb50 {margin-bottom: 5rem!important;} .mgb60 {margin-bottom: 6rem!important;} .mgb70 {margin-bottom: 7rem!important;} .mgb80 {margin-bottom: 8rem!important;} .mgb90 {margin-bottom: 9rem!important;}

}