@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 .rist{
	float: left;
	width: 840px;
}
section .rist ul{
	float: left;
	width: 840px;
	border-bottom: 1px #CCC solid;
	margin-right: 30px;
}
section .rist ul li{
	display: inline-block;
	float: left;
	width: 260px;
	min-height: 520px;
	margin-right:  20px;
}
section .rist ul li:nth-of-type(3n){
	display: inline-block;
	float: left;
	width: 260px;
	margin-right: 0;
}
section .rist ul li div:first-child{
	width: 260px;
	height: 260px;
}
section .rist ul li div img{
	padding-bottom: 10px;
    width: 260px;
    height: auto;
    min-height: 260px;
	    max-height: 260px;
	object-fit: contain;
}
section .rist ul li span[class^="category_"]{
	font-size: 12px;
	color: #001058;
	padding-right: 15px;
	font-weight: bold;
}
section .rist ul li .category_news{
	font-size: 12px;
	color: #001058;
	padding-right: 15px;
	font-weight: bold;
}
section .rist ul li span[class^="category_"] a{
	color: #001058;
	text-decoration: none;
	font-weight: bold;
}
section .rist ul li .category_news a{
	color: #001058;
	text-decoration: none;
	font-weight: bold;
}
section .rist ul li .category_event{
	font-size: 12px;
	color: #001058;
	padding-right: 15px;
	font-weight: bold;
}
section .rist ul li .category_event a{
	color: #001058;
	text-decoration: none;
	font-weight: bold;
}

section .rist ul li .category_recruit{
	font-size: 12px;
	color: #8C0000;
	padding-right: 15px;
	font-weight: bold;
}
section .rist ul li .category_recruit a {
	color: #8C0000;
	text-decoration: none;
	font-weight: bold;
}
section .rist ul li .date{
	font-size: 14px;
}
section .rist ul li h3{
	width: 260px;
	font-size: 20px;
	padding: 10px 0;
	line-height: 1.5;
}
section .rist ul li h3 a{
	width: 260px;
	font-size: 20px;
	padding: 15px 0;
	text-decoration:none;
	color: #333;
}
section .rist ul li h3 a:hover{
 text-decoration: underline;
}

section .rist ul li p{
  width: 260px;
/*  padding-bottom: 60px;*/
}


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 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 .rist{
	float: left;
	width: 70%;
	padding-left: 20px;
}
section .rist ul{
	float: left;
	width: 100%;
}

section .rist ul li:nth-of-type(3n){
	display: inline-block;
	float: left;
	width: 260px;
	padding-right: 30px;
	margin-right: 0;
}
section .rist ul li{
	display: inline-block;
	float: left;
	width: 45%;
	padding: 5px;
}
section .rist ul li:nth-of-type(3n){
	display: inline-block;
	float: left;
	width: 45%;
	padding-right: 5px;
}
	section .rist ul li:nth-of-type(Even){
	display: inline-block;
	float: right;
	width: 45%;
	padding-right: 5px;
}
	section .rist ul li div:first-child{
	width: 65%;
    height: auto;
    max-height: 140px;
	margin: 0 auto;
    text-align: center;
}
	section .rist ul li div img{
	display:block;
	float: left;
	width: 100%;
	height: auto;
	padding-right: 5px;
}
	section .rist ul li .date{
		display:block;
	font-size: 14px;
}
section .rist ul li h3{
	width: 100%;
	font-size: 20px;
	padding: 10px 0;
	line-height: 1.5;
}
section .rist ul li h3 a{
	width: 100%;
	font-size: 20px;
	padding: 15px 0;
	text-decoration:none;
	color: #333;
}

section .rist ul li p{
  width: 100%;
/*  padding-bottom: 40px;*/
}
	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 screen and (max-width: 768px) {	
	


/* rist*/
/* -------------------------------------------------------------------------------- */
section{
	margin:0 auto;
	width: 96%;
	/*padding: 0;*/
	padding: 20px 0 0 0;
}
section .rist{
	clear: both;
	width: 100%;
	padding: 30px 0;
}
section .rist ul{
	float: left;
	width: 100%;
	border-bottom: 1px #CCC solid;
	margin-right: 0;
}
section .rist ul li{
	display: inline-block;
	float: left;
	width: 45%;
	min-height: 560px;
	padding: 5px;
	margin-right: 0;
}
section .rist ul li:nth-of-type(3n){
	display: inline-block;
	float: left;
	width: 45%;
	padding-right: 5px;
}
	section .rist ul li:nth-of-type(Even){
	display: inline-block;
	float: right;
	width: 45%;
	padding-right: 5px;
}
	section .rist ul li div:first-child{
	width: 100%;
    height: auto;
    max-height: 140px;
}
	section .rist ul li div img{
	padding-bottom: 10px;
    width: 100%;
    height: 260px;
    min-height: 260px;
    max-width: 260px;
    object-fit: contain;
}

	section .rist ul li .date{
		display:block;
	font-size: 14px;
}
section .rist ul li h3{
	width: 100%;
	font-size: 20px;
	padding: 10px 0;
	line-height: 1.5;
	overflow: hidden;
	height: 70px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
section .rist ul li h3 a{
	width: 100%;
	font-size: 20px;
	padding: 15px 0;
	text-decoration:none;
	color: #333;
	height: 70px;
	overflow: hidden;
}

section .rist ul li p{
  width: 100%;
/*  padding-bottom: 40px;*/
}
	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 screen and (max-width: 640px) {
	section .rist ul{
		padding-bottom: 30px;
	}
	section .rist ul li div:first-child{
	width: 100%;
    height: auto;
    max-height: 140px;
}
	section .rist ul li{
		height: 640px;
	}
}
