@media only screen and (min-width: 769px) {
/*.top_section .notice_box {
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
}*/
}

.top_section .top_image {
  overflow: hidden;
  display: block;
  width: 165px;
  height: 165px;
  position: relative;
}

.top_section .top_image img {
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform:scale(0.5);
  -webkit-transform:scale(0.5);
  transform:scale(0.5);
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}


@media only screen and (min-width: 769px) {
/*.top_section {
  display: table;
  margin-bottom: 20px;
  position: relative;
  height: 300px;
}*/
}


.top_section .notice_box .fl {
    width: 33.3333%;
}

.top_section .notice_box .fr {
    width: 33.3333%;
}

#top_flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -js-display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#top_flex .top_flex_cont {
width:32%;
}


@media only screen and (min-width: 769px) {
.top_section .notice_box .notice_bup p span.price {
  font-family: "游ゴシック","Yu Gothic";
  font-size: 14px;
}

.top_section .notice_box .notice_bup p span.price span{
  font-family: "游ゴシック","Yu Gothic";
  font-size: 11px;
}
}


.top_section .notice_box .notice_bup p {
  font-family: "游ゴシック","Yu Gothic";
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3px;
  line-height: 1.3;
}


.top_section .notice_box .notice_bup {    height: 88px; min-height: 88px;     padding: 0;}
.top_section .notice_box .notice_koushi {height: 88px; min-height: 88px;       padding: 0;}
.top_section .notice_box .notice_elearning{height: 88px; min-height: 88px;      padding: 0;}

.top_section .notice_box .notice_bup a{padding: 14px 0;}
.top_section .notice_box .notice_koushi a{padding: 13px 0;}
.top_section .notice_box .notice_elearning a{padding: 16px 0;}


@media only screen and (max-width: 768px) {
.top_section .top_image{display:none;}
.top_section .top_info {
  display:initial;
  width:100%;
}
}





@media only screen and (max-width: 330px) {
.newmiddle_nav {
  font-family: "游ゴシック";
  font-size: 11px;
}}