/**** 全体箇所 ****/
.forsp{ display: none; }
.nosp{ display: inherit; }
@media (max-width: 720px){
    .forsp{ display: inherit; }
    .nosp{ display: none;}
}
sup{ vertical-align: super; font-size:80%; }


/**** 共通項目 ****/
.mgt0{margin-top:0 !important;} .mgt10{margin-top:10px !important;} .mgt20{margin-top:20px !important;} .mgt30{margin-top:30px !important;} .mgt40{margin-top:40px !important;} .mgt50{margin-top:50px !important;} .mgt60{margin-top:60px !important;}
.mgb0{margin-bottom:0 !important;} .mgb10{margin-bottom:10px !important;} .mgb20{margin-bottom:20px !important;} .mgb30{margin-bottom:30px !important;} .mgb40{margin-bottom:40px !important;} .mgb50{margin-bottom:50px !important;} .mgb60{margin-bottom:60px !important;}

.pdt0{margin-top:0 !important;} .pdt10{margin-top:10px !important;} .pdt20{margin-top:20px !important;} .pdt30{margin-top:30px !important;} .pdt40{margin-top:40px !important;} .pdt50{margin-top:50px !important;} .pdt60{margin-top:60px !important;}
.pdb0{margin-bottom:0 !important;} .pdb10{margin-bottom:10px !important;} .pdb20{margin-bottom:20px !important;} .pdb30{margin-bottom:30px !important;} .pdb40{margin-bottom:40px !important;} .pdb50{margin-bottom:50px !important;} .pdb60{margin-bottom:60px !important;}
.img_contain{ object-fit:contain !important; }

.txt_indent01{ text-indent: 1em; }
.txt_indent02{ text-indent: 2em; }

.color_gray{ color:#cccccc !important; }

.delay_box_top, .delay_box_bottom, .delay_box_left, .delay_box_right, .delay_box_top_d, .delay_box_bottom_d, .delay_box_left_d, .delay_box_right_d{ border:none !important; }

img{ overflow: hidden !important; }
.center_txt{ text-align:center !important; }
.center_txt_ab{ text-align:center !important; }
.center_absolute{ text-align:center !important; margin-top:40px; margin-bottom:40px; }
.lead{ font-size: 140% !important; margin-top:40px; margin-bottom:30px; font-weight: normal !important; }
h2.lead{ text-align:center; padding-bottom:50px; font-weight: normal !important; letter-spacing: 2px; }
h3.lead{ text-align:center; margin-top:50px; padding-bottom:10px; font-weight: normal !important; }

@media screen and (max-width: 720px) {
    .center_txt{ text-align:left !important; }
 }