@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexming.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexkai.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
html {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-family: "FontAwesome", "Century Gothic", "Arial", "cwTeXYen", "Noto Sans TC", "微軟正黑體";
  font-weight: 100;
  margin: 0;
  padding: 0;
}

.phone {
  background: transparent;
}

.nav-fixed {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav-fixed nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.show {
  display: block;
}

.show::before {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hide {
  display: none;
  display: none !important;
}

.darkPink {
  color: #ea1675;
}

.darkOrange {
  color: #ea5413;
}

.lightGreen {
  color: #b5d220;
}

.pink {
  color: #ff3f7e;
}

.cyan {
  color: #1fb0b5;
}

.purple {
  color: #6902ab;
}

.blue {
  color: #1d6ad6;
}

.skyBlue {
  color: #0d6fb8;
}

.darkBlue {
  color: #172e5e;
}

.lightBlue {
  color: #2ea7e0;
}

.darkYellow {
  color: #ffb301;
}

.brown {
  color: #b35900;
}

.lightBrown {
  color: #d58947;
}

.change_color {
  color: #ff5700 !important;
  border: solid 1px #ff5700 !important;
}

.arrow_right_color {
  color: #ff5700 !important;	
}

.top-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  color: #fff;
  background-color: #d61518;
  z-index: 999;
}

.top-link .top-link-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 0 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-link .top-link-nav a {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 100%;
  padding: 0 4px;
}

.top-link .top-link-nav a:hover {
  color: #000 !important;
}

.top-link .top-link-nav a:not(:last-of-type) {
  border-right: #fff 1px solid;
  padding: 0 20px 0 20px;
}

.top-link .top-link-nav dt {
  display: none;
  margin: 0 0;
  padding: 0 0 0 5px;
}

.top-link .top-link-nav dd {
  margin: 0 0;
  padding: 0 0 0 5px;
}

.btn-top {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
  position: fixed;
  bottom: 53px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 85%;
  color: #fff !important;
  text-align: center;
  background-color: #d61518;
  cursor: pointer;
  border-radius: 100rem;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
}

.btn-top:active {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
  position: fixed;
  bottom: 53px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 85%;
  color: #fff !important;
  text-align: center;
  background-color: #d61518;
  cursor: pointer;
  border-radius: 100rem;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
}

.btn-top:active:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #d61518 !important;
  background-color: #fff;
}

.btn-top:focus {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
  position: fixed;
  bottom: 53px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 85%;
  color: #fff !important;
  text-align: center;
  background-color: #d61518;
  cursor: pointer;
  border-radius: 100rem;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
}

.btn-top:focus:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #d61518 !important;
  background-color: #fff;
}

.btn-top:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #d61518 !important;
  background-color: #fff;
}

.btn-go-form {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 75%;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-family: "Noto Sans TC", "微軟正黑體";
  color: #fff !important;
  background-color: #d61518;
  font-weight: normal;
  cursor: pointer;
  border-radius: 100rem;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 7px 0 15px 0;
  z-index: 5;
}

.btn-go-form:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #d61518 !important;
  background-color: #fff;
  font-weight: bold;
}

.videoBox {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-top.cd-is-visible {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.btn-top.cd-fade-out {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1;
}

.fab.fa-teamspeak {
  padding: 0 0 0 10px;
}

.edm-wrapper-default {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.edm-wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.secbox-sendForm {
  background: #2d85f0;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.secbox-sendForm table {
  background: #fff;
  color: #000;
  margin-bottom: 1.5%;
  position: relative;
  z-index: 6;
}

.secbox-sendForm section {
  color: #fff;
}

.secbox-sendForm .red_word {
  color: #fff;
  font-size: 120%;
  margin-bottom: 1.5%;
  color: #fff;
}

.secbox-sendForm u {
  color: #fff;
}

.send {
  margin-top: 3rem;
  cursor: pointer;
  z-index: 3;
  position: relative;
}

.send a {
  color: #fff;
  background: #d61518;
  border-radius: 5px;
  font-size: 140%;
  font-weight: bold;
}

.send a:hover {
  background: #790c0e;
}

.red {
  color: #ff0015;
  color: #b00e0c;
}

.green {
  color: #1f9922;
}

.total-container {
  width: 100%;
  height: 100%;
}

.b-pc {
  display: none;
}

/*20221213 Start 調整logo*/

.b-mobile {
  display: block;
  position: relative;
  width: 100%;
  margin: 22% auto 0 auto;
  z-index: 997;
}

.b-mobile img {
  width: 100%;
}

.btn-logo {
  text-align: center;
  display: block;
  position: absolute;
  top: 7%;
  left: 8%;
  width: 27%;
  margin: 0 auto;
  height: 6%;
  background: transparent;
  z-index: 2;
  cursor: pointer;
}

/*20221213 End 調整logo*/

.btn-logo a {
  height: 100%;
  display: inline-block;
  width: 100%;
}

.btn-logo img {
  width: 100%;
  cursor: pointer;
}

.yellow {
  color: #ffcb00;
}

.tsu {
  font-weight: bold;
}

.rice_word {
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 0%;
}

.secbox-1 {
  width: 100%;
  z-index: 1;
}

.secbox-1 img {
  width: 100%;
}

.secbox-1.web {
  display: none;
}

.secbox-1.phone {
  display: block;
  width: 100%;
  background: url(../images/bg-1.png) no-repeat top center;
  background-size: 405%;
  background-position-y: 20%;
}

.secbox-1.phone .sec1_title {
  width: 95%;
  margin: 0 auto 5% auto;
}

.secbox-1.phone .sec1_phone_text {
  width: 90%;
  margin: 0 auto 5% auto;
}

.secbox-1.phone .sec1_phone_text p {
  font-size: 135%;
  line-height: 130%;
  color: #3a3a3a;
}

.secbox-1.phone .sec1_phone_text p span.cl01 {
  color: #2d85f0;
  font-weight: 900;
  border-bottom: 2px solid #2d85f0;
}

.secbox-1.phone .sec1_phone_text p span.cl02 {
  color: #ff5700;
  font-weight: 900;
  border-bottom: 2px solid #ff5700;
}

.secbox-1.phone .sec1_sub_img {
  width: 70%;
  margin: 0 auto 5% auto;
}

.secbox-1.phone .sec1_box {
  width: 90%;
  margin: 0 auto 3% auto;
  padding: 2% 0 3% 0;
  border-radius: 10px;
  border: solid 1px #707070;
  -webkit-box-shadow: 5px 5px #757575;
          box-shadow: 5px 5px #757575;
  background: #fff;
  text-align: center;
  position: relative;
}

.secbox-1.phone .sec1_box .sec1_title {
  width: 85%;
  background: #2d85f0;
  padding: 1.5% 1% 1.5% 1%;
  border-radius: 15px;
  margin: 3% auto 5% auto;
}

.secbox-1.phone .sec1_box .sec1_title img {
  width: 25%;
}

.secbox-1.phone .sec1_box .btn_text {
  width: 45%;
  background: #f7d706;
  border-radius: 15px;
  padding: 1.5% 0 1.5% 0;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 51%;
  left: 30%;
}

.secbox-1.phone .sec1_box .sec1_title.ti2 img {
  width: 17%;
}

.secbox-1.phone .sec1_box .sec1_title.ti3 img {
  width: 34%;
}

.secbox-1.phone .sec1_box p.sd02 span.tx02 {
  left: 4%;
  position: relative;
}

.secbox-1.phone .sec1_box p.sd02 span.tx03 {
  left: 6%;
  position: relative;
}

.secbox-1.phone .sec1_box .btn_text.tx02 {
  top: 51%;
  left: 30%;
}

.secbox-1.phone p.sd01 img {
  width: 25%;
}

.secbox-1.phone p span.text_01 {
  width: 100%;
  font-size: 120%;
  color: #3a3a3a;
  vertical-align: top;
}

.secbox-1.phone p.sd02 img {
  width: 15%;
}

.secbox-1.phone .sec1_sub02 {
  width: 75%;
  margin: 7% auto 5% auto;
}

.secbox-1.phone .sec1_table_time {
  margin: 0 auto 0% auto;
  width: 90%;
}

.secbox-1.phone .sec1_table_time .table_month p {
  display: inline-block;
  width: 33%;
  padding: 2% 0 2% 0;
  margin: 0 -2% 0 0;
  font-size: 120%;
  background: #2d85f0;
  color: #ffffff;
  text-align: center;
  border: solid 2px #434343;
}

.secbox-1.phone .sec1_table_time .table_text p.t1 {
  padding: 11% 0 11% 0;
  position: relative;
}

.secbox-1.phone .sec1_table_time .table_text p.t2 {
  text-align: left;
  position: relative;
  width: 29%;
  padding: 4% 0 4% 4%;
}

.secbox-1.phone .sec1_table_time .table_text p {
  display: inline-block;
  width: 33%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 150%;
  vertical-align: top;
  text-align: center;
  padding: 2% 0 2% 0;
  margin: 0 -2% 0 0;
  background: #ffffff;
  color: #404040;
  font-size: 100%;
  border: solid 2px #434343;
  border-top: none;
}

.secbox-1.phone .sec1_table_time.tas2 {
  margin: -2px auto 2% auto;
}

.secbox-1.phone .sec1_table_time.tas2 .table_text p {
  display: inline-block;
  width: 25.4%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 150%;
  vertical-align: top;
  text-align: center;
  padding: 8% 0 8% 0;
  margin: 0 -3% 0 0;
  background: #ffffff;
  color: #404040;
  font-size: 100%;
  border: solid 2px #434343;
  border-top: none;
}

.secbox-1.phone .sec1_table_time.tas2 .table_month p {
  display: inline-block;
  width: 25.4%;
  padding: 2% 0 2% 0;
  margin: 0 -3% 0 0;
  font-size: 120%;
  background: #2d85f0;
  color: #ffffff;
  text-align: center;
  border: solid 2px #434343;
}

.secbox-1.phone .sec1_bottom_text {
  width: 95%;
  position: relative;
  left: 3%;
  line-height: 140%;
  margin: 0 auto 10% auto;
  font-size: 92%;
}

.sec1_web .sec1_title {
  display: none;
}

.dot_menu {
  margin: -17.5% auto 0 0%;
  padding: 2% 0 3% 0;
  overflow: hidden;
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 998;
}

.dot_menu .menu_wd {
  width: 100%;
  display: block;
  right: 5%;
  text-align: right;
  font-size: 100%;
  position: absolute;
  top: 2%;
}

.dot_menu .menu_wd .butt00 {
  display: none;
}

.dot_menu .menu_logo .menu_wd a.mobile_open {
  display: inline-block;
  position: relative;
  padding: 4% 3% 0 0;
  vertical-align: -webkit-baseline-middle;
  line-height: 150%;
}

.dot_menu .menu_logo .menu_wd a.mobile_open p.menu_text {
  display: inline-block;
  font-size: 110%;
  padding: 0 0 0 5%;
  vertical-align: middle;
}

.dot_menu .menu_logo .menu_wd a.mobile_open img {
  width: 30%;
  cursor: pointer;
  vertical-align: middle;
}

.dot_menu .menu_logo a img {
  width: 38%;
  left: 5%;
  cursor: pointer;
  position: relative;
  z-index: 6;
}

.line {
  display: none;
}

.side_menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 4%;
  right: 0;
  background: #000;
  z-index: 999;
  overflow: auto;
}

.side_menu .sid_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  top: 0%;
  background: #3880fb;
  overflow: auto;
}

.side_menu a.mobile_close {
  color: #fff;
  position: absolute;
  right: 6%;
  top: 3%;
  z-index: 4;
}

.side_menu .side_menu_list .butt00 {
  width: 83%;
  margin: 10% auto 0% auto;
}

.side_menu .side_menu_list .butt00 p {
  display: inline-block;
  font-size: 180%;
  color: #fff;
  vertical-align: middle;
  position:relative;
  z-index:3;
}

.side_menu .side_menu_list .butt00 p.but_img {
  width:12%;	
}


.side_menu .side_menu_list hr.mb_01 {
  background: #fff;
  width: 100%;
  margin: 5% 0 0% 0;
  height: 2px;
}

.open .side_menu {
  display: block;
}

.open .side_menu .sid_bg {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.open .butt00 {
  cursor: pointer;
}


.open .butt00 .st01 {
  padding: 0 0 0 5%;
}

.grade_test01 .back_window {
  background: rgba(101, 101, 101, 0.6);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.6 !important;
}

.grade_test01 .window_grade {
  width: 95%;
  position: fixed;
  top: 5%;
  left: 2%;
  right: 10%;
  height: unset;
  border: solid 1px #000;
  border-radius: 10px;
  background: #fff;
  z-index: 1000;
}

.grade_test01 .window_grade .btn-close {
  position: absolute;
  top: 2%;
  right: 2%;
  cursor: pointer;
}

.grade_test01 .window_grade .title {
  width: 35%;
  background: #2d85f0;
  padding: 1% 1% 1% 1%;
  border-radius: 20px;
  margin: 3% auto 0 auto;
  text-align: center;
}

.grade_test01 .window_grade .title img {
  width: 45%;
}

.grade_test01 .window_grade .line {
  width: 97%;
  display: block;
  text-align: center;
  position: relative;
  margin: 2% auto -2% auto;
}

.grade_test01 .window_grade .line img {
  width: 100%;
}

.grade_test01 .window_grade .grade .e01 {
  display: inline-block;
  margin: 0% auto 0 auto;
  left: 2%;
  position: relative;
  z-index: 5;
}

.grade_test01 .window_grade .grade .grade_name {
  background: #000;
  color: #fff;
  width: 15%;
  font-size: 100%;
  text-align: center;
  padding: 1% 1% 1% 1%;
  border-radius: 20px;
}

.grade_test01 .window_grade .grade .grade_school {
  font-size: 105%;
  vertical-align: middle;
  padding: 0% 0 0 1%;
  width: 78%;
}

.grade_test01 .window_grade .grade .grade_school span {
  color: #ff0000;
}

.grade_test01 .window_grade hr.y01 {
  width: 95%;
  margin: 1.5% auto 1.5% auto;
  background: #f7d706;
  height: 5px;
}

.grade_test01 .window_grade .grade_sub_text {
 position:relative;
 left:3%;
 background: #daf12d;
 font-size:105%;
 font-weight:600;
 width:70%;
}	

.grade_test01 .window_grade .grade_sub_text.grade_01 {
 width:95%;
}

.grade_test01 .window_grade .grade_sub_text.grade_02 {
 width:80%;
}

.grade_test01 .window_grade .grade_sub_text.grade_03 {
 width:95%;
}

.grade_test01 .window_grade .grade_text {
  left: 10%;
  width: 95%;
  font-size: 105%;
  line-height: 120%;
  text-align: justify;
  margin: 1% auto 5% auto;
}

.grade_test01 .window_grade .grade_text span {
  color: #2d85f0;
}

.btn-close {
  font-size: 55%;
}

.grade_test02 .window_grade .title img {
  width: 30%;
}

.grade_test03 .window_grade .title img {
  width: 45%;
}


.secbox-1.phone .stu_class {
   line-height: 120%;
    padding: 0% 0 0% 0%;
    left: 30%;
	text-align:left;
    position: relative;
    margin: 0% auto 4% auto;
}

.secbox-1.phone .stu_class.stu01 {
    margin: 2% auto 1% auto;
}

.secbox-1.phone .stu_class p {
    font-size: 100%;
}


.secbox-1.phone .stu_class p span.color1 {
    color: #3200fe;
    font-weight: 900;
    text-decoration: underline;
}

.secbox-1.phone .stu_class p span.color2 {
    color: #ff0100;
    font-weight: 900;
}

.secbox-2 {
  position: relative;
  width: 100%;
}

.secbox-2 img {
  width: 100%;
}

.secbox-2.web {
  display: none;
}

.secbox-2.phone {
  display: block;
}

.left_text {
 cursor:pointer;  
 z-index: 3;
 position: relative;
}

.secbox-2.phone .sec2_box_con .sec2_box p.rea {
    position: absolute;
    top: 13%;
    right: 5%;
    font-size: 110%;
}
.secbox-2.phone .sec2_box_con .sec2_box .title p.order {
    text-align: left;
    margin: 2% 0 0 0;
}


.secbox-2.phone .sec2_box .box_text p.sec_bom_text {
    width: 92%;
    font-size: 107%;
    padding: 0% 0 0 0;
    margin: 5% auto -5% 0%;
}

.secbox-2.phone .sec2_box .box_text p.sec_bom_text span.color1 {
    color: #ff0000;
}

.secbox-2.phone .sec2_box .box_text p.sec_bom_text span.color2 {
    color: #555554;
}


.secbox-2.phone .sec2_box_con .box2 p span.cir_text {
    height: 17px;
    width: 17px;
    color: #0d5b90;
    vertical-align: middle;
    line-height: 130%;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    border: solid 2px #ea632a;
    display: inline-block;
    margin: 0 0 0 3%;
    font-size: 88%;
	font-weight: 600;
}

.secbox-2.phone .sec2_title {
  width: 95%;
  margin: 0 auto 5% auto;
}

.secbox-2.phone .sec2_box_con {
  margin: 0% auto 3% auto;
  width: 95%;
  text-align: center;
}

.secbox-2.phone .sec2_box_con .sec2_box {
  position: relative;
  width: 95%;
  margin: 0 auto 6% auto;
  padding: 5% 0 5% 0;
  border-radius: 15px;
  border: solid 1px #707070;
  -webkit-box-shadow: 5px 5px #757575;
          box-shadow: 5px 5px #757575;
  background: #fff;
}

.secbox-2.phone .sec2_box_con .sec2_box .title {
  width: 50%;
  position: relative;
  left: 5%;
}

.secbox-2.phone .sec2_box_con .sec2_box .box_text {
  position: relative;
  width: 50%;
  text-align: left;
  left: 5%;
  padding: 3% 0 0 0;
  line-height: 130%;
  color: #3a3a3a;
}

.secbox-2.phone .sec2_box_con .sec2_box .box_img {
  position: absolute;
  width: 47%;
  bottom: 0;
  right: 0;
}


.secbox-2.phone .sec2_box_con .sec2_box .arrow_l {
    position: absolute;
    width: 3px;
    height: 110px;
    top: 37.5%;
    left: 2.5%;
    color: #000;
}

.secbox-2.phone .sec2_box_con .sec2_box .arrow_l p {
    margin: 0 auto -1.25px auto;
}

.secbox-2.phone .sec2_box_con .sec2_box .arrow_l p i {
    position: absolute;
    left: 0;
    margin: -170% auto 0 -90%;
}

.secbox-2.phone .sec2_button01 {
  width: 90%;
  margin: 0 auto 10% auto;
  cursor: pointer;
}

.secbox-2.phone .sec2_title2 {
  width: 95%;
  margin: 8% auto 3% auto;
}

.secbox-2.phone .sec2_text_f {
  width: 90%;
  margin: 0 auto 0% auto;
  position: relative;
  font-size: 130%;
  padding: 1% 0 3% 0;
}

.secbox-2.phone .sec2_text_f .left_text p.dtext.left {
  text-align: left;
  padding: 1% 1% 1% 1%;
  width: 90%;
  color: #2d85f0;
  border: solid 1px #2d85f0;
}

.secbox-2.phone .sec2_text_f .left_text p.dtext {
  display: inline-block;
}

.secbox-2.phone .sec2_text_f .left_text p.dtext.right {
  text-align: right;
  width: 5%;
}

.secbox-2.phone .sec2_text_f .left_text p.dtext.right i {
  color: #2d85f0;
  cursor: pointer;
}

.secbox-2.phone .sec2_text_f .left_text hr.sec2_hr {
  width: 100%;
  background: #707070;
  height: 2px;
}

.secbox-2.phone .sec2_text_f .left_text .right.r3 {
  vertical-align: super;
}

.secbox-2.phone .sec2_text_f .left_text .btn-pb01 p {
  margin: 1% 0 0 1.1%;
  line-height: 120%;
}

.secbox-2.phone .sec2_text_f .left_text .btn-pb01 p.td01 {
  width: 80%;
  margin: 1% 0 0 1.1%;
  color: #3a3a3a;
  border-bottom: 1px solid #707070;
}

.secbox-2.phone .sec2_text_f .left_text .btn-pb01 p.td02 {
  color: #7a7a7a;
}

.secbox-2.phone .sec2_text_f .left_text .btn-pb01 p.td03 {
  width: 65%;
}

.secbox-2.phone .sec2_text_f .left_text .btn-pb01 p.td04 {
  width: 49%;
}

.secbox-2.phone .sec2_button01.btn02 {
  margin: 0 auto 5% auto;
}

 .secbox-2.phone .sec2_box .box_text p.sec_bom_text span.color3{
   color:#0d5b90;
   font-weight:600;
   border-bottom: 2px solid #ea632a;
  }	
  .secbox-2.phone .sec2_box .box_text p.sec_bom_text span.color4{
   color:#00a43a;
   font-weight:600;
   border-bottom: 2px solid #f7d706;
  }	
  .secbox-2.phone .sec2_box .box_text p.sec_bom_text span.color5{
   color:#000000;
   font-weight:600;
  
  }	
  
  .secbox-2.phone .sec2_box_con .box2 p span.cir_text.p_dfg1 {
    color: #00a43a;
    border: solid 2px #f7d706;
}

.secbox-3 {
  position: relative;
  width: 100%;
}

.secbox-3 img {
  width: 100%;
}

.secbox-3.web {
  display: none;
}

.secbox-3.phone {
  display: block;
  width: 100%;
  background: url(../images/bg-1.png) no-repeat top center;
  background-size: 490%;
  margin: -7% auto 6% auto;
  z-index: -1;
}

.secbox-3.phone .sec3_title2 {
  width: 70%;
  margin: 13% auto 6% 5%;
  text-align: left;
}

.secbox-3.phone .sec3_text01 {
  width: 95%;
  margin: 0 auto 5% 5%;
  font-size: 125%;
  line-height: 130%;
  color: #3a3a3a;
}

.secbox-3.phone .sec3_text01 p span.cr01 {
  color: #ff5700;
  font-weight: 900;
  border-bottom: 1px solid #ff5700;
}

.secbox-3.phone .sec3_text01 p span.cr02 {
  color: #2d85f0;
  font-weight: 900;
  border-bottom: 1px solid #2d85f0;
}

.secbox-3.phone .sec3_box01 {
  margin: 0% auto 3% auto;
  width: 95%;
  text-align: center;
}

.secbox-3.phone .sec3_box01 .df01 {
  position: relative;
  width: 95%;
  margin: 0 auto 6% auto;
  padding: 5% 0 5% 0;
  border-radius: 15px;
  border: solid 1px #707070;
  -webkit-box-shadow: 5px 5px #757575;
          box-shadow: 5px 5px #757575;
  background: #fff;
}

.secbox-3.phone .sec3_box01 .df01 .title {
  width: 85%;
  background: #2d85f0;
  padding: 1.5% 1% 1.5% 1%;
  border-radius: 15px;
  margin: 3% auto 5% auto;
}

.secbox-3.phone .sec3_box01 .df01 .title img {
  width: 25%;
}

.secbox-3.phone .sec3_box01 .df01 .t2 img {
  width: 17%;
}

.secbox-3.phone .sec3_box01 .df01 .t3 img {
  width: 34%;
}

.secbox-3.phone .sec3_box01 .df01 .sec3_sub_text {
  font-size: 115%;
}

.secbox-3.phone .sec3_box01 .df01 .sec3_sub_text p {
  display: inline-block;
  color: #3a3a3a;
  width: 43%;
}

.secbox-3.phone .sec3_box01 .df01 .sec3_sub_text p span {
  color: #ff5700;
}

.secbox-3.phone .sec3_box01 .df01 .sec3_sub_text p.left {
  width: 53%;
}

.secbox-3.phone .sec3_box01 .df01 .sec3_sub_text p.right {
  width: 43%;
}

.secbox-3.phone .sec3_data_source {
  width: 42%;
  font-size: 110%;
  color: #717171;
  margin: 0 auto 5% auto;
}

.secbox-3.phone .sec3_title3 {
  width: 70%;
  margin: 5% auto 6% 5%;
  text-align: left;
}

.secbox-3.phone .sec3_bt01 {
  color: #2d85f0;
  width: 33%;
  font-size: 120%;
  padding: 1% 1% 1% 1%;
  margin: 0 auto 2% auto;
  border: solid 1px #2d85f0;
}

.secbox-3.phone .sec3_4box {
  width: 95%;
  margin: 4% auto 3% auto;
}

.secbox-3.phone .sec3_4box .sec3_4b_01 {
  display: inline-block;
  width: 45%;
  font-size: 120%;
  margin: 0 1.5% 0 1.5%;
  padding: 2% 0 2% 0;
  border-radius: 10px;
  border: solid 1px #707070;
  -webkit-box-shadow: 5px 5px #757575;
          box-shadow: 5px 5px #757575;
  background: #fff;
}

.secbox-3.phone .sec3_4box .sec3_4b_01 .title {
  color: #003677;
  font-weight: 900;
  font-size: 110%;
  text-align: center;
}

.secbox-3.phone .sec3_4box .sec3_4b_01 .sec3_text01 {
  color: #3a3a3a;
  font-size: 100%;
  margin: 5% auto 5% auto;
  text-align: center;
}

.secbox-3.phone .sec3_4box .sec3_4b_01 .sec3_sa_01 {
  color: #3a3a3a;
  font-size: 100%;
  text-align: center;
}

.secbox-3.phone .sec3_4box .sec3_4b_01 .sec3_sa_01 span {
  color: #ff5700;
}

.secbox-3.phone .sec3_4box .sec3_4b_01 hr.blue01 {
  height: 3px;
  width: 85%;
  background: #2d85f0;
  margin: 0 auto 5% auto;
}

.secbox-3.phone .sec3_42box {
  width: 95%;
  margin: 1% auto 3% auto;
}

.secbox-3.phone .sec3_42box .sec3_b_01 {
  color: #2d85f0;
  width: 58%;
  font-size: 120%;
  padding: 1% 1% 1% 1%;
  margin: 7% auto 2% auto;
  border: solid 1px #2d85f0;
}

.secbox-3.phone .sec3_42box .sec3_4b_01 {
  display: inline-block;
  width: 47%;
  font-size: 115%;
  margin: 0 0.5% 0 0.5%;
  padding: 2% 0 0% 0;
  border-radius: 10px;
  border: solid 1px #707070;
  -webkit-box-shadow: 5px 5px #757575;
          box-shadow: 5px 5px #757575;
  background: #fff;
}

.secbox-3.phone .sec3_42box .sec3_4b_01 .title {
  color: #003677;
  font-weight: 900;
  font-size: 96%;
  text-align: center;
}

.secbox-3.phone .sec3_42box .sec3_4b_01 .sec3_sub_text01 {
  color: #3a3a3a;
  font-size: 95%;
  margin: 5% auto 5% auto;
  text-align: center;
}

.secbox-3.phone .sec3_42box .sec3_4b_01 .sec3_sub_test {
  color: #ffffff;
  background: #2d85f0;
  width: 100%;
  font-size: 88%;
  line-height: 130%;
  padding: 3% 0 5% 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.secbox-3.phone .sec3_42box .sec3_4b_01 .sec3_sub_test p {
  width: 65%;
  margin: 0 auto;
  text-align: left;
}

.secbox-3.phone .sec3_42box .sec3_4b_01 .sec3_sub_test .t4 {
  left: 8%;
  position: relative;
}

.secbox-3.phone .sec3_42box .sec3_4b_01 .sec3_sub_test.t2 p {
  width: 95%;
  margin: 0 auto;
  text-align: left;
}

.secbox-3.phone .sec3_42box .sec3_4b_01 .sec3_sub_text01.t3 {
  text-align: left;
  padding: 0 0 0 8%;
}

.secbox-3.phone .sec3_bottom_button {
  width: 90%;
  margin: 5% auto 5% auto;
  cursor: pointer;
}

.secbox-4 {
  position: relative;
  width: 100%;
}

.secbox-4 img {
  width: 100%;
}

.secbox-4.web {
  position: relative;
  display: none;
}

.secbox-4.phone {
  display: block;
}

.secbox-4.phone .sec4_title {
  width: 70%;
  margin: 0 auto 10% auto;
}

.secbox-4.phone .sec4_bottom_button {
  width: 90%;
  margin: 0 auto 15% auto;
}

.secbox-4.phone .sec4_bottom_button img {
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.sec_end_right {
  display: none;
}




@media (min-width: 0px) and (max-width: 480px) {
  .edm-wrapper {
    width: 100%;
    padding: 0;
  }
  .secbox-sendForm .edm-wrapper {
    width: 95%;
    margin: 0 auto;
    padding: 8% 0;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .edm-wrapper {
    width: 100%;
    padding: 0;
  }
  .secbox-sendForm .edm-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 2% 0;
  }
}

@media (min-width: 1170px) and (max-width: 9999px) {
  .edm-wrapper {
    width: 100%;
    padding: 0;
  }
  .secbox-sendForm .edm-wrapper {
    width: 80%;
    padding: 5% 0;
  }
}

@media only screen and (min-width: 360px) {
  .secbox-1.phone .sec1_table_time .table_text p.t2 {
    width: 29.1%;
  }
  .secbox-1.phone .sec1_table_time .table_month p {
    width: 33.1%;
  }
  .secbox-3.phone .sec3_42box .sec3_4b_01 .sec3_sub_test.t2 p {
    width: 97%;
  }
}

@media only screen and (min-width: 375px) {
  .secbox-1.phone .sec1_table_time .table_text p.t2 {
    width: 29%;
  }
  .secbox-1.phone .sec1_table_time .table_month p {
    width: 33%;
  }
}

@media only screen and (min-width: 390px) {
  .side_menu {
    top: 3%;
  }
  .secbox-3.phone .sec3_42box .sec3_4b_01 .sec3_sub_test.t2 p {
    width: 96%;
  }
}

@media only screen and (min-width: 410px) {
  .side_menu {
    top: 3%;
  }
  .dot_menu {
    margin: -18.5% auto 0 0%;
    padding: 2% 0 4% 0;
  }
  .secbox-3.phone .sec3_42box .sec3_4b_01 .sec3_sub_test.t2 p {
    width: 97%;
  }
}

@media only screen and (min-width: 414px) {
  .side_menu {
    top: 4%;
  }
}

@media only screen and (min-width: 420px) {
  .side_menu {
    top: 3%;
  }
}

@media only screen and (min-width: 481px) {
  .btn-top {
    bottom: 53px;
    right: 15px;
    width: 40px;
    height: 40px;
    padding: 15px 0;
  }
  .btn-top:active {
    bottom: 53px;
    right: 15px;
    width: 40px;
    height: 40px;
    padding: 15px 0;
  }
  .btn-top:focus {
    bottom: 53px;
    right: 15px;
    width: 40px;
    height: 40px;
    padding: 15px 0;
  }
  .btn-go-form {
    bottom: 10px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 16%;
    padding: 5px 0 15px 0;
  }
  .top-link {
    height: 33px;
  }
  .top-link .top-link-nav {
    margin: 6px 0 0 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
  }
  .top-link .top-link-nav a {
    font-size: 95%;
    padding: 0 10px;
  }
  .top-link .top-link-nav dt {
    display: block;
    margin: 0 4px;
  }
  .top-link .top-link-nav dd {
    margin: 0 4px;
  }
  .b-pc {
    display: none;
    position: relative;
    background: url(../images/visual_banner_m.png) no-repeat top center;
    background-size: 100%;
    padding-bottom: 53%;
  }
  .b-mobile {
    display: block;
  }
  /*20221213 Start 調整logo*/
  .btn-logo {
    text-align: right;
    display: block;
    position: absolute;
    top: 19%;
    left: 8%;
    width: auto;
    margin: 0;
    height: 15%;
    background: transparent;
    z-index: 2;
  }
  /*20221213 End 調整logo*/
  .btn-logo a {
    height: 100%;
    display: inline-block;
    width: 100%;
  }
}

@media only screen and (min-width: 500px) {
  .side_menu {
    top: 3%;
  }

  .dot_menu {
    margin: -19% auto 0 0%;
	padding: 3% 0 4% 0;
  }
  
  .secbox-1.phone .sec1_table_time.tas2 .table_month p {
    width: 25.5%;
  }
  
  .secbox-1.phone .sec1_table_time.tas2 .table_text p {
    width: 25.5%;
  }
}

@media only screen and (min-width: 600px) {
  .top-link {
    height: 40px;
  }
  .side_menu {
    top: 11%;
  }
  .dot_menu {
    margin: -19.5% auto 0 0%;
    padding: 2% 0 5% 0;
  }
  .secbox-1.phone .sec1_table_time.tas2 .table_month p {
    width: 25.5%;
  }
  .secbox-1.phone .sec1_table_time.tas2 .table_text p {
    width: 25.5%;
  }
}

@media only screen and (min-width: 768px) {
  .btn-top {
    bottom: 80px;
    right: 20px;
    width: 55px;
    height: 55px;
    padding: 20px 0;
  }
  .btn-top:active {
    bottom: 80px;
    right: 20px;
    width: 55px;
    height: 55px;
    padding: 20px 0;
  }
  .btn-top:focus {
    bottom: 80px;
    right: 20px;
    width: 55px;
    height: 55px;
    padding: 20px 0;
  }
  .btn-go-form {
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    font-size: 95%;
    padding: 9px 0 20px 0;
  }
  .top-link {
    height: 30px;
  }
  .top-link .top-link-nav {
    margin: 6px 0 0 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .top-link .top-link-nav a {
    font-size: 110%;
    padding: 0 10px;
  }
  .top-link .top-link-nav dt {
    display: block;
    margin: 0 4px;
  }
  .top-link .top-link-nav dd {
    margin: 0 4px;
  }
  .b-pc {
    display: block;
    position: relative;
    background: url(../images/banner.png) no-repeat top center;
    background-size: 100%;
    margin: 1% auto 0 auto;
    padding-bottom: 43.1%;
  }
  .b-mobile {
    display: none;
  }
  .btn-logo {
    text-align: center;
    display: block;
    position: relative;
    top: 2em;
    left: -37%;
    width: 14%;
    margin: 2% auto -3em auto;
    height: 3em;
    background: transparent;
    z-index: 2;
  }
  .btn-logo a {
    height: 100%;
    display: inline-block;
    width: 100%;
  }
  .btn-close {
    font-size: 75%;
  }
  .secbox-sendForm {
    background: #2d85f0;
  }
  .secbox-sendForm .edm-wrapper {
    padding: 5% 0;
  }
  .secbox-1.web {
    display: block;
    background: url(../images/bg-1.png) no-repeat top center;
    background-size: 130%;
  }
  .secbox-1.web .sec1_sub_text {
    width: 61%;
    font-size: 120%;
    line-height: 180%;
    margin: 3% auto 0 auto;
  }
  .secbox-1.web .sec1_sub_text p span.text01 {
    color: #2d85f0;
    border-bottom: 1px solid #2d85f0;
  }
  .secbox-1.web .sec1_sub_text p span.text02 {
    color: #ff5700;
    border-bottom: 1px solid #ff5700;
  }
  .secbox-1.web .sec1_sub_img {
    width: 50%;
    margin: 2% auto 3% auto;
  }
  .secbox-1.web .sec1_box_con {
    margin: 0 auto 3% auto;
    width: 95%;
    text-align: center;
  }
  .secbox-1.web .sec1_box_con .sec1_box {
    display: inline-block;
    width: 25%;
    margin: 0 1.5% 0 1.5%;
    padding: 2% 0 2% 0;
    border-radius: 10px;
    border: solid 1px #707070;
    -webkit-box-shadow: 5px 5px #757575;
            box-shadow: 5px 5px #757575;
    background: #fff;
  }
  .secbox-1.web .sec1_box_con .sec1_box .title {
    width: 80%;
    background: #2d85f0;
    padding: 3% 1% 3% 1%;
    border-radius: 35px;
    margin: 0 auto;
  }
  .secbox-1.web .sec1_box_con .sec1_box .title img {
    width: 40%;
  }
  .secbox-1.web .sec1_box_con .sec1_box .title02 img {
    width: 25%;
  }
  .secbox-1.web .sec1_box_con .sec1_box .title03 img {
    width: 50%;
  }
  .secbox-1.web .sec1_box_con .sec1_box .text_sub {
    width: 80%;
    text-align: center;
    margin: 5% auto 5% auto;
    font-size: 130%;
    color: #3a3a3a;
  }
  .secbox-1.web .sec1_box_con .box_img {
    text-align: center;
    width: 80%;
    margin: 0 auto 5% auto;
  }
  .secbox-1.web .sec1_box_con .box_img img {
    width: 50%;
  }
  .secbox-1.web .sec1_box_con .box_img.img02 img {
    width: 38%;
  }
  .secbox-1.web .sec1_box_con .box_img.img03 img {
    width: 43%;
  }
  .secbox-1.web .sec1_box_con .button_grade_text {
    width: 80%;
    background: #f7d706;
    border-radius: 30px;
    padding: 3% 0 3% 0;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
  }
  .secbox-1.web .sec1_sub_title2 {
    width: 50%;
    margin: 4% auto 3% auto;
  }
  .secbox-1.web .sec1_table_time {
    margin: 0 auto 1% auto;
    width: 80%;
  }
  .secbox-1.web .sec1_table_time .table_month p {
    display: inline-block;
    width: 14%;
    padding: 2% 0 2% 0;
    margin: 0 -1% 0 0;
    font-size: 100%;
    background: #2d85f0;
    color: #ffffff;
    text-align: center;
    border: solid 2px #434343;
  }
  .secbox-1.web .sec1_table_time .table_text p {
    display: inline-block;
    width: 14%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    line-height: 150%;
    vertical-align: top;
    text-align: center;
    padding: 2% 0 2% 0;
    margin: 0 -1% 0 0;
    background: #ffffff;
    color: #404040;
    font-size: 100%;
    border: solid 2px #434343;
    border-top: none;
  }
  .secbox-1.web .sec1_table_time .table_text p.t2 {
    text-align: left;
    position: relative;
  }
  .secbox-1.web .sec1_table_time .table_text p.t1 {
    padding: 5.5% 0 5.8% 0;
    position: relative;
  } 
  .secbox-1.web .table_bottom_text {
    color: #6c6c6c;
    width: 75%;
    font-size: 80%;
    margin: 0 auto 4% auto;
  }
  .secbox-1.phone {
    display: none;
  }
  .dot_menu {
    display: block;
    width: 100%;
    padding: 0 0 0 0;
    background: #ffffff;
    position: fixed;
    margin: 1.9% auto 0 auto;
    z-index: 999;
  }
  .dot_menu .menu_logo {
    left: 4%;
    padding: 2% 0 2% 0;
    width: 95%;
    position: relative;
  }
  .dot_menu .menu_logo .menu_wd a.mobile_open {
    display: none;
  }
  .dot_menu .menu_logo a img {
    width: 16%;
  }
  .dot_menu .menu_logo img {
    width: 15%;
  }
  .dot_menu .menu_logo .butt00 img {
    width: 50%;
  }
  .dot_menu .menu_wd {
    width: 80%;
    display: block;
    right: 0;
    text-align: right;
    font-size: 100%;
    position: absolute;
    top: 23%;
  }
  .dot_menu .menu_wd .butt00 {
    display: inline-block;
    cursor: pointer;
    margin: 0 1% 0 1%;
  }
  .dot_menu .menu_wd .butt00 p {
    display: inline-block;
    vertical-align: middle;
  }
  .side_menu {
    display: none;
  }
  .line {
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 9%;
    margin: 0 auto 0 auto;
    z-index: 0;
  }
  .line img {
    width: 100%;
  }
  .in_menu {
    display: inline-block;
  }
  .sec1_web .sec1_title {
    width: 65%;
    position: relative;
    margin: 0 auto 0 auto;
    display: block;
  }
  .sec1_web .sec1_title img {
    width: 100%;
  }
  .grade_test01 .back_window {
    background: rgba(101, 101, 101, 0.6);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0.6 !important;
  }
  .grade_test01 .window_grade {
    width: 80%;
    position: fixed;
    top: 6%;
    left: 10%;
    right: 10%;
    height: 50%;
    border: solid 1px #000;
    border-radius: 10px;
    background: #fff;
    z-index: 1000;
	overflow-y:auto;
  }
  .grade_test01 .window_grade .btn-close {
    position: absolute;
    top: 2%;
    right: 2%;
    cursor: pointer;
  }
  .grade_test01 .window_grade .title {
    width: 25%;
    background: #2d85f0;
    padding: 1% 1% 1% 1%;
    border-radius: 20px;
    margin: 3% auto 0 auto;
    text-align: center;
  }
  .grade_test01 .window_grade .title img {
    width: 45%;
  }
  .grade_test01 .window_grade .line {
    width: 100%;
    text-align: center;
    position: relative;
    margin: -6% auto -1% auto;
  }
  .grade_test01 .window_grade .grade .e01 {
    display: inline-block;
    margin: 5% auto 0 auto;
    left: 10%;
    vertical-align: middle;
    position: relative;
    z-index: 5;
  }
  .grade_test01 .window_grade .grade .grade_name {
    background: #000;
    color: #fff;
    width: 12%;
    font-size: 120%;
    text-align: center;
    padding: 1% 1% 1% 1%;
    border-radius: 20px;
  }
  .grade_test01 .window_grade .grade .grade_school {
    font-size: 120%;
	width:70%;
    padding: 0 0 0 1%;
  }
  .grade_test01 .window_grade .grade .grade_school span {
    color: #ff0000;
  }
  .grade_test01 .window_grade hr.y01 {
    width: 85%;
    margin: 1.5% auto 1.5% auto;
    background: #f7d706;
    height: 5px;
  }
  .grade_test01 .window_grade .grade_text {
    left: 10%;
    width: 80%;
    font-size: 105%;
    line-height: 120%;
    text-align: justify;
    margin: 0.5% auto 2% auto;
  }
  .grade_test01 .window_grade .grade_text span {
    color: #2d85f0;
  }
  .grade_test02 .window_grade {
    top: 4%;
    height: 53%;
  }
  .grade_test02 .window_grade .title img {
    width: 25%;
  }
  .grade_test02 .window_grade .grade .e01 {
    left: 8%;
  }
  .grade_test02 .window_grade .grade .grade_name {
    width: 9%;
  }
  .grade_test02 .window_grade .grade_text {
    left: 0%;
    margin: 0.5% auto;
    position: relative;
  }
  .grade_test03 .window_grade .title img {
    width: 40%;
  }
  .secbox-2.web {
    display: block;
  }
  .secbox-2.web .sec1_sub_title2 {
    width: 50%;
    margin: 2% auto 3% auto;
  }
  .secbox-2.web .sec2_box_con {
    margin: 0% auto 3% auto;
    width: 95%;
    text-align: center;
  }
  .secbox-2.web .sec2_box_con .sec2_box {
    display: inline-block;
    position: relative;
    width: 43%;
    margin: 0 2.5% 0 2.5%;
    padding: 2% 0 2% 0;
    border-radius: 22px;
    border: solid 1px #707070;
    -webkit-box-shadow: 5px 5px #757575;
            box-shadow: 5px 5px #757575;
    background: #fff;
  }
  .secbox-2.web .sec2_box_con .sec2_box .title {
    width: 52%;
    position: relative;
    left: 5%;
  }
  .secbox-2.web .sec2_box_con .sec2_box .box_text {
    position: relative;
    width: 50%;
    text-align: left;
    left: 5%;
    padding: 0% 0 0 0;
    line-height: 130%;
    color: #3a3a3a;
  }
  .secbox-2.web .sec2_box_con .sec2_box .box_img {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
  }
  .secbox-2.web .sec2_button {
    width: 50%;
    margin: 4% auto 3% auto;
  }
  .secbox-2.web .sec2_button img {
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .secbox-2.web .sec2_icon {
    position: relative;
    margin: -10% 0 -1.5% 0;
  }
  .secbox-2.web .sec2_icon p {
    display: inline-block;
  }
  .secbox-2.web .sec2_icon .sec2_icon_p {
    display: inline-block;
  }
  .secbox-2.web .sec2_icon .sec2_icon_p.left {
    position: relative;
    width: 40%;
    left: 0;
    top: -10%;
  }
  .secbox-2.web .sec2_icon .sec2_icon_p.left img {
    width: 50%;
  }
  .secbox-2.web .sec2_icon .sec2_icon_p.right {
    position: absolute;
    width: 20%;
    right: 0;
  }
 
  .secbox-2.web .sec2_icon .title3 {
    position: absolute;
    bottom: 8%;
    width: 100%;
    text-align: center;
  }
  .secbox-2.web .sec2_icon .title3 img {
    width: 60%;
  }
  .secbox-2.web .sec2_text_f {
    width: 60%;
    margin: 0 auto;
    position: relative;
    padding: 1% 0 3% 0;
  }
  .secbox-2.web .sec2_text_f .left_text p.dtext {
    display: inline-block;
  }
  
  .left_text {
	cursor:pointer;  
	z-index: 3;
    position: relative;
  }
  .secbox-2.web .sec2_text_f .left_text p.dtext.left {
    text-align: left;
    padding: 1% 1% 1% 1%;
    color: #2d85f0;
    border: solid 1px #2d85f0;
  }
  .secbox-2.web .sec2_text_f .left_text p.dtext.right {
    text-align: right;
    width: 50%;
  }
  .secbox-2.web .sec2_text_f .left_text p.dtext.right i {
    color: #2d85f0;
    cursor: pointer;
  }
  .secbox-2.web .sec2_text_f .left_text p.dtext.right.r2 {
    text-align: right;
    width: 47%;
  }
  .secbox-2.web .sec2_text_f .left_text p.dtext.right.r3 {
    text-align: right;
    width: 32%;
  }
  .secbox-2.web .sec2_text_f .left_text p.dtext.right.r4 {
    text-align: right;
    width: 44%;
  }
  .secbox-2.web .sec2_text_f .left_text hr.sec2_hr {
    width: 100%;
    background: #707070;
    height: 2px;
  }
  .secbox-2.web .sec2_text_f .left_text .btn-pb01 p {
    margin: 1% 0 0 1.1%;
    line-height: 120%;
  }
  .secbox-2.web .sec2_text_f .left_text .btn-pb01 p.td01 {
    width: 43%;
    margin: 1% 0 0 1.1%;
    color: #3a3a3a;
    border-bottom: 1px solid #707070;
  }
  .secbox-2.web .sec2_text_f .left_text .btn-pb01 p.td02 {
    color: #7a7a7a;
  }
  .secbox-2.web .sec2_text_f .left_text .btn-pb01 p.td03 {
    width: 35%;
  }
  .secbox-2.web .sec2_text_f .left_text .btn-pb01 p.td04 {
    width: 26%;
  }
  .secbox-2.web .sec2_ab_j3 {
    position: relative;
	margin:-7% auto 0 auto;
  }
  .secbox-2.web .sec2_ab_j3 .bx01 {
    display: inline-block;
    width: calc((100%-10%)/3);
    margin: 0 3% 0 3%;
  }
  .secbox-2.web .sec2_ab_j3 .bx01.left {
    text-align: left;
    margin: 0 6% 0 0%;
    width: 15%;
  }
  .secbox-2.web .sec2_ab_j3 .bx01.center {
    text-align: center;
    width: 50%;
    padding: 7% 0 0 0;
    vertical-align: top;
  }
  .secbox-2.web .sec2_ab_j3 .bx01.center img {
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .secbox-2.web .sec2_ab_j3 .bx01.right {
    text-align: right;
    margin: 0 0% 0 6%;
    width: 15%;
    right: 0;
    position: absolute;
  }
  .secbox-2.web .sec2_bottom_img {
    margin: 5% auto 0 auto;
    width: 70%;
    text-align: center;
  }
  .secbox-2.phone {
    display: none;
  }
  .secbox-3.web {
    display: block;
    background: url(../images/bg-1.png) no-repeat top center;
    background-size: 175%;
  }
  .secbox-3.web .sec3_box01 {
    width: 63%;
    margin: 4% auto 5% auto;
  }
  .secbox-3.web .sec3_box01 .sec3_title {
    width: 40%;
    text-align: left;
  }
  .secbox-3.web .sec3_box01 .sec3_text01 {
    left: 5%;
    font-size: 110%;
    line-height: 130%;
    position: relative;
    margin: 3% auto 3% auto;
  }
  .secbox-3.web .sec3_box01 .sec3_text01 p span.cr01 {
    color: #ff5700;
    border-bottom: 1px solid #ff5700;
  }
  .secbox-3.web .sec3_box01 .sec3_text01 p span.cr02 {
    color: #2d85f0;
    border-bottom: 1px solid #2d85f0;
  }
  .secbox-3.web .sec3_box01 .sec3_bbox .df01 {
    display: inline-block;
    width: 31%;
    margin: 0 0.5% 0 0.5%;
    padding: 2% 0 2% 0;
    border-radius: 10px;
    border: solid 1px #707070;
    -webkit-box-shadow: 5px 5px #757575;
            box-shadow: 5px 5px #757575;
    background: #fff;
  }
  .secbox-3.web .sec3_box01 .sec3_bbox .df01 .title {
    width: 70%;
    background: #2d85f0;
    padding: 3% 1% 3% 1%;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
  }
  .secbox-3.web .sec3_box01 .sec3_bbox .df01 .title img {
    width: 50%;
  }
  .secbox-3.web .sec3_box01 .sec3_bbox .df01 .title.t2 img {
    width: 32%;
  }
  .secbox-3.web .sec3_box01 .sec3_bbox .df01 .title.t3 img {
    width: 67%;
  }
  .secbox-3.web .sec3_box01 .sec3_bbox .df01 .sec3_sub_text {
    margin: 10% auto 5% auto;
    color: #3a3a3a;
    width: 95%;
    line-height: 120%;
    font-size: 95%;
    text-align: center;
  }
  .secbox-3.web .sec3_box01 .sec3_bbox .df01 .sec3_sub_text p span {
    color: #ff5700;
  }
  .secbox-3.web .sec3_box01 .sec3_bbox .df01.left {
    margin: 0 1% 0 0%;
  }
  .secbox-3.web .sec3_box01 .sec3_bbox .df01.right {
    margin: 0 0% 0 1%;
  }
  .secbox-3.web .sec3_box01 .sec3_data_source {
    font-size: 80%;
    margin: 2% 2% 5% auto;
    text-align: right;
  }
  .secbox-3.web .sec3_box02 {
    width: 63%;
    margin: 4% auto 2% auto;
  }
  .secbox-3.web .sec3_box02 .sec3_title {
    width: 70%;
    text-align: left;
  }
  .secbox-3.web .sec3_box02 .sec3_text01 {
    left: 5%;
    font-size: 110%;
    line-height: 130%;
    position: relative;
    margin: 3% auto 5% auto;
  }
  .secbox-3.web .sec3_box02 .sec3_text01 p span.cr01 {
    color: #ff5700;
    border-bottom: 1px solid #ff5700;
  }
  .secbox-3.web .sec3_box02 .sec3_text01 p span.cr02 {
    color: #2d85f0;
    border-bottom: 1px solid #2d85f0;
  }
  .secbox-3.web .sec3_box02 .sec3_b_01 {
    color: #2d85f0;
    width: 20%;
    padding: 1% 1% 1% 1%;
    margin: 0 auto 2% auto;
    border: solid 1px #2d85f0;
  }
  .secbox-3.web .sec3_4box {
    width: 80%;
    margin: 1% auto 3% auto;
  }
  .secbox-3.web .sec3_4box .sec3_4b_01 {
    display: inline-block;
    width: 23%;
    margin: 0 0.5% 0 0.5%;
    padding: 2% 0 2% 0;
    border-radius: 10px;
    border: solid 1px #707070;
    -webkit-box-shadow: 5px 5px #757575;
            box-shadow: 5px 5px #757575;
    background: #fff;
  }
  .secbox-3.web .sec3_4box .sec3_4b_01 .title {
    color: #003677;
    font-weight: 900;
    font-size: 110%;
    text-align: center;
  }
  .secbox-3.web .sec3_4box .sec3_4b_01 .sec3_text01 {
    color: #3a3a3a;
    font-size: 95%;
    margin: 5% auto 5% auto;
    text-align: center;
  }
  .secbox-3.web .sec3_4box .sec3_4b_01 hr.blue01 {
    height: 3px;
    width: 85%;
    background: #2d85f0;
    margin: 0 auto 5% auto;
  }
  .secbox-3.web .sec3_4box .sec3_4b_01 .sec3_sa_01 {
    color: #3a3a3a;
    font-size: 100%;
    text-align: center;
    color: #ff5700;
  }
  .secbox-3.web .sec3_42box {
    width: 80%;
    margin: 1% auto 3% auto;
  }
  .secbox-3.web .sec3_42box .sec3_b_01 {
    color: #2d85f0;
    width: 27%;
    padding: 1% 1% 1% 1%;
    margin: 7% auto 2% auto;
    border: solid 1px #2d85f0;
  }
  .secbox-3.web .sec3_42box .sec3_4b_01 {
    display: inline-block;
    width: 23%;
    margin: 0 0.5% 0 0.5%;
    padding: 2% 0 0% 0;
    border-radius: 10px;
    border: solid 1px #707070;
    -webkit-box-shadow: 5px 5px #757575;
            box-shadow: 5px 5px #757575;
    background: #fff;
  }
  .secbox-3.web .sec3_42box .sec3_4b_01 .title {
    color: #003677;
    font-weight: 900;
    font-size: 100%;
    text-align: center;
  }
  .secbox-3.web .sec3_42box .sec3_4b_01 .title.t2 {
    text-align: left;
    padding: 0 1% 0 2%;
  }
  .secbox-3.web .sec3_42box .sec3_4b_01 .sec3_sub_text01 {
    color: #3a3a3a;
    font-size: 95%;
    margin: 5% auto 5% auto;
    text-align: center;
  }
  .secbox-3.web .sec3_42box .sec3_4b_01 .sec3_sub_text01.t3 {
    text-align: left;
    padding: 0 0 0 2%;
  }
  .secbox-3.web .sec3_42box .sec3_4b_01 .sec3_sub_test {
    color: #ffffff;
    background: #2d85f0;
    width: 100%;
    font-size: 88%;
    line-height: 130%;
    padding: 3% 0 5% 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .secbox-3.web .sec3_42box .sec3_4b_01 .sec3_sub_test p {
    width: 65%;
    margin: 0 auto;
    text-align: left;
  }
  .secbox-3.web .sec3_42box .sec3_4b_01 .sec3_sub_test .t4 {
    left: 8%;
    position: relative;
  }
  .secbox-3.web .sec3_42box .sec3_4b_01 .sec3_sub_test.t2 p {
    width: 95%;
    margin: 0 auto;
    text-align: left;
  }
  .secbox-3.web .sec3_bottom_button {
    width: 50%;
    margin: 4% auto 5% auto;
  }
  .secbox-3.web .sec3_bottom_button img {
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .secbox-3.phone {
    display: none;
  }
  .secbox-4.web {
    display: block;
  }
  .secbox-4.web .sec4_title {
    width: 80%;
    margin: 5% auto 5% auto;
  }
  .secbox-4.web .sec4_bottom_button {
    width: 40%;
    margin: 0 auto 7% auto;
    text-align: center;
  }
  .secbox-4.web .sec4_bottom_button img {
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .secbox-4.web .sec4_left {
    position: absolute;
    width: 10%;
    bottom: -52%;
    left: 0;
    z-index: 99;
  }
  .secbox-4.web .edm-wrapper {
    overflow: initial;
  }
  .secbox-4.phone {
    display: none;
  }
  .sec_end_right {
    display: block;
    width: 100%;
    position: absolute;
    text-align: right;
    bottom: 22%;
  }
  .sec_end_right img {
    width: 10%;
  }
  .secbox-1.web .stu_class {
	width:95%;
	line-height:120%;
	padding: 3% 0 0% 0%;
	margin: 0 auto;
  }	  
  .secbox-1.web .stu_class p{
	font-size:80%;  
  }
  .secbox-1.web .stu_class p span.color1{
	color:#3200fe;
	font-weight:900;
    text-decoration:underline;	
  }
   .secbox-1.web .stu_class p span.color2{
	color:#ff0100; 
	font-weight:900;	
  }
  
  .secbox-2.web .box_text .down_arrow {
	position:absolute;
	top:2%;
	left:-2%;
	width:5%;
	height:100%;
  }
  
  .secbox-2.web .sec2_box .box_text p.sec_bom_text {
	width:92%;
	font-size:70%;
	padding:0% 0 0 0;
	margin: 5% auto -5% 0%;
  }
  .secbox-2.web .sec2_box .box_text p.sec_bom_text span.color1{
   color:#ff0000;
  }	
  .secbox-2.web .sec2_box .box_text p.sec_bom_text span.color2{
   color:#555554;
  }
  .secbox-2.web .sec2_box .box_text p.sec_bom_text span.color3{
   color:#0d5b90;
   font-weight:600;
   border-bottom: 2px solid #ea632a;
  }	
  .secbox-2.web .sec2_box .box_text p.sec_bom_text span.color4{
   color:#00a43a;
   font-weight:600;
   border-bottom: 2px solid #f7d706;
  }	
  .secbox-2.web .sec2_box .box_text p.sec_bom_text span.color5{
   color:#000000;
   font-weight:600;
  
  }	
  
  
  .secbox-2.web .sec2_box_con .sec2_box .title p.order {
   text-align: left;
   margin: 2% 0 0 0;	  
  }
  .secbox-2.web .sec2_box_con .sec2_box  p.rea {
   position:absolute;
   top: 13%;
   right: 5%;
   font-size: 110%;
  }
  
  .secbox-2.web .sec2_box_con .sec2_box .title {
    height:3rem;
  }
  
  .secbox-2.web .sec2_box_con .box2 .title p{
    text-align:left;
	margin: 2% 0 0 0;
	color:#3a3a3a;
  }
  
  .secbox-2.web .sec2_box_con .box2 p span.cir_text.p_dfg1 {
	color:#00a43a;
	border:solid 2px #f7d706;
  }  

  
  .secbox-2.web .sec2_box_con .box2 p span.cir_text {
	height: 15px;
    width: 15px;
    color: #0d5b90;
    vertical-align: middle;
    line-height: 130%;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
	border:solid 2px #ea632a;
    display: inline-block;
	margin: 0 0 0 3%;
	font-size:65%;
	font-weight:600;
  }	  
  
  .secbox-2.web .sec2_box_con .sec2_box .arrow_l {
	position:absolute;
	width: 3px;
    height: 110px;
    top: 34.5%;
    left: 2.5%;
    color: #000;
  }	  
   .secbox-2.web .sec2_box_con .sec2_box .arrow_l p{
	margin:0 auto -1px auto;
   }
   .secbox-2.web .sec2_box_con .sec2_box .arrow_l p i{
	position:absolute;
	left:0;
	margin:-80% auto 0 -95%;
   }
   .secbox-2.web .sec2_box_con .sec2_box .arrow_l p.l_10{
	display:none;   
   }
   .secbox-2.web .sec2_box_con .sec2_box .arrow_l p.l_13{
	display:none;   
   }
   .secbox-2.web .sec2_box_con .sec2_box .arrow_l p.l_14{
	display:none;   
  }
   .secbox-2.web .sec2_box_con .sec2_box .arrow_l p.l_16{
	display:none;   
  }
  .secbox-2.web .sec2_box_con .sec2_box .arrow_l p.l_19{
	display:none;   
  }
  
  .grade_test01 .window_grade .grade_sub_text {
	background:#daf12d;
    color:#000;	
	width:44%;
	padding:0 1% 0 0%;
	left:10%;
	font-weight:600;
	font-size:120%;
	position:relative;
  }
  
  .grade_test01 .window_grade .grade_sub_text.grade_01 {
    width:60%;
  }
  .grade_test01 .window_grade .grade_sub_text.grade_02 {
    width:50%;
  }
   .grade_test01 .window_grade .grade_sub_text.grade_03 {
    width:60%;
  }
  
}

@media only screen and (min-width: 900px) {
	.dot_menu {
		margin: 1% auto 0 auto;
		padding: 0 0 1% 0;
	}
	.line {
		top: 20%;
	}
}

/*20221205_start*/

@media only screen and (min-width: 1024px) {
  .b-pc {
    display: block;
    position: relative;
    background: url(../images/banner.png) no-repeat top center;
    background-size: 100%;
    margin: 0% auto 0 auto;
    padding-bottom: 43.1%;
  }
  .b-mobile {
    display: none;
  }
  /*20221213 Start 調整logo*/
  .btn-logo {
    text-align: center;
    display: block;
    position: relative;
    top: 1.5em;
    left: -37%;
    width: 14%;
    margin: 2% auto -6em auto;
    height: 5em;
    background: transparent;
    z-index: 2;
  }
  /*20221213 End 調整logo*/
  .dot_menu {
    margin: 0.5% auto 0 auto;
	padding: 0 0 0% 0;
  }
  .dot_menu .menu_wd {
    font-size: 130%;
  }
  .dot_menu .menu_logo .butt00 img {
    width: 70%;
  }
  .line {
    top: 15%;
  }
  .secbox-1.web .sec1_sub_text {
    font-size: 160%;
  }
  .secbox-1.web .sec1_box_con .sec1_box .text_sub {
    font-size: 160%;
  }
  .secbox-1.web .sec1_box_con .button_grade_text {
    font-size: 120%;
  }
  .secbox-1.web .sec1_table_time .table_month p {
    font-size: 134%;
  }
  .secbox-1.web .sec1_table_time .table_text p {
    font-size: 134%;
  }
  .secbox-1.web .table_bottom_text {
    font-size: 105%;
  }
  .grade_test01 .window_grade {
    top: 5%;
    height: unset;
  }
  .grade_test01 .window_grade .line {
    top: 9%;
    margin: 1% auto -8% auto;
  }
  .grade_test01 .window_grade .grade .grade_name {
    font-size: 150%;
  }
  .grade_test01 .window_grade .grade .grade_school {
    font-size: 150%;
  }
  .grade_test01 .window_grade .grade_text {
    font-size: 135%;
  }
  .grade_test02 .window_grade {
    top: 1%;
    height: unset;
  }
  .grade_test02 .window_grade .grade_text {
    left: -2%;
    margin: 0 auto 2% auto;
  }
  .grade_test02 .window_grade .line {
    top: 7%;
    margin: 1% auto -7% auto;
  }
  .grade_test02 .window_grade .grade .e01 {
    margin: 3% auto 0% auto;
  }
  .secbox-2.web .sec2_box_con .sec2_box .box_img {
    width: 50%;
  }
  .secbox-2.web .sec2_box_con .sec2_box .box_text {
    font-size: 140%;
  }
  .secbox-2.web .sec2_text_f {
    font-size: 135%;
  }
  .secbox-2.web .sec2_text_f .left_text .btn-pb01 p.td01 {
    width: 44%;
  }
  .secbox-2.web .sec2_text_f .left_text .btn-pb01 p.td03 {
    width: 36%;
  }
  .secbox-2.web .sec2_text_f .left_text .btn-pb01 p.td04 {
    width: 27%;
  }
  .secbox-3.web .sec3_box01 .sec3_text01 {
    font-size: 150%;
  }
  .secbox-3.web .sec3_box01 .sec3_data_source {
    font-size: 110%;
  }
  .secbox-3.web .sec3_box01 .sec3_bbox .df01 .sec3_sub_text {
    font-size: 130%;
  }
  .secbox-3.web .sec3_box02 .sec3_text01 {
    font-size: 134%;
  }
  .secbox-3.web .sec3_box02 .sec3_b_01 {
    font-size: 134%;
    width: 21%;
  }
  .secbox-3.web .sec3_4box .sec3_4b_01 {
    font-size: 134%;
  }
  .secbox-3.web .sec3_4box .sec3_4b_01 .title {
    font-size: 100%;
  }
  .secbox-3.web .sec3_42box .sec3_b_01 {
    font-size: 134%;
    width: 25%;
  }
  .secbox-3.web .sec3_42box .sec3_4b_01 {
    font-size: 134%;
  }
  .sec_end_right {
    bottom: 21%;
  }
  .secbox-1.web .stu_class p{
	font-size:110%;  
  }
  .secbox-2.web .sec2_box_con .sec2_box .title p.order {
    font-size: 150%;
  }
  .secbox-2.web .sec2_box_con .sec2_box p.rea {
    font-size: 150%;
  }
  .secbox-2.web .sec2_box_con .sec2_box .title {
    height:4.2rem;
  }
  
  .secbox-2.web .sec2_box_con .box2 .title p{
	font-size:140%;  
  }
  
  
  .secbox-2.web .sec2_box_con .box2 p span.cir_text {
	height: 20px;
    width: 20px;
	margin: 0 0 0 3%;
	font-size:80%;
  }	  
  
  .secbox-2.web .sec2_box_con .sec2_box .arrow_l p{
	margin:0 auto -1px auto;
   }
   .secbox-2.web .sec2_box_con .sec2_box .arrow_l p.l_10{
	display:block;   
   }
   
   .grade_test01 .window_grade .grade_sub_text {
	padding: 0 1% 0 0%;
    left: 10%;   
    font-size:150%;
	width:40%;
   }
   .grade_test01 .window_grade .grade_sub_text.grade_01 {
    width: 54% !important;
   }
   .grade_test01 .window_grade .grade_sub_text.grade_03 {
    width: 56% !important;
   }
   
   .grade_test02 .window_grade .grade_sub_text {
    left: 8%;
	width: 45%!important;
   }
   .grade_test03 .window_grade .grade_sub_text {
    left: 8%;
   }
   
  
}

@media only screen and (min-width: 1100px) and (-webkit-device-pixel-ratio: 3){
  .top-link .top-link-nav {
    margin: 6px 0 0 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .top-link .top-link-nav a {
    font-size: 110%;
    padding: 0 10px;
  }
  .top-link .top-link-nav dt {
    display: block;
    margin: 0 4px;
  }
  .top-link .top-link-nav dd {
    margin: 0 4px;
  }
  .b-pc {
    display: block;
    position: relative;
    background: url(../images/banner.png) no-repeat top center;
    background-size: 100%;
    margin: 0% auto 0 auto;
    padding-bottom: 43.1%;
  }
  .b-mobile {
    display: none;
  }
  .btn-logo {
    text-align: center;
    display: block;
    position: relative;
    top: 2em;
    left: -37%;
    width: 14%;
    margin: 2% auto -6em auto;
    height: 6em;
    background: transparent;
    z-index: 2;
  }
  .btn-logo a {
    height: 100%;
    display: inline-block;
    width: 100%;
  }
  .dot_menu {
    margin: 0% auto 0 auto;
  }
  .dot_menu .menu_wd {
    font-size: 160%;
  }
  .dot_menu .menu_logo .butt00 img {
    width: 90%;
  }
  .line {
    top: 18%;
  }
  .secbox-1.web .sec1_sub_text {
    font-size: 200%;
  }
  .secbox-1.web .sec1_box_con .sec1_box .text_sub {
    font-size: 200%;
  }
  .secbox-1.web .sec1_box_con .button_grade_text {
    font-size: 150%;
  }
  .secbox-1.web .sec1_table_time .table_month p {
    font-size: 166%;
  }
  .secbox-1.web .sec1_table_time .table_month p.m6 {
    width: 16%;
  }
  .secbox-1.web .sec1_table_time .table_text p {
    font-size: 166%;
    padding: 2% 1% 2% 1%;
  }
  .secbox-1.web .table_bottom_text {
    font-size: 132%;
  }
  .grade_test01 .window_grade {
    top: 2%;
    height: unset;
  }
  .grade_test01 .window_grade .title {
    margin: 2% auto 0 auto;
  }
  .grade_test01 .window_grade .title img {
    width: 35%;
  }
  .grade_test01 .window_grade .line {
    margin: 1% auto -6% auto;
  }
  .grade_test01 .window_grade .grade .e01 {
    margin: 2% auto 0 auto;
  }
  .grade_test01 .window_grade .grade .grade_name {
    font-size: 160%;
  }
  .grade_test01 .window_grade .grade .grade_school {
    font-size: 160%;
  }
  .grade_test01 .window_grade .grade_text {
    font-size: 150%;
  }
  .grade_test01 .window_grade hr.y01 {
    margin: 0.7% auto 0.7% auto;
  }
  .grade_test02 .window_grade .title {
    border-radius: 25px;
  }
  .grade_test02 .window_grade .title img {
    width: 22%;
  }
  .grade_test02 .window_grade .line {
    top: 9%;
  }
  .grade_test02 .window_grade .grade .e01 {
    left: 8%;
  }
  .grade_test02 .window_grade .grade .grade_name {
    width: 9%;
  }
  .grade_test02 .window_grade .grade_text {
    left: 8%;
    margin: initial;
    position: relative;
    left: -2%;
    margin: 0 auto 2% auto;
  }
  .grade_test03 .window_grade .title img {
    width: 35%;
  }
  .secbox-2.web .sec2_box_con .sec2_box .box_text {
    font-size: 180%;
  }
  .secbox-2.web .sec2_text_f {
    font-size: 170%;
  }
  .secbox-3.web .sec3_box01 .sec3_text01 {
    font-size: 185%;
  }
  .secbox-3.web .sec3_box01 .sec3_data_source {
    font-size: 130%;
  }
  .secbox-3.web .sec3_box01 .sec3_bbox .df01 .sec3_sub_text {
    font-size: 160%;
  }
  .secbox-3.web .sec3_box02 .sec3_text01 {
    font-size: 185%;
  }
  .secbox-3.web .sec3_box02 .sec3_b_01 {
    font-size: 165%;
    width: 21%;
  }
  .secbox-3.web .sec3_4box .sec3_4b_01 {
    font-size: 165%;
  }
  .secbox-3.web .sec3_4box .sec3_4b_01 .title {
    font-size: 100%;
  }
  .secbox-3.web .sec3_42box .sec3_b_01 {
    font-size: 165%;
    width: 25%;
  }
  .secbox-3.web .sec3_42box .sec3_4b_01 {
    font-size: 165%;
  }
  .sec_end_right {
    bottom: 14%;
  }
  .sec_end_right img {
    width: 15%;
  }
  
}

@media only screen and (min-width: 1100px) {
	.dot_menu {
		margin: 0.3% auto 0 auto;
		padding: 0 0 0% 0;
	}
	.dot_menu .menu_logo {
		font-size: 115%;
    }
	
    .b-pc {
		margin: -7% auto 0 auto;
    }
    
	.secbox-2.web .sec2_box_con .sec2_box .title {
		height:5rem;
	}
  
   .secbox-2.web .sec2_box_con .box2 .title p{
		font-size:140%;  
   }
   
   .secbox-2.web .sec2_box_con .box2 p span.cir_text {
	height: 25px;
    width: 25px;
	margin: 0 0 0 3%;
	font-size:80%;
  }	 

  .secbox-2.web .sec2_box_con .sec2_box .box_text {
    padding: 1% 0 0 0;
  }	
  .secbox-2.web .sec2_box_con .sec2_box .arrow_l p{
	margin:0 auto -1.5px auto;
   }
   .secbox-2.web .sec2_box_con .sec2_box .arrow_l p i {
    margin: -150% auto 0 -95%;
   }
   .grade_test01 .window_grade .title {
    border-radius: 35px;
   }
  
   .grade_test02 .window_grade {
	top:1%;
    font-size: 72%;
	width:70%;
	left:13%;
   }
    .grade_test01 .window_grade {
	top:1%;
    font-size: 72%;
	width:70%;
	left:13%;
   }
    .grade_test03 .window_grade {
	top:1%;
    font-size: 72%;
	width:70%;
	left:13%;
   }
   .grade_test01 .window_grade .grade_sub_text {
    width: 34%;
   }
   .grade_test01 .window_grade .grade_sub_text.grade_01 {
    width: 46% !important;
   }
   
   
   .grade_test02 .window_grade .grade_sub_text.grade_01 {
    width: 43% !important;
   }
   .grade_test02 .window_grade .grade_sub_text.grade_02 {
    width: 37%!important;
   }
   .grade_test02 .window_grade .grade_sub_text.grade_03 {
    width: 45%!important;
   }
   .sec_end_right img {
    width: 14%;
   }
   .sec_end_right {
    bottom: 15%;
   }
}




@media only screen and (min-width: 1300px) {
   .b-pc {
		margin: -6% auto 0 auto;
    }
  .line {
    top: 18%;
  }
  .secbox-1.web .sec1_sub_text {
    font-size: 210%;
  }
  .secbox-1.web .sec1_box_con .sec1_box .text_sub {
    font-size: 210%;
  }
  .secbox-1.web .sec1_box_con .button_grade_text {
    font-size: 160%;
  }
  .secbox-1.web .sec1_table_time .table_month p {
    font-size: 176%;
  }
  .secbox-1.web .sec1_table_time .table_month p.m6 {
    width: 16%;
  }
  .secbox-1.web .sec1_table_time .table_text p {
    font-size: 176%;
    padding: 2% 1% 2% 1%;
  }
  .secbox-1.web .table_bottom_text {
    font-size: 140%;
  }
  .grade_test01 {
    font-size: 115%;
  }
  .grade_test02 {
    font-size: 85%;
  }
  .secbox-2.web .sec2_box_con .sec2_box .box_text {
    font-size: 190%;
  }
  .secbox-2.web .sec2_text_f {
    font-size: 180%;
  }
  .secbox-3.web .sec3_box01 .sec3_text01 {
    font-size: 195%;
  }
  .secbox-3.web .sec3_box01 .sec3_data_source {
    font-size: 140%;
  }
  .secbox-3.web .sec3_box01 .sec3_bbox .df01 .sec3_sub_text {
    font-size: 170%;
  }
  .secbox-3.web .sec3_box02 .sec3_text01 {
    font-size: 195%;
  }
  .secbox-3.web .sec3_box02 .sec3_b_01 {
    font-size: 175%;
    width: 21%;
  }
  .secbox-3.web .sec3_4box .sec3_4b_01 {
    font-size: 175%;
  }
  .secbox-3.web .sec3_4box .sec3_4b_01 .title {
    font-size: 110%;
  }
  .secbox-3.web .sec3_42box .sec3_b_01 {
    font-size: 175%;
    width: 25%;
  }
  .secbox-3.web .sec3_42box .sec3_4b_01 {
    font-size: 175%;
  }
  .sec_end_right {
    bottom: 16%;
  }
  .sec_end_right img {
    width: 13%;
  }
  .secbox-1.web .stu_class p{
	font-size:140%;  
  }
  .secbox-1.web .stu_class {
    line-height: 180%;
  }
  .secbox-2.web .sec2_box .box_text p.sec_bom_text {
    font-size: 70%;
  }
  .dot_menu {
		margin: 0% auto 0 auto;
		padding: 0 0 0% 0;
  }
  .dot_menu .menu_logo {
	font-size: 140%;
  }
  .secbox-2.web .sec2_box_con .sec2_box .title p.order {
    font-size: 180%;
  }
  .secbox-2.web .sec2_box_con .sec2_box p.rea {
    font-size: 180%;
  }
  
  .secbox-2.web .sec2_box_con .sec2_box .title {
    height: 6rem;
  }
  .secbox-2.web .sec2_box_con .box2 .title p {
    font-size: 200%;
  }
  
  .secbox-2.web .sec2_box_con .sec2_box .box_text {
    padding: 0% 0 0 0;
  }
  
  .secbox-2.web .sec2_box_con .box2 p span.cir_text {
	height: 30px;
    width: 30px;
	margin: 0 0 0 3%;
	font-size:80%;
  }	  
  .secbox-2.web .sec2_box_con .sec2_box .arrow_l p {
    margin: 0 auto -1px auto;
  }
  .secbox-2.web .sec2_box_con .sec2_box .arrow_l p.l_13{
	display:block;   
  }
  
   .grade_test02 .window_grade {
	top:2%;
    font-size: 105%;
	width:70%;
	
   }
    .grade_test01 .window_grade {
	top:2%;
    font-size: 105%;
	width:70%;
	height:95%;
   }
    .grade_test03 .window_grade {
	top:2%;
    font-size: 105%;
	width:70%;
   }
   
   .grade_test01 .window_grade .line {
    top: 1%;
   }
   
   .grade_test01 .window_grade .grade_sub_text {
    width: 43%;
   }
   .grade_test01 .window_grade .grade_sub_text.grade_01 {
    width: 58%!important;
   }
   
   .grade_test01 .window_grade .title {
    border-radius: 35px;
   }
   
   .grade_test02 .window_grade .grade_sub_text.grade_01 {
    width: 42%!important;
   }
   .grade_test02 .window_grade .grade_sub_text.grade_02 {
    width: 36%!important;
   }
   .grade_test02 .window_grade .grade_sub_text.grade_03 {
    width: 44%!important;
   }
   
}



@media only screen and (min-width: 1400px) {
   .b-pc {
		margin: -5% auto 0 auto;
    }
  
  .dot_menu .menu_wd {
    font-size: 180%;
    top: 30%;
  }
   .dot_menu .menu_logo {
	font-size: 120%;
  }
  .line {
    top: 17%;
  }
  .secbox-1.web .sec1_sub_text {
    font-size: 220%;
  }
  .secbox-1.web .sec1_box_con .sec1_box .text_sub {
    font-size: 220%;
  }
  .secbox-1.web .sec1_box_con .button_grade_text {
    font-size: 170%;
  }
  .secbox-1.web .sec1_table_time .table_month p {
    font-size: 187%;
  }
  .secbox-1.web .sec1_table_time .table_month p.m6 {
    width: 16%;
  }
  .secbox-1.web .sec1_table_time .table_text p {
    font-size: 187%;
    padding: 2% 1% 2% 1%;
  }
  .secbox-1.web .table_bottom_text {
    font-size: 148%;
  }
  .grade_test01 {
    font-size: 130%;
  }
  .grade_test01 .window_grade .grade .grade_name {
    border-radius: 30px;
	width:7%;
  }
  .grade_test01 .window_grade .title {
    border-radius: 30px;
  }
  .grade_test02 {
    font-size: 119%;
  }
  .secbox-2.web .sec2_box_con .sec2_box .box_text {
    font-size: 200%;
  }
  .secbox-2.web .sec2_text_f {
    font-size: 190%;
  }
  .secbox-3.web .sec3_box01 .sec3_text01 {
    font-size: 210%;
  }
  .secbox-3.web .sec3_box01 .sec3_data_source {
    font-size: 155%;
  }
  .secbox-3.web .sec3_box01 .sec3_bbox .df01 .sec3_sub_text {
    font-size: 180%;
  }
  .secbox-3.web .sec3_box02 .sec3_text01 {
    font-size: 210%;
  }
  .secbox-3.web .sec3_box02 .sec3_b_01 {
    font-size: 185%;
    width: 21%;
  }
  .secbox-3.web .sec3_4box .sec3_4b_01 {
    font-size: 185%;
  }
  .secbox-3.web .sec3_4box .sec3_4b_01 .title {
    font-size: 100%;
  }
  .secbox-3.web .sec3_42box .sec3_b_01 {
    font-size: 185%;
    width: 25%;
  }
  .secbox-3.web .sec3_42box .sec3_4b_01 {
    font-size: 185%;
  }
  .sec_end_right {
    bottom: 15%;
  }
  .sec_end_right img {
    width: 13%;
  }
  .secbox-2.web .sec2_box_con .sec2_box .arrow_l p.l_14{
	display:block;   
  }
  .grade_test01 .window_grade .grade_sub_text {
    width: 36%;
   }
   .grade_test01 .window_grade .grade_sub_text.grade_01 {
    width: 48% !important;
   }
   
   .grade_test02 .window_grade {
    font-size: 83%;
   }
    .grade_test01 .window_grade {
    font-size: 83%;
	height:91%;
   }
    .grade_test03 .window_grade {
    font-size: 83%;
   }
   
   .grade_test02 .window_grade .grade_sub_text.grade_01 {
    width: 44%!important;
   }
   .grade_test02 .window_grade .grade_sub_text.grade_02 {
    width: 38%!important;
   }
   .grade_test02 .window_grade .grade_sub_text.grade_03 {
    width: 46%!important;
   }
}

@media only screen and (min-width: 1600px) {
  .b-pc {
    display: block;
    position: relative;
    background: url(../images/banner.png) no-repeat top center;
    background-size: 100%;
    margin: -7% auto 0 auto;
    padding-bottom: 43.1%;
  }
  .b-mobile {
    display: none;
  }
  .btn-logo {
    text-align: center;
    display: block;
    position: relative;
    top: 2em;
    left: -37%;
    width: 14%;
    margin: 2% auto -6.1em auto;
    height: 6.1em;
    background: transparent;
    z-index: 2;
  }
  .btn-logo a {
    height: 100%;
    display: inline-block;
    width: 208px;
  }
  .dot_menu {
    margin: -0.5% auto 0 auto;
  }
  .dot_menu .menu_wd {
    font-size: 200%;
  }
  .line {
    top: 16%;
  }
  .secbox-1.web .sec1_sub_text {
    font-size: 245%;
  }
  .secbox-1.web .sec1_box_con .sec1_box .text_sub {
    font-size: 245%;
  }
  .secbox-1.web .sec1_box_con .button_grade_text {
    font-size: 190%;
  }
  .secbox-1.web .sec1_table_time .table_month p {
    font-size: 205%;
  }
  .secbox-1.web .sec1_table_time .table_month p.m6 {
    width: 16%;
  }
  .secbox-1.web .sec1_table_time .table_text p {
    font-size: 205%;
    padding: 2% 1% 2% 1%;
  }
  .secbox-1.web .table_bottom_text {
    font-size: 160%;
  }
  .grade_test01 {
    font-size: 135%;
  }
  .grade_test02 {
    font-size: 125%;
  }
  .secbox-2.web .sec2_box_con .sec2_box .box_text {
    font-size: 220%;
  }
  .secbox-2.web .sec2_text_f {
    font-size: 210%;
  }
  .secbox-3.web .sec3_box01 .sec3_text01 {
    font-size: 225%;
  }
  .secbox-3.web .sec3_box01 .sec3_data_source {
    font-size: 165%;
  }
  .secbox-3.web .sec3_box01 .sec3_bbox .df01 .sec3_sub_text {
    font-size: 195%;
  }
  .secbox-3.web .sec3_box02 .sec3_text01 {
    font-size: 225%;
  }
  .secbox-3.web .sec3_box02 .sec3_b_01 {
    font-size: 205%;
    width: 21%;
  }
  .secbox-3.web .sec3_4box .sec3_4b_01 {
    font-size: 205%;
  }
  .secbox-3.web .sec3_4box .sec3_4b_01 .title {
    font-size: 100%;
  }
  .secbox-3.web .sec3_42box .sec3_b_01 {
    font-size: 205%;
    width: 25%;
  }
  .secbox-3.web .sec3_42box .sec3_4b_01 {
    font-size: 205%;
  }
  .sec_end_right {
    bottom: 14%;
  }
  .sec_end_right img {
    width: 13%;
  }
  .secbox-1.web .stu_class p{
	font-size:165%;  
  }
  .secbox-1.web .stu_class {
    line-height: 210%;
  }
   .secbox-2.web .sec2_box_con .sec2_box .title p.order {
    font-size: 220%;
  }
  .secbox-2.web .sec2_box_con .sec2_box p.rea {
    font-size: 220%;
  }
  
   .secbox-2.web .sec2_box_con .sec2_box .title {
    height: 6.7rem;
  }
  .secbox-2.web .sec2_box_con .box2 .title p {
    font-size: 220%;
  }
   .secbox-2.web .sec2_box_con .sec2_box .arrow_l p.l_16{
	display:block;   
  }
  .grade_test01 .window_grade {
	height:95%;   
  }
  
   .grade_test01 .window_grade .grade_sub_text {
    width: 37%;
	font-size: 160%;
   }
   .grade_test01 .window_grade .grade_sub_text.grade_01 {
    width: 50% !important;
   }
  
   .grade_test02 .window_grade .grade_sub_text.grade_01 {
    width: 45%!important;
   }
   .grade_test02 .window_grade .grade_sub_text.grade_02 {
    width: 38%!important;
   }
   .grade_test02 .window_grade .grade_sub_text.grade_03 {
    width: 47%!important;
   }
   
   .secbox-2.web .sec2_box_con .sec2_box .arrow_l p{
	margin:0 auto -1.3px auto;
   }
   
}

@media only screen and (min-width: 1800px) {
 
  .top-link .top-link-nav a {
    font-size: 135%;
  }
  
  .b-pc {
    display: block;
    position: relative;
    background: url(../images/banner.png) no-repeat top center;
    background-size: 100%;
    margin: -7% auto 0 auto;
    padding-bottom: 43.1%;
  }
  .b-mobile {
    display: none;
  }
  /*20221213 Start 調整logo*/
  .btn-logo {
    text-align: center;
    display: block;
    position: relative;
    top: 3em;
    left: -37%;
    width: 14%;
    margin: 1% auto 3em auto;
    height: 5em;
    background: transparent;
    z-index: 2;
  }
  .btn-logo a {
    height: 100%;
    display: inline-block;
    width: 100%;
  }
  /*20221213 End 調整logo*/
  .dot_menu {
    margin: 0.5% auto 0 auto;
  }
  .dot_menu .menu_wd {
    font-size: 220%;
  }
  .line {
    top: 18%;
  }
  .secbox-1.web .sec1_sub_text {
    font-size: 295%;
  }
  .secbox-1.web .sec1_box_con .sec1_box .text_sub {
    font-size: 295%;
  }
  .secbox-1.web .sec1_box_con .button_grade_text {
    font-size: 225%;
  }
  .secbox-1.web .sec1_table_time .table_month p {
    font-size: 247%;
  }
  .secbox-1.web .sec1_table_time .table_month p.m6 {
    width: 16%;
  }
  .secbox-1.web .sec1_table_time .table_text p {
    font-size: 244.5%;
    padding: 2% 1% 2% 1%;
  }
  .secbox-1.web .table_bottom_text {
    font-size: 195%;
  }
  .grade_test01 {
    font-size: 160%;
  }
  .grade_test02 {
    font-size: 151%;
  }
  .secbox-2.web .sec2_box_con .sec2_box .box_text {
    font-size: 260%;
  }
  .secbox-2.web .sec2_text_f {
    font-size: 250%;
  }
  .secbox-3.web .sec3_box01 .sec3_text01 {
    font-size: 275%;
  }
  .secbox-3.web .sec3_box01 .sec3_data_source {
    font-size: 190%;
  }
  .secbox-3.web .sec3_box01 .sec3_bbox .df01 .sec3_sub_text {
    font-size: 235%;
  }
  .secbox-3.web .sec3_box02 .sec3_text01 {
    font-size: 275%;
  }
  .secbox-3.web .sec3_box02 .sec3_b_01 {
    font-size: 245%;
    width: 21%;
  }
  .secbox-3.web .sec3_4box .sec3_4b_01 {
    font-size: 245%;
  }
  .secbox-3.web .sec3_4box .sec3_4b_01 .title {
    font-size: 100%;
  }
  .secbox-3.web .sec3_42box .sec3_b_01 {
    font-size: 245%;
    width: 25%;
  }
  .secbox-3.web .sec3_42box .sec3_4b_01 {
    font-size: 245%;
  }
  .sec_end_right {
    bottom: 13%;
  }
  .sec_end_right img {
    width: 13%;
  }
  .send a {
    font-size: 190%;
    padding: 1.5rem 3rem;
  }
  .secbox-1.web .stu_class p{
	font-size:190%;  
  }
  .secbox-1.web .stu_class {
    line-height: 260%;
  }
  .secbox-2.web .sec2_box_con .sec2_box .title p.order {
    font-size: 250%;
  }
  .secbox-2.web .sec2_box_con .sec2_box p.rea {
    font-size: 250%;
  }
   .secbox-2.web .sec2_box_con .sec2_box .title {
    height: 8rem;
  }
  .secbox-2.web .sec2_box_con .box2 .title p {
    font-size: 260%;
  }
  
  .secbox-2.web .sec2_box_con .box2 p span.cir_text {
    height: 40px;
    width: 40px;
  }
  
   .secbox-2.web .sec2_box_con .sec2_box .arrow_l p.l_19{
	display:block;   
  }
  
  .grade_test01 .window_grade {
	height:92%;   
  }
  
  .grade_test02 .window_grade .grade_sub_text.grade_02 {
    width: 39%!important;
  }
  
}

/*20221205_end*/

@media only screen and (min-width: 360px) {
  body {
    font-size: 95%;
  }
}

@media only screen and (min-width: 375px) {
  body {
    font-size: 97%;
  }
  .side_menu .side_menu_list .butt00 p.but_img {
	width:11%;	
  }
}

@media only screen and (min-width: 390px) {
  body {
    font-size: 102%;
  }
}

@media only screen and (min-width: 410px) {
  body {
    font-size: 108.9%;
  }
  .side_menu .side_menu_list .butt00 p.but_img {
	width:10%;	
  }
}

@media only screen and (min-width: 420px) {
  body {
    font-size: 112.5%;
  }
}

@media only screen and (min-width: 480px) {
  body {
    font-size: 142%;
  }
}

@media only screen and (min-width: 600px) {
  body {
    font-size: 165%;
  }
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 93.5%;
  }
}

@media only screen and (min-width: 900px) {
  body {
    font-size: 116.2%;
  }
}

@media only screen and (min-width: 1024px) {
  body {
    font-size: 92.1%;
  }
}

@media only screen and (min-width: 1100px) {
  body {
    font-size: 115%;
  }
}

@media only screen and (min-width: 1300px) {
  body {
    font-size: 93%;
  }
}

@media only screen and (min-width: 1400px) {
  body {
    font-size: 92.5%;
  }
}

@media only screen and (min-width: 1600px) {
  body {
    font-size: 94.5%;
  }
}

@media (min-width: 1800px) and (min-height: 937px) {
  
  
  body {
    font-size: 95%;
  }
  
  
}

@media (min-width: 1800px) and (min-height: 950px) {
  body {
    font-size: 95%;
  }
  
  
}

@media (min-width: 1800px) and (min-height: 1000px) {
  body {
    font-size: 94.5%;
  }
   
  
}
/*# sourceMappingURL=main.css.map */


/*20230626*/
.title-new{
  text-align: center;
  padding: 0 10%;
}
.title-new img,.list-box img,.list-box2 img{
  max-width: 100%;
  margin: 0 auto;
}


.list-box{  
  width: 68%;
  padding: 0.5% 2% 1%;
  margin: 2% auto 1%;
  border-radius: 10px;
  border: solid 1px #707070;
  -webkit-box-shadow: 5px 5px #757575;
  box-shadow: 5px 5px #757575;
  background: #fff;
  background: url(../images/bg-side-1.png) no-repeat right bottom;
  background-size: contain;
}

.list-content{
  height: 400px;
  overflow: hidden;
}

.list-note{
  text-align: center;  
  font-size: 180%;
  color: #666;
}

table.list-table{
  width: 80%;
  margin: 0 0 0 2%;
  border: none;
}

table.list-table-1{
  animation: action-top-1 30s linear infinite;
  animation-delay: 1s;
}
@keyframes action-top-1 { 0% { margin-top: 0%;} 100% {margin-top: -580%;} }


table.list-table-0 td{
  border: none;
  background: #fff;
  padding: 1%;
  border-collapse: collapse;
  text-align: left;
  font-weight: normal;
  position: relative;
  z-index: 1;
}

table.list-table td{
  border: none;
  font-size: 200%;
}
table.list-table tr{
  border-bottom: 1px solid #2D85F0;
}
table.list-table tr.b-line{
  border-bottom: 3px solid #2D85F0;
}
table.list-table td:nth-child(1){
  width: 22%;
  text-align: center;
}
table.list-table td:nth-child(2){
  width: 22%;
}
table.list-table td:nth-child(3){
  width: 34%;
}
table.list-table td:nth-child(4){
  width: 22%;
  text-align: center;
}


.list-btn{
  width: 50%;
  margin: 2% auto 7%
}
.list-btn img{
  max-width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 3;
}


.pc-open{
  display: block;
}
.mb-open{
  display: none;
}




@media (max-width: 1600px) {
  table.list-table td{
    font-size: 190%;
  }
  .list-content{
    height: 400px;
  }
  @keyframes action-top-1 { 0% { margin-top: 0%;} 100% {margin-top: -650%;} }
}
@media (max-width: 1440px) {
  table.list-table td{
    font-size: 180%;
  }
  @keyframes action-top-1 { 0% { margin-top: 0%;} 100% {margin-top: -720%;} }
  .list-note{    
    font-size: 150%;
  }
}
@media (max-width: 1366px) {
  table.list-table td{
    font-size: 160%;
  }
  .list-note{    
    font-size: 140%;
  }
  
}
@media screen and (min-width:1025px) and (max-width:1365px){
  table.list-table td{
    font-size: 130%;
  }
  table.list-table td:nth-child(1){
    width: 20%;
  }
  table.list-table td:nth-child(2){
    width: 25%;
  }
  table.list-table td:nth-child(3){
    width: 35%;
  }
  table.list-table td:nth-child(4){
    width: 20%;
  }
  @keyframes action-top-1 { 0% { margin-top: 0%;} 100% {margin-top: -820%;} }
}
@media (max-width: 1024px) {
  table.list-table td{
    font-size: 130%;
  }
  table.list-table td:nth-child(1){
    width: 20%;
  }
  table.list-table td:nth-child(2){
    width: 27%;
  }
  table.list-table td:nth-child(3){
    width: 33%;
  }
  table.list-table td:nth-child(4){
    width: 20%;
  }
  @keyframes action-top-1 { 0% { margin-top: 0%;} 100% {margin-top: -850%;} }
}

@media screen and (min-width:820px) and (max-width:1023px){
  .list-box{  
    width: 80%;
  }
  table.list-table td{
    font-size: 140%;
  }  
  table.list-table td:nth-child(3){
    width: 35%;
  }
  table.list-table td:nth-child(4){
    width: 18%;
  }
  @keyframes action-top-1 { 0% { margin-top: 0%;} 100% {margin-top: -930%;} }
}

@media (max-width: 768px) {
  .list-box{  
    width: 80%;
    background-size: 20%;
  }
  table.list-table td{
    font-size: 130%;
  }  
  table.list-table td:nth-child(1){
    width: 20%;
  }
  table.list-table td:nth-child(2){
    width: 27%;
  }
  table.list-table td:nth-child(3){
    width: 35%;
  }
  table.list-table td:nth-child(4){
    width: 18%;
  }
  @keyframes action-top-1 { 0% { margin-top: 0%;} 100% {margin-top: -960%;} }

}
@media (max-width: 512px) {
  .pc-open{
    display: none;
  }
  .mb-open{
    display: block;
  }
  .list-box{  
    width: 90%;
    background:none;
  }
  table.list-table{
    width: 100%;
    margin: 0 auto;
    border: none;
  }
  table.list-table td{
    font-size: 100%;
  } 
  table.list-table td:nth-child(1){
    width: 18%;
  }
  table.list-table td:nth-child(2){
    width: 32%;
  }
  table.list-table td:nth-child(3){
    width: 35%;
  }
  table.list-table td:nth-child(4){
    width: 15%;
  } 
  @keyframes action-top-1 { 0% { margin-top: 0%;} 100% {margin-top: -1550%;} }
  .list-note{    
    font-size: 100%;
    margin-top: 2%;
  }
  .list-btn{
    width: 90%;
    margin: 2% auto 10%
  }
}

@media (max-width: 360px) {
  table.list-table td{
    font-size: 95%;
  } 
  table.list-table td:nth-child(1){
    width: 20%;
  }
  table.list-table td:nth-child(2){
    width: 32%;
  }
  table.list-table td:nth-child(3){
    width: 33%;
  }
  table.list-table td:nth-child(4){
    width: 15%;
  } 
}


.date-th,.date-text{
  display: flex;
  margin: 0 auto;
  width: 80%;  
  background-color: #2d85f0;
  font-size: 244.5%;
  color:white;
  border: solid 2px #434343;
  border-right: none
}
.date-text{
  background-color: #fff;
  color:#404040;
  border-top: none;
  margin-bottom: 1%;
}
.date-th li,.date-text li{
  width: calc( 100%/7 );
  text-align: center;
  padding: 2% 0;
  border-right: solid 2px #434343;
}
.date-text li{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 0;
}

@media (max-width: 1600px) {
  .date-th,.date-text{
    font-size: 205%;
  }
}
@media (max-width: 1440px) {
  .date-th,.date-text{
    font-size: 187%;
  }
}
@media (max-width: 1366px) {
  .date-th,.date-text{
    font-size: 176%;
  }
}
@media screen and (min-width:1025px) and (max-width:1365px){
  .date-th,.date-text{
    font-size: 130%;
  }
}
@media (max-width: 1024px) {
  .date-th,.date-text{
    font-size: 134%;
  }
}
@media screen and (min-width:820px) and (max-width:1023px){
  .date-th,.date-text{
    font-size: 120%;
  }
}
@media (max-width: 768px) {
  .date-th,.date-text{
    font-size: 100%;
  }
}

.mb-date-th,.mb-date-text{
  display: flex;
  margin: 0 auto;
  width: 90%;  
  background-color: #2d85f0;
  font-size: 100%;
  color:white;
  border: solid 2px #434343;
  border-right: none
}
.mb-date-text{
  background-color: #fff;
  color:#404040;
  border-top: none;
  border-bottom: none;
}
.mb-date-th li,.mb-date-text li{
  width: calc( 100%/3 );
  text-align: center;
  padding: 2% 0;
  border-right: solid 2px #434343;
}
.mb-date-text li{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 0;
}
.mb-date-th2,.mb-date-text2{
  display: flex;
  margin: 0 auto;
  width: 90%;  
  background-color: #2d85f0;
  font-size: 100%;
  color:white;
  border: solid 2px #434343;
  border-right: none
}
.mb-date-text2{
  background-color: #fff;
  color:#404040;
  border-top: none;
  margin-bottom: 1%;
}
.mb-date-th2 li,.mb-date-text2 li{
  width: calc( 100%/4 );
  text-align: center;
  padding: 2% 0;
  border-right: solid 2px #434343;
}
.mb-date-text2 li{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 0;
}








.list-box2{  
  width: 68%;
  padding: 0.5% 2% 1%;
  margin: 2% auto 1%;
  border-radius: 10px;
  border: solid 1px #707070;
  -webkit-box-shadow: 5px 5px #757575;
  box-shadow: 5px 5px #757575;
  background: #fff;
  background: url(../images/bg-side-2.png) no-repeat left bottom;
  background-size: contain;
}



table.list-table2{
  width: 80%;
  margin: 0 0 0 15%;
  border: none;
}

table.list-table2-1{
  animation: action-top-2 12s linear infinite;
  animation-delay: 1s;
}
@keyframes action-top-2 { 0% { margin-top: 0%;} 100% {margin-top: -225%;} }


table.list-table2-0 td{
  border: none;
  background: #fff;
  padding: 1%;
  border-collapse: collapse;
  text-align: left;
  font-weight: normal;
  position: relative;
  z-index: 1;
}

table.list-table2 td{
  border: none;
  font-size: 200%;
}
table.list-table2 tr{
  border-bottom: 1px solid #2D85F0;
}
table.list-table2 tr.b-line{
  border-bottom: 3px solid #2D85F0;
}
table.list-table2 td:nth-child(1){
  width: 25%;
  text-align: center;
}
table.list-table2 td:nth-child(2){
  width: 60%;
}
table.list-table2 td:nth-child(3){
  width: 15%;
  text-align: center;
}


@media (max-width: 1600px) {
  table.list-table2 td{
    font-size: 190%;
  }
  .list-content{
    height: 400px;
  }
  @keyframes action-top-2 { 0% { margin-top: 0%;} 100% {margin-top: -260%;} }
}
@media (max-width: 1440px) {
  table.list-table2 td{
    font-size: 180%;
  }
  @keyframes action-top-2 { 0% { margin-top: 0%;} 100% {margin-top: -270%;} }
  .list-note{    
    font-size: 150%;
  }
}
@media (max-width: 1366px) {
  table.list-table2 td{
    font-size: 160%;
  }
  .list-note{    
    font-size: 140%;
  }
  
}
@media screen and (min-width:1025px) and (max-width:1365px){
  table.list-table2 td{
    font-size: 130%;
  }
  table.list-table2{
    margin: 0 0 0 18%;
  }
  @keyframes action-top-2 { 0% { margin-top: 0%;} 100% {margin-top: -310%;} }
}
@media (max-width: 1024px) {
  table.list-table2 td{
    font-size: 130%;
  }  
  table.list-table2{
    margin: 0 0 0 18%;
  }
  @keyframes action-top-2 { 0% { margin-top: 0%;} 100% {margin-top: -320%;} }
}

@media screen and (min-width:820px) and (max-width:1023px){
  .list-box2{  
    width: 80%;
  }
  table.list-table2 td{
    font-size: 140%;
  } 
  @keyframes action-top-2 { 0% { margin-top: 0%;} 100% {margin-top: -350%;} }
}

@media (max-width: 768px) {  
  .list-box2{  
    width: 80%;
    background-size: 20%;
  }
  table.list-table2 td{
    font-size: 130%;
  }  
  @keyframes action-top-2 { 0% { margin-top: 0%;} 100% {margin-top: -350%;} }

}
@media (max-width: 512px) {
  .pc-open{
    display: none;
  }
  .mb-open{
    display: block;
  }
  .list-box2{  
    width: 90%;
    background:none;
  }  
  table.list-table2{
    width: 100%;
    margin: 0 auto;
    border: none;
  }
  table.list-table2 td{
    font-size: 100%;
  } 
  table.list-table2 td:nth-child(1){
    width: 20%;
  }
  table.list-table2 td:nth-child(2){
    width: 60%;
  }
  table.list-table2 td:nth-child(3){
    width: 20%;
  }
  
  @keyframes action-top-2 { 0% { margin-top: 0%;} 100% {margin-top: -690%;} }
  .list-note{    
    font-size: 100%;
    margin-top: 2%;
  }
}

@media (max-width: 360px) {
  table.list-table2 td{
    font-size: 95%;
  } 
  
}


.red-red {
  color: #ff0015;
}

.title-new + .secbox-1,.title-new + .secbox-1 + .secbox-1{
  background: none;
}
.title-new + .secbox-1 .sec1_sub_text{
  margin: 3% auto ;
  width: 80%;
  line-height: 120%;
  text-align: center;
}

.big-red{
  color: #ff0015;
  font-size: 115%;
  font-weight: bold;
}

.title-new + .secbox-1 + .secbox-1 .sec1_phone_text{
  margin: 5% auto ;
  text-align: center;
  width: 95%;
}
.title-new + .secbox-1 + .secbox-1 .sec1_phone_text p{
  line-height: 150%;
}
.lesp-1{
  letter-spacing: -1px;
}

.fa-arrow-alt-circle-right{
  color: #ff0000;
}

.un-line{
  position: relative;
  display: inline-block;
}

.sline{
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 1%;
  margin-bottom: 1%;
}

.un-line::after{
  content: "";
  background-color: #ffee00d7;
  position: absolute;
  bottom: 8%;
  left: -2%;
  width: 102%;
  height: 52%;
  z-index: -1;
}
@media (max-width: 512px) {
  .un-line::after{
    bottom: 10%;
  }
}

