@charset "UTF-8";


.heroHeading.news .heroHeading_image {
	background: url("../images/news/main.jpg") no-repeat center center;
	background-size: cover;
}

@media print, screen and (min-width: 800px) {
	.heroHeading.news .heroHeading_image {
		background: url("../images/news/main.jpg") no-repeat center center;
		background-size: cover;
	}
}

.color_office {
	background: #004ea2!important;
}

.color_item_info {
	background: #2095da!important;
}

.color_notice {
	background: #f39800!important;
}

.color_recruit_info {
	background: #e52534!important;
}

.color_report {
	background: #8fc31f!important;
}

.color_event {
	background: #316b87!important;
}

.color_other {
	background: #796184!important;
}

.color_tips {
	background: #236d09!important;
}





.news-list li {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px;
}

.news-img {
	width: 100%;
	margin-bottom: 10px;
}
	
.news-img img {
	width: 100%;
	height: auto;
}

.news-date {
	min-width: 90px;
	font-size: 1.2rem;
	line-height: 12px;
	display: inline-block;
}
	
.news-cat {
	width: 136px;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
}
	
.news-cat a {
	color: #fff;
	width: 136px;
	display: block;
	padding: 3px 0;
	font-size: 1.2rem;
}
	
.news-content {
	font-size: 1.4rem;
	margin-top: 10px;
}

.news-content.icon-movie:before {
	content: '';
	width: 10px;
	height: 7px;
	background: url(../images/news/bg_movie.png) center center no-repeat;
	background-size: cover;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
		
.news-content a {
	text-decoration: underline;
	color: #0c97df;
	line-height: 1.4;
}
	
.side-post li+li {
	margin-top: 10px;
}

.side-section+.side-section {
	margin-top: 20px;
}

.side-search+.side-section {
	margin-top: 20px;
}

.side-ttl {
	margin-bottom: 10px;
	padding: 7px 20px;
}

.side-search .side-ttl {
	margin-bottom: 10px;
}

.search-block {
	position: relative;
}

.input-search {
	width: 100%;
	height: 30px;
	padding: 0 25px 0 5px;
	box-sizing: border-box;
	font-size: 1.3rem;
	border: 1px solid #e5e5e5;
}

.btn-submit {
	width: 12px;
	height: 12px;
	background: url(../images/news/bg_submit.png) center center no-repeat;
	background-size: 12px 12px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.side-cat {
	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;	
}

.side-cat::after {
	content: '';
	width: 100%;
	display: block;
}

.side-cat li {
	width: 100%;
	text-align: center;
	margin-bottom: 13px;
}	

.side-cat li a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 11px 0;
    font-size: 1.3rem;
    background-color: #a4a4a4;
}

.side-keyword {
	text-align: left;
	letter-spacing: -.5em;
}

.side-keyword li {
	letter-spacing: normal;
	display: inline-block;
	width: auto;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 5px;
}	

.side-keyword li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 5px;
    font-size: 1.3rem;
    background-color: #eeeeee;
}

.side-post-img {
	margin-bottom: 10px;
}

.side-post-img img {
	border: 1px solid #e5e5e5;
}

.side-post-date {
	font-size: 1.2rem;
	font-weight: bold;
	color: #0259ab;
	margin-bottom: 5px;
}

.side-post-content {
	font-size: 1.4rem;
	line-height: 1.7;
}

.no-result {
	font-size: 1.4rem;
}

@media print, screen and (min-width: 800px) {
	
	.side-ttl {
		padding: 7px 20px;
		margin-bottom: 15px;
	}

	.news-list li {
		
		display: flex;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;	
		
		border-bottom: 1px solid #e5e5e5;
		padding: 30px;
	}
	
	.news-img {
		width: 150px;
	}
	
	.news-info {
		width: 470px;
	}
	
	.news-date {
		width: 100%;
		font-size: 1.4rem;
		line-height: 23px;
		display: block;
		margin-bottom: 10px;
	}
	
	.news-cat {
		width: 136px;
		text-align: center;
		margin-left: 10px;
	}
	
	.news-cat a {
		color: #fff;
		width: 136px;
		display: block;
		padding: 0;
		font-size: 1.3rem;
	}
	
	.news-content {
		width: 470px;
		font-size: 1.5rem;
		margin-left: 0;
		margin-top: 0;
	}
	
	.news-content.icon-movie:before {
		content: '';
		width: 20px;
		height: 14px;
		background: url(../images/news/bg_movie.png) center center no-repeat;
		background-size: cover;
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}
	
	.news-content a {
		text-decoration: underline;
		color: #0c97df;
		line-height: 1.4;
	}
	
	.news-content a:hover {
		text-decoration: none;
	}
	
	.side-post li+li {
		margin-top: 10px;
	}
	
	.side-section+.side-section {
		margin-top: 30px;
	}
	
	.side-search+.side-section {
		margin-top: 20px;
	}
	
	.search-block {
		position: relative;
	}
	
	.input-search {
		width: 100%;
		height: 30px;
		padding: 0 25px 0 5px;
		box-sizing: border-box;
		font-size: 1.3rem;
		border: 1px solid #e5e5e5;
	}
	
	.btn-submit {
		width: 20px;
		height: 20px;
		background: url(../images/news/bg_submit.png) center center no-repeat;
		background-size: 20px 20px;
		position: absolute;
		right: 5px;
		top: 5px;
	}

	.side-cat {
		display: flex;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;	
	}
	
	.side-cat li {
		width: 100%;
		text-align: center;
		margin-bottom: 13px;
	}	
	
	.side-cat li a {
	    color: #fff;
	    width: 100%;
	    display: block;
	    padding: 11px 0;
	    font-size: 1.3rem;
	}
	
	.side-keyword {
		text-align: left;
		letter-spacing: -.5em;
	}
	
	.side-keyword li {
		letter-spacing: normal;
		display: inline-block;
		width: auto;
		text-align: center;
		margin-bottom: 10px;
		margin-right: 5px;
	}	
	
	.side-keyword li a {
	    width: 100%;
	    height: 100%;
	    display: block;
	    padding: 5px;
	    font-size: 1.3rem;
	    background-color: #eeeeee;
	}
	
	.side-post-img {
		margin-bottom: 10px;
	}

	.side-post-img img {
		border: 1px solid #e5e5e5;
	}
	
	.side-post-date {
		font-size: 1.2rem;
		font-weight: bold;
		color: #0259ab;
		margin-bottom: 5px;
	}
	
	.side-post-content {
		font-size: 1.3rem;
		line-height: 1.7;
	}

	.no-result {
		font-size: 1.5rem;
	}
}
















.content-ttl-inner {
	display: block;
	margin-bottom: 8px;
}	

.content-ttl-date {
	font-size: 1.2rem;
	font-weight: bold;
	margin-right: 10px;
	display: inline-block;
}

.content-ttl-cat {
	padding: 3px 5px;
	color: #fff;
	font-size: 1.2rem;
}



@media print, screen and (min-width: 800px) {
	.content-ttl-inner {
		display: block;
		margin-top: -5px;
		margin-bottom: 8px;
	}	
	
	.content-ttl-date {
		font-size: 1.4rem;
		font-weight: bold;
		margin-right: 10px;
		display: inline-block;
	}
	
	.content-ttl-cat {
		padding: 3px 5px;
		color: #fff;
		font-size: 1.2rem;
	}
}


.post {
	margin-bottom: 30px;
	font-size: 1.4rem;
	line-height: 1.7;
}

.post a {
	color: #21a8da;
	text-decoration: underline;
}


.post p {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 20px;
}

.post img {
	max-width: 100%;
	height: auto;
}

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

.post ul {
  display: block;
  list-style-type: disc;
  margin-left: 15px;
}

.post ul li {
  display: list-item;
}

.post ol {
  display: block;
  list-style-type: decimal;
  margin-left: 15px;
}

.post ol li {
  display: list-item;
}

.post img.alignleft {
  text-align: left;
}

.post img.aligncenter {
   display: block;
   margin: 1px auto;
}

.post img.alignright {
   display: block;
   margin: 1px 1px 1px auto;
}

/*
.post iframe {
    width: auto;
    height: auto;
    max-width: 100%;
}
*/

.movie_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.movie_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*
.post iframe {
    width: 100% !important;
    height: 100% !important;
}
*/

@media print, screen and (min-width: 800px) {
	
	.post {
		font-size: 1.6rem;
		line-height: 1.7;
		margin-bottom: 60px;
	}
	
	.post a:hover {
		text-decoration: none;
	}
	
	.post p {
		font-size: 1.6rem;
		line-height: 1.7;
		margin-bottom: 40px;
	}
	
	.post img {
		max-width: 100%;
		height: auto;
	}
	
	.post strong {
	  font-weight: bold;
	}
	
	.post em {
	  font-style: italic;
	}
	
	.post ul {
	  display: block;
	  list-style-type: disc;
	  margin-left: 20px;
	}
	
	.post ul li {
	  display: list-item;
	}
	
	.post ol {
	  display: block;
	  list-style-type: decimal;
	  margin-left: 20px;
	}
	
	.post ol li {
	  display: list-item;
	}
	
	.post img.alignleft {
	  text-align: left;
	}
	
	.post img.aligncenter {
	   display: block;
	   margin: 1px auto;
	}
	
	.post img.alignright {
	   display: block;
	   margin: 1px 1px 1px auto;
	}
	
	/*
	.post iframe {
		width: 640px;
		height: 360px;
		max-width: none;
	}
	*/
	
	/*
	.post iframe {
		width: auto !important;
		height: auto !important;
		max-width: 100%!important;
	}
	*/
	
	
	.movie_wrap {
	  position: relative;
	  width: 100%;
	  height: 0;
	  padding-bottom: 56.25%;
	  overflow: hidden;
	  margin-bottom: 50px;
	}
	
	.movie_wrap iframe {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	}
	
}

.breadNavi-wrapper {
	margin-bottom: 0;
}

.news-header {
	width: 100%;
	padding: 15px 3%;
	background-color: #d7d7d7;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.news-header-btn {
	text-align: center;
}
.news-header-btn li {
	display: block;
	width: 100%;
	height: 56px;
}

.news-header-btn li+li {
	margin-top: 15px;
}

.news-header-btn li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 56px;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 4px;
	position: relative;
}

.news-header-btn li a:after {
	position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.news-header-btn li.btn-news a {
	background-color: #004ea2;
}

.news-header-btn li.btn-office a {
	background-color: #00a0e9;
}

.news-header-btn li.btn-office a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 15px;
	margin-right: 10px;
	background: url(../images/news/bg_movie.png) center center no-repeat;
	background-size: cover;
	vertical-align: middle;
	margin-top: -2px;
}

.side-archive-block {
	
}

.side-archive-block+.side-archive-block {
	padding-top: 10px;
}

.side-archive-year {
	font-size: 1.4rem;
	text-decoration: underline;
	cursor: pointer;
}

.side-archive-month {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin: 10px 0 0 0;
}

.side-archive-month li {
  margin-left: 25px;
  margin-bottom: 0;
}

.side-archive-month li+li {
  margin-top: 5px;
}

.side-archive-month li a {
  font-size: 1.4rem;
  text-decoration: underline;
}

.side-archive-month.hide {
  margin: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.banner-youtube {
	margin-top: 15px;
}

.banner-youtube img {
	width: 100%;
	height: auto;
}

.movie_block {
	padding: 0 15px;
	overflow: hidden;
}

.movie_block+.movie_block {
	margin-top: 20px;
}

.movie_ttl {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;	
}

.movie-list {
	overflow: hidden;
}

.movie-list li {
	width: 100%;
}

.movie-list li+li {
	margin-top: 15px;
}

.movie-img {
	width: 100%;
	margin-bottom: 10px;
}

.movie-img img {
	width: 100%;
	height: auto;
}

.movie-date {
	font-size: 1.2rem;
	line-height: 12px;
}

.movie-content {
	font-size: 1.4rem;
    margin-top: 10px;
}

.movie-content:before {
	content: '';
    width: 10px;
    height: 7px;
    background: url(../images/news/bg_movie.png) center center no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.movie-content a {
	text-decoration: underline;
	color: #0c97df;
	line-height: 1.4;
}

.movie-content a:hover {
	text-decoration: none;
}

.btn-more-office {
    width: 190px;
    height: 36px;
    margin: 15px auto;
}

.btn-more-office a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
    background-color: #00a0e9;
}

.btn-more-office a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
	
@media print, screen and (min-width: 800px) {
	.news-header {
		width: 100%;
		padding: 25px 0;
		background-color: #d7d7d7;
		margin-bottom: 35px;
		box-sizing: border-box;
	}
	.news-header-btn {
		text-align: center;
		letter-spacing: -.5em;
	}
	.news-header-btn li {
		display: inline-block;
		width: 400px;
		height: 56px;
		margin: 0 10px;
		letter-spacing: normal;
	}
	.news-header-btn li+li {
		margin-top: 0;
	}
	.news-header-btn li a {
		display: block;
		width: 100%;
		height: 100%;
		line-height: 56px;
		text-align: center;
		color: #fff;
		font-size: 2.0rem;
		font-weight: bold;
		border-radius: 4px;
		position: relative;
	}
	
	.news-header-btn li a:after {
		position: absolute;
	    top: 50%;
	    right: 20px;
	    display: block;
	    width: 12px;
	    height: 12px;
	    margin-top: -6px;
	    content: '';
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    border-top: 2px solid #fff;
	    border-right: 2px solid #fff;
	}
	
	.news-header-btn li.btn-news a {
		background-color: #004ea2;
	}
	
	.news-header-btn li.btn-office a {
		background-color: #00a0e9;
	}
	
	.news-header-btn li.btn-office a:before {
		content: '';
		display: inline-block;
		width: 29px;
		height: 21px;
		margin-right: 10px;
		background: url(../images/news/bg_movie.png) center center no-repeat;
		background-size: cover;
		vertical-align: middle;
		margin-top: -3px;
	}
	
	.side-archive-block {
		
	}
	
	.side-archive-block+.side-archive-block {
		padding-top: 10px;
	}
	
	.side-archive-year {
		font-size: 1.4rem;
		text-decoration: underline;
		cursor: pointer;
	}
	
	.side-archive-month {
	  -webkit-transition: .3s ease;
	  transition: .3s ease;
	  margin: 10px 0 0 0;
	}
	
	.side-archive-month li {
	  margin-left: 25px;
	  margin-bottom: 0;
	}
	
	.side-archive-month li+li {
	  margin-top: 5px;
	}

	.side-archive-month li a {
	  font-size: 1.4rem;
	  text-decoration: underline;
	}
	
	.side-archive-month.hide {
	  margin: 0;
	  height: 0;
	  opacity: 0;
	  visibility: hidden;
	}

	.banner-youtube {
		margin-top: 15px;
	}
	
	.banner-youtube img {
		width: 100%;
		height: auto;
	}
	
	.movie_block {
		padding: 0 30px;
		overflow: hidden;
	}
	
	.movie_block+.movie_block {
		margin-top: 30px;
	}
	
	.movie_ttl {
		font-size: 2.0rem;
		font-weight: bold;
		margin-bottom: 15px;	
	}
	
	.movie-list {
		overflow: hidden;
	}
	
	.movie-list li {
		width: 200px;
		float: left;
	}
	
	.movie-list li+li {
		margin-top: 0;
		margin-left: 20px;
	}
	
	.movie-list li:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
	
	.movie-list li:nth-child(n+4) {
		margin-top: 30px;
	}
	
	.movie-img {
		margin-bottom: 15px;
	}
	
	.movie-img img {
		width: 100%;
		height: auto;
	}
	
	.movie-date {
		font-size: 1.4rem;
	}
	
	.movie-content {
		font-size: 1.5rem;
		margin-left: 0;
		margin-top: 10px;
	}
	
	.movie-content:before {
		content: '';
		width: 20px;
		height: 14px;
		background: url(../images/news/bg_movie.png) center center no-repeat;
		background-size: cover;
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}
	
	.movie-content a {
		text-decoration: underline;
		color: #0c97df;
		line-height: 1.4;
	}
	
	.movie-content a:hover {
		text-decoration: none;
	}
	
	.btn-more-office {
	    width: 190px;
	    height: 36px;
	    float: right;
	    margin: 25px 0 0 0;
	}
	
	.btn-more-office a {
	    display: block;
	    width: 100%;
	    height: 100%;
	    line-height: 36px;
	    text-align: center;
	    color: #fff;
	    font-size: 1.6rem;
	    font-weight: bold;
	    border-radius: 4px;
	    position: relative;
	    background-color: #00a0e9;
	}
	
	.btn-more-office a:after {
	    position: absolute;
	    top: 50%;
	    right: 10px;
	    display: block;
	    width: 8px;
	    height: 8px;
	    margin-top: -4px;
	    content: '';
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    border-top: 2px solid #fff;
	    border-right: 2px solid #fff;
	}

}
