@charset "UTF-8";
html {
	font-size: 100%;
	scroll-behavior: smooth;
}
/*数字だけ「BIZ UDPGothic」のフォントに変更する*/
@font-face {
	font-family: "Number";
	src: local("BIZ UDPGothic");
	unicode-range: U+0030-0039; /* 0-9 */
}
body {
	color: #322b29;
	font-family: "BIZ UDGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}
@media screen and (max-width : 840px) {
	html, body {
		overflow-x: hidden;
		overflow-y: scroll;
	}
}
a {
	color: #322b29;
	text-decoration: none;
	font-weight: 600;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
li {
	list-style: none;
}
.container {
	margin-left: 300px;
}
.site-title {
	line-height: 1px;
	margin: 2em 1em;
}
.site-title a {
	display: block;
}
header {
	width: 100%;
	padding: 75px 0;
	margin: 0;
	background-image: url("../images/header_bg.jpg");
	background-position: center;
	background-size: cover;
	text-align: center;
}
h1 {
	display: inline-block;
	margin: 0;
	color: #ffffff;
	padding: 0 20px;
	text-shadow: 1px 2px 3px #000000;
	letter-spacing: 0.2em;
}
h2 {
	position: relative;
	border-bottom: 3px solid #0f579d;
	margin-bottom: 1em;
	padding: 0.5em 0.2em 0.5em 2em;
	line-height: 2rem;
}
h2::before {
	position: absolute;
	content: "";
	top: 0.7em;
	left: 0.5em;
	background-color: #2589d0;
	width: 20px;
	height: 20px;
	border-radius: 0% 100% 50% 50%/ 0% 50% 50% 100%;
	transform: rotate(45deg) skew(10deg, 10deg);
}
h2:not(:first-of-type) {
	margin-top: 2em;
}
h3 {
	background-color: rgba(217, 217, 217, 1.0);
	margin: 2em 0 1em 0;
	padding: 1em;
}
/*h3:not(:first-of-type) {
	margin-top: 2em;
}*/
h4 {
	font-size: clamp(1.2rem, 0.8vw, 2.0rem);
	padding: 10px 30px 10px 25px;
	margin: 1em;
	border-left: 5px solid #d9e9f2;
}
h5 {
	font-size: clamp(1rem, 0.6vw, 1.5rem);
	padding: 10px;
	margin: 1em;
}
h6 {
	font-size: clamp(1rem, 1vw, 1.0rem);
	padding: 10px;
	margin-bottom: 1em;
}
ruby {
	text-align: justify;
	text-justify: inter-ideograph; /* Edge */
	line-break: strict;
	word-break: break-word;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
figure {
	margin: 2em auto;
}
figcaption {
	flex-grow: 1;
	margin: 0.5em auto;
	padding: 0.5em;
	width: fit-content;
	border: solid 1px #CCC;
	font-size: 90%;
}
.textU {
	text-decoration: underline;
}
.fontRed {
	color: red;
}
.indent1 {
	text-indent: -1em;
	padding-left: 1em;
}
.ml_3 {
	margin-left: 3em;
}
.btn {
	display: inline-block;
	font-weight: 700;
	padding: 1.25rem 4rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	border: 3px solid #2589d0;
	background-color: #fff;
	color: #2589d0;
}
.btn:hover {
	background-color: #2589d0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	color: #fff;
	transition: 0.3s;
}
table {
	border-collapse: collapse;
}
table caption {
	padding: 1em;
	font-size: 120%;
}
table th, table td {
	padding: 1em;
	border: solid 1px rgba(217, 217, 217, 1.0);
	box-sizing: border-box;
}
table th {
	white-space: nowrap;
}
table thead {
	white-space: nowrap;
}
.table_L {
	width: 1000px;
	margin: 1em auto;
}
.table_M {
	width: 800px;
	margin: 1em auto;
}
.table_S {
	width: 600px;
	margin: 1em auto;
}
.table_yokosen {
	border-collapse: separate;
	border-spacing: 0;
	border: 0;
}
.table_yokosen th {
	border: 0;
	color: #778ca3;
	background-image: linear-gradient(to right, #778ca3 3px, transparent 3px);
	background-size: 5px 1px;
	background-position: left bottom;
	background-repeat: repeat-x;
}
.table_yokosen td {
	border: 0;
	background-image: linear-gradient(to right, #778ca3 3px, transparent 3px);
	background-size: 5px 1px;
	background-position: 12px bottom;
	background-repeat: repeat-x;
}
.table_typeB {
	border-collapse: collapse;
	table-layout: fixed;
	overflow: hidden;
	text-align: center;
}
.table_typeB tr {
	background-color: #e6f1f6;
}
.table_typeB tr:nth-child(even) {
	background-color: #fff;
}
.table_typeB th, .table_typeB td {
	padding: 1em;
}
.table_typeB thead th {
	background-color: #4d9bc1;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.table_typeB tbody th {
	color: #4d9bc1;
}
.table_enkaku {
	display: flex;
	white-space: nowrap;
}
.table_year {
	width: 4em;
	text-align: left;
}
.table_month {
	width: 2em;
	text-align: right;
}
@media screen and (max-width: 840px) {
	table {
		width: 100% !important;
	}
	.tableArea table {
		width: inherit !important;
	}
	.table_typeB {
		border-radius: 0;
		text-align: left;
	}
	.table_typeB thead {
		display: none;
	}
	.table_typeB tr {
		background-color: unset;
	}
	.table_typeB th, .table_typeB td {
		display: block;
		border: 0;
		border-bottom: 1px solid #4d9bc1;
	}
	.table_typeB tbody th {
		background: #4d9bc1;
		color: #fff;
		text-align: center;
	}
	.table_typeB td::before {
		content: attr(data-label);
		background-color: #e6f1f6;
		font-weight: bold;
		display: inline-block;
		width: 20%;
		min-width: 4em;
		text-align: center;
		margin-right: 0.5em;
		padding: 4px;
		border-radius: 100vh;
	}
}
/*-------------------------------------------
メインメニュー
-------------------------------------------*/
aside {
	width: 300px;
	height: 100%;
	background-color: #bce2e8;
	padding: 0;
	position: fixed;
	top: 0;
	overflow-y: auto;
}
#navi .nav-menu {
	margin-bottom: 20px;
}
#navi .nav-menu li {
	font-size: 1rem;
	padding: 0 1em;
}
#navi .nav-menu li a {
	position: relative;
	display: block;
	padding: 1em;
}
#navi .nav-menu li a:hover {
	color: #0f579d;
}
/*#navi .nav-menu li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 3px;
	background-color: rgba(173, 222, 248, 1.0);
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}*/
#navi .nav-menu li a:hover::before {
	transform: scale(1);
}
#navi .nav-menu li a::after {
	position: absolute;
	transform: rotate3d(1, 0, 0, 0deg);
}
#navi .nav-menu li a:hover::after {
	font-family: "FontAwesome";
	content: "\f061";
	right: 30px;
	color: #0f579d;
	transform: rotate3d(1, 0, 0, 360deg);
	transition: 2s;
}
#navi a.current {
	background-color: #ECF6F8;
}
section {
	max-width: 1200px;
	margin: 0px auto;
	padding: 50px 0px;
	background-color: rgba(255, 255, 255, 0.9);
}
section p {
	/*margin: 1em;*/
	line-height: 2rem;
}
section ol.ol_list {
	margin-left: 1em;
}
section ol.ol_list li {
	margin: 2em;
	list-style: decimal;
	line-height: 2rem;
}
section ol.ol_kakko li {
	margin: 1em 3em;
	line-height: 1.5rem;
	position: relative;
	list-style-type: none;
}
section ol.ol_kakko li::before {
	position: absolute;
	right: calc(100% + 0.5rem);
	content: "("counter(list-item) ")";
}
section ol.ol_kakko li ol li::before, section ol.ol_kakko li ul li::before {
	content: "";
}
section ul.ul_list li {
	list-style-type: square;
	margin: 1em 1em 1em 3em;
	line-height: 1.5em;
}
/*section ul.ul_list li::before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: #8b6b4e;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}*/
section a {
	text-decoration: underline;
}
section a:hover {
	text-decoration: none;
}
section ul.ul_list a:hover, section table a:hover {
	color: #0f579d;
}
.kakomi {
	background-color: rgb(226, 240, 217);
	border: dashed 1px #99ccb7;
	padding: 1em;
}
.column {
	display: flex;
	align-items: flex-start;
	column-gap: 30px;
}
@media screen and (min-width:840px) {
	.col_50 {
		width: 50%;
	}
}
@media screen and (max-width:840px) {
	.column {
		display: block;
	}
}
/*-------------------------------------------
タブメニュー
-------------------------------------------*/
.tab {
	display: flex;
	flex-wrap: wrap;
}
.tab_cont {
	display: none; /* 編集時にコメントアウトする */
	padding: 2em 0;
	transition: 1s;
}
.tab_cont.active {
	display: block; /* activeがついたら表示 */
}
.tab li {
	transition: all 0.2s ease-in;
	position: relative;
	border: 3px solid #2589d0;
	margin: 0 1em;
	width: 40%;
	text-align: center;
}
.tab li.active {
	color: #FFF;
	background: #bce2e8;
}
.tab li a {
	padding: 1.5em;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.tab li a:hover {
	color: #FFF;
	background: #2589d0;
}
.tab li a::before, .tab li a::after {
	content: "";
	position: absolute;
	transition: all 0.2s ease-in;
}
.tab li a::before {
	width: 7px;
	height: 7px;
	right: 14px;
	top: 50%;
	border: 7px solid transparent;
	border-left: 7px solid #fff;
	transform: translateY(-18%) rotate(45deg);
}
.tab li a::after {
	width: 12px;
	height: 12px;
	right: 26px;
	top: 50%;
	border: 0 solid transparent;
	border-top: 4px solid #fff;
	border-radius: 20px 0 0;
	transform: translateY(-65%) rotate(45deg);
}
.tab li a:hover::before {
	width: 10px;
	height: 10px;
	border-width: 10px;
	right: 4px;
	top: 55%;
}
.tab li a:hover::after {
	width: 17px;
	height: 17px;
	border-top-width: 6px;
	right: 22px;
	top: 55%;
}
/*-------------------------------------------
　トップページ
-------------------------------------------*/
#bg_visual {
	margin-bottom: 500px;
	height: 500px;
}
#bg_visual::before {
	background-image: url("../images/zenkei.webp");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}
@media screen and (min-width:840px) {
	#bg_visual::before {
		left: 200px;
	}
	#bg_visual .visual-title {
		position: fixed;
		top: 0;
		right: 0;
		color: #FFF;
		margin: 1em;
	}
}
@media screen and (max-width:840px) {
	#bg_visual .visual-title {
		position: sticky;
		/*bottom: 0;*/
		right: 0;
		color: #FFF;
		margin: 1em;
	}
}
/*-------------------------------------------
　お知らせ
-------------------------------------------*/
#info {
	/*position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
    background:#fff;*/
	padding: 30px;
	border-radius: 10px;
}
ul.list-news li {
	margin: 1em;
	line-height: 1.5;
}
ul.list-news li a {
	display: block;
}
ul.list-news li.postdate {
	display: none;
}
ul.list-news li.postdate.is-show {
	display: inline-block;
}
@media screen and (min-width:840px) {
	#info {
		width: 800px;
		margin: 10% auto;
	}
}
ul.list-news li a {
	transition: all 0.3s;
}
ul.list-news a:hover {
	color: #0f579d;
	/*background-color: rgba(173,222,248,1.0);*/
}
ul.list-news time {
	padding: 0 2em 0 0;
	color: #666;
	font-size: 0.8rem;
}
@media screen and (max-width:840px) {
	#info {
		width: 90%;
		margin: 20% auto;
	}
	ul.list-news time, ul.list-news p {
		width: 100%;
	}
}
.pagination-container ul {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}
.pagination-container li + li {
	margin-left: -1px;
}
.pagination-container a {
	padding: 10px 20px;
	display: block;
	color: #0076BF;
	border: 1px solid #ccc;
	text-decoration: none;
	background: #fff;
}
.pagination-container .navi-active a {
	font-weight: bold;
	background: #fafafa;
}
.pagination-container a:hover {
	color: #fff;
	background: #0076bf;
}
/*-------------------------------------------
　施設概要
-------------------------------------------*/
.mapLink {
	position: relative;
	max-width: 800px;
	margin: auto;
	background: url("../images/shisetsu_bg.webp") no-repeat;
	background-size: cover;
	aspect-ratio: 100 / 75;
}
.mapLink li {
	position: absolute;
}
.mapLink li a {
	font-size: 0.9vw;
	font-weight: bold;
	background-color: #fff;
	border: 2px solid #356b41;
	border-radius: 5vw;
	display: inline-block;
	padding: 0.5vw 1.3vw 0.4vw 0.5vw;
	text-decoration: none;
	color: #333;
	position: relative;
}
.mapLink li a:hover {
	background-color: #376a41;
	color: #fff;
}
.mapLink li.page_1 {
	top: 3%;
	left: 10%;
	vertical-align: middle;
}
.mapLink li.page_1 a::before {
	content: url("../images/shisetsu_page_1_list.png");
	vertical-align: middle;
	margin-right: 0.2em;
}
.mapLink li.page_2 {
	top: 60%;
	left: 25%;
}
.mapLink li.page_2 a::before {
	content: url("../images/shisetsu_page_2_list.png");
	vertical-align: middle;
	margin-right: 0.2em;
}
.mapLink li.page_3 {
	top: 35%;
	left: 45%;
}
.mapLink li.page_3 a::before {
	content: url("../images/shisetsu_page_3_list.png");
	vertical-align: middle;
	margin-right: 0.2em;
}
.mapLink li.page_4 {
	top: 90%;
	left: 70%;
}
.mapLink li.page_4 a::before {
	content: url("../images/shisetsu_page_4_list.png");
	vertical-align: middle;
	margin-right: 0.2em;
}
@media screen and (max-width:840px) {
	.mapLink {
		max-width: 1200px;
		margin: 0 auto;
	}
	.mapLink li a {
		font-size: 2vw;
	}
}
ul.flow-list {
	column-count: 3;
	font-size: 1.5rem;
	margin: 2em;
}
ul.flow-list li {
	margin-bottom: 1em;
}
ul.flow-list img {
	margin-right: 0.5em;
}
@media screen and (max-width:840px) {
	ul.flow-list {
		column-count: 1;
	}
}
#shisetsu_cont {
	max-width: 1000px;
	margin: auto;
}
#shisetsu_cont .table-of-contents {
	position: relative;
	margin: 0;
	display: inline-block;
	background: #fff;
	padding: 1em 1em 1.2em 1em;
	border-top: 1px solid #d9d9d9;
	border-right: 0;
	border-bottom: 1px solid #d9d9d9;
	border-left: 28px solid #99ccb7;
	box-shadow: 1px 0 0 #959595d4, 2px 0 0 #fff, 3px 0 0 #898989de, 4px 0 0 #fff, 5px 0 0 #858585de, 9px 3px 10px #ababab96;
}
#shisetsu_cont .table-of-contents::before {
	content: "施設概要　もくじ";
	position: static;
	display: block;
	text-align: start;
	font-size: 120%;
	top: -30px;
	left: 10px;
	margin: 0 0 1em 0;
	padding: 0.5em;
	font-weight: normal;
	border-bottom: 5px solid #bce8c2;
}
#shisetsu_cont .table-of-contents::after {
	content: "";
	position: absolute;
	display: block;
	transform: rotate(-90deg);
	transform-origin: top left;
	bottom: -20px;
	left: -27px;
	font-size: 120%;
	color: #ffffff;
}
#shisetsu_cont .table-of-contents ol li a {
	/*display: block;*/
	text-decoration: none;
	font-weight: normal;
}
#shisetsu_cont .table-of-contents a:hover, #shisetsu_cont .table-of-contents a.current {
	color: #e8472e;
}
#shisetsu_cont .table-of-contents li {
	list-style-type: none;
	margin: 1em;
	position: relative;
	font-size: 110%;
	font-weight: bold;
}
#shisetsu_cont .table-of-contents li ol {
	column-count: 3;
	margin: 1em;
	padding: 0;
	counter-reset: number;
}
#shisetsu_cont .table-of-contents li ol li:first-child {
	margin-top: 0;
}
#shisetsu_cont .table-of-contents li ol li {
	color: #bce8c2;
	font-size: 100%;
	list-style: none;
}
#shisetsu_cont .table-of-contents li ol li::before {
	counter-increment: number;
	content: counter(number);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: top;
	width: 1.2em;
	height: 1.2em;
	background-color: #99ccb7;
	color: white;
	border-radius: 100%;
	margin-right: 5px;
}
@media only screen and (max-width: 840px) {
	#shisetsu_cont .table-of-contents li ol {
		column-count: 1;
	}
}
#shisetsu_details .headline {
	font-family: "HG丸ｺﾞｼｯｸM-PRO", sans-serif;
	font-size: clamp(2rem, 1vw, 3rem);
	margin-bottom: 0.5em;
	padding: 0.5em;
	background-color: #DDEDE6;
}
#shisetsu_details h2 {
	font-family: "HG丸ｺﾞｼｯｸM-PRO", sans-serif;
	border: solid 1px #99ccb7;
	border-left: solid 10px #99ccb7;
	padding: 0.75rem 1.5rem;
}
#shisetsu_details h2::before {
	background-color: inherit;
}
.page_4-flex {
	display: flex;
	flex-direction: column;
	max-width: 600px;
	margin: 0 auto;
	padding: 1em;
}
.page_4-flex a {
	display: flex;
	gap: 2em;
}
.page_4-flex a:hover {
	outline: solid 3px #99ccb7;
}
.page_4-list {
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	gap: 0.5em;
}
@media only screen and (max-width: 840px) {
	.page_4-list {
		text-align: center;
	}
}
/*-------------------------------------------
　関連リンク
-------------------------------------------*/
#link_kankeidantai h4:not(:first-child), #link_kigyoudan h4:not(:first-child) {
	margin-top: 2em;
}
#link_kankeidantai ul a {
	color: rgb(0, 112, 192);
}
/*-------------------------------------------
フッター
-------------------------------------------*/
footer {
	/*width:100vw;*/
	padding: 0;
}
footer .outer-block {
	background-color: #bce2e8;
	color: rgba(0, 32, 96, 1.0);
}
.footer_wave {
	left: 0;
	bottom: 0;
	width: 100%;
}
.parallax > use {
	animation: move-forever 12s linear infinite;
}
.parallax > use:nth-child(1) {
	animation-delay: -2s;
}
.parallax > use:nth-child(2) {
	animation-delay: -2s;
	animation-duration: 5s;
}
.parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 3s;
}
@keyframes move-forever {
	0% {
		transform: translate(-90px, 0%);
	}
	100% {
		transform: translate(85px, 0%);
	}
}
.editorial {
	display: block;
	width: 100%;
	height: 3em;
	max-height: 100vh;
	margin: 0;
	bottom: 0px;
	/*opacity:0.7;*/
}
@media (max-width: 50em) {
	.editorial {
		height: 10vw;
	}
}
footer .copyright {
	padding: 2em 0;
	font-size: 0.75rem;
	text-align: center;
}
footer .cont-wrap {
	padding: 0;
}
footer .cont {
	font-size: 1.3rem;
}
footer .cont .address {
	margin: 20px 0;
	padding-left: 20px;
	font-size: 1rem;
	line-height: 2rem;
}
footer .cont-wrap .map {
	width: 700px;
	height: 300px;
}
footer .cont-wrap .map iframe {
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 840px) {
	footer .inner-block {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
		padding: 2rem 0 0 0;
	}
	footer .cont-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media only screen and (max-width: 840px) {
	footer .inner-block {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
	}
	footer .cont-wrap .map {
		margin-top: 20px;
		width: 100%;
		height: 200px;
	}
}
/*-------------------------------------------
トップへ戻るボタン
-------------------------------------------*/
#to-top {
	width: 50px;
	height: 50px;
	background-color: #2589d0;
	border: solid 1px #fff;
	border-radius: 50%;
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 1;
}
#to-top::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 20px 16px;
	border-top: 4px solid #FFF;
	border-left: 4px solid #FFF;
	transform: rotate(45deg);
}
/*-------------------------------------------
スマホSP
-------------------------------------------*/
@media screen and (max-width: 840px) {
	header {
		margin-top: 70px;
	}
	.container {
		margin-left: 0;
	}
	.site-title {
		margin: 0;
		width: 300px;
		margin-bottom: 0;
		position: relative;
		left: 15px;
		top: 10px;
	}
	section {
		width: 100%;
		padding: 60px 20px;
	}
	aside {
		width: 100%;
		height: 72px;
		padding: 0;
		z-index: 10;
		background-color: #FFF;
		border-bottom: solid 1px #CCC;
	}
	#navi {
		width: 300px;
		background: #fff;
		padding: 25px;
		position: fixed;
		top: 0;
		left: -300px;
		bottom: 0;
		opacity: 0;
		overflow-y: auto;
		transition: 0.5s;
		z-index: 20;
	}
	.open #navi {
		left: 0;
		opacity: 1;
	}
	#navi ul.nav-menu {
		margin-bottom: 30px;
	}
	#navi ul li {
		padding: 10px 0;
	}
	.SP_menu {
		width: 30px;
		height: 30px;
		cursor: pointer;
		position: fixed;
		top: 22px;
		right: 18px;
		transition: 0.5s;
		z-index: 20;
	}
	.SP_menu span {
		width: 30px;
		height: 2px;
		background-color: #2589d0;
		border-radius: 4px;
		display: block;
		position: absolute;
		left: 0;
		transition: 0.5s;
	}
	.SP_menu span:nth-child(1) {
		top: 4px;
	}
	.SP_menu span:nth-child(2) {
		top: 14px;
	}
	.SP_menu span:nth-child(3) {
		bottom: 4px;
	}
	.open .SP_menu span {
		background-color: #fff;
	}
	.open .SP_menu span:nth-child(1) {
		transform: translateY(10px) rotate(-315deg);
	}
	.open .SP_menu span:nth-child(2) {
		opacity: 0;
	}
	.open .SP_menu span:nth-child(3) {
		transform: translateY(-10px) rotate(315deg);
	}
	#mask {
		display: none;
		transition: 0.5s;
	}
	.open #mask {
		width: 100%;
		height: 100%;
		background-color: #000;
		cursor: pointer;
		display: block;
		opacity: 0.8;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
	}
}
/*------------------------------------------
// リンクアイコン自動付与
----------------------------------------- */
/* PDF要素*/
a[href*=".pdf"]::after {
	margin-left: 0.2em;
	content: url(../images/icon_pdf.png);
	vertical-align: bottom;
}
/* Word要素*/
a[href*=".doc"]::after {
	margin-left: 0.2em;
	content: url(../images/icon_word.png);
	vertical-align: bottom;
}
/* Excel要素*/
a[href*=".xls"]::after {
	margin-left: 0.2em;
	content: url(../images/icon_excel.png);
	vertical-align: bottom;
}
/* mailto要素*/
a[href^="mailto"]::after {
	margin-left: 0.2em;
	content: url(../images/icon_mail.png);
	vertical-align: bottom;
}
/*別サイトリンク*/
a[href^="http"]:not(.no_icon)::after {
	margin-left: 0.2em;
	content: url(../images/icon_external.png);
	vertical-align: bottom;
}
/* 画像拡大*/
a[href*=".png"], a[href*=".jpg"], a[href*=".gif"] {
	cursor: zoom-in;
}