@charset "utf-8";
/* ===============================================
# ニュース一覧
=============================================== */
.cmnNews_list{
  margin: 40px 0;
  border-top: solid 1px #8ea2bd;  
}
.cmnNews_list > li{
  border-bottom: solid 1px #8ea2bd;
  font-size: 16px;
  font-size: 1.6rem;  
}
.cmnNews_list > li > *{
  padding-top: 18px;
  padding-bottom: 12px;
}
.cmnNews_list .box_upper {
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-bottom: 6px;
}
.cmnNews_list .box_upper .date {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #063e8d;
}
.cmnNews_list .box_upper .list_tag {
  margin-left: 9px;
}
.cmnNews_list .box_upper .list_tag > li {
  border: 1px solid #063e8d;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  padding: 5px 15px 4px;
  color: #063e8d;
}
.cmnNews_list .box_upper .list_tag > li + li {
  margin-left: 6px;
}
@media screen and (max-width :768px){
  .cmnNews_list{
    margin: 30px auto;
  }
  .cmnNews_list > li{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.64;
  }
  .cmnNews_list > li > *{
    padding-top: 13px;
    padding-bottom: 7px;
  }
  .cmnNews_list .box_upper {
    margin-bottom: 3px;
  }
  .cmnNews_list .box_upper .date {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .cmnNews_list .box_upper .list_tag {
    margin-left: 7px;
  }
  .cmnNews_list .box_upper .list_tag > li {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    padding: 4px 11px 3px;
  }
  .cmnNews_list .box_upper .list_tag > li + li {
    margin-left: 5px;
  }
}

/* ===============================================
# ページャー
=============================================== */
.cmnNews_pager {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cmnNews_pager>li {
  margin: 0 3px;
}
.cmnNews_pager>li:not(.arrow)>* {
  width: 40px;
  height: 40px;
  color: #000;
  border: 1px solid #8ea2bd;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cmnNews_pager>li:not(.arrow)>span {
  width: auto;
  border: none;
  background-color: transparent;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.cmnNews_pager>li.active>* {
  color: #fff;
  background-color: #063e8d;
  border: 1px solid #063e8d;
}
.cmnNews_pager .arrow {
  width: 40px;
  height: 40px;
  background: url(/academy/100th/common/img/ico_pager_next.svg) no-repeat center center;
  background-size: 100%;
  text-indent: 99em;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 15px;
  margin-right: 0;
}
.cmnNews_pager .arrow.prev {
  background: url(/academy/100th/common/img/ico_pager_prev.svg) no-repeat center center;
  background-size: 100%;
  margin-left: 0;
  margin-right: 15px;
}
@media screen and (max-width :768px){
  .cmnNews_pager>li {
    margin: 0 4px;
  }
  .cmnNews_pager>li:not(.arrow)>* {
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cmnNews_pager .arrow {
    width: 30px;
    height: 30px;
    margin-left: 7px;
    margin-right: 0;
  }
  .cmnNews_pager .arrow.prev {
    margin-left: 0;
    margin-right: 7px;
  }
}
/* ===============================================
# 記事タイトル
=============================================== */
.area_ttl_news {
  margin-bottom: 55px;
}
.area_ttl_news .box_upper {
  color: #063e8d;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-bottom: 16px;
}
.area_ttl_news .box_upper .date {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
}
.area_ttl_news .box_upper .list_tag {
  margin-left: 17px;
}
.area_ttl_news .box_upper .list_tag > li {
  border: 1px solid #063e8d;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 3px 17px 3px;
}
.area_ttl_news .box_upper .list_tag > li + li {
  margin-left: 6px;
}
.area_ttl_news .ttl_page {
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif; 
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.14;
  border-bottom: 1px solid #8ea2bd;
  padding-bottom: 26px;
}
.area_ttl_news .box_sns {
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  margin-top: 17px;
}
.area_ttl_news .box_sns .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.area_ttl_news .box_sns .list_icons {
  margin-left: 20px;
}
.area_ttl_news .box_sns .list_icons>li {
  width: 36px;
}
.area_ttl_news .box_sns .list_icons>li + li {
  margin-left: 12px;
}
@media screen and (max-width:768px){
  .area_ttl_news {
    margin-bottom: 30px;
  }
  .area_ttl_news .box_upper {
    margin-bottom: 10px;
  }
  .area_ttl_news .box_upper .date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .area_ttl_news .box_upper .list_tag {
    margin-left: 7px;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    padding-top: 3px;
  }
  .area_ttl_news .box_upper .list_tag > li {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    padding: 4px 13px 3px;
    margin-right: 7px;
    margin-bottom: 3px;
  }
  .area_ttl_news .box_upper .list_tag > li + li {
    margin-left: 0;
  }
  .area_ttl_news .ttl_page {
    font-size: 19px;
    font-size: 1.9rem;
    padding-bottom: 8px;
  }
  .area_ttl_news .box_sns {
    margin-top: 14px;
  }
  .area_ttl_news .box_sns .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .area_ttl_news .box_sns .list_icons {
    margin-left: 10px;
  }
  .area_ttl_news .box_sns .list_icons>li {
    width: 29px;
  }
  .area_ttl_news .box_sns .list_icons>li + li {
    margin-left: 10px;
  }
}

/* ===============================================
# 詳細
=============================================== */
/*記事中身-------------------------------------*/
.area_article{
  flex-wrap: wrap;
}
/*段落*/
.area_article p{
  display: block;
  text-align: left;
  margin-bottom: 25px;
}
/*画像*/
.area_article img{
  /*width: 46%;*/
  margin: -18px auto 25px;
}
@media screen and (max-width :768px){
  .area_article img{
    width:auto;
  }
}
/*太字*/
.area_article b{
  font-weight: bold;
}
.area_article strong{
  font-weight: bold;
}
/*em*/
.area_article em{
  font-style: italic;
}
/*引用*/
.area_article blockquote{
  border-left:solid 3px #cccccc;
  padding:10px;
  margin-left: 35px;
  margin-bottom: 25px;
}
.area_article a{
  color: #003399;
  text-decoration: underline;
}
/*通常リスト*/
.area_article ul{
   margin-bottom: 60px;
}
.area_article ul > li{
  margin-left: 2em;  
  text-indent: -1.3em;
}
.area_article ul > li:nth-child(n+2){
	margin-top:3px;
}
.area_article ul >li:before {
	color:#063e8d;
	content:"●";
	font-size:10px;
  padding-top: 3px;
  width: 2em;
  display:block;
	float:left;  
}
.area_article ul a{
  color: #004ea1;
  text-decoration: underline;
}
@media screen and (max-width :768px){
  .area_article ul{
     margin-bottom: 30px;
  }
}
/*数字リスト*/
.area_article ol{
  margin-bottom: 60px;
}
.area_article ol > li{
  list-style: decimal outside;
  margin-left: 2em;  
}
.area_article ol > li:nth-child(n+2){
  margin-top: 3px;
}
.area_article ol a{
  color: #004ea1;
  text-decoration: underline;
}
@media screen and (max-width :768px){
  .area_article ol{
    margin-bottom: 30px;
  }
}

/* ===============================================
# 見出し
=============================================== */
/*大見出し-------------------------*/
.area_article h4{
  margin-top: 25px;  
  margin-bottom: 25px;   
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 13px 0 23px;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
  position: relative;
}
.area_article h4::before{
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background-color: #063e8d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.area_article h4:nth-of-type(n+2){
  margin-top: 60px;
}
@media screen and (max-width :768px){
  .area_article h4{
    margin-top: 12.5px;
    margin-bottom: 12.5px;
    font-size: 17px;
    font-size: 1.7rem;
    padding:9px 0 11px;
  }  
  .area_article h4::before {
    width: 70px;
  }
}
/*中見出し-------------------------*/
.area_article h5{
  margin-top: 40px;  
  margin-bottom: 20px; 
  position: relative;
  padding-top: 20px;
  padding-bottom: 19px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
  background-color: #e7ecf6;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  padding-left: 21px;
}
.area_article h5::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 98%;
  height: calc(100% - 10px);
  background-color: #063e8d;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width :768px){
  .area_article h5{
    margin-top: 12.5px;
    margin-bottom: 20px;
    padding-top: 9px;
    padding-bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 15px;
  }
}
/*小見出し①-------------------------*/
.area_article h6{
  margin-bottom: 10px;  
  margin-top: 10px; 
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.3;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
  color: #063e8d;
}
@media screen and (max-width :768px){
  .area_article h6{
    font-size: 17px;
    font-size: 1.5rem;
    line-height: 1.176;
  }
}

/*table*/
.area_article table{
  width: 100%;
  table-layout: fixed;
  margin-bottom: 40px;
}
.area_article table th,
.area_article table td{
  border: solid 1px #8ea2bd;  
  padding: 20px 1em;
  line-height: 1.3;
  vertical-align: middle;
}
.area_article table th,
.area_article table thead td{
  background-color: #063e8d;
  text-align: left;
  color: #fff;
}
.area_article table a{
  color: #004ea1;
  text-decoration: underline;
}
@media screen and (max-width :768px){
  .area_article table th,
  .area_article table td{
    padding: 10px 0.5em;
  }
}

/* ===============================================
#　次へボタン
=============================================== */
.cmnNews_btn_next ul {
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cmnNews_btn_next ul > li + li {
  margin-left: 58px;
}
.cmnNews_btn_next ul > li > * {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold
}
.cmnNews_btn_next ul > li.next > * {
  background: url(/academy/100th/common/img/ico_pager_next.svg) no-repeat center right;
  background-size: 40px;
  padding: 12px 50px 12px 0;
}
.cmnNews_btn_next ul > li.prev > * {
  background: url(/academy/100th/common/img/ico_pager_prev.svg) no-repeat center left;
  background-size: 40px;
  padding: 12px 0 12px 50px;
}
@media screen and (max-width :768px){
  .cmnNews_btn_next ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cmnNews_btn_next ul > li + li {
    margin-left: 0;
  }
  .cmnNews_btn_next ul > li > * {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .cmnNews_btn_next ul > li.next > * {
    background: url(/academy/100th/common/img/ico_pager_next.svg) no-repeat center right;
    background-size: 30px;
    padding: 8px 47px 7px 0;
  }
  .cmnNews_btn_next ul > li.prev > * {
    background: url(/academy/100th/common/img/ico_pager_prev.svg) no-repeat center left;
    background-size: 30px;
    padding: 8px 0 7px 47px;
  }
}
/* ===============================================
#　OTHER TOPICS
=============================================== */
.cmnNews_sec_other  {
  padding-top: 100px;
}
.cmnNews_sec_other .ttl_sec {
  color: #063e8d;
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.cmnNews_sec_other .ttl_sec .en {
  font-size: 50px;
  font-size: 5.0rem;
  line-height: 1.02;
  font-family: "EB Garamond","游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
}
.cmnNews_sec_other .ttl_sec .ja {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.7;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif; 
  margin-left: 20px;
  font-weight: bold;
}
.cmnNews_sec_other .cmnNews_list {
  margin: 30px 0 0;
}
@media screen and (max-width :1366px){
  .cmnNews_sec_other .ttl_sec .en {
    font-size: 40px;
    font-size: 4.0rem;
  }
  .cmnNews_sec_other .ttl_sec .ja {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.4;
  }
}
@media screen and (max-width :768px){
  .cmnNews_sec_other .ttl_sec .en {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.1;
  }
  .cmnNews_sec_other .ttl_sec .ja {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-left: 0;
  }
}