@charset "utf-8";


/*==========================================
一覧、詳細
===========================================*/

.content.notice {
 background-color: #b2e2f1;
}
.notice_inner{
 max-width: 1220px;
 width: 100%;
 margin: 0 auto 55px;
 padding: 30px 2%;
position:relative;
 background-color: #fff;
}
@media screen and (max-width: 767px) {
.notice_inner{
 width: 90%;
}
}
.pan{
	background-color: #ccecf6;
}
.content.notice p,
.content.notice h2,
.content.notice p span{
 line-height: 1.5;
 letter-spacing: 0.01rem;
}
.notice_category{
 border-radius: 10px;
 max-width: 100px;
 min-width: 100px;
 width: 100%;
 text-align: center;
 font-size: 1.4rem;
 font-weight: 500;
 margin: 0 2.5% 0 0;
}
.content.notice .newarea{
	width:60px;
	margin: 0 2% 0 0;
}
.content.notice .new{
 display: inline-block;
 max-width: 60px;
 width: 100%;
 color: #ff0000;
 font-size: 1.4rem;
 text-align: center;
 margin: 0 2% 0 0;
}
@media screen and (min-width: 768px) {
.content.notice {
    padding: 0 25px;
}
}

@media screen and (max-width: 480px) {
.content.notice .new {
 max-width: 40px;
 font-size: 1.2rem;
}
}

/*==中ページ見出し==*/
.inner_header{
	width:50%;
	background-color: #009ed2;
	padding: 0 15% 30px;
	text-align: right;
	position:relative;
	height:66px;
}
.inner_header:after{
	content:'';
	width: 0;
  height: 0;
  top:0;
  right:-60px;
  position:absolute;
  border-top: 66px solid #009ed2;
  border-right: 60px solid transparent;
}
.inner_ttl{
	display:inline-block;
	width:250px;
	text-align:left;
}
.inner_header .en_ttl{
	font-family: 'Anton', sans-serif;
	font-size: 36px;
	color:#fff;
	display: inline-block;
	margin-right:20px;
	text-transform: uppercase;
}
.inner_header .ja_ttl{
	color:#fff;
	display: inline-block;
}
.headline_sup{
	font-size: 18px;
	font-weight: bold;
	margin:12px 0 12px 0;
	padding:0 15% 0;
	width:50%;
	text-align: right;
}
.headline_sup p{
		display:inline-block;
	width:250px;
	text-align:left;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.inner_header{
		text-align: left;
		padding-left:10px;
	}
.headline_sup{
	padding:0 0 0 10px;
	text-align:left;
}
}

/*==========================================
一覧
===========================================*/

/*=====ナビゲーション==========================*/

.notice_cat_nav{
	display: flex;
	max-width: 900px;
	margin:30px auto 70px;
	justify-content: space-between;
	width:90%;
}
.notice_cat_nav p{
	font-weight: bold;
	margin-right:15px;
	display: flex;
	align-items: center;
}
.notice_cat_nav_inner{
	display: flex;
	justify-content: space-between;
	flex-basis:675px;
}
.notice_cat_nav_inner li{
	width:25%;
}
.notice_cat_nav_inner li a{
	display: block;
	transform: skewX(-20deg);
	max-width: 100%;
	padding:8px 0;
	text-align: center;
	transition:.5s all;
	border:1px solid #4d4d4d;
	color:#4d4d4d;
	margin-right:20px;
	background-color: #fff;
}

@media all and (-ms-high-contrast:none){
.notice_cat_nav_inner li a{
	padding:10px 0 5px;
}
}

.notice_cat_nav_inner li a:hover{
	background-color: #4d4d4d;
	color:#fff;
}
.notice_cat_nav_inner li a span{
	display: flex;
	transform:skewX(20deg);
	align-items: center;
	justify-content: center;
}

.notice_cat_nav_inner li .info{
	color:#009ed2;
	border:1px solid #009ed2;
}
.notice_cat_nav_inner li .info:hover{
	color:#fff;
	background-color: #009ed2;
	border:1px solid #009ed2;
}
.notice_cat_nav_inner li .bukken{
	color:#171c61;
	border:1px solid #171c61;
}
.notice_cat_nav_inner li .bukken:hover{
	color:#fff;
	background-color: #171c61;
	}
.notice_cat_nav_inner li .other{
	color:#12a095;
	border:1px solid #12a095;
}
.notice_cat_nav_inner li .other:hover{
	color:#fff;
	background-color: #12a095;
}
@media screen and (max-width: 767px) {
	.notice_cat_nav{
	display: block;
	width: 100%;
	margin:30px auto 50px;
}
.notice_cat_nav p{
	font-weight: bold;
	margin-right:0;
	margin-bottom: 20px;
	text-align: center;
}
.notice_cat_nav_inner{
	display: flex;
	justify-content: space-between;
	width:96%;
	margin:auto;
	flex-wrap:wrap;
}
.notice_cat_nav_inner li{
	width:48%;
	margin-bottom: 10px;
}
.notice_cat_nav_inner li a{
	display: block;
	transform: skewX(-20deg);
	width: 100%;
	padding:5px 0;
	text-align: center;
	transition:.5s all;
	border:1px solid #4d4d4d;
	color:#4d4d4d;
	margin-right:20px;
}
}
@media screen and (min-width:768px) and ( max-width:1107px) {
	.notice_cat_nav{
	width:80%;
}
.notice_cat_nav_inner{
	flex-basis:710px;
}
.notice_cat_nav_inner li a{
	margin-right:10px;
}
.notice_cat_nav p{
	margin-right:0;
}
}
/*=====サイド、お問い合わせ==========================*/
.side_req{
    position:fixed;
    right:0;
}
.side_req p{

}
.side_req p,
.side_req_detail p{
	  writing-mode: vertical-rl;
	  -ms-writing-mode: tb-rl;
	  margin:0 0 0 auto;
}
@media all and (-ms-high-contrast:none){
  .side_req p,
.side_req_detail p{
  height:206px;
}
}
.side_req p a,
.side_req_detail p a{
	display: block;
	background-color: #000;
	padding:20px 15px;
	color:#fff;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border:1px solid #000;
	transition:.5s all;
}
.side_req p a:hover,
.side_req_detail p a:hover{
	background-color: 	#fff;
	color:#000;
}
@media screen and (max-width: 767px) {
	.side_req_detail,
	.side_req{
		display: none;
		;
	}
}
/*=====一覧中==========================*/
.notice_block .notice_post{
 max-width: 1000px;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 align-items: center;
 justify-content: flex-start; 
 padding: 0 60px 25px;
 border-bottom: 1px solid #ccc;
 margin:0 auto 25px;
}
.notice_block .notice_post:not(:last-child){
 margin: 0 auto 25px;
}
.notice_block .notice_post .notice_category{
 background: #fff;
 border: 1px solid #ccc;
 padding:3px;
}
@media all and (-ms-high-contrast:none){
	.notice_block .notice_post .notice_category{
 background: #fff;
 border: 1px solid #ccc;
 padding:5px 3px 0px;
}
}
.notice_block .notice_post .notice_category.info{
	border:1px solid #009ed2;
	color:#009ed2;
}
.notice_block .notice_post .notice_category.bukken{
	border:1px solid #171c61;
	color:#171c61;
}
.notice_block .notice_post .notice_category.other{
	border:1px solid #12a095;
	color:#12a095;
}

.notice_block .notice_post .notice_day{
 font-size: 1.4rem;
 margin: 0 1% 0 0;
 max-width: 110px;
 min-width: 110px;
 width: 100%;
}
.notice_txt{
 overflow: hidden; 
 height: 56px;
 width: 75%;
 display: flex;
 align-items: center;
}
.notice_txt02{
 overflow: hidden; 
 height: 30px;
 width: 75%;
 display: flex;
 align-items: center;
}
.notice_txt .new{
 margin: 0 2% 0 0;
}
.newarea_a{
  width: 100%;
  display: flex;
   align-items: center;
  -webkit-transition: .0s;
transition: .0s;
}
.newarea_a:link{
  -webkit-transition: .0s;
transition: .0s;
}
.newarea_a .notice_txt02{
 font-size: 1.6rem;
 color: #000;
 transition: .3s;
  width: 100%;
}

@media screen and (min-width: 768px) {
.newarea_a:hover{
 opacity: 0.5;
}	
  .newarea_a:hover .notice_txt02{
 opacity: 0.3;
}

}
/*.notice_block .notice_post .notice_txt a{
 font-size: 1.6rem;
 color: #000;
 transition: .3s;
}
@media screen and (min-width: 768px) {
.notice_block .notice_post .notice_txt a:hover{
 opacity: 0.5;
}	

}*/
@media screen and (min-width: 0px) and (max-width:767px) {
.notice_block .notice_post{
 flex-wrap: wrap; 
 padding:0 20px 10px;
}
.notice_block .notice_post .notice_category{
}
.notice_block .notice_post .notice_day{
 max-width: 50%;
}
.notice_txt{ 
 height: 65px;
 width:100%;
 margin-top: 10px;
}
}
@media screen and (min-width: 0px) and (max-width:480px) {
.notice_block .notice_post .notice_day {
    max-width: 35%;
}
.notice_block .notice_post .notice_txt{
 height: 2em;
}
.notice_block .notice_post .notice_txt a{
 font-size: 1.4rem;	
}
.notice_block .notice_post .notice_txt::before{
 font-size: 1.4rem;
}
}


.list_more_btn{
 font-weight: bold;
 margin: 40px auto 0;
}

/*=====詳細==========================*/

.notice_block .detail_post{
	flex-wrap:wrap;
	padding:15px 0;
}
.detail_post .notice_txt{
	width:100%;
	margin-top: 45px;
	display: block;
	height:auto;
	font-size: 20px;
	font-weight: bold;
	line-height:1.6;
}
.detail_post .notice_category{
	margin-right:30px;
}
.notice_detail_edi{
	padding-bottom:50px;
	max-width:1000px;
	margin:20px auto;
}
.notice_detail_edi img{
}
.notice_detail_edi h3{
	font-size: 20px;
	font-weight: bold;
	margin:30px auto;
	line-height: 1.6;
}
.notice_detail_edi p{
	line-height:1.6;
}
.back_notice a{
display: block;
width: 310px;
background-color: #009ed2;
padding:15px 0;
text-align: center;
color:#fff;
border:1px solid #009ed2;
transition:.5s all;
margin:0 auto 30px;
}
.back_notice a:after{
	font-family: FontAwesome;
	content:'\f105';
	margin-left:20px;
}
.back_notice a:hover{
	background-color: #346190;
	border:1px solid  #346190;
}

@media screen and (max-width: 767px) {
.detail_inner{
	padding:30px 10%;
	width:96%;
}
}

/*画像サイズ修正*/
.blog_s_right_txt img{
	width:auto;
}
img.aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
img.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}