@charset "UTF-8";
/*---------------------------------------
  header
-----------------------------------------*/
.header{
  height: 56px;
  background-color: #fff;
  padding: 8px;
  display: flex;
  justify-content: space-between;
}

.logo {
  text-align: left;
}

.student-no {
  text-align: right;
  padding-top: 13px;
}

/*---------------------------------------
  link
-----------------------------------------*/
a {
  color: #159e86;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}

/*---------------------------------------
  title
-----------------------------------------*/
.title_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.title_wrap .btn_wh.btn_wh_s a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 7px 0px 5px;
}

.top_info_wrap{
  padding: 8px 40px;
  border-radius: 10px;
  background-color: #fff;
  line-height: 150%;
  margin-bottom: 48px;
  /* ここから「自由英作文」を非表示にするにあたり、幅調整のため追加。「自由英作文」を表示する際は不要。 */
  max-width: 1057px;
  margin-left: auto;
  margin-right: auto;
  /* ここまで「自由英作文」を非表示にするにあたり、幅調整のため追加。「自由英作文」を表示する際は不要。 */
}

.tit_main{
  font-size: 220%;
  color: #FFF;
  line-height: 1.2;
  padding: 0 ;
}
.tit_middle{
  font-size: 142%;
  color: #FFF;
  line-height: 1.2;
}
.tit_h1{
  font-size: 180%;
  color: #159e86;
}
h1.tit_sub{
  background: #159E86;
  text-align: center;
  color: #FFF;
  padding: 8px 5px 6px 5px;
  margin-top: 0;
  line-height: 1.2;
}
.tit_sub{
  background: #159E86;
  text-align: center;
  color: #FFF;
  padding: 8px 0 6px 0;
  margin-top: 25px;
  line-height: 1.2;
}
.tit_h2{
  color: #159e86;
  font-size: 114%;
  padding-top: 25px;
}

/*---------------------------------------
  text
-----------------------------------------*/
p{
  font-size: 85%;
  line-height: 1.5;
  padding-top: 20px;
}
.text_sys{
  color: #fff;
}
.text_link{
  line-height: 1.5;
  padding-top: 20px;
  margin: 0 15px;
}
.alert{
  color: #f00;
}
.emp{
  color: #ca0808;
}

/*---------------------------------------
  img_box
-----------------------------------------*/
.img_box{
  padding: 20px 0 5px;
}
.img_box .img_1cols{
  text-align: center;
}

.img_box .img_2cols ul{
  overflow: hidden;
}
.img_box .img_2cols ul li{
  width: 49%;
}
.img_box .img_2cols ul li img{
  margin: 0 auto;
  text-align: center;
  display: block;
}
.img_box .img_2cols ul li.left{
  float: left;
}
.img_box .img_2cols ul li.right{
  float: right;
}
@media screen and (max-width: 900px) {
.img_box .img_1cols img{
  width: 100%;
}
}

/*---------------------------------------
  anchor_link_box
-----------------------------------------*/
.anchor_link_box{
  margin-top: 40px;
  border: 1px solid #159E86;
  padding: 30px 30px 20px;
}

.anchor_link_box ul li{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 20px 10px 0;
}

/*---------------------------------------
  topic_box
-----------------------------------------*/
.topic_box{
  background: #F2F2F2;
  margin: 30px 0 0;
  padding: 8px;
  position: relative;
}
.topic_box .inner{
  border:1px solid #A6A6A6;
  padding:0 20px 10px;
}

.topic_box .inner:before{
  content: url("/auto_correction/static/Image/bg/bg_corner_top.png");
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.topic_box .inner:after{
  content: url("/auto_correction/static/Image/bg/bg_corner_btm.png");
  display: block;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.topic_box .inner .tit{
  font-size: 142%;
  text-align: center;
  padding-top: 15px;
  color: #159e86;
}
.topic_box .inner dl{
  padding-top: 20px;
}
.topic_box .inner dl dt{
  font-size: 142%;
  text-align: center;
}
.topic_box .inner dl dd{
  padding-bottom: 10px;
}
.topic_box .inner dl dd.text{
  padding-top: 20px;
  line-height: 1.5;
  font-size: 85%;
}
.topic_box .inner .text_link{
  padding: 0;
  margin: 0;
}
.topic_box .inner .img{
  text-align: center;
  padding-top: 20px;
}

/*---------------------------------------
  system_area topic_box
-----------------------------------------*/
.system_area .topic_box{
  background: #FFF;
}
.system_area .topic_box .inner{
  border:1px solid #159E86;
}
.system_area .topic_box .inner dl dt{
  color: #159e86;
}
.system_area .topic_box .inner:before{
  content: url("/auto_correction/static/Image/bg/bg_corner_sys_top.png");
}
.system_area .topic_box .inner:after{
  content: url("/auto_correction/static/Image/bg/bg_corner_sys_btm.png");
}

/*---------------------------------------
  system_area topic_box
-----------------------------------------*/
.system_area .topic_box{
  background: #FFF;
}
.system_area .topic_box .inner{
  border:1px solid #159E86;
}
.system_area .topic_box .inner dl dt{
  color: #159e86;
}
.system_area .topic_box .inner:before{
  content: url("/auto_correction/static/Image/bg/bg_corner_sys_top.png");
}
.system_area .topic_box .inner:after{
  content: url("/auto_correction/static/Image/bg/bg_corner_sys_btm.png");
}

/*---------------------------------------
  system_area alert
-----------------------------------------*/
.system_area_alert{
  display: none;
}
.system_area_alert.active{
  display: block;
}

.system_area_alert .topic_box{
  background: #FEF2F2;
}
.system_area_alert .topic_box .inner{
  border:1px solid #CF2020;
}
.system_area_alert .topic_box .inner dl dt{
  color: #CA0808;
}
.system_area_alert .topic_box .inner dl dt img{
  display: inline-block;
  margin: -3px 0 0;
}
.system_area_alert .topic_box .inner dl dd{
  color: #CA0808;
}
.system_area_alert .topic_box .inner:before{
  content: url("/auto_correction/static/Image/bg/bg_corner_sys_top.png");
}
.system_area_alert .topic_box .inner:after{
  content: url("/auto_correction/static/Image/bg/bg_corner_sys_btm.png");
}

/*---------------------------------------
  top_info_box
-----------------------------------------*/
.top_info_box{
  border: 1px solid #A6A6A6;
  background: #F2F2F2;
  padding: 10px;
  margin: 0 0 50px;
}
.top_info_box ul{
  overflow: hidden;
}
.top_info_box ul li{
  width: 32.9%;
  line-height: 1.5;
  float: left;
  text-align: center;
  font-size: 85%;
}

/*---------------------------------------
  alert_box
-----------------------------------------*/
.alert_box{
  border: 1px solid #CF2020;
  padding: 5px 15px 15px;
  margin: 30px 0 0;
  background: #FEF2F2;
}

/*---------------------------------------
  step box
-----------------------------------------*/
.step_arae{
  padding-top: 30px;
}
.step_box{
  margin: 0 auto 20px;
  padding: 0 0 45px;
  background: url("/auto_correction/static/Image/bg/bg_step_area.png") no-repeat center bottom;
}
.step_box .inner{
  border: 1px solid #159E86;
  padding: 25px 30px 30px;
  position: relative;
}
.step_box .inner dl dt{
  background: url("/auto_correction/static/Image/bg/bg_step_ttl.png") no-repeat 0 0;
  color: #fff;
  font-weight: bold;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
.step_box .inner dl dt span{
  padding: 15px 0 0 9px;
  display: block;
}
.step_box .inner dl dd.text{
  line-height: 1.5;
  text-align: center;
  padding: 0 0 0 40px;
}
.step_box .inner dl dd.link{
  padding-top: 10px;
  text-align: center;
}
.step_box .inner dl dd.link .icn_bullet span{
  color: #159e86;
  text-decoration: underline;
}
.step_arae .last{
  background: none;
  padding: 0;
  margin-bottom: 0;
}

/*---------------------------------------
  qa_box
-----------------------------------------*/
.qa_box dl{
  padding: 13px 0 0;
  border-bottom:1px solid #159E86;
}
.qa_box dt{
  color: #159E86;
  font-size: 114%;
  padding: 6px 10px 18px 55px;
  background: url("/auto_correction/static/Image/icn/icn_q.png") no-repeat 10px 2px;
  border-bottom: 1px dotted #159E86;
  line-height: 1.3;
}
.qa_box dd{
  background: url("/auto_correction/static/Image/icn/icn_a.png") no-repeat 10px 17px #F7FCFC;
  padding: 13px 10px 22px 55px;
  line-height: 1.5;
}
.qa_box dd p{
  padding-top: 8px;
  font-size: 85%;
}

/*---------------------------------------
  list
-----------------------------------------*/
/* link */
ul.list_link{
  padding: 5px 0 0;
}
ul.list_link li{
  margin-top: 10px;
}

/* basic */
ul.list_basic{
  padding: 10px 0 0;
}
ul.list_basic li{
  background: url("/auto_correction/static/Image/icn/icn_circle.png") no-repeat 0 6px;
  padding:0 0 2px 14px;
  margin-top: 5px;
  font-size: 85%;
  line-height: 1.5;
}
.topic_box ul.list_basic li{
  margin-top: 5px;
}

/* normal */
ul.list_normal{
  padding: 10px 0 0;
}
ul.list_normal li{
  padding:0 0 2px 0;
  margin-top: 5px;
  font-size: 85%;
  line-height: 1.5;
}
.topic_box ul.list_normal li{
  margin-top: 5px;
}

/* basic_wh */
ul.list_basic_wh{
  padding: 10px 0 0;
  color: #fff;
}
ul.list_basic_wh li{
  background: url("/auto_correction/static/Image/icn/icn_circle_wh.png") no-repeat 0 6px;
  padding:0 0 2px 14px;
  margin-top: 5px;
  font-size: 85%;
  line-height: 1.5;
}
.topic_box ul.list_basic_wh li{
  margin-top: 5px;
}

/* alert */
ul.list_alert{
  padding: 10px 0 0;
}

ul.list_alert li{
  margin-top: 5px;
  line-height: 1.5;
  color: #CF2020;
  text-align: center;
}

ul.list_alert li a{
  color: #CF2020;
  text-decoration: underline;
}

.topic_box ul.list_alert li{
  margin-top: 5px;
}

/*---------------------------------------
  icon link
-----------------------------------------*/
ul.link_box{
  padding-top: 5px;
}
ul.link_box li{
  display: block;
  padding-top: 5px;
}

/* bullet */
p .icn_bullet{
  font-size: 100%;
}
.icn_bullet{
  font-size: 85%;
}
.icn_bullet a{
  text-decoration: none;
  color: #333;
  background: url("/auto_correction/static/Image/icn/icn_bullet.png") no-repeat 0 2px;
  padding: 0 0 6px 20px;
}
.icn_bullet a span{
  color: #159e86;
}

/* bullet_wh */
p .icn_bullet_wh{
  font-size: 100%;
}
.icn_bullet_wh{
  font-size: 85%;
}
.icn_bullet_wh a{
  text-decoration: none;
  color: #FFF;
  background: url("/auto_correction/static/Image/icn/icn_bullet_wh.png") no-repeat 0 2px;
  padding: 0 0 6px 20px;
}
.icn_bullet_wh a span{
  color: #159e86;
}

/* icn_bullet_circle */
p .icn_bullet_circle{
  font-size: 100%;
}
.icn_bullet_circle{
  font-size: 85%;
}
.icn_bullet_circle a{
  text-decoration: none;
  color: #FFF;
  background: url("/auto_correction/static/Image/icn/icn_bullet_circle.png") no-repeat 0 2px;
  padding: 0 0 6px 20px;
}
.icn_bullet_circle a span{
  color: #159e86;
}


/* bullet anchor */
.icn_bullet_anchor{
  font-size: 71%;
}
.icn_bullet_anchor a{
  text-decoration: none;
  color: #333;
  background: url("/auto_correction/static/Image/icn/icn_bullet_anchor.png") no-repeat 0 0;
  padding: 3px 0 3px 20px;
  display: inline-block;
}


/*---------------------------------------
table
---------------------------------------*/

/*---------------------------------------
  table
-----------------------------------------*/
.table_wrap table{
  width: 100%;
  /* ここから「自由英作文」を非表示にするにあたり、幅調整のため追加。「自由英作文」を表示する際は不要。 */
  max-width: 1057px;
  margin-left: auto;
  margin-right: auto;
  /* ここまで「自由英作文」を非表示にするにあたり、幅調整のため追加。「自由英作文」を表示する際は不要。 */
  border-left: 1px solid #BFBFBF;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.table_wrap table th{
  background: #F3F3F3;
  text-align: center;
  font-size: 80%;
  padding: 6px 5px 5px;
  line-height: 1.0;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
}

.table_wrap table tr.important td{
  background: #FEF2F2;
}
.table_wrap table th.th_01{
  width: 22px;
}

/* ここから「自由英作文」を非表示にするにあたり、幅調整のためコメントアウト。「自由英作文」を表示する際は、コメントアウトの方を適用する。 */
.table_wrap table th.th_02{
  /* width: 22%; */
  width: 30%;
}
.table_wrap table th.th_03{
  /* width: 27%; */
  width: 35%;
}
.table_wrap table th.th_04{
  /* width: 16%; */
  width: 21%;
}
/* ここまで「自由英作文」を非表示にするにあたり、幅調整のためコメントアウト。「自由英作文」を表示する際は、コメントアウトの方を適用する。 */

.table_wrap table th.th_05{
  width: 90px;
}
.table_wrap table th.th_06{
  width: 16%;

}
.table_wrap table th.th_07{
  width: 90px;
}

.table_wrap table td{
  background: #FFF;
  padding: 10px;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  text-align: center;
}
.table_wrap table td.meter{
  padding: 0;
}
.table_wrap table td.text_left{
  text-align: left;
}



/*---------------------------------------
  form
-----------------------------------------*/
.form_area{
  /* width: 650px; */
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
}
.form_area dl{
  /* margin-left: -25px; */
  /* padding-top: 20px; */
  overflow: hidden;
}
.form_area dt{
  color: #159e86;
  width: 100%;
  font-size: 85%;
  text-align: center;
  padding: 10px;
  float: left;
}
.form_area dd{
  /* float: left; */
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.form_area dd .icn_bullet{
  padding-top: 10px;
  display: block;
}
.form_area input[type=radio]{
  width: 15px;
  height: 15px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
}
.form_area .form_note{
  font-size: 71%;
  padding-top: 5px;
}
.form_area .birth dd{
  padding-top: 5px;
}
.form_area .birth dd select{
  width: 50px;
  padding: 5px;
  text-align: center;
  font-size: 100%;
}
.form_area .birth dd select.year{
  width: 80px;
  padding: 5px;
}
.form_basic input{
  width: 100%;
  margin-bottom: 1px;
}
.form_basic input{
  border: 1px solid #159E86;
  padding: 2px 4px;
  *padding: 4px;
}

/*---------------------------------------
  button
-----------------------------------------*/


/*---------------------
tab
----------------------*/

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: 144px;
  background-color: #808080;
  padding: 12px 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-left: 8px;
}

.tab_item:hover{
  opacity: 0.85;
  cursor: pointer;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 24px;
  clear: both;
  overflow: hidden;
  background-color: #117D6A;
  color: #fff;
}


/*選択されているタブのコンテンツのみを表示*/
#translation:checked ~ #translation_content,
#composition:checked ~ #composition_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #117D6A;
  color: #fff;
  font-weight: bold;
}

/*アコーディオンベース*/
.toggle {
	display: none;
}

/*タイトル*/
.Label {
	padding: 1em;
	display: block;
	color: #fff;
  border-bottom: 1px solid #BFBFBF;
  background: #117D6A;
  cursor: pointer;
}

/*タイトル横のプラス*/
.Label::before{
	content:"＋";
  width: 16px;
  height: 16px;
  font-size: 16px;
	position: absolute;
	right: 20px;
}

.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	/* transition: all 0.3s; */
}

/*
  btn
-----------------------------------------*/
.btn_area{
  padding-top: 30px;
}
.btn_area .btn_basic,.btn_area .btn_other,.btn_area .btn_wh,.btn_area .btn_blk{
  margin: 0 auto;
}

/*
  btn_wrap_gr
-----------------------------------------*/
.btn_wrap_gr{
  background: #F1F1F1;
  padding: 20px 10px;
}
.btn_wrap_gr .btn_2cols{
  padding: 0;
}
.btn_wrap_gr .btn_2cols ul{
  width: 450px;
}

/*
  btn_wrap_wh
-----------------------------------------*/
.btn_wrap_wh{
  background: #FFF;
  padding: 20px 10px;
}
.btn_wrap_wh .btn_2cols{
  padding: 0;
}
.btn_wrap_wh .btn_2cols ul{
  width: 450px;
}

/*
  btn_2cols button
-----------------------------------------*/
.btn_2cols{
  padding-top: 30px;
}
.btn_2cols ul{
  max-width: 460px;
  display: flex;
  justify-content: space-around;
  gap: 40px;
}


/*
  btn_2cols_l button
-----------------------------------------*/
.btn_2cols_l{
  padding-top: 30px;
}

.btn_2cols_l ul{
  max-width: 610px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  gap: 60px;

}


/*
  btn_3cols button
-----------------------------------------*/
.btn_3cols{
  padding-top: 30px;
}
.btn_3cols ul{
  width: 680px;
  overflow: hidden;
  margin: 0 auto;
}
.btn_3cols ul li.left{
  float: left;
  margin-right: 10px;
}
.btn_3cols ul li.center{
  float: left;
  margin-right: 10px;
}
.btn_3cols ul li.right{
  float: left;
}


@media screen and (max-width: 900px) {
  .btn_3cols{
    padding-top: 20px;
  }
  .btn_3cols ul{
    width: auto;
  }
  .btn_3cols ul li.left{
    float: none;
    width: 220px;
    margin: 0 auto;
    padding-top: 10px;
  }
  .btn_3cols ul li.center{
    float: none;
    width: 220px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .btn_3cols ul li.right{
    float: none;
    width: 220px;
    margin: 0 auto;
    padding-top: 20px;
  }
}

/*
  btn_3cols_l button
-----------------------------------------*/
.btn_3cols_l{
  padding-top: 30px;
}
.btn_3cols_l ul{
  width: 920px;
  overflow: hidden;
  margin: 0 auto;
}
.btn_3cols_l ul li.left{
  float: left;
  margin-right: 10px;
}
.btn_3cols_l ul li.center{
  float: left;
  margin-right: 10px;
}
.btn_3cols_l ul li.right{
  float: left;
}

@media screen and (max-width: 920px) {
  .btn_3cols_l{
    padding-top: 20px;
  }
  .btn_3cols_l ul{
    width: auto;
  }
  .btn_3cols_l ul li.left{
    float: none;
    width: 300px;
    margin: 0 auto;
    padding-top: 10px;
  }
  .btn_3cols_l ul li.center{
    float: none;
    width: 300px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .btn_3cols_l ul li.right{
    float: none;
    width: 300px;
    margin: 0 auto;
    padding-top: 20px;
  }
}


/*
  btn basic
-----------------------------------------*/
.btn_basic{
  width: 220px;
  display: block;
  font-size: 92%;
}
.btn_basic button,
.btn_basic input[type=button],
.btn_basic input[type=submit] {
  width: 100%;
  line-height: 1.0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url("/auto_correction/static/Image/icn/icn_bullet_btn.png") no-repeat 194px center #159E86;
  color: #fff;
  font-size: 98%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:40px;
}
.btn_basic a{
  text-decoration: none;
  width: 100%;
  line-height: 1.0;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url("/auto_correction/static/Image/icn/icn_bullet_btn.png") no-repeat 194px center #159E86;
  color: #fff;
  font-size: 100%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:30px;
  *padding:0;
}
.btn_basic a span{
  display: block;
  padding: 16px 0 5px 0;
  width: 80%;
  margin: 0 auto;
}

/*
  btn other
-----------------------------------------*/
.btn_other{
  width: 220px;
  display: block;
  font-size: 92%;
}
.btn_other button,
.btn_other input[type=button],
.btn_other input[type=submit] {
  width: 100%;
  line-height: 1.0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url("/auto_correction/static/Image/icn/icn_bullet_btn.png") no-repeat 194px center #989898;
  color: #fff;
  font-size: 98%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:40px;
}
.btn_other a{
  text-decoration: none;
  width: 100%;
  line-height: 1.0;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url("/auto_correction/static/Image/icn/icn_bullet_btn.png") no-repeat 194px center #989898;
  color: #fff;
  font-size: 100%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:30px;
  *padding:0;
}
.btn_other a span{
  display: block;
  padding: 16px 0 5px 0;
  width: 80%;
  margin: 0 auto;
}

/*
  btn wh
-----------------------------------------*/
.btn_wh{
  width: 220px;
  display: block;
}
.btn_wh button,
.btn_wh input[type=button],
.btn_wh input[type=submit] {
  width: 100%;
  line-height: 1.0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url("/auto_correction/static/Image/icn/icn_bullet_gr.png") no-repeat 194px center #FFF;
  color: #159e86;
  font-size: 98%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:40px;
}
.btn_wh a{
  text-decoration: none;
  width: 100%;
  line-height: 1.0;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url("/auto_correction/static/Image/icn/icn_bullet_gr.png") no-repeat 194px center #FFF;
  color: #159e86;
  font-size: 100%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:30px;
  *padding:0;
}
.btn_wh a span{
  display: block;
  padding: 16px 0 5px 0;
  width: 80%;
  margin: 0 auto;
}

/*---------------------------------------
  button system
-----------------------------------------*/

/*
  btn sys_gry
-----------------------------------------*/
.btn_sys_gry{
  display: block;
  margin: 0 auto;
  font-size: 85%;
}
.btn_sys_gry a,
.btn_sys_gry input {
  width: 100%;
  -moz-box-shadow:inset 0px 2px 0px 0px #C6C6C6;
  -webkit-box-shadow:inset 0px 2px 0px 0px #C6C6C6;
  box-shadow:inset 0px 2px 0px 0px #C6C6C6;
  -moz-border-radius:40px;
  -webkit-border-radius:40px;
  border-radius:40px;
  border:1px solid #7C7C7C;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  text-shadow:0px 1px 0px #282828;
  background: url("/auto_correction/static/Image/icn/icn_bullet_wh_s.png") no-repeat 92% center #999999;
  display: block;
  line-height: 1.0;
}
.btn_sys_gry a span{
  display: block;
  padding: 14px 15px 13px 2px;
  margin: 0;
  text-align: center;
}
.btn_sys_gry input{
  display: block;
  padding: 14px 15px 13px 2px;
  *padding: 8px 15px 7px 2px;
  margin: 0;
  text-align: center;
}

/*
  btn sys_blk
-----------------------------------------*/
.btn_sys_blk{
  display: block;
  margin: 0 auto;
  font-size: 85%;
}
.btn_sys_blk.no_arw a,
.btn_sys_blk.no_arw input{
  background: url("/auto_correction/static/Image/icn/icn_bullet_wh_s.png") no-repeat -999em -999em #3c3c3c;
  overflow: hidden;
}
.btn_sys_blk a,
.btn_sys_blk input {
  width: 100%;
  -moz-box-shadow:inset 0px 2px 0px 0px #7c7c7c;
  -webkit-box-shadow:inset 0px 2px 0px 0px #7c7c7c;
  box-shadow:inset 0px 2px 0px 0px #7c7c7c;
  -moz-border-radius:40px;
  -webkit-border-radius:40px;
  border-radius:40px;
  border:1px solid #000000;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  text-shadow:0px 1px 0px #282828;
  background: url("/auto_correction/static/Image/icn/icn_bullet_wh_s.png") no-repeat 92% center #3c3c3c;
  display: block;
  line-height: 1.0;
  padding:14px 8px 13px 2px;
}
.btn_sys_blk a span{
  display: block;
  padding: 14px 8px 13px 2px;
  margin: 0;
  text-align: center;
}
.btn_sys_blk input{
  display: block;
  padding: 14px 8px 13px 2px;
  *padding: 8px 15px 7px 2px;
  margin: 0;
  text-align: center;
}

/*
  btn btn_sys_ct_base
-----------------------------------------*/
.btn_sys_ct_base{
  display: block;
  margin: 0 auto;
  font-size: 85%;
}

.btn_sys_ct_base a,
.btn_sys_ct_base input {
  width: 100%;
  -moz-border-radius:40px;
  -webkit-border-radius:40px;
  border-radius:40px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  background: url("/auto_correction/static/Image/icn/icn_bullet_wh_s.png") no-repeat 92% center;
  display: block;
  line-height: 1.0;
}
.btn_sys_ct_base a span{
  display: block;
  padding: 15px 8px 13px 2px;
  margin: 0;
  text-align: center;
}
.btn_sys_ct_base input{
  display: block;
  padding: 15px 8px 13px 2px;
  *padding: 8px 15px 7px 2px;
  margin: 0;
  text-align: center;
}

/* ct01 */
.ct01 a,.ct01 input {
  -moz-box-shadow:inset 0px 2px 0px 0px #F9C246;
  -webkit-box-shadow:inset 0px 2px 0px 0px #F9C246;
  box-shadow:inset 0px 2px 0px 0px #F9C246;
  border:1px solid #E68100;
  background-color: #F39317;
}

/* ct02 */
.ct02 a,.ct02 input {
  -moz-box-shadow:inset 0px 2px 0px 0px #8ED1F7;
  -webkit-box-shadow:inset 0px 2px 0px 0px #8ED1F7;
  box-shadow:inset 0px 2px 0px 0px #8ED1F7;
  border:1px solid #2287CF;
  background-color: #4FACEF;
}

/* ct03 */
.ct03 a,.ct03 input {
  -moz-box-shadow:inset 0px 2px 0px 0px #F2B5EA;
  -webkit-box-shadow:inset 0px 2px 0px 0px #F2B5EA;
  box-shadow:inset 0px 2px 0px 0px #F2B5EA;
  border:1px solid #C956B7;
  background-color: #E681D6;
}

/* ct04 */
.ct04 a,.ct04 input {
  -moz-box-shadow:inset 0px 2px 0px 0px #D1A1E0;
  -webkit-box-shadow:inset 0px 2px 0px 0px #D1A1E0;
  box-shadow:inset 0px 2px 0px 0px #D1A1E0;
  border:1px solid #9550AD;
  background-color: #AB66C4;
}

/* ct05 */
.ct05 a,.ct05 input {
  -moz-box-shadow:inset 0px 2px 0px 0px #A4E0AF;
  -webkit-box-shadow:inset 0px 2px 0px 0px #A4E0AF;
  box-shadow:inset 0px 2px 0px 0px #A4E0AF;
  border:1px solid #2DA841;
  background-color: #69C578;
}

/* ct06 */
.ct06 a,.ct06 input {
  -moz-box-shadow:inset 0px 2px 0px 0px #9997D6;
  -webkit-box-shadow:inset 0px 2px 0px 0px #9997D6;
  box-shadow:inset 0px 2px 0px 0px #9997D6;
  border:1px solid #211E99;
  background-color: #5C5AB4;
}

/*
  btn sys_gr
-----------------------------------------*/
.btn_sys_gr{
  display: block;
  margin: 0 auto;
  font-size: 85%;
}
.btn_sys_gr a,
.btn_sys_gr input {
  width: 100%;
  -moz-box-shadow:inset 0px 2px 0px 0px #42C9B9;
  -webkit-box-shadow:inset 0px 2px 0px 0px #42C9B9;
  box-shadow:inset 0px 2px 0px 0px #42C9B9;
  -moz-border-radius:40px;
  -webkit-border-radius:40px;
  border-radius:40px;
  border:1px solid #038C74;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  text-shadow:0px 1px 0px #159E86;
  background: url("/auto_correction/static/Image/icn/icn_bullet_wh_s.png") no-repeat 92% center #159E86;
  display: block;
  line-height: 1.0;
}
.btn_sys_gr a span{
  display: block;
  padding: 15px 8px 13px 2px;
  margin: 0;
  text-align: center;
}
.btn_sys_gr input{
  display: block;
  padding: 15px 8px 13px 2px;
  *padding: 8px 15px 7px 2px;
  margin: 0;
  text-align: center;
}

/*
  btn sys_blue
-----------------------------------------*/
.btn_sys_blue{
  display: block;
  margin: 0 auto;
  font-size: 85%;
}
.btn_sys_blue.no_arw a,
.btn_sys_blue.no_arw input{
  background: url("/auto_correction/static/Image/icn/icn_bullet_wh_s.png") no-repeat -999em -999em #4470E9;
  overflow: hidden;
}
.btn_sys_blue a,
.btn_sys_blue input {
  width: 100%;
  -moz-box-shadow:inset 0px 3px 0px 0px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow:inset 0px 3px 0px 0px rgba(255, 255, 255, 0.25);
  box-shadow:inset 0px 3px 0px 0px rgba(255, 255, 255, 0.25);
  -moz-border-radius:40px;
  -webkit-border-radius:40px;
  border-radius:40px;
  border:1px solid #2F7769;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  background: url("/auto_correction/static/Image/icn/icn_bullet_wh_s.png") no-repeat 92% center #4470E9;
  display: block;
  line-height: 1.0;
  padding:14px 8px 13px 2px;
}
.btn_sys_blue a span{
  display: block;
  padding: 14px 8px 13px 2px;
  margin: 0;
  text-align: center;
}
.btn_sys_blue input{
  display: block;
  padding: 14px 8px 13px 2px;
  *padding: 8px 15px 7px 2px;
  margin: 0;
  text-align: center;
}


/*
  btn darkgr
-----------------------------------------*/
.btn_darkgr{
  width: 220px;
  display: block;
}
.btn_darkgr button,
.btn_darkgr input[type=button],
.btn_darkgr input[type=submit] {
  width: 100%;
  line-height: 1.0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url("/auto_correction/static/Image/icn/icn_bullet_btn.png") no-repeat 194px center #424242;
  color: #fff;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:40px;
}
.btn_darkgr a{
  text-decoration: none;
  width: 100%;
  line-height: 1.0;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url("/auto_correction/static/Image/icn/icn_bullet_btn.png") no-repeat 194px center #424242;
  color: #fff;
  font-size: 100%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:30px;
  *padding:0;
}
.btn_darkgr a span{
  display: block;
  padding: 16px 0 5px 0;
  width: 80%;
  margin: 0 auto;
}

/*
  btn blk
-----------------------------------------*/
.btn_blk{
  width: 220px;
  display: block;
}
.btn_blk button,
.btn_blk input[type=button],
.btn_blk input[type=submit] {
  width: 100%;
  line-height: 1.0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url("/auto_correction/static/Image/icn/icn_bullet_btn.png") no-repeat 194px center #303030;
  color: #fff;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:40px;
  transition: all 0.3s;
}
.btn_blk a{
  text-decoration: none;
  width: 100%;
  line-height: 1.0;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url("/auto_correction/static/Image/icn/icn_bullet_btn.png") no-repeat 194px center #303030;
  color: #fff;
  font-size: 100%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:30px;
  *padding:0;
}
.btn_blk.btn_disable a{
  background: url(/auto_correction/static/Image/icn/icn_bullet_btn_gray.png) no-repeat 194px center #E6E6E6;
  color: #949494;
  text-shadow: none;
  box-shadow: none;
}

.btn_blk a span{
  display: block;
  padding: 16px 0 5px 0;
  width: 80%;
  margin: 0 auto;
}

/*
  btn lightgr
-----------------------------------------*/
.btn_lightgr{
  width: 220px;
  display: block;
}
.btn_lightgr button,
.btn_lightgr input[type=button],
.btn_lightgr input[type=submit] {
  width: 100%;
  line-height: 1.0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url("/auto_correction/static/Image/icn/icn_bullet_btn.png") no-repeat 194px center #808080;
  color: #fff;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:40px;
}
.btn_lightgr a{
  text-decoration: none;
  width: 100%;
  line-height: 1.0;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url("/auto_correction/static/Image/icn/icn_bullet_btn.png") no-repeat 194px center #808080;
  color: #fff;
  font-size: 100%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:30px;
  *padding:0;
}
.btn_lightgr a span{
  display: block;
  padding: 16px 0 5px 0;
  width: 80%;
  margin: 0 auto;
}

/*
  btn lightgrn
-----------------------------------------*/
.btn_lightgrn{
  width: 220px;
  display: block;
}
.btn_lightgrn button,
.btn_lightgrn input[type=button],
.btn_lightgrn input[type=submit] {
  width: 100%;
  line-height: 1.0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url("/auto_correction/static/Image/icn/icn_bullet_btn.png") no-repeat 194px center #159D85;
  color: #fff;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:40px;
}
.btn_lightgrn a{
  text-decoration: none;
  width: 100%;
  line-height: 1.0;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  background: url("/auto_correction/static/Image/icn/icn_bullet_btn.png") no-repeat 194px center #159D85;
  color: #fff;
  font-size: 100%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  *height:30px;
  *padding:0;
}
.btn_lightgrn a span{
  display: block;
  padding: 16px 0 5px 0;
  width: 80%;
  margin: 0 auto;
}

/*
  btn unavailable
-----------------------------------------*/
.btn_unavailable{
  display: block;
  margin: 0 auto;
  font-size: 85%;
  transition: all 0.3s;
  width: 256px;
}

@media screen and (max-width: 480px) {
  .btn_unavailable{
    width: auto;
  }
}

.btn_unavailable span,
.btn_unavailable input,
.btn_unavailable input[type=button],
.btn_unavailable input[type=submit]{
  width: 100%;
  line-height: 1.0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  padding:0px 5px 0px 5px;
  margin: 0;
  border:none;
  color:#949494;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-align: center;
  min-height: 45px;
  background: url("/auto_correction/static/Image/icn/icn_bullet_btn_gray.png") no-repeat 194px center #E6E6E6;
  -webkit-appearance: button;
  *height:40px;
}

/* prev */
span.prev,
span.prev[type=button],
span.prev[type=submit] {
  background: none;
}
span.prev a{
  text-decoration: none;
  background-image:url("/auto_correction/static/Image/icn/icn_bullet_btn_prev.png");
  background-position: 15px center;
}

/*---------------------------------------
  hr
-----------------------------------------*/
hr{
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #B3B3B3;
  height: 1px;
  clear: both;
  line-height: 0;
  margin-top: 30px;
}

/*---------------------------------------
  btn_pagetop
-----------------------------------------*/
.btn_pagetop{
  overflow: hidden;
  text-align: right;
  padding: 30px 0 0 0;
}
.btn_pagetop span{
  display: block;
}
.btn_pagetop span img{
  cursor: pointer;
}
.btn_pagetop_s{
  overflow: hidden;
  text-align: right;
  padding: 0 20px 20px 0;
}
.btn_pagetop_s span img{
  width: 30px;
  cursor: pointer;
}
.btn_pagetop_s{
  padding: 40px 0 0 0;
}

/*---------------------------------------
  section_search
-----------------------------------------*/
.section_search .search_box{
  border: 4px solid #FFF;
  *min-width: 700px;
}
.section_search .search_box table{
  width: 100%;
}
.section_search .search_box table th{
  line-height: 1.5;
  background:#FFF;
  padding: 0 10px;
  font-size: 85%;
}
.section_search .search_box table td{
  color: #FFF;
  background:url("/auto_correction/static/Image/bg/bg_line_light.png") right 0 repeat-y;
  padding: 10px 3px;
}

/* info */
.section_search .search_box table th.info{
  width: 30%;
}

/* select */
.section_search .search_box table td.select{
  width: 35%;
  overflow: hidden;
  text-align: center;
  font-size: 85%;
}
.section_search .search_box table td.select .inner_l{
  display: inline-block;
  line-height: 1.3;
  *display: inline;
  *zoom: 1;
}
.section_search .search_box table td.select .inner_r{
  display: inline-block;
  margin: 0 0 0 10px;
  *display: inline;
  *zoom: 1;
}
.section_search .search_box .select_box{
  display: inline-block;
  overflow: hidden;
  width: 180px;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
}
.select_box select.fmselect{
  cursor: pointer;
  display: block;
}
.select_box span.customSelect {
  height: 32px;
  width: 180px;
  padding: 9px 0 0 0;
  background:url("/auto_correction/static/Image/bg/bg_select_box.png") 0 0 no-repeat;
  display: block !important;
  line-height: 1.2;
  color: #333;
  text-align: center;
}
.select_box span.customSelect .customSelectInner{
  width: 140px !important;
  margin-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

/*---------------------------------------
  section_info_top
-----------------------------------------*/
.section_info_top{
  background: #FFF;
  font-size: 85%;
  padding: 20px 15px;
  line-height: 1.5;
}

/*---------------------------------------
  section_main
-----------------------------------------*/
.section_main{
  background: #FFF;
  margin-top: 25px;
  padding: 30px 30px 30px;
}

/* btn_confirm */
.btn_confirm{
  width: 180px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 2px;
}
.btn_confirm input{
  width: 100%;
  line-height: 1.0;
  padding:1px 6px 0px 6px;
  margin-top: -1px;
  border:none;
  background: url("/auto_correction/static/Image/icn/icn_bullet_gr_s.png") no-repeat 160px center #FFF;
  color: #159e86;
  font-size: 85%;
  display: block;
  cursor: pointer;
  line-height: 1.0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  text-align: center;
  min-height: 32px;
  *height:27px;
  display: block;
}
.btn_confirm a{
  color: #159e86;
  text-decoration: none;
}
.btn_confirm a span{
  display: block;
  padding: 10px;
  *padding: 9px 20px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  line-height: 1;
  font-size: 85%;
  background: url("/auto_correction/static/Image/icn/icn_bullet_gr_s.png") no-repeat 160px center #fff;
  *background-position:138px center;
}

/*---------------------------------------
  button wrapper
-----------------------------------------*/
.btn_wrap{
  border-bottom: 1px solid #30b8a5;
  border-top: 1px solid #0a7a60;
  clear: both;
}
.btn_wrap .btn_wrap_inner{
  border-bottom: 1px solid #0a7a60;
  border-top: 1px solid #30b8a5;
}
.btn_wrap .btn_wrap_inner .btn_3cols_l{
  padding-top: 20px;
}
.btn_wrap .btn_wrap_inner .btn_2cols{
  padding: 20px 0;
}
.btn_wrap .btn_wrap_inner .btn_2cols_l{
  padding: 20px 0;
}
.btn_wrap .btn_wrap_inner .btn_3cols ul,
.btn_wrap .btn_wrap_inner .btn_3cols_l ul{
  padding: 0 0 20px;
}
#content .btn_wh_l{
  width: 300px;
}
#content .btn_wh_l a{
  background: url("/auto_correction/static/Image/icn/icn_bullet_gr.png") no-repeat scroll 274px center #fff;
}
#content .btn_wh_l input{
  background: url("/auto_correction/static/Image/icn/icn_bullet_gr.png") no-repeat scroll 274px center #fff;
}
#content .btn_wh_s{
  width: 140px;
}
#content .btn_wh_s a{
  background: url("/auto_correction/static/Image/icn/icn_bullet_gr_s.png") no-repeat scroll 124px center #fff;
  min-height: 34px;
}
#content .btn_wh_s a span{
  padding-top: 11px;
}
#content .btn_wh_s input{
  background: url("/auto_correction/static/Image/icn/icn_bullet_gr.png") no-repeat scroll 274px center #fff;
}
.btn_wrap .btn_wrap_inner .btn_area{
  padding: 20px 0 20px;
}

/* コピーライト */
copyright{
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-size: 12px;
  color:#fff;
}

/*---------------------------------------
  meter
-----------------------------------------*/
.meter_wrap{
  text-align: left;
  width: 100%;
}

.meter_inspection,
.meter_untrained,
.meter_master{
  height: 40px;
}
.meter_inspection{
  background: #ECECEC;
  width: 0%;
}
.meter_untrained{
  background: #ECECEC;
  margin-top: -40px;
  width: 100%;
}
.meter_master{
  margin-top: -40px;
}

.meter_wrap .ct01{
  background: #F39317;
}

.merer_item{
  display: flex;
  align-items: stretch;
  gap: 0px;
}

.meter_value{
  width: 115px;
  display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  position: relative;
}

/* .meter_value::after{
  content: '';
  height: 120%;
  width: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-8%);
} */


/*----------------------------
modal
-----------------------------*/
.modal {
  display: block; /* Displayed by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.48); /* Black w/ opacity */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#modal-limit {
  display: none; /* Displayed by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.48); /* Black w/ opacity */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 80%;
  max-width: 440px;
  font-size: 16px;
  line-height: 150%;
}

.modal-content p{
  font-size: 100%;
  padding: 0;
  margin: 0;
}

.modal-content ul{
  padding-left: 1.5rem;
  list-style: disc;
}


.checkbox_wrap *:hover{
  cursor: pointer;
}


.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.no-scroll-again {
  overflow: hidden;
}

/* responsive for demo */
@media screen and (max-width: 1024px) {
  .btn_blk, .btn_lightgrn {
      width: 100%;
  }
  .btn_blk input[type=submit], .btn_lightgrn input[type=submit] {
      width: 100%;
  }
}