@charset "utf-8";
/* ------------------------------
 見出し・テキスト（PC）
------------------------------ */
/* H1 */
.mainContents h1 {
	margin-bottom: 40px;
	padding-bottom: 24px;
	border-bottom: 2px solid rgba(224,0,71,1);
	border-image: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
	border-image-slice: 1;
	font-size: 3.2rem;
	line-height: 1.4;
	font-weight: bold;
}
/* H2 */
.mainContents h2 {
	margin-bottom: 26px;
	padding: 0 20px;
	border-bottom: none;
	border-left: 5px solid rgba(224,0,71,1);
	border-image: linear-gradient(180deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
	border-image-slice: 1;
	font-size: 2.5rem;
	line-height: 1.4;
	font-weight: bold;
}
/* H3 */
.mainContents h3 {
	margin-bottom: 12px;
	padding-left: 0;
	border-left: none;
	color: #0d2c4f;
	font-size: 2.1rem;
	line-height: 1.4;
	font-weight: bold;
}
/* H4 */
.mainContents h4 {
	margin-bottom: 12px;
	color: #000;
	font-size: 1.9rem;
	line-height: 1.4;
	font-weight: bold;
}
/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* H1 */
	.mainContents h1 {
		font-size: 2.6rem;
		margin-bottom: 25px;
	}
	/* H2 */
	.mainContents h2 {
		margin-bottom: 20px;
		padding-left: 13px;
		font-size: 2.3rem;
	}
	/* H3 */
	.mainContents h3 {
		font-size: 2rem;
	}
}

/* ------------------------------
 横幅（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.mainContents .w410,
	.mainContents .w1-2 {
		width: 48.464%;
	}
	.mainContents .w266,
	.mainContents .w1-3 {
		width: 31.443%;
	}
	.mainContents .w556,
	.mainContents .w2-3 {
		width: 65.723%;
	}
	.mainContents .w1-3.cms_fl + .w1-3.cms_fl,
	.mainContents .w1-3.fl + .w1-3.fl {
		margin-left: 2.837%;
	}
}

/* ------------------------------
 新着情報（PC）
------------------------------ */
ul.cateList {
	border-top: solid 2px rgba(224,0,71,1);
	border-image: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
	border-image-slice: 1;
}
ul.cateList li a {
	position: relative;
	display: block;
	font-weight: bold;
	background: #003b8f0d;
	padding: 25px 0;
}
ul.cateList li a::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	vertical-align: middle;
	background: rgba(224,0,71,1);
	background: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
	margin-right: 6px;
	margin-bottom: 3px;
}
ul.cateList li a::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-image : linear-gradient(to right, #b7c0ca, #b7c0ca 1px, transparent 1px, transparent 2px);
	background-size: 2px 1px;
	background-repeat: repeat-x;
}
ul.cateList li.on a:not(ul.year li a) {
	color: #fff;
	background: #0d2c4f;
}
ul.cateList li.on a:not(ul.year li a)::after {
	bottom: -1px;
}
ul.cateList li.on ul.year {
	display: block;
	position: relative;
}
ul.cateList li.on ul.year::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	height: 1px;
	bottom: 0;
	background-image : linear-gradient(to right, #b7c0ca, #b7c0ca 1px, transparent 1px, transparent 2px);
	background-size: 2px 1px;
	background-repeat: repeat-x;
}
ul.year {
	display: none;
	padding: 20px 25px;
}
ul.year li a {
	position: static;
	font-weight: normal;
	background: transparent;
	padding: 3px 0;
}
ul.year li a::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background : url(../img/arrow_l18.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
	margin-right: 6px;
}
ul.year li a::after {
	content: none;
}
.cms_text > a.cms_inner_blank.cms_link {
	margin-bottom: 0;
	margin-right: 5px;
	padding-right: 1em;
	border-bottom: none;
	background: url(../img/icon_blank.svg) no-repeat right center / 10px 10px;
	color: #e50041;
	font-weight: normal;
	text-decoration: underline;
}
.cms_text > a.cms_inner_blank.cms_link::after {
	content: none;
}
@media print, screen and (min-width: 768px) {
	.mainContents {
		width: 846px;
		float: left;
	}
	.sideContents {
		width: 258px;
		float: right;
	}
	.sideContents.mt {
		margin-top: 68px;
	}
}
/* ------------------------------
 新着情報（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents > .inBlock {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding-bottom: 0;
	}
	.mainContents {
		width: 90%;
		margin-right: 5%;
		margin-left: 5%;
		padding-bottom: 60px;
	}
	ul.cateList li a {
		padding: 20px 0;
	}
	ul.cateList li:last-child a::after {
		content: none;
	}
	ul.cateList li a::before {
		margin-right: 10px;
	}
	ul.year {
		padding: 15px 30px;
	}
	ul.year li a {
		padding: 3px 0;
	}
}

/* ------------------------------
 調整（PC）
------------------------------ */
/* お知らせ20180907 */
.cms_block.flexBox.jc-c {
	position: relative;
	width: 100%;
}
.cms_block.flexBox.jc-c.arrow::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 40px 80px 0 80px;
	border-color: #0d2c4f transparent transparent transparent;
}
.mainContents .cms_block.bgBox,
.mainContents .cms_text.bgBox {
	padding: 34px 40px 40px;
}
@media print, screen and (min-width: 768px) {
	.cms_caption_t {
		margin-bottom: 5px;
	}
	.cms_caption_b {
		margin-top: 5px;
	}
	/* お知らせ20180907 */
	.cms_block.flexBox.jc-c {
		width: 846px;
	}
	/* 社会貢献活動20170914 */
	.pc_ml5em {
		margin-left: 5em;
	}
}
/* ------------------------------
 調整（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* お知らせ20180907 */
	.cms_block.flexBox.jc-c.arrow {
		margin-bottom: 70px;
	}
	.cms_block.flexBox.jc-c.arrow::after {
		bottom: -60px;
	}
	.cms_block.flexBox.jc-c .cms_image + .cms_image {
		margin-top: -10px;
	}
	/* お知らせ20150216 */
	.sp_ml4em {
		margin-left: 4em;
	}
	/* お知らせ20111202 */
	.cms_image.w1-4.sp_tac.cms_fr {
		width: 100%;
	}
	/* 社会貢献活動20170914 */
	.sp_ml1em {
		margin-left: 1em;
	}
}