html, body {
  margin: 0;
  padding: 0;
}

body {
  padding: 20px;
  font-size: 16px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
div {
	box-sizing: border-box;
}

/*20210201追加*/
.Tokuten-box{
  display: flex;
  justify-content: space-between;
}
.Tokuten01,
.Tokuten02 {
  background-color: #fff9f9;
  padding: 15px 2% 25px 3%;
  border: #bf1114 solid 1px;
  width: 49%;
}
.Tokuten01 > table,
.Tokuten02 > table {
  margin-bottom: 15px;
}
span.maru{
  display: inline-block;
  border-radius: 200px;
  background-color: #e60012;
  padding: 20px 9px 17px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 19px;
}
td.TokuTxt01{
  font-size: 20px;
  font-weight: 700;
}
.lft-txt{
  text-align: left;
  font-size: 13px;
  line-height: 1.4em;
}
.s-txt{
  font-size: 15px;
  margin: 0;
  line-height: 1.5em;
}
.l-txt{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5em;
  color: #e60012;
}
span.smltxt{
  font-size: 12px;
}
.col7{
  width: 17%;
}
th.col5{
  width: 30%;
}
th.col4 {
  width: 10%;
}

@media screen and (max-width: 430px) {
  body {
    padding: 0;
  }
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w33p {
  width: 33.3333%;
}

.w40p {
  width: 40%;
}

.w50p {
  width: 50%;
}

.w60p {
  width: 60%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 430px) {
  .w20p, .w25p, .w33p, .w40p, .w50p, .w60p, .w70p, .w75p {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 430px) {
  th.w50p, td.w50p {
    width: 50%;
    max-width: 600px;
  }
}

.cf {
  position: relative;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

#newstudents_wrap {
  position: relative;
  width: 100%;
  z-index: 1;
}

#newstudents_wrap img {
  max-width: 100%;
}

#newstudents_wrap .grade_header {
  padding: 20px 20px 40px;
  background: #f6b9b4;
}

@media screen and (max-width: 430px) {
  #newstudents_wrap .grade_header {
    padding-bottom: 20px;
  }
}

#newstudents_wrap .grade_header h1 {
  margin: 0 0 20px;
  padding: 0;
}

#newstudents_wrap .grade_header h1 img {
  display: block;
  width: 100%;
}

#newstudents_wrap .grade_header .top_logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
}

#newstudents_wrap .grade_header .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  display: table;
}

@media screen and (max-width: 430px) {
  #newstudents_wrap .grade_header .inner {
    display: block;
  }
}

#newstudents_wrap .grade_header h2, #newstudents_wrap .grade_header p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 20px;
  border: 1px solid #f6b9b4;
}

@media screen and (max-width: 430px) {
  #newstudents_wrap .grade_header h2, #newstudents_wrap .grade_header p {
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
}

#newstudents_wrap .grade_header h2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#newstudents_wrap .grade_header p {
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: none;
  color: #015eae;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 770px) {
  #newstudents_wrap .grade_header p {
    font-size: 12px;
  }
}

@media screen and (max-width: 430px) {
  #newstudents_wrap .grade_header p {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
}

#section_elm .sec_box .ttl span {
  border: 1px solid #e70012;
  color: #e70012;
}

#section_elm .sec_box .ttl table th {
  background: #e70012;
}

#section_elm .sec_box .ttl table td {
  background: #fce4d7;
}

#section_elm .sec_box .ttl table td strong {
  color: #e70012;
  border-bottom: 1px solid #e70012;
}

#section_elm .sec_box .ttl table td span {
  background: #e70012;
  color: #fff;
}

#section_elm .sec_box .pickup {
  border: 1px solid #e70012;
}

#section_jhs .sec_box .ttl span {
  border: 1px solid #015eae;
  color: #015eae;
}

#section_jhs .sec_box .ttl table th {
  background: #015eae;
}

#section_jhs .sec_box .ttl table td {
  background: #e0eaf6;
}

#section_jhs .sec_box .ttl table td strong {
  color: #015eae;
  border-bottom: 1px solid #015eae;
}

#section_jhs .sec_box .ttl table td span {
  background: #015eae;
  color: #fff;
}

#section_jhs .sec_box .pickup {
  border: 1px solid #015eae;
}

.grade_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), to(#f6b9b4));
  background: linear-gradient(0deg, white 50%, #f6b9b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f6b9b4",GradientType=1);
  background-size: 100% 600px;
  background-repeat: no-repeat;
}

.grade_wrap section {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.grade_wrap section .sec_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 20px;
  background: url(images/bg_h3.png) top left repeat-y;
  color: #fff;
}

@media screen and (max-width: 430px) {
  .grade_wrap section .sec_header {
    display: block;
  }
}

.grade_wrap section .sec_header h3 {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 52px;
  background-size: 100% auto;
}

@media screen and (max-width: 770px) {
  .grade_wrap section .sec_header h3 {
    font-size: 36px;
  }
}

.grade_wrap section .sec_header p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}

span.sml{
  font-size: 60%;
}


@media screen and (max-width: 430px) {
  .grade_wrap section .sec_header p {
    padding-left: 0;
  }
}

.grade_wrap section .sec_box {
  padding: 20px 0;
}

.grade_wrap section .sec_box .ttl {
  margin: 0 0 20px;
}

.grade_wrap section .sec_box .ttl h4 {
  margin: 0 0 10px;
  font-size: 56px;
  line-height: 70px;
}

.grade_wrap section .sec_box .ttl h4 span {
  display: inline-block;
  margin-left: 10px;
  padding: 18px 10px;
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  vertical-align: 14px;
}

.grade_wrap section .sec_box .ttl table {
  width: 100%;
}

@media screen and (max-width: 430px) {
  .grade_wrap section .sec_box .ttl table {
    display: block;
    width: 100%;
  }
  .grade_wrap section .sec_box .ttl table thead, .grade_wrap section .sec_box .ttl table tbody, .grade_wrap section .sec_box .ttl table tr, .grade_wrap section .sec_box .ttl table th, .grade_wrap section .sec_box .ttl table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
  }
}

.grade_wrap section .sec_box .ttl table th, .grade_wrap section .sec_box .ttl table td {
  padding: 8px;
  line-height: 20px;
  text-align: center;
}

.grade_wrap section .sec_box .ttl table th {
  color: #fff;
}

.grade_wrap section .sec_box .ttl table td strong {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.grade_wrap section .sec_box .ttl table td em {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.grade_wrap section .sec_box .ttl table td span {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

.grade_wrap section .sec_box .sec_body h2.blue {
  color: #015eae;
}

.grade_wrap section .sec_box .sec_body .pickup {
  margin-top: 40px;
  padding: 20px;
  background: #fffdee;
}

.grade_wrap section .sec_box .sec_body .pickup h4 {
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.2em;
  color: #e70012;
  font-size: 24px;
}

.grade_wrap section .sec_box .sec_body .pickup h4.green {
  color: #11a74d;
}

.grade_wrap section .sec_box .sec_body .pickup h4.blue {
  color: #015eae;
}

.grade_wrap section .sec_box .sec_body .pickup h5 {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0;
  color: #e70012;
  font-size: 16px;
}

.grade_wrap section .sec_box .sec_body h6 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
}

.grade_wrap section .sec_box .fll {
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 430px) {
  .grade_wrap section .sec_box .fll {
    float: none;
    margin-right: 0;
  }
}

.grade_wrap section .sec_box .flr {
  float: right;
  margin-left: 20px;
}

@media screen and (max-width: 430px) {
  .grade_wrap section .sec_box .flr {
    float: none;
    margin-left: 0;
  }
}

.grade_wrap section .sec_box table {
  font-size: 14px;
}

.grade_wrap section .sec_box table.tac {
  text-align: center;
}

.grade_wrap section .sec_box table th, .grade_wrap section .sec_box table td {
  padding: 5px 0;
}

.grade_wrap section .sec_box table th {
  background: #015eae;
  color: #fff;
}

.grade_wrap section .sec_box table td {
  background: #e0eaf6;
}

.grade_wrap section .sec_box table.red th {
  background: #e70012;
}

.grade_wrap section .sec_box table.red td {
  background: #fce4d7;
}

.grade_wrap section .sec_box table.red tr:nth-child(even) td {
  background: #f9d0ba;
}

.grade_wrap section .sec_box table.green th {
  background: #12a84e;
}

.grade_wrap section .sec_box table.green td {
  background: #d7e9c3;
}

.grade_wrap section .sec_box table.blue th {
  background: #015eae;
}

.grade_wrap section .sec_box table.blue td {
  background: #e0eaf6;
}

.grade_wrap section .sec_box table.blue tr:nth-child(even) td {
  background: #c8d8ef;
}

.grade_wrap section .annotation p {
  margin-left: 1em;
  margin-bottom: 0.5em;
  margin-top: 0;
  text-indent: -1em;
  line-height: 1.4em;
  font-size: 12px;
}

p {
  margin: 0 0 1em;
  line-height: 2em;
}

.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 430px) {
  .flx {
    display: block;
  }
}

.flx .inner {
  padding: 0 10px;
}

@media screen and (max-width: 430px) {
  .flx .inner {
    padding: 0;
  }
}

.bg_gasshuku {
  padding-bottom: 50px;
  background: url(images/bg_gasshuku.png) right bottom no-repeat;
  text-shadow: 0 0 2px #fff;
}

.scroll_table_wrap {
  width: 100%;
  overflow-x: auto;
}

.price_table {
  padding-top: 40px;
}

.price_table h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #e70012;
}

.price_table h3.blue {
  color: #015eae;
}

.price_table table {
  min-width: 740px;
}

.price_table table th, .price_table table td {
  padding: 10px 5px;
  text-align: center;
}

.price_table table td:nth-child(3),
.price_table table td:nth-child(5) {
  text-align: left;
}

.price_table table.tbl_elm th {
  color: #fff;
  white-space: nowrap;
}

.price_table table.tbl_elm th:nth-child(odd) {
  background: #e70012;
}

.price_table table.tbl_elm th:nth-child(even) {
  background: #d7000f;
}

.price_table table.tbl_elm td:nth-child(odd) {
  background: #f3f0df;
}

.price_table table.tbl_elm td:nth-child(even) {
  background: #e4e1d2;
}

.price_table table.tbl_elm tr:nth-child(odd) td:nth-child(odd) {
  background: #e4e1d2;
}

.price_table table.tbl_elm tr:nth-child(odd) td:nth-child(even) {
  background: #d5d2c3;
}

.price_table table.tbl_elm td:nth-child(1) {
  color: #e70012;
  font-weight: 600;
}

.price_table table.tbl_elm td:nth-child(2) {
  font-weight: 600;
  width: 10%;/*202103追記*/
}

.price_table table.tbl_elm td:nth-child(5) {
  color: #e70012;
}

.price_table table.tbl_elm td:nth-child(7) span {
  color: #e70012;
}

.price_table table.tbl_jhs th {
  color: #fff;
  white-space: nowrap;
}

.price_table table.tbl_jhs th:nth-child(odd) {
  background: #015eae;
}

.price_table table.tbl_jhs th:nth-child(even) {
  background: #0057a4;
}

.price_table table.tbl_jhs td:nth-child(odd) {
  background: #f3f0df;
}

.price_table table.tbl_jhs td:nth-child(even) {
  background: #e4e1d2;
}

.price_table table.tbl_jhs tr:nth-child(odd) td:nth-child(odd) {
  background: #e4e1d2;
}

.price_table table.tbl_jhs tr:nth-child(odd) td:nth-child(even) {
  background: #d5d2c3;
}

.price_table table.tbl_jhs td:nth-child(1) {
  color: #0057a4;
  font-weight: 600;
}

.price_table table.tbl_jhs td:nth-child(2) {
  font-weight: 600;
}

.price_table table.tbl_jhs td:nth-child(5) {
  color: #0057a4;
}

.price_table table.tbl_jhs td:nth-child(7) span {
  color: #0057a4;
}

.sep {
  border-top: 16px solid #e60012;
}

.btn_request {
  padding: 40px 0;
}

.btn_request a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #e70012;
  border: 2px solid #e70012;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
}

.double a {
  background-color: #fff;
}

.btn_request a:hover {
  background: #e70012;
  color: #fff;
  text-decoration: underline;
}

.btn_request a:hover:before {
  border-left-color: #fff;
}

.btn_request a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid #e70012;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bottom_nav {
  border-bottom: 16px solid #e60012;
}

.bottom_nav .inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 40px;
  text-align: center;
}
/*202103追記*/
span.txt_sml{
  color: #000000 !important;
  font-size: 12px;
  text-align: left;
  display: block;
}
th.col2{
  width: 8%;
}
span.pcicon::after{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(images/notepc.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  padding-bottom: 5px;
  margin-left: 3px;
}
span.pcicon-aft{
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(images/notepc.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 3px;
}

@media screen and (max-width: 430px) {
  .bottom_nav .inner {
    padding-top: 40px;
  }
}

.bottom_nav .inner .pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 430px) {
  .bottom_nav .inner .pagetop {
    right: 10px;
  }
}

.bottom_nav .inner .pagetop a, .bottom_nav .inner .pagetop img {
  display: block;
  width: 108px;
  height: auto;
}

#page_footer {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 10px;
}

@media screen and (max-width: 430px) {
  #page_footer {
    padding-bottom: 60px;
  }
}

#page_footer .flogo {
  position: absolute;
  top: 40px;
  left: 10px;
}

@media screen and (max-width: 430px) {
  #page_footer .flogo {
    position: static;
    width: 110px;
    top: auto;
    left: auto;
    margin: 0 auto 20px;
  }
  #page_footer .flogo img {
    display: block;
  }
}

#page_footer .copyright p {
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: center;
}

footer {
  position: relative;
  z-index: 1;
}

.fixed_footer_pc {
  position: fixed;
  bottom: -220px;
  right: 20px;
  width: 240px;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: bottom .5s ease-in-out;
  transition: bottom .5s ease-in-out;
}

.fixed_footer_pc.active {
  bottom: 20px;
}

@media screen and (max-width: 430px) {
  .fixed_footer_pc {
    display: none;
  }
}

.fixed_footer_pc dl {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.fixed_footer_pc dl dt {
  margin: 0;
  padding: 6px 0;
  background: #015eae;
  color: #fff;
}

.fixed_footer_pc dl dd {
  margin: 0;
  padding: 6px 0;
  color: #2786ad;
  font-size: 20px;
}

.fixed_footer_pc .form {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.fixed_footer_pc .form a {
  display: block;
  padding: 6px 0;
  background: #e60012;
  color: #fff;
  text-decoration: none;
}

.fixed_footer_pc .form a:hover {
  background: #bf1114;
}
/*# sourceMappingURL=style.css.map */


/*----------------------------------

新型コロナウイルス感染予防のための取り組み

------------------------------------*/

.torikumi {
	margin: 0px auto;
	padding: 0;
	width: 100%;
	max-width: 1000px;
}

.box_ena_covid19_01 {
	margin: 0;
	padding: 10px 15px;
	border: solid 2px #015EAD;
	background-color: #FFF;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
   -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; 
}
.box_ena_covid19_01 img {
	width: 100%;
}
.title_ena_covid19 {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	font-size: 45px;
	font-weight: 900;
	color: #015EAD;
	line-height: 1;
	font-family: 'Noto Sans Japanese';
}
.title_ena_covid19-02 {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	font-size: 37px;
	font-weight: 900;
	color: #015EAD;
	line-height: 1;
	font-family: 'Noto Sans Japanese';
}
/*20210507
.box_ena_covid19_02 {
	margin: 0;
	padding: 0;
	width: 60%;
}
*/
.box_ena_covid19_02 {
	margin: 0;
	padding: 0;
	width: 71%;
}
/*20210507
.box_ena_covid19_03 {
	margin: 0 0 0 1%;
	padding: 0;
	width: 39%;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;	
}*/
.box_ena_covid19_03 {
	margin: 0 0 0 1%;
	padding: 0;
	width: 28%;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;	 
} 
.box_ena_covid19_02_01 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	display: table;
	border-bottom: dotted 3px #015EAD;
}
.box_ena_covid19_02_01.noborder {
	border: none;
	margin-bottom: 0;
}
.box_ena_covid19_02_01_01 {
	margin: 0;
	padding: 10px 10px;
	display: table-cell;
	width: 120px;
	background-color: #015EAD;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	line-height: 1em;
}
.box_ena_covid19_02_01_02 {
	margin: 0;
	padding: 0;
	display: table-cell;
	width: calc(100% - 120px) ;
}
.box_ena_covid19_02_01_02 ul,.box_ena_covid19_04 ul.box_ena_covid19_02_01_02 ul,.box_ena_covid19_04 ul,.box_ena_covid19_05_01_02 ul {
	margin: 0 0 0 29px;padding: 0 0 0 10px;
	list-style-type: none;
}
.num {
	display: inline-block;
	margin: 0 10px 0 -28px;
	padding: 1px 0px 2px;
	background-color: #015EAD;
	width: 18px;
	height: 17px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}

.box_ena_covid19_02_01_02 ul li,.box_ena_covid19_04 ul li {
	margin: 0 0 0 0px;padding: 0;
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 7px;
	letter-spacing: -0.5px;
}
.box_ena_covid19_02_01_02 ul li img,.box_ena_covid19_04 ul li img {
	width: 16px;
	height: 16px;
	margin-right: 3px;
	display: inline;
	position: relative;
	top: -1px;
	left: 0;
}
.box_ena_covid19_04 ul li {
	display: inline-block;
	margin-right: 20px;
}
/*20210507
.box_ena_covid19_03_01 {
	margin: 0 1%;
	width: 48%;
	font-size: 15px;
	line-height: 1;
}*/
.box_ena_covid19_03_01 {
  margin: 0 auto 20px;
  /*20210507
  width: 50%;
  */
  width: 60%;
  font-size: 15px;
  line-height: 1.2;
}
.box_ena_covid19_03_01 img {
	padding-bottom: 5px;
}
.box_ena_covid19_05 {
	margin: 0;padding: 0;
	width: 100%;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box_ena_covid19_05_01 {
	margin: 10px 1% 0;padding: 0;
	width: 23%;
	border: solid 1px #015EAD;
}
.box_ena_covid19_05_01_01 {
	margin: 0;padding: 5px;
	background-color: #015EAD;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.box_ena_covid19_05_01_02 {
	margin: 0;padding: 10px;
	font-size: 14px;
	line-height: 1.2;
}
.box_ena_covid19_05_01 img {
	padding: 10px;
}
.box_ena_covid19_05_01_02 ul {
	margin: 0 0 0 10px;padding: 0 0 0 10px;
	list-style-type: none;
}

.box_ena_covid19_05_01_02 ul li {
	margin: 0;padding: 0;
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 5px;
	text-indent: -15px;
	letter-spacing: -1px
}
.box_ena_covid19_05_01_02 ul li img {
	width: 12px;
	height: 12px;
	margin-right: 3px;
	display: inline-block;
	padding: 0;
}
.annotation div.txt_summer_class01:before {
    content: "※";
    position: absolute;
    top: 3px;
    left: -1em;
    line-height: 1em;
}
div.txt_summer_class01 {
	font-size: 16px!important;
	color: #000;
	position: relative;
  margin: 5px 0 30px 1em;
  padding: 0;
  line-height: 1.2em;
}
/*20210506追加
.box_ena_covid19_03 {
  padding: 0;
  width: 29%;
  display: block;
}
.box_ena_covid19_03_01 {
  margin: 0 auto 20px;
  width: 60%;
  font-size: 15px;
  line-height: 1;
}
.box_ena_covid19_02 {
  margin: 0;
  padding: 0;
  width: 70%;
}
.box_ena_covid19_03_01 {
  margin: 0 auto 20px;
  width: 60%;
  font-size: 15px;
  line-height: 1.3em;
}
 */

@media (max-width: 1200px) {
	.box_ena_covid19_05_01_01 {
    font-size: 14px;
	}
	.title_ena_covid19 {
		font-size: 42px;
	}
	.title_ena_covid19-02 {
		font-size: 31px;
	}	
}

@media (max-width: 992px) {
	.box_ena_covid19_02 {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.box_ena_covid19_03 {
		/*20210507
    margin: 0 0 0 1%;
    */
    margin: 0 auto;
		padding: 0;
		width: 60%;
		display : -webkit-flex;
		display : -ms-flexbox;
		display : flex;
	  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;	
	}
	.box_ena_covid19_05_01 {
    width: 48%;
	}
	.box_ena_covid19_05_01_01 {
    font-size: 16px;
	}
	.title_ena_covid19 {
		font-size: 46px;
		text-align: left;
	}
	.title_ena_covid19-02 {
		font-size: 40px;
		text-align: left;
	}
  .box_ena_covid19_03_01 {
    margin: 0 auto 20px;
    width: 47%;
    font-size: 15px;
    line-height: 1.2;
}
}
@media (max-width: 768px) {
	.box_ena_covid19_05_01_01 {
    font-size: 14px;
	}
	.title_ena_covid19 {
		font-size: 34px;
	}
  /*20210506
	.title_ena_covid19-02 {
		font-size: 30px;
		text-align: left;
	}
  .box_ena_covid19_03{
    display: flex;
  }
  .box_ena_covid19_03_01 {
    margin: 0 auto 20px;
    font-size: 15px;
    line-height: 1.3em;
}  /*20210506*/
}
@media (max-width: 530px) {
	.box_ena_covid19_02_01_01 {
    margin: 0;
    padding: 10px 10px;
    display: block;
    width: 100%;
    font-size: 24px;
	}
	.box_ena_covid19_02_01_02 {
    margin: 10px 0 0;
    display: block;
    width: 100%;
	}
	.box_ena_covid19_03 {
    width: 100%;
	}
	.box_ena_covid19_05_01_01 {
    font-size: 16px;
	}
	.box_ena_covid19_02_01_02 ul li, .box_ena_covid19_04 ul li {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 10px;
	}
	.box_ena_covid19_03_01 {
    font-size: 13px;
    width: 45%;
    margin-bottom: 10px;
	}
	.title_ena_covid19 {
		font-size: 30px;
	}
	.title_ena_covid19-02 {
		font-size: 21px;
	}
	.box_ena_covid19_02_01 .pc {
		display: none;
	}
	.num {
    display: inline-block;
    margin: 0 10px 0 -24px;
    padding: 0px 0px 2px;
    background-color: #015EAD;
    width: 16px;
    height: 15px;
    color: #FFF;
    font-size: 12px;
	}
	div.txt_summer_class01 {
    font-size: 13px!important;
	}
}
@media (max-width: 430px) {
	.box_ena_covid19_05_01 {
		margin: 10px 0 0;
    width: 100%;
	}
	.title_ena_covid19 {
		font-size: 24px;
	}
	.title_ena_covid19-02 {
		font-size: 21px;
	}

}
@media (max-width: 320px) {
	.title_ena_covid19 {
		font-size: 22px;
	}
	.title_ena_covid19-02 {
		font-size: 23px;
	}

}

#newstudents_wrap .grade_header h2.h2_newstudents {
	margin: 0;
	padding: 0px 0px;
	font-size: 35px;
	font-weight: 800;
	color: #015EAD;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 330px;
}
#newstudents_wrap .grade_header h2.h2_newstudents span {
	font-size: 140%;
	position: relative;
	top: 3px;
}
@media (max-width: 1024px) {
	#newstudents_wrap .grade_header h2.h2_newstudents {
		font-size: 30px;
	}
}
@media (max-width: 1000px) {
	#newstudents_wrap .grade_header h2.h2_newstudents {
		font-size: 25px;
		width: 250px;
	}
}
@media (max-width: 724px) {
	#newstudents_wrap .grade_header h2.h2_newstudents {
		font-size: 20px;
		width: 200px;
	}
}
@media (max-width: 600px) {
	#newstudents_wrap .grade_header h2.h2_newstudents {
		font-size: 15px;
		width: 150px;
	}
}
@media (max-width: 430px) {
	#newstudents_wrap .grade_header h2.h2_newstudents {
		margin: 0;
		padding: 5px 0px;
		font-size: 35px;
		display: block;
		width: 100%;
	}
	#newstudents_wrap .grade_header p {
	  width: 100%;
	  display: block;
	}
}
@media (max-width: 375px) {
	#newstudents_wrap .grade_header h2.h2_newstudents {
		font-size: 25px;
	}
	.grade_wrap section .sec_header h3 {
    font-size: 25px;
	}
}
@media (max-width: 320px) {
}

/*20210203*/
@media screen and (max-width: 768px) {
  .Tokuten-box {
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
  }
  .Tokuten01{
    margin-bottom: 10px;
  }
  .Tokuten01, .Tokuten02 {
    background-color: #fff9f9;
    padding: 15px 5% 25px 5%;
    width: 100%;
  }
}