@charset "utf-8";

#tmp_contents h1 {
	margin: 0 0 40px;
	padding:14px 0 30px;
	border-bottom: 5px solid #000000;
	font-size: 188.9%;
	line-height: 1.4;
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	margin: 1.5em 0 1em;
	clear:both; /* Do not edit */
}
#tmp_contents h2 {
	position:relative;
	padding: 18px 25px 16px;
	border-bottom: 1px dashed #000000;
	font-size: 155.6%;
}
#tmp_contents h2::before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:3px;
	width:4px;
	background-color:#004898;
	color:#fff;
}
#tmp_contents h3 {
	padding: 18px 22px 10px;
	color: inherit;
	background-color: #f7f5f5;
	border-bottom: 1px solid #004898;
	font-size: 144.4%;
}
#tmp_contents h4 {
	padding-left: 24px;
	background-repeat: no-repeat;
	background-image: -moz-linear-gradient(-45deg, #004898 50%, #000000 50%);
	background-image: -moz-linear-gradient(-45deg, #004898 50%, #000000 50%);
	background-image: linear-gradient(-45deg, #004898 50%, #000000 50%);
	background-size: 16px 16px;
	background-position: left 9px;
	font-size: 122.2%;
}
#tmp_contents h5 {
	position:relative;
	padding-left: 21px;
	font-size: 111.1%;
}
#tmp_contents h5::before {
	content:'';
	position:absolute;
	left:0;
	top:15px;
	width:14px;
	height:2px;
	background-color:#004898;
	color:#fff;
}
#tmp_contents h6 {
	font-size: 100%;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p {
	margin:0 0 0.8em; /* Do not edit */
	line-height: 1.8;
}
#tmp_contents ul {
	margin:0 0 1.8em 1.2em; /* Do not edit */
	list-style-image:url(/shared/images/icon/list_icon.gif); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 1.3em 3.2em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.3em; /* Do not edit */
	line-height: 1.8;
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.1em; /* Do not edit */
}
/* ==================================================
parts
================================================== */
/* img_cap
================================================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
#tmp_contents .col2 h3 {
	margin-top:0;
}

/* outline
================================================== */
#tmp_contents .outline {
	margin:0 0 60px; /* Do not edit */
	border:4px solid #f08a3f;
	border-radius: 10px;
	clear:both; /* Do not edit */
}
#tmp_contents table.outline {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.outline td {
	padding:20px 34px 16px 26px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_contents div.outline {
	padding:20px 34px 16px 26px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_contents .outline ul {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ol {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents .outline p:last-child {
	margin-bottom: 0;
}
/* box_btn
================================================== */
#tmp_contents ul.box_btn {
	margin:0 0 25px; /* Do not edit */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin:0 0 25px;
	padding: 22px 16px;
	color:inherit;
	background-color: #ffffff;
	border: 2px solid #000000;
	font-weight: bold;
}
#tmp_contents ul.box_btn li a {
	display: block;
	text-decoration: none;
	margin: -24px -18px;
	padding: 22px 38px 22px 16px;
	background-color: #ffffff;
	color: inherit;
	border: 2px solid #000000;
}

/* box_info / box_link
================================================== */
#tmp_contents .box_info,
#tmp_contents .box_link {
	position:relative;
	margin:50px 0 60px; /* Do not edit */
	clear:both; /* Do not edit */
}
#tmp_contents .box_info::before,
#tmp_contents .box_link::before {
	content:'';
	position:absolute;
	left:8px;
	top:3px;
	width:2px;
	height:80px;
	background-color:#000000;
	color:#ffffff;
}
#tmp_contents table.box_info,
#tmp_contents table.box_link {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_ttl,
#tmp_contents .box_link .box_link_ttl {
	padding-left: 28px;
	position:relative;
}
#tmp_contents .box_info .box_info_ttl::before,
#tmp_contents .box_link .box_link_ttl::before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:25px;
	background-color:#f7f5f5;
	z-index:-1;
}
#tmp_contents .box_info .box_info_ttl p,
#tmp_contents .box_link .box_link_ttl p {
	font-weight:bold;
	font-size: 155.6%;
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_cnt,
#tmp_contents .box_link .box_link_cnt {
	padding: 17px 27px 22px;
	background-color:#f7f5f5;
	border:1px solid #f7f5f5;
}
#tmp_contents .box_info ul,
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ol,
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol,
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol  {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_menu
================================================== */
#tmp_contents .box_menu {
	margin:0 0 50px; /* Do not edit */
	color: inherit;
	background-color: #ffffff;
	border: 2px solid #000000;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_menu {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_menu .box_menu_ttl {
	padding: 22px 16px;
	font-weight: bold;
	border-bottom: 2px solid #000000;
}
#tmp_contents .box_menu .box_menu_ttl a {
	display: block;
	text-decoration: none;
	margin: -22px -16px;
	padding: 22px 38px 22px 16px;
	color: inherit;
	background-color:#ffffff;
}
#tmp_contents .box_menu .box_menu_cnt {
	padding: 16px 18px;
}
#tmp_contents .box_menu_ttl p {
	margin-bottom: 0;
}
#tmp_contents .box_menu ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:21px; /* Do not edit */
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:21px; /* Do not edit */
}
#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents .box_menu ul:last-child,
#tmp_contents .box_menu ol:last-child {
	margin-bottom: 2px;
}
#tmp_contents .box_menu ul li:last-child,
#tmp_contents .box_menu ol li:last-child {
	margin-bottom: 0;
}

/* datatable
   enquete_table
================================================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 30px; /* Do not edit */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #dddddd;
	word-break: break-all;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding:14px 14px 10px;
	color:inherit;
	background-color:#f5f2f2;
	border:1px solid #dddddd;
	text-align: left;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding:12px 14px 13px;
	border:1px solid #dddddd;
}
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding:0 0 0.5em; /* Do not edit */
	font-weight:bold; /* Do not edit */
	text-align:left; /* Do not edit */
}
#tmp_contents table.datatable p {
	margin:0; /* Do not edit */
}
#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol,
#tmp_contents table.enquete_table ul,
#tmp_contents table.enquete_table ol {
	margin:0.2em 0 0 24px; /* Do not edit */
}
#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol,
#tmp_contents table.enquete_table ul ul,
#tmp_contents table.enquete_table ul ol,
#tmp_contents table.enquete_table ol ul,
#tmp_contents table.enquete_table ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents table.enquete_table {
	width:100%; /* Do not edit */
}
#tmp_contents table.enquete_table th {
	width:20%; /* Do not edit */
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#d11818; /* base.css > Styles > .text_red */
	font-weight:normal; /* Do not edit */
	background-color:transparent; /* Do not edit */
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0; /* Do not edit */
	text-align:center; /* Do not edit */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* Setting by CMS sheets */
#tmp_contents table.datatable table th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* base.css > Styles > th.bg_red */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* base.css > Styles > th.bg_yellow */
}
#tmp_contents table.datatable table th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* base.css > Styles > th.bg_blue */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* base.css > Styles > th.bg_gray */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* base.css > Styles > th.bg_green */
}
#tmp_contents table.datatable table th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* base.css > Styles > th.bg_purple */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* nest-datatable
================================================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color:inherit; /* Do not edit */
	background-color:transparent; /* Do not edit */
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #dddddd; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color:#f5f2f2; /* = table.datatable th */
	border:1px solid #dddddd; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #dddddd; /* = table.datatable td */
}

/* ==================================================
general
================================================== */
/* cate_ttl
================================================== */
#tmp_wrap_cate_ttl {
	position: relative;
}
#tmp_wrap_cate_ttl::after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:220px;
	bottom:0;
	background-color: #f1f1f1;
	color: #000000;
	z-index:-2;
}
#tmp_cate_ttl .cate_img {
	position: relative;
	z-index: 1;
	width: calc(100% - 40px);
}
#tmp_cate_ttl .cate_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}
#tmp_cate_ttl h1 {
	font-size: 188.89%;
	line-height: 1.4;
	padding: 22px 30px 20px 30px;
	background-color: #004898;
	color: #ffffff;
	margin: 0 0 0 40px;
	position: relative;
	z-index: 1;
	min-height:137px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
#tmp_cate_ttl h1:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 24px solid transparent;
	border-right: 24px solid #000000;
}
#tmp_cate_ttl .cate_img + h1 {
	margin-top: -115px;
}
/* main_container
================================================== */
#tmp_wrap_main_container {
	background-color: #f1f1f1;
	color: #000000;
	padding-top:26px;
}
#tmp_main_container {
	position:relative;
	padding:28px 40px 85px;
	background-color:#ffffff;
	border: 1px solid #ffffff;
	color:#000000;
	border-radius:16px 16px 0 0;
}
/* guide_txt
================================================== */
#tmp_contents .guide_txt {
	margin:0 0 44px;
	font-weight: bold;
}
#tmp_contents .guide_txt .txt_red {
	color: #cc0000;
}
/* 目次
================================================== */
#tmp_anchor {
	margin:0 0 42px;
	clear:both;
}
.no_javascript #tmp_anchor {
	display:none;
}
#tmp_contents .anchor_ttl {
	display:none;
}
#tmp_contents .anchor_cnt ul,
#tmp_contents .anchor_cnt ul li,
#tmp_contents .anchor_cnt ul li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_contents .anchor_cnt ul {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	margin:0;
	list-style:none;
	border: 2px solid #000000;
}
#tmp_contents .anchor_cnt li {
	width:25%;
	font-size: 88.9%;
	font-weight:bold;
	border-bottom:1px solid #000000;
	margin: 0;
}
#tmp_contents .anchor_cnt li:nth-child(4n+1):nth-last-child(-n+4) ,
#tmp_contents .anchor_cnt li:nth-child(4n+1):nth-last-child(-n+4) ~ li{
	border-bottom:none;
}
#tmp_contents .anchor_cnt li a {
	position:relative;
	min-height:66px;
	padding:10px 32px 10px 17px;
	color:#000000;
	text-decoration:none;
	align-items: center;
	flex-grow:1;
	border-right:1px solid #000000;
	background-color: #ffffff;
}
#tmp_contents .anchor_cnt li:nth-child(4n) a {
	border-right:none;
}
#tmp_contents .anchor_cnt li a::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 8px;
	top: 50%;
	right: 12px;
	background: url(/shared/templates/free/images/general/anchor_icon.png) no-repeat;
	background-size: 100% auto;
	transform: translateY(-50%);
}
#tmp_anchor.anchor_col1{
	margin: 0 auto;
}
#tmp_anchor.anchor_col1 .anchor_cnt ul{
	flex-wrap: nowrap;
}
#tmp_anchor.anchor_col1 .anchor_cnt ul li{
	width: 100%;
	border-bottom: none;
}
#tmp_anchor.anchor_col1 .anchor_cnt ul li:last-child a{
	border-right: none;
}
/* rnavi_btn
================================================== */
#tmp_contents .rnavi_btn {
	line-height:1.5;
	font-weight:bold;
	clear:both;
}
#tmp_contents .rnavi_btn a {
	text-align:left;
	display:inline-block;
	text-decoration:none;
	min-width:387px;
	border:2px solid #000000;
	padding:24px 33px 24px 16px;
}
/* special_splide
================================================== */
.special_splide_wrap {
	position: relative;
	margin:0 0 70px;
}
#tmp_contents #tmp_special_splide .splide__list {
	list-style:none;
	margin: 0;
}
#tmp_contents #tmp_special_splide .splide__slide,
#tmp_contents #tmp_special_splide .splide__slide p {
	margin: 0;
}
#tmp_special_splide .splide__track {
	margin: 0 -15px
}
#tmp_special_splide .splide__slide {
	position:relative;
	padding: 33px 15px 15px;
}
#tmp_special_splide .special_item {
	display: table;
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}
#tmp_special_splide .special_image {
	width: 62.6%;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
#tmp_special_splide .special_image img {
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: 0.3s opacity ease-in-out;
}
#tmp_contents #tmp_special_splide p.special_ttl {
	margin: 0;
}
#tmp_special_splide .special_ttl {
	display: table-cell;
	vertical-align: top;
	width: 37.4%;
	padding: 100px 53px;
	font-weight: bold;
	font-size: 133.3%;
}
#tmp_special_splide .special_ttl a {
	color: inherit;
	display:inline-block;
	background-color: transparent;
}
#tmp_special_splide .special_ttl a:hover {
	text-decoration:underline;
}
#tmp_special_splide:not(.is-initialized) .splide__list {
	display:block;
}
#tmp_special_splide.splide_common .splide__controls {
	position: absolute;
	bottom: 35px;
	right: 25px;
	z-index: 2;
}
/* sub_special
================================================== */
.sub_special_wrap {
	margin:10px -10px 60px;
}
#tmp_sub_special {
	padding:0 0 36px;
}
#tmp_sub_special .splide__track {
	padding:10px;
}
#tmp_contents #tmp_sub_special .splide__list {
	list-style:none;
	margin:0;
}
#tmp_contents #tmp_sub_special .splide__list p {
	margin: 0;
}
#tmp_sub_special .sub_special_ttl {
	position: relative;
	line-height:1.4;
	padding: 21px 30px 18px 19px;
	background-color: #f1f1f1;
	color: #000000;
	min-height: 90px;
}
#tmp_sub_special .splide__slide {
	padding:18px 0;
	width: 204px;
}
#tmp_sub_special .splide__slide.is-active:not(.splide__slide--clone) {
	padding:0;
	width: 240px;
}
#tmp_sub_special .sub_special_item {
	transform-origin: center center;
	transition: transform 600ms ease;
}
#tmp_sub_special .sub_special_item.active .sub_special_ttl a,
#tmp_sub_special .sub_special_item .sub_special_ttl a:hover {
	text-decoration: underline;
}
#tmp_sub_special .splide__slide .sub_special_image img {
	width:100%;
	height:auto;
	vertical-align: top;
	transition: 0.3s opacity ease-in-out;
}
#tmp_sub_special .sub_special_ttl a {
	text-decoration:none;
	color:#000000;
	background-color: transparent;
	display:block;
}
#tmp_sub_special .splide__slide.is-active .sub_special_ttl {
	padding-top: 23px;
	padding-bottom: 26px;
	min-height: 100px;
	background-color: #ffffff;
}
#tmp_sub_special .splide__slide.is-active .sub_special_item {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#tmp_sub_special .splide__controls {
	position:absolute;
	bottom: 0;
	right: -1px;
}
#tmp_sub_special.no-splide .splide__slide {
	padding: 18px 8px;
	width: 25%;
}
#tmp_contents #tmp_sub_special.no-splide .splide__list {
	justify-content: center;
	margin: 0 -8px;
}
#tmp_contents #tmp_sub_special.no-splide .sub_special_item {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#tmp_contents #tmp_sub_special.no-splide .sub_special_ttl {
	background-color: #ffffff;
}
/* box_card
================================================== */
#tmp_contents .box_card {
	position: relative;
	width: 100%;
	margin: 10px 0 5px;
	border-collapse: separate;
	border-spacing: 0;
	background-color: #ffffff;
	color: #000000;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#tmp_contents .box_card p {
	margin: 0;
}
#tmp_contents .box_card .box_card_img {
	width: 183px;
	padding: 0;
}
#tmp_contents .box_card .box_card_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
	transition: 0.3s opacity ease-in-out;
}
#tmp_contents .box_card .box_card_cnt {
	position: relative;
	color: #000000;
	background-color: #ffffff;
	padding: 5px 20px;
	height: 140px;
}
#tmp_contents .box_card .box_card_cnt a {
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	padding-right:20px;
}
#tmp_contents .box_card_col2,
#tmp_contents .box_card_col2 .wrap_box_card {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_contents .box_card_col2 {
	margin:0 -10px;
}
#tmp_contents .box_card_col2 .wrap_box_card {
	width:50%;
	padding:0 10px;
}
#tmp_contents .box_card_col2 .box_card {
	display:table;
}
#tmp_contents .box_card_col2 .box_card .box_card_img {
	display:table-cell;
	vertical-align:top;
}
#tmp_contents .box_card_col2 .box_card .box_card_cnt {
	display:table-cell;
	vertical-align:middle;
}
/* box_pickup
================================================== */
#tmp_contents .box_pickup {
	border-collapse: separate;
	border-spacing: 0;
	border:none;
	border-top: 4px solid #004898;
	background-color: #ffffff;
	color: #000000;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	width: 100%;
	margin:0 0 30px;
}
#tmp_contents .box_pickup td {
	vertical-align:top;
	padding:0;
}
#tmp_contents .box_pickup .pickup_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}
#tmp_contents .box_pickup p {
	margin: 0;
}
#tmp_contents .box_pickup .pickup_link {
	position: relative;
	padding: 14px 18px 18px;
}
#tmp_contents table.box_pickup .pickup_link {
	height:90px;
	vertical-align: middle;
}
#tmp_contents .box_pickup .pickup_link p {
	line-height: 1.4;
}
#tmp_contents .box_pickup .pickup_link a {
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	padding-right:20px;
}
#tmp_contents .box_pickup_col4,
#tmp_contents .box_pickup_col4 .wrap_box_pickup {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_contents .box_pickup_col4 {
	margin:0 -10px;
}
#tmp_contents .box_pickup_col4 .wrap_box_pickup {
	width:25%;
	padding:0 10px;
}
/* social_list
================================================== */
.custom_general .social_list {
	justify-content: center;
	margin: 0 -5px;
}
.custom_general .social_list li {
	width: auto;
	min-width: 200px;
	padding: 0 5px;
}
.custom_general .social_list a {
	font-size: 88.89%;
	font-weight: 500;
	padding: 8px 38px 5px 20px;
	min-width: 200px;
}
.custom_general .social_list .social_twitter a {
	border-color: #76c2f5;
}
.custom_general .social_list .social_facebook a {
	border-color: #5a91d8;
}
.custom_general .social_list .social_line a {
	border-color: #41d184;
}
.custom_general .social_list .social_twitter  a::before {
	background-image: url(/shared/images/icon/arr_icon_btn_twitter.png);
	background-size: 14px auto;
}
.custom_general .social_list .social_facebook  a::before {
	background-image: url(/shared/images/icon/arr_icon_btn_fb.png);
	background-size: 14px auto;
}
.custom_general .social_list .social_line  a::before {
	background-image: url(/shared/images/icon/arr_icon_btn_line.png);
	background-size: 14px auto;
}
.custom_general #tmp_contents .news_list {
	list-style: none;
	margin: 0;
	font-size: 100%;
}
.custom_general #tmp_contents .news_list li {
	margin: 0;
	padding-bottom: 12px;
}
.custom_general #tmp_contents .news_list li:not(:first-child) {
	padding-top: 13px;
}
.custom_general #tmp_contents .news_list p {
	margin-bottom: 0;
}
.custom_general #tmp_contents .news_list .news_date {
	width: 91px;
}
/* ==================================================
第一階層
================================================== */
/* idx_ttl
================================================== */
#tmp_idx_ttl {
	margin:60px 0 30px;
	clear:both;
}
#tmp_idx_ttl h1 {
	font-size: 333.3%;
	padding: 28px 0 18px;
 	letter-spacing: 0.1em;
	border-bottom:3px solid #000000;
	background-repeat:no-repeat;
	background-position:top left;
}
#tmp_idx_ttl.idx_ttl_001000000000 h1 {
	background-image:url(/shared/templates/free/images/idx/idx_ttl_001_en.png);
}
#tmp_idx_ttl.idx_ttl_002000000000 h1 {
	background-image:url(/shared/templates/free/images/idx/idx_ttl_002_en.png);
}
#tmp_idx_ttl.idx_ttl_003000000000 h1 {
	background-image:url(/shared/templates/free/images/idx/idx_ttl_003_en.png);
}
#tmp_idx_ttl.idx_ttl_004000000000 h1 {
	background-image:url(/shared/templates/free/images/idx/idx_ttl_004_en.png);
}
#tmp_idx_ttl.idx_ttl_005000000000 h1 {
	background-image:url(/shared/templates/free/images/idx/idx_ttl_005_en.png);
}
#tmp_idx_ttl.idx_ttl_006000000000 h1 {
	background-image:url(/shared/templates/free/images/idx/idx_ttl_006_en.png);
}
/* top_ttl
================================================== */
#tmp_top_ttl {
	margin:15px 0 60px;
	background-repeat:no-repeat;
	background-position:left bottom;
	border-bottom:3px solid #000000;
	min-height:160px;
	padding-top:30px;
	clear:both;
}
#tmp_top_ttl .main_ttl {
	font-size: 333.3%;
	font-weight:bold;
	line-height:1.5;
	text-shadow:
		#ffffff 2px 0px,  #ffffff -2px 0px,
		#ffffff 0px -2px, #ffffff 0px 2px,
		#ffffff 2px 2px , #ffffff -2px 2px,
		#ffffff 2px -2px, #ffffff -2px -2px,
		#ffffff 1px 2px,  #ffffff -1px 2px,
		#ffffff 1px -2px, #ffffff -1px -2px,
		#ffffff 2px 1px,  #ffffff -2px 1px,
		#ffffff 2px -1px, #ffffff -2px -1px;
	margin-bottom:15px;
}
#tmp_top_ttl p:not(.main_ttl) {
	font-size: 166.66%;
	line-height:1.15;
	font-weight:bold;
	color:#004898;
	background-color:transparent;
}
#tmp_top_ttl.top_ttl_open {
	background-image:url(/shared/templates/free/images/cate/idx_ttl_open_img.png);
}
#tmp_top_ttl.top_ttl_process {
	background-image:url(/shared/templates/free/images/cate/idx_ttl_process_img.png);
}
#tmp_top_ttl.top_ttl_jigyosha {
	background-image:url(/shared/templates/free/images/cate/idx_ttl_jigyosha_img.png);
}
#tmp_top_ttl.top_ttl_faq {
	background-image:url(/shared/templates/free/images/cate/idx_ttl_faq_img.png);
}
#tmp_top_ttl.top_ttl_sodan {
	background-image:url(/shared/templates/free/images/cate/idx_ttl_sodan_img.png);
}
#tmp_top_ttl.top_ttl_jigyosha p:not(.main_ttl) {
	letter-spacing:0.09em;
}
/* idx_notice
================================================== */
#tmp_idx_notice {
	background-color: #f1f1f1;
	color: #000000;
	padding:55px 0 60px;
	margin:107px 0 60px;
	clear:both;
}
#tmp_idx_notice_ttl {
	position:relative;
	margin-top:-133px;
}
#tmp_contents #tmp_idx_notice h2 {
	border:none;
	padding:13px 0 10px 205px;
	margin-bottom: 23px;
	background-image: url(/shared/templates/free/images/idx/notice_txt.png);
	background-repeat:no-repeat;
	background-position: 0 6px;
	min-height:44px;
	letter-spacing:0.07em;
}
#tmp_contents #tmp_idx_notice h2::before {
	display:none;
}
/* notice_tbl */
#tmp_contents .notice_tbl {
	margin-bottom: 30px;
	width: 100%;
	border-collapse: collapse;
}
#tmp_contents #tmp_idx_notice .notice_tbl{
	margin-bottom: 60px;
}
#tmp_contents .notice_tbl tr{
	border-bottom: 1px dotted #cccccc;
}
#tmp_contents .notice_tbl td{
	padding: 16px 0 14px;
	font-weight: 500;
}
#tmp_contents .notice_tbl tr:first-child td {
	padding-top:0;
}
#tmp_contents #tmp_idx_notice .notice_tbl tr:first-child td {
	padding-top:16px;
}
#tmp_contents .notice_tbl .notice_date {
	padding-right: 5px;
	width: 5.5em;
}
#tmp_contents .notice_tbl .notice_link a{
	display: inline-block;
}
#tmp_contents .notice_tbl .notice_link a:hover,
#tmp_contents .notice_tbl .notice_link a:focus{
	text-decoration: none;
}
/* read_more
================================================== */
#tmp_contents .read_more {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -7px;
}
#tmp_contents .read_more li{
	margin-bottom:0;
	padding: 0 7px;
}
#tmp_contents .read_more a {
	display: block;
	text-decoration: none;
	padding: 9px 46px 6px 32px;
	background-color:#ffffff;
	border: 2px solid #000000;
	min-width: 284px;
	font-weight: bold;
	color: #000000;
	position:relative;
}
/* idx_blogs
================================================== */
#tmp_idx_blogs{
	padding-bottom: 60px;
	overflow: hidden;
}
#tmp_idx_blogs .blogs_menu,
#tmp_contents .anchor_menu,
.anchor_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 0 60px;
	border: 2px solid #000000;
	list-style: none;
}
#tmp_idx_blogs .blogs_menu li,
#tmp_contents .anchor_menu li,
.anchor_menu li {
	margin-bottom: 0;
	width: 25%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height:1.25;
}
#tmp_idx_blogs .blogs_menu li a,
#tmp_contents .anchor_menu li a,
.anchor_menu li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 40px 10px 28px;
	background: #ffffff url(/shared/templates/free/images/idx/arrow_dop.png) no-repeat right 20px center;
	height: 100%;
	font-size: 88.9%;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	position:relative;
	min-height:65px;
}
#tmp_idx_blogs .blogs_menu li a:focus-visible,
#tmp_contents .anchor_menu li a:focus-visible,
.anchor_menu li a:focus-visible {
	outline-offset: -2px;
}
#tmp_idx_blogs .blogs_menu li:nth-child(4n),
#tmp_contents .anchor_menu li:nth-child(4n),
.anchor_menu li:nth-child(4n) {
	border-right: none;
}
#tmp_idx_blogs .blogs_menu li:nth-last-child(-n + 4):nth-child(4n + 1),
#tmp_idx_blogs .blogs_menu li:nth-last-child(-n + 4):nth-child(4n + 1) ~ li,
#tmp_contents .anchor_menu li:nth-last-child(-n + 4):nth-child(4n + 1),
#tmp_contents .anchor_menu li:nth-last-child(-n + 4):nth-child(4n + 1) ~ li,
.anchor_menu li:nth-last-child(-n + 4):nth-child(4n + 1),
.anchor_menu li:nth-last-child(-n + 4):nth-child(4n + 1) ~ li {
	border-bottom: none;
}
#tmp_idx_blogs .blogs_cnt{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -20px;
}
#tmp_idx_blogs .blog_box{
	margin-bottom: 40px;
	padding: 0 20px;
	width: 50%;
}
#tmp_idx_blogs .blog_box p{
	margin-bottom: 0;
}
#tmp_idx_blogs .blog_box_inner{
	background-color: #ffffff;
	height: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	color: #000000;
}
#tmp_idx_blogs .blog_box_img img{
	display: block;
	width: 100%;
	height: auto;
}
#tmp_idx_blogs .blog_box_ttl{
	position: relative;
	margin: -34px 20px 0 0;
	padding: 14px 20px 13px;
	background-color: #004898;
	font-size: 133.3%;
	font-weight: bold;
	color: #ffffff;
	z-index: 2;
}
#tmp_idx_blogs .blog_box_ttl:after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 28px 28px;
	border-color: transparent transparent #000000;
	z-index: -1;
}
#tmp_idx_blogs .blog_box_ttl a {
	color: #ffffff;
	background-color: #004898;
}
#tmp_idx_blogs .blog_box_links{
	padding: 12px 20px 26px;
}
#tmp_idx_blogs .blog_box_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -10px 4px;
}
#tmp_idx_blogs .blog_box_list li{
	margin-bottom: 0;
	padding: 0 10px;
	width: 50%;
	list-style: none;
	font-weight: 500;
}
#tmp_idx_blogs .blog_box_list p{
	margin-bottom: 0;
	padding: 12px 0;
	border-bottom: 1px dotted #cccccc;
	line-height: 1.3;
	height: 100%;
}
#tmp_idx_blogs .blog_box_list a{
	display: inline-block;
	padding: 5px 0 5px 39px;
	background: transparent url(/shared/images/icon/icon_link_arrow.png) no-repeat 10px 6px;
	color: inherit;
	text-decoration: none;
}
#tmp_idx_blogs .blog_box_list a:hover{
	text-decoration: underline;
}
.blog_box .btn_more a{
	display: block;
	background: url(/shared/templates/free/images/idx/more_btn_open.png) no-repeat right 11px center;
	margin: 30px auto;
	padding: 7px 34px;
	max-width: 284px;
	min-height: 52px;
	border: 2px solid #000000;
	text-decoration: none;
}
.blog_box .btn_more a.hide {
	background-image: url(/shared/templates/free/images/idx/more_btn_close.png);
}
/* idx_menu_btn
================================================== */
#tmp_contents .idx_menu_btn,
#tmp_contents .idx_menu_btn li,
#tmp_contents .idx_menu_btn li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_contents .idx_menu_btn {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	list-style:none;
	margin:0 -10px;
	font-weight:bold;
}
#tmp_contents .idx_menu_btn li {
	width:50%;
	padding:0 10px;
	margin:0 0 25px;
	line-height:1.4;
}
#tmp_contents .idx_menu_btn li a {
	text-decoration:none;
	align-items: center;
	flex-grow:1;
	border:2px solid #000000;
	color:inherit;
	background-color:#ffffff;
	padding:10px 34px 10px 16px;
	min-height:80px;
}
/* idx_menu_list
================================================== */
#tmp_contents .idx_menu_list li {
	margin-bottom:5px;
}
/* cate_menu
================================================== */
#tmp_wrap_cate_menu,
#tmp_wrap_cate_menu .wrap_cate_menu,
#tmp_wrap_cate_menu .cate_menu,
#tmp_wrap_cate_menu .cate_menu_inner,
#tmp_wrap_cate_menu .cate_menu_cnt,
#tmp_wrap_cate_menu .cate_menu_btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_wrap_cate_menu {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	margin: 0 -20px;
}
#tmp_wrap_cate_menu .wrap_cate_menu {
	width: 50%;
	padding: 0 20px;
	margin: 0 0 40px;
}
#tmp_wrap_cate_menu .cate_menu_inner {
	color: #000000;
	background-color: #ffffff;
	padding:0 0 25px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: column;
}
#tmp_wrap_cate_menu .cate_menu_img img {
	display: block;
	width: 100%;
	height: auto;
}
#tmp_wrap_cate_menu .cate_menu h3 {
	margin: 0;
}
#tmp_wrap_cate_menu .cate_menu p {
	margin-bottom: 0;
}
#tmp_wrap_cate_menu .cate_menu_ttl {
	width:100%;
}
#tmp_wrap_cate_menu .cate_menu_cnt {
	padding:15px 20px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_wrap_cate_menu .cate_menu_cnt .menu_list {
	flex-grow: 1;
}
#tmp_wrap_cate_menu .cate_menu p.cate_menu_btn {
	font-weight:bold;
	min-width:412px;
	padding:0 15px;
	margin:auto auto 15px;
}
#tmp_wrap_cate_menu .cate_menu_btn a {
	align-items: center;
	min-height:52px;
	border:2px solid #000000;
	text-decoration:none;
	padding:5px 34px 5px 20px;
}
/* cate_menu_list
================================================== */
#tmp_cate_menu_list {
	position:relative;
	padding:30px 0;
	margin:60px 0;
	background-color:#f1f1f1;
	color:inherit;
	clear:both;
}
#tmp_cate_menu_list::before {
	content:'';
	position:absolute;
	left:calc(50% - 50vw);
	right:calc(50% - 50vw);
	top:0;
	bottom:0;
	background-color:#f1f1f1;
	color:inherit;
	z-index:-1;
	width:100vw;
}
#tmp_cate_menu_list ul,
#tmp_cate_menu_list ul li,
#tmp_cate_menu_list ul li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_cate_menu_list ul {
	list-style:none !important;
	margin:0 -8px;
	font-weight:bold;
}
#tmp_cate_menu_list ul li {
	width:20%;
	padding:0 8px;
}
#tmp_cate_menu_list ul li a {
	border:2px solid #000000;
	background-color:#ffffff;
	color:#222222;
	text-decoration:none;
	align-items: center;
	flex-grow:1;
	min-height:80px;
	padding:5px 34px 5px 14px;
}
#tmp_cate_menu_list.cate_open ul {
	margin:0 -10px;
}
#tmp_cate_menu_list.cate_open ul li {
	width:25%;
	padding:0 10px;
}
#tmp_cate_menu_list ul li.active a {
	background-color:#dae7f8;
}
/* process_box_btn
================================================== */
#tmp_contents .process_box_btn ul.box_btn {
	margin:60px 0 0;
	text-align:right;
}
#tmp_contents .process_box_btn ul.box_btn li {
	border:none;
	padding:0;
	margin:0;
	display:inline-block;
	width:33.333333%;
	text-align:left;
}
#tmp_contents .process_box_btn ul.box_btn li a {
	margin:0;
	padding:15px 34px 15px 14px;
}

/* ==================================================
施設一覧
================================================== */
/* box_facilities_btn
================================================== */
#tmp_contents .box_facilities_btn ul.box_btn,
#tmp_contents .box_facilities_btn ul.box_btn li,
#tmp_contents .box_facilities_btn ul.box_btn li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_contents .box_facilities_btn ul.box_btn {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	margin:0 -10px;
}
#tmp_contents .box_facilities_btn ul.box_btn li {
	width:25%;
	padding: 0 10px;
	border: none;
	margin:0 0 20px;
	line-height:1.25;
}
#tmp_contents .box_facilities_btn ul.box_btn li a {
	margin:0;
	min-height:80px;
	padding:10px 38px 10px 16px;
	align-items: center;
	flex-grow:1;
}
#tmp_contents .box_facilities_btn ul.box_btn li.active a {
	background-color:#d9e7f7;
}
/* map_search
================================================== */
#tmp_map_search {
	padding:25px;
	margin:0 0 60px;
	text-align: center;
	border:1px solid #f1f1f1;
	background-color:#f1f1f1;
	color:#000000;
}
#tmp_map_search .box_keyword,
#tmp_map_search .box_keyword p {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_map_search .box_keyword {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width:850px;
	margin:0 auto;
}
#tmp_map_search .box_keyword p {
	align-items: center;
	margin-bottom:0;
}
#tmp_map_search .box_keyword .box_keyword_label {
	font-size: 111.1%;
	font-weight: bold;
	padding-right:30px;
}
#tmp_map_search .box_keyword .box_keyword_keyword {
	flex:2;
}
#tmp_map_search #keyword {
	flex-grow:1;
	min-height: 50px;
	padding: 8px 10px;
	border: 1px solid #ababab;
	border-right: none;
}
#tmp_map_search #search_keyword {
	display:block;
	width: 100px;
	min-height: 50px;
	cursor:pointer;
	background-color: #000000;
	border: 2px solid #000000;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 3px;
	transition: all 0.2s ease-in-out;
}
#tmp_map_search #search_keyword:hover,
#tmp_map_search #search_keyword:focus {
	text-decoration: underline;
	color: #000000;
	background-color: #ffffff;
}
/* result
================================================== */
#tmp_result {
	margin:0 0 20px;
}
#tmp_result_list {
	padding:24px;
	margin-bottom:20px;
	border:2px solid #dddddd;
	overflow:auto;
}
#tmp_contents #tmp_result_list ul {
	padding:0;
	margin-bottom:0;
}
#tmp_contents #tmp_result_list ul li {
	margin-bottom:6px;
}
/* result_pagination
================================================== */
#tmp_contents .result_pagination a {
	text-align:center;
	margin-left: 1px;
	margin-bottom:5px;
	display: inline-block;
	vertical-align: top;
	font-size: 88.9%;
	padding:9px 7px;
	min-width:40px;
	min-height:40px;
	background-color:#ffffff;
	color:#000000;
	text-decoration: none;
	line-height: 1.25;
}
#tmp_contents .result_pagination .page {
	display: inline-block;
	vertical-align: top;
	padding:9px 0 0;
	line-height: 1.25;
}
#tmp_contents .result_pagination a.prev,
#tmp_contents .result_pagination a.next {
	min-width:120px;
}
#tmp_contents .result_pagination a:first-child {
	margin-left: 0;
}
#tmp_contents .result_pagination a:link {
	border: 1px solid #000000;
}
#tmp_contents .result_pagination a:hover,
#tmp_contents .result_pagination a:focus {
	text-decoration:underline;
}
/* shisetsu_detail_link
================================================== */
#tmp_contents .shisetsu_detail_link {
	border:3px solid #004898;
	padding:20px 25px;
}
#tmp_contents .shisetsu_detail_link p {
	margin-bottom:0;
}
/* shisetsu_tbl
================================================== */
#tmp_contents .shisetsu_tbl {
	width:100% !important;
	border-collapse:collapse;
	border-spacing:0;
	word-break: break-all;
	border-left:1px solid #dddddd;
	border-top:1px solid #dddddd;
	margin:0 0 30px;
}
#tmp_contents .shisetsu_tbl > tbody > tr > th,
#tmp_contents .shisetsu_tbl > tbody > tr > td {
	padding:13px 14px 8px;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
#tmp_contents .shisetsu_tbl > tbody > tr > th {
	background-color:#f5f2f2;
	text-align:left;
	width:25%;
	vertical-align:top;
}
#tmp_contents .shisetsu_tbl p {
	margin-bottom:5px;
}
#tmp_contents .shisetsu_tbl ul {
	margin-bottom:0;
}
#tmp_contents .shisetsu_tbl .row_col3 p {
	display:inline-block;
	vertical-align: middle;
	margin-right:10px;
}
#tmp_contents .shisetsu_tbl table:not([class]) {
	border-top:1px solid #dddddd;
	border-right: none;
	border-bottom: none;
	border-left:1px solid #dddddd;
	margin:0 0 10px;
}
#tmp_contents .shisetsu_tbl table:not([class]) th,
#tmp_contents .shisetsu_tbl table:not([class]) td {
	padding:13px 14px 8px;
	border-top:none;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-left:none;
}
#tmp_contents .shisetsu_tbl table[border="0"]:not([class]),
#tmp_contents .shisetsu_tbl table[border="0"]:not([class]) th,
#tmp_contents .shisetsu_tbl table[border="0"]:not([class]) td {
	border:none;
}

/* sodan_idx
================================================== */
#tmp_sodan_idx p a {
	position:relative;
	padding-left:20px;
}
#tmp_sodan_idx p a::before {
	content:'';
	position:absolute;
	left:0;
	top:0.45em;
	width:0;
	height:0;
	border-style:solid;
	border-width: 4px 0 4px 9px;
	border-color: transparent transparent transparent #000000;
}
/* ==================================================
event_calendar
================================================== */
/* タブ
================================================== */
#tmp_event_cal_tab {
	border-bottom:1px solid #000000;
	margin:0 0 61px;
	clear:both;
}
#tmp_contents #tmp_event_cal_tab ul {
	list-style:none;
	list-style-image:none;
	margin:0 -5px;
}
#tmp_contents #tmp_event_cal_tab li {
	float:left;
	width:50%;
	margin:0 !important;
	padding:0 5px;
	text-align:center;
	font-size:111.11%;
	font-weight:bold;
}
#tmp_contents #tmp_event_cal_tab li a {
	display:block;
	padding:17px 10px 13px;
	color:#222222;
	background-color:#ffffff;
	border:1px solid #000000;
	border-bottom:none;
	text-decoration:none;
	position:relative;
}
#tmp_contents #tmp_event_cal_tab .selected a {
	margin:0 0 -1px !important;
	border-bottom:none;
	color:#ffffff;
	background-color:#004898;
	border-color:#004898;
}
#tmp_contents #tmp_event_cal_tab .selected a::after {
	content:'';
	position:absolute;
	left:50%;
	bottom:-12px;
	margin-left:-12px;
	width:0;
	height:0;
	border-style:solid;
	border-width: 12px 12px 0 12px;
	border-color: #004898 transparent transparent transparent;
}
#tmp_event_cal_tab li span {
	display:inline-block;
	padding:2px 0 2px 30px;
	min-height:24px;
}
#tmp_event_cal_tab_list span {
	background:url(/shared/templates/free/images/event/tab_list_icon.png) no-repeat left center;
}
#tmp_event_cal_tab_cal span {
	background:url(/shared/templates/free/images/event/tab_cal_icon.png) no-repeat left center;
}
#tmp_event_cal_tab_list.selected span {
	background:url(/shared/templates/free/images/event/tab_list_icon_on.png) no-repeat left center;
}
#tmp_event_cal_tab_cal.selected span {
	background:url(/shared/templates/free/images/event/tab_cal_icon_on.png) no-repeat left center;
}
#tmp_event_cal_tab a:hover span,
#tmp_event_cal_tab a:focus span {
	text-decoration:underline;
}
/* 絞り込み検索
================================================== */
#tmp_event_cal_refine {
	border:1px solid #000000;
	margin:36px 0 45px;
	clear:both;
}
#tmp_event_cal_refine_ttl {
	color:#222222;
	background-color:#f5f2f2;
	border:1px solid #f5f2f2;
	padding:16px 18px;
}
#tmp_contents #tmp_event_cal_refine_ttl h2 {
	background:transparent url(/shared/templates/free/images/event/search_icon.png) no-repeat left center;
	padding:4px 0 4px 39px;
	margin:0;
	border:none;
	font-size:133.33%;
}
#tmp_contents #tmp_event_cal_refine_ttl h2::before {
	display:none;
}
#tmp_event_cal_refine_cnt {
	padding:29px 30px 29px 35px;
}
#tmp_event_cal_refine_cnt dl {
	padding:10px 0 8px;
	clear:both;
}
#tmp_event_cal_refine_cnt fieldset {
	padding:0 0 25px;
	clear:both;
}
#tmp_event_cal_refine_cnt dt,
#tmp_event_cal_refine_cnt fieldset legend {
	font-size:111.11%;
	font-weight:bold;
	float:left;
	width:234px;
	padding-top:7px;
}
#tmp_event_cal_refine_cnt dt,
#tmp_event_cal_refine_cnt fieldset legend.genre_ttl {
	padding-top:14px;
}
#tmp_event_cal_refine_cnt dd,
#tmp_event_cal_refine_cnt fieldset ul {
	float:right;
	width: calc(100% - 236px);
	list-style:none;
	list-style-image:none;
	margin:0;
	font-size:88.89%;
	font-weight:bold;
}
#tmp_event_cal_refine_cnt fieldset ul.field,
#tmp_event_cal_refine_cnt fieldset ul.area,
#tmp_event_cal_refine_cnt fieldset ul.target{
	margin-right: -30px;
	width: calc(100% - 206px);
}
#tmp_event_cal_refine_cnt fieldset legend.genre_ttl {
	width:220px;
}
#tmp_event_cal_refine_cnt fieldset .genre {
	width: calc(100% - 230px);
	padding-right:8px;
}
#tmp_event_cal_refine_cnt dd {
	padding-right:12px;
	padding-left:7px;
}
#tmp_event_cal_refine_cnt fieldset li {
	float:left;
	line-height:1.1;
	margin:0;
	position:relative;
}
#tmp_event_cal_refine_cnt fieldset li input[type="checkbox"] {
	position:absolute;
	top:50%;
	left:8px;
	margin-top:-8px;
}
#tmp_event_cal_refine_cnt fieldset li label {
	cursor:pointer;
	display:block;
	padding:9px 10px 9px 30px;
	margin-right:35px;
}
#tmp_event_cal_refine_cnt fieldset .genre li {
	margin:0 0 10px 13px;
	width: 285px;
	background-color:#ffffff !important;
	border:1px solid #000000 !important;
}
#tmp_event_cal_refine_cnt fieldset .genre li label {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding:7px 53px 4px 36px;
	min-height:52px;
	margin-right:0;
	position:relative;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
#tmp_event_cal_refine_cnt fieldset .genre li label::after {
	content:'';
	position:absolute;
	top:50%;
	right:11px;
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	margin-top:-15px;
}
#tmp_event_cal_refine_cnt fieldset .genre li input[type="checkbox"] {
	left:10px;
	margin-top:-7px;
	z-index:5;
}
#tmp_event_cal_refine_cnt fieldset .event_link {
	padding:19px 8px 7px;
	clear: both;
}
#tmp_event_cal_refine_cnt fieldset .event_link a {
	display:block;
	text-decoration:none;
	color:#222222;
	padding-left:27px;
	background:url(/shared/templates/free/images/event/anchor_icon.png) no-repeat left center;
}
#tmp_event_cal_refine_cnt fieldset .event_link a:hover,
#tmp_event_cal_refine_cnt fieldset .event_link a:focus {
	text-decoration:underline;
}
/* event_search */
#tmp_event_search {
	clear:both;
}
#tmp_event_search #tmp_event_keyword {
	width: 100%;
	min-height:54px;
	background-color: #ffffff;
	color: #222222;
	padding: 5px 19px;
	border:1px solid #000000;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
#tmp_event_search #tmp_event_keyword:focus::placeholder {
	color: transparent;
}
/* 月送り
================================================== */
/* event_col3 */
#tmp_contents .event_col3 {
	clear:both;
	width:100%;
	margin:0 0 20px;
}
#tmp_contents .event_col3 .event_col3L,
#tmp_contents .event_col3 .event_col3M {
	display:table;
	float:left;
	width:33.3%;
}
#tmp_contents .event_col3 .event_col3R {
	display:table;
	float:right;
	width:33.3%;
}
/* event_page_navi */
#tmp_contents .event_page_navi p {
	font-size:88.89%;
	font-weight:bold;
}
#tmp_contents .event_page_navi .cal_date {
	font-size:100%;
	line-height:1.25;
	text-align:center;
	margin-bottom:0;
	border:none;
	padding-top:7px;
}
#tmp_contents .event_page_navi .cal_date .month {
	display:inline-block;
	font-size:144.44%;
}
#tmp_lnavi_event_cal_ttl .prev,
#tmp_lnavi_event_cal_ttl .next {
	line-height:1.2;
	margin-bottom:0;
	text-align:left;
	font-size:88.89%;
}
#tmp_lnavi_event_cal_ttl .next,
#tmp_contents .event_page_navi .next {
	text-align:right;
}
#tmp_contents .event_page_navi .prev,
#tmp_contents .event_page_navi .next {
	line-height:1.2;
	margin-bottom:0;
	padding-top:10px;
}
#tmp_lnavi_event_cal_ttl .prev,
#tmp_lnavi_event_cal_ttl .next {
	line-height:1.2;
	margin-bottom:0;
}
#tmp_lnavi_event_cal_ttl .prev a,
#tmp_lnavi_event_cal_ttl .next a,
#tmp_contents .event_page_navi a {
	display:inline-block;
	color:#222222;
	text-decoration:none;
}
#tmp_lnavi_event_cal_ttl .prev a,
#tmp_lnavi_event_cal_ttl .next a,
#tmp_contents .event_page_navi .prev a,
#tmp_contents .event_page_navi .next a {
	background-repeat:no-repeat;
}
#tmp_lnavi_event_cal_ttl .prev a,
#tmp_contents .event_page_navi .prev a {
	background-image:url(/shared/images/icon/icon_prev.png);
	background-position:right center;
	padding:4px 26px 4px 0;
}
#tmp_lnavi_event_cal_ttl .next a,
#tmp_contents .event_page_navi .next a {
	background-image:url(/shared/images/icon/icon_link_arrow.png);
	background-position:left center;
	padding:4px 0 4px 26px;
}
#tmp_contents .event_page_navi a:hover span,
#tmp_contents .event_page_navi a:focus span,
#tmp_lnavi_event_cal_ttl p a:hover span,
#tmp_lnavi_event_cal_ttl p a:focus span,
#tmp_lnavi_event_cal_ttl .prev:hover,
#tmp_lnavi_event_cal_ttl .prev:focus,
#tmp_lnavi_event_cal_ttl .next:hover,
#tmp_lnavi_event_cal_ttl .next:focus,
#tmp_contents .event_page_navi a:hover {
	text-decoration:underline;
}
/* カレンダー形式
================================================== */
#tmp_event_cal_7w {
	overflow-x:auto;
}
#tmp_event_cal_7w .event_cal_7w {
	width:1200px; /* デザインによって変更 */
	margin-bottom:26px;
	padding:0;
	border-collapse:separate; /* 変更しない */
	border-spacing:0; /* 変更しない */
	color:inherit;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#ffffff url(/shared/templates/free/images/event/event_cal_7w_bg.gif) repeat-y right top;
	color:inherit;
}
#tmp_event_cal_7w .event_cal_7w td {
	vertical-align:top; /* 変更しない */
/*	border-right:1px solid #d9d9d9;*/
}
/* 曜日 */
#tmp_event_cal_7w .event_cal_7w tr.cal_th td {
	border-top:none; /* 変更しない */
	border-left:none; /* 変更しない */
	border-bottom:1px solid #cccccc;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td p {
	padding:7px 0 6px;
	color:#000000;
	background-color:#f5f2f2;
	text-align:center;
	font-size:88.89%;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_sun {
	width:14.3%;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_mon,
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_tue,
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_wed,
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_thu,
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_fri {
	width:14.28%;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_sat {
	width:14.3%;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_sun p {
	color:#d11818;
	background-color:#fcecec;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_sat p {
	color:#0049ba;
	background-color:#effcff;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_holiday p span {
	font-weight: normal;
	font-size:87.5%;
	color:#d11818;
	padding-left:5px;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_sun p,
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_holiday p  {
	color:#d11818;
	background-color:#fcecec;
	border:3px solid #fcecec;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_sat p {
	color:#0049ba;
	background-color:#effcff;
	border:3px solid #effcff;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_today p {
	background-color:#fbfbdf;
	border:3px solid #fbfbdf;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td p,
#tmp_event_cal_7w .event_cal_7w tr.cal_week td p {
	margin:0 0 0 1px; /* 変更しない */
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td:first-child p,
#tmp_event_cal_7w .event_cal_7w tr.cal_week td:first-child p {
	margin-left:0; /* 変更しない */
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week + tr td {
	padding:6px 0 0;
}
#tmp_event_cal_7w .event_cal_7w td.cal_today,
#tmp_event_cal_7w .event_cal_7w td.cal_sun,
#tmp_event_cal_7w .event_cal_7w td.cal_sat,
#tmp_event_cal_7w .event_cal_7w tr.cal_th + tr.cal_week td {
	padding-right:1px !important;
}
#tmp_event_cal_7w .event_cal_7w td p {
	margin:0 8px 6px 8px;
	line-height:1.3;
}
#tmp_event_cal_7w .event_cal_7w td p a {
	display:block; /* 変更しない */
	padding:13px 5px 13px 46px;
	min-height:48px;
	color:#333333;
	background-color:transparent;
	font-size:88.9%;
	text-decoration:none;
	position:relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_event_cal_7w .event_cal_7w td p a:hover,
#tmp_event_cal_7w .event_cal_7w td p a:focus {
	text-decoration:underline;
}
#tmp_event_cal_7w .event_cal_7w td p a img {
	position:absolute;
	top:9px;
	left:11px;
	width: 30px;
	height: 30px;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td {
	padding:0; /* 変更しない */
	border-top:1px solid #d9d9d9;
	border-bottom:1px dotted #d9d9d9;
	border-left:none; /* 変更しない */
	font-size:88.9%;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th + tr.cal_week td {
	border-top:none;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td p {
	padding:4px 6px; /* 変更しない */
}
#tmp_event_cal_list .event_cal_list .genre1,
#tmp_event_cal_refine_cnt fieldset .genre li.genre1 label::after {
	background-image:url(/shared/templates/free/images/event/genre_icon_s1.png);
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_1 a,
#tmp_event_cal_list .event_cal_list .genre1 {
	background-color:#fff3e7;
}
#tmp_event_cal_list .event_cal_list .genre2,
#tmp_event_cal_refine_cnt fieldset .genre li.genre2 label::after {
	background-image:url(/shared/templates/free/images/event/genre_icon_s2.png);
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_2 a,
#tmp_event_cal_list .event_cal_list .genre2 {
	background-color:#e5eff4;
}
#tmp_event_cal_list .event_cal_list .genre3,
#tmp_event_cal_refine_cnt fieldset .genre li.genre3 label::after {
	background-image:url(/shared/templates/free/images/event/genre_icon_s3.png);
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_3 a,
#tmp_event_cal_list .event_cal_list .genre3 {
	background-color:#fbefff;
}
#tmp_event_cal_list .event_cal_list .genre4,
#tmp_event_cal_refine_cnt fieldset .genre li.genre4 label::after {
	background-image:url(/shared/templates/free/images/event/genre_icon_s4.png);
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_4 a,
#tmp_event_cal_list .event_cal_list .genre4 {
	background-color:#ebffe7;
}
#tmp_event_cal_list .event_cal_list .genre5,
#tmp_event_cal_refine_cnt fieldset .genre li.genre5 label::after {
	background-image:url(/shared/templates/free/images/event/genre_icon_s5.png);
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_5 a,
#tmp_event_cal_list .event_cal_list .genre5 {
	background-color:#eeeeee;
}
#tmp_event_cal_7w .event_cal_7w td.step_over_prev p {
	margin-left:0; /* 変更しない */
}
#tmp_event_cal_7w .event_cal_7w td.step_over_next p {
	margin-right:0; /* 変更しない */
}
/* もっと見るボタン */
#tmp_event_cal_7w .event_cal_7w p.more,
#tmp_event_cal_7w .event_cal_7w p.more_event,
#tmp_event_cal_list p.more,
#tmp_event_cal_list p.more_event {
	line-height:1.25;
	font-weight:bold;
	font-size:88.88%;
}
#tmp_event_cal_list p.more,
#tmp_event_cal_list p.more_event {
	text-align:center;
}
#tmp_event_cal_7w .event_cal_7w p.more a,
#tmp_event_cal_7w .event_cal_7w p.more_event a,
#tmp_event_cal_list p.more a,
#tmp_event_cal_list p.more_event a {
	text-decoration:none;
	padding:8px 25px 8px 12px;
	border:1px solid #000000;
	background-color:#ffffff;
	color:#222222;
	min-height:auto;
}
#tmp_event_cal_7w .event_cal_7w p.more a,
#tmp_event_cal_7w .event_cal_7w p.more_event a {
	display:block;
}
#tmp_event_cal_list p.more a,
#tmp_event_cal_list p.more_event a {
	display:inline-block;
	min-width:320px;
	text-align:left;
}
#tmp_event_cal_7w .event_cal_7w p.more a:hover span,
#tmp_event_cal_7w .event_cal_7w p.more_event a:hover span,
#tmp_event_cal_list p.more a:hover span,
#tmp_event_cal_list p.more_event a:hover span {
	text-decoration:underline;
}
/* カラムのレイアウトのロジック
================================================== */
#tmp_event_main {
	width:100%;
	clear:both;
	padding-top:15px;
	margin:0 0 50px;
}
.wrap_event_col_lft_navi {
	float:right;
	position:relative;
	z-index:1;
	margin-left:-330px;
}
.wrap_event_col_lft_navi,
#tmp_wrap_event_cal {
	width:290px;
}
.wrap_event_col_main {
	width:100%;
	float:left;
}
.event_col_main {
	margin-right:330px;
}
#event_cal_list_end_position {
	clear:both;
}
/* 一覧右ナビカレンダー
================================================== */
#tmp_lnavi_event_cal {
	background-color:#ffffff;
	color:inherit;
	border:1px solid #000000;
	clear:both;
}
#tmp_lnavi_event_cal_ttl {
	display:table;
	width:100%;
	border-bottom:1px solid #f5f2f2;
	background-color:#f5f2f2;
	color:#000000;
	padding:0 8px;
}
#tmp_lnavi_event_cal_ttl p {
	margin-bottom:0;
	line-height:1.2;
	font-weight:bold;
}
#tmp_lnavi_event_cal_ttl p a {
	display:block;
	color:#ffffff;
	text-decoration:none;
}
#tmp_lnavi_event_cal_ttl p span {
	display:inline-block;
	padding:2px 0;
}
#tmp_lnavi_event_cal_ttl p .month {
	font-size:133.33%;
}
#tmp_lnavi_event_cal_ttl .event_col3L,
#tmp_lnavi_event_cal_ttl .event_col3M,
#tmp_lnavi_event_cal_ttl .event_col3R {
	display:table-cell;
	vertical-align:middle;
	padding:13px 0 12px;
}
#tmp_lnavi_event_cal_ttl .event_col3M {
	text-align:center;
}
#tmp_lnavi_event_cal_ttl .event_col3L,
#tmp_lnavi_event_cal_ttl .event_col3R {
	width:calc(2.5em + 27px);
}
#tmp_lnavi_event_cal_cnt {
	clear:both;
	padding:14px;
}
#tmp_lnavi_event_cal_cnt .calendar,
#tmp_lnavi_event_cal_cnt .calendar td {
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	border:none;
}
#tmp_lnavi_event_cal_cnt .calendar {
	width:100%;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
}
#tmp_lnavi_event_cal_cnt .calendar th {
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	background-color:#f5f2f2;
	color:#000000;
	text-align:center;
	font-weight:normal;
	font-size:88.89%;
	line-height:1.25;
	padding:7px 0 6px;
}
#tmp_lnavi_event_cal_cnt .calendar th.cal_sun {
	background-color:#fcecec;
	color:#d11818;
}
#tmp_lnavi_event_cal_cnt .calendar th.cal_sat {
	background-color:#effcff;
	color:#1570bb;
}
#tmp_lnavi_event_cal_cnt .calendar td {
	text-align:center;
	font-size:88.89%;
	line-height:1.25;
	padding:2px 0;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
#tmp_lnavi_event_cal_cnt .calendar td.bgcolor {
	background-color: #f5f2f2;
}
#tmp_lnavi_event_cal_cnt .calendar td.bgcolor:first-child {
	background-color:#fcecec;
	color:#d11818;
}
#tmp_lnavi_event_cal_cnt .calendar td.bgcolor:last-child {
	background-color:#effcff;
	color:#0049ba;
}
#tmp_lnavi_event_cal_cnt .calendar a {
	display:block;
	padding:5px 0;
	color:#000000;
	background-color:transparent;
	text-decoration:underline;
}
#tmp_lnavi_event_cal_cnt .calendar a:hover {
	text-decoration:none;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_today {
	color:#000000;
	background-color:#fbfbdf !important;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sun,
#tmp_lnavi_event_cal_cnt .calendar td.cal_holiday,
#tmp_lnavi_event_cal_cnt .calendar td.cal_sun a,
#tmp_lnavi_event_cal_cnt .calendar td.cal_holiday a {
	color:#d11818 !important;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sat,
#tmp_lnavi_event_cal_cnt .calendar td.cal_sat a {
	color:#0049ba;
}
/* 一覧形式
================================================== */
#tmp_event_cal_list h2,
#tmp_event_cal_list h3 {
	margin-top:0;
}
#tmp_event_cal_list .event_cal_list {
	width:100%;
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse;
	border-spacing:0;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
#tmp_event_cal_list .event_cal_list td {
	padding:17px 10px 18px;
	vertical-align:top;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#tmp_event_cal_list .event_cal_list td.cal_date {
	width:152px;
	vertical-align: middle;
	padding:12px 10px;
	font-weight:bold;
}
#tmp_event_cal_list .event_cal_list td.cal_date p {
	display:block;
	text-align:center;
	line-height:1.7;
}
#tmp_event_cal_list .event_cal_list td.cal_date .day {
	font-size:155.55%;
}
#tmp_event_cal_list .event_cal_list td.cal_date .week {
	font-size:111.11%;
}
#tmp_event_cal_list .event_cal_list td.cal_today {
	border:3px solid #1570bb;
	border-left:none;
}
#tmp_event_cal_list .event_cal_list td.cal_date.cal_today {
	border-left:3px solid #1570bb;
	border-right:1px solid #cccccc;
}
#tmp_event_cal_list .event_cal_list .cal_th td {
	padding:15px 5px 10px;
	vertical-align:top;
	text-align:center;
	background-color:#f5f2f2;
	color:inherit;
	font-size:111.11%;
	font-weight:bold;
}
#tmp_event_cal_list .event_cal_list p {
	margin-bottom:0;
}
#tmp_event_cal_list .event_cal_list td p {
	margin-bottom:0;
	line-height:1.4;
}
#tmp_event_cal_list .event_cal_list td.cal_sun,
#tmp_event_cal_list .event_cal_list td.cal_holiday {
	color:#d11818;
	background-color:#fcecec;
}
#tmp_event_cal_list .event_cal_list td.cal_sat {
	color:#0049ba;
	background-color:#effcff;
}
#tmp_event_cal_list .event_cal_list ul {
	list-style:none;
	margin:0 !important;
}
#tmp_event_cal_list .event_cal_list ul li {
	margin:0 0 5px !important;
	padding:5px 0 5px 40px;
	position:relative;
}
#tmp_event_cal_list .event_cal_list ul li .img {
	position:absolute;
	top:5px;
	left:0;
	width:30px;
	height:30px;
}
#tmp_event_cal_list .event_cal_list ul li .img img {
	width:30px;
	height:30px;
}
/* 長期開催イベント
================================================== */
#tmp_event_long {
	padding-right:8px;
}
#tmp_event_long h2 {
	margin-bottom:6px;
}
#tmp_event_long ul {
	list-style:none;
	margin:0 0 30px !important;
	font-size:88.88%;
}
#tmp_event_long ul li {
	padding:15px 0 5px 24px;
	line-height:1.4;
	margin:0 !important;
	border-bottom:1px dotted #cccccc;
	background:url(/shared/images/icon/list_icon.gif) no-repeat left 24px;
}
#tmp_contents #tmp_event_long ul li p {
	margin-bottom:10px;
}
#tmp_event_long .event_long_list_btn {
	text-align:center;
	line-height:1.2;
}
#tmp_event_held_area_cnt {
	display: flex;
	background-color:#f7f5f5;
	color:inherit;
	margin-top: -7px;
	padding: 26px 17px;
}
#tmp_event_held_area_cnt .event_held_img {
	width: 310px;
	margin-top: 29px;
	margin-right: 31px;
	text-align: center;
}
#tmp_event_held_area_cnt .event_held_cnt {
	flex: 1;
	font-size: 88.9%;
	background-color: #ffffff;
	padding: 25px 70px 25px 29px;
}
#tmp_event_held_area_cnt .event_held_cnt p {
	display: flex;
	margin-bottom: 10px;
}
#tmp_event_held_area_cnt .event_held_cnt p .area_label {
	padding-left: 16px;
	position: relative;
}
#tmp_event_held_area_cnt .event_held_cnt p .area_label:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: 1px;
	top: 7px;
}
#tmp_event_held_area_cnt .event_held_cnt p.area1_txt .area_label:before {
	background-color: #e3cbc9;
	color: inherit;
}
#tmp_event_held_area_cnt .event_held_cnt p.area2_txt .area_label:before {
	background-color: #e9ead9;
	color: inherit;
}
#tmp_event_held_area_cnt .event_held_cnt p.area3_txt .area_label:before {
	background-color: #f7debb;
	color: inherit;
}
#tmp_event_held_area_cnt .event_held_cnt p.area4_txt .area_label:before {
	background-color: #e3dccb;
	color: inherit;
}
#tmp_event_held_area_cnt .event_held_cnt p.area5_txt .area_label:before {
	background-color: #e5cb88;
	color: inherit;
}
#tmp_event_held_area_cnt .event_held_cnt p.area6_txt .area_label:before {
	background-color: #d0ddb5;
	color: inherit;
}
#tmp_event_held_area_cnt .event_held_cnt p.area7_txt .area_label:before {
	background-color: #d0ddb5;
	color: inherit;
}
#tmp_event_held_area_cnt .event_held_cnt p.area8_txt .area_label:before {
	background-color: #dfd2e6;
	color: inherit;
}
#tmp_event_held_area_cnt .event_held_cnt p.area9_txt .area_label:before {
	background-color: #f7f1da;
	color: inherit;
}
#tmp_event_held_area_cnt .event_held_cnt .area_label {
	font-weight: bold;
	flex-shrink: 0;
}

/* ==================================================
refine_btn
================================================== */
#tmp_event_cal_refine_btn,
#tmp_open_search_refine_btn {
	margin:38px auto 0;
	text-align:center;
	clear:both;
}
#tmp_event_cal_refine_btn p,
#tmp_open_search_refine_btn p {
	display:inline-block;
	vertical-align: middle;
	width:300px;
	margin:0 12px;
	line-height:1.25;
}
#tmp_event_cal_refine_btn .clear_btn a,
#tmp_event_cal_refine_btn #tmp_event_keyword_btn {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#tmp_open_search_refine_btn input[type="submit"] {
	width:100%;
	cursor:pointer;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
#tmp_event_cal_refine_btn .clear_btn a,
#tmp_open_search_refine_btn .clear_btn input[type="submit"] {
	font-weight:bold;
	font-size:88.89%;
	display:block;
	padding:9px 0;
	text-decoration:none;
	border:1px solid #000000;
	background-color:#ffffff;
	color:#333333;
}
#tmp_open_search_refine_btn .clear_btn input[type="submit"] {
	padding:6px 0 5px;
}
#tmp_event_cal_refine_btn #tmp_event_keyword_btn,
#tmp_open_search_refine_btn .submit_btn input[type="submit"] {
	width:100%;
	font-weight:bold;
	font-size:111.11%;
	padding:8px 0;
	cursor:pointer;
	color:#ffffff;
	background-color:#004898;
	border:4px solid #004898;
}
#tmp_event_cal_refine_btn #tmp_event_keyword_btn:hover,
#tmp_event_cal_refine_btn #tmp_event_keyword_btn:focus,
#tmp_open_search_refine_btn .submit_btn input[type="submit"]:hover {
	color:#004898;
	background-color:#ffffff;
}
#tmp_event_cal_refine_btn .clear_btn a:hover,
#tmp_event_cal_refine_btn .clear_btn a:focus,
#tmp_event_cal_refine_btn #tmp_event_keyword_btn:hover,
#tmp_event_cal_refine_btn #tmp_event_keyword_btn:focus,
#tmp_open_search_refine_btn input[type="submit"]:hover {
	text-decoration:underline;
}
#tmp_open_search_refine_btn .clear_btn input[type="submit"]:hover {
	border:4px solid #004898;
	padding:4px 0 3px;
}
#tmp_open_search_refine_btn .hidden {
	display:none;
}

/* ==================================================
event_free
================================================== */
#tmp_contents .box_photo_event {
	text-align: center;
	margin:0 0 40px;
}
#tmp_contents .event_leading {
	margin:0 0 40px;
}
#tmp_contents .event_outline {
	padding:22px 22px 8px;
	border:2px solid #004898;
	margin:0 0 40px;
}
/* box_event_schedule
================================================== */
#tmp_contents .box_event_schedule {
	display:none;
}
/* ==================================================
施策プロセスの見える化
================================================== */
/* process_measures
================================================== */
#tmp_process_measures,
#tmp_process_measures .wrap_process_measures,
#tmp_process_measures .process_measures,
#tmp_contents #tmp_process_measures .process_measures_cnt ul,
#tmp_contents #tmp_process_measures .process_measures_cnt ul li,
#tmp_contents #tmp_process_measures .process_measures_cnt ul li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_process_measures {
	margin:0 -10px 60px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_process_measures .wrap_process_measures {
	width:50%;
	padding:0 10px;
}
#tmp_process_measures .process_measures,
#tmp_process_measures .process_measures_ttl,
#tmp_process_measures .process_measures_cnt {
	width:100%;
}
#tmp_process_measures .process_measures {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	border:1px solid #ffffff;
	background-color:#ffffff;
	color:inherit;
	padding:20px 30px 30px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#tmp_process_measures .process_measures_ttl {
	text-align:center;
	margin:0 0 20px;
}
#tmp_contents #tmp_process_measures .process_measures_ttl h2 {
	margin:0;
	padding:0 0 10px;
	background-color:transparent;
	border:none;
}
#tmp_contents #tmp_process_measures .process_measures_ttl h2::before {
	left:50%;
	top:auto;
	bottom:0;
	margin-left:-15px;
	width:30px;
	height:4px;
}
#tmp_process_measures .process_measures_cnt .num {
	font-size:200%;
	font-weight:bold;
	text-align:center;
	line-height:1.15;
	margin-bottom:20px;
}
#tmp_process_measures .process_measures_cnt .num strong {
	font-size:150%;
}
#tmp_contents #tmp_process_measures .process_measures_cnt ul {
	list-style:none;
	margin:0 -10px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	font-weight:bold;
}
#tmp_contents #tmp_process_measures .process_measures_cnt ul li {
	width:50%;
	padding:0 10px;
	margin:0;
	line-height:1.25;
}
#tmp_process_measures .process_measures_cnt ul li a {
	text-decoration:none;
	border:2px solid #000000;
	align-items: center;
	flex-grow:1;
	min-height:52px;
	padding:5px 34px 5px 30px;
}
#tmp_hidden_measures_forward,
#tmp_hidden_measures_end {
	display:none;
}
/* wrap_process_keyword
================================================== */
#tmp_contents .wrap_process_keyword,
#tmp_contents .process_keyword,
#tmp_contents .wrap_process_keyword p {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_contents .wrap_process_keyword {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin:0 0 50px;
}
#tmp_contents .wrap_process_keyword h3 {
	display: flex;
	align-items:center;
	margin:0;
	padding: 0;
	width: 180px;
	font-size: 122.2%;
	border: none;
	background-color: transparent;
}
#tmp_contents .wrap_process_keyword.type_s {
	max-width:870px;
}
#tmp_contents .wrap_process_keyword p {
	align-items: center;
	margin-bottom:0;
}
#tmp_contents .wrap_process_keyword .process_label {
	font-size:111.11%;
	font-weight:bold;
	padding-right:25px;
}
#tmp_contents .wrap_process_keyword .process_keyword,
#tmp_contents .wrap_process_keyword .process_keyword_input {
	flex:2;
}
#tmp_contents .wrap_process_keyword #tmp_process_date_start {
	margin-right: 20px;
}
#tmp_contents .wrap_process_keyword #tmp_process_date_end {
	margin-left: 20px;
}
#tmp_contents #tmp_process_keyword {
	flex-grow:1;
	min-height: 50px;
	padding: 8px 10px;
	border: 1px solid #ababab;
}
#tmp_contents .process_keyword_submit {
	text-align: center;
}
#tmp_contents #tmp_process_submit_btn,
#tmp_contents #tmp_process_reset_btn {
	display: inline-block;
	min-width: 200px;
	min-height: 50px;
	cursor:pointer;
	font-weight: bold;
	font-size:111.11%;
	transition: all 0.2s ease-in-out;
}
#tmp_contents #tmp_process_submit_btn {
	background-color: #000000;
	border: 2px solid #000000;
	color: #ffffff;
	margin-right: 35px;
}
#tmp_contents #tmp_process_reset_btn {
	background-color: #ffffff;
	border: 2px solid #000000;
	color: #000000;
}
#tmp_contents #tmp_process_submit_btn:hover,
#tmp_contents #tmp_process_submit_btn:focus {
	text-decoration: underline;
	color: #000000;
	background-color: #ffffff;
}
#tmp_contents #tmp_process_reset_btn:hover,
#tmp_contents #tmp_process_reset_btn:focus {
	text-decoration: underline;
	color: #ffffff;
	background-color: #000000;
}
#tmp_contents .process_glossary {
	text-align: right;
}
#tmp_contents .wrap_process_keyword .process_glossary {
	padding-left:22px;
	font-size:88.88%;
}
#tmp_contents .wrap_process_keyword.keyword_sodan {
	margin-bottom:10px;
}
#tmp_contents .process_page_link {
	text-align:right;
	font-size:88.88%;
}
#tmp_contents .process_page_link a {
	display:inline-block;
	text-decoration:none;
	background:url(/shared/images/icon/icon_link_arrow.png) no-repeat left center;
	padding:2px 0 2px 28px;
}
#tmp_contents .process_page_link a:hover,
#tmp_contents .process_page_link a:focus {
	text-decoration: underline;
}
/* list_table
================================================== */
#tmp_contents .list_table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#tmp_contents .list_table td {
	border-bottom:1px dotted #cccccc;
	padding:15px 0;
	vertical-align:top;
	text-align:left;
}
#tmp_contents .list_table td p {
	margin:0;
}
#tmp_contents .list_table tr:first-child td {
	padding-top:0;
}
#tmp_contents .list_table td.year_date {
	width:8.5em;
}
#tmp_contents .list_table td.label {
	width:3.5em;
	white-space: nowrap;
	padding-right:16px;
}
#tmp_contents .list_table td.label p {
	display:inline-block;
	font-size:88.88%;
	font-weight:bold;
	line-height:1.0;
	padding:5px 10px 4px;
	border-style:solid;
	border-width:1px;
}
/* label_type */
#tmp_contents .list_table td.label p.label_type1 {
	border-color:#d9eeff;
	background-color:#d9eeff;
	color:#004898;
}
#tmp_contents .list_table td.label p.label_type2 {
	border-color:#dee4ff;
	background-color:#dee4ff;
	color:#3149b1;
}
#tmp_contents .list_table td.label p.label_type3 {
	border-color:#d9ffe7;
	background-color:#d9ffe7;
	color:#1f6137;
}
#tmp_contents .list_table td.label p.label_type4 {
	border-color:#e7ffd9;
	background-color:#e7ffd9;
	color:#427209;
}
#tmp_contents .list_table td.label p.label_type5 {
	border-color:#f3e8ff;
	background-color:#f3e8ff;
	color:#480098;
}
/* column - box_col_btn
================================================== */
#tmp_contents ul.box_col2_btn,
#tmp_contents ul.box_col2_btn li,
#tmp_contents ul.box_col2_btn li a,
#tmp_contents ul.box_col3_btn,
#tmp_contents ul.box_col3_btn li,
#tmp_contents ul.box_col3_btn li a,
#tmp_contents ul.box_col4_btn,
#tmp_contents ul.box_col4_btn li,
#tmp_contents ul.box_col4_btn li a,
#tmp_contents ul.box_col5_btn,
#tmp_contents ul.box_col5_btn li,
#tmp_contents ul.box_col5_btn li a,
#tmp_contents ul.box_col3_btn.grant .item_cnt,
#tmp_contents ul.box_col4_btn.grant .item_cnt,
#tmp_contents ul.box_img_col2_btn,
#tmp_contents ul.box_img_col2_btn li,
#tmp_contents ul.box_img_col2_btn li a,
#tmp_contents ul.box_img_col3_btn,
#tmp_contents ul.box_img_col3_btn li,
#tmp_contents ul.box_img_col3_btn li a,
#tmp_contents ul.box_img_col4_btn,
#tmp_contents ul.box_img_col4_btn li,
#tmp_contents ul.box_img_col4_btn li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_contents ul.box_col2_btn,
#tmp_contents ul.box_col3_btn,
#tmp_contents ul.box_col4_btn,
#tmp_contents ul.box_col5_btn {
	margin:0 -10px 25px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_contents ul.box_col2_btn li,
#tmp_contents ul.box_col3_btn li,
#tmp_contents ul.box_col4_btn li,
#tmp_contents ul.box_col5_btn li,
#tmp_contents ul.box_img_col2_btn li,
#tmp_contents ul.box_img_col3_btn li,
#tmp_contents ul.box_img_col4_btn li {
	padding: 0 10px;
	border: none;
	margin:0 0 18px;
	line-height:1.77;
}
#tmp_contents ul.box_col2_btn li,
#tmp_contents ul.box_img_col2_btn li {
	width:50%;
}
#tmp_contents ul.box_col3_btn li,
#tmp_contents ul.box_img_col3_btn li {
	width:33.333333%;
}
#tmp_contents ul.box_col4_btn li,
#tmp_contents ul.box_img_col4_btn li {
	width:25%;
}
#tmp_contents ul.box_col5_btn li {
	width:20%;
}
#tmp_contents ul.box_col2_btn li a,
#tmp_contents ul.box_col3_btn li a,
#tmp_contents ul.box_col4_btn li a,
#tmp_contents ul.box_col5_btn li a {
	text-decoration: none;
	padding:15px 38px 15px 16px;
	background-color: #ffffff;
	color: #000000;
	border: 2px solid #000000;
	align-items: center;
	flex-grow:1;
	min-height:80px;
}
#tmp_contents ul.box_col2_btn li.active a,
#tmp_contents ul.box_col3_btn li.active a,
#tmp_contents ul.box_col4_btn li.active a,
#tmp_contents ul.box_col5_btn li.active a {
	background-color:#d9e7f7;
}
/* アイコン付きボタン */
#tmp_contents ul.box_col3_btn.grant li a,
#tmp_contents ul.box_col4_btn.grant li a {
	-ms-flex-flow: column;
	-webkit-flex-flow: column;
	flex-flow: column;
	height: 100%;
	padding:0;
	font-size:111.11%;
}
#tmp_contents ul.box_col3_btn.grant li a::before,
#tmp_contents ul.box_col4_btn.grant li a::before {
	display:none;
}
#tmp_contents ul.box_col3_btn.grant .item_img,
#tmp_contents ul.box_col4_btn.grant .item_img {
	padding:16px 15px 0;
	display:block;
	width:100%;
	text-align:center;
	min-height:120px;
}
#tmp_contents ul.box_col3_btn.grant .item_cnt,
#tmp_contents ul.box_col4_btn.grant .item_cnt {
	width:100%;
	padding:10px 30px 10px 19px;
	font-weight:bold;
	min-height:60px;
	align-items: center;
	line-height:1.5;
}
#tmp_contents ul.box_col3_btn.grant li.grant_other,
#tmp_contents ul.box_col4_btn.grant li.grant_other {
	font-size:133.33%;
}
#tmp_contents ul.box_col3_btn.grant li.grant_other .item_cnt,
#tmp_contents ul.box_col4_btn.grant li.grant_other .item_cnt {
	height:100%;
	align-items: center;
	padding-left:44px;
}
/* 画像付きボタン */
#tmp_contents ul.box_img_col2_btn,
#tmp_contents ul.box_img_col3_btn,
#tmp_contents ul.box_img_col4_btn {
	margin:0 -10px 44px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_contents ul.box_img_col2_btn li,
#tmp_contents ul.box_img_col3_btn li,
#tmp_contents ul.box_img_col4_btn li {
	line-height:1.4;
}
#tmp_contents ul.box_img_col2_btn a,
#tmp_contents ul.box_img_col3_btn a,
#tmp_contents ul.box_img_col4_btn a {
	-ms-flex-flow: column;
	-webkit-flex-flow: column;
	flex-flow: column;
	height: 100%;
	padding:0;
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
	align-items: center;
	flex-grow:1;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}
#tmp_contents ul.box_img_col2_btn .box_item_img,
#tmp_contents ul.box_img_col3_btn .box_item_img,
#tmp_contents ul.box_img_col4_btn .box_item_img {
	border-top:4px solid #004898;
}
#tmp_contents ul.box_img_col2_btn .box_item_txt,
#tmp_contents ul.box_img_col3_btn .box_item_txt,
#tmp_contents ul.box_img_col4_btn .box_item_txt {
	width:100%;
	padding:17px 34px 17px 19px;
}

/* open_search_refine
================================================== */
#tmp_open_search_refine {
	border:1px solid #000000;
	padding:35px 40px 30px;
	margin:40px 0 50px;
	clear:both;
}
/* col2 / col3 */
#tmp_open_search_refine .col2,
#tmp_open_search_refine .col3 {
	margin:0 -15px;
	width:auto !important;
}
#tmp_open_search_refine .col2 .col2L,
#tmp_open_search_refine .col2 .col2R {
	padding:0 15px;
	float:left;
	width:50%;
	margin:0;
}
#tmp_open_search_refine .col3 .col3L,
#tmp_open_search_refine .col3 .col3M,
#tmp_open_search_refine .col3 .col3R {
	padding:0 15px;
	float:left;
	width:33.333333%;
	margin:0;
}
/* fieldset */
#tmp_open_search_refine fieldset {
	margin:0 0 30px;
	clear:both;
}
#tmp_open_search_refine fieldset legend {
	font-weight:bold;
	font-size:111.11%;
	padding:0 0 4px;
}
#tmp_open_search_refine fieldset legend span {
	font-weight:normal;
	font-size:90%;
	margin-left:15px;
	display:inline-block;
	vertical-align:top;
}
#tmp_open_search_refine fieldset .refine_cnt p {
	margin-top:5px;
	margin-bottom:0;
	line-height:1.5;
}
#tmp_open_search_refine fieldset .refine_cnt input[type="text"],
#tmp_open_search_refine fieldset .refine_cnt select {
	border:1px solid #000000;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	min-height:54px;
	padding:4px 10px;
}
#tmp_open_search_refine fieldset .refine_cnt input[type="text"] {
	width:100%;
}
/* select */
#tmp_open_search_refine fieldset p.select_cate {
	width:47.3%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin:0 0 7px;
}
#tmp_open_search_refine fieldset.tokei_date p.select_cate,
#tmp_open_search_refine .col2 fieldset p.select_cate,
#tmp_open_search_refine .col3 fieldset p.select_cate {
	width:100%;
}
#tmp_open_search_refine fieldset p.select_cate::after {
	content: '';
	position: absolute;
	top:50%;
	margin-top:-9px;
	right: 19px;
	width: 13px;
	height: 13px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	pointer-events: none;
}
#tmp_open_search_refine fieldset p.select_cate select {
	width:100%;
	background-color:#ffffff;
	appearance: none;
	cursor: pointer;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
/* box_day */
#tmp_open_search_refine .box_day,
#tmp_open_search_refine .box_day .box_day_start,
#tmp_open_search_refine .box_day .box_day_end,
#tmp_open_search_refine .box_day .box_day_to {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_open_search_refine .box_day {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_open_search_refine .box_day .box_day_start,
#tmp_open_search_refine .box_day .box_day_end {
	width:47.3%;
	align-items: center;
}
#tmp_open_search_refine .box_day .box_day_to {
	align-items: center;
	width:5.4%;
	text-align:center;
	-webkit-justify-content: center;
	justify-content: center;
}
#tmp_open_search_refine .box_day .box_day_start p,
#tmp_open_search_refine .box_day .box_day_end p {
	width:100%;
}
#tmp_open_search_refine .box_day .box_day_start label,
#tmp_open_search_refine .box_day .box_day_end label,
#tmp_open_search_refine .box_day .day_hidden {
	display:none;
}
#tmp_open_search_refine #tmp_open_search_refine_btn {
	margin-top:56px;
}
/* refine_answer */
#tmp_open_search_refine .refine_answer legend {
	float:left;
	width:100px;
}
#tmp_open_search_refine .refine_answer .refine_cnt {
	float:right;
	width: calc(100% - 110px);
}
#tmp_open_search_refine .answer_item p {
	display:inline-block;
	vertical-align:top;
	margin:0 1.5em 0.8em 0;
	font-size:88.88%;
}
#tmp_open_search_refine .answer_item p input[type="radio"] {
	margin-right:7px;
	position: relative;
	width: 15px;
	height: 15px;
	border: 1px solid #b5b5b5;
	border-radius: 50%;
	vertical-align: -1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#tmp_open_search_refine .answer_item p input[type="radio"]:checked::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right:2px;
	bottom:2px;
	border-radius: 50%;
	background: #595959;
}
#tmp_display_number fieldset p.select_display {
	width:8.5em !important;
}
/* kokin_search_refine
================================================== */
#tmp_kokin_search_refine {
	border:1px solid #000000;
	padding:37px 40px 30px;
	margin:0 0 40px;
	clear:both;
}
#tmp_kokin_search_refine fieldset {
	margin:0 0 60px;
	clear:both;
}
#tmp_contents  #tmp_kokin_search_refine fieldset p {
	margin-bottom:0;
}
#tmp_kokin_search_refine fieldset legend {
	float:left;
	width:310px;
	font-weight:bold;
	font-size:111.11%;
	padding-top:12px;
}
#tmp_kokin_search_refine fieldset .refine_cnt {
	float:right;
	width: calc(100% - 310px);
}
/* box_kokin */
#tmp_kokin_search_refine fieldset .box_kokin,
#tmp_kokin_search_refine fieldset p.select_cate,
#tmp_kokin_search_refine fieldset p.select_cate select,
#tmp_kokin_search_refine fieldset .box_kokin_submit {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_kokin_search_refine fieldset .box_kokin {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_kokin_search_refine fieldset .box_kokin_select {
	flex:2;
}
#tmp_kokin_search_refine fieldset .box_kokin_submit {
	width:148px;
	padding-left:10px;
	align-items: center;
	text-align:right;
}
#tmp_kokin_search_refine fieldset .box_kokin_submit input {
	width:138px;
	font-weight:bold;
	cursor:pointer;
}
#tmp_kokin_search_refine fieldset .box_kokin_submit a {
	display:block;
	width:100%;
}
#tmp_kokin_search_refine fieldset .refine_cnt input[type="text"],
#tmp_kokin_search_refine fieldset .box_kokin_submit input,
#tmp_kokin_search_refine fieldset select {
	border:1px solid #000000;
	background-color:#ffffff;
	color:inherit;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	min-height:54px;
	padding:4px 10px;
}
#tmp_kokin_search_refine fieldset select {
	padding-right:20px;
}
#tmp_kokin_search_refine fieldset .refine_cnt input[type="text"] {
	width:100%;
}
/* select */
#tmp_kokin_search_refine fieldset p.select_cate {
	width:100%;
	position: relative;
	margin:0 0 7px;
}
#tmp_kokin_search_refine fieldset p.select_cate::after {
	content: '';
	position: absolute;
	top:50%;
	margin-top:-9px;
	right: 19px;
	width: 13px;
	height: 13px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	pointer-events: none;
}
#tmp_kokin_search_refine fieldset p.select_cate select {
	width:100%;
	background-color:#ffffff;
	appearance: none;
	cursor: pointer;
	align-items: center;
}
#tmp_kokin_search_refine .link_btn {
	text-align:right;
	padding-top:5px;
}
#tmp_kokin_search_refine #tmp_kokin_search_refine_item2 {
	margin-bottom:16px;
}
#tmp_kokin_search_refine legend.soshiki_ka {
	padding-left:10em;
}

/* box_day */
#tmp_kokin_search_refine .box_day,
#tmp_kokin_search_refine .box_day .box_day_start,
#tmp_kokin_search_refine .box_day .box_day_end,
#tmp_kokin_search_refine .box_day .box_day_to,
#tmp_kokin_search_refine .wrap_select_cate,
#tmp_kokin_search_refine fieldset .wrap_select_cate p {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_kokin_search_refine .box_day {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_kokin_search_refine .box_day .box_day_start,
#tmp_kokin_search_refine .box_day .box_day_end {
	width:46%;
	align-items: center;
}
#tmp_kokin_search_refine .box_day .box_day_to {
	align-items: center;
	width:8%;
	text-align:center;
	-webkit-justify-content: center;
	justify-content: center;
}
#tmp_kokin_search_refine .wrap_select_cate {
	width:33.333333%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_kokin_search_refine fieldset .wrap_select_cate p.select_cate {
	width: calc(100% - 1.8em);
}
#tmp_kokin_search_refine fieldset .wrap_select_cate p:not(.select_cate) {
	align-items: center;
	width:1.8em;
	padding:0 4px;
	-webkit-justify-content: center;
	justify-content: center;
}
#tmp_kokin_search_refine fieldset .wrap_select_cate p.select_cate::after {
	right: 10px;
}
/* search_pagination
================================================== */
#tmp_contents .wrap_result_pagination {
	text-align:center;
	margin:40px 0 30px;
}
#tmp_contents .wrap_result_pagination .result_pagination {
	margin:30px auto 0;
}
/* type_list */
#tmp_contents .wrap_result_pagination.type_list {
	text-align: right;
	margin:0;
}
#tmp_contents .wrap_result_pagination.type_list .result_pagination {
	margin-top:0;
}
/* open_search_result
================================================== */
#tmp_open_search_result {
	text-align:center;
}
#tmp_open_search_result table {
	width:100% !important;
	border-collapse: collapse;
	border-spacing: 0;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
}
#tmp_open_search_result table caption {
	display:none;
}
#tmp_open_search_result table,
#tmp_open_search_result table p {
	line-height:1.5;
}
#tmp_open_search_result table th,
#tmp_open_search_result table td {
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	text-align:left;
	height:54px;
}
#tmp_open_search_result table th {
	padding:5px 14px;
	background-color:#f5f2f2;
	vertical-align:middle;
}
#tmp_open_search_result table td {
	padding:14px;
	background-color:#ffffff;
	vertical-align:top;
}
#tmp_open_search_result table .theme {
	width:21%;
}
#tmp_open_search_result table .name {
	width:14.2%;
}
#tmp_open_search_result table .item {
	width:26.5%;
}
#tmp_open_search_result table .ka {
	width:13.3%;
}
#tmp_open_search_result table .date {
	width:9.75%;
}
/* 公金用 / 審査基準用 */
#tmp_open_search_result table .bu_name,
#tmp_open_search_result table .provide_time {
	width:10%;
}
#tmp_open_search_result table .syo_name,
#tmp_open_search_result table .kai_name,
#tmp_open_search_result table .sets_uname {
	width:10.8%;
}
#tmp_open_search_result table .pay_date,
#tmp_open_search_result table .long_date {
	width:15%;
}
#tmp_open_search_result table .naiyo,
#tmp_open_search_result table .provide_date,
#tmp_open_search_result table .provide_name {
	width:17%;
}
#tmp_open_search_result table .shishutsu {
	width:11.6%;
}
#tmp_open_search_result table .jigyo_name {
	width:14%;
}
#tmp_open_search_result table .horei {
	width:23.4%;
}
#tmp_open_search_result table .item_name {
	width:26%;
}
#tmp_open_search_result table .other {
	width:9%;
}
#tmp_open_search_result table .provide_title {
	width:56%;
}


/* ==================================================
審査基準
================================================== */
/* note_txt
================================================== */
#tmp_contents .note_txt {
	text-indent:-1em;
	padding-left:1em;
}
/* link_top_btn
================================================== */
#tmp_contents .link_top_btn {
	background-color:#f1f1f1;
	color:inherit;
	padding:25px;
	margin:0 0 60px;
	clear:both;
}
#tmp_contents .link_top_btn p {
	width:590px;
	margin:0 auto;
	font-weight:bold;
	line-height:1.4;
}
#tmp_contents .link_top_btn p a {
	border:2px solid #000000;
	background-color:#ffffff;
	text-decoration:none;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding:5px 34px 5px 18px;
	min-height:80px;
}
/* detail_tbl
================================================== */
#tmp_contents table.detail_tbl {
	margin:0 0 60px;
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse;
	border-spacing:0;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	word-break: break-all;
}
#tmp_contents table.detail_tbl th,
#tmp_contents table.detail_tbl td {
	padding:14px 14px 10px;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	text-align: left;
}
#tmp_contents table.detail_tbl th {
	color:inherit;
	background-color:#f5f2f2;
	vertical-align:top;
	width:300px;
}
#tmp_contents table.detail_tbl caption {
	padding:0 0 0.5em;
	font-weight:bold;
	text-align:left;
}
#tmp_contents table.detail_tbl th h3 {
	margin:0;
	padding:0;
	background-color:transparent;
	font-size:100%;
	border:none;
}
#tmp_contents table.detail_tbl p {
	margin:0; /* Do not edit */
}
#tmp_contents table.detail_tbl ul,
#tmp_contents table.detail_tbl ol {
	margin:0.2em 0 0 24px;
}
#tmp_contents table.detail_tbl ul ul,
#tmp_contents table.detail_tbl ul ol,
#tmp_contents table.detail_tbl ol ul,
#tmp_contents table.detail_tbl ol ol {
	margin:0.3em 0 0 24px;
}
/* ==================================================
組織から探す / 目的から探す
================================================== */
/* soshiki_search
================================================== */
#tmp_contents #tmp_soshiki_search h1,
#tmp_contents #tmp_purpose_search h2,
#tmp_soshiki_search h2,
#tmp_purpose_search h2 {
	font-size:122.22%;
	border-bottom:0;
	margin:0 0 14px;
	padding:2px 0 2px 36px;
	-webkit-background-size:29px auto;
	-moz-background-size:29px auto;
	background-size:29px auto;
	background-position:left 6px;
	background-repeat:no-repeat;
}
#tmp_contents #tmp_soshiki_search h1,
#tmp_soshiki_search h2 {
	background-image:url(/shared/images/icon/navi_social.png);
}
#tmp_contents #tmp_purpose_search h2,
#tmp_purpose_search h2 {
	background-image:url(/shared/images/icon/navi_menu.png);
}
#tmp_contents #tmp_soshiki_search h1::before,
#tmp_contents #tmp_purpose_search h2::before {
	display:none;
}
#tmp_contents #tmp_purpose_search h3,
#tmp_contents #tmp_access_search h3,
#tmp_purpose_search h3,
#tmp_access_search h3 {
	background-color:transparent;
	border-bottom:none;
	border-left:4px solid #014898;
	padding:8px 0 8px 15px;
}
/* horizontal_list
================================================== */
#tmp_contents .horizontal_list,
.horizontal_list {
	list-style:none;
	margin:0 0 30px;
	font-size:88.88%;
}
#tmp_contents .horizontal_list li,
.horizontal_list li {
	display:inline-block;
	vertical-align:top;
	line-height:1.6;
	margin:0 2em 0.8em 0;
	background:url(/shared/images/icon/icon_link_arrow.png) no-repeat left 4px;
	padding:2px 0 2px 26px;
}
#tmp_contents .horizontal_list li a,
.horizontal_list li a {
	text-decoration:none;
}
#tmp_contents .horizontal_list li a:hover,
#tmp_contents .horizontal_list li a:focus,
.horizontal_list li a:hover,
.horizontal_list li a:focus {
	text-decoration: underline;
}
/* ==================================================
よくある質問
================================================== */
.custom_faq #tmp_contents h1 {
	padding-top:0;
}
#tmp_faq_info,
#tmp_faq_inq {
	background-color:#f1f1f1;
	color:inherit;
	position:relative;
}
#tmp_faq_info::before,
#tmp_faq_inq::before {
	content:'';
	position:absolute;
	left:calc(50% - 50vw);
	right:calc(50% - 50vw);
	top:0;
	bottom:0;
	background-color:#f1f1f1;
	color:inherit;
	z-index:-1;
	width:100vw;
}
/* faq_info
================================================== */
#tmp_faq_info {
	padding:50px 0 60px;
	margin:93px 0 60px;
}
#tmp_contents #tmp_faq_info h2 {
	margin:-85px 0 25px;
	background:url(/shared/templates/free/images/faq/faq_info_ttl_en.png) no-repeat left 2px;
	padding:12px 0 5px 363px;
	border:none;
	min-height:52px;
	font-size:166.66%;
}
#tmp_contents #tmp_faq_info h2::before {
	display:none;
}
#tmp_contents #tmp_faq_info ul:not(.read_more) {
	margin:0 0 60px;
	list-style:none;
}
#tmp_contents #tmp_faq_info ul:not(.read_more) li {
	border-bottom:1px dotted #cccccc;
	padding:16px 0 17px 21px;
	margin-bottom:0;
	line-height:1.4;
	background:url(/shared/images/icon/list_icon.gif) no-repeat left 26px;
}
#tmp_contents #tmp_faq_info .read_more a {
	min-width:387px;
}
/* faq_purpose_btn
================================================== */
#tmp_faq_purpose_btn .wrap_faq_purpose,
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate,
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_ttl,
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_ttl a,
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate.ohter p,
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate.ohter a,
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate.ohter .item_ttl_txt {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_contents #tmp_faq_purpose_btn .wrap_faq_purpose p {
	margin-bottom:0;
}
#tmp_faq_purpose_btn .wrap_faq_purpose {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	margin:0 -10px;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate {
	width:25%;
	padding:0 10px;
	margin:0 0 18px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: flex-start;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_ttl,
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate.ohter p {
	width:100%;
	position:relative;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate.ohter p a {
	padding:60px 0;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_ttl a {
	-ms-flex-flow: column;
	-webkit-flex-flow: column;
	flex-flow: column;
	height: 100%;
	min-height:80px;
	padding:0;
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
	align-items: center;
	flex-grow:1;
	border: 2px solid #000000;
	font-size:111.11%;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate.ohter a {
	height: 100%;
	min-height:80px;
	padding:0;
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
	align-items: center;
	flex-grow:1;
	border: 2px solid #000000;
	font-size:133.33%;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_ttl_txt {
	width:100%;
	padding:10px 30px 10px 19px;
	font-weight:bold;
	min-height:60px;
	align-items: center;
	line-height:1.5;
	position:relative;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_ttl_txt::before {
	content:'';
	position:absolute;
	top:21px;
	right:14px;
	width:17px;
	background-image:url(/shared/images/icon/arrow_dop.png);
	-webkit-background-size:17px auto;
	-moz-background-size:17px auto;
	background-size:17px auto;
	background-repeat:no-repeat;
	width:17px;
	height:8px;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate.ac_active .item_ttl_txt::before {
	transform: scale(1, -1);
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate.ohter .item_ttl_txt::before {
	background-image:url(/shared/images/icon/arrow_link_rgt.png);
	height:10px;
	margin-top:-5px;
	top:50%;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate.ac_active {
	position:relative;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt {
	position: relative;
	top: 10px;
	z-index: 0;
	border: 2px solid #222222;
	color: #222222;
	background-color: #ffffff;
	width:calc(400% + 60px);
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate:nth-child(4n+1) .item_cnt {
	margin-right:calc(-400% + 60px);
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate:nth-child(4n+2) .item_cnt {
	margin-right:calc(-200% - 40px);
	margin-left:calc(-100% - 20px);
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate:nth-child(4n+3) .item_cnt {
	margin-right:calc(-100% - 20px);
	margin-left:calc(-200% - 40px);
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate:nth-child(4n) .item_cnt {
	margin-left:calc(-300% - 60px);
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate.ac_active .item_ttl::after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:-12px;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	background-color:#ffffff;
	height:14px;
	z-index:1;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner {
	padding:25px 30px 15px;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner p {
	margin:0 0 10px !important;
	font-weight:bold;
	line-height:1.4;
	font-size:111.11%;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner a {
	text-decoration:none;
	color:#222222;
	display:inline-block;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_ttl a:hover,
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner a:hover,
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner a:focus {
	text-decoration:underline;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner p a {
	padding-left:20px;
	background: url(/shared/images/icon/icon_box_arrow.png) no-repeat left 0.45em;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner ul {
	list-style:none !important;
	margin:0 -10px !important;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner ul li {
	width:25%;
	padding:0 10px;
	line-height:1.4;
	margin:0 0 10px;
}
#tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner ul li a {
	background:url(/shared/images/icon/list_icon.gif) no-repeat left 0.5em;
	padding-left:20px;
}
.no_javascript #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate {
	display:block !important;
}
.no_javascript #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner {
	padding:15px !important;
}
.no_javascript #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner ul {
	margin:0 !important;
}
.no_javascript #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner ul li {
	float:none !important;
	width:100% !important;
	padding:0 !important;
}
.no_javascript #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt {
	width:100% !important;
	margin:0 !important;
}

/* faq_menu
================================================== */
#tmp_faq_menu,
#tmp_faq_menu .wrap_box_menu,
#tmp_faq_menu .box_menu {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_faq_menu {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	margin:0 -10px;
}
#tmp_faq_menu .wrap_box_menu {
	width:50%;
	padding:0 10px;
}
#tmp_faq_menu .box_menu {
	width:100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	flex-direction: column;
	margin-bottom:20px;
}
/* faq_inq
================================================== */
#tmp_faq_inq {
	padding:40px 0 46px;
	margin:40px 0 20px;
}
#tmp_contents #tmp_faq_inq_ttl {
	margin:0 0 20px;
}
#tmp_contents #tmp_faq_inq_ttl h2 {
	margin:0;
	padding:0 65px 0 0;
	border:none;
	display:inline-block;
}
#tmp_contents #tmp_faq_inq_ttl h2::after {
	content:'';
	position:absolute;
	top:50%;
	right:0;
	width:52px;
	height:4px;
	margin-top:-2px;
	background-color:#004898;
	color:#ffffff;
}
#tmp_contents #tmp_faq_inq_ttl h2::before {
	display:none;
}
#tmp_faq_inq_cnt .faq_inq_row,
#tmp_faq_inq_cnt .wrap_faq_inq,
#tmp_faq_inq_cnt .faq_inq {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_faq_inq_cnt .faq_inq_row {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	margin:0 -10px 40px;
}
#tmp_faq_inq_cnt .wrap_faq_inq {
	width:50%;
	padding:0 10px;
}
#tmp_faq_inq_cnt .faq_inq {
	background-color:#ffffff;
	color:inherit;
	width:100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	flex-direction: column;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#tmp_faq_inq_cnt .faq_inq_ttl {
	padding-right:20px;
}
#tmp_contents #tmp_faq_inq_cnt .faq_inq_ttl h3 {
	color:#ffffff;
	background-color:#004898;
	line-height:1.5;
	margin:0 !important;
	padding:17px 22px;
	border:none !important;
	font-size:133.33%;
	position:relative;
}
#tmp_contents #tmp_faq_inq_cnt .faq_inq_ttl h3::before {
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	width:0;
	height:0;
	border-left: 25px solid transparent;
	border-bottom: 28px solid #000000;
}
#tmp_faq_inq_cnt .faq_inq_cnt {
	padding:22px 35px 15px 33px;
}
#tmp_faq_inq_cnt .faq_inq_cnt p {
	line-height:1.5;
	margin-bottom:13px;
}
#tmp_faq_inq_cnt .faq_inq_cnt .faq_inq_number {
	color:#004898;
	background-color:transparent;
	font-size:200%;
	line-height:1;
	font-weight:bold;
	margin-bottom:0 !important;
}
#tmp_faq_inq_cnt .faq_inq_cnt .faq_inq_txt {
	font-size:88.88%;
}
#tmp_contents #tmp_faq_inq_cnt .read_more a {
	min-width:360px;
}
/* sodan_list */
#tmp_contents #tmp_faq_inq_cnt .sodan_list,
#tmp_contents #tmp_faq_inq_cnt .sodan_list li,
#tmp_contents #tmp_faq_inq_cnt .sodan_list li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_contents #tmp_faq_inq_cnt .sodan_list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	list-style:none;
	margin:0 -10px;
	font-size:111.11%;
	font-weight:bold;
}
#tmp_contents #tmp_faq_inq_cnt .sodan_list li {
	margin:0;
	width:50%;
	padding:0 10px;
}
#tmp_contents #tmp_faq_inq_cnt .sodan_list li a {
	position:relative;
	text-decoration:none;
	padding:10px 50px 10px 20px;
	min-height:70px;
	align-items: center;
	flex-grow:1;
	border:2px solid #000000;
	background-color:#ffffff;
	color:#000000;
}

/* search_keyword
================================================== */
#tmp_faq_search_keyword .wrap_sch_box,
#tmp_sodan_search_keyword .wrap_sch_box,
#tmp_shinsei_search_keyword .wrap_sch_box {
	position:relative;
	margin:0 0 14px;
}
#tmp_contents #tmp_faq_search_keyword .wrap_sch_box p,
#tmp_contents #tmp_sodan_search_keyword .wrap_sch_box p,
#tmp_contents #tmp_shinsei_search_keyword .wrap_sch_box p {
	margin-bottom:0;
}
#tmp_faq_search_keyword .sch_box input,
#tmp_sodan_search_keyword .sch_box input,
#tmp_shinsei_search_keyword .sch_box input {
	min-height: 50px;
	border: 0;
	width: 100%;
	border-right: 0;
	padding: 2px 110px 2px 20px;
	font-size: 100%;
	border: 1px solid #ababab;
}
#tmp_faq_search_keyword .sch_btn,
#tmp_sodan_search_keyword .sch_btn,
#tmp_shinsei_search_keyword .sch_btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom:0;
	z-index: 2;
}
#tmp_faq_search_keyword #tmp_faq_func_sch_btn,
#tmp_sodan_search_keyword #tmp_sodan_func_sch_btn,
#tmp_shinsei_search_keyword #tmp_shinsei_func_sch_btn {
	padding: 2px 10px;
	min-width: 100px;
	height: 100%;
	font-weight: bold;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #000000;
	font-size: 111.1%;
}
#tmp_faq_search_keyword #tmp_faq_func_sch_btn:hover,
#tmp_sodan_search_keyword #tmp_sodan_func_sch_btn:hover,
#tmp_shinsei_search_keyword #tmp_shinsei_func_sch_btn:hover{
	text-decoration: underline;
}
#tmp_faq_search_keyword .method_url,
#tmp_sodan_search_keyword .method_url,
#tmp_shinsei_search_keyword .method_url {
	line-height:1.25;
}
/* faq - box_menu
================================================== */
#tmp_contents .box_menu_col2,
#tmp_contents .wrap_box_menu,
#tmp_contents .wrap_box_menu .box_menu {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_contents .box_menu_col2 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	margin:0 -10px;
}
#tmp_contents .wrap_box_menu {
	width:50%;
	padding:0 10px;
}
#tmp_contents .wrap_box_menu .box_menu {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	flex-direction: column;
	margin-bottom:20px;
}
#tmp_contents .wrap_box_menu .box_menu,
#tmp_contents .wrap_box_menu .box_menu_ttl,
#tmp_contents .wrap_box_menu .box_menu_cnt {
	width:100%;
}

/* question / answer
================================================== */
#tmp_contents .faq_question {
	margin:0 0 30px;
	padding:16px 0 5px 92px;
	min-height:71px;
	background:url(/shared/templates/free/images/faq/faq_label_q.png) no-repeat left top;
}
#tmp_contents .faq_question h1 {
	margin:0 !important;
	padding:0 !important;
	font-size:144.44%;
	font-weight:bold;
	line-height:1.5;
	border:none !important;
}
#tmp_contents .faq_answer {
	margin:0 0 30px;
	background:url(/shared/templates/free/images/faq/faq_label_a.png) no-repeat left top;
	padding:22px 0 5px 92px;
	min-height:71px;
}

/* soshiki_gyoumu_list
================================================== */
#tmp_contents .soshiki_gyoumu_list {
	margin-left:30px;
	list-style:none;
}
#tmp_contents .soshiki_gyoumu_list .num {
	display: inline-block;
	min-width: 25px;
	margin-left: -25px;
}

/* ==================================================
文字サイズ色合い変更
================================================== */
#tmp_contents #tmp_fsize table,
#tmp_contents #tmp_color table {
	color: inherit;
	border-collapse: collapse;
	border-spacing: 0;
	word-break: break-all;
	vertical-align: top;
}
#tmp_contents #tmp_fsize table td,
#tmp_contents #tmp_color table td{
	width: 50%;
	padding: 5px 8px;
	border: 1px solid #b0b0b0;
	vertical-align: top;
}
#tmp_contents #tmp_fsize table.datatable tr:nth-child(2n) td,
#tmp_contents #tmp_fsize table.datatable tr:nth-child(2n) th,
#tmp_contents #tmp_color table.datatable tr:nth-child(2n) td,
#tmp_contents #tmp_color table.datatable tr:nth-child(2n) th {
	background-color:#ffffff;
}
#tmp_contents #tmp_fsize .datatable a,
#tmp_contents #tmp_color .datatable a {
	text-decoration:none;
	display:block;
	color:#000000;
}
#tmp_contents #tmp_fsize table td a:hover,
#tmp_contents #tmp_color table td a:hover {
	opacity:0.6;
}
#tmp_contents #tmp_fsize .fsize_small .cs_heading {
	font-size: 1.4165rem;
}
#tmp_contents #tmp_fsize .fsize_small .cs_outline {
	font-size: 0.75rem;
}
#tmp_contents #tmp_fsize .cs_default .cs_heading {
	font-size: 2.125rem;
}
#tmp_contents #tmp_fsize .cs_default .cs_outline {
	font-size:1.125rem;
}
#tmp_contents #tmp_fsize .fsize_big .cs_heading {
	font-size: 2.36rem;
}
#tmp_contents #tmp_fsize .fsize_big .cs_outline {
	font-size: 1.25rem;
}
#tmp_contents #tmp_fsize .fsize_big2 .cs_heading {
	font-size: 3.306rem;
}
#tmp_contents #tmp_fsize .fsize_big2 .cs_outline {
	font-size: 1.75rem;
}
#tmp_contents #tmp_color .cs_heading {
	font-size: 188.9%;
}
#tmp_contents #tmp_color .cs_outline {
	font-size: 1.125rem;
}
#tmp_contents #tmp_fsize .cs_heading,
#tmp_contents #tmp_color .cs_heading {
	display:block;
	clear:both; /* Do not edit */
	position: relative;
	margin:0 0 0.8em;
	font-weight: bold;
	line-height: 1.5;
	color: #222222;
	padding: 14px 0 30px;
	border-bottom:5px solid #000000;
}
#tmp_contents #tmp_fsize .cs_outline,
#tmp_contents #tmp_color .cs_outline {
	display:block;
	padding:20px;
	color:#222222;
	background-color: #ffffff;
	border:4px solid #f08a3f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	clear:both; /* Do not edit */
}
#tmp_contents #tmp_color .color_yellow .cs_heading,
#tmp_contents #tmp_color .color_black .cs_heading,
#tmp_contents #tmp_color .color_blue .cs_heading {
	background-image: none;
	padding: 5px !important;
}
#tmp_contents .cs_box.color_blue,
#tmp_contents .cs_box.color_blue .cs_heading,
#tmp_contents .cs_box.color_blue .cs_outline {
	display: block;
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
	background-image: none;
}
#tmp_contents .cs_box.color_yellow,
#tmp_contents .cs_box.color_yellow .cs_heading,
#tmp_contents .cs_box.color_yellow .cs_outline {
	display: block;
	color:#000000 !important;
	background-color:#FFFF00 !important;
	border-color:#000000 !important;
	background-image: none;
}
#tmp_contents .cs_box.color_black,
#tmp_contents .cs_box.color_black .cs_heading,
#tmp_contents .cs_box.color_black .cs_outline {
	display: block;
	color:#FFFF00 !important;
	background-color:#000000 !important;
	border-color:#FFFF00 !important;
	background-image: none;
}
#tmp_contents .cs_box.color_blue .cs_heading,
.color_blue #tmp_contents #tmp_fsize .cs_heading {
	border: 3px solid yellow !important;
}
#tmp_contents .cs_box.color_yellow .cs_heading,
.color_yellow #tmp_contents #tmp_fsize .cs_heading {
	border: 3px solid black !important;
}
#tmp_contents .cs_box.color_black .cs_heading,
.color_black #tmp_contents #tmp_fsize .cs_heading {
	border: 3px solid yellow !important;
}
#tmp_contents .cs_box.color_default,
#tmp_contents .cs_box.color_default .cs_heading,
#tmp_contents .cs_box.color_default .cs_outline {
	display: block;
}
#tmp_contents .cs_box.color_default {
	background-color:#FFFFFF !important;
	border-bottom-color:#000000 !important;
}
.color_blue #tmp_contents #tmp_color .cs_box.color_default .cs_heading,
.color_yellow #tmp_contents #tmp_color .cs_box.color_default .cs_heading,
.color_black #tmp_contents #tmp_color .cs_box.color_default .cs_heading {
	color: #000000 !important;
	border-bottom-color:#000000 !important;
}
#tmp_contents .cs_box.color_default .cs_heading {
	color: #000000 !important;
	background-color:#ffffff !important;
}
#tmp_contents .cs_box.color_default .cs_outline {
	color:#222222 !important;
	background-color:#ffffff !important;
	border-color:#f08a3f !important;
}

/* ==================================================
矢印アイコン / hover
================================================== */
#tmp_contents .box_pickup,
#tmp_contents .box_card,
#tmp_sub_special .sub_special_item,
#tmp_special_splide .special_item,
#tmp_contents .read_more a,
#tmp_contents .idx_menu_btn li a,
#tmp_contents ul.box_btn a,
#tmp_contents .box_menu .box_menu_ttl a,
#tmp_contents .rnavi_btn a,
#tmp_event_cal_refine_btn .clear_btn a,
#tmp_event_cal_7w .event_cal_7w p.more a,
#tmp_event_cal_7w .event_cal_7w p.more_event a,
#tmp_event_cal_list p.more a,
#tmp_event_cal_list p.more_event a,
#tmp_wrap_cate_menu .cate_menu_btn a,
#tmp_cate_menu_list ul li a,
#tmp_process_measures .process_measures_cnt ul li a,
#tmp_contents ul.box_col2_btn li a,
#tmp_contents ul.box_col3_btn li a,
#tmp_contents ul.box_col4_btn li a,
#tmp_contents ul.box_col5_btn li a,
#tmp_contents .link_top_btn p a,
#tmp_contents ul.box_col3_btn.grant .item_cnt,
#tmp_contents ul.box_col4_btn.grant .item_cnt,
#tmp_contents ul.box_img_col2_btn a,
#tmp_contents ul.box_img_col3_btn a,
#tmp_contents ul.box_img_col4_btn a,
#tmp_contents ul.box_img_col2_btn a .box_item_txt,
#tmp_contents ul.box_img_col3_btn a .box_item_txt,
#tmp_contents ul.box_img_col4_btn a .box_item_txt,
.blog_box .btn_more a {
	position:relative;
}
#tmp_contents .box_pickup::after,
#tmp_contents .box_card::after,
#tmp_sub_special .sub_special_item::after,
#tmp_special_splide .special_item::after,
#tmp_idx_blogs .blogs_menu li a::after,
#tmp_contents .anchor_menu li a::after,
#tmp_contents .read_more a::after,
#tmp_contents .idx_menu_btn li a::after,
#tmp_contents .rnavi_btn a::after,
#tmp_contents .anchor_cnt li a::after,
#tmp_contents ul.box_btn a::after,
#tmp_contents .box_menu .box_menu_ttl a::after,
#tmp_event_cal_refine_btn .clear_btn a::after,
#tmp_event_cal_7w .event_cal_7w p.more a::after,
#tmp_event_cal_7w .event_cal_7w p.more_event a::after,
#tmp_event_cal_list p.more a::after,
#tmp_event_cal_list p.more_event a::after,
#tmp_wrap_cate_menu .cate_menu_btn a::after,
#tmp_cate_menu_list ul li a::after,
#tmp_process_measures .process_measures_cnt ul li a::after,
#tmp_contents ul.box_col2_btn li a::after,
#tmp_contents ul.box_col3_btn li a::after,
#tmp_contents ul.box_col4_btn li a::after,
#tmp_contents ul.box_col5_btn li a::after,
#tmp_contents .link_top_btn p a::after,
#tmp_contents ul.box_img_col2_btn a::after,
#tmp_contents ul.box_img_col3_btn a::after,
#tmp_contents ul.box_img_col4_btn a::after,
#tmp_contents #tmp_faq_inq_cnt .sodan_list li a::after,
.blog_box .btn_more a:after {
	content:'';
	position:absolute;
	left:-1px;
	right:-1px;
	top:-1px;
	bottom:-1px;
	border:4px solid #004898;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	z-index:2;
	opacity:0;
}
#tmp_contents .box_pickup::after {
	top:-4px;
}
#tmp_contents .read_more a::after,
#tmp_idx_blogs .blogs_menu li a::after,
#tmp_contents .anchor_menu li a::after,
#tmp_contents .idx_menu_btn li a::after,
#tmp_contents .rnavi_btn a::after,
#tmp_contents .anchor_cnt li a::after,
#tmp_contents ul.box_btn a::after,
#tmp_contents .box_menu .box_menu_ttl a::after,
#tmp_event_cal_refine_btn .clear_btn a::after,
#tmp_wrap_cate_menu .cate_menu_btn a::after,
#tmp_cate_menu_list ul li a::after,
#tmp_process_measures .process_measures_cnt ul li a::after,
#tmp_contents ul.box_col2_btn li a::after,
#tmp_contents ul.box_col3_btn li a::after,
#tmp_contents ul.box_col4_btn li a::after,
#tmp_contents ul.box_col5_btn li a::after,
#tmp_contents .link_top_btn p a::after,
#tmp_contents ul.box_img_col2_btn a::after,
#tmp_contents ul.box_img_col3_btn a::after,
#tmp_contents ul.box_img_col4_btn a::after,
#tmp_contents #tmp_faq_inq_cnt .sodan_list li a::after
.blog_box .btn_more a::after {
	left:-2px;
	right:-2px;
	top:-2px;
	bottom:-2px;
}
#tmp_contents .read_more a:hover::after,
#tmp_contents .read_more a:focus::after,
#tmp_contents .box_pickup.active::after,
#tmp_contents .box_card.active::after,
#tmp_sub_special .sub_special_item.active::after,
#tmp_special_splide .special_item.active::after,
#tmp_idx_blogs .blogs_menu a:hover::after,
#tmp_idx_blogs .blogs_menu a:focus::after,
#tmp_contents .rnavi_btn a:hover::after,
#tmp_contents .rnavi_btn a:focus::after,
#tmp_contents .anchor_menu li a:hover::after,
#tmp_contents .anchor_menu li a:focus::after,
#tmp_contents .idx_menu_btn li a:hover::after,
#tmp_contents .idx_menu_btn li a:focus::after,
#tmp_contents .anchor_cnt li a:hover::after,
#tmp_contents .anchor_cnt li a:focus::after,
#tmp_contents ul.box_btn a:hover::after,
#tmp_contents ul.box_btn a:focus::after,
#tmp_contents .box_facilities_btn ul.box_btn li.active a::after,
#tmp_contents .box_menu .box_menu_ttl a:hover::after,
#tmp_contents .box_menu .box_menu_ttl a:focus::after,
#tmp_event_cal_refine_btn .clear_btn a:hover::after,
#tmp_event_cal_refine_btn .clear_btn a:focus::after,
#tmp_event_cal_7w .event_cal_7w p.more a:hover::after,
#tmp_event_cal_7w .event_cal_7w p.more_event a:hover::after,
#tmp_event_cal_7w .event_cal_7w p.more a:focus::after,
#tmp_event_cal_7w .event_cal_7w p.more_event a:focus::after,
#tmp_event_cal_list p.more a:hover::after,
#tmp_event_cal_list p.more_event a:hover::after,
#tmp_event_cal_list p.more a:focus::after,
#tmp_event_cal_list p.more_event a:focus::after,
#tmp_wrap_cate_menu .cate_menu_btn a:hover::after,
#tmp_wrap_cate_menu .cate_menu_btn a:focus::after,
#tmp_cate_menu_list ul li.active a::after,
#tmp_cate_menu_list ul li a:hover::after,
#tmp_cate_menu_list ul li a:focus::after,
#tmp_process_measures .process_measures_cnt ul li a:hover::after,
#tmp_process_measures .process_measures_cnt ul li a:focus::after,
#tmp_contents ul.box_col2_btn li a:hover::after,
#tmp_contents ul.box_col2_btn li a:focus::after,
#tmp_contents ul.box_col3_btn li a:hover::after,
#tmp_contents ul.box_col3_btn li a:focus::after,
#tmp_contents ul.box_col4_btn li a:hover::after,
#tmp_contents ul.box_col4_btn li a:focus::after,
#tmp_contents ul.box_col5_btn li a:hover::after,
#tmp_contents ul.box_col5_btn li a:focus::after,
#tmp_contents .link_top_btn p a:hover::after,
#tmp_contents .link_top_btn p a:focus::after,
#tmp_contents ul.box_img_col2_btn a:hover::after,
#tmp_contents ul.box_img_col2_btn a:focus::after,
#tmp_contents ul.box_img_col3_btn a:hover::after,
#tmp_contents ul.box_img_col3_btn a:focus::after,
#tmp_contents ul.box_img_col4_btn a:hover::after,
#tmp_contents ul.box_img_col4_btn a:focus::after,
#tmp_contents #tmp_faq_inq_cnt .sodan_list li a:hover::after,
#tmp_contents #tmp_faq_inq_cnt .sodan_list li a:focus::after,
.blog_box .btn_more a:hover:after,
.blog_box .btn_more a:focus:after {
	opacity:1;
}
#tmp_contents .read_more a::before,
#tmp_contents .idx_menu_btn li a::before,
#tmp_sub_special .sub_special_ttl a::before,
#tmp_contents .box_card .box_card_cnt a::before,
#tmp_contents .box_pickup .pickup_link a::before,
#tmp_contents ul.box_btn a::before,
#tmp_contents .box_menu .box_menu_ttl a::before,
#tmp_contents .rnavi_btn a::before,
#tmp_event_cal_7w .event_cal_7w p.more a::before,
#tmp_event_cal_7w .event_cal_7w p.more_event a::before,
#tmp_event_cal_list p.more a::before,
#tmp_event_cal_list p.more_event a::before,
#tmp_wrap_cate_menu .cate_menu_btn a::before,
#tmp_cate_menu_list ul li a::before,
#tmp_process_measures .process_measures_cnt ul li a::before,
#tmp_contents ul.box_col2_btn li a::before,
#tmp_contents ul.box_col3_btn li a::before,
#tmp_contents ul.box_col4_btn li a::before,
#tmp_contents ul.box_col5_btn li a::before,
#tmp_contents .link_top_btn p a::before,
#tmp_contents ul.box_col3_btn.grant .item_cnt::before,
#tmp_contents ul.box_col4_btn.grant .item_cnt::before,
#tmp_contents ul.box_img_col2_btn a .box_item_txt::before,
#tmp_contents ul.box_img_col3_btn a .box_item_txt::before,
#tmp_contents ul.box_img_col4_btn a .box_item_txt::before,
#tmp_contents #tmp_faq_inq_cnt .sodan_list li a::before {
	content:'';
	position:absolute;
	top:50%;
	right:14px;
	background-image:url(/shared/images/icon/icon_box_arrow.png);
	background-repeat:no-repeat;
	width:14px;
	height:10px;
	margin-top:-5px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_contents .idx_menu_btn li a::before {
	width:17px;
	background-image:url(/shared/images/icon/arrow_link_rgt.png);
	-webkit-background-size:17px auto;
	-moz-background-size:17px auto;
	background-size:17px auto;
}
#tmp_contents .read_more a:hover::before,
#tmp_contents .read_more a:focus::before,
#tmp_contents .idx_menu_btn li a:hover::before,
#tmp_contents .idx_menu_btn li a:focus::before,
#tmp_contents ul.box_btn a:hover::before,
#tmp_contents ul.box_btn a:focus::before,
#tmp_contents .box_menu .box_menu_ttl a:hover::before,
#tmp_contents .box_menu .box_menu_ttl a:focus::before,
#tmp_contents .rnavi_btn a:hover::before,
#tmp_contents .rnavi_btn a:focus::before,
#tmp_event_cal_list p.more a:hover::before,
#tmp_event_cal_list p.more_event a:hover::before,
#tmp_event_cal_list p.more a:focus::before,
#tmp_event_cal_list p.more_event a:focus::before,
#tmp_wrap_cate_menu .cate_menu_btn a:hover::before,
#tmp_wrap_cate_menu .cate_menu_btn a:focus::before,
#tmp_cate_menu_list ul li a:hover::before,
#tmp_cate_menu_list ul li a:focus::before,
#tmp_process_measures .process_measures_cnt ul li a:hover::before,
#tmp_process_measures .process_measures_cnt ul li a:focus::before,
#tmp_contents ul.box_col2_btn li a:hover::before,
#tmp_contents ul.box_col2_btn li a:focus::before,
#tmp_contents ul.box_col3_btn li a:hover::before,
#tmp_contents ul.box_col3_btn li a:focus::before,
#tmp_contents ul.box_col4_btn li a:hover::before,
#tmp_contents ul.box_col4_btn li a:focus::before,
#tmp_contents ul.box_col5_btn li a:hover::before,
#tmp_contents ul.box_col5_btn li a:focus::before,
#tmp_contents .link_top_btn p a:hover::before,
#tmp_contents .link_top_btn p a:focus::before,
#tmp_contents ul.box_col3_btn.grant a:hover .item_cnt::before,
#tmp_contents ul.box_col3_btn.grant a:focus .item_cnt::before,
#tmp_contents ul.box_col4_btn.grant a:hover .item_cnt::before,
#tmp_contents ul.box_col4_btn.grant a:focus .item_cnt::before,
#tmp_contents ul.box_img_col2_btn a:hover .box_item_txt::before,
#tmp_contents ul.box_img_col2_btn a:focus .box_item_txt::before,
#tmp_contents ul.box_img_col3_btn a:hover .box_item_txt::before,
#tmp_contents ul.box_img_col3_btn a:focus .box_item_txt::before,
#tmp_contents ul.box_img_col4_btn a:hover .box_item_txt::before,
#tmp_contents ul.box_img_col4_btn a:focus .box_item_txt::before,
#tmp_contents #tmp_faq_inq_cnt .sodan_list li a:hover::before,
#tmp_contents #tmp_faq_inq_cnt .sodan_list li a:focus::before {
	right:9px;
}
#tmp_sub_special .sub_special_item .sub_special_ttl a::before {
	right:13px;
}
#tmp_sub_special .sub_special_item.active .sub_special_ttl a::before {
	right:8px;
}
#tmp_contents .box_card .box_card_cnt a::before,
#tmp_contents .box_pickup .pickup_link a::before {
	right:20px;
}
#tmp_contents .box_card.active .box_card_cnt a::before,
#tmp_contents .box_pickup.active .pickup_link a::before {
	right:15px;
}
#tmp_event_cal_7w .event_cal_7w p.more a::before,
#tmp_event_cal_7w .event_cal_7w p.more_event a::before {
	right:10px;
}
#tmp_event_cal_7w .event_cal_7w p.more a:hover::before,
#tmp_event_cal_7w .event_cal_7w p.more_event a:hover::before,
#tmp_event_cal_7w .event_cal_7w p.more a:focus::before,
#tmp_event_cal_7w .event_cal_7w p.more_event a:focus::before{
	right:5px;
}
#tmp_contents .box_pickup.active,
#tmp_contents .box_card.active,
#tmp_sub_special .sub_special_item.active,
#tmp_special_splide .special_item.active {
	box-shadow:none !important;
}
#tmp_special_splide .special_item.active .special_ttl a,
#tmp_special_splide .special_item .special_ttl a:hover,
#tmp_special_splide .special_item .special_ttl a:focus {
	text-decoration: none;
}
#tmp_contents .read_more a:hover,
#tmp_contents .read_more a:focus,
#tmp_sub_special .sub_special_item.active .sub_special_ttl a,
#tmp_contents .box_card.active .box_card_cnt a,
#tmp_contents .box_card .box_card_cnt a:hover,
#tmp_contents .box_card .box_card_cnt a:focus,
#tmp_contents .box_pickup.active .pickup_link a,
#tmp_contents .box_pickup .pickup_link a:hover,
#tmp_contents .box_pickup .pickup_link a:focus,
#tmp_contents .rnavi_btn a:hover,
#tmp_contents .rnavi_btn a:focus,
#tmp_idx_blogs .blogs_menu li a:hover,
#tmp_idx_blogs .blogs_menu li a:focus,
#tmp_contents .anchor_menu li a:hover,
#tmp_contents .anchor_menu li a:focus,
#tmp_contents .idx_menu_btn li a:hover,
#tmp_contents .idx_menu_btn li a:focus,
#tmp_contents .anchor_cnt li a:hover,
#tmp_contents .anchor_cnt li a:focus,
#tmp_contents ul.box_btn a:hover,
#tmp_contents ul.box_btn a:focus,
#tmp_contents .box_menu .box_menu_ttl a:hover,
#tmp_contents .box_menu .box_menu_ttl a:focus,
#tmp_wrap_cate_menu .cate_menu_btn a:hover,
#tmp_wrap_cate_menu .cate_menu_btn a:focus,
#tmp_cate_menu_list ul li a:hover,
#tmp_cate_menu_list ul li a:focus,
#tmp_process_measures .process_measures_cnt ul li a:hover,
#tmp_process_measures .process_measures_cnt ul li a:focus,
#tmp_contents .link_top_btn p a:hover,
#tmp_contents .link_top_btn p a:focus,
.soshiki_menu_tbl .soshiki_menu_tbl_ttl h3 a:hover,
.soshiki_menu_tbl .soshiki_menu_tbl_ttl h3 a:focus,
.soshiki_menu_tbl .soshiki_menu_tbl_ttl p a:hover,
.soshiki_menu_tbl .soshiki_menu_tbl_ttl p a:focus {
	text-decoration: underline;
}
.no_javascript #tmp_special_splide .special_item::after,
.no_javascript #tmp_sub_special .sub_special_item::after,
.no_javascript #tmp_contents .box_card::after,
.no_javascript #tmp_contents .box_pickup::after {
	display:none;
}
/* ==================================================
accessibility
================================================== */
.color_black #tmp_wrapper #tmp_idx_blogs .blog_box_inner,
.color_black #tmp_wrapper #tmp_idx_blogs .blog_box_ttl,
.color_black #tmp_wrapper #tmp_idx_pickup .pickup_item a,
.color_blue #tmp_wrapper #tmp_idx_blogs .blog_box_inner,
.color_blue #tmp_wrapper #tmp_idx_blogs .blog_box_ttl,
.color_blue #tmp_wrapper #tmp_idx_pickup .pickup_item a,
.color_yellow #tmp_wrapper #tmp_idx_blogs .blog_box_inner,
.color_yellow #tmp_wrapper #tmp_idx_blogs .blog_box_ttl,
.color_yellow #tmp_wrapper #tmp_idx_pickup .pickup_item a,
.color_black #tmp_faq_inq_cnt .faq_inq,
.color_blue #tmp_faq_inq_cnt .faq_inq,
.color_yellow #tmp_faq_inq_cnt .faq_inq,
.color_black #tmp_wrap_cate_menu .cate_menu,
.color_blue #tmp_wrap_cate_menu .cate_menu,
.color_yellow #tmp_wrap_cate_menu .cate_menu {
	border: 1px solid !important;
}
.color_black #tmp_contents h2::before,
.color_blue #tmp_contents h2::before,
.color_yellow #tmp_contents h2::before,
.color_black #tmp_contents h4::before,
.color_blue #tmp_contents h4::before,
.color_yellow #tmp_contents h4::before,
.color_black #tmp_contents #tmp_faq_inq_ttl h2::after,
.color_blue #tmp_contents #tmp_faq_inq_ttl h2::after,
.color_yellow #tmp_contents #tmp_faq_inq_ttl h2::after,
.color_black #tmp_contents #tmp_faq_inq_cnt .faq_inq_ttl h3::before,
.color_blue #tmp_contents #tmp_faq_inq_cnt .faq_inq_ttl h3::before,
.color_yellow #tmp_contents #tmp_faq_inq_cnt .faq_inq_ttl h3::before {
	display:none !important;
}
.color_black #tmp_wrapper #tmp_contents ul.box_col3_btn.grant .item_img img,
.color_blue #tmp_wrapper #tmp_contents ul.box_col3_btn.grant .item_img img,
.color_black #tmp_wrapper #tmp_contents ul.box_col4_btn.grant .item_img img,
.color_blue #tmp_wrapper #tmp_contents ul.box_col4_btn.grant .item_img img {
	background-color:#ffffff !important;
}
.color_black #tmp_wrapper #tmp_idx_blogs .blogs_menu li a,
.color_blue #tmp_wrapper #tmp_idx_blogs .blogs_menu li a {
	background-image: url(/shared/templates/free/images/idx/arrow_dop_wh.png) !important;
}
.color_yellow #tmp_wrapper #tmp_idx_blogs .blogs_menu li a {
	background-image: url(/shared/templates/free/images/idx/arrow_dop.png) !important;
}
.color_black #tmp_contents #tmp_event_cal_tab .selected a::after,
.color_blue #tmp_contents #tmp_event_cal_tab .selected a::after {
	border-color: #FFFF00 transparent transparent transparent !important;
}
.color_yellow #tmp_contents #tmp_event_cal_tab .selected a::after {
	border-color: #000000 transparent transparent transparent !important;
}
.color_black #tmp_event_cal_refine_cnt fieldset .genre li,
.color_blue #tmp_event_cal_refine_cnt fieldset .genre li {
	border: 1px solid #FFFF00 !important;
}
.color_black #tmp_lnavi_event_cal_cnt .calendar td.cal_sun,
.color_black #tmp_lnavi_event_cal_cnt .calendar td.cal_holiday,
.color_black #tmp_lnavi_event_cal_cnt .calendar td.cal_sun a,
.color_black #tmp_lnavi_event_cal_cnt .calendar td.cal_holiday a,
.color_blue #tmp_lnavi_event_cal_cnt .calendar td.cal_sun,
.color_blue #tmp_lnavi_event_cal_cnt .calendar td.cal_holiday,
.color_blue #tmp_lnavi_event_cal_cnt .calendar td.cal_sun a,
.color_blue #tmp_lnavi_event_cal_cnt .calendar td.cal_holiday a {
	color:#ffffff !important;
}
.color_black #tmp_lnavi_event_cal_cnt .calendar td.cal_today,
.color_black #tmp_lnavi_event_cal_cnt .calendar td.cal_today a {
	color:#000000 !important;
	background-color:#FFFF00 !important;
}
.color_blue #tmp_lnavi_event_cal_cnt .calendar td.cal_today,
.color_blue #tmp_lnavi_event_cal_cnt .calendar td.cal_today a {
	color:#00008B !important;
	background-color:#FFFF00 !important;
}
.color_yellow #tmp_lnavi_event_cal_cnt .calendar td.cal_sun,
.color_yellow #tmp_lnavi_event_cal_cnt .calendar td.cal_holiday,
.color_yellow #tmp_lnavi_event_cal_cnt .calendar td.cal_sun a,
.color_yellow #tmp_lnavi_event_cal_cnt .calendar td.cal_holiday a {
	color:#0000FF !important;
}
.color_yellow #tmp_lnavi_event_cal_cnt .calendar td.cal_today,
.color_yellow #tmp_lnavi_event_cal_cnt .calendar td.cal_today a {
	color:#FFFF00 !important;
	background-color:#0000FF !important;
}
.color_black #tmp_contents .faq_question,
.color_blue #tmp_contents .faq_question,
.color_yellow #tmp_contents .faq_question,
.color_black #tmp_contents .faq_answer,
.color_blue #tmp_contents .faq_answer,
.color_yellow #tmp_contents .faq_answer {
	position:relative;
}
.color_black #tmp_contents .faq_question::before,
.color_blue #tmp_contents .faq_question::before,
.color_yellow #tmp_contents .faq_question::before {
	content:'Q';
}
.color_black #tmp_contents .faq_answer::before,
.color_blue #tmp_contents .faq_answer::before,
.color_yellow #tmp_contents .faq_answer::before {
	content:'A';
}
.color_black #tmp_contents .faq_question::before,
.color_blue #tmp_contents .faq_question::before,
.color_yellow #tmp_contents .faq_question::before,
.color_black #tmp_contents .faq_answer::before,
.color_blue #tmp_contents .faq_answer::before,
.color_yellow #tmp_contents .faq_answer::before {
	position:absolute;
	left:0;
	top:0;
	border:2px solid;
	padding:15px;
	font-size:2rem;
	font-weight:bold;
	line-height:1;
}
.color_black #tmp_contents h2::before,
.color_blue #tmp_contents h2::before,
.color_yellow #tmp_contents h2::before,
.color_black #tmp_contents h5::before,
.color_blue #tmp_contents h5::before,
.color_yellow #tmp_contents h5::before {
	display:none;
}
.color_black #tmp_event_cal_tab li span,
.color_blue #tmp_event_cal_tab li span,
.color_yellow #tmp_event_cal_tab li span {
	padding:0 !important;
}
/* end idx */
.fsize_small #tmp_contents h4 {
	background-position: left 2px;
}
.no_javascript #tmp_special_splide,
.no_javascript #tmp_sub_special {
	visibility: visible;
}
.no_javascript #tmp_special_splide .splide__list {
	max-height: 520px;
	overflow-y: auto;
}
.no_javascript #tmp_sub_special .splide__list {
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}
.no_javascript #tmp_sub_special .splide__slide {
	padding: 18px 8px;
	width: calc((100% - 40px) / 5);
}
.no_javascript #tmp_contents #tmp_sub_special .sub_special_item {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.no_javascript #tmp_contents #tmp_sub_special .sub_special_ttl {
	background-color: #ffffff;
}
/* start general */
.color_blue #tmp_wrap_cate_ttl #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_cate_ttl #tmp_cate_ttl h1,
.color_black #tmp_wrap_cate_ttl #tmp_cate_ttl h1 {
	padding: 10px !important;
	border: 2px solid !important;
}
.color_blue #tmp_cate_ttl h1:after,
.color_black #tmp_cate_ttl h1:after {
	border-right-color: #ffff00 !important;
}
.color_yellow #tmp_cate_ttl h1:after {
	border-right-color: #000000 !important;
}
.color_blue #tmp_contents .anchor_cnt li a:before,
.color_black #tmp_contents .anchor_cnt li a:before {
	background-image: url(/shared/templates/free/images/general/anchor_yellow_icon.png) !important;
}

.color_blue #tmp_wrapper #tmp_idx_blogs .blog_box_list a,
.color_black #tmp_wrapper #tmp_idx_blogs .blog_box_list a {
	background-image: url(/shared/images/icon/icon_link_arrow_yl.png) !important;
}
.color_yellow #tmp_wrapper #tmp_idx_blogs .blog_box_list a {
	background-image: url(/shared/images/icon/icon_link_arrow.png) !important;
}
.color_blue #tmp_special_splide .special_item,
.color_black #tmp_special_splide .special_item,
.color_yellow #tmp_special_splide .special_item,
.color_blue #tmp_sub_special .sub_special_item,
.color_black #tmp_sub_special .sub_special_item,
.color_yellow #tmp_sub_special .sub_special_item,
.color_blue #tmp_contents .box_card,
.color_black #tmp_contents .box_card,
.color_yellow #tmp_contents .box_card,
.color_blue #tmp_contents .box_pickup,
.color_black #tmp_contents .box_pickup,
.color_yellow #tmp_contents .box_pickup,
.color_blue #tmp_event_cal_7w .event_cal_7w td p a,
.color_black #tmp_event_cal_7w .event_cal_7w td p a,
.color_yellow #tmp_event_cal_7w .event_cal_7w td p a {
	border: 1px solid;
}
.color_blue #tmp_contents .box_pickup:before,
.color_black #tmp_contents .box_pickup:before {
	border-top-color: #ffff00 !important;
}
.color_yellow #tmp_contents .box_pickup:before {
	border-top-color: #000000 !important;
}
.fsize_big.custom_general #tmp_contents .news_list .news_date,
.fsize_big2.custom_general #tmp_contents .news_list .news_date {
	width: 140px;
}
.color_blue #tmp_wrapper #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_ttl .item_ttl_img img,
.color_black #tmp_wrapper #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_ttl .item_ttl_img img {
	background-color:#ffffff !important;
}
.color_blue #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate.ac_active .item_ttl::after {
	background-color:#00008B !important;
	border-left-color:#FFFF00 !important;
	border-right-color:#FFFF00 !important;
}
.color_black #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate.ac_active .item_ttl::after {
	background-color:#000000 !important;
	border-left-color:#FFFF00 !important;
	border-right-color:#FFFF00 !important;
}
.color_yellow #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate.ac_active .item_ttl::after {
	background-color:#FFFF00 !important;
	border-left-color:#000000 !important;
	border-right-color:#000000 !important;
}
.color_blue #tmp_open_search_refine fieldset p.select_cate::after,
.color_black #tmp_open_search_refine fieldset p.select_cate::after {
	border-top-color:#FFFF00 !important;
	border-right-color:#FFFF00 !important;
}
.color_blue #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_ttl_txt::before,
.color_black #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_ttl_txt::before {
	background-image:url(/shared/images/icon/arrow_dop_wh.png) !important;
}
.color_blue #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner ul li a,
.color_black #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner ul li a,
.color_yellow #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner ul li a {
	position:relative;
}
.color_blue #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner ul li a::before,
.color_black #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner ul li a::before,
.color_yellow #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner ul li a::before {
	content:'';
	position:absolute;
	left:0;
	top:0.5em;
	width:6px;
	height:6px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.color_blue #tmp_wrapper #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner ul li a::before,
.color_black #tmp_wrapper #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner ul li a::before {
	background-color:#ffffff !important;
}
.color_yellow #tmp_wrapper #tmp_faq_purpose_btn .wrap_faq_purpose .faq_purpose_cate .item_cnt_inner ul li a::before {
	background-color:#000000 !important;
}
.color_blue #tmp_wrapper #tmp_contents .wrap_process_keyword h3,
.color_black #tmp_wrapper #tmp_contents .wrap_process_keyword h3,
.color_yellow #tmp_wrapper #tmp_contents .wrap_process_keyword h3 {
	border:none !important;
	padding:0 !important;
}
.color_blue #tmp_display_number fieldset p.select_display::after,
.color_black #tmp_display_number fieldset p.select_display::after {
	border-top:1px solid #FFFF00 !important;
	border-right:1px solid #FFFF00 !important;
}

.color_blue #tmp_contents .read_more a::before,
.color_blue #tmp_contents .idx_menu_btn li a::before,
.color_blue #tmp_sub_special .sub_special_ttl a::before,
.color_blue #tmp_contents .box_card .box_card_cnt a::before,
.color_blue #tmp_contents .box_pickup .pickup_link a::before,
.color_blue #tmp_contents ul.box_btn a::before,
.color_blue #tmp_contents .box_menu .box_menu_ttl a::before,
.color_blue #tmp_contents .rnavi_btn a::before,
.color_blue #tmp_event_cal_7w .event_cal_7w p.more a::before,
.color_blue #tmp_event_cal_7w .event_cal_7w p.more_event a::before,
.color_blue #tmp_event_cal_list p.more a::before,
.color_blue #tmp_event_cal_list p.more_event a::before,
.color_blue #tmp_wrap_cate_menu .cate_menu_btn a::before,
.color_blue #tmp_cate_menu_list ul li a::before,
.color_blue #tmp_process_measures .process_measures_cnt ul li a::before,
.color_blue #tmp_contents ul.box_col2_btn li a::before,
.color_blue #tmp_contents ul.box_col3_btn li a::before,
.color_blue #tmp_contents ul.box_col4_btn li a::before,
.color_blue #tmp_contents ul.box_col5_btn li a::before,
.color_blue #tmp_contents .link_top_btn p a::before,
.color_blue #tmp_contents ul.box_col3_btn.grant .item_cnt::before,
.color_blue #tmp_contents ul.box_col4_btn.grant .item_cnt::before,
.color_blue #tmp_contents ul.box_img_col2_btn a .box_item_txt::before,
.color_blue #tmp_contents ul.box_img_col3_btn a .box_item_txt::before,
.color_blue #tmp_contents ul.box_img_col4_btn a .box_item_txt::before,
.color_blue #tmp_contents #tmp_faq_inq_cnt .sodan_list li a::before,
.color_black #tmp_contents .read_more a::before,
.color_black #tmp_contents .idx_menu_btn li a::before,
.color_black #tmp_sub_special .sub_special_ttl a::before,
.color_black #tmp_contents .box_card .box_card_cnt a::before,
.color_black #tmp_contents .box_pickup .pickup_link a::before,
.color_black #tmp_contents ul.box_btn a::before,
.color_black #tmp_contents .box_menu .box_menu_ttl a::before,
.color_black #tmp_contents .rnavi_btn a::before,
.color_black #tmp_event_cal_7w .event_cal_7w p.more a::before,
.color_black #tmp_event_cal_7w .event_cal_7w p.more_event a::before,
.color_black #tmp_event_cal_list p.more a::before,
.color_black #tmp_event_cal_list p.more_event a::before,
.color_black #tmp_wrap_cate_menu .cate_menu_btn a::before,
.color_black #tmp_cate_menu_list ul li a::before,
.color_black #tmp_process_measures .process_measures_cnt ul li a::before,
.color_black #tmp_contents ul.box_col2_btn li a::before,
.color_black #tmp_contents ul.box_col3_btn li a::before,
.color_black #tmp_contents ul.box_col4_btn li a::before,
.color_black #tmp_contents ul.box_col5_btn li a::before,
.color_black #tmp_contents .link_top_btn p a::before,
.color_black #tmp_contents ul.box_col3_btn.grant .item_cnt::before,
.color_black #tmp_contents ul.box_col4_btn.grant .item_cnt::before,
.color_black #tmp_contents ul.box_img_col2_btn a .box_item_txt::before,
.color_black #tmp_contents ul.box_img_col3_btn a .box_item_txt::before,
.color_black #tmp_contents ul.box_img_col4_btn a .box_item_txt::before,
.color_black #tmp_contents #tmp_faq_inq_cnt .sodan_list li a::before {
	background-image:url(/shared/images/icon/icon_box_arrow_wh.png) !important;
}
.color_blue #tmp_contents .idx_menu_btn li a::before,
.color_black #tmp_contents .idx_menu_btn li a::before {
	background-image:url(/shared/images/icon/icon_box_arrow_wh.png) !important;
	-webkit-background-size:14px auto;
	-moz-background-size:14px auto;
	background-size:14px auto;
}
.color_blue #tmp_contents .box_pickup::after,
.color_blue #tmp_contents .box_card::after,
.color_blue #tmp_sub_special .sub_special_item::after,
.color_blue #tmp_special_splide .special_item::after,
.color_blue #tmp_idx_blogs .blogs_menu li a::after,
.color_blue #tmp_contents .anchor_menu li a::after,
.color_blue #tmp_contents .read_more a::after,
.color_blue #tmp_contents .idx_menu_btn li a::after,
.color_blue #tmp_contents .rnavi_btn a::after,
.color_blue #tmp_contents .anchor_cnt li a::after,
.color_blue #tmp_contents ul.box_btn a::after,
.color_blue #tmp_contents .box_menu .box_menu_ttl a::after,
.color_blue #tmp_event_cal_refine_btn .clear_btn a::after,
.color_blue #tmp_event_cal_7w .event_cal_7w p.more a::after,
.color_blue #tmp_event_cal_7w .event_cal_7w p.more_event a::after,
.color_blue #tmp_event_cal_list p.more a::after,
.color_blue #tmp_event_cal_list p.more_event a::after,
.color_blue #tmp_wrap_cate_menu .cate_menu_btn a::after,
.color_blue #tmp_cate_menu_list ul li a::after,
.color_blue #tmp_process_measures .process_measures_cnt ul li a::after,
.color_blue #tmp_contents ul.box_col2_btn li a::after,
.color_blue #tmp_contents ul.box_col3_btn li a::after,
.color_blue #tmp_contents ul.box_col4_btn li a::after,
.color_blue #tmp_contents ul.box_col5_btn li a::after,
.color_blue #tmp_contents .link_top_btn p a::after,
.color_blue #tmp_contents ul.box_img_col2_btn a::after,
.color_blue #tmp_contents ul.box_img_col3_btn a::after,
.color_blue #tmp_contents ul.box_img_col4_btn a::after,
.color_blue #tmp_contents #tmp_faq_inq_cnt .sodan_list li a::after,
.color_black #tmp_contents .box_pickup::after,
.color_black #tmp_contents .box_card::after,
.color_black #tmp_sub_special .sub_special_item::after,
.color_black #tmp_special_splide .special_item::after,
.color_black #tmp_idx_blogs .blogs_menu li a::after,
.color_black #tmp_contents .anchor_menu li a::after,
.color_black #tmp_contents .read_more a::after,
.color_black #tmp_contents .idx_menu_btn li a::after,
.color_black #tmp_contents .rnavi_btn a::after,
.color_black #tmp_contents .anchor_cnt li a::after,
.color_black #tmp_contents ul.box_btn a::after,
.color_black #tmp_contents .box_menu .box_menu_ttl a::after,
.color_black #tmp_event_cal_refine_btn .clear_btn a::after,
.color_black #tmp_event_cal_7w .event_cal_7w p.more a::after,
.color_black #tmp_event_cal_7w .event_cal_7w p.more_event a::after,
.color_black #tmp_event_cal_list p.more a::after,
.color_black #tmp_event_cal_list p.more_event a::after,
.color_black #tmp_wrap_cate_menu .cate_menu_btn a::after,
.color_black #tmp_cate_menu_list ul li a::after,
.color_black #tmp_process_measures .process_measures_cnt ul li a::after,
.color_black #tmp_contents ul.box_col2_btn li a::after,
.color_black #tmp_contents ul.box_col3_btn li a::after,
.color_black #tmp_contents ul.box_col4_btn li a::after,
.color_black #tmp_contents ul.box_col5_btn li a::after,
.color_black #tmp_contents .link_top_btn p a::after,
.color_black #tmp_contents ul.box_img_col2_btn a::after,
.color_black #tmp_contents ul.box_img_col3_btn a::after,
.color_black #tmp_contents ul.box_img_col4_btn a::after,
.color_black #tmp_contents #tmp_faq_inq_cnt .sodan_list li a::after {
	border-color:#FFFF00 !important;
}
.fsize_big2 #tmp_open_search_refine .box_day .box_day_start,
.fsize_big2 #tmp_open_search_refine .box_day .box_day_end {
	width:46%;
}
.fsize_big2 #tmp_open_search_refine .box_day .box_day_to {
	width:8%;
}
/* ==================================================
furigana
================================================== */
.furigana_on #tmp_contents .box_facilities_btn ul.box_btn li a,
.furigana_on #tmp_contents ul.box_col4_btn.grant .item_cnt,
.furigana_on #tmp_wrap_cate_menu .cate_menu_btn a,
.furigana_on #tmp_cate_menu_list ul li a,
.furigana_on  #tmp_contents #tmp_process_measures .process_measures_cnt ul li a {
	display: block;
}
.furigana_on #tmp_contents .box_facilities_btn ul.box_btn li a {
	padding: 27px 18px;
}
/* ==================================================
emergency
================================================== */
.custom_emergency #tmp_contents h1 {
	border-bottom-color:#c52626;
	background-color:#ffeeee;
	padding:30px 24px 25px;
	margin-top:55px;
}
.custom_emergency #tmp_contents h2::before {
	background-color:#c52626;
}
.custom_emergency #tmp_contents h3 {
	background-color:#fff2e3;
	border-bottom-color:#c52626;
}
.custom_emergency #tmp_contents ul {
	list-style-image:url(/shared/images/icon/list_icon_red.png);
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents div.box_menu:after,
#tmp_contents div.box_menu_ttl:after,
#tmp_contents div.box_menu_cnt:after,
#tmp_contents .box_photo:after,
#tmp_map:after,
#tmp_contents #tmp_facilities_btn:after,
#tmp_contents #tmp_facilities_btn ul:after,
#tmp_event_cal_tab:after,
#tmp_event_cal_tab ul:after,
#tmp_event_cal_refine:after,
#tmp_event_cal_refine_ttl:after,
#tmp_event_cal_refine_cnt:after,
#tmp_event_cal_refine_cnt dl:after,
#tmp_event_cal_refine_cnt dd:after,
#tmp_event_cal_refine_cnt dd ul:after,
#tmp_event_main:after,
#tmp_contents .event_col3:after,
#tmp_lnavi_event_cal:after,
#tmp_lnavi_event_cal_ttl:after,
#tmp_lnavi_event_cal_cnt:after,
#tmp_lnavi_event_cal .cal_navi:after,
#tmp_topic .topic_list:after,
#tmp_open_search_refine_btn:after,
#tmp_open_search_refine .refine_answer:after,
#tmp_kokin_search_refine fieldset:after,
#tmp_event_cal_refine_cnt fieldset ul:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	min-width: 100% !important;
	width:100% !important;
	padding: 0 !important;
}
#tmp_wrapper img {
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}
.container {
	min-width: 100% !important;
	width: 100% !important;
	padding: 0 10px !important;
}
#tmp_header {
	position:static !important;
	margin:0 0 10px !important;
	padding:0 0 10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
.format_free .header_main {
	border-bottom: none !important;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width: auto !important;
	height: auto !important;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	background-image: none !important;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	font-size: 2rem !important;
	text-indent: 0 !important;
	z-index: auto !important;
}
#tmp_header .header_main {
	padding: 0 !important;
}
#tmp_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_footer .footer_cnt {
	color:#000000 !important;
	background:#FFFFFF !important;
}
#tmp_footer .footer_row,
#tmp_footer .footer_col {
	display: block !important;
	width: 100% !important;
}
#tmp_footer .footer_logo {
	padding-left: 0 !important;
	background-image: none !important;
}
#tmp_print,
#tmp_gnavi,
.pnavi,
.fnavi,
.plugin,
#tmp_lnavi,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_pankuzu,
.header_head,
#tmp_anchor,
.anchor_menu,
#tmp_footer .footer_col:last-child,
#tmp_footer .footer_nav,
#tmp_footer .footer_links,
#tmp_contents .link_top_btn,
#tmp_cate_menu_list,
#tmp_faq_inq {
	display:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
#tmp_footer .footer_col {
	width:100%;
}
.copyright {
	text-align:left !important;
}
#tmp_contents h1 {
	padding-top:0 !important;
}
.box_label {
	margin-top: 50px;
	box-shadow: none !important;
}
.box_label_ttl,
.box_label_ttl a {
	background-color: #ffffff !important;
	color: #000000 !important;
}
.box_label_ttl a {
	margin: -21px -26px -20px;
}
.box_label,
.box_label_cnt {
	border: 1px solid #000000 !important;
}
}


