@charset "shift_jis";

/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/

h2.cms_h2 {
	margin: 10px auto 20px auto;
	position: relative;
	padding-bottom: 0.7em;
	border-bottom: 4px solid #DDD;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
}

h2.cms_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 4px #042455;
	bottom: -4px;
	width: 13%;
	display: block;
	left: 0px;
}

.maincontents {
	width: 1000px !important;
	float: unset !important;
	margin: 0 auto !important;
}

.side {
	width: 200px;
	float: left;
}

.cms_back {
	text-align: left;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
}

.cms_back a {
	color: #004CD3;
	line-height: 18px;
}

.cms_back a:hover {
	text-decoration: none;
	color: #999999;
}

.iframe_pc {
	width: 780px;
	height: 300px;
	border: none;
}

/*グループ*/

.grouppaging li {
	padding-bottom: 0px !important;
}

.grouppaging li:nth-child(1) {
	padding-top: 15px !important;
}

/*ページャー*/

.page_next {
	margin: 0 auto;
	margin-top: 50px;
	background-color: #f5f5f5;
}

.page_next ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 92px;
}

.page_next li {
	flex-basis: 45%;
	align-self: center;
	font-size: 13px;
	line-height: 22px;
	position: relative;
}

.page_next li:nth-child(1) a {
	padding: 35px 15px 35px 55px;
}

.page_next li:nth-child(1) a::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;
}

.page_next li:nth-child(2) {
	flex-basis: 80px;
	height: 40px;
	border: 1px solid #999999;
	border-radius: 3px;
	background-color: #ffffff;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
}

.page_next li:nth-child(2) a {
	display: block;
	color: #111111;
	text-decoration: none;
}

.page_next li:nth-child(3) a {
	padding: 35px 55px 35px 15px;
	text-align: right;
}

.page_next li:nth-child(3) a::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;
}

.page_next li a {
	display: block;
	color: #0086d1;
}

.page_next li:hover a {
	text-decoration: none;
	color: #999;
}

/*--info--*/
.info_ma {
	text-align: left;
	width: 100% !important;
}

.cms_li_box ul:first-child li {
	height: 100px;
}

.cms_li_box ul:nth-child(2) li a {
	align-items: center;
	justify-content: center;
	padding: 0px !important;
}

.cms_li_box ul li {
	overflow: hidden;
}

/*--/info--*/

/*-----------------------------------------------
	.info_ma　/info/ インフォメーション
-----------------------------------------------*/
.info_ma {
	overflow: hidden;
	clear: both;
	font-size: medium;
	width: 780px;
	margin: 30px auto 0;
}

.info_ma ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.info_ma_list li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
	position: relative;
}

.info_ma_list li:nth-child(even) {
	margin-left: 1%;
	margin-bottom: 20px;
}

.info_ma h2 a {
	float: left;
}

.info_ma h2 span {
	display: block;
	font-size: 13px;
}

.info_ma h2 p {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	line-height: 42px;
	float: right;
}

.info_ma_list h3 {
	width: 100% !important;
	height: 45px !important;
	color: #FFF !important;
	margin: 0px !important;
	padding: 0px !important;
	position: absolute !important;
	background-color: rgba(0, 0, 0, 0.8) !important;
	display: block !important;
	bottom: 0px !important;
	z-index: 1 !important;
}

.info_ma_list h3 a {
	color: #FFF !important;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	margin: 0px;
	padding: 5px 5px 0px 5px;
	display: block;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
}

.info_ma_list h3 a:hover {
	text-decoration: underline;
}

.info_ma_list h3 span {
	font-size: 12px !important;
	font-weight: normal !important;
	margin-top: 24px !important;
	margin-left: 5px !important;
	display: block !important;
	color: #fff !important;
	float: none !important;
}

.info_ma p {
	font-size: medium;
	line-height: 27px;
}

.info_ma p a {
	color: #006dd9;
	text-decoration: underline;
}

.info_ma p img {
	vertical-align: top !important;
	height: auto !important;
}

.info_ma_pager {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.info_ma_pager ul {}

.info_ma_pager li {
	float: left;
}

.info_ma_pager li a {
	color: #333;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background: #FFF;
	display: block;
	font-weight: bold;
}

.info_ma_pager li a:hover {
	background: #DDD;
}

.info_ma_right {
	width: 200px;
	margin: 0px 0px 0px 20px;
	padding: 0;
	float: right;
}

.info_ma_right iframe {
	border: none;
	width: 200px;
	vertical-align: bottom;
	margin-bottom: -20px;
}

.info_ma h2 {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 20px 0;
	padding: 10px 15px;
	height: auto;
	overflow: hidden;
	border-bottom: solid 2px #DDD;
}

.info_ma h2 p {
	line-height: 30px;
}

.info_ma_list {
	padding: 0px !important;
	overflow: hidden;
}

.info_ma_list div {
	float: none !important;
}

.info_ma_list div:nth-child(1) {
	height: 250px;
	overflow: hidden;
	background: url("/img_cms/no-image.gif") no-repeat;
	background-size: cover;
}

.info_ma_list a {
	display: block;
}

.info_ma_list li:hover img {
	transform: scale(1.1);
}

.info_ma_list a img {
	min-width: 100%;
	height: 250px;
	object-fit: cover;
	font-family: 'object-fit: cover';
	transition: 0.3s;
}

.info_ma_list p {
	margin: 10px 0px 0px 0px;
	padding: 0;
	line-height: 24px;
}

.blog_header_title {
	display: block;
	font-weight: bold;
	line-height: 16px;
	border-bottom: 1px dashed #CCC;
	color: #333;
	padding-bottom: 10px;
	text-align: center;
	letter-spacing: 1px;
}

.cms_blogparts {
	text-align: center;
}

.cms_blogparts .blog_header {
	height: 40px;
	padding-top: 0;
}

ul.body_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.body_list li {
	position: relative;
	background: #EEE;
	margin-bottom: 5px;
	line-height: 24px;
	padding: 0;
	border-bottom: none;
	border-left: none;
}

ul.body_list li.list_nolink {
	padding: 1px 5px;
}

ul.body_list li a {
	display: block !important;
	padding: 1px 5px !important;
	color: #333 !important;
	text-decoration: none !important;
	position: relative !important;
}

ul.body_list li a:hover {
	background: #CCC;
}

.info_ma .list_nolink {
	padding: 1px 5px;
	color: #999;
}

.info_ma .cal_link a {
	display: block;
	background: #EAF4FF;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.info_ma .cal_link a:hover {
	background: #004E9E;
	color: #fff;
}

.info_foot {}

.info_foot_l,
.info_foot_r {
	width: 48%;
	float: left;
}

.info_foot_l {
	margin-right: 4%;
}

.info_ma_thema {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}

.info_ma_thema p {
	margin: 0;
}

.info_ma_thema label {
	border: solid 1px #aaa;
	padding: 3px 10px;
	margin-right: 5px;
	font-size: 12px;
	border-radius: 5px;
	background-color: #fff;
}

.info_shosai_thema label {
	border: solid 1px #aaa;
	padding: 3px 10px;
	margin-right: 5px;
	font-size: 12px;
	border-radius: 5px;
	background-color: #fff;
}

.info_shosai_thema p {
	margin: 0;
}

/*--ブログ調整用--*/

.info_ma_left ul.info_ma_list li {
	border: none !important;
}