@charset "UTF-8";
/* CSS Document */
/*  プリントアウト用CSS（PCと同内容）*/
h4 {
  margin-bottom: 0.5em;
}

table {
  font-size: 90%;
  margin-bottom: 4em;
}

.table1 {
  margin-bottom: 1em;
}

.text1 {
  margin-bottom: 4em;
}

a.text1__link {
  color: #000;
  text-decoration: underline;
}

.list > li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

/*  スマホ向けのスタイル：768px以上-------------------------------------------------*/
@media only screen and (min-width: 0px) {
  h4 {
    margin-bottom: 0.5em;
  }
  table {
    font-size: 90%;
    margin-bottom: 3em;
  }
  .month__text {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-weight: bold;
    border-bottom: 1px solid #333;
    color: #003A92;
    font-size: 16px;
    line-height: 1.5;
  }
  .icon__new {
    display: inline-block;
    margin-right: 10px;
    padding: 0 5px;
    background-color: #f00;
    color: #fff;
    border-radius: 10px;
    font-size: 80%;
  }
  .icon__new.type2 {
    font-size: 80%;
    font-weight: bold;
    margin-bottom: 0.8rem;
  }
  .end__text {
    display: inline-block;
    margin-left: 10px;
    padding: 0 5px;
    background-color: #f00;
    color: #fff;
    /* font-size: 80%; */
  }
}
/*  タブレット向けのスタイル：768px以上-------------------------------------------------*/
@media only screen and (min-width: 768px) {
  h4 {
    margin-bottom: 0.5em;
  }
  table {
    font-size: 90%;
    margin-bottom: 4em;
  }
  .month__text {
    font-size: 20px;
  }
}
/*  PC向けのスタイル：1000px以上-------------------------------------------------*/
@media only screen and (min-width: 1000px) {
  h4 {
    margin-bottom: 0.5em;
  }
  table {
    font-size: 90%;
    margin-bottom: 4em;
  }
}
/* -------------------------------------------------*/
.txtBB {
  font-size: 118%;
  font-weight: 600;
}

.pcVew {
  display: block;
}

.spVew {
  display: none;
}

@media screen and (max-width: 735px) {
  .pcVew {
    display: none;
  }
  .spVew {
    display: block;
  }
}
.colorRed {
  color: #DF090D;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.newsTitle {
  font-size: 128%;
  font-weight: 600;
  background: #fff347;
  padding: 1.3rem 0 1rem 0.6rem;
  margin: 0 0 2.4rem;
  /*border-bottom: 1px solid #dedede;*/
}

.tutor {
  font-size: 108%;
  font-weight: 600;
  margin: 0;
}

.news h5.titleB {
  font-size: 114%;
  font-weight: 600;
}

a.text2__link {
  color: #051dcf;
  text-decoration: underline;
}

.attention {
  color: #FF0000;
  font-weight: bold;
  font-size: 110%;
}

.titleT {
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  margin: 2.6rem auto 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 735px) {
  .newsTitle {
    margin: 0 0 1.5rem;
  }
  .titleT {
    font-size: 120%;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .img100 img {
    width: 100%;
  }
}
.box01 {
  margin: 0 0 40px;
  padding: 0 0 20px;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 735px) {
  .box01 {
    margin: 0 0 30px;
    padding: 0 0 15px;
  }
}