@charset "UTF-8";


li.current a{
	pointer-events:none;
}

li > a:hover{
	opacity:0.5;
}


.article_meta{
	display:block;
	overflow:hidden;
}


div[class^='news_type']{

	display: inline-block;
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 6px;
    width: 74px;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    font-size: 0.85714rem;
    line-height: 1;
    transition: 0.3s;

    margin-right:20px;
    float:left;
}

.news_type_event,
.news_type_hide {
	color:#ff9900;
	border-color:#ff9900;
}

.news_type_exam{
	color:#00cccc;
	border-color:#00cccc;
}

.news_type_topics{
	color:#00cc33;
	border-color:#00cc33;
}

a:hover .news_type_event,
a:hover .news_type_hide {
	color:#ffffff;
	background-color:#ff9900;
}

a:hover .news_type_exam{
	color:#ffffff;
	background-color:#00cccc;
}

a:hover .news_type_topics{
	color:#ffffff;
	background-color:#00cc33;
}


/**********************************
 Categoly Tab
**********************************/
#newsTab{
	display:block;
	overflow:hidden;
	margin-bottom: 50px;
}

#newsTab ul{
	width:100%;
}

#newsTab ul > li{
	display:block;
	overflow:hidden;
	width:25%;
	float:left;
}

#newsTab ul > li > a{
	display:block;
	overflow:hidden;
	text-align: center;
	/*margin-right:16px;
	font-size:1.2rem;*/
	margin:0.25em;
	color:#009844;

	font-weight: bold;
    font-size: 1.21429rem;
    line-height: 39px;

	border:2px solid #009844;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px
}

#newsTab ul > li > a:hover,
#newsTab ul > li.current a{
	color:#ffffff;
	background-color: #009844;
	transition: 0.3s;
}



@media screen and (max-width: 738px) {

	#newsTab {
	    margin-bottom: 25px;
	}


	#newsTab ul > li{
		width:25%;
	}

	#newsTab ul > li > a{
		margin:2px;
		/*font-size:1.1rem;*/
		height: 10.15625vw;
    	font-size: 0.85714rem;
    	letter-spacing: -0.3125vw;
   		line-height: 10.15625vw;


	}

}



/**********************************
 Article List
**********************************/

#article_list{
	display:block;
	overflow:hidden;
	margin-bottom: 60px;
}

#article_list > ul{
	/**/
}


#article_list > ul > li{
	display:block;
	overflow:hidden;
	position:relative;
	padding: 22px 0;
	border-bottom: 1px solid #eeeeee;
}

#article_list > ul > li > a{
	display:block;
	overflow:hidden;
}

#article_list > ul > li > a:hover{
	opacity:1.0;
}

#article_list > ul > li > a:hover .article_thum > img{
	opacity:0.5;
	transition: 0.3s;
} 

#article_list > ul > li h3{
	font-weight:normal;
	position:absolute;
	top:82px;
	left:230px;
}

.article_thum{
	display:inline-block;
	overflow:hidden;
	width:208px;
	height:144px;
	float:left;
    /*background:#000000;*/
}

#article_list > ul > li > .article_meta{
	position:absolute;
	top:22px;
	left:230px;
}

.article_date{
	display:inline-block;
	overflow:hidden;
	font-size:1.2rem;
	font-weight:bold;
}



@media screen and (max-width: 738px) {

	#article_list > ul > li h3{
		position:relative;
		top:auto;
		left:auto;
	}

	.article_thum{
		display:inline-block;
		overflow:hidden;
		width:45%;
		height:auto;
		float:left;
		margin-right: 4.6875vw;
	}

	.article_meta{
		display:block;
		overflow:hidden;
		position:relative;
		top:auto;
		left:auto;
	}

	.article_date{
		margin-bottom:0.4em;
	}

}

/**********************************
 Pagenation
**********************************/
#pagenation{
	display:block;
	overflow: hidden;
	text-align:center;
	margin-bottom: 120px;
}

#pagenation > ul{
	/**/
}

#pagenation > ul > li{
	display:inline-block;
	overflow:hidden;
	width: 3em;
}

#pagenation > ul > li > a{
	display:block;
	overflow:hidden;
	text-align:center;
	font-size:1.2rem;
	color:#009844;
}

#pagenation > ul > li.current > a{
	opacity:0.5;
}


@media screen and (max-width: 738px) {

	#pagenation > ul > li > a{
		font-size:1.1rem;
	}
}


/**********************************
 Article Ditail
**********************************/
#article_body{
	margin-bottom:120px;
}

#article_body h2{
	display:block;
	overflow:hidden;
	/*margin-top:1em;*/
	margin-bottom:0.2em;
	font-size:1.8rem;
}

.main_img{
	display:block;
	overflow:hidden;
	width:100%;
	height:auto;
	margin:40px 0;
}

#post_text > p{
	padding:1em 0;
	display:block;
	overflow:hidden;
}

#post_text > p > img{
	margin-bottom:30px;
}

.img_left{
	float:left;
	margin-right:30px;
}

.img_right{
	float:right;
	margin-left:30px;
}

#article_footer{
	clear:both;
	margin:60px 0;
	text-align:center;
}

a.green_btn{
	display:inline-block;
	overflow:hidden;
    padding:0.5em 2em;
    color:#ffffff;
    text-align:center;
    background-color:#009844;
    border-radius: 5px;
    font-size:1.0rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom:0.5em;
}

a.green_btn:hover{
    background-color:#9dd1a6;
}




@media screen and (max-width: 738px) {

	#article_body h1{
		font-size:1.2rem;
		margin-top:0;
	}

	.main_img{
		margin:1em 0;
	}

	#post_text > p > img{
		margin-bottom:1em;
	}

	.img_left{
		max-width:45%;
		height:auto;
		margin-right:1em;
	}

	.img_right{
		max-width:45%;
		height:auto;
		margin-left:1em;
	}

	a.green_btn{
		display:block;
	}

#article_body h2{
	font-size:1.26rem;
	margin-bottom:8px;
}

}



@media screen and (max-width: 738px) {

    .scroll_frame {
        display: block;
        overflow-x: scroll;
        width: 100%;
        margin: 0 auto;
    }
    .scroll_inner {
        display: block;
        overflow: hidden;
        width: 710px;
    }
}


/**********************************
 �f�R���[�V���� Ditail
**********************************/
.news_idx_submenu2 ul li {
    padding-left: 20px;
    background-image: url(../img/common/arrow_gr_right.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-bottom: 15px;
}
.news_idx_submenu2 ul li a{
    text-decoration:underline;
}
.news_idx_submenu2 ul li a:hover{
    text-decoration:none;
}


/**********************************
 IUHW Headline ???
**********************************/
/*
.mod-pagetab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px; }

.mod-pagetab__list-item {
  width: 250px;
  margin-right: 10px;
  margin-bottom: 12px;
  text-align: center; }
  .mod-pagetab__list-item-active {
    background-color: #64b2ee; }
    .mod-pagetab__list-item-active span {
      color: #ffffff !important; }
  @media screen and (max-width: 738px) {
    .mod-pagetab__list-item {
      width: 31.72%;
      margin-right: 2.41%; } }
  .mod-pagetab__list-item:nth-child(3n) {
    margin-right: 0; }
  .mod-pagetab__list-item--icon .mod-pagetab__link-inner:after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 13px;
    margin-bottom: -1px;
    margin-left: 7px;
    background: url(/img/pc/igakubu_module/icon_link.png) 0 0 no-repeat;
    background-size: 100% auto; }
    @media screen and (max-width: 738px) {
      .mod-pagetab__list-item--icon .mod-pagetab__link-inner:after {
        content: none; } }
  .mod-pagetab__list-item--icon .mod-pagetab__link {
    position: relative; }
    .mod-pagetab__list-item--icon .mod-pagetab__link:after {
      position: relative; }
      @media screen and (max-width: 738px) {
        .mod-pagetab__list-item--icon .mod-pagetab__link:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 1.71875vw;
          display: inline-block;
          content: "";
          width: 3.28125vw;
          height: 2.96875vw;
          background: url(/img/pc/igakubu_module/icon_link.png) 0 0 no-repeat;
          background-size: 100% auto; } }
  @media screen and (max-width: 738px) {
    .mod-pagetab__list-item--icon-sp-hide .mod-pagetab__link:after {
      content: none; } }

.mod-pagetab__link {
  display: block;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  color: #0482e3;
  border: 1px solid #0482e3;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media screen and (max-width: 738px) {
    .mod-pagetab__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 14.84375vw;
      padding-top: 0;
      border: 0.3125vw solid #0482e3;
      line-height: 1.4; } }
  .mod-pagetab__link:hover {
    color: #fff;
    border: 1px solid #64b2ee;
    background-color: #64b2ee;
    opacity: 0.6; }

.mod-pagetab__link-inner {
  display: inline-block;
  margin-top: -1px;
  font-size: 1.14286rem; }
  @media screen and (max-width: 738px) {
    .mod-pagetab__link-inner {
      margin-top: 0;
      font-size: 3.75vw; } }*/

.news-pagetab__button-lower {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  overflow: hidden; }

.news-pagetab__button-lower-link {
  display: block;
  background-color: #009844;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms; }
  .mod-pagetab__button-lower-link:hover {
    opacity: 0.7; }

.news-pagetab__button-lower-text {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 5px 22px 5px 15px; }
  @media screen and (max-width: 738px) {
    .mod-pagetab__button-lower-text {
      font-size: 4.0625vw;
      padding: 1.25vw 5.625vw 1.25vw 2.5vw; } }
  .news-pagetab__button-lower-text:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px; }
    @media screen and (max-width: 738px) {
      .news-pagetab__button-lower-text:after {
        width: 1.25vw;
        height: 1.25vw;
        right: 2.1875vw;
        border-top: solid 0.625vw #fff;
        border-right: solid 0.625vw #fff; } }




.w707 {
    width: 100%;
		margin-top: 10px !important;
	
}

.w707 table {
    border: 1px solid #999999;
	margin-top: 10px !important;
	


    margin-bottom: 10px !important;

}

.w707 th ,.w707 td{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #999999;

}

.w707 th {
	background-color: #f1f7f1;
	text-align: center;
	font-weight: bold;
}


.center{
	text-align:center;
}



@media screen and (max-width: 738px) {


    .scroll_frame {
        display: block;
        overflow-x: scroll;
        width: 100%;
        margin: 0 auto;
    }
    .scroll_inner {
        display: block;
        overflow: hidden;
        width: 160%;
    }
}


@media screen and (max-width: 640px) {
	.table-mobile {
	  width: 100%;
	}
	.table-mobile th,
	.table-mobile td {
		width: auto;
		display: block;
		text-align: center;
	}
}

