@charset "utf-8";

.cat_list{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 50px auto 0;
}
.cat_list:before{
  content: "";
  width: 130px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px 10px 0;
  order:1;
}
.cat_list:after{
  content: "";
  width: 130px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px 10px 0;
}
.cat_list li{
  width: 130px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px 10px 0;
}
.cat_list li a{
  display: block;
  color: #ffffff;
  padding: 3px 0;
	letter-spacing: 0;
}
.cat_list li.notice a{
  background: #202E4A;
}
.cat_list li.easy a{
  background: #00AEAD;
}
.cat_list li.course a{
  background: #0EB9E2;
}
.cat_list li.voice a{
  background: #0071BA;
}

.cat_tag{
  color: #ffffff;
  width: 130px;
  text-align: center;
  padding: 3px 0;
  border-radius: 5px;
  overflow: hidden;
	letter-spacing: 0;
}
.cat_tag.notice{
  background: #202E4A;
}
.cat_tag.easy{
  background: #00AEAD;
}
.cat_tag.course{
  background: #0EB9E2;
}
.cat_tag.voice{
  background: #0071BA;
}
.news_ttl{
  font-size: 2.4rem;
  margin-top: 30px;
  font-weight: 500;
}
.news_date{
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  top: 30px;
}
.news_txt_box{
  margin-top: 50px;
}
.news_txt_box h1{
	font-weight: 700;
	font-size: 3rem;
}
.news_txt_box h2{
	font-weight: 700;
	font-size: 2.7rem;
}
.news_txt_box h3{
	font-weight: 700;
	font-size: 2.4rem;
}
.news_txt_box h4{
	font-weight: 700;
	font-size: 2.1rem;
}
.news_txt_box h5{
	font-weight: 700;
	font-size: 1.8rem;
}
.news_txt_box h6{
	font-weight: 700;
	font-size: 1.6rem;
}
.news_txt_box img{
  max-width: 100%;
  height: auto;
}
.news_txt_box p{
  padding: 15px 0;
  font-size: 1.6rem;
  font-weight: 400;
}

.page_arrow{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

/* news_list
-----------------------------------------------------------------*/
.news_list .main_right{
  background-color: #DDECF8;
}

/* #Sec01
-----------------------------------------------------------------*/
.news_list #Sec01{
  padding: 0 50px;
}
.news_list #Sec01 .inner{
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  padding: 30px 0 80px;
}
.news_list #Sec01 h3.ttl{
  top: 37px;
}

.news_list #Sec01 .post_list{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px;
}
.news_list #Sec01 .post_list:before{
  content: "";
  width: 31%;
  max-width: 240px;
  min-width: 190px;
  order: 1;
}
.news_list #Sec01 .post_list:after{
  content: "";
  width: 31%;
  max-width: 240px;
  min-width: 190px;
}
.news_list #Sec01 .post_list li{
  position: relative;
  width: 31%;
  max-width: 240px;
  min-width: 190px;
  margin-bottom: 10px;
  margin: 20px 5px 0;
}
.news_list #Sec01 .post_list li a{
  position: relative;
  display: block;
}
.news_list #Sec01 .post_list li a .tag{
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  padding: 3px 0;
  text-align: center;
  color: #ffffff;
	letter-spacing: 0;
}
.news_list #Sec01 .post_list li a .tag.notice{
  background: #202E4A;
}
.news_list #Sec01 .post_list li a .tag.easy{
  background: #00AEAD;
}
.news_list #Sec01 .post_list li a .tag.course{
  background: #0EB9E2;
}
.news_list #Sec01 .post_list li a .tag.voice{
  background: #0071BA;
}
.news_list #Sec01 .post_list li .img img{
  width: 100%;
  height: auto;
}
.news_list #Sec01 .post_list li a .txt_box{
  font-size: 1.6rem;
  margin-top: 5px;
}

.news_list #Sec01 .pagenation{
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.news_list #Sec01 .pagenation a,
.news_list #Sec01 .pagenation span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  margin: 5px;
  color: #0071BA;
  font-size: 2rem;
}
.news_list #Sec01 .pagenation span{
background: #F0F6FF;
}
/* news_notice
-----------------------------------------------------------------*/
.news_notice .main_right{
  background-color: #DDECF8;
}

/* #Sec01
-----------------------------------------------------------------*/
.news_notice #Sec01{
  padding: 0 50px;
}
.news_notice #Sec01 .inner{
  max-width: 670px;
  margin: 0 auto;
  position: relative;
  padding: 30px 0 80px;
}

/* news_course
-----------------------------------------------------------------*/
.news_course .main_right{
  background-color: #DDECF8;
}

/* #Sec01
-----------------------------------------------------------------*/
.news_course #Sec01{
  padding: 0 50px;
}
.news_course #Sec01 .inner{
  max-width: 670px;
  margin: 0 auto;
  position: relative;
  padding: 30px 0 80px;
}
.news_course #Sec01 .seminar_data{
  margin-top: 20px;
}
.news_course #Sec01 .seminar_data .info_ttl{
  font-size: 3rem;
  font-family: 'Bellefair', serif;
  font-weight: 400;
  color: #0071BB;
}
.news_course #Sec01 .seminar_data table{}
.news_course #Sec01 .seminar_data table tr{}
.news_course #Sec01 .seminar_data table th{
  width: 100px;
  padding: 5px 0;
}
.news_course #Sec01 .seminar_data table th p{
  width: 80px;
  text-align: center;
  background: #727272;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 500;
}
.news_course #Sec01 .seminar_data table td{
  padding: 5px 0;
}

/* news_voice
-----------------------------------------------------------------*/
.news_voice .main_right{
  background-color: #DDECF8;
}

/* #Sec01
-----------------------------------------------------------------*/
.news_voice #Sec01{
  padding: 0 50px;
}
.news_voice #Sec01 .inner{
  max-width: 670px;
  margin: 0 auto;
  position: relative;
  padding: 30px 0 80px;
}
.news_voice #Sec01 .voice_name{
  font-size: 1.6rem;
  padding-left: 65px;
}

/* #Sec02
-----------------------------------------------------------------*/
.news_voice #Sec02{
  padding: 0 50px;
	background-color: #ffffff;
}
.news_voice #Sec02 .inner{
  max-width: 670px;
  margin: 0 auto;
  position: relative;
	padding: 50px 0 10px;
}

/* news_easy
-----------------------------------------------------------------*/
.news_easy .main_right{
  background-color: #DDECF8;
}

/* #Sec01
-----------------------------------------------------------------*/
.news_easy #Sec01{
  padding: 0 50px;
}
.news_easy #Sec01 .inner{
  max-width: 670px;
  margin: 0 auto;
  position: relative;
  padding: 30px 0 80px;
}
.news_easy #Sec01 .staff{
  position: relative;
  margin: 30px 0 40px;
}
.news_easy #Sec01 .staff .fukidashi{
  position: absolute;
  text-align: center;
  right: 48%;
  bottom: 5%;
}
.news_easy #Sec01 .staff .fukidashi .name_box{
  display: inline-block;
  background: #00AEAD; 
  position: relative;
  padding: 15px 40px 15px 30px;
  color: #ffffff;
  text-align: left;
}
.news_easy #Sec01 .staff .fukidashi .name_box:after{
  content: "";
  width: 12px;
  height: 24px;
  background: url(../images/news/arrow_r_g.png);
  background-size: 12px 24px;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -12px;
}
.news_easy #Sec01 .staff .fukidashi .name_box span{
  display: block;
  font-size: 1.4rem;
}
.news_easy #Sec01 .staff .img{
  text-align: right;
}
.news_easy #Sec01 .staff .img img{
  max-width: 250px;
  width: 40%;
  height: auto;
  border-radius: 50%;
}

/* #Sec02
-----------------------------------------------------------------*/
.news_easy #Sec02{
  padding: 0 50px;
	background-color: #ffffff;
}
.news_easy #Sec02 .inner{
  max-width: 670px;
  margin: 0 auto;
  position: relative;
	padding: 50px 0 10px;
}

@media screen and (max-width: 1100px) {
/* 1100pxまでの幅の場合に適応される */

/* 1100pxまでの幅の場合に適応される */
}

@media screen and (max-width: 980px) {
/* 980pxまでの幅の場合に適応される */

.news_list #Sec01 h2.ttl {
    margin-top: 100px;
}

/* 980pxまでの幅の場合に適応される */
}

@media screen and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */

.cat_list{
  margin-top: 30px;
}

.news_ttl{
  font-size: 2rem;
  line-height: 3.2rem;
}

/* news_list
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.news_list #Sec01{
  padding: 0 20px;
}
.news_list #Sec01 .inner{
  padding: 20px 0 20px;
}
.news_list #Sec01 h2.ttl{
	font-size: 1.6rem;
	margin-top: 55px;
}
.news_list #Sec01 h3.ttl{
	top: 20px;
}
.news_list #Sec01 .post_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.news_list #Sec01 .post_list:before{
  display: none
}
.news_list #Sec01 .post_list:after{
  content: "";
  width: 48%;
  max-width: 100%;
  min-width: 48%;
}
.news_list #Sec01 .post_list li{
  position: relative;
  width: 48%;
  max-width: 100%;
  min-width: 48%;
  margin-bottom: 10px;
  margin: 20px 0 0;
}

.news_list #Sec01 .pagenation{
  margin-top: 30px;
}

/* news_notice
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.news_notice #Sec01{
  padding: 0 20px;
}
.news_notice #Sec01 .inner{
  padding: 30px 0 20px;
}

/* news_course
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.news_course #Sec01{
  padding: 0 20px;
}
.news_course #Sec01 .inner{
  padding: 30px 0 20px;
}

/* news_voice
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.news_voice #Sec01{
  padding: 0 20px;
}
.news_voice #Sec01 .inner{
  padding: 30px 0 20px;
}
.news_voice #Sec01 .voice_name{
  font-size: 1.4rem;
}

/* news_easy
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/
.news_easy #Sec01{
  padding: 0 20px;
}
.news_easy #Sec01 .inner{
  padding: 30px 0 20px;
}
.news_easy #Sec01 .staff{
  margin: 30px 0 30px;
}
.news_easy #Sec01 .staff .fukidashi .name_box{
  padding: 15px 30px 15px 20px;
}
.news_easy #Sec01 .staff .fukidashi .name_box span{
  font-size: 1.2rem;
}
.news_easy #Sec01 .staff .img{
  text-align: right;
}

/* 767pxまでの幅の場合に適応される */
}


@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */


/* 640pxまでの幅の場合に適応される */
}