@charset "utf-8";
/*===========================================
info_nk01.css
netkeirin info

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

/* info共通 */
.Info_Box {
	width: 100%;
}
.Info_Box .Title_Third {
	margin: 20px 10px 10px;
}
.Info_Box p + .Title_Third {
	margin-top: 30px;
}
.Info_Box .Title_Third h2,
.Info_Box .Title_Third h3,
.Info_Box h2.Title_Third ,
.Info_Box h3.Title_Third {
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.75;
	color: #757575;
}

.Info_Box .Inner_Box {
}
.Info_Box .Inner_Box .Inner_Txt {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-bottom: 1.2em;
	padding: 0 10px;
}
/*
.Back_Link.InfoMenuArea{
	margin-top:30px;
}
.info_linkButton {
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}
.info_linkButton +.info_linkButton{
	margin-top:10px;
}
.info_linkButton a {
    position: relative;
    display: block;
    width: 295px;
    height: 30px;
    margin: auto;
    text-align: center;
    font-weight: bold;
    border-radius: 15px;
    border: 1px solid #DADADA;
    color: #555;
    font-size: 61.1111%;
}
.LinkBtn_03 a .Icon_Arrow {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 13px;
    width: 10px;
}
*/
@media screen and (min-width:768px){
	.Info_Box{
		border:none;
	}
	.Info_Box .Inner_Box{
		margin:0;
	}
	.Info_Box .Inner_Box p.Inner_Txt {
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.6em;
		padding: 0;
	}
	.Info_Box .Title_Third h2,
	.Info_Box .Title_Third h3,
	.Info_Box h2.Title_Third ,
	.Info_Box h3.Title_Third {
		font-size: 1rem;
		color: #444;
	}
	.Info_Box .Title_Third {
		margin: 20px 0 10px;
	}
}


/* ========================================== */
/* お知らせTOP、詳細 */
/* ========================================== */
.InfoContentsWrapper {
	width: 100%;
	font-family: "ヒラギノ角ゴ ProN W3", arial, "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", sans-serif;
}
#MainColumn {
	width: 100%;
	float: none;
}
#SideColumn {
	width: 100%;
	float: none;
	padding-top: 18px;
}
/*---- 重要なお知らせ ----*/
.Notice {
	padding: 26px 8px 0;
	margin-bottom: 0;
}
.Notice ul {
	position: relative;
	border-radius: 4px;
	padding: 10px 16px;
/*	padding: 10px 10px 10px 45px; */
	display: block;
	border: 2px solid #ccc;
	background-color: #fff;
}
.Notice ul li {
}
.Notice ul li + li {
	margin-top: 6px;
}
.Notice ul li a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}

.Notice ul li a em {
	color: #d04947;
	font-weight: bold;
}
.Notice ul li a:hover {
	color: #e36a5c;
	text-decoration: underline;
}
/*---- お知らせ一覧 ----*/
.InfoList {
	padding-top: 0;
}
.Contents_Header {
	margin: 25px 10px;
}
.Contents_Header .ContentsTitle {
	color: #777;
	font-size: 94%;
	font-weight: bold;
	line-height: 1.37;
}
.SideKeywordSearch > div:last-child {
	width: 39px;
}
.SideKeywordSearch input {
	position: relative;
	border: none;
	width: 100%;
	height: 37px;
	padding:0 8px;
	z-index: 10;
}
.SideKeywordSearch .Search_SubmitBtn {
	position: relative;
	width: 39px;
	height: 37px;
	background: transparent;
	cursor: pointer;
	overflow: hidden;
	border: none;
}
.SideKeywordSearch input:placeholder-shown,
.SideKeywordSearch input::placeholder {
	color: #c9c9c9;
	font-size: 88.89%;
	font-weight: bold;
}
.SideKeywordSearch .Search_SubmitBtn::before {
	position: absolute;
	display: block;
	content: '';
	width: 39px;
	height: 35px;
	background: #fff url(../../img/icon/icon_search01_new.png) no-repeat;
	background-position: center;
	background-size: 16px 16px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	left: 0;
	right: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
	border: none;
	outline: none;
	border-radius: 4px;
}
/* タブレット以下 */
@media only screen and (max-width: 1024px) {
	.SubTitle.SearchWordTitle {
		margin: 0 10px;
	}
	.InfoListBox ul {
		padding: 0 10px;
	}
	.InfoListBox ul li {
		margin-bottom: 13px;
	}
	.InfoListBox ul li a {
		display: block;
	}
	.InfoListBox ul li a .LinkBox_01 {
		position: relative;
		color: #444;
	}
	.InfoListBox ul li a .thumbnail {
		position: relative;
		float: left;
		width: 96px;
		height: 72px;
		margin-right: 9px;
		background-color: #eee;
		border-radius: 4px;
	}
	.InfoListBox ul li a .thumbnail img {
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: 100%;
		max-height: 100%;
		border-radius: 4px;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	@supports ((-o-object-fit: contain) or (object-fit: contain)) {
		.InfoListBox ul li a .thumbnail img {
			position: static;
			width: 100%;
			height: 100%;
			object-fit: contain;
			-webkit-transform: none;
			transform: none;
		}
	}
	.InfoListBox ul li a .LinkBox_01 .tag {
		display: flex;
		justify-content: space-between;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.InfoListBox ul li a .tag span:first-of-type {
		padding-left: 106px;
		color: #888;
		font-size: 61.11%;
	}
	.InfoListBox ul li a .tag span:nth-of-type(2) {
		color: #888;
		font-size: 61.11%;
		text-align: right;
	}
	.InfoListBox ul li a .LinkBox_01 p {
		display: -webkit-box;
		min-height: 2rem;
		color: #444;
		font-size: 89%;
		font-weight: bold;
		line-height: 1.38;
		word-wrap: break-word;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	/* ページャー */
	.CommonPager {
		position: relative;
		padding: 20px 10px 10px;
	}
	.CommonPager .PagerMain {
		display: table;
		margin: 0 auto;
		max-width: 300px;
		color: #666;
		font-size: 0.875rem;
	}
	.CommonPager .PagerMain li {
		position: relative;
		top: -6px;
		display: table-cell;
		padding: 0 2px;
		text-align: center;
		vertical-align: middle;
	}
	.CommonPager .PagerMain li a,
	.CommonPager .PagerMain li > span {
		display: block;
		min-width: 28px;
		height: 28px;
		padding: 7px 8px 5px;
		color: #666;
		text-align: center;
	}
	.CommonPager .PagerMain li:first-child,
	.CommonPager .PagerMain li:last-child {
		width: 38px;
	}
	.CommonPager .PagerMain li:first-child a,
	.CommonPager .PagerMain li:first-child > span,
	.CommonPager .PagerMain li:last-child a,
	.CommonPager .PagerMain li:last-child > span {
		position: relative;
		width: 100%;
		font-size: 0;
	}
	.CommonPager .PagerMain li:first-child a::before,
	.CommonPager .PagerMain li:first-child > span::before,
	.CommonPager .PagerMain li:last-child a::after,
	.CommonPager .PagerMain li:last-child > span::after {
		content: "";
		position: absolute;
		top: 50%;
		display: block;
		width: 6px;
		height: 6px;
		border: 0 solid #999;
		border-width: 2px 2px 0 0;
		z-index: 1;
	}
	.CommonPager .PagerMain li:first-child a::before,
	.CommonPager .PagerMain li:first-child > span::before {
		left: 10px;
		-webkit-transform: translateY(-50%) rotate(225deg);
		transform: translateY(-50%) rotate(225deg);
	}
	.CommonPager .PagerMain li:last-child a::after,
	.CommonPager .PagerMain li:last-child > span::after {
		right: 10px;
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	}
	.CommonPager .PagerMain li:first-child > span::before,
	.CommonPager .PagerMain li:last-child > span::after {
		border-color: #e0e0e0;
	}
	.CommonPager .PagerMain li a:not(.Active):hover,
	.CommonPager .PagerMain li .Active {
		font-weight: 700;
	}
	.CommonPager .counter {
		margin-top: 10px;
		color: #666;
		font-size: 0.875rem;
		text-align: center;
	}
	/* 次に表示するページが無い時用 */
	.CommonPager .PagerMain li span.PageNone {
		display: none;
	}

}
/* PC */
@media only screen and (min-width: 1025px) {
	.Notice {
		padding: 0 ;
	}
	/*---- お知らせ一覧 ----*/
	.InfoList {
	}
	.Contents_Header {
		border-bottom: 2px solid #edece6;
		position: relative;
	}
	.Contents_Header .ContentsTitle {
		display: inline-block;
		color: #444;
		font-size: 128.6%;
		font-weight: bold;
		padding: 0 30px 11px 0;
		position: relative;
	}
	.Contents_Header .ContentsTitle span {
		display: inline-block;
		margin-left: 7px;
		padding-left: 48px;
		position: relative;
	}
	.Contents_Header .ContentsTitle span:before {
		content: "";
		background: url("../../img/regist/icon_sprite_header_news.png") no-repeat;
		-webkit-background-size: 100px 80px;
		background-size: 100px 80px;
		background-position: -5px -2px;
		width: 40px;
		height: 40px;
		position: absolute;
		top: -16px;
		left: 0;
	}
	.Contents_Header .ContentsTitle.InfoListHead span:before {

	}
	.Contents_Header .ContentsTitle:after {
		content: "";
		display: inline-block;
		border-bottom: 2px solid #e36a5c;
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
	}
	.InfoListBox ul li {
		border-bottom: 1px dotted #edece6;
	}
	.InfoListBox ul li a {
		display: block;
		color: #444;
		padding: 16px 0 20px 0;
	}
	.InfoListBox ul li a .tag {
		display: table;
		margin-top: 10px;
		margin-bottom: 13px;
	}
	.InfoListBox ul li a .tag span {
		display: table-cell;
	}
	.InfoListBox ul li a .tag span:first-of-type {
		background-color: #edece6;
		color: #666;
		border-radius: 2px;
		font-size: 66.67%;
		font-weight: bold;
		padding: 6px 10px 4px 10px;
	}
	.InfoListBox ul li a .tag span:nth-of-type(2) {
		font-size: 72.23%;
		padding-left: 10px;
	}
	.InfoListBox ul li a:hover {
		text-decoration: none;
		background-color: #f9f9f9;
	}
	.InfoListBox ul li a p {
		font-size: 100%;
		font-weight: bold;
		line-height: 1.38;
	}
	.InfoListBox ul li a:hover p {
		color: #e36a5c;
		text-decoration: underline;
	}
	.InfoListBox ul li a .thumbnail {
		width: 140px;
		max-height: 105px;
		text-align: center;
		background-color: #f1f1f1;
		float: right;
		margin-left: 37px;
	}
	.InfoListBox ul li a .thumbnail img {
		display: block;
		margin: 0 auto;
		max-width: 140px;
		max-height: 105px;
	}

	/* ページャー */
	.CommonPager {
		margin-top: 30px;
		position: relative;
	}
	.CommonPager .PagerMain {
		text-align: center;
	}
	.CommonPager .PagerMain li:first-child {
		margin-right: 20px;
		position: absolute;
		left: 0;
	}
	.CommonPager .PagerMain li:last-child {
		margin-left: 20px;
		margin-right: 0;
		position: absolute;
		right: 0;
	}
	.CommonPager .PagerMain li:first-child a,
	.CommonPager .PagerMain li:last-child a {
		background: #f1f1f1;
		border-radius: 3px;
		border: none;
		border-bottom: 2px solid #dedede;
		width: 93px;
		height: 44px;
		position: relative;
		text-indent: -99999px;
		outline: none;
		overflow: hidden;
	}
	.CommonPager .PagerMain li:first-child a:hover,
	.CommonPager .PagerMain li:last-child a:hover {
		background: #dedede;
	}
	.CommonPager .PagerMain li:first-child a:hover:after,
	.CommonPager .PagerMain li:last-child a:hover:after {
		border-color: transparent #fff transparent;
	}
	.CommonPager .PagerMain li:first-child a:after,
	.CommonPager .PagerMain li:last-child a:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent #aaaaaa transparent;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -2px;
		margin-left: -3px;
	}
	.CommonPager .PagerMain li:first-child a:after {
		border-width: 4px 6px 4px 0;
	}
	.CommonPager .PagerMain li:last-child a:after {
		border-width: 4px 0 4px 6px;
	}
	.CommonPager .PagerMain li {
		display: inline-block;
		vertical-align: middle;
	}
	.CommonPager .PagerMain li + li {
		margin: 0 6px;
	}
	.CommonPager .PagerMain li a {
		display: block;
		background: #fff;
		border: 2px solid #dedede;
		color: #333;
		cursor: pointer;
		font-size: 14px;
		line-height: 42px;
		text-align: center;
		width: 44px;
		height: 44px;
	}
	.CommonPager .PagerMain li a:not(.Active):hover,
	.CommonPager .PagerMain li .Active {
		background: #c0c0c0;
		border: 2px solid #c0c0c0;
		color: #fff;
		text-decoration: none;
	}
	.CommonPager .counter {
		text-align: center;
		font-size: 14px;
		margin-top: 14px;
		letter-spacing: 1px;
	}
	.CommonPager .counter span {
		color: #aaa;
	}
	/* 次に表示するページが無い時用 */
	.CommonPager .PagerMain li span.PageNone {
		display: none;
	}
}

/*----  サイドカラム ----*/
/* 広告バナー */
.Side_BnrBox01.Ad_Bnr01 {
	text-align: center;
	margin-bottom: 18px;
}
/* サイドコンテンツタイトル */
.SideSearchBox {
	padding: 0 10px;
}
.SideContents_Header {
	margin: 40px 10px 21px;
}
.SideContentsListTitle {
	margin-bottom: 10px;
	color: #888;
	font-size: 72.22%;
	font-weight: bold;
}
.SideSearchBox .SideCategoryNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	-webkit-box-pack: justify;
		 -ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}
.SideSearchBox .SideCategoryNav::after {
	content: none;
}
.SideSearchBox .SideCategoryNav li {
	margin-bottom: 10px;
	width: 48%;
	-ms-flex-preferred-size: calc((100% - 15) / 2);
	flex-basis: calc((100% - 15) / 2);
}
.SideSearchBox .SideCategoryNav li a {
	display: block;
	padding: 0 14px;
	color: #888;
	font-size: 72%;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	white-space: nowrap;
	background-color: #e7e7e7;
	border-radius: 1em;
}
.SideSearchBox .SideKeywordSearch {
	border: 1px solid #cacaca;
	border-radius: 4px;
	font-size: 83.34%;
}
.SideSearchBox .SideKeywordSearch:focus-within {
	-webkit-box-shadow: 0 0 5px 0 rgba(202, 202, 202, .8);
	box-shadow: 0 0 5px 0 rgba(202, 202, 202, .8);
}
.SideSearchBox .SideKeywordSearch div {
	width: 100%;
	vertical-align: middle;
}
.SideSearchBox .SideKeywordSearch .Submit_Btn_Box {
	width: 30px;
	min-width: 30px;
}
.SideSearchBox .Search_SubmitBtn {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	appearance: none;
	background: transparent;
}
.SideSearchBox .Search_InputBox button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	line-height: inherit;
	color: rgb(51,51,51);
	font-weight: normal;
	font-size: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.SideKeywordSearch .Submit_Btn_Box .IconInput01 {
	width: 20px;
	height: 20px;
}
.SideKeywordSearch .Submit_Btn_Box .IconInput01 .st0 {
	fill: none;
	stroke: #666;
	stroke-width: 3;
	stroke-miterlimit: 10;
}
.SideKeywordSearch .Submit_Btn_Box .IconInput01 .st1 {
	fill: #666;
}
.Search_InputBox {
	border: none;
	border-radius: 3px 0 0 3px;
/*	box-shadow: inset 1px 1px 2px rgba(240, 240, 240, 1); */
	outline: none;
	padding: 0 18px 0 18px;
	height: 40px;
	line-height: 40px;
	width: 100%;
}
.SideKeywordSearch {
	display: table;
	background: #fff;
	border: 1px solid #e5e4de;
	border-radius: 3px;
	width: 100%;
}
.SideKeywordSearch div {
	display: table-cell;
	vertical-align: top;
}
@media only screen and (min-width: 786px) {
	.SideContents_Header {
		margin: 0 10px 21px;
	}
}
/* ご意見・ご要望 */
/* タブレット以下 */
@media only screen and (max-width: 1024px) {
	body.Netkeirin_Info .OpinionBox{
		display: block;
	}
	body.Netkeirin_Info section.OpinionBox h2 {
		color: #333;
		font-size: 94%;
		font-weight: bold;
		line-height: 1.37;
	}
	body.Netkeirin_Info section.OpinionBox .OpinionBoxWrap {
		padding: 0 10px;
		border: none;
	}
	body.Netkeirin_Info section.OpinionBox .OpinionBoxWrap textarea {
		padding: 10px;
		width: 100%;
		height: 8em;
		font-size: 14px;
		line-height: 1.4;
		background: #fff;
		border: 1px solid #e0e0e0;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.196);
		box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.196);
		text-shadow: 0 1px 0 #fff;
	}
	body.Netkeirin_Info section.OpinionBox a.SideOpinionBtn {
		display: block;
		width: 100%;
		margin: 15px 0;
		padding: 15px;
		color: #fff;
		font-size: 0.9375rem;
		font-weight: 700;
		text-align: center;
		background-color: #e03d3d;
		border-radius: 7px;
		border: none;
	}
}

/*----  お知らせ詳細 ----*/
.InfoArticle_Header {
	padding: 18px 18px 23px;
	position: relative;
}
.InfoArticle_Header .ArticleTitle {
	color: #333;
	font-size: 111%;
	line-height: 1.35;
	margin-bottom: 0;
}
.ArticleInfoData p {
	color: #666;
	font-size: 61.11%;
	margin-top: 8px;
	white-space: nowrap;
	text-align: right;
	position: relative;
	padding-right: 0px;
	font-weight: normal;
}
.InfoArticle_Body {
	line-height: 1.75;
	word-wrap: break-word;
	white-space: normal;
	padding: 0 18px;
	margin-bottom: 63px;
	font-size:16px;
}
.InfoArticle_Body strong font {
	color: rgb(224, 61, 61);
}
/* PC */
@media only screen and (min-width: 1025px) {
	.InfoArticle_Body > a {
		color: #235899;
	}
	/* 記事イメージ */
	.InfoArticle_Body .ArticleImage {
		float: right;
		margin: 0 0 10px 20px;
		width: 250px;
		display: inline-block;
		border: 1px solid #e0e0e0;
		border-radius: 2px;
		padding: 4px;
	}
	.InfoArticle_Body .ArticleImage:hover {
		background: #f9f9f9;
		text-decoration: none;
	}
	.InfoArticle_Body .ArticleImage .ImageBox {
		background: #f1f1f1;
		/* width: 240px; */
	}
	.InfoArticle_Body .ArticleImage img {
		display: block;
		margin: 0 auto;
		max-width: 240px;
		max-height: 186px;
		/* width: 100%; */
		height: 100%;
	}
	.InfoArticle_Body .ArticleImage .Caption {
		color: #666;
		font-size: 85.7%;
		line-height: 1.3;
		padding: 6px 40px 2px 5px;
		position: relative;
		min-height: 34px;
	}
	.InfoArticle_Body .ArticleImage .Caption svg {
		position: absolute;
		top: 50%;
		right: 9px;
		width: 22px;
		height: 22px;
		fill: #a4a4a4;
		transform: translate(0, -50%);
	}
	.InfoArticle_Body .ArticleImage .Caption svg line {
		stroke:#a4a4a4;
		stroke-width: 12px;
		stroke-linecap: round;
	}

	.InfoArticle_Body .ArticleImage a:hover .Caption {
		color: #e36a5c;
	}
	.InfoArticle_Body .ArticleImage .Caption:after {
		content: '';
		display: inline-block;
		background: url("../img/icon/icon_zoom.png") no-repeat;
		-webkit-background-size: 22px 22px;
		-moz-background-size: 22px 22px;
		-ms-background-size: 22px 22px;
		-o-background-size: 22px 22px;
		background-size: 22px 22px;
		width: 22px;
		height: 22px;
		position: absolute;
		top: 8px;
		right: 10px;
	}

	/* 記事サブタイトル */
	.InfoArticle_Body .ArticleSubTitle_H2 {
		border-bottom: 2px solid #edece6;
		margin-bottom: 22px;
	}
	.InfoArticle_Body .ArticleSubTitle_H2 h2 {
		display: inline-block;
		font-size: 125%;
		line-height: 1.4;
		color: #333;
		font-weight: bold;
		padding: 0 16px 15px 14px;
		position: relative;
	}
	.InfoArticle_Body .ArticleSubTitle_H2 h2:after {
		content: '';
		display: inline-block;
		border-bottom: 2px solid #4972c4;
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
	}
	.InfoArticle_Body .ArticleSubTitle_H3 h3 {
		font-size: 100%;
		line-height: 1.4;
		font-weight: bold;
		color: #333;
		margin-bottom: 18px;
	}

	/* 写真中央 */
	.InfoArticle_Body .PhotoBlock_Center {
		max-width: 588px;
		margin: 0 auto;
	}
	.InfoArticle_Body .PhotoBlock_Center img {
		width: 100%;
		border: 1px solid #e0e0e0;
	}
	.InfoArticle_Body .PhotoBlock_Center .Caption {
		font-size: 87.5%;
		line-height: 1.4;
		margin: 5px 0 0;
		color: #666;
	}

	/* 動画 */
	.InfoArticle_Body .MovieBlock {
		max-width: 586px;
		position: relative;
		padding-top: 56.25%;
		margin: 0 auto;
	}
	.InfoArticle_Body .MovieBlock iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}

	/* 写真左寄せ・写真右寄せ */
	.InfoArticle_Body .PhotoBlock_Left_Box,
	.InfoArticle_Body .PhotoBlock_Right_Box {
		font-size: 100%;
	line-height: 1.8;
	}
	.InfoArticle_Body .PhotoBlock_Left {
		float: left;
		max-width: 240px;
		margin: 0 20px 10px 0;
	}
	.InfoArticle_Body .PhotoBlock_Right {
		float: right;
		max-width: 240px;
		margin: 0 0 10px 20px;
	}
	.InfoArticle_Body .PhotoBlock_Left img,
	.InfoArticle_Body .PhotoBlock_Right img {
		width: 100%;
		border: 1px solid #e0e0e0;
	}

	/* リンク3種類 */
	.InfoArticle_Body .LinkType_01,
	.InfoArticle_Body .LinkType_02,
	.InfoArticle_Body .LinkType_03 {
		text-align: center;
	}
	.InfoArticle_Body .LinkType_01 a {
		display: inline-block;
		margin: 0 auto;
		padding: 17px 60px 14px 60px;
		color: #fff;
		font-size: 87.5%;
		font-weight: bold;
		text-align: center;
		border-radius: 4px;
		/* background-color: #67b463; */
		/* box-shadow: 0px 2px 0px rgba(88,157,84,1); */
		background: rgb(224, 61, 61);
		line-height: 1.3;
	}
	.InfoArticle_Body .LinkType_02 a {
		display: inline-block;
		margin: 0 auto;
		padding: 17px 60px 14px 60px;
		color: #235899;
		font-size: 87.5%;
		font-weight: bold;
		text-align: center;
		border: 1px solid #d9d9d9;
		border-radius: 4px;
		background-color: #fff;
		box-shadow: 0px 2px 0px rgba(217,217,217,1);
		line-height: 1.3;
	}
	.InfoArticle_Body .LinkType_02 a:hover {
		background: #f9f9f9;
	color: #e36a5c;
	}
	.InfoArticle_Body .LinkType_03 a {
		color: #235899;
		font-size: 87.5%;
		font-weight: bold;
		text-decoration: underline;
		line-height: 1.3;
	}
	.InfoArticle_Body .LinkType_03 a:hover {
		color: #e36a5c;
	}
	/* SNS */
	.InfoArticle_Share {
		margin-top: 40px;
		margin-bottom: 20px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-items: center;
		align-items: center;
	}
	.SnsBtnGroup ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.SnsBtnGroup ul li {
		width: 43px;
		margin-left: 12px;
	}
	.SnsBtnGroup ul li a {
		display: block;
		background: #d9dfe4;
		border-radius: 2px;
		font-size: 78.5%;
		position: relative;
		width: 43px;
		height: 26px;
		text-align: center;
	}
	.SnsBtnGroup ul .fb a {
		background: #3b5998 url("../../img/icon/icon_fb02.png") no-repeat;
		-webkit-background-size: 8px 14px;
		-moz-background-size: 8px 14px;
		-ms-background-size: 8px 14px;
		background-size: 8px 14px;
		background-position: center center;
	}
	.SnsBtnGroup ul .tw a {
		background: #000 url("../../img/icon/icon_x02.png") no-repeat;
		-webkit-background-size: 15px 16px;
		-moz-background-size: 15px 16px;
		-ms-background-size: 15px 16px;
		background-size: 15px 16px;
		background-position: center center;
	}
	.SnsBtnGroup ul .line {
		display: none;
	}
	.SnsBtnGroup ul .line a {
		background: #00b900 url("../img/icon/icon_line02.png") no-repeat;
		-webkit-background-size: 16px 15px;
		-moz-background-size: 16px 15px;
		-ms-background-size: 6px 15px;
		background-size: 16px 15px;
		background-position: center center;
	}
	.SnsBtnGroup ul li a:before {
		content: '';
		display: inline-block;
		width: 26px;
		height: 26px;
	}
	.SnsBtnGroup ul li a span {
		display: block;
		position: relative;
		text-indent: -9999px;
	}
	.SnsBtnGroup ul .fb a:hover {
		background-color: #35518b;
		text-decoration: none;
	}
	.SnsBtnGroup ul .tw a:hover {
		background-color: rgba(0,0,0,0.8);
		text-decoration: none;
	}
	.SnsBtnGroup ul .line a:hover {
		background-color: #04b004;
		text-decoration: none;
	}
}

/* タブレット以下 */
@media only screen and (max-width: 1024px) {
	.InfoArticle_Body > a {
		color: #03a;
	}

	/* 記事イメージ */
	.InfoArticle_Body .ArticleImage {
		display: block;
		margin-bottom: 24px;
		height: calc(100vw * 0.75);
		padding-top: 0;
		position: relative;
		margin: 0 -18px;
		background-color: #ddd;
		margin-bottom: 48px;
	}
	.InfoArticle_Body .ArticleImage .ImageBox {
		background: #f1f1f1;
		height: 100%;
	}
	.InfoArticle_Body .ArticleImage img {
		position: static;
		top: 50%;
		left: 50%;
		max-width: 100%;
		max-height: 100%;
		vertical-align: top;
		width: 100%;
		height: 100%;
		object-fit: contain;
		-webkit-transform: none;
		transform: none;
	}
	.InfoArticle_Body .ArticleImage .Caption{
		padding:0 18px;
		padding-top:13px;
	}
	.InfoArticle_Body .ArticleImage .Caption svg{
		display: none;
	}
	@supports ((-o-object-fit: contain) or (object-fit: contain)) {
		.InfoArticle_Body .ArticleImage {
			/* height: calc(100vw * 0.75); */
			height: calc(100vw * 0.6);
			padding-top: 0;
		}
		.InfoArticle_Body .ArticleImage img {
			position: static;
			width: 100%;
			height: 100%;
			object-fit: contain;
			-webkit-transform: none;
			transform: none;
		}
	}
	.InfoArticle_Body .ArticleImage .Caption:not(:empty) {
		padding-top: 13px;
		color: #777;
		font-size: 0.8125rem;
		line-height: 1.31;
		text-align: left;
	}

	/* 記事サブタイトル */
	.InfoArticle_Body .ArticleSubTitle_H2 h2 {
		margin: 22px 0 6px;
		padding-left: 22px;
		font-size: 106%;
		font-weight: bold;
		line-height: 1.37;
		border-left: 4px solid #999;
	}
	.InfoArticle_Body .ArticleSubTitle_H3 h3 {
		margin-bottom: 13px;
		color: #333;
		font-size: 100%;
		font-weight: bold;
		line-height: 1.4;
	}

	/* 写真中央 */
	.InfoArticle_Body .PhotoBlock_Center {
		max-width: 588px;
		margin: 0 auto;
	}
	.InfoArticle_Body .PhotoBlock_Center a {
		display: block;
	}
	.InfoArticle_Body .PhotoBlock_Center img {
		width: 100%;
		border: 1px solid #e7e7e7;
	}
	.InfoArticle_Body .PhotoBlock_Center .Caption:not(:empty) {
		padding-top: 13px;
		color: #777;
		font-size: 0.8125rem;
		line-height: 1.31;
	}

	/* 動画 */
	.InfoArticle_Body .MovieBlock {
		max-width: 586px;
		position: relative;
		padding-top: 56.25%;
		margin: 0 auto;
	}
	.InfoArticle_Body .MovieBlock iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}

	/* 写真左寄せ・写真右寄せ */
	.InfoArticle_Body .PhotoBlock_Left_Box,
	.InfoArticle_Body .PhotoBlock_Right_Box {
		font-size: 100%;
		line-height: 1.68;
	}
	.InfoArticle_Body .PhotoBlock_Left {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.InfoArticle_Body .PhotoBlock_Right {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.InfoArticle_Body .PhotoBlock_Left img,
	.InfoArticle_Body .PhotoBlock_Right img {
		width: 100%;
		border: 1px solid #e0e0e0;
	}

	/* リンク3種類 */
	.InfoArticle_Body .LinkType_01,
	.InfoArticle_Body .LinkType_02,
	.InfoArticle_Body .LinkType_03 {
		text-align: center;
	}
	.InfoArticle_Body .LinkType_01 a {
		display: block;
		width: 100%;
		padding: 15px;
		color: #fff;
		font-size: 0.9375rem;
		font-weight: 700;
		line-height: 1.3;
		text-align: center;
		/* background-color: #0033aa; */
		background: rgb(224, 61, 61);
		border-radius: 7px;
	}
	.InfoArticle_Body .LinkType_02 a {
		display: block;
		width: 100%;
		padding: 15px;
		color: #0033aa;
		font-size: 0.9375rem;
		font-weight: 700;
		line-height: 1.3;
		text-align: center;
		background-color: #fff;
		border: 1px solid currentColor;
		border-radius: 7px;
	}
	.InfoArticle_Body .LinkType_03 a {
		display: block;
		color: #0033aa;
		font-size: 100%;
		font-weight: bold;
		text-decoration: underline !important;
		line-height: 1.3;
	}

	/* SNS */
	.InfoArticle_Share {
		display: none;
	}
}
/* お知らせ一覧もっと見るボタン */
.ArticleInfoList .MoreBtn svg{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 13px;
	width: 10px;
}
.ArticleInfoList .MoreBtn {
	margin: 20px 0 10px;
}
.ArticleInfoList .MoreBtn a {
	position: relative;
	display: block;
	width: 79%;
	min-width: 142px;
	margin: 0 auto;
	color: #666;
	font-size: 61%;
	font-weight: bold;
	text-align: center;
	line-height: 2.55;
	border: 1px solid #e0e0e0;
	border-radius: 1.27em;
	padding: 0;
}
/* タブレット以下 */
@media only screen and (max-width: 1024px) {
}

/* お知らせ詳細(画像) */
.InfoArticle_Body.info_detail{
	margin-bottom:24px;
}
.InfoArticle_Body .InfoPhotoBox {
	width: 628px;
	overflow: hidden;
	margin-top: 24px;
	margin-bottom: 24px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.InfoArticle_Header.info_detail{
	padding-top:0;
}
.InfoArticle_Header.info_detail .ArticleTitle {
	color: #444;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
}
.InfoArticle_Header.info_detail .PhotoCaption{
	font-size: 1rem;
	line-height: 1.8;
}
/* タブレット以下 */
@media only screen and (max-width: 1024px) {
	.InfoArticle_Body .InfoPhotoBox {
		width: 100vw;
		position: relative;
		padding-top:22px;
		margin: 0 -18px;
	}
	.InfoArticle_Header.info_detail{
		padding-bottom:10px;
	}
}
	/* ご意見・ご要望 */
	section.OpinionBox h2 {
		color: #333;
		font-size: 94%;
		font-weight: bold;
		line-height: 1.37;
	}
	section.OpinionBox a.SideOpinionBtn {
		display: block;
		width: 100%;
		margin: 15px 0;
		padding: 15px;
		color: #fff;
		font-size: 0.9375rem;
		font-weight: 700;
		text-align: center;
		background-color: #0033aa;
		border-radius: 7px;
	}