.btn_blue{
  background: #1c50a1;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px;;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 20px;
}

.stListImage2{
  width: 100%;
  max-width: 90rem;
  margin: 0 auto 3rem;
}
.stListImage2 a{
  display: block;
  margin-top: 2rem; 
}
.stClassroom {
  padding-bottom: 60px;
}

.stClassroom_flow .class_list {
  margin-top: 50px;
}

.stClassroom_flow .class_list ul li{
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 0;
  margin-top: 50px;
}
.stClassroom_flow .class_list ul li .detail_link{
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #000;
}
.stClassroom_flow .class_list ul li .class_infor .address {
  padding: 0 15px 15px;
  border-bottom: 0;
}
.stClassroom_flow .class_list ul li .class_infor .major_list {
  justify-content: flex-start;
  gap: 0 10px;
}

.stListImage ul {
  justify-content: flex-start;
  gap: 0 10px;
}

.bDetail .detail .detail_inner .detail_txt .kuchikomi h3{
  font-size: 24px;
  font-weight: 600;
}
.bDetail .detail .detail_inner .detail_txt .kuchikomi p{
  margin-top: 20px;
}
.bDetail .detail .detail_inner .detail_txt .kuchikomi a{
  color: #1538C7;
  text-decoration: underline;
  font-size: 80%;
}
.stSeminar .bDevelop__block_photo{
  max-width: 240px;
}
.stSeminar .bDevelop__block__top .bDevelop__block_photo a{
  text-align: center;
  display: block;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
}

.seminar .row{
  position: relative;
}
.seminar .row .irai{
  color: #1c50a1;
  background: #fff;
  border-radius: 10rem;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  top: -100px;
  right: 60px;
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 4px dotted #9BBFFC;
}

.stSeminar h5{
  background: #407BED;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  margin-top: 30px;
}
.stSeminar .seminar_table{
  margin-top: 30px;
  
}

.stSeminar .seminar_table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #999;
  overflow: hidden;
}
.stSeminar .seminar_table th, td {
  padding: 15px 25px;
  border-bottom: 1px solid #999;
  font-size: 16px;
}
.stSeminar .seminar_table th {
  background-color: #eee;
}
.stSeminar .seminar_table td {
  border-left: 1px solid #999;
}
.stSeminar .seminar_table th:first-child,
.stSeminar .seminar_table td:first-child {
  border-left: none;
  background: #f4f4f4;
}
.stSeminar .seminar_table th:nth-child(2),
.stSeminar .seminar_table td:nth-child(2) {
  background: #f4f4f4;
}
.stSeminar .seminar_table th:last-child,
.stSeminar .seminar_table td:last-child {
  font-weight: 600;
}
.stSeminar .seminar_table tr:last-child th,
.stSeminar .seminar_table tr:last-child td {
  border-bottom: none;
}


.main_info{
  background-color: #eef0f1;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
.main_info .row{
  max-width: 1020px;
  margin: 0 auto;
  padding: 60px 15px;
}
.main_info .main_info_title{
  font-size: 50px;
  color: #2693d5;
  font-weight: 500;
  border-bottom: 1px solid #8da2a8;
  width: 100%;
  padding: 20px 0;
}
.main_info .main_info_title strong{
  font-weight: 500;
  color: #1c50a1;
  text-align: center;
}
.main_info .mail_link{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #8da2a8;
  text-align: left;
  padding-left: 120px;
}
.main_info .mail_link a{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 100px 10px 20px;
  display: block;
  margin: 0 20px;
  background: #1c50a1 url("../img/icon_mail_link.svg") no-repeat right 20px center/34px auto;
}
.main_info .tel_link{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid #8da2a8;
  text-align: left;
  padding-left: 120px;
}
.main_info .tel_link .tel{
  margin-left: 20px;
}
.main_info .tel_link a{
  font-size: 50px;
  line-height: 1;
  display: block;
  padding-left: 80px;
  background: url("../img/icon_tel.svg") no-repeat left center/auto 49px;
}


.stMock_flow_inner_box_txt{
  padding: 30px;
}
.midashi{
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
}
.stMock_flow_inner_box_txt h5{
  padding: 5px 20px 10px;
  font-size: 18px;
  font-weight: 600;
  color: #1c50a1;
}

.stMock_flow_inner_box_txt p{
  clear: both;
  overflow: hidden;
  padding: 5px 20px 10px;
}
.stMock_flow_inner_box_txt p img{
  float: right;
}

.stMock_flow_inner_box_txt .list{
  background-color: #f4f4f4;
  clear: both;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 20px;
}
.stMock_flow_inner_box_txt .list img{
  float: right;
}
.stMock_flow_inner_box_txt ul{
  padding-left: 20px;
}
.stMock_flow_inner_box_txt ul li{
  list-style: disc;
}






@media screen and (max-width: 768px) {
   
  body{
    font-size: 4vw
  }
  
  .bDetail .detail .detail_inner .detail_txt p {
    font-size: 4vw;
    margin-top: 10px;
  }
  
  .topPage .stInformation_name > p {
    font-size: 4.2vw;
  }
  .topPage .stInformation_name > div span {
    font-size: 4vw;
  }
  
  .topPage .stWhyChoose_list {
    background-size: 100% 100%;
  }
  
  .topPage .stWhyChoose_list ul li a {
    width: 40vw;
    height: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .topPage .stWhyChoose_list ul li img {
    width: 60px;
    height: auto;
  }
  .topPage .stWhyChoose_list ul li a p {
    font-size: 4vw;
  }
  .topPage .stWhyChoose_list ul li{
    margin-top: 1rem !important;
  }
  .topPage .stWhyChoose_list ul li:nth-child(4) a {
    padding-top: 0;
  }
  .stMock_flow_inner_box_txt {
    padding: 3.90625vw 2.60417vw;
  }
  .seminar .row .irai{
  color: #1c50a1;
  background: #fff;
  border-radius: 50%;
  font-size: 4vw;
  font-weight: 600;
  position: absolute;
  top: -42vw;
  right: 0;
  width: 32vw;
  height: 32vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2vw;
  border: 4px dotted #9BBFFC;
}
  
  .stReception h3 span{
    padding-top: 10rem;
    
  }
  .stReception h3 span strong{
    font-size: 8vw;
    line-height: 1.5;
  }
  .stReception h3 span::before {
    content: '';
    width: 8rem;
    height: 8rem;
    background: url(../img/top/iconPhone24.png) no-repeat center / 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .stReception h3 span::after {
    display: none;
  }
  
  
  
  span.sm {
    font-size: 3vw !important;
  }
  .stAbout .bGreeting p {
    font-size: 4vw;
  }
  .stAbout .bPromise .row > p {
    font-size: 4vw;
  }
  .stAbout .bPromise_inner > div h3 {
    font-size: 4.5vw;
  }
  
  .stAbout .bEducation ul li {
    font-size: 5vw;
    white-space: wrap;
    text-align: center;
    line-height: 1.5;
    padding-left: 0;
    padding-top: 4rem;
  }
  .stAbout .bEducation ul li::before {
    content: "0" counter(education);
    counter-increment: education;
    font-size: 6vw;
    font-weight: 900;
    width: 10.41667vw;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .stAbout .bEducation ul li::after {
    content: '';
    background-color: #8ea5ca;
    height: 1.04167vw;
    -moz-border-radius: 1.30208vw;
    border-radius: 1.30208vw;
    width: 10.41667vw;
    position: absolute;
    left: 50%;
    top: 3rem;
    bottom: auto;
    -webkit-transform: translateX(-50%) rotate(-4deg);
    -moz-transform: translateX(-50%) rotate(-4deg);
    -ms-transform: translateX(-50%) rotate(-4deg);
    transform: translateX(-50%) rotate(-4deg);
  }
  
  
  .stReception h3 ins {
    font-size: 4vw;
    margin-top: 3rem;
    line-height: 1.5;
  }
  .stReception ul li a{
    padding: 1rem;
  }
  .stReception ul li a h4 {
    font-size: 4.6vw;
  }
  .stReception ul li a p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .stReason .bSupport .media__item div img,
  .stReason .bOne .media__item div img {
    max-width:100% !important;
    width: auto !important;
    height: 37px !important;
  }
  .media__item > div p{
    font-size: 3.8vw;
  }
  .media__item h3{
    font-size: 5.5vw;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem;
  }
  .bMember .media__item h3{
    font-size: 5.5vw;
    color: #2657BF;
    text-align: center;
    font-weight: 700;
    border-top: 1px solid #2657BF;
    border-bottom: 1px solid #2657BF;
    margin-bottom: 1rem;
  }
  
  
  .stEnrollment_flow ul li::after {
    counter-increment: flow;
    content: counter(flow);
    width: 18vw;
    height: 17vw;
    background: url(../img/enrollment/apple_ic.png) no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: -4.55729vw;
    left: -3.25521vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    color: #1c50a1;
    line-height: 1;
    font-size: 8vw;
    padding-top: 1.30208vw;
  }
  .stEnrollment_flow ul li .item h4 {
    font-size: 5vw;
  }
  .stCompany .bCompany table th {
    font-size: 4.5vw;
  }
  
  .main_info{
    font-size: 16px;
    text-align: center;
  }
  .main_info p{
    text-align: center;
  }
  .main_info .main_info_title{
    font-size: 36px;
  }
  .main_info .mail_link,
  .main_info .tel_link{
    flex-direction: column;
    padding-left: 0px;
  }
  .main_info .mail_link a,
  .main_info .tel_link .tel{
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .main_info .tel_link .tel{
    text-align: center;
  }
  .main_info .tel_link .tel a{
    display: inline-block;
    font-size: 30px;
    padding-left: 50px;
    background: url("../img/icon_tel.svg") no-repeat left center/auto 30px;
  }
  
}