@charset "UTF-8";
/* Common
----------------------------*/
img {
	max-width: 100%;
}
.table>thead>tr>th.align-middle, .table>tbody>tr>td.align-middle {
	vertical-align: middle
}
a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}

/* form
----------------------------*/
input {
	cursor: pointer;
}
input[type="radio"] {
	margin-right: 0.25rem
}
td input[type="radio"]:nth-child(n+2) {
	margin-left: 1.25rem
}
td input.input-30,td select.input-30 {
	display: inline;
	width: 30%;
}

/* Text
----------------------------*/
.font-lato {
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
}
.font-min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font18 {
	font-size: 1.8rem !important;
}
.font15 {
	font-size: 1.5rem !important;
}
.font14 {
	font-size: 1.4rem !important;
}
.font13 {
	font-size: 1.3rem !important;
}
.font12 {
	font-size: 1.2rem !important;
}
.font11 {
	font-size: 1.1rem !important;
}
.font09 {
	font-size: 0.9rem !important;
}
.font08 {
	font-size: 0.8rem !important;
}
.red {
	color: #E50011;
}
.blue {
	color: #104d91;
}
.indent {
	padding-left: 1rem;
	text-indent: -1rem
}
.indent25 {
    padding-left: 2.5rem;
    text-indent: -2.5rem;
}
/* リンクに自動アイコン付与
----------------------------*/
.icon-link li {
	list-style: none;
	margin-bottom: 0.5rem;
}
.icon-link a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	padding-right: 0.5rem;
	font-size: 0.9rem;
	position: relative;
	font-weight: bold;
}
/* 外部リンクに自動アイコン付与
----------------------------*/
a.new_window::after {
	font-family: "Font Awesome 5 Free";
	content: '\f35d';
	padding-left: 0.7rem;
	padding-right: 0.3rem;
	font-size: 0.8rem;
	position: relative;
	top: -2px;
	font-weight: bold;
	color: #424242;
}
/* PDFリンクに自動アイコン付与
----------------------------*/
.pdf-link a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f1c1';
	padding-right: 0.5rem;
	font-size: 0.9rem;
	position: relative;
	top: -1px;
	font-weight: 400;
}
.pdf-link a.new_window::after {
	content: none;
}
/* object-fit IE対応
----------------------------*/
.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
/* Google Map
----------------------------*/
.google-map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 3rem;
}
.google-map iframe, .google-map object, .google-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* YouTube
----------------------------*/
.video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 0 auto 2rem;
}
.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/* Pager
----------------------------*/
.pager {
	text-align: center;
	margin: 4rem auto 0;
}
.pager li {
	display: inline-block;
	margin-right: 1rem;
}
.pager li:last-child {
	margin-right: 0;
}
.pager a {
	background: #EEE;
	color: #232323;
	text-decoration: none;
	padding: 0.6em 1em;
	border-radius: 0;
}
.pager a:hover {
	background: #333;
	color: #FFF;
	text-decoration: none;
}
.pager .current a,.pager .current a:hover {
	color: #fff;
	background-color: #49b577;
}
