@charset "utf-8";
/* CSS Document */
/* ================================================== 

メディア掲載

================================================== */

/* pagetit */
/* -------------------------------------------------------------------------------- */

#pagetit {
	background: url(../img/pic_pagetit.jpg) no-repeat top center;
	background-size: cover;
}



/* rist */
/* -------------------------------------------------------------------------------- */
section{
	margin:0 auto;
	width: 1200px;
	padding: 70px 0 0 80px;
}



section .before{
	display:inline-block;
	width: 410px;
	text-align: left;
	padding-top: 20px;
}
section .after{
	display:inline-block;
	float: right;
	width: 410px;
  text-align: right;
  padding-top: 20px;
}
section .before a,section .after a{
	text-decoration: none;
	color: #001058;
}
section .before a:hover,section .after a:hover{
	text-decoration: underline;
}
/* main */
/* -------------------------------------------------------------------------------- */
section .main{
	float: left;
	width: 840px;
}

section .main .tit{
	text-align: center;
	padding-bottom: 30px;
}
section .main .tit .category_news{
	font-size: 12px;
	color: #001058;
	padding-right: 15px;
	font-weight: bold;
}
section .main .tit .category_news a {
	color: #001058;
	text-decoration: none;
}

section .main .tit .category_recruit{
	font-size: 12px;
	color: #8C0000;
	padding-right: 15px;
	font-weight: bold;
}
section .main .tit .category_recruit a{
	color: #8C0000;
	text-decoration: none;
}
section .main .tit .day{
	font-size: 14px;
}
section .main .tit h3{
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0;
}
section .main .article{
	padding-bottom: 80px;
	border-bottom: 1px #CCC solid;
}
section .main .article img{
	padding-bottom: 20px;
}
/* side */
/* -------------------------------------------------------------------------------- */
section .side{
	width: 240px;
	float: left;
	padding-left: 40px;
}
section .side h3{
 padding: 0 0 0 10px;
 font-size: 18px;
 font-weight: bold;
 color: #001058;
 border-left: 4px solid #001058;
 margin-bottom: 8px;
}
section .side ul{
 border-top: 1px #ccc dotted;
	margin-bottom: 50px;
}
section .side ul.children{
	margin-bottom: 0px;
}
section .side ul.children li:first-child{
/*padding: 10px 0;*/
 border-bottom: none;
 border-top: none;
 position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
section .side ul.children li{
/*padding: 10px 0;*/
 border-bottom: none;
 border-top: 1px #ccc dotted;
 position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
section .side li{
 border-bottom: 1px #ccc dotted;
 position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
section .side li:before{
 display: inline-block;
 content: "≫";
 width: 1em;
 height: 1em;
}

section .side li a{
	text-decoration: none;
	color: #333;
	padding: 10px 0;
	display: inline-block;
}
section .side li a:hover{
 text-decoration: underline;
}


/* media */
/* -------------------------------------------------------------------------------- */
section .media {
    float: left;
    width: 840px;
}
section .media li {
	display: block;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
section .media li a img {
    float: left;
    margin-right: 20px;
	width: 200px;
    height: auto;
}
section .media li .category_news {
	font-size: 12px;
    color: #001058;
    padding-right: 15px;
    font-weight: bold;
}
section .media li .category_news a {
    color: #001058;
    text-decoration: none;
    font-weight: bold;
}
section .media li .date {
	font-size: 14px;
}
section .media li h4 {
    text-decoration: none;
    font-size: 20px;
    margin-top: 12px;
	margin-bottom: 20px;
}
section .media li h4 a {
	font-weight: bold;
    text-decoration: none;
    color: #333;
}
section .media li h4 a:hover {
    text-decoration: underline;
}
section .media li p {
    font-size: 16px;
}
.category_media {
	padding-top: 40px;
}

@media screen and (max-width: 1600px) {
	section{
	padding: 100px 0 0 80px;
}
}

@media screen and (max-width: 1024px) {
	section{
	margin:0 auto;
	width: 100%;
	/*padding: 40px 0 0 20px;*/
	padding: 40px 0 0 0;
}

	section .before{
	display:inline-block;
	width: auto;
	text-align: left;
	padding-top: 20px;
}
	
section .main{
	float: left;
	width: 70%;
}

section .before{
	display:inline-block;
	width: auto;
	text-align: left;
	padding-top: 20px;
}
section .after{
	display:inline-block;
	float: right;
	width: auto;
  text-align: right;
  padding-top: 20px;
}
section .side{
	width: 240px;
	float: left;
	padding-left: 20px;
}
	
	
/* media */
/* -------------------------------------------------------------------------------- */
section .media{
	float: left;
	width: 70%;
	padding-left: 20px;
}
	
}
@media screen and (max-width: 768px) {	
	


/* rist*/
/* -------------------------------------------------------------------------------- */
section{
	margin:0 auto;
	width: 96%;
	/*padding: 0;*/
	padding: 20px 0 0 0;
}

	
	section .before{
	display:inline-block;
	width: auto;
	text-align: left;
	padding-top: 20px;
}
section .after{
	display:inline-block;
	float: right;
	width: auto;
  text-align: right;
  padding-top: 20px;
}
	/* main */
/* -------------------------------------------------------------------------------- */
section .main{
	float: left;
	width: 100%;
}

section .main .tit{
	text-align: center;
	padding-bottom: 30px;
}
	section .main .article{
	padding-bottom: 40px;
	border-bottom: 1px #CCC solid;
	
}
section .main .article div{	
	margin: 0 auto;
	text-align: center;
	}
	
section .main .article img{	
	padding-bottom: 20px;
	margin: 0 auto;
	max-width: 100%;
	}


/* side */
/* -------------------------------------------------------------------------------- */
section .side{
	clear: both;
	width: 100%;
	padding-left:0;
	padding-top: 40px;
}
section .side h3{
 padding: 0 0 0 10px;
 font-size: 18px;
 font-weight: bold;
 color: #001058;
 border-left: 4px solid #001058;
 margin-bottom: 8px;
}
section .side ul{
 border-top: 1px #ccc dotted;
margin-bottom: 50px;
}

	
/* media */
/* -------------------------------------------------------------------------------- */
section .media {
    clear: both;
    width: 100%;
    padding: 80px 0;
}	
section .media li a img {
    width: 120px;
}	
section .media li h4 {
    font-size: 16px;
    margin-top: 10px;
	margin-bottom: 20px;
}
section .media li p {
    display: none;
}
.category_media {
    padding-top: 20px;
}
}
@media screen and (max-width: 640px) {	

section .media {
    padding: 30px 0;
}	
}

/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}
 
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li a {
  padding: 10px 20px;
  line-height: 100%;
  vertical-align: middle;
}
section .media .pagination li {
	border: none;
	padding-left: 6px;
	overflow: visible;
}
 
.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #000;
  /*border-left-width: 0;*/
  min-width:40px;
  min-height:40px;
  color: #333;
}
 
.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}
 
.pagination li:first-of-type a {
  border-left-width: 1px;
}
 
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
 
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
 
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }
 
.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }
 
.pagination li.current a {
 background-color: #000;
 color: #fff;
 cursor: default;
 pointer-events: none;
}
 
.pagination > li:first-child > a {
  /*border-bottom-left-radius: 4px;*/
  /*border-top-left-radius: 4px;*/
}
 
.pagination > li:last-child > a {
  /*border-bottom-right-radius: 4px;*/
  /*border-top-right-radius: 4px;*/
}
 
@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }
 
}
 
@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}
 
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
