@charset "utf-8";
/* ==================================================
layout
================================================== */
#tmp_kutop {
    background-color: #FFFFFF;
    padding: 20px;
}
/* ==================================================
selector
================================================== */
#tmp_contents {
	padding: 0;
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5 {
	line-height:1.4;
	margin:1.5em 0 1.2em;
	clear:both; /* Do not edit */
}
#tmp_contents h2 {
	font-size:157.2%;
	padding:21px 0 22px 26px;
	position:relative;
	border-left: 8px solid #00a1e3;
	font-weight: normal;
}
#tmp_contents h3 {
	font-size:128.6%;
	padding:15px 0 15px 15px;
	position:relative;
	background: #f7f7f7;
	border-left: 8px solid #00a1e3;
	font-weight: normal;
}
#tmp_contents h4 {
	font-size:122.22%;
	padding:0 0 9px;
}
#tmp_contents h5 {
	font-size:111.11%;
	position:relative;
	padding-left:20px;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* Do not edit */
}
#tmp_contents ul {
	margin:0 0 1em 1.8em; /* Do not edit */
	list-style-image:url(/shared/templates/free_ku/images/list_icon.png); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 1em 3.2em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* Do not edit */
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* Do not edit */
}
#tmp_contents hr {
	height:1px; /* Do not edit */
	color:#CCCCCC; /* Do not edit */
	background-color:#CCCCCC; /* Do not edit */
	border:none; /* Do not edit */
	clear:both; /* Do not edit */
}
#tmp_contents img {
	max-width: 100%;
	height: auto;
}
/* title
================================================== */
#tmp_gcse_search_wrap {
	display: flex;
	align-items: center;
}
#tmp_pankuzu {
	font-size: 114.3%;
}
#tmp_contents #tmp_title {
	margin-bottom: 40px;
	position: relative;
	text-align: right;
}
#tmp_contents h1 {
	display: inline-block;
	background: #00a1e3;
	margin: 0;
	width: 340px;
	height: 140px;
	position: absolute;
	top: 55%;
	left: 0;
	transform: translate(0,-50%);
}
#tmp_contents h1:before {
	content: "";
	position: relative;
	top: -32.5px;
	left: -8.5px;
	border-bottom: 10px solid #006088;
	border-left: 40px solid transparent;
}
#tmp_contents h1 img {
	position: relative;
	top: 50px;
	left: -30px;
}
#tmp_contents h1 .title_text_sp {
	display: none;
}
#tmp_contents #tmp_title .title_img {
	margin-left: 40px;
}
/* banner
================================================== */
#tmp_contents #tmp_banner ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	margin: 0;
}
#tmp_contents #tmp_banner ul li {
	box-shadow: 0 0 5px rgb(133,133,133,0.3);
	border: 2px solid #ffffff;
	border-radius: 5px;
	list-style: none;
	padding: 25px 25px 5px 25px;
	margin: 0;
}
#tmp_contents #tmp_banner ul li:hover {
	border: 2px solid #0072bc;
	cursor: pointer;
}
#tmp_contents #tmp_banner .banner_title {
	display: flex;
	align-items: center;
	gap: 26px;
	margin-bottom: 20px;
}
#tmp_contents #tmp_banner .banner_title a {
	display: block;
	text-decoration: none;
	color: #0072bc;
	font-size: 128.6%;
	font-weight: bold;
}
#tmp_contents #tmp_banner p {
	font-size: 114.3%;
	margin: 0;
	line-height: 1.8;
}
/* news
================================================== */
#tmp_contents #tmp_news ul li {
	margin-bottom: 1.2em;
}
#tmp_contents #tmp_news ul li a {
	color: #003366;
	font-size: 114.3%;
}
#tmp_contents #tmp_news ul li a:hover {
	text-decoration: none;
}
#tmp_contents #tmp_news p {
	font-size: 114.3%;
	text-align: right;
	margin-right: 20px;
}
#tmp_contents #tmp_news p a {
	color: #003366;
}
#tmp_contents #tmp_news p a:hover {
	text-decoration: none;
}
/* info
================================================== */
#tmp_contents #tmp_info .links {
	margin-bottom: 40px;
}
#tmp_contents #tmp_info .links ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	margin: 0;
	width: 100%;
}
#tmp_contents #tmp_info .links ul li {
	display:flex;
	align-items: center;
	gap: 30px;
	box-shadow: 0 0 5px rgb(133,133,133,0.3);
	border: 2px solid #ffffff;
	border-radius: 5px;
	list-style: none;
	padding: 25px 35px;
}
#tmp_contents #tmp_info .links ul li:hover {
	border: 2px solid #0072bc;
	cursor: pointer;
}
#tmp_contents #tmp_info .links ul li a {
	display: block;
	color: #0072bc;
	font-size: 128.6%;
	text-decoration: none;
	font-weight: bold;
}
#tmp_contents #tmp_info .section {
	display: flex;
	padding: 0;
}
#tmp_contents #tmp_info .section .map,
#tmp_contents #tmp_info .section .details {
	width: 50%;
}
#tmp_contents #tmp_info .section .map {
	text-align: center;
	padding-top: 13px;
}
#tmp_contents #tmp_info .section .details .base h3 {
	margin-top: 0;
}
#tmp_contents #tmp_info .section .details .base p,
#tmp_contents #tmp_info .section .details .base ul li {
	font-size: 114.3%;
}
#tmp_contents #tmp_info .section .details .connection ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin: 0;
}
#tmp_contents #tmp_info .section .details .connection ul li {
	display: grid;
	grid-template-rows: subgrid;
	list-style: none;
	margin: 0;
}
#tmp_contents #tmp_info .section .details .connection ul li a {
	display: block;
	box-shadow: 0 0 5px rgb(133,133,133,0.3);
	border: 2px solid #ffffff;
	border-radius: 29px;
	text-decoration: none;
	text-align: center;
	padding: 20px 5px;
	color: #0072bc;
	font-size: 114.3%;
}
#tmp_contents #tmp_info .section .details .connection ul li a:hover {
	border: 2px solid #0072bc;
}
#tmp_contents #tmp_info .inlinelinks ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin: 0 0 10px 0;
}
#tmp_contents #tmp_info .inlinelinks ul li {
	list-style: none;
	margin: 0;
}
#tmp_contents #tmp_info .inlinelinks ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 20px 0;
	color: #0072bc;
	font-size: 128.6%;
	font-weight: bold;
}
#tmp_contents #tmp_info .inlinelinks ul li a:hover {
	text-decoration: underline;
}
#tmp_contents #tmp_info .inlinelinks ul li:nth-child(1) a {
	border: 2px solid #00a1e3;
	border-radius: 29px;
}
#tmp_contents #tmp_info .inlinelinks ul li:nth-child(2) a {
	border: 2px solid #f7931d;
	border-radius: 29px;
}
#tmp_contents #tmp_info .inlinelinks ul li:nth-child(3) a {
	border: 2px solid #0ca749;
	border-radius: 29px;
}

@media screen and (max-width : 480px) {
#tmp_hlogo a {
	background: url(/shared/rn/images/hlogo_sp.svg) no-repeat left top !important;
	background-size: contain !important;
}
#tmp_kutop {
	padding: 0;
}
#tmp_contents {
	margin-bottom: 10px;
}
#tmp_contents h2 {
	font-size: 142.9% !important;
	padding: 13px 0 12px 15px;
}
#tmp_contents h3 {
	font-size: 128.6%;
}
/* title
================================================== */
#tmp_contents #tmp_title {
	margin-bottom: 27px;
	position: static;
}
#tmp_contents #tmp_title h1 {
	display: block;
	width: auto;
	height: 60px;
	position: relative;
	top: 32px;
	border-radius: 20px 20px 0 0;
	text-align: center;
	padding: 0;
}
#tmp_contents #tmp_title h1:before {
	display: none;
}
#tmp_contents #tmp_title h1 img {
	top: 15px;
	left: 0;
	width: 152px;
	height: 24px;
}
#tmp_contents h1 .title_text {
	display: none;
}
#tmp_contents h1 .title_text_sp {
	display: block;
}
#tmp_contents #tmp_title .title_img {
	margin: 0;
}
#tmp_contents #tmp_title .title_img img {
	object-fit: cover;
	border-radius: 0 0 20px 20px;
	height: 133px;
}
/* banner
================================================== */
#tmp_contents #tmp_banner {
	margin: 0 5px 45px 5px;
}
#tmp_contents #tmp_banner ul {
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
#tmp_contents #tmp_banner ul li {
	padding: 15px 5px 5px 5px;
}
#tmp_contents #tmp_banner .banner_title {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#tmp_contents #tmp_banner .banner_title img {
	margin-bottom: 10px;
}
#tmp_contents #tmp_banner .banner_title a {
	font-size: 114.3%;
}
#tmp_contents #tmp_banner p {
	font-size: 100.0%;
}
/* news
================================================== */
#tmp_contents #tmp_news {
	margin-bottom: 50px;
}
#tmp_contents #tmp_news ul {
	margin-left: 1em;
}
#tmp_contents #tmp_news ul li a,
#tmp_contents #tmp_news p {
	font-size: 114.3%;
	line-height: 1.5em;
	margin-right: 0;
}
/* info
================================================== */
#tmp_contents #tmp_info .links {
	margin: 0 5px 40px 5px;
}
#tmp_contents #tmp_info .links ul {
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
#tmp_contents #tmp_info .links ul li {
	display: inline-block;
	text-align: center;
	padding: 15px 20px;
	margin: 0;
}
#tmp_contents #tmp_info .links ul li img {
	margin-bottom: 10px;
}
#tmp_contents #tmp_info .links ul li a {
	font-size: 114.3%;
}
#tmp_contents #tmp_info .section {
	display: block;
	margin-bottom: 45px;
}
#tmp_contents #tmp_info .section .map,
#tmp_contents #tmp_info .section .details {
	width: 100%;
}
#tmp_contents #tmp_info .section .map {
	box-sizing: border-box;
	padding: 0 10px;
}
#tmp_contents #tmp_info .section .details .base h3 {
	margin-top: 1.5em;
}
#tmp_contents #tmp_info .section .details .base p,
#tmp_contents #tmp_info .section .details .base ul li {
	font-size: 114.3%;
}
#tmp_contents #tmp_info .section .details .base ul {
	margin-left: 1em;
}
#tmp_contents #tmp_info .section .details .connection ul {
	display: block;
	padding: 0 15px;
}
#tmp_contents #tmp_info .section .details .connection ul li {
	margin-bottom: 11px;
}
#tmp_contents #tmp_info .section .details .connection ul li a {
	padding: 11px 23px;
}
#tmp_contents #tmp_info .inlinelinks ul {
	display: block;
	padding: 0 15px;
	margin-bottom: 0;
}
#tmp_contents #tmp_info .inlinelinks ul li {
	margin-bottom: 20px;
}
#tmp_contents #tmp_info .inlinelinks ul li:last-child {
	margin-bottom: 0;
}
#tmp_contents #tmp_info .inlinelinks ul li a {
	padding: 15px 0;
	font-size: 128.6%;
}
}
/* 浜名区
================================================== */
.type_hamanaku #tmp_contents h1 {
	background: #f7931d;
}
.type_hamanaku #tmp_contents h1:before {
	top: -29.5px;
	border-bottom: 10px solid #875010;
}
.type_hamanaku #tmp_contents h2,
.type_hamanaku #tmp_contents h3 {
	border-left: 8px solid #f7931d;
}
/* 天竜区
================================================== */
.type_tenryuku #tmp_contents h1 {
	background: #0ca749;
}
.type_tenryuku #tmp_contents h1:before {
	top: -30.5px;
	border-bottom: 10px solid #087333;
}
.type_tenryuku #tmp_contents h2,
.type_tenryuku #tmp_contents h3 {
	border-left: 8px solid #0ca749;
}