@charset "utf-8";

/* online-notice */
#online-notice .sct--o-notice{background-image: url(/online-notice/images/modalbase.png);background-repeat: repeat;padding: 100px 0;position: relative;}
#online-notice .sct__inner{background: #fff;border-radius: 4px;padding: 80px;max-width: 1024px;
  max-height: calc(100vh - 200px); min-height: 480px;overflow: scroll;}
#online-notice .m__title{padding: 2.0rem 0;font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;}
#online-notice .m__title h1 {font-size: 32px;font-size: 3.2rem;}
#online-notice .table__normal {margin: 2rem 0 0;}
#online-notice .table__normal th{font-size: 1.2rem;padding: 1.5rem;}
#online-notice .b-t__h2{margin-bottom: 1.0rem;}
#online-notice .box--text p{line-height: 1.6;}
#online-notice .box--text{margin: 3rem 0 2rem;}
#online-notice #closeBox{position: absolute;right: 30px;top: 40px;}
#closeBox [type="button"]{width: 30px;height: 30px;cursor: pointer;border: none;background: none;background-image: url(/online-notice/images/btn_close.svg);background-repeat: no-repeat;}


.sct--o-notice .sct__inner{padding: 0;}

@media (max-width: 768px){
  #online-notice .sct__inner{padding: 2rem;}
}
@media (max-width: 599px){
  
}
