@charset "UTF-8";
/* CSS Document */

/* ----- margin ----- */
.mt0{margin-top: 0 !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt60{margin-top: 60px !important;}
.mt80{margin-top: 80px !important;}
.mt100{margin-top: 100px !important;}
.mt120{margin-top:120px !important;}
.mr05em{margin-right: 0.5em !important;}
.mr1em{margin-right: 1em !important;}
.mb0{margin-bottom: 0 !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb60{margin-bottom: 60px !important;}
.mb80{margin-bottom: 60px !important;}
.mb1em{margin-bottom: 1em !important;}
.ml1em{margin-left: 1em !important;}
.ma0auto{margin: 0 auto !important;}
.ma0{margin: 0 !important;}

@media(min-width:768px){
.pc_pr0{padding-right:0px!important}
.pc_pl0{padding-left:0px!important}
}

/* ----- line-height ----- */

.lh100{line-height: 1 !important;}
.lh120{line-height: 1.2 !important;}
.lh150{line-height: 1.5 !important;}
.lh180{line-height: 1.8 !important;}
.lh200{line-height: 2 !important;}
.wauto{width:auto !important}

.fs14 {font-size: 0.875em;}

@media(max-width:767px){
.sp_fs20 {font-size: 1.25em;}

}