@charset "utf-8";

/* ==================================================
Required to CMS-8341
================================================== */
#tmp_contents h1 {
	margin:0 0 1em;
	font-size: 188.9%;
	border-top: 4px solid #333333;
	background-color: #007900;
	background-image: -moz-linear-gradient( 142deg, rgb(1,105,1) 0%, rgb(0,121,0) 100%);
	background-image: -webkit-linear-gradient( 142deg, rgb(1,105,1) 0%, rgb(0,121,0) 100%);
	background-image: -ms-linear-gradient( 142deg, rgb(1,105,1) 0%, rgb(0,121,0) 100%);
	color: #ffffff;
	padding: 20px 20px 22px;
	line-height: 1.4;
	clear:both; /* Do not edit */
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	margin:1.5em 0 1em;
	line-height: 1.4;
	clear:both; /* Do not edit */
}
#tmp_contents h2 {
	background-color: #e6f2e6;
	color: #222222;
	font-size: 155.6%;
	padding: 17px 26px;
	-webkit-background-size: 20px 2px;
	-moz-background-size: 20px 2px;
	background-size: 20px 2px;
}
#tmp_contents h3 {
	background: transparent url(/shared/templates/free/images/main/line_h3.png) left bottom repeat-x;
	color: #222222;
	font-size: 144.4%;
	padding: 17px 0;
	-webkit-background-size: 100% 6px;
	-moz-background-size: 100% 6px;
	background-size: 100% 6px;
}
#tmp_contents h4 {
	background: transparent url(/shared/templates/free/images/main/line_h4.jpg) 0 16px no-repeat;
	color: #222222;
	font-size: 122.2%;
	padding: 5px 24px;
	-webkit-background-size: 12px 6px;
	-moz-background-size: 12px 6px;
	background-size: 12px 6px;
}
#tmp_contents h5 {
	font-size: 111.1%;
	padding: 5px 0;
}
#tmp_contents h6 {
	font-size: 100%;
	padding: 5px 0;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* Do not edit */
	line-height: 1.7;
}
#tmp_contents ul {
	margin:0 0 1.6em 0.9em; /* Do not edit */
	list-style-image:url(/shared/images/icon/list_icon.png); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 1.6em 2.4em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.4em; /* Do not edit */
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* Do not edit */
}
#tmp_contents hr {
	height:1px; /* Do not edit */
	color:#CCCCCC; /* Do not edit */
	background-color:#CCCCCC; /* Do not edit */
	border:none; /* Do not edit */
	clear:both; /* Do not edit */
}
#tmp_contents img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/* ==================================================
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;
}
/* outline
================================================== */
#tmp_contents .outline {
	margin:0 0 40px; /* Do not edit */
	border:2px solid #ebfaf7;
	background-color: #ebfaf7;
	color: #333333;
	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: 18px 16px 10px;
}
#tmp_contents div.outline {
	padding: 18px 16px 10px;
}
#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 */
}
/* box_btn
================================================== */
#tmp_contents ul.box_btn {
	margin:0 0 40px; /* Do not edit */
	padding:0;
	list-style:none !important;
	list-style-image:none !important;
}
#tmp_contents ul.box_btn li {
	margin:0 0 40px;
	font-weight: bold;
	line-height:1.7;
}
#tmp_contents ul.box_btn li a {
	display: block;
	border: 1px solid #dadada;
	text-decoration: none;
	padding:24px 19px 24px 53px;
	color:#333333;
	background: #ffffff url(/shared/templates/free/images/icon/icon_arrow_green.png) 30px center no-repeat;
	-webkit-background-size: 11px 18px;
	-moz-background-size: 11px 18px;
	background-size: 11px 18px;
	-webkit-box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	-moz-box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	transition: 0.3s ease-in-out background-color;
	-webkit-transition: 0.3s ease-in-out background-color;
	-moz-transition: 0.3s ease-in-out background-color;
}
#tmp_contents ul.box_btn li a:hover,
#tmp_contents ul.box_btn li a:focus {
	background-color:#e6f2e6;
}
/* box_info
================================================== */
#tmp_contents .box_info {
	margin:0 0 40px; /* Do not edit */
	color:#333333;
	background-color: #ffffff;
	border: 3px solid #e5e5e5;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_info {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_ttl {
	display: block;
	margin: 0 17px;
	padding: 21px 0 14px;
	line-height: 1.4;
	color:#007900;
	font-weight:bold;
	background-color:transparent;
	font-size: 111.1%;
	border-bottom: 1px solid #333333;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_cnt {
	padding:22px 15px 10px;
}
#tmp_contents .box_info ul {
	margin: 0;
	list-style: none;
}
#tmp_contents .box_info ul li {
	margin: 0 0 0.6em;
	padding-left: 17px;
	background: transparent url(/shared/templates/free/images/icon/icon_arrow_green.png) 0 7px no-repeat;
	-webkit-background-size: 7px 10px;
	-moz-background-size: 7px 10px;
	background-size: 7px 10px;
}
#tmp_contents .box_info ul li a {
	text-decoration: none;
}
#tmp_contents .box_info ul li a:hover,
#tmp_contents .box_info ul li a:focus,
#tmp_contents .box_info ul li a:active {
	text-decoration: underline;
}
#tmp_contents .box_info 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 {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_link
================================================== */
#tmp_contents .box_link {
	margin:0 0 40px; /* Do not edit */
	color:#333333;
	background-color: #ffffff;
	border: 3px solid #e5e5e5;
	clear:both; /* Do not edit */
}
#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_link .box_link_ttl {
	display: block;
	margin: 0 17px;
	padding: 21px 0 14px;
	line-height: 1.4;
	color:#007900;
	font-weight:bold;
	background-color:transparent;
	font-size: 111.1%;
	border-bottom: 1px solid #333333;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_cnt {
	padding:22px 15px 10px;
}
#tmp_contents .box_link ul {
	margin: 0;
	list-style: none;
}
#tmp_contents .box_link ul li {
	padding-left: 17px;
	margin: 0 0 0.6em;
	background: transparent url(/shared/images/icon/icon_arrow_green.png) 0 7px no-repeat;
	-webkit-background-size: 7px 10px;
	-moz-background-size: 7px 10px;
	background-size: 7px 10px;
}
#tmp_contents .box_link ul li a {
	text-decoration: none;
}
#tmp_contents .box_link ul li a:hover,
#tmp_contents .box_link ul li a:focus,
#tmp_contents .box_link ul li a:active {
	text-decoration: underline;
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#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 40px; /* Do not edit */
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #dadada;
	-webkit-box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	-moz-box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	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{
	font-weight: bold;
	padding: 25px 19px;
}
#tmp_contents .box_menu .box_menu_ttl p {
	margin: 0;
}
#tmp_contents .box_menu .box_menu_ttl a {
	display:block;
	padding:25px 19px 25px 53px;
	margin: -25px -19px -25px -19px;
	text-decoration: none;
	color: #333333;
	background: transparent url(/shared/templates/free/images/icon/icon_arrow_green.png) 28px 30px no-repeat;
	-webkit-background-size: 11px 18px;
	-moz-background-size: 11px 18px;
	background-size: 11px 18px;
	transition: 0.3s ease-in-out background-color;
	-webkit-transition: 0.3s ease-in-out background-color;
	-moz-transition: 0.3s ease-in-out background-color;
}
#tmp_contents .box_menu .box_menu_ttl a:hover,
#tmp_contents .box_menu .box_menu_ttl a:focus{
	background-color:#e6f2e6;
}
#tmp_contents .box_menu .box_menu_cnt {
	padding: 10px 19px;
}
#tmp_contents .box_menu h2 {
	margin:0 0 0.8em;
	padding:0;
	color:inherit;
	font-size:100%;
	background:none;
	border:none;
}
#tmp_contents .box_menu ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* 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 */
}
/* datatable
   enquete_table
================================================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 40px; /* Do not edit */
	color:#333333;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #e3e3e3;
	word-break: break-all;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding:14px 19px;
	color:inherit;
	background-color:#eeeeee;
	border:1px solid #e3e3e3;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding:12px 19px;
	border:1px solid #e3e3e3;
}
#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:#b81212; /* 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_blue {
	color:inherit;
	background-color:#e8fdfe; /* base.css > Styles > th.bg_blue */
}
#tmp_contents table.datatable table th.bg_purple {
	color:inherit;
	background-color:#f3eeff; /* base.css > Styles > th.bg_purple */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#e9f6ea; /* base.css > Styles > th.bg_green */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* 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 #e3e3e3; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color:#eeeeee; /* = table.datatable th */
	border:1px solid #e3e3e3; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #e3e3e3; /* = table.datatable td */
}

/* ==================================================
contents
================================================== */
/*Start IDX*/
.banner_title,
.cate001 .banner_title{
	color: #FFFFFF;
	min-height: 420px;
	background-color: #007900;
	overflow: hidden;
	z-index: 1;
	position: relative;
	margin-bottom:30px;
}
.banner_title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 140px;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(0, 121, 0, 1) 45%, rgba(0, 121, 0, 0.5) 100%);
}
.banner_title .banner_img_pc,
.banner_title .banner_img_sp {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	max-width: 55%;
	overflow: hidden;
}
.banner_title .banner_img_sp {
	display: none;
	max-width: 70%;
}
.banner_title img {
	width: 100%;
	height: auto;
	min-height: 420px;
}
.banner_title h1{
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 8px 68px 6px 0;
	font-size: 222.2%;
	font-weight: bold;
	color: #ffffff;
	background-color: #333333;
	display: inline-block;
	min-height: 80px;
}
.banner_title .container{
	position: relative;
	margin: 130px auto 120px;
}
.banner_title .container:before{
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	left: -40%;
	top: 0;
	bottom: 0;
	z-index: 0;
	color: #ffffff;
	background-color: #333333;
}
.section_attention {
	position: relative;
	margin: -131px 0 61px;
	z-index: 1;
}
.attention_box{
	padding: 23px 33px 14px 28px;
	border: 3px solid #e5e5e5;
	color: #333333;
	background-color: #FFFFFF;
}
.attention_box .topic_thumnail{
	padding: 21px;
	margin-right: 28px;
	color: #FFFFFF;
	background-color: #007900;
	float: left;
}
.attention_box .topic_promotion{
	clear: both;
}
.promotion_text a{
	padding-left: 21px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(/shared/templates/free/images/icon/arrow_link_white.png) no-repeat 1px 5px;
}
.attention_box .attention_ttl{
	margin-bottom: 42px;
}
.attention_box .attention_ttl h2,
.attention_box .attention_ttl p{
	display: inline-block;
}
.attention_box .attention_ttl h2{
	display: inline-block;
	vertical-align: middle;
	padding-left: 34px;
	min-height: 29px;
	font-size: 166.6%;
	line-height: 1.2;
	font-weight: bold;
	background: transparent url(/shared/templates/free/images/icon/icon_topic.png) no-repeat 0 4px;
}
.attention_box .attention_ttl p {
	font-size: 133.3%;
}
.media_topic{
	overflow: hidden;
}
.media_topic .topic_image{
	margin-bottom: 20px;
}
.media_topic .topic_main{
	overflow: hidden;
}
.wrap_topic_list .topic_list{
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
}
.wrap_topic_list .topic_list{
	margin-bottom: 0;
	padding: 13px 0;
	border-top: 1px solid #e5e5e5;
}
.wrap_topic_list .topic_list:last-child{
	border-bottom: 1px solid #e5e5e5;
}
.wrap_topic_list .topic_list a {
	padding-left: 37px;
	background: transparent url(/shared/templates/free/images/icon/arrow_link_green.png) no-repeat 13px 8px;
	text-decoration: none;
	color: #333333;
	display: inline-block;
}
/* action_list */
.action_list{
	text-align: right;
}
.action_list a{
	padding-left: 24px;
	display: inline-block;
	font-size: 88.8%;
	text-decoration: none;
	color: #333333;
	background: transparent url(/shared/templates/free/images/icon/arrow_circle_green.png) no-repeat 0 4px;
	-webkit-background-size: 17px 17px;
	-moz-background-size: 17px 17px;
	background-size: 17px 17px;
}
.wrap_topic_list .topic_list a:hover,
.wrap_topic_list .topic_list a:focus,
.action_list a:hover,
.action_list a:focus{
	text-decoration: underline;
}
/* idx_menu */
#tmp_contents .idx_menu .box_menu {
	margin: 0 0 20px;
}
#tmp_contents .idx_menu .box_menu .box_menu_ttl{
	padding: 22px 19px;
	font-size: 133.3%;
	background-color: #e6f2e6;
	color: #333333;
}
#tmp_contents .idx_menu .box_menu .box_menu_cnt{
	padding: 13px 20px;
}
#tmp_contents .idx_menu .box_menu .box_menu_ttl p{
	padding: 0;
	line-height: 1.4;
}
#tmp_contents .idx_menu .box_menu .box_menu_ttl p a {
	padding: 22px 19px 22px 44px;
	margin: -22px -19px;
	color: #333333;
	background: transparent url(/shared/templates/free/images/icon/icon_arrow_green.png) no-repeat 20px 26px;
}
#tmp_contents .idx_menu .box_menu .box_menu_ttl p a:hover,
#tmp_contents .idx_menu .box_menu .box_menu_ttl p a:focus {
	background-color:#c6e9c6;
}
#tmp_contents .idx_menu .box_menu .box_menu_cnt ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#tmp_contents .idx_menu .box_menu .box_menu_cnt ul li{
	margin: 0;
	padding: 10px 0;
	display: none;
}
.no_javascript #tmp_contents .idx_menu .box_menu .box_menu_cnt ul li{
	display: block;
}
#tmp_contents .idx_menu .box_menu .box_menu_cnt ul li:nth-child(1),
#tmp_contents .idx_menu .box_menu .box_menu_cnt ul li:nth-child(2),
#tmp_contents .idx_menu .box_menu .box_menu_cnt ul li:nth-child(3) {
	display: block;
}
#tmp_contents .idx_menu .box_menu .box_menu_cnt ul li a {
	padding-left: 16px;
	display: inline-block;
	text-decoration: none;
	color: #333333;
	background: transparent url(/shared/templates/free/images/icon/arrow_link_green.png) no-repeat 1px 8px;
}
#tmp_contents .idx_menu .box_menu .box_menu_cnt ul li a:hover,
#tmp_contents .idx_menu .box_menu .box_menu_cnt ul li a:focus {
	text-decoration: underline;
}
#tmp_contents .see_more{
	display: none;
	margin-top: 20px;
}
#tmp_contents .see_more a{
	padding: 9px 41px 8px 13px;
	display: block;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	box-shadow: 0 0 5px 1px rgba(68, 68, 68, 0.4);
	-webkit-box-shadow: 0 0 5px 1px rgba(68, 68, 68, 0.4);
	-moz-box-shadow: 0 0 5px 1px rgba(68, 68, 68, 0.4);
	text-decoration: none;
	color: #333333;
	background: #FFFFFF url(/shared/templates/free/images/icon/icon_add_grey.png) no-repeat right center;
	transition: 0.3s ease-in-out background-color;
	-webkit-transition: 0.3s ease-in-out background-color;
	-moz-transition: 0.3s ease-in-out background-color;
}
#tmp_contents .see_more a:hover {
	background-color:#e3f3e2;
}
#tmp_contents .see_more a.opened {
	background-image: url(/shared/templates/free/images/icon/icon_add_minus.png);
}
/* ==================================================
box_photo
================================================== */
#tmp_contents .box_photo .event_img{
	text-align: center;
}
#tmp_contents .box_photo_sub .box_photo{
	width: 50%;
	float: left;
}
/* ==================================================
gmap
================================================== */
#tmp_contents .box_gmap_link {
	margin:1.3em 0 0;
}
#tmp_contents .box_gmap_link a {
	display:block;
	text-align: center;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	min-width: 220px;
	padding: 14px 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	-moz-box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	transition: 0.3s ease-in-out opacity;
	-webkit-transition: 0.3s ease-in-out opacity;
	-moz-transition: 0.3s ease-in-out opacity;
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#tmp_contents .box_gmap_link a:hover,
#tmp_contents .box_gmap_link a:focus{
	opacity: 0.6;
}
#tmp_contents #tmp_gmap_link ul {
	list-style:none;
	margin-left:0;
}
/* ==================================================
Shisetsu
================================================== */
/* Shisetsu TOP
================================================== */
/* shisetsu_top_list */
#tmp_shisetsu_top_list {
	margin:0 0 80px;
}
#tmp_shisetsu_top_list ul {
	list-style:none;
	list-style-image:none;
	margin:0 -10px;
}
#tmp_shisetsu_top_list ul li {
	float:left;
	width:50%;
	padding:0 10px;
	margin:0 0 20px;
	font-weight:bold;
}
#tmp_shisetsu_top_list ul li:nth-child(odd) {
	clear:both;
}
#tmp_shisetsu_top_list ul li a {
	box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.75);
	-webkit-box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.75);
	-moz-box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.75);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	text-decoration:none;
}
#tmp_shisetsu_top_list ul li .item_img {
	width:240px;
	overflow:hidden;
}
#tmp_shisetsu_top_list ul li .item_img img {
	max-width: 100%;
	height: auto;
	transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-webkit-transition: 0.4s all ease-in-out;
}
#tmp_shisetsu_top_list ul li a:hover,
#tmp_shisetsu_top_list ul li a:focus {
	text-decoration:underline;
}
#tmp_shisetsu_top_list ul li a:hover img,
#tmp_shisetsu_top_list ul li a:focus img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
}
#tmp_shisetsu_top_list ul li .item_ttl {
	width:320px;
	background: url(/shared/images/icon/icon_arrow_green.png) no-repeat 16px center;
	-webkit-background-size:11px auto;
	-moz-background-size:11px auto;
	background-size:11px auto;
	padding:0 20px 0 37px;
}
/* shisetsu_top */
#tmp_contents .shisetsu_top {
	clear:both;
}
#tmp_contents .shisetsu_top_link {
	float:left;
	width:860px;
}
#tmp_contents .shisetsu_top_publicity {
	float:right;
	width:240px;
}
/* Shisetsu IDX
================================================== */
/* shisetsu_attention */
#tmp_contents .shisetsu_attention {
	display: table;
	width:100%;
	padding-top:10px;
	margin:0 0 55px;
}
#tmp_contents .shisetsu_information {
	display: table-cell;
	vertical-align:top;
	width:100%;
}
#tmp_contents .shisetsu_information_ttl h2 {
	margin:0 0 4px;
	padding:0 0 19px;
	background-color:transparent !important;
	background-image:none;
	font-size: 111.11%;
	line-height: 1.2;
	font-weight: bold;
	border-bottom:1px solid #333333;
}
#tmp_contents .shisetsu_attention .action_list_btn {
	margin-top:18px;
}
/* shisetsu_pickup */
#tmp_contents .shisetsu_attention_publicity {
	display: table-cell;
	vertical-align:top;
	width: 240px;
	padding-left: 20px;
}
/* shisetsu_list */
#tmp_contents .shisetsu_list_detali {
	border-bottom:1px solid #e5e5e5;
	padding:20px 20px 10px;
}
#tmp_contents .shisetsu_list .shisetsu_name {
	font-size:111.111%;
	font-weight:bold;
	margin:0 0 0.5em;
}
#tmp_contents .shisetsu_list .shisetsu_name a {
	text-decoration:none;
	padding:0 0 0 20px;
	background:url(/shared/templates/free/images/icon/icon_arrow_green.png) no-repeat left center;
	background-size:11px auto;
}
#tmp_contents .shisetsu_list .shisetsu_name a:hover,
#tmp_contents .shisetsu_list .shisetsu_name a:focus,
#tmp_contents .shisetsu_list .shisetsu_name a:active {
	text-decoration:underline;
}
#tmp_contents .shisetsu_list_detali:first-child {
	border-top:1px solid #e5e5e5;
}
#tmp_contents .shisetsu_list_detali:nth-child(2n+1) {
	background-color:#f7fcf7;
}
/* ==================================================
garbage
================================================== */
/* garbage_ttl_top
================================================== */
#tmp_wrap_garbage_ttl_top,
#tmp_wrap_garbage_ttl {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	align-items: center;
	background-color:#daecfb;
	background-repeat:no-repeat;
	background-position:left top;
	margin: 0 0 36px;
}
#tmp_wrap_garbage_ttl_top {
	background-image:url(/shared/templates/free/images/main/bg_area.jpg);
	height:320px;
}
#tmp_wrap_garbage_ttl {
	background-image:url(/shared/templates/free/images/main/bg_banner_idx.png);
	height:100px;
}
#tmp_garbage_ttl_top,
#tmp_garbage_ttl {
	display:table;
}
#tmp_garbage_ttl_top .garbage_ttl,
#tmp_garbage_ttl_top .garbage_area,
#tmp_garbage_ttl .garbage_ttl,
#tmp_garbage_ttl .garbage_area {
	display:table-cell;
	vertical-align:middle;
}
#tmp_garbage_ttl_top .garbage_ttl,
#tmp_garbage_ttl_top .garbage_area {
	height:84px;
}
#tmp_garbage_ttl .garbage_ttl,
#tmp_garbage_ttl .garbage_area {
	height:100px;
}
#tmp_garbage_ttl_top .garbage_ttl,
#tmp_garbage_ttl .garbage_ttl {
	color:#ffffff;
	background:#006d44 url(/shared/templates/free/images/main/garbage_ttl.png) no-repeat left center;
}
#tmp_garbage_ttl_top .garbage_ttl,
#tmp_garbage_ttl_top .garbage_ttl h1,
#tmp_garbage_ttl_top .garbage_ttl span {
	width:456px;
	height:84px;
}
#tmp_garbage_ttl .garbage_ttl,
#tmp_garbage_ttl .garbage_ttl p,
#tmp_garbage_ttl .garbage_ttl span {
	width:456px;
	height:100px;
}
#tmp_garbage_ttl_top .garbage_area,
#tmp_garbage_ttl .garbage_area {
	color:#ffffff;
	background-color:#067e51;
	font-weight: bold;
	font-size: 144.4%;
	line-height: 1.4;
	text-align: center;
	padding: 5px 30px;
}
/* sorting_search
================================================== */
.box_sorting_search {
	background-color: #f7f7f7;
	color: #222222;
	border: 5px solid #e2e2e2;
	padding: 30px 28px;
	margin: 0 0 63px;
}
.form_sorting_search .sorting_sch_wrap {
	display: table;
	width: 100%;
}
#tmp_contents .form_sorting_search p,
.form_sorting_search p {
	margin: 0;
}
.form_sorting_search .sorting_sch_wrap .sch_input {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.form_sorting_search .sorting_sch_wrap .sch_btn {
	display: table-cell;
	vertical-align: middle;
	width: 240px;
	padding-left: 20px;
}
.form_sorting_search .sorting_sch_wrap .sch_input input {
	border: 1px solid #b8b8b8;
	padding: 10px 17px;
	width: 100%;
	min-height: 50px;
	color: #777777;
	background-color: #ffffff;
}
.search_autocomplete{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: 1px solid #b8b8b8;
	border-top: none;
	z-index: 1;
	background-color: #ffffff;
	display: none;
}
.search_autocomplete.active{
	display: block;
}
.search_autocomplete_item{
	padding: 5px 10px;
	cursor: pointer;
}
.search_autocomplete_item.active{
	background-color: #e2e2e2;
}
.form_sorting_search .sorting_sch_wrap #tmp_sorting_sch_btn {
	display: inline-block;
	width: 100%;
	min-height: 50px;
	background-color: #333333;
	color: #ffffff;
	font-size: 88.9%;
	text-align: center;
	padding: 13px 10px 8px;
	border: 1px solid #2d5d44;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.form_sorting_search .sorting_sch_wrap #tmp_sorting_sch_btn:hover,
.form_sorting_search .sorting_sch_wrap #tmp_sorting_sch_btn:focus,
.form_sorting_search .sorting_sch_wrap #tmp_sorting_sch_btn:active {
	background-color: #007900;
}
.box_search_results {
	background-color: #ffffff;
	color: #222222;
	margin: 27px 0 0;
}
.box_search_results .results_ttl {
	background-color: #067e51;
	color: #ffffff;
	text-align: center;
	padding: 13px 10px 8px;
	font-weight: bold;
}
#tmp_contents .box_search_results p {
	margin: 0;
}
.box_search_results .results_cnt {
	padding: 10px 28px 20px 22px;
}
.box_search_results ul,
#tmp_contents .box_search_results ul{
	list-style: none;
	margin: 0;
}
.box_search_results ul li,
#tmp_contents .box_search_results ul li{
	margin: 0;
	border-bottom: 1px dotted #d0d0d0;
	padding: 15px 0;
}
.box_search_results .results_inner {
	display: table;
	width: 100%;
}
.box_search_results .results_inner .results_name {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}
#tmp_contents .box_search_results .results_inner .results_name a,
.box_search_results .results_inner .results_name a {
	text-decoration: none;
	display: inline-block;
	color: #007900;
	background-color: transparent;
	font-weight: bold;
}
#tmp_contents .box_search_results .results_inner .results_name a:hover,
#tmp_contents .box_search_results .results_inner .results_name a:focus,
#tmp_contents .box_search_results .results_inner .results_name a:active,
.box_search_results .results_inner .results_name a:hover,
.box_search_results .results_inner .results_name a:focus,
.box_search_results .results_inner .results_name a:active {
	text-decoration: underline;
}
.box_search_results .results_inner .results_category {
	display: table-cell;
	vertical-align: middle;
	width: 158px;
}
#tmp_contents .box_search_results .results_inner .results_category a,
.box_search_results .results_inner .results_category a {
	text-decoration: none;
	display: inline-block;
	padding: 6px 5px 5px 40px;
	font-size: 88.9%;
	width: 100%;
	color: #222222;
	background: #f2f2f2 url(/shared/templates/free/images/icon/icon_category.png) 12px 9px no-repeat;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#tmp_contents .box_search_results .results_inner .results_category a:hover,
.box_search_results .results_inner .results_category a:hover,
#tmp_contents .box_search_results .results_inner .results_category a:focus,
.box_search_results .results_inner .results_category a:focus,
#tmp_contents .box_search_results .results_inner .results_category a:active,
.box_search_results .results_inner .results_category a:active {
	text-decoration: underline;
}
#tmp_contents .box_sch_sounds .sch_sounds_ttl h2,
.box_sch_sounds .sch_sounds_ttl h2 {
	margin: 0 0 33px;
}
.box_sch_sounds .row_sounds {
	margin: 0 -18px;
	overflow: hidden;
}
.box_sch_sounds .row_sounds .col {
	float: left;
	width: 33.3333333%;
	padding: 0 18px;
	margin: 0 0 28px;
}
.box_sch_sounds .row_sounds .col:nth-child(3n) {
	clear: right;
}
.box_sch_sounds .row_sounds .col:nth-child(3n+1) {
	clear: left;
}
.box_sounds ul,
#tmp_contents .box_sounds ul {
	list-style: none;
	margin: 0 -4px;
}
.box_sounds ul li,
#tmp_contents .box_sounds ul li {
	float: left;
	width: 20%;
	padding: 0 4px;
	margin: 0;
}
.box_sounds ul li:nth-child(5n) {
	clear: right;
}
.box_sounds ul li:nth-child(5n+1) {
	clear: left;
}
.box_sounds ul li a,
#tmp_contents .box_sounds ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #222222;
	background-color: #eaf4fc;
	display: block;
	text-align: center;
	padding: 8px 5px;
	-webkit-box-shadow: 0 4px 0 0 rgba(169, 199, 223, 0.56);
	-moz-box-shadow: 0 4px 0 0 rgba(169, 199, 223, 0.56);
	box-shadow: 0 4px 0 0 rgba(169, 199, 223, 0.56);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#tmp_contents .sch_menu_list {
	padding: 30px 0;
	margin: 0 0 30px;
}
#tmp_contents .sch_menu_list ul {
	list-style: none;
	margin: 0;
}
#tmp_contents .sch_menu_list ul li {
	margin: 0;
	border-bottom: 1px dotted #d0d0d0;
	padding: 15px 0;
}
#tmp_contents .sch_menu_list .sch_menu_inner {
	display: table;
	width: 100%;
}
#tmp_contents .sch_menu_list .sch_menu_name {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}
#tmp_contents .sch_menu_list .sch_menu_name a {
	text-decoration: none;
	display: inline-block;
	color: #007900;
	background-color: transparent;
	font-weight: bold;
}
#tmp_contents .sch_menu_list .sch_menu_category {
	display: table-cell;
	vertical-align: middle;
	width: 158px;
}
#tmp_contents .sch_menu_list .sch_menu_category a {
	text-decoration: none;
	display: inline-block;
	padding: 6px 5px 5px 40px;
	font-size: 88.9%;
	width: 100%;
	color: #222222;
	background: #f2f2f2 url(/shared/templates/free/images/icon/icon_category.png) 12px center no-repeat;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#tmp_contents .sch_menu_list .sch_menu_category a:hover,
#tmp_contents .sch_menu_list .sch_menu_category a:focus,
#tmp_contents .sch_menu_list .sch_menu_category a:active,
#tmp_contents .sch_menu_list .sch_menu_name a:hover,
#tmp_contents .sch_menu_list .sch_menu_name a:focus,
#tmp_contents .sch_menu_list .sch_menu_name a:active {
	text-decoration: underline;
}
/* ==================================================
fsize
================================================== */
.fsize_small #tmp_safety ul li a {
	padding-top: 4px;
	padding-bottom: 4px;
}
.fsize_small #tmp_contents .garbage_date_form .garbage_form_row .about_oazacho_link {
	padding-top: 4px;
	padding-bottom: 4px;
}
.fsize_big2 .box_area_idx .box_area {
	background-position: top right;
}

/* ==================================================
共通スタイル
================================================== */
.attention_box .attention_ttl span,
.shisetsu_information_ttl span {
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	color: #007900;
	background: transparent url(/shared/templates/free/images/main/line_label.jpg) left center repeat-x;
}
.attention_box .attention_ttl span {
	font-size:60%;
	padding: 0 23px;
}
.shisetsu_information_ttl span {
	font-size:90%;
	padding: 0 8px;
}
/* detail_view_btn
================================================== */
#tmp_contents .detail_view_btn {
	text-align:center;
	margin:0 auto 40px;
}
#tmp_contents .detail_view_btn a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #333333;
	font-size: 88.8%;
	-moz-box-shadow: 0 0 1.5px 1.5px rgba(68, 68, 68, 0.2);
	-webkit-box-shadow: 0 0 1.5px 1.5px rgba(68, 68, 68, 0.2);
	box-shadow: 0 0 1.5px 1.5px rgba(68, 68, 68, 0.2);
	padding: 7px 5px 7px 15px;
	min-width:300px;
}
#tmp_contents .detail_view_btn a:before {
	content: "";
	width: 8px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	background: url(/shared/images/icon/arrow_brown.png) no-repeat;
	margin-right: 9px;
	position: relative;
	top: -1px;
}
#tmp_contents .detail_view_btn a:hover,
#tmp_contents .detail_view_btn a:focus{
	text-decoration: underline;
}
/* action_list_btn
================================================== */
#tmp_contents .action_list_btn {
	text-align:center;
}
#tmp_contents .action_list_btn p {
	display:inline-block;
	vertical-align:top;
	margin:0 auto;
	min-width:200px;
}
#tmp_contents .action_list_btn p a {
	position: relative;
	display:block;
	text-decoration: none;
	-moz-box-shadow: 0 0 1.5px 1.5px rgba(68, 68, 68, 0.2);
	-webkit-box-shadow: 0 0 1.5px 1.5px rgba(68, 68, 68, 0.2);
	box-shadow: 0 0 1.5px 1.5px rgba(68, 68, 68, 0.2);
	padding: 7px 5px 7px 15px;
}
#tmp_contents .action_list_btn p a:before {
	content: "";
	width: 8px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	background: url(/shared/images/icon/arrow_brown.png) no-repeat;
	margin-right: 9px;
	position: relative;
	top: -1px;
}
#tmp_contents .action_list_btn p a:hover,
#tmp_contents .action_list_btn p a:focus{
	text-decoration: underline;
}
/* btn_backtop
================================================== */
#tmp_contents .btn_backtop {
	margin: 2.8em 0;
	text-align: center;
	font-weight: bold;
}
#tmp_contents .btn_backtop a {
	display: inline-block;
	text-decoration: none;
	background-color: #333333;
	color: #ffffff;
	min-width: 220px;
	padding: 14px 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	-moz-box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	box-shadow: 0 0 2px 1px rgba(68, 68, 68, 0.2);
	transition: 0.3s ease-in-out opacity;
	-webkit-transition: 0.3s ease-in-out opacity;
	-moz-transition: 0.3s ease-in-out opacity;
}
#tmp_contents .btn_backtop a:hover,
#tmp_contents .btn_backtop a:focus,
#tmp_contents .btn_backtop a:active {
	opacity: 0.6;
}
/* ==================================================
special - top
================================================== */
/* special_gallery
================================================== */
#tmp_special_gallery {
	position:relative;
	margin:0 0 40px;
}
#tmp_special_gallery .special_item {
	position:relative;
}
#tmp_special_gallery .special_item img {
	vertical-align:top;
}
#tmp_contents #tmp_special_gallery .special_item p {
	text-align:center;
	margin:0;
	line-height:1.2;
}
#tmp_special_gallery .special_item_ttl {
	position:absolute;
	left:8px;
	bottom:8px;
	z-index:5;
	background-color:#333333;
	color:#ffffff;
	padding:8px 13px;
	line-height:1.3;
}
#tmp_special_gallery .special_item_ttl a {
	padding-left:14px;
	display:inline-block;
	text-decoration:none;
	background-color:#333333;
	color:#ffffff;
	background-image:url(/shared/images/icon/arrow_white.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#tmp_special_gallery .special_item_ttl a:hover,
#tmp_special_gallery .special_item_ttl a:focus {
	text-decoration:underline;
}
/* slick-arrow */
#tmp_special_gallery .slick-prev,
#tmp_special_gallery .slick-next {
	width:80px;
	height:80px;
	margin-top:12px;
}
#tmp_special_gallery .slick-prev {
	background:url(/shared/templates/free/images/icon/slide_prev_btn.png) no-repeat 0 0;
	left:2px;
}
#tmp_special_gallery .slick-next {
	background:url(/shared/templates/free/images/icon/slide_next_btn.png) no-repeat 0 0;
	right:4px;
}
#tmp_special_gallery .slick-prev span,
#tmp_special_gallery .slick-next span {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
}
/* slick_control */
#tmp_special_gallery .slick_control {
	text-align: center;
	padding: 12px 0;
}
#tmp_special_gallery .slick-dots {
	padding-left: 24px;
	margin:0;
}
#tmp_special_gallery .slick-dots li {
	width: 20px;
	height: 20px;
	margin: 0 5px;
}
#tmp_special_gallery .slick-dots li button,
#tmp_special_gallery .slick-dots li a {
	border: none;
	width: 20px;
	height: 20px;
	border-radius: 0;
	background-color: #929692;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	position: relative;
	border-top: 8px solid #ffffff;
	border-bottom: 8px solid #ffffff;
}
#tmp_special_gallery .slick-dots li.slick-active button,
#tmp_special_gallery .slick-dots li.slick-active a{
	background-color: #333333;
}
#tmp_special_gallery .btn_slides {
	vertical-align: middle;
	margin:0;
}
#tmp_special_gallery .btn_slides a {
	position: relative;
	width: 12px;
	height: 14px;
	vertical-align: middle;
}
#tmp_special_gallery .btn_slides a:before,
#tmp_special_gallery .btn_slides a:after{
	content: '';
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #333333;
}
#tmp_special_gallery .btn_slides a:after{
	right: 0;
	left: inherit;
}
#tmp_special_gallery .btn_slides.start a:before {
	width: 3px;
}
#tmp_special_gallery .btn_slides.start a:after{
	right: 2px;
	width: auto;
	height: auto;
	border: 7px solid #f2faf2;
	border-left-color: #333333;
	border-right-width: 0;
}
/* special_pickup
================================================== */
#tmp_contents #tmp_special_pickup .box_info {
	border-color:#f4d9d1;
}
#tmp_contents #tmp_special_pickup .box_info .box_info_ttl {
	color:#9c0000;
	border-bottom-color:#cf1523;
}
#tmp_contents #tmp_special_pickup .box_info ul li {
	background-image:url(/shared/images/icon/arrow_dark_red.png);
}
/* ==================================================
special - idx
================================================== */
/* regional_infor
================================================== */
#tmp_contents .regional_infor{
	border: 6px solid #e2e2e2;
	background-color: #f7f7f7;
	padding: 10px 15px 28px;
	margin-bottom: 61px;
}
#tmp_contents .regional_infor .regional_infor_ttl{
	color: #007900;
	font-size: 133.3%;
	font-weight: bold;
	padding: 4px 10px 7px 35px;
	background: transparent url(/shared/templates/free/images/icon/icon_regional.png) no-repeat 0 9px;
	margin-bottom: 7px;
}
#tmp_contents .regional_infor p{
	margin: 0;
	line-height: 1.4;
}
#tmp_contents .regional_infor .regional_infor_des{
	padding: 0 0 0 5px;
	margin-bottom: 29px;
}
#tmp_contents .regional_row{
	margin: 0 -15px;
	padding: 0 22px;
	overflow: hidden;
}
#tmp_contents .regional_row .txt_big{
	font-size: 133.3%;
}
#tmp_contents .regional_row .regional_col{
	width: 50%;
	padding: 0 15px;
	float: left;
}
#tmp_contents .regional_ttl_link a{
	position: relative;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #067e51;
	padding: 7px 75px 6px 44px;
	transition: 0.3s ease-in-out background-color;
	-webkit-transition: 0.3s ease-in-out background-color;
	-moz-transition: 0.3s ease-in-out background-color;
	text-align: center;
	font-weight: bold;
}
#tmp_contents .regional_ttl_link a:after{
	content: '';
	position: absolute;
	width: 48px;
	height: 100%;
	top: 0;
	right: 0;
	background: #68ae65 url(/shared/templates/free/images/icon/icon_arrow_white.png) no-repeat center center;
	background-size: 9px auto;
	-moz-background-size: 9px auto;
	-webkit-background-size: 9px auto;
	transition: 0.3s ease-in-out background-color;
	-webkit-transition: 0.3s ease-in-out background-color;
	-moz-transition: 0.3s ease-in-out background-color;
}
.model_pc #tmp_contents .regional_ttl_link a:focus,
.model_pc #tmp_contents .regional_ttl_link a:hover{
	background-color: #007900;
}
#tmp_contents .regional_row .regional_body ul{
	list-style: none;
	font-size: 88.9%;
	margin: 0;
}
#tmp_contents .regional_row .regional_body ul li{
	width: 50%;
	float: left;
	padding: 0 10px;
	margin: 0 0 15px;
}
#tmp_contents .regional_row .regional_body {
	padding: 19px 15px 0;
	background-color: #FFFFFF;
	color: #222222;
}
#tmp_contents .regional_row .regional_body ul li .display_block{
	display: block;
}
#tmp_contents .regional_row .regional_body ul .regional_cnt{
	text-align: center;
	-moz-box-shadow: 0 0 3px 2px rgba(68, 68, 68, 0.2);
	-webkit-box-shadow: 0 0 3px 2px rgba(68, 68, 68, 0.2);
	box-shadow: 0 0 3px 2px rgba(68, 68, 68, 0.2);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 0 11px 0;
	transition: 0.3s ease-in-out background-color;
	-webkit-transition: 0.3s ease-in-out background-color;
	-moz-transition: 0.3s ease-in-out background-color;
}
#tmp_contents .regional_row .regional_body ul .item_image{
	display: table-cell;
	width: 160px;
	height: 82px;
	vertical-align: middle;
}
#tmp_contents .regional_row .regional_body ul .item_link a{
	display: block;
	text-decoration: none;
	color: #282828;
	font-weight: bold;
}
#tmp_contents .regional_row .regional_body ul .regional_cnt.active {
	background-color:#e6f2e6;
}
/* garbage_date_check
================================================== */
#tmp_contents .garbage_date_check{
	border: 6px solid #e2e2e2;
	background-color: #f7f7f7;
	padding: 10px 15px 15px;
	margin-bottom: 61px;
}
#tmp_contents .garbage_date_check .garbage_ttl{
	margin-bottom: 20px;
}
#tmp_contents .garbage_date_check .ttl_txt{
	float: left;
	color: #007900;
	font-size: 133.3%;
	font-weight: bold;
	padding: 2px 10px 7px 29px;
	background: transparent url(/shared/templates/free/images/icon/icon_gomi.png) no-repeat 0 6px;
	margin-right: 18px;
}
#tmp_contents .garbage_date_check p{
	margin: 0;
}
#tmp_contents .garbage_date_check .attention_txt{
	font-size: 77.8%;
}
#tmp_contents .garbage_date_check .ttl_des{
	overflow: hidden;
	font-size: 88.9%;
	display: inline-block;
	margin-top: 8px;
}
#tmp_contents .garbage_date_check .ttl_des label{
	cursor: pointer;
}
#tmp_contents .garbage_date_check .ttl_des label{
	color: #007900;
}
#tmp_contents .garbage_date_form{
	clear: both;
}
#tmp_contents .garbage_date_form .garbage_form_row{
	overflow: hidden;
	margin: 0 -20px 19px;
}
#tmp_contents .garbage_date_form .garbage_form_row .garbage_form_col{
	width: 50%;
	float: left;
	padding: 0 20px;
}
#tmp_contents .garbage_date_form .garbage_form_row label{
	font-size: 88.9%;
	color: #007900;
	font-weight: bold;
	margin-bottom: 3px;
	display: inline-block;
	cursor: pointer;
}
#tmp_contents .garbage_date_form .garbage_form_row select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	cursor: pointer;
	font-size: 77.8%;
	width: 100%;
	height: 40px;
	border: 1px solid #b8b8b8;
	padding: 0 50px 0 12px;
	color: #333333;
	background-color:#ffffff;
	background-image:url(/shared/templates/free/images/icon/icon_select.png);
	background-repeat:no-repeat;
	background-position:right center;
}
#tmp_contents .garbage_date_form .garbage_form_row select::-ms-expand {
	display: none;
}
#tmp_contents .garbage_date_form .garbage_form_row .disabled {
	cursor: not-allowed;
}
#tmp_contents .garbage_date_form .garbage_form_row .placeholders.active,
#tmp_contents .garbage_date_form .garbage_form_row select:disabled,
#tmp_contents .garbage_date_form .garbage_form_row select option:checked {
	color: #666666;
	background-color:#ffffff;
}
#tmp_contents .garbage_date_form .garbage_form_row select:disabled::-ms-value {
	color: #666666;
	background-color:#ffffff;
}
#tmp_contents .garbage_date_form .garbage_form_row .modal_view_btn{
	text-decoration: none;
	float: right;
	font-size: 88.9%;
	color: #333333;
	font-weight: bold;
	padding-left: 24px;
	min-height:17px;
	background: transparent url(/shared/templates/free/images/icon/arrow_circle_green.png) no-repeat 0 4px;
	-webkit-background-size: 17px 17px;
	-moz-background-size: 17px 17px;
	background-size: 17px 17px;
}
#tmp_contents .garbage_date_form .garbage_form_row .modal_view_btn:hover,
#tmp_contents .garbage_date_form .garbage_form_row .modal_view_btn:focus{
	text-decoration: underline;
}
#tmp_contents .garbage_date_form .submit_btn{
	text-align: center;
	margin-bottom: 20px;
}
#tmp_contents .garbage_date_form .submit_btn a{
	position: relative;
	background-color: #333333;
	color: #FFFFFF;
	border: none;
	font-size: 88.9%;
	border: 1px solid #2d5d44;
	min-width: 220px;
	margin:  0 auto;
	display: inline-block;
	padding: 7px 10px 6px 10px;
	cursor: pointer;
	text-decoration: none;
}
#tmp_contents .garbage_date_form .submit_btn a:before{
	content: "";
	position: relative;
	display: inline-block;
	top: 1px;
	width: 6px;
	height: 10px;
	background: transparent url(/shared/templates/free/images/icon/icon_arrow_white.png) no-repeat;
	background-size: 6px auto;
	-moz-background-size: 6px auto;
	-webkit-background-size: 6px auto;
	margin-right: 8px;
}
#tmp_contents #tmp_result_garbage{
	padding: 2px;
	background-color: #555555;
	color: #ffffff;
	width: 530px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: none;
}
#tmp_contents .result_garbage_wrap{
	background-color: #555555;
	color: #ffffff;
	padding:20px;
	font-size: 77.8%;
	border: 1px solid #FFFFFF;
}
#tmp_contents #tmp_result_garbage table td{
	vertical-align: top;
	padding: 0 10px 10px;
}
#tmp_contents #tmp_result_garbage .label_txt{
	display: inline-block;
	background-color: #d6c8b2;
	color: #333333;
	font-weight: bold;
	padding: 2px;
	min-width: 68px;
	text-align: center;
}
/* box_deliver
================================================== */
#tmp_contents .box_deliver {
	padding:14px;
	background-color:#f7f7f7;
	color:inherit;
	border:5px solid #e2e2e2;
	margin:0 0 40px;
	clear:both;
}
#tmp_contents .box_deliver_ttl {
	color:#007900;
	font-weight:bold;
	font-size:133.3%;
	margin:0 0 20px;
}
#tmp_contents .box_deliver_ttl p {
	margin:0;
	line-height:1.4;
}
#tmp_contents .box_deliver_ttl a {
	display:inline-block;
	color:#007900;
	text-decoration:none;
	min-height:23px;
	background:url(/shared/templates/free/images/icon/icon_arrow_green.png) no-repeat 11px 0.4em;
	padding:2px 0 2px 32px;
}
#tmp_contents .box_deliver_ttl a:hover,
#tmp_contents .box_deliver_ttl a:focus {
	text-decoration:underline;
}
#tmp_contents .box_deliver_cnt ul {
	list-style:none;
	list-style-image:none;
	margin:0;
}
#tmp_contents .box_deliver_cnt .deliver_menu_btn {
	margin:0 -10px;
}
#tmp_contents .box_deliver_cnt .deliver_menu_btn li {
	float:left;
	width:280px;
	text-align:center;
	font-size:133.3%;
	font-weight:bold;
	padding:0 10px;
	margin:0 0 8px;
}
#tmp_contents .box_deliver_cnt .deliver_menu_btn li a {
	display:block;
	padding:9px 70px 9px 20px;
	text-decoration: none;
	text-align: center;
	background-color:#067e51;
	color:#ffffff;
	position:relative;
	transition: 0.3s ease-in-out background-color;
	-webkit-transition: 0.3s ease-in-out background-color;
	-moz-transition: 0.3s ease-in-out background-color;
}
#tmp_contents .box_deliver_cnt .deliver_menu_btn li a::after {
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:48px;
	height:100%;
	background: #68ae65 url(/shared/templates/free/images/icon/icon_arrow_white.png) no-repeat center center;
	background-size: 7px auto;
	-moz-background-size: 7px auto;
	-webkit-background-size: 7px auto;
	transition: 0.3s ease-in-out background-color;
	-webkit-transition: 0.3s ease-in-out background-color;
	-moz-transition: 0.3s ease-in-out background-color;
}
#tmp_contents .box_deliver_cnt .deliver_menu_btn li a:focus,
#tmp_contents .box_deliver_cnt .deliver_menu_btn li a:hover {
	background-color: #007900;
}
#tmp_contents .box_deliver_cnt .deliver_icon_list {
	padding:16px 10px 18px;
	background-color:#ffffff;
	color:inherit;
}
#tmp_contents .box_deliver_cnt .deliver_icon_list li {
	float:left;
	padding:0 3px;
	text-align:center;
	font-size:88.9%;
	font-weight:bold;
}
#tmp_contents #tmp_deliver_list1 .box_deliver_cnt .deliver_icon_list li {
	width:160px;
}
#tmp_contents #tmp_deliver_list3 .box_deliver_cnt .deliver_icon_list li {
	width:266px;
}
#tmp_contents .box_deliver_cnt .deliver_icon_list li a {
	display:block;
	min-height:139px;
	text-decoration:none;
	padding:95px 5px 10px;
	border:1px solid #dddddd;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-repeat:no-repeat;
	background-position:center 15px;
	box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.75);
	-webkit-box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.75);
	-moz-box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.75);
	transition: 0.3s ease-in-out background-color;
	-webkit-transition: 0.3s ease-in-out background-color;
	-moz-transition: 0.3s ease-in-out background-color;
}
#tmp_contents .box_deliver_cnt .deliver_icon_list li a:hover,
#tmp_contents .box_deliver_cnt .deliver_icon_list li a:focus {
	background-color:#e3f3e2;
}
#tmp_contents .box_deliver_cnt .deliver_icon_list .address_list1 a,
#tmp_contents .box_deliver_cnt .deliver_icon_list .address_list2 a,
#tmp_contents .box_deliver_cnt .deliver_icon_list .address_list3 a {
	background-position:center 20px;
}
#tmp_contents .box_deliver_cnt .deliver_icon_list .koseki_list1 a {
	background-image:url(/shared/templates/free/images/icon/deliver_koseki_icon1.png);
}
#tmp_contents .box_deliver_cnt .deliver_icon_list .koseki_list2 a {
	background-image:url(/shared/templates/free/images/icon/deliver_koseki_icon2.png);
}
#tmp_contents .box_deliver_cnt .deliver_icon_list .koseki_list3 a {
	background-image:url(/shared/templates/free/images/icon/deliver_koseki_icon3.png);
}
#tmp_contents .box_deliver_cnt .deliver_icon_list .koseki_list4 a {
	background-image:url(/shared/templates/free/images/icon/deliver_koseki_icon4.png);
}
#tmp_contents .box_deliver_cnt .deliver_icon_list .koseki_list5 a {
	background-image:url(/shared/templates/free/images/icon/deliver_koseki_icon5.png);
}
#tmp_contents .box_deliver_cnt .deliver_icon_list .address_list1 a {
	background-image:url(/shared/templates/free/images/icon/deliver_address_icon1.png);
}
#tmp_contents .box_deliver_cnt .deliver_icon_list .address_list2 a {
	background-image:url(/shared/templates/free/images/icon/deliver_address_icon2.png);
}
#tmp_contents .box_deliver_cnt .deliver_icon_list .address_list3 a {
	background-image:url(/shared/templates/free/images/icon/deliver_address_icon3.png);
}
/* ==================================================
event
================================================== */
#tmp_event_cal_pickup {
	width: 860px;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
}
#tmp_event_cal_pickup_cnt {
	visibility: hidden;
	opacity: 0;
}
.no_javascript #tmp_event_cal_pickup {
	overflow-x: scroll;
}
.no_javascript #tmp_event_cal_pickup_cnt  {
	opacity: 1;
	visibility: visible;
	width: auto;
	width: 1200px;
}
#tmp_event_cal_pickup_cnt.slick-initialized {
	visibility: visible;
	opacity: 1;
}
#tmp_event_cal_pickup_ttl h2 {
	margin: 0 0 20px;
	padding:15px 0 7px 54px;
	background: #ffffff url(/shared/templates/free/images/icon/icon_flag.png) no-repeat 8px 15px;
	border-top:3px solid #6e6e6e;
}
#tmp_event_cal_pickup_cnt {
	margin: 0 -8px;
}
#tmp_event_cal_pickup_cnt .wrap_pickup_event{
	width: 25%;
	float: left;
	padding: 0 8px;
	margin-bottom: 16px;
}
#tmp_event_cal_pickup_cnt .wrap_pickup_event p {
	margin: 0;
}
#tmp_event_cal_pickup_cnt .wrap_pickup_event .pickup_event {
	color: #444444;
	background-color:#ffffff;
}
#tmp_event_cal_pickup_cnt .wrap_pickup_event .pickup_img {
	margin-bottom: 13px;
	overflow: hidden;
	text-align: center;
}
#tmp_event_cal_pickup_cnt .wrap_pickup_event .pickup_img img {
	max-width: 100%;
	height: auto;
}
#tmp_event_cal_pickup_cnt .wrap_pickup_event .pickup_cnt {
	font-size: 77.8%;
	color: #444444;
	background-color: transparent;
}
#tmp_event_cal_pickup_cnt .wrap_pickup_event .pickup_cnt p:first-child {
	margin-bottom: 4px;
	line-height: 1.5;
}
#tmp_event_cal_pickup_cnt .wrap_pickup_event .pickup_cnt a {
	font-size: 114.3%;
	color: #222222;
	background-color: transparent;
}
#tmp_event_cal_pickup_cnt .slick_control {
	padding-left: 11px;
	padding-top: 4px;
}
/* btn_slides */
#tmp_event_cal_pickup_cnt .btn_slides {
	vertical-align: middle;
	margin: 0 20px 0 0;
}
#tmp_event_cal_pickup_cnt .btn_slides a {
	position: relative;
	width: 12px;
	height: 14px;
}
#tmp_event_cal_pickup_cnt .btn_slides a:before,
#tmp_event_cal_pickup_cnt .btn_slides a:after{
	content: '';
	width: 4px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #333333;
}
#tmp_event_cal_pickup_cnt .btn_slides a:after{
	right: 0;
	left: inherit;
}
#tmp_event_cal_pickup_cnt .btn_slides.start a:before {
	width: 3px;
}
#tmp_event_cal_pickup_cnt .btn_slides.start a:after{
	right: 2px;
	width: auto;
	height: auto;
	border: 7px solid #f2faf2;
	border-left-color: #333333;
	border-right-width: 0;
}
/* slick-arrow */
#tmp_event_cal_pickup_cnt .slick-arrow {
	display: inline-block;
	vertical-align: middle;
	width:38px;
	height:20px;
	padding:5px 0;
	position: relative;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
#tmp_event_cal_pickup_cnt .slick-prev {
	padding-right: 15px;
}
#tmp_event_cal_pickup_cnt .slick-prev::after {
	content: '';
	width: 1px;
	height: 20px;
	background-color: #cbd1d7;
	position: absolute;
	top: 0;
	right: 0;
}
#tmp_event_cal_pickup_cnt .slick-next {
	padding-left: 15px;
}
#tmp_event_cal_pickup_cnt .slick-arrow img,
#tmp_event_cal_pickup_cnt .slick-next img {
	vertical-align:top;
}
/* event_rnavi
================================================== */
#tmp_event_rnavi {
	width: 240px;
	float: right;
}
#tmp_event_rnavi .event_rnavi_cnt {
	list-style: none;
	margin: 0
}
#tmp_event_rnavi .event_rnavi_cnt li {
	margin-bottom: 36px;
}
#tmp_event_rnavi .event_rnavi_cnt li a {
	display: block;
}
#tmp_event_rnavi .event_rnavi_cnt li img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
}
#tmp_event_rnavi .event_rnavi_cnt li a:hover img,
#tmp_event_rnavi .event_rnavi_cnt li a:focus img {
	opacity: 0.6;
}
/* event_cal_refine
================================================== */
#tmp_event_cal_refine {
	clear: both;
}
#tmp_event_cal_refine_ttl {
	padding: 47px 10px 75px 10px;
	text-align: center;
	color: #444444;
	background-color: #e6f2e6;
}
#tmp_event_cal_refine_ttl h2 {
	margin: 0;
	padding: 0 0 2px;
	border: none;
	line-height: 1.1;
	font-size: 155.6%;
	background:none;
}
#tmp_event_cal_refine_ttl .sub_ttl {
	display:inline-block;
	min-width:160px;
	padding: 0 25px;
	color: #007900;
	font-weight:bold;
	background: transparent url(/shared/templates/free/images/event/line_sub_ttl.jpg) repeat-x center center;
	-webkit-background-size:100% 12px;
	-moz-background-size:100% 12px;
	background-size:100% 12px;
	margin:0;
}
#tmp_event_cal_refine_cnt {
	margin: -60px 40px 87px;
	padding: 39px;
	border: 1px solid #dddddd;
	color: #222222;
	background-color: #ffffff;
}
#tmp_event_cal_refine_cnt .event_cal_search_ttl {
	font-size: 111.1%;
	font-weight: bold;
	color: #007900;
	background-color: #ffffff;
	margin:0 0 32px;
}
#tmp_event_cal_refine_cnt .event_cal_search_ttl p {
	margin:0;
	padding-left: 37px;
	background: transparent url(/shared/templates/free/images/icon/icon_search.png) no-repeat 0 2px;
}
#tmp_event_cal_refine_cnt .event_cal_refine_cnt fieldset {
	padding:5px 0 5px;
	clear:both;
}
#tmp_event_cal_refine_cnt ul {
	list-style:none;
	margin:0;
}
#tmp_event_cal_refine_cnt ul li {
	float: left;
	width:110px;
	font-size: 88.9%;
	font-weight: 500;
	color: #444444;
	background-color: transparent;
	position:relative;
	margin:0 5px 0 0;
}
#tmp_event_cal_refine_cnt .district li {
	float:none;
	display:inline-block;
	vertical-align:top;
	width:auto;
	min-width:110px;
}
#tmp_event_cal_refine_cnt .person li {
	width:200px;
}
#tmp_event_cal_refine_cnt .none_published {
	display:none;
}
#tmp_event_cal_refine_cnt ul li label {
	cursor:pointer;
	display:inline-block;
	position:relative;
	z-index:1;
	padding:5px 0 5px 20px;
}
#tmp_event_cal_refine_cnt fieldset li input[type="checkbox"] {
	position:absolute;
	top:10px;
	left:0;
	width: 12px;
	height: 12px;
}
#tmp_event_cal_refine_cnt fieldset .genre li input[type="checkbox"] {
	top:14px;
	left:10px;
}
#tmp_event_cal_refine_cnt fieldset .genre li {
	padding:0;
	width:156px;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	border-radius:2em;
	margin:0 5px 8px 0;
}
#tmp_event_cal_refine_cnt fieldset .genre li.genre5,
#tmp_event_cal_refine_cnt fieldset .genre li.genre9,
#tmp_event_cal_refine_cnt .person li:nth-child(4n+1) {
	clear:both;
}
#tmp_event_cal_refine_cnt fieldset .genre li.genre1,
#tmp_event_cal_refine_cnt fieldset .genre li.genre2 {
	width: 237px;
}
#tmp_event_cal_refine_cnt fieldset .genre li.genre5 {
	width:317px;
}
#tmp_event_cal_refine_cnt fieldset .genre label {
	display:block;
	padding: 10px 42px 8px 25px;
}
#tmp_event_cal_refine_cnt fieldset legend,
#tmp_event_cal_refine_cnt #tmp_event_search dt {
	width: 160px;
	float: left;
	margin: 0;
	font-weight: bold;
	color: #007900;
	background-color: transparent;
}
#tmp_event_cal_refine_cnt fieldset:first-child legend {
	padding-top: 8px;
}
#tmp_event_cal_refine_cnt fieldset ul,
#tmp_event_cal_refine_cnt #tmp_event_search dd {
	width: calc(100% - 160px);
	float: left;
	margin: 0;
	padding: 0;
}
#tmp_event_cal_refine_cnt ul.genre li::before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	right: 7px;
	top:5px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:30px auto !important;
	-moz-background-size:30px auto !important;
	background-size:30px auto !important;
}
#tmp_event_cal_refine_cnt ul li.genre1,
#tmp_event_cal_list .event_cal_list .genre1,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_1 a {
	background-color: #ffefc0;
}
#tmp_event_cal_refine_cnt ul li.genre1::before,
#tmp_event_cal_list .event_cal_list .genre1 {
	background-image:url(/shared/templates/free/images/event/event_icon1.png);
}
#tmp_event_cal_refine_cnt ul li.genre2,
#tmp_event_cal_list .event_cal_list .genre2,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_2 a {
	background-color: #fedfe6;
}
#tmp_event_cal_refine_cnt ul li.genre2::before,
#tmp_event_cal_list .event_cal_list .genre2 {
	background-image:url(/shared/templates/free/images/event/event_icon2.png);
}
#tmp_event_cal_refine_cnt ul li.genre3,
#tmp_event_cal_list .event_cal_list .genre3,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_3 a {
	background-color: #fde2ce;
}
#tmp_event_cal_refine_cnt ul li.genre3::before,
#tmp_event_cal_list .event_cal_list .genre3 {
	background-image:url(/shared/templates/free/images/event/event_icon3.png);
}
#tmp_event_cal_refine_cnt ul li.genre4,
#tmp_event_cal_list .event_cal_list .genre4,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_4 a {
	background-color: #dbf4fa;
}
#tmp_event_cal_refine_cnt ul li.genre4::before,
#tmp_event_cal_list .event_cal_list .genre4 {
	background-image:url(/shared/templates/free/images/event/event_icon4.png);
}
#tmp_event_cal_refine_cnt ul li.genre5,
#tmp_event_cal_list .event_cal_list .genre5,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_5 a {
	background-color: #dfeeb6;
}
#tmp_event_cal_refine_cnt ul li.genre5::before,
#tmp_event_cal_list .event_cal_list .genre5 {
	background-image:url(/shared/templates/free/images/event/event_icon5.png);
}
#tmp_event_cal_refine_cnt ul li.genre6,
#tmp_event_cal_list .event_cal_list .genre6,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_6 a {
	background-color: #e4ebf9;
}
#tmp_event_cal_refine_cnt ul li.genre6::before,
#tmp_event_cal_list .event_cal_list .genre6 {
	background-image:url(/shared/templates/free/images/event/event_icon6.png);
}
#tmp_event_cal_refine_cnt ul li.genre7,
#tmp_event_cal_list .event_cal_list .genre7,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_7 a {
	background-color: #ede3fb;
}
#tmp_event_cal_refine_cnt ul li.genre7::before,
#tmp_event_cal_list .event_cal_list .genre7 {
	background-image:url(/shared/templates/free/images/event/event_icon7.png);
}
#tmp_event_cal_refine_cnt ul li.genre8,
#tmp_event_cal_list .event_cal_list .genre8,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_8 a {
	background-color: #fae0ff;
}
#tmp_event_cal_refine_cnt ul li.genre8::before,
#tmp_event_cal_list .event_cal_list .genre8 {
	background-image:url(/shared/templates/free/images/event/event_icon8.png);
}
#tmp_event_cal_refine_cnt ul li.genre9,
#tmp_event_cal_list .event_cal_list .genre9,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_9 a {
	background-color: #d5f2d2;
}
#tmp_event_cal_refine_cnt ul li.genre9::before,
#tmp_event_cal_list .event_cal_list .genre9 {
	background-image:url(/shared/templates/free/images/event/event_icon9.png);
}
#tmp_event_cal_refine_cnt ul li.genre10,
#tmp_event_cal_list .event_cal_list .genre10,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_10 a {
	background-color: #eeeeee;
}
#tmp_event_cal_refine_cnt ul li.genre10::before,
#tmp_event_cal_list .event_cal_list .genre10 {
	background-image:url(/shared/templates/free/images/event/event_icon10.png);
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_2.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_2 a:hover {
	background-color:#f5c7d2;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_3.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_3 a:hover {
	background-color:#fdd8bc;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_1.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_1 a:hover {
	background-color:#ffe597;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_5.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_5 a:hover {
	background-color:#d0ef7e;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_9.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_9 a:hover {
	background-color:#bcf2b6;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_4.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_4 a:hover {
	background-color:#b6eefa;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_6.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_6 a:hover {
	background-color:#d0def9;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_7.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_7 a:hover {
	background-color:#e2d2fb;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_8.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_8 a:hover {
	background-color:#f7d1ff;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_10.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_10 a:hover {
	background-color:#d8d8d8;
}

#tmp_event_search {
	padding:23px 21px 0 0;
	margin-bottom: 25px;
	clear:both;
}
#tmp_event_cal_refine_cnt #tmp_event_search dt {
	padding-top: 4px;
}
#tmp_event_keyword {
	width: 100%;
	min-height: 36px;
	padding: 7px 10px 5px 19px;
	border: 1px solid #dddddd;
	font-size: 83.3%;
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#tmp_event_cal_refine_btn {
	text-align: center;
	padding-right: 13px;
}
#tmp_event_cal_refine_btn .submit_btn,
#tmp_event_cal_refine_btn .clear_btn {
	display: inline-block;
	width: 300px;
	margin: 0 12px;
	vertical-align: middle;
}
#tmp_event_keyword_btn {
	width: 100%;
	min-height: 58px;
	border: 1px solid #0d0d0d;
	font-weight: bold;
	color: #ffffff;
	background-color: #333333;
	cursor: pointer;
}
#tmp_event_cal_refine_btn .clear_btn a {
	display: block;
	padding: 9px 10px 5px;
	text-decoration: none;
	min-height: 40px;
	border: 1px solid #dddddd;
	font-weight: bold;
	font-size: 88.9%;
	color: #222222;
	background-color: #ffffff;
}
#tmp_event_cal_refine_btn .clear_btn a:hover,
#tmp_event_cal_refine_btn .clear_btn a:focus {
	text-decoration: underline;
}
/* ==================================================
/* event_page_navi
================================================== */
#tmp_contents .event_page_navi div.fixed_col2L,
#tmp_contents .event_page_navi div.fixed_col2R {
	clear:none;
	width:48.5%;
}
#tmp_contents .event_page_navi div.fixed_col2L {
	float:left;
}
#tmp_contents .event_page_navi div.fixed_col2R {
	float:right;
}

/* event_cal_ttl */
#tmp_event_cal_ttl {
	clear:both;
}
#tmp_event_cal_ttl .year {
	margin:5px 0 0 0;
	float:left;
}
#tmp_event_cal_ttl .month {
	float:right;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	width:100%;
	clear:both;
}
#tmp_event_cal_cnt .calendar,
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
	/*padding:0;*/
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCDDEE;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 7px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#DDEEFF;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
}
#tmp_event_cal_cnt .calendar a {
	display:block;
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	color:inherit;
	font-weight:bold; /* Do not edit */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#CC0000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#3333CC;
	background-color:transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .cal_navi {
	list-style:none;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.2;
	float:left;
}
#tmp_event_cal_cnt .cal_navi .prev {
	padding:0 6px 0 12px;
	border-right:1px solid #000000;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:block;
	margin:0 0 0 -12px;
	padding:0 0 0 12px;
	background:url(/shared/images/navi/event/cal_prev.gif) no-repeat left center;
}
#tmp_event_cal_cnt .cal_navi .next {
	padding:0 0 0 6px;
}
#tmp_event_cal_cnt .cal_navi .next a {
	display:block;
	padding:0 12px 0 0;
	background:url(/shared/images/navi/event/cal_next.gif) no-repeat right center;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}

/* tab
============================== */
#tmp_event_cal_tab {
	clear:both;
	margin: 0 0 49px;
}
#tmp_event_cal_tab ul {
	list-style:none;
	list-style-image:none;
	margin:0;
}
#tmp_event_cal_tab li {
	float:left;
	width:50%;
	text-align:center;
	font-weight:bold;
}
#tmp_event_cal_tab li a {
	position: relative;
	display:block;
	color:#323333;
	background-color:#e2e2e2;
	border: 1px solid #d5d5d5;
	font-size: 133.33%;
	text-decoration:none;
	z-index: 1;
}
#tmp_event_cal_tab li a:hover span,
#tmp_event_cal_tab li a:focus span {
	text-decoration:underline;
}
#tmp_event_cal_tab #tmp_event_cal_tab_list a {
	padding: 3px 26px 13px 5px;
	border-right: none;
}
#tmp_event_cal_tab #tmp_event_cal_tab_list.active a {
	border: 3px solid #e5e5e5;
	border-bottom: 1px solid #ffffff;
	padding: 16px 26px 11px 35px;
	z-index: 2;
}
#tmp_event_cal_tab #tmp_event_cal_tab_cal a {
	border-left: none;
	padding: 3px 5px 10px 25px;
}
#tmp_event_cal_tab #tmp_event_cal_tab_cal.active a {
	border: 3px solid #e5e5e5;
	border-bottom: 1px solid #ffffff;
	padding: 15px 26px 9px 20px;
	margin-left: -3px;
}
#tmp_event_cal_tab_list a:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 40px;
	height: 35px;
	background: transparent url(/shared/templates/free/images/icon/event_list_icon.png) no-repeat top left;
	top: 9px;
	left: -12px;
}
#tmp_event_cal_tab .active a {
	color:#323333;
	background-color:#ffffff;
	font-size: 166.66%;
	margin-top: -15px;
}
#tmp_event_cal_tab_cal a:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 35px;
	height: 38px;
	background: transparent url(/shared/templates/free/images/icon/calendar_icon.png) no-repeat top left;
	top: 9px;
	left: -12px;
}
#tmp_event_cal_tab li span {
	display:inline-block;
}
/* Refine search
============================== */
#tmp_event_cal_refine_cnt dd ul {
	list-style:none;
	list-style-image:none;
	margin:0;
}
#tmp_event_cal_refine_cnt dd li {
	float:left;
	margin-right:10px;
}
/* event_page_navi
============================== */
/* event_col3 */
#tmp_contents .event_col3 {
	clear:both; /* Do not edit */
	width:100%; /* Do not edit */
}
#tmp_contents .event_col3 .event_col3L,
#tmp_contents .event_col3 .event_col3R {
	display:table; /* Do not edit */
	float:left; /* Do not edit */
	width:25%; /* Do not edit */
}
#tmp_contents .event_col3 .event_col3M {
	display:table; /* Do not edit */
	float:left; /* Do not edit */
	width:50%; /* Do not edit */
}
/* event_page_navi */
#tmp_contents .event_page_navi .cal_date {
	line-height:1.4;
	font-weight:bold;
	text-align:center;
	padding: 7px 14px 0 0;
}
#tmp_contents .event_page_navi .cal_date .year {
	margin:0 5px 0 0;
	font-size: 100%;
}
#tmp_contents .event_page_navi .cal_date .month {
	font-size: 200%;
}
#tmp_contents .event_page_navi .prev a {
	display: inline-block;
	color: #ffffff;
	min-width: 120px;
	min-height: 40px;
	font-size: 88.89%;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	padding: 9px 21px 8px 25px;
	background: #333333 url(/shared/templates/free/images/icon/lft_arrow_icon.png) no-repeat 0 center;
}
#tmp_contents .event_page_navi .next a {
	display: inline-block;
	color: #ffffff;
	min-width: 120px;
	min-height: 40px;
	font-size: 88.89%;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	padding: 9px 21px 8px 25px;
	background: #333333 url(/shared/templates/free/images/icon/rgt_arrow_icon.png) no-repeat 100% center;
}
#tmp_contents .event_page_navi .prev,
#tmp_contents .event_page_navi .next {
	padding-top:5px;
	margin-bottom:30px;
}
#tmp_contents .event_page_navi .prev a:hover,
#tmp_contents .event_page_navi .prev a:focus,
#tmp_contents .event_page_navi .next a:hover,
#tmp_contents .event_page_navi .next a:focus {
	text-decoration:underline;
}
/* event_cal_7w
============================== */
/* calendar */
#tmp_event_cal_7w .event_cal_7w {
	font-size: 88.89%;
}
#tmp_event_cal_7w .event_cal_7w,
#tmp_event_cal_7w .event_cal_7w tr.cal_th td,
#tmp_event_cal_7w .event_cal_7w tr.cal_week td {
	border-width:1px; /* Do not edit */
	border-style:solid; /* Do not edit */
	border-color:#cccccc;
}
#tmp_event_cal_7w .event_cal_7w {
	width: 1140px;
	margin-bottom:24px;
	padding:0;
	border-collapse:separate; /* Do not edit */
	border-spacing:0; /* Do not edit */
	color:inherit;
	background-color:#ffffff;
}
/* day of the week */
#tmp_event_cal_7w .event_cal_7w tr.cal_th td {
	border-top:none; /* Do not edit */
	border-right:none; /* Do not edit */
	border-left:none; /* Do not edit */
	width: 14.3%;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td p {
	padding: 3px 0;
	color:#222222;
	background-color:#f0efef;
	text-align:center;
	font-weight: 500;
	border-left: 1px solid #cccccc;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_sun p {
	background-color:#fdecec;
	color: #b00808;
	font-weight: 500;
	border-left: 0;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_sat p {
	color: #065780;
	background-color:#e6f5ff;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_holiday p {
	color: #b00808;
	padding: 3px 12px 3px 6px;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_sun p {
	color:#B90F0B;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_sat p {
	color:#065780;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_today p {
	background-color: #ade3a7;
}
#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; /* Do not edit */
}
#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; /* Do not edit */
}
#tmp_event_cal_7w .event_cal_7w td {
	vertical-align:top; /* Do not edit */
	border-left: 1px solid #cccccc;
}
#tmp_event_cal_7w .event_cal_7w td:first-child {
	border-left: none;
}
#tmp_event_cal_7w .event_cal_7w td img {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 3px;
	left: 3px;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week + tr td {
	padding: 5px 0 0;
}
#tmp_event_cal_7w .event_cal_7w td p {
	margin:0 5px 5px 5px;
}
#tmp_event_cal_7w .event_cal_7w td p a {
	position: relative;
	display:block; /* Do not edit */
	padding: 7px 3px 6px 36px;
	color:#222222;
	background-color:transparent;
	font-size: 100%;
	text-decoration:none;
	letter-spacing: -0.2px;
	line-height: 1.45;
	margin: 0 0 7px;
	transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	-moz-transition: 0.3s ease-in-out all;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td {
	padding:0; /* Do not edit */
	border-top-width:1px;
	border-right:none; /* Do not edit */
	border-bottom-width:1px;
	border-bottom-style:dotted;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week .cal_sun {
	border-left: none;
}
#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:3px 8px; /* Do not edit */
}
#tmp_event_cal_7w .event_cal_7w td.step_over_prev p {
	margin-left:0; /* Do not edit */
}
#tmp_event_cal_7w .event_cal_7w td.step_over_next p {
	margin-right:0; /* Do not edit */
}
/* more_btn */
#tmp_event_cal_7w .event_cal_7w p.more a,
#tmp_event_cal_list p.more a {
	display: block;
	position: relative;
	color:#ffffff;
	background-color: #007900;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration:none;
	transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	-moz-transition: 0.3s ease-in-out all;
}
#tmp_event_cal_7w .event_cal_7w p.more a:hover,
#tmp_event_cal_7w .event_cal_7w p.more a:focus,
#tmp_event_cal_list p.more a:hover,
#tmp_event_cal_list p.more a:focus {
	background-color: #004d00;
}
#tmp_event_cal_list .event_cal_list p.more {
	border-top: 1px dotted #e1d1b8;
	margin: 0 0 16px 14px;
}
#tmp_event_cal_list p.more a {
	width: 200px;
	margin: 24px auto 0;
	position: relative;
	font-size: 88.89%;
	padding: 13px 10px 11px 10px;
}
#tmp_event_cal_7w .event_cal_7w p.more a:before,
#tmp_event_cal_list p.more a:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 7px;
	height: 10px;
	background: transparent url(/shared/templates/free/images/icon/arrow_icon.png) no-repeat top left;
	top: -1px;
	left: -5px;
}
/* layout
============================== */
#tmp_event_main {
	width:100%;
	clear:both;
}
.wrap_event_col_lft_navi {
	float:right;
	position:relative;
	z-index:1;
	margin-left:-330px;
}
.wrap_event_col_lft_navi .event_col_lft_navi{
	position: relative;
	z-index: 1;
	padding-top:10px;
}
.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;
}
/* lnavi_event_cal
============================== */
#tmp_lnavi_event_cal {
	padding:10px 10px 31px;
	color:inherit;
	clear:both;
	border: 1px solid #cccccc;
}
#tmp_lnavi_event_cal_ttl {
	margin:0 0 30px;
	text-align:center;
}
#tmp_contents #tmp_lnavi_event_cal_ttl .event_col3 .event_col3L,
#tmp_contents #tmp_lnavi_event_cal_ttl .event_col3 .event_col3R {
	width: 25%;
}
#tmp_contents #tmp_lnavi_event_cal_ttl .event_col3 .event_col3M {
	width: 50%;
}
#tmp_contents #tmp_lnavi_event_cal_ttl .prev {
	padding: 6px 0 0 9px;
	text-align: left;
}
#tmp_contents #tmp_lnavi_event_cal_ttl .next {
	padding: 6px 9px 0 0;
	text-align: right;
}
#tmp_lnavi_event_cal_ttl p {
	margin-bottom:0;
	font-weight:bold;
	line-height:1.2;
}
#tmp_lnavi_event_cal_ttl a {
	font-weight: bold;
	color: #007900;
	font-size: 88.89%;
	text-decoration: none;
}
#tmp_lnavi_event_cal_ttl a:hover,
#tmp_lnavi_event_cal_ttl a:focus {
	text-decoration:underline;
}
#tmp_lnavi_event_cal_ttl .prev a {
	padding-left: 15px;
	background: transparent url(/shared/templates/free/images/icon/prev_icon.png) no-repeat left center;
}
#tmp_lnavi_event_cal_ttl .next a {
	padding-right: 12px;
	background: transparent url(/shared/templates/free/images/icon/next_icon.png) no-repeat 100% center;
}
#tmp_lnavi_event_cal_ttl .cal_date {
	padding: 5px 0 0;
}
#tmp_lnavi_event_cal_ttl .cal_date .month {
	font-size: 133.33%;
}
#tmp_lnavi_event_cal_cnt {
	clear:both;
}
#tmp_lnavi_event_cal_cnt .calendar,
#tmp_lnavi_event_cal_cnt .calendar td {
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_lnavi_event_cal_cnt .calendar {
	width:245px;
	margin: 20px 0 0 11px;
}
#tmp_lnavi_event_cal_cnt .calendar td {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 88.89%;
	width: 35px;
	line-height: 1.35;
}
#tmp_lnavi_event_cal_cnt .calendar .cal_th td,
#tmp_lnavi_event_cal_cnt .calendar td.bgcolor {
	color:#333333;
}
#tmp_lnavi_event_cal_cnt .calendar a {
	display:block;
	padding:5px 0;
	color:#333333;
	background-color:transparent;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_today {
	color:inherit;
	background-color:#ade3a7 !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:#b00808 !important;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sat,
#tmp_lnavi_event_cal_cnt .calendar td.cal_sat a {
	color:#065780;
}
/* type list
============================== */
.cal_date_block {
	text-align: center;
	font-weight: bold;
}
#tmp_contents p.cal_date {
	margin: 0;
}
.cal_date_block .month {
	font-size: 200%;
}
#tmp_event_cal_list .event_cal_list {
	width:100%;
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #cccccc;
}
#tmp_event_cal_list .event_cal_list .cal_th td {
	padding: 14px 8px 11px;
	color:inherit;
	background-color:#F3F3F3;
	border:1px solid #cccccc;
	vertical-align:top;
	font-weight: bold;
	text-align: center;
}
#tmp_event_cal_list .event_cal_list .cal_th td.cal_date {
	width: 149px;
}
#tmp_event_cal_list .event_cal_list td.cal_date {
	font-size: 111.11%;
	font-weight: bold;
}
#tmp_event_cal_list .event_cal_list td.cal_date .day span {
	font-size: 180%;
}
#tmp_event_cal_list .event_cal_list .cal_th td p {
	margin-bottom:0;
}
#tmp_event_cal_list .event_cal_list td {
	padding: 9px 20px 14px 8px;
	border:1px solid #cccccc;
	vertical-align:middle;
	text-align: center;
}
#tmp_event_cal_list .event_cal_list p {
	margin-bottom:0;
}
#tmp_event_cal_list .event_cal_list td p {
	line-height:1.4;
}
#tmp_event_cal_list .event_cal_list ul {
	margin:0 0 0 13px;
	list-style: none;
}
#tmp_event_cal_list .event_cal_list td.cal_sun {
	color:#9b1313;
	background-color:#fdecec;
}
#tmp_event_cal_list .event_cal_list td.cal_sat {
	color:#065780;
	background-color:#e6f5ff;
}
#tmp_event_cal_list .event_cal_list td.cal_sun .cnt,
#tmp_event_cal_list .event_cal_list td.cal_sat .cnt {
	color: #222222;
}
/* event_page_navi */
#tmp_contents .event_page_navi .next {
	text-align:right;
}

#tmp_event_cal_list .event_cal_list ul li {
	position: relative;
	margin: 0 0 10px;
	padding: 10px 0;
	border-bottom: 1px dotted #e1d1b8;
	display: table;
	width: 100%;
}
#tmp_event_cal_list .event_cal_list ul li:last-child {
	border-bottom: none;
	margin-bottom: -1px;
}
#tmp_event_cal_list .event_cal_list ul li .img {
	position: absolute;
	top: 10px;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
#tmp_event_cal_list .event_cal_list ul li .img img {
	height:auto;
}
#tmp_event_cal_list .event_cal_list ul li .cnt {
	display: table-cell;
	vertical-align: top;
	height: 80px;
	padding: 10px 0 22px 80px;
	text-align: left;
}
#tmp_event_cal_list .event_cal_list ul li .cnt > span  {
	font-size: 77.78%;
	background-size: 22px auto;
	-webkit-background-size: 22px auto;
	-moz-background-size: 22px auto;
	padding: 5px 13px 4px 38px;
	display: inline-block;
	border-radius: 14px;
	background-repeat:no-repeat;
	background-position:7px 3px;
	margin: 0 0 8px;
}
#tmp_event_cal_list .event_cal_list ul li .cnt a {
	font-size: 88.89%;
	text-decoration: none;
	color: #222222;
}
#tmp_event_cal_list .event_cal_list ul li .cnt a:hover,
#tmp_event_cal_list .event_cal_list ul li .cnt a:focus {
	text-decoration:underline;
}
/* top_caution */
#tmp_contents #tmp_emergency_infor .col2 {
	margin: 0;
	padding: 0;
	width: 100%;
}
/* advertising_event */
#tmp_contents .advertising_event {
	display:block;
	width: 60px;
	margin: -23px 0 2.2em;
	padding: 2px 16px 1px;
	color: #333333;
	background-color: #fff5a4;
	font-size:77.8%;
	box-shadow: 0px 0px 2px 2px rgba(68, 68, 68, 0.2);
	-moz-box-shadow: 0px 0px 2px 2px rgba(68, 68, 68, 0.2);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(68, 68, 68, 0.2);
	border-radius: 1.5em;
	-webkit-border-radius:1.5em;
	-moz-border-radius: 1.5em;
	-ms-border-radius: 1.5em;
	-o-border-radius: 1.5em;
}
/* ==================================================
cate - type
================================================== */
/* cate002
================================================== */
.cate002 #tmp_contents h1 {
	background-color: #084e7e;
	background-image: -moz-linear-gradient( 142deg, rgb(8,78,126) 0%, rgb(30,98,145) 100%);
	background-image: -webkit-linear-gradient( 142deg, rgb(8,78,126) 0%, rgb(30,98,145) 100%);
	background-image: -ms-linear-gradient( 142deg, rgb(8,78,126) 0%, rgb(30,98,145) 100%);
}
.cate002 #tmp_contents h2 {
	background-color: #e5eff5;
}
.cate002 #tmp_contents h3 {
	background-image: url(/shared/templates/free/images/main/cate002_line_h3.png);
}
.cate002 #tmp_contents ul.box_btn li a {
	background-color:#e5eff5;
}
.cate002 #tmp_contents ul.box_btn li a:hover,
.cate002 #tmp_contents ul.box_btn li a:focus {
	background-color:#cfe4f1;
}
.cate002 .rnavi_func,
.cate002 .rnavi_func_cnt li {
	border-color: #1e6291;
}
.cate002 .rnavi_func_cnt ul li.active a,
.cate002 .rnavi_func_cnt ul li a:hover,
.cate002 .rnavi_func_cnt ul li a:focus,
.cate002 .rnavi_func_cnt ul li a:active {
	background-color: #1e6291;
	background-image: url(/shared/templates/free/images/icon/icon_arrow_white.png);
}
.cate002 .rnavi_func_cnt ul li a,
.cate002 #box_article ul a {
	background-image: url(/shared/templates/free/images/icon/cate002_icon_arrow_green.png);
}
.cate002 #box_article ul .active a,
.cate002 #box_article ul a:hover,
.cate002 #box_article ul a:focus {
	background-color: #1e6291;
	background-image: url(/shared/templates/free/images/icon/icon_arrow_white.png);
}
.cate002 .banner_title{
	background-color: #1e6291;
}
.cate002 .banner_title:before {
	background-image: linear-gradient(to right, rgba(30, 98, 145, 1) 45%, rgba(30, 98, 145, 0.5) 100%);
}
.cate002 .attention_box .attention_ttl h2 {
	background-image: url(/shared/templates/free/images/icon/cate002_icon_topic.png);
}
.cate002 .attention_box .attention_ttl span,
.cate002 .shisetsu_information_ttl span {
	color: #1e6291;
	background-image: url(/shared/templates/free/images/main/cate002_line_label.jpg);
}
.cate002 #tmp_contents .shisetsu_list .shisetsu_name a {
	background-image:url(/shared/images/icon/icon_arrow_cate002.png);
}
.cate002 .wrap_topic_list .topic_list a {
	background-image: url(/shared/templates/free/images/icon/cate002_arrow_link_green.png);
}
.cate002 .action_list a {
	background-image: url(/shared/templates/free/images/icon/cate002_arrow_circle_green.png);
}
.cate002.custom_special.type_top #tmp_contents table.box_menu td.box_menu_ttl,
.cate002.custom_special.type_top #tmp_contents div.box_menu .box_menu_ttl,
.cate002.type_idx #tmp_contents table.box_menu td.box_menu_ttl,
.cate002.type_idx #tmp_contents div.box_menu .box_menu_ttl {
	background-color: #e5eff5;
}
.cate002.custom_special.type_top #tmp_contents table.box_menu td.box_menu_ttl p a,
.cate002.custom_special.type_top #tmp_contents div.box_menu .box_menu_ttl p a,
.cate002.type_idx #tmp_contents table.box_menu td.box_menu_ttl p a,
.cate002.type_idx #tmp_contents div.box_menu .box_menu_ttl p a {
	background-image: url(/shared/templates/free/images/icon/cate002_icon_arrow_green.png);
}
.cate002.custom_special.type_top #tmp_contents .idx_menu table.box_menu td.box_menu_cnt ul li a,
.cate002.custom_special.type_top #tmp_contents .idx_menu div.box_menu .box_menu_cnt ul li a,
.cate002.type_idx #tmp_contents table.box_menu td.box_menu_cnt ul li a,
.cate002.type_idx #tmp_contents div.box_menu .box_menu_cnt ul li a {
	background-image: url(/shared/templates/free/images/icon/cate002_arrow_link_green.png);
}
.cate002.custom_special.type_top #tmp_contents .idx_menu .box_menu .box_menu_ttl p a:hover,
.cate002.custom_special.type_top #tmp_contents .idx_menu .box_menu .box_menu_ttl p a:focus,
.cate002.type_idx #tmp_contents .idx_menu .box_menu .box_menu_ttl p a:hover,
.cate002.type_idx #tmp_contents .idx_menu .box_menu .box_menu_ttl p a:focus,
.cate002 #tmp_contents .box_menu .box_menu_ttl a:hover,
.cate002 #tmp_contents .box_menu .box_menu_ttl a:focus {
	background-color:#cfe4f1;
}
.cate002.custom_special.type_top #tmp_contents .see_more a:hover,
.cate002.type_idx #tmp_contents .see_more a:hover {
	background-color:#e5eff5;
}
.cate002.type_idx #tmp_contents ul.box_btn li {
	background-color: #e5eff5;
}
.cate002.type_idx #tmp_contents ul.box_btn li a {
	background-image: url(/shared/templates/free/images/icon/cate002_icon_arrow_green.png);
}
.cate002 #tmp_contents ul.box_btn li a {
	background-image: url(/shared/templates/free/images/icon/cate002_icon_arrow_green.png);
}
.cate002 #tmp_contents table.box_menu td.box_menu_ttl a,
.cate002 #tmp_contents div.box_menu .box_menu_ttl a {
	background-image: url(/shared/templates/free/images/icon/cate002_icon_arrow_green.png);
}
.cate002 #tmp_contents .idx_menu .box_menu .box_menu_cnt ul li a {
	background-image: url(/shared/templates/free/images/icon/cate002_icon_arrow_green.png);
	-webkit-background-size:7px auto;
	-moz-background-size:7px auto;
	background-size:7px auto;
}
.cate002 #tmp_contents ul {
	list-style-image: url(/shared/images/icon/cate002_list_icon.png);
}
.cate002 #tmp_contents .box_info .box_info_ttl,
.cate002 #tmp_contents .box_link .box_link_ttl {
	color: #1e6291;
}
.cate002 #tmp_contents .box_info ul,
.cate002 #tmp_contents .box_link ul {
	list-style: none;
}
.cate002 #tmp_contents .box_info ul li,
.cate002 #tmp_contents .box_link ul li {
	background-image: url(/shared/templates/free/images/icon/cate002_icon_arrow_green.png);
}
/* cate003
================================================== */
.cate003 #tmp_contents h1 {
	background-color: #203381;
	background-image: -moz-linear-gradient( 142deg, rgb(32,51,129) 0%, rgb(61,77,143) 100%);
	background-image: -webkit-linear-gradient( 142deg, rgb(32,51,129) 0%, rgb(61,77,143) 100%);
	background-image: -ms-linear-gradient( 142deg, rgb(32,51,129) 0%, rgb(61,77,143) 100%);
}
.cate003 #tmp_contents h2 {
	background-color: #e5e8f4;
}
.cate003 #tmp_contents h3 {
	background-image: url(/shared/templates/free/images/main/cate003_line_h3.png);
}
.cate003 #tmp_contents ul.box_btn li a{
	background-color: #e5e8f4;
}
.cate003 #tmp_contents ul.box_btn li a:hover,
.cate003 #tmp_contents ul.box_btn li a:focus {
	background-color:#d2d8f2;
}
.cate003 .info_sch_menu_cnt {
	border-color: #e5e8f4;
}
.cate003 .rnavi_func,
.cate003 .rnavi_func_cnt ul li {
	border-color: #3d4d8f;
}
.cate003 .rnavi_func_cnt ul li.active a,
.cate003 .rnavi_func_cnt ul li a:hover,
.cate003 .rnavi_func_cnt ul li a:focus,
.cate003 .rnavi_func_cnt ul li a:active {
	background-color: #3d4d8f;
	background-image: url(/shared/templates/free/images/icon/icon_arrow_white.png);
}
.cate003 .rnavi_func_cnt ul li a,
.cate003 #box_article ul a {
	background-image: url(/shared/templates/free/images/icon/cate003_icon_arrow_green.png);
}
.cate003 #box_article ul .active a,
.cate003 #box_article ul a:hover,
.cate003 #box_article ul a:focus {
	background-color: #3d4d8f;
	background-image: url(/shared/templates/free/images/icon/icon_arrow_white.png);
}
.cate003 .banner_title{
	background: transparent url(/shared/templates/free/images/main/bg_banner_purple.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}
.cate003 #tmp_contents ul {
	list-style-image: url(/shared/images/icon/cate003_list_icon.png);
}
.cate003 #tmp_contents .box_info .box_info_ttl,
.cate003 #tmp_contents .box_link .box_link_ttl {
	color: #3d4d8f;
}
.cate003 #tmp_contents .box_info ul,
.cate003 #tmp_contents .box_link ul {
	list-style: none;
}
.cate003 #tmp_contents .box_info ul li,
.cate003 #tmp_contents .box_link ul li {
	background-image: url(/shared/templates/free/images/icon/cate003_icon_arrow_green.png);
}
.cate003 #tmp_contents ul.box_btn li a,
.cate003 #tmp_contents .idx_menu .box_menu .box_menu_cnt ul li a {
	background-image: url(/shared/templates/free/images/icon/cate003_icon_arrow_green.png);
}
.cate003 #tmp_contents table.box_menu td.box_menu_ttl a,
.cate003 #tmp_contents div.box_menu .box_menu_ttl a {
	background-image: url(/shared/templates/free/images/icon/cate003_icon_arrow_green.png);
}
.cate003 #tmp_contents .idx_menu .box_menu .box_menu_cnt ul li a {
	background-image: url(/shared/templates/free/images/icon/cate003_icon_arrow_green.png);
	-webkit-background-size:7px auto;
	-moz-background-size:7px auto;
	background-size:7px auto;
}
.cate003 .banner_title{
	background-color: #3d4d8f;
}
.cate003 .banner_title:before {
	background-image: linear-gradient(to right, rgba(61, 77, 143, 1) 45%, rgba(61, 77, 143, 0.5) 100%);
}
.cate003 .attention_box .attention_ttl h2 {
	background-image: url(/shared/templates/free/images/icon/cate003_icon_topic.png);
}
.cate003 .attention_box .attention_ttl span,
.cate003 .shisetsu_information_ttl span {
	color: #1e6291;
	background-image: url(/shared/templates/free/images/main/cate003_line_label.jpg);
}
.cate003 #tmp_contents .shisetsu_list .shisetsu_name a {
	background-image:url(/shared/images/icon/icon_arrow_cate003.png);
}
.cate003 .wrap_topic_list .topic_list a {
	background-image: url(/shared/templates/free/images/icon/cate003_arrow_link_green.png);
}
.cate003 .action_list a {
	background-image: url(/shared/templates/free/images/icon/cate003_arrow_circle_green.png);
}
.cate003.custom_special.type_top #tmp_contents table.box_menu td.box_menu_ttl,
.cate003.custom_special.type_top #tmp_contents div.box_menu .box_menu_ttl,
.cate003.type_idx #tmp_contents table.box_menu td.box_menu_ttl,
.cate003.type_idx #tmp_contents div.box_menu .box_menu_ttl {
	background-color: #e5e8f4;
}
.cate003.custom_special.type_top #tmp_contents table.box_menu td.box_menu_ttl p a,
.cate003.custom_special.type_top #tmp_contents div.box_menu .box_menu_ttl p a,
.cate003.type_idx #tmp_contents table.box_menu td.box_menu_ttl p a,
.cate003.type_idx #tmp_contents div.box_menu .box_menu_ttl p a {
	background-image: url(/shared/templates/free/images/icon/cate003_icon_arrow_green.png);
}
.cate003.custom_special.type_top #tmp_contents .idx_menu table.box_menu td.box_menu_cnt ul li a,
.cate003.custom_special.type_top #tmp_contents .idx_menu div.box_menu .box_menu_cnt ul li a,
.cate003.type_idx #tmp_contents table.box_menu td.box_menu_cnt ul li a,
.cate003.type_idx #tmp_contents div.box_menu .box_menu_cnt ul li a {
	background-image: url(/shared/templates/free/images/icon/cate003_arrow_link_green.png);
}
.cate003.custom_special.type_top #tmp_contents .idx_menu .box_menu .box_menu_ttl p a:hover,
.cate003.custom_special.type_top #tmp_contents .idx_menu .box_menu .box_menu_ttl p a:focus,
.cate003.type_idx #tmp_contents .idx_menu .box_menu .box_menu_ttl p a:hover,
.cate003.type_idx #tmp_contents .idx_menu .box_menu .box_menu_ttl p a:focus,
.cate003 #tmp_contents .box_menu .box_menu_ttl a:hover,
.cate003 #tmp_contents .box_menu .box_menu_ttl a:focus {
	background-color:#d2d8f2;
}
.cate003.custom_special.type_top #tmp_contents .see_more a:hover,
.cate003.type_idx #tmp_contents .see_more a:hover {
	background-color:#e5e8f4;
}
.cate003.type_idx #tmp_contents ul.box_btn li {
	background-color: #e5e8f4;
}
.cate003.type_idx #tmp_contents ul.box_btn li a {
	background-image: url(/shared/templates/free/images/icon/cate003_icon_arrow_green.png);
}
/* ==================================================
文字サイズ色合い変更
================================================== */
#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;
	font-size: 114.2%;
	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.78rem; /* fsize_small h1 : 75% →　h1 font-size: 28.5px;　*/
}
#tmp_contents #tmp_fsize .fsize_small .cs_outline {
	font-size: 0.75rem;
}
#tmp_contents #tmp_fsize .cs_default .cs_heading {
	font-size: 2.38rem; /* cs_default h1 : 100% →　font-size: 38px;　*/
}
#tmp_contents #tmp_fsize .cs_default .cs_outline {
	font-size: 1rem;
}
#tmp_contents #tmp_fsize .fsize_big .cs_heading {
	font-size: 3.08rem; /* fsize_big h1 : 130% →　font-size: 49.4px　*/
}
#tmp_contents #tmp_fsize .fsize_big .cs_outline {
	font-size: 1.5rem;
}
#tmp_contents #tmp_fsize .fsize_big2 .cs_heading {
	font-size: 4.15rem; /* fsize_big2 h1 : 175% →　font-size: 66.5px　*/
}
#tmp_contents #tmp_fsize .fsize_big2 .cs_outline {
	font-size: 2rem;
}
#tmp_contents #tmp_color .cs_heading {
	font-size: 2.38rem;
}
#tmp_contents #tmp_color .cs_outline {
	font-size: 1rem;
}
#tmp_contents #tmp_fsize .cs_heading,
#tmp_contents #tmp_color .cs_heading {
	display:block;
	margin: 0 0 30px;
	font-weight: bold;
	border-top: 4px solid #333333;
	background-color: #007900;
	background-image: -moz-linear-gradient( 142deg, rgb(1,105,1) 0%, rgb(0,121,0) 100%);
	background-image: -webkit-linear-gradient( 142deg, rgb(1,105,1) 0%, rgb(0,121,0) 100%);
	background-image: -ms-linear-gradient( 142deg, rgb(1,105,1) 0%, rgb(0,121,0) 100%);
	color: #ffffff;
	padding: 20px 20px 22px;
	clear:both; /* Do not edit */
}
#tmp_contents #tmp_fsize .cs_outline,
#tmp_contents #tmp_color .cs_outline {
	display:block;
	margin:0 0 40px; /* Do not edit */
	border:2px solid #ebfaf7;
	background-color: #ebfaf7;
	color: #333333;
	padding:25px 20px;
	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;
}
#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 {
	border-bottom: 3px solid yellow !important;
}
#tmp_contents .cs_box.color_yellow .cs_heading {
	border-bottom: 3px solid black !important;
}
#tmp_contents .cs_box.color_black .cs_heading {
	border-bottom: 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;
}
#tmp_contents .cs_box.color_default .cs_heading {
	color: #ffffff !important;
	border-top: 4px solid #333333 !important;
	background-color: #007900 !important;
	background-image: -moz-linear-gradient( 142deg, rgb(1,105,1) 0%, rgb(0,121,0) 100%) !important;
	background-image: -webkit-linear-gradient( 142deg, rgb(1,105,1) 0%, rgb(0,121,0) 100%) !important;
	background-image: -ms-linear-gradient( 142deg, rgb(1,105,1) 0%, rgb(0,121,0) 100%) !important;
}
#tmp_contents .cs_box.color_default .cs_outline {
	color:#000000 !important;
	background-color:#ebfaf7 !important;
}

/* ==================================================
消防局
================================================== */
#tmp_contents .box_link.shoubou_boxlink {
	border-color: #f9d6a8;
}
#tmp_contents .box_link.shoubou_boxlink .box_link_ttl {
	color: #944002;
	border-bottom-color: #e58c00;
}
#tmp_contents .box_link.shoubou_boxlink .box_link_ttl .shoubou_bl_tel{
	float: right;
	font-size: 70.1%;
}
/* ==================================================
借金時計
================================================== */
.w200 {
	width :220px;
}
.w100 {
	width :100%;
}
div.stokeibody {
    border: 1px solid;
    margin: 0 20px;
    padding: 30px 20px 20px;
}
div.saimu {
	padding-right :10px;
}
#iTIME {
	text-align:center;
	font-size: 140%;
	font-weight: bold;
}
#tmp_contents .detail-free-format table {
	margin :0.5em 0 0;
}
#tmp_contents .detail-free-format table.saimu {
	font-weight: bold;
}
#tmp_contents .detail-free-format table.num {
	width: 100%;
	border :2px solid black;
}
#tmp_contents .detail-free-format table td {
	padding :1em;
	border:0;
}
#tmp_contents .detail-free-format table.saimu td {
	font-size: 150%;
	padding :0.5em 0.5em 0.5em 0;
	width: 33%;
}
#tmp_contents .detail-free-format table td.num {
	line-height: 1.5em;
	text-align: right;
}
#tmp_contents .detail-free-format table td.num span {
	font-size: 150%;
	font-weight: bold;
}
#tmp_contents .detail-free-format table td.left {
	text-align: left;
}
#tmp_contents .detail-free-format table td.right {
	text-align: right;
}
#tmp_contents .detail-free-format table.w200 {
	border :2px solid black;
}
#tmp_contents .detail-free-format p.mleft {
	margin-left: 2em;
}
#tmp_contents .detail-free-format p.right {
	text-align: right;
}
#tmp_contents div.article table {
border :2px solid black;
}
#tmp_contents div.article table td, #tmp_contents div.article table th {
border :none;
}
/* ==================================================
フロー情報メイン画像
================================================== */
#tmp_contents .flow_main_img {
	max-width: 350px;
}
#tmp_contents .flow_main_img img {
	max-width: 100%;
	height: auto;
}
/* ==================================================
フレイル予防
================================================== */
/* mainvisual
================================================== */
.no_javascript #tmp_mainvisual_frail{
	overflow-y: auto;
	max-height: 1080px;
}
.no_javascript #tmp_mainvisual_frail .mainvisual_logo {
	top: 540px;
}
.no_javascript #tmp_mainvisual_frail_splide .splide {
	visibility: visible;
}
.no_javascript #tmp_mainvisual_frail_splide .splide__list {
	display:block;
}
.no_javascript #tmp_mainvisual_frail_splide .splide__slide {
	padding: 0;
	margin-bottom: 15px;
}
#tmp_mainvisual_frail_splide .no-splide .splide__slide {
	width:100%;
}
#tmp_mainvisual_frail .mainvisual_gallery {
	position: relative;
	min-height: 250px;
}
#tmp_mainvisual_frail .mainvisual_logo{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	margin: -197px 0 0 -201px;
}
#tmp_mainvisual_frail .mainvisual_logo img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_mainvisual_frail_splide .splide__slide {
	position: relative;
}
#tmp_mainvisual_frail_splide .splide__slide img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
/* splide__controls */
#tmp_mainvisual_control {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	overflow: hidden;
}
#tmp_mainvisual_frail_splide .splide__controls {
	position: relative;
	padding: 24px;
	width: 239px;
	min-height: 80px;
	text-align: left;
	border-radius: 0 50px 50px 0;
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	color: #007900;
	background-color: #FFFFFF;
}
#tmp_mainvisual_frail_splide .splide__controls::before{
	content: '';
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: -1px;
	background-color: #ffffff;
    width: 1000%;
    height: 100%;
}
#tmp_mainvisual_frail_splide .splide__pagination {
	display: none;
}
#tmp_mainvisual_frail_splide .splide__progress {
	margin-left: 37px;
}
#tmp_mainvisual_frail_splide .splide__toggle,
#tmp_mainvisual_frail_splide .splide__progress,
#tmp_mainvisual_frail_splide .splide__progress p {
	display: inline-block;
	vertical-align: middle;
}
#tmp_mainvisual_frail_splide .splide__progress .progress_current,
#tmp_mainvisual_frail_splide .splide__progress .progress_total {
	font-weight: bold;
	vertical-align: bottom;
	line-height: 1;
}
#tmp_mainvisual_frail_splide .splide__progress .progress_current {
	font-size: 222.2%;
}
#tmp_mainvisual_frail_splide .splide__progress .progress_total {
	position: relative;
	margin-left: 12px;
	padding: 2px 0 3px 16px;
	font-size: 155.5%;
	color: #333333;
	background: #FFFFFF url(/shared/templates/frail/images/icon/line_break.png) no-repeat;
}
#tmp_mainvisual_frail_splide .splide__toggle {
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	text-align: left;
	padding-left: 14px;
	font-size: 88.9%;
	min-width: 68px;
	text-decoration: none;
	color: #007900;
	background-color: #FFFFFF;
}
#tmp_mainvisual_frail_splide .splide__toggle__pause::before,
#tmp_mainvisual_frail_splide .splide__toggle__pause::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 3px;
	height: 12px;
	margin-top: -6px;
	display: block;
	color: #FFFFFF;
	background-color: #007900;
}
#tmp_mainvisual_frail_splide .splide__toggle__pause::before{
	left: 0;
}
#tmp_mainvisual_frail_splide .splide__toggle__pause::after{
	left: 5px;
}
#tmp_mainvisual_frail_splide .splide__toggle__play::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #007900;
}
/* splide__arrow */
#tmp_mainvisual_frail_splide .splide__arrow {
	width:78px;
	height:78px;
	margin-top:12px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 0 16px 1px rgba(1,10, 58, 0.4);
	-moz-box-shadow: 0 0 16px 1px rgba(1,10, 58, 0.4);
	box-shadow: 0 0 16px 1px rgba(1,10, 58, 0.4);
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
	opacity:1;
}
#tmp_mainvisual_frail_splide .splide__arrow:hover,
#tmp_mainvisual_frail_splide .splide__arrow:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#tmp_mainvisual_frail_splide .splide__arrow.splide__arrow--prev {
	background:#007900 url(/shared/templates/frail/images/icon/slide_prev_btn.png) no-repeat center center;
	left:30px;
}
#tmp_mainvisual_frail_splide .splide__arrow.splide__arrow--next {
	background:#007900 url(/shared/templates/frail/images/icon/slide_next_btn.png) no-repeat center center;
	right:30px;
}

/* prevention
================================================== */
#tmp_prevention{
	padding: 77px 0 81px;
	margin-bottom: 60px;
	color: inherit;
	background: transparent url(/shared/templates/frail/images/main/bg_grid.png) repeat;
}
.prevention_media{
	overflow: hidden;
}
.prevention_media .prevention_image,
.prevention_media .prevention_caption{
	display: table-cell;
	vertical-align: middle;
}
.prevention_media .prevention_caption{
	padding: 3px 0 0 58px;
}
.prevention_media .prevention_image{
	padding-left: 44px;
	width: 673px;
}
.prevention_media .prevention_image img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.prevention_media .prevention_box{
	position: relative;
	padding: 34px 45px 32px 36px;
	overflow: hidden;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	color: #222222;
	background-color: #FFFFFF;
}
.prevention_media .prevention_box:after{
	content: '';
	position: absolute;
	left: -10px;
	top: -26px;
	z-index: 0;
	width: 112px;
	height: 112px;
	color: #222222;
	background-color: #f3ffc6;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.prevention_media .prevention_box .prevention_ttl{
	position: relative;
	z-index: 1;
	padding-bottom: 12px;
	margin-bottom: 15px;
	font-size: 122.2%;
	line-height: 1.4;
	font-weight: bold;
	color: #008237;
	background-color: transparent;
}
.prevention_media .prevention_box .prevention_ttl:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	content: '';
	color: #FFFFFF;
	background-color: #007826;
	background-image: -moz-linear-gradient( 0deg, rgb(0,120,39) 1%, rgb(103,220,151) 30%, rgb(86,219,231) 60%, rgb(255,226,92) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,120,39) 1%, rgb(103,220,151) 30%, rgb(86,219,231) 60%, rgb(255,226,92) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,120,39) 1%, rgb(103,220,151) 30%, rgb(86,219,231) 60%, rgb(255,226,92) 100%);
}
.prevention_media .prevention_box .prevention_txt{
	line-height: 1.7;
    padding-left: 3px;
}
#tmp_prevention:after,
.frailty_media:after,
.frailty_entries:after,
.intro_media:after,
.intro_media .intro_heading:after,
.intro_media .intro_media_cnt:after,
.system_wrap:after,
.health_promotion:after,
.share_frailty:after,
.frailty_project:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
.frailty_media{
	margin-bottom: 60px;
}
.frailty_media .frailty_media_ttl{
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-size: 166.6%;
	font-weight: bold;
}
.frailty_media .frailty_media_ttl a{
	position: relative;
	padding: 31px 98px 29px 79px;
	text-decoration: none;
	color: #FFFFFF;
	background: #007827 url(/shared/templates/frail/images/main/frailty_arrow.png) center right 24px no-repeat;
	display: block;
	min-height: 120px;
	border: 6px solid #007827;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
}
.frailty_media .frailty_media_ttl a:before{
	position: absolute;
	left: 34px;
	top: 50%;
	margin-top: -15px;
	content: '';
	width: 30px;
	height: 30px;
	color: #222222;
	background-color: #f3ffc6;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.frailty_media .frailty_media_ttl a:hover,
.frailty_media .frailty_media_ttl a:focus{
	border-color: #ffe25c;
}
.frailty_media .frailty_media_ttl a,
.frailty_media .frailty_media_ttl a:hover,
.frailty_media .frailty_media_ttl a:focus{
	transition: 0.3s border ease-in-out;
	-moz-transition: 0.3s border ease-in-out;
	-webkit-transition: 0.3s border ease-in-out;
}
.frailty_media .frailty_media_cnt{
	position: relative;
	margin-top: -50px;
	padding: 90px 40px 20px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	overflow: hidden;
	color: inherit;
	background: transparent url(/shared/templates/frail/images/main/bg_grid.png) repeat;
}
.frailty_entries{
	list-style: none;
	padding: 0;
	margin: 0 -10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	flex-wrap: wrap;
	align-items: stretch;
}
.frailty_entries li{
	padding: 0 10px;
	margin-bottom: 20px;
	float: left;
	width: 33.3333333%;
}
.frailty_entries li:nth-child(3n){
	clear: right;
}
.frailty_entries li:nth-child(3n+1){
	clear: left;
}
.frailty_box{
	position: relative;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-clip: padding-box;
	border: 3px solid transparent;
}
.frailty_box:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	inset: 0;
	margin: -3px;
	background-image: -moz-linear-gradient(-45deg, rgb(103,220,151) 10%, rgb(255,226,92) 100%);
	background-image: -webkit-linear-gradient(-45deg, rgb(103,220,151) 10%,rgb(255,226,92) 100%);
	background-image: -ms-linear-gradient(-45deg, rgb(103,220,151) 10%, rgb(255,226,92) 100%);
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	transition: margin 0.12s ease-in-out;
	-moz-transition: margin 0.12s ease-in-out;
	-webkit-transition: margin 0.12s ease-in-out;
}
.frailty_box,
.frailty_box .frailty_inner{
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
.frailty_box .frailty_inner{
	position: relative;
	z-index: 1;
	padding: 19px 27px 24px;
	margin: 0;
	border-radius: 28px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	overflow: hidden;
	color: #222222;
	background-color: #FFFFFF;
}
.frailty_box .frailty_image{
	margin-bottom: 13px;
	text-align: center;
}
.frailty_project .frailty_box .frailty_inner{
	padding: 7px 27px 18px;
}
.frailty_project .frailty_box .frailty_image{
	margin-bottom: 8px;
}
.frailty_box .frailty_image img{
	max-width: 100%;
	height: auto;
}
.frailty_box .frailty_cap{
	font-size: 111.1%;
	font-weight: bold;
	color: #323333;
	background-color: #FFFFFF;
}
.frailty_box .frailty_cap a{
	padding-left: 34px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	min-height: 24px;
	color: inherit;
	background: transparent url(/shared/templates/frail/images/icon/box_arrow.png) no-repeat;
	background-size: 24px auto;
	-moz-background-size: 24px auto;
	-webkit-background-size: 24px auto;
}
.frailty_box.active .frailty_cap a,
.frailty_box .frailty_cap a:hover,
.frailty_box .frailty_cap a:focus{
	text-decoration: none;
}
.frailty_box.active:after,
.frailty_box:hover:after,
.frailty_box:focus:after{
	margin: -6px;
	transition: margin 0.12s ease-in-out;
	-moz-transition: margin 0.12s ease-in-out;
	-webkit-transition: margin 0.12s ease-in-out;
}
.intro_media{
	margin-bottom: 60px;
	border: 3px solid #008237;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	overflow: hidden;
}
.intro_heading{
	padding: 50px 37px 48px;
	min-height: 150px;
	color: inherit;
	background: #f9f9f9 url(/shared/templates/frail/images/main/bg_group.png) right top no-repeat;
}
.intro_heading .intro_ttl{
	position: relative;
	margin: 0;
	padding: 3px 0 0 50px;
	float: left;
	font-size: 166.6%;
	font-weight: bold;
	color: inherit;
	background-color: transparent;
}
.intro_heading .intro_ttl:before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	content: '';
	width: 30px;
	height: 30px;
	color: #FFFFFF;
	background-color: #007827;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.intro_heading .intro_btn{
	float: right;
}
.intro_heading .see_detail{
	padding: 9px 39px 6px 29px;
	min-width: 180px;
	min-height: 50px;
	display: inline-block;
	border: 2px solid #bfbfbf;
	font-weight: bold;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	text-decoration: none;
	color: #222222;
	background: #FFFFFF url(/shared/templates/frail/images/main/button_arrow.png) center right 10px no-repeat;
}
.intro_heading .see_detail:hover,
.intro_heading .see_detail:focus{
	border-color: #007827;
}
.intro_heading .see_detail,
.intro_heading .see_detail:hover,
.intro_heading .see_detail:focus{
	transition: 0.3s border ease-in-out;
	-moz-transition: 0.3s border ease-in-out;
	-webkit-transition: 0.3s border ease-in-out;
}
.intro_media_cnt{
	padding: 23px 37px 14px;
}
.intro_media .info_ttl{
	position: relative;
	font-size: 133.3%;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 12px;
}
.intro_media .info_ttl:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	content: '';
	color: #FFFFFF;
	background-color: #007827;
	background-image: -moz-linear-gradient( 0deg, rgb(0,120,39) 1%, rgb(103,220,151) 30%, rgb(86,219,231) 60%, rgb(255,226,92) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,120,39) 1%, rgb(103,220,151) 30%, rgb(86,219,231) 60%, rgb(255,226,92) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,120,39) 1%, rgb(103,220,151) 30%, rgb(86,219,231) 60%, rgb(255,226,92) 100%);
}
#tmp_katsudo_top_activity {
	list-style: none;
	padding: 0;
	margin: 0 -22px;
}
#tmp_katsudo_top_activity .splide__slide{
	padding: 0 22px;
	float: left;
	width: 33.3333333%;
}
#tmp_katsudo_top_activity .splide {
	visibility:visible;
}
.no_javascript #tmp_katsudo_top_activity {
	margin:0;
}
.no_javascript #tmp_katsudo_top_activity .splide__list {
	display:block;
}
.no_javascript #tmp_group_slider {
	overflow-y: auto;
	max-height: 450px;
}
.no_javascript #tmp_katsudo_top_activity .splide__slide{
	margin-bottom: 15px;
}
.no_javascript #tmp_katsudo_top_activity .splide__slide:nth-child(3n){
	clear: right;
}
.no_javascript #tmp_katsudo_top_activity .splide__slide:nth-child(3n+1){
	clear: left;
}
.group_box{
	text-align: left;
}
.group_box .group_image{
	margin-bottom: 10px;
}
.group_box .group_image img{
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 3px solid #e5e5e5;
}
.group_box .group_label{
	margin-bottom: 0;
}
.group_box .group_label span{
	padding: 2px 8px;
	margin-right: 6px;
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
	font-size: 88.9%;
	border: 1px solid #007827;
	color: #007827;
	background-color: #FFFFFF;
}
.group_box .group_label span:empty {
	display:none;
}
.group_box.active .group_image img,
.group_box:hover .group_image img,
.group_box:focus .group_image img{
	border-color: #007827;
}
.group_box.active .group_image img,
.group_box:hover .group_image img,
.group_box:focus .group_image img{
	transition: 0.3s border ease-in-out;
	-moz-transition: 0.3s border ease-in-out;
	-webkit-transition: 0.3s border ease-in-out;
}
.group_box .group_link{
	font-weight: bold;
}
.group_box .group_link a{
	padding-left: 17px;
	text-decoration: none;
	display: inline-block;
	color: #222222;
	background: #FFFFFF url(/shared/templates/frail/images/icon/intro_arrow.png) 0 7px no-repeat;
	background-size: 7px auto;
	-moz-background-size: 7px auto;
	-webkit-background-size: 7px auto;
}
.group_box.active .group_link a,
.group_box .group_link a:hover,
.group_box .group_link a:focus{
	text-decoration: underline;
}
#tmp_group_slider .group_thumbnail{
	text-align: center;
}
.system_wrap{
	padding: 40px 40px 12px;
	margin-bottom: 40px;
	color: #222222;
	background-color: #ffffff;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	overflow: hidden;
}
.frailty_system{
	display: table;
	width: 100%;
	margin-bottom: 38px;
}
.frailty_system .system_image,
.frailty_system .system_cap{
	display: table-cell;
	vertical-align: middle;
}
.system_sp{
	display: none;
}
.frailty_system .system_image{
	padding: 0 39px 0 46px;
	width: 282px;
	text-align: center;
}
.frailty_system .system_image img{
	max-width: 100%;
	height: auto;
}
.frailty_system .system_cap{
	padding-bottom: 5px;
}
.frailty_system .system_ttl{
	position: relative;
	font-size: 133.3%;
	font-weight: bold;
	margin-bottom: 23px;
    padding-bottom: 12px;
}
.frailty_system .system_ttl:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	content: '';
	color: #FFFFFF;
	background-color: #007827;
	background-image: -moz-linear-gradient( 0deg, rgb(0,120,39) 1%, rgb(103,220,151) 30%, rgb(86,219,231) 60%, rgb(255,226,92) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,120,39) 1%, rgb(103,220,151) 30%, rgb(86,219,231) 60%, rgb(255,226,92) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,120,39) 1%, rgb(103,220,151) 30%, rgb(86,219,231) 60%, rgb(255,226,92) 100%);
}
.frailty_system .system_txt{
	padding-right: 5px;
}
.system_button{
	overflow: hidden;
}
.system_button ul{
	list-style: none;
	padding: 0;
	margin: 0 -14px;
}
.system_button ul li{
	padding: 0 14px;
	margin-bottom: 28px;
	float: left;
	width: 33.3333333%;
}
.system_button ul li:nth-child(3n){
	clear: right;
}
.system_button ul li:nth-child(3n+1){
	clear: left;
}
.system_button ul li a{
	position: relative;
	padding: 10px 18px;
	border: 2px solid #007827;
	font-weight: bold;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	overflow: hidden;
	height: 88px;
	width: 640px;
	display: table-cell;
	vertical-align: middle;
	color: #222222;
	background-color: #FFFFFF;
}
.system_button ul li a:after{
	content: '';
	position: absolute;
	left: -49px;
	top: -53px;
	z-index: 0;
	width: 114px;
	height: 114px;
	color: #222222;
	background-color: #f3ffc6;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.system_button ul li a > span{
	position: relative;
	z-index: 5;
	padding-left: 33px;
	display: inline-block;
	min-height: 24px;
	color: inherit;
	background: transparent url(/shared/templates/frail/images/icon/box_arrow.png) no-repeat;
	background-size: 24px auto;
	-moz-background-size: 24px auto;
	-webkit-background-size: 24px auto;
}
.system_button ul li a:hover,
.system_button ul li a:focus{
	color: #222222;
	background-color: #f3ffc6;
}
.system_button ul li a,
.system_button ul li a:hover,
.system_button ul li a:focus{
	transition: 0.3s background-color ease-in-out;
	-moz-transition: 0.3s background-color ease-in-out;
	-webkit-transition: 0.3s background-color ease-in-out;
}
.text_sm{
	font-size: 88.9%;
	font-weight: 500;
}
.health_promotion{
	position: relative;
	padding-top: 11px;
	margin-bottom: 69px;
}
.health_promotion .promotion_detail .see_detail{
	padding: 8px 39px 4px 21px;
    min-width: 171px;
    min-height: 46px;
	font-size: 88.9%;
}
.health_promotion img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.promotion_detail{
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 10;
}
.promotion_detail .see_detail{
	padding: 9px 39px 6px 29px;
	min-width: 180px;
	min-height: 50px;
	float: right;
	border: 2px solid #bfbfbf;
	font-weight: bold;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	text-decoration: none;
	color: #222222;
	background: #FFFFFF url(/shared/templates/frail/images/main/button_arrow.png) center right 10px no-repeat;
}
.promotion_detail .see_detail:hover,
.promotion_detail .see_detail:focus{
	border-color: #007827;
}
.promotion_detail .see_detail,
.promotion_detail .see_detail:hover,
.promotion_detail .see_detail:focus{
	transition: 0.3s border ease-in-out;
	-moz-transition: 0.3s border ease-in-out;
	-webkit-transition: 0.3s border ease-in-out;
}
.share_frailty{
	margin-bottom: 30px;
}
.frailty_list{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.frailty_list li{
	padding: 0 3px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
}
.frailty_list li a{
	line-height: 1.2
}
.frailty_list li img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.color_blue #tmp_wrapper .frailty_box:after,
.color_black #tmp_wrapper .frailty_box:after,
.color_yellow #tmp_wrapper .frailty_box:after{
	z-index: -1;
}
#tmp_mainvisual_frail .slick_control{
	border: 1px solid transparent;
}
#tmp_mainvisual_control .slick_control:before{
	bottom: -1px;
	top: -1px;
	height: auto;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.color_blue #tmp_wrapper #tmp_mainvisual_frail .progress_wrap .count_total:before,
.color_black #tmp_wrapper #tmp_mainvisual_frail .progress_wrap .count_total:before,
.color_yellow #tmp_wrapper #tmp_mainvisual_frail .progress_wrap .count_total:before{
	position: absolute;
	left: 0;
	top: -2px;
	line-height: 1;
	content: '/';
}
.color_blue #tmp_wrapper #tmp_group_slider .progress_wrap .count_total:before,
.color_black #tmp_wrapper #tmp_group_slider .progress_wrap .count_total:before,
.color_yellow #tmp_wrapper #tmp_group_slider .progress_wrap .count_total:before{
	position: absolute;
	left: 0;
	top: 1px;
	line-height: 1;
	content: '/';
}
.color_blue #tmp_wrapper #tmp_group_slider .btn_slides a:before,
.color_blue #tmp_wrapper #tmp_group_slider .btn_slides a:after,
.color_black #tmp_wrapper #tmp_group_slider .btn_slides a:before,
.color_black #tmp_wrapper #tmp_group_slider .btn_slides a:after,
.color_blue #tmp_wrapper #tmp_mainvisual_frail .btn_slides a:before,
.color_blue #tmp_wrapper #tmp_mainvisual_frail .btn_slides a:after,
.color_black #tmp_wrapper #tmp_mainvisual_frail .btn_slides a:before,
.color_black #tmp_wrapper #tmp_mainvisual_frail .btn_slides a:after{
	background-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_group_slider .btn_slides.stop a:before,
.color_yellow #tmp_wrapper #tmp_group_slider .btn_slides.stop a:after,
.color_yellow #tmp_wrapper #tmp_mainvisual_frail .btn_slides.stop a:before,
.color_yellow #tmp_wrapper #tmp_mainvisual_frail .btn_slides.stop a:after{
	background-color: #0000FF !important;
}
.color_blue #tmp_wrapper #tmp_group_slider .btn_slides.start a:before,
.color_black #tmp_wrapper #tmp_group_slider .btn_slides.start a:before,
.color_yellow #tmp_wrapper #tmp_group_slider .btn_slides.start a:before{
	border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
}
.color_blue #tmp_wrapper #tmp_mainvisual_frail .btn_slides.start a:before,
.color_black #tmp_wrapper #tmp_mainvisual_frail .btn_slides.start a:before,
.color_yellow #tmp_wrapper #tmp_mainvisual_frail .btn_slides.start a:before{
	border-top: 6px solid transparent !important;
    border-bottom: 6px solid transparent !important;
}
.color_blue #tmp_wrapper #tmp_group_slider .btn_slides.start a:before,
.color_black #tmp_wrapper #tmp_group_slider .btn_slides.start a:before{
	border-left: 12px solid #FFFF00 !important;
	color: inherit !important;
	background-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_mainvisual_frail .btn_slides.start a:before,
.color_blue #tmp_wrapper #tmp_mainvisual_frail .btn_slides.start a:before{
	border-left: 9px solid #FFFF00 !important;
	color: inherit !important;
	background-color: transparent !important;
}
.color_yellow #tmp_wrapper #tmp_group_slider .btn_slides.start a:before{
	border-left: 12px solid #0000FF !important;
}
.color_yellow #tmp_wrapper #tmp_mainvisual_frail .btn_slides.start a:before{
	border-left: 9px solid #0000FF !important;
}
.color_blue #tmp_wrapper .system_button ul li a:after,
.color_black #tmp_wrapper .system_button ul li a:after,
.color_yellow #tmp_wrapper .system_button ul li a:after{
	z-index: -1;
}
.fsize_small #tmp_wrapper .group_box .group_link{
	margin-top: 7px;
}
.fsize_small #tmp_wrapper .group_box .group_link a{
	background-position: 0 3px;
}
.fsize_big2 #tmp_wrapper #tmp_mainvisual_frail .progress_wrap{
	margin-left: 12px;
}
.fsize_big #tmp_wrapper #tmp_mainvisual_frail .btn_slides,
.fsize_big2 #tmp_wrapper #tmp_mainvisual_frail .btn_slides{
	margin-right: 10px;
}
.fsize_big #tmp_wrapper #tmp_mainvisual_frail .progress_wrap .count_total p,
.fsize_big #tmp_wrapper #tmp_group_slider .progress_wrap .count_total p,
.fsize_big2 #tmp_wrapper #tmp_mainvisual_frail .progress_wrap .count_total p,
.fsize_big2 #tmp_wrapper #tmp_group_slider .progress_wrap .count_total p{
	padding-left: 5px;
}
.fsize_big2 #tmp_wrapper #tmp_mainvisual_frail .progress_wrap .count_total:before{
	left: -5px;
}
.fsize_big2 #tmp_wrapper #tmp_group_slider .progress_wrap .count_total:before{
	left: -1px;
}
/* ==================================================
End Top
================================================== */
/* Require for CMS8341
================================================== */
.type_frailty #tmp_contents {
	padding: 0;
}
.type_frailty #tmp_contents h1 {
	margin:0.25em 0 0.6em;
	padding: 23px 126px 17px 70px;
	background-color: #ebfaf0;
	background-image: url(/shared/templates/frail/images/icon/frail_h1_ttl_rainbown.png), url(/shared/templates/frail/images/icon/frail_h1_ttl_symbol.png), url(/shared/templates/frail/images/icon/frail_h1_ttl_square.png);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: 10px 0, right bottom, 0, 0;
	border-top: none;
	border-bottom: 4px solid transparent;
	border-image: -webkit-linear-gradient(0deg, #67dc97 1%, #ffe25c 100%);
	border-image: -moz-linear-gradient(0deg, #67dc97 1%, #ffe25c 100%);
	border-image: -ms-linear-gradient(0deg, #67dc97 1%, #ffe25c 100%);
	border-image-slice: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 188.9%;
	line-height: 1.4;
	color: #222222;
	clear:both; /* Do not edit */
}
.type_frailty #tmp_contents h2 {
	margin: 1.8em 0 0.85em;
	padding: 19px 25px 20px 55px;
	background: #f2f2f2 url(/shared/templates/frail/images/icon/frail_h2_ttl_dot.png) no-repeat 22px 28px;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 155.6%;
	line-height: 1.3;
	color: #222222;
}
.type_frailty #tmp_contents h3{
	margin-top: 1em;
	background: transparent;
	padding: 0 0 13px;
	border-bottom: 3px solid transparent;
	border-image: -webkit-linear-gradient(0deg, #007827 1%, #67dc97 30%, #56dbe7 60%, #ffe25c 100%);
	border-image: -moz-linear-gradient(0deg, #007827 1%, #67dc97 30%, #56dbe7 60%, #ffe25c 100%);
	border-image: -ms-linear-gradient(0deg, #007827 1%, #67dc97 30%, #56dbe7 60%, #ffe25c 100%);
	border-image-slice: 1;
}
.type_frailty #tmp_contents h4 {
	margin-bottom: 0.7em;
	padding-left: 28px;
	background: transparent url(/shared/templates/frail/images/icon/frail_h4_ttl.png) 0 7px no-repeat;
	-webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
	border-bottom: 2px solid transparent;
    border-image: -webkit-linear-gradient(0deg, #007827 1%, #67dc97 30%, #56dbe7 60%, #ffe25c 100%);
    border-image: -moz-linear-gradient(0deg, #007827 1%, #67dc97 30%, #56dbe7 60%, #ffe25c 100%);
    border-image: -ms-linear-gradient(0deg, #007827 1%, #67dc97 30%, #56dbe7 60%, #ffe25c 100%);
    border-image-slice: 1;
}
.type_frailty #tmp_contents h5 {
	padding-bottom: 10px;
	border-bottom: 2px solid #007827;
}
.type_frailty #tmp_contents ul{
	list-style-image: url(/shared/images/icon/list_icon.gif);
}
/* parts
================================================== */
.type_frailty div.col3 div.col3L {
    padding-right: 14px;
}
.type_frailty div.col3 div.col3M {
	padding-right: 8px;
    padding-left: 8px;
}
.type_frailty div.col3 div.col3R {
    padding-left: 14px;
}
.type_frailty table.col3 td.col3L,
.type_frailty table.col3 td.col3M {
    border-right: 22px solid transparent;
}
/* outline
================================================== */
.type_frailty #tmp_contents .outline {
	margin: 60px 0 41px;
	border-color: #f3ffc6;
	background-color: #f3ffc6;
}
.type_frailty #tmp_contents .outline p {
	margin-bottom: 0.5em;
}
.type_frailty #tmp_contents table.outline td {
    padding: 16px 14px 0;
}
.type_frailty #tmp_contents div.outline {
    padding: 16px 14px 0;
}
/* box_menu + box_btn
================================================== */
.type_frailty #tmp_contents .box_menu,
.type_frailty #tmp_contents ul.box_btn li,
.type_frailty #tmp_contents ul.box_btn li a {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	overflow: hidden;
}
.type_frailty #tmp_contents .box_menu,
.type_frailty #tmp_contents ul.box_btn li {
	border: 3px solid transparent;
    background: -moz-linear-gradient(#ffffff 0 0) padding-box ,-moz-linear-gradient(90deg, #67dc97 1%, #ffe25c 100%) border-box;
    background: -webkit-linear-gradient(#ffffff 0 0) padding-box ,-webkit-linear-gradient(90deg, #67dc97 1%, #ffe25c 100%) border-box;
    background: linear-gradient(#ffffff 0 0) padding-box ,linear-gradient(90deg, #67dc97 1%, #ffe25c 100%) border-box;
}
.type_frailty #tmp_contents .box_menu {
	margin-bottom: 38px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.type_frailty #tmp_contents .box_menu .box_menu_ttl {
	padding: 0 17px;
}
.type_frailty #tmp_contents .box_menu .box_menu_ttl p {
	padding: 25px 0 16px;
	border-bottom: 1px solid #bfbfbf;
}
.type_frailty #tmp_contents .box_menu .box_menu_ttl a {
    margin: -25px 0 -16px;
	padding: 25px 0 16px 31px;
	background: #ffffff url(/shared/templates/frail/images/icon/box_arrow.png) 0 27px no-repeat;
    -webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
    background-size: 24px auto;
}
.type_frailty #tmp_contents .box_menu .box_menu_cnt {
    padding: 14px 16px 11px;
}
.type_frailty #tmp_contents ul.box_btn {
	margin: 0;
}
.type_frailty #tmp_contents ul.box_btn li {
	margin-bottom: 18px;
	padding: 24px 19px 24px 20px;
}
.type_frailty #tmp_contents ul.box_btn li a {
    display: block;
    border: 0;
	margin: -24px -19px -24px -20px;
    padding: 24px 19px 24px 50px;
    background: #ffffff url(/shared/templates/frail/images/icon/box_arrow.png) 17px 26px no-repeat;
    -webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
    background-size: 24px auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.type_frailty #tmp_contents ul.box_btn li a:hover,
.type_frailty #tmp_contents ul.box_btn li a:focus,
.type_frailty #tmp_contents .box_menu .box_menu_ttl a:hover,
.type_frailty #tmp_contents .box_menu .box_menu_ttl a:focus {
    background-color: #ffffff;
	text-decoration: underline;
}
/* box_info + box_link
================================================== */
.type_frailty #tmp_contents .box_info,
.type_frailty #tmp_contents .box_link{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border-color: #008237;
}
.type_frailty #tmp_contents .box_info .box_info_ttl,
.type_frailty #tmp_contents .box_link .box_link_ttl{
	margin: 0 18px 0 16px;
    padding: 18px 0 11px;
	border-bottom: 2px solid transparent;
	border-image: -webkit-linear-gradient(0deg, #007827 1%, #67dc97 30%, #56dbe7 60%, #ffe25c 100%);
	border-image: -moz-linear-gradient(0deg, #007827 1%, #67dc97 30%, #56dbe7 60%, #ffe25c 100%);
	border-image: -ms-linear-gradient(0deg, #007827 1%, #67dc97 30%, #56dbe7 60%, #ffe25c 100%);
	border-image-slice: 1;
	color: #222222;
}
.type_frailty #tmp_contents .box_info .box_info_cnt,
.type_frailty #tmp_contents .box_link .box_link_cnt{
	padding: 17px 15px 14px;
}
.type_frailty #tmp_contents .box_info ul,
.type_frailty #tmp_contents .box_link ul {
	list-style: none;
}
.type_frailty #tmp_contents .box_info ul li,
.type_frailty #tmp_contents .box_link ul li{
	padding-left: 0;
	background: none;
}
.type_frailty #tmp_contents .box_info ul a,
.type_frailty #tmp_contents .box_link ul a{
	display: inline-block;
	padding-left: 16px;
	background: transparent url(/shared/templates/frail/images/icon/frail_arrow_link_green.png) no-repeat 0 7px;
	line-height: 1.4;
	color: inherit;
	text-decoration: none;
}
/* datatable
================================================== */
.type_frailty #tmp_contents table.datatable,
.type_frailty #tmp_contents table.enquete_table {
	line-height: 1.4;
}
.type_frailty #tmp_contents table.datatable td,
.type_frailty #tmp_contents table.enquete_table td{
	padding: 16px 19px 14px;
}
.type_frailty #tmp_contents .frail_tbl_custom_wd{
	padding-top: 7px;
}
.type_frailty #tmp_contents .frail_tbl_custom_wd td:first-child{
	width: 239px;
}
/* inquiry + feedback
================================================== */
.type_frailty #tmp_feedback,
.type_frailty #tmp_inquiry{
	padding: 0 18px;
	background: #ffffff url(/shared/templates/frail/images/main/bg_box_left.png) no-repeat;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border-width: 2px;
	overflow: hidden;
}
.type_frailty #tmp_feedback_ttl,
.type_frailty #tmp_inquiry_ttl{
	padding: 21px 0 15px;
	background-color: transparent;
	border-bottom: 1px solid #bfbfbf;
	font-size: 111.1%;
}
.type_frailty #tmp_feedback_cnt {
	padding: 20px 0 25px;
	background-color: transparent;
}
.type_frailty #tmp_inquiry_cnt{
	padding: 20px 0 14px;
	background-color: transparent;
}
.type_frailty #tmp_inquiry_cnt .inq_phone p {
	display:inline-block;
	vertical-align:top;
}
.type_frailty #tmp_inquiry_cnt .inq_phone p.tel_link {
	margin-right:1em;
}
.type_frailty #tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
.type_frailty #tmp_inquiry_cnt .inquiry_parts span {
	display: inline-block;
}
.type_frailty #tmp_feedback_cnt fieldset legend {
	margin-bottom: 0.1em;
}
.type_frailty #tmp_feedback_cnt .submit,
.type_frailty #tmp_inquiry_cnt .inquiry_btn {
	margin-top: 1.4em !important;
}
.type_frailty #tmp_feedback_cnt .submit input,
.type_frailty #tmp_inquiry_cnt .inquiry_btn a{
	padding: 8px 40px;
	min-width: 280px;
	color: #222222;
    background: #ffffff url(/shared/templates/frail/images/icon/free_button_arrow.png) no-repeat right center;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    background-size: 36px auto;
	border: 2px solid #bfbfbf;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	color: #222222;
	cursor: pointer;
	text-align: center;
}
.type_frailty #tmp_inquiry_cnt .inquiry_btn a{
	padding: 11px 48px;
}
.type_frailty #tmp_feedback_cnt .submit input:hover,
.type_frailty #tmp_feedback_cnt .submit input:focus,
.type_frailty #tmp_inquiry_cnt .inquiry_btn a:hover,
.type_frailty #tmp_inquiry_cnt .inquiry_btn a:focus{
	text-decoration: underline;
	opacity: 1;
}
/* plugin
================================================== */
.type_frailty .plugin{
	display: table;
	padding: 18px 18px 14px;
	width: 100%;
	border: 2px solid #e5e5e5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	font-size: 88.9%;
	line-height: 1.5;
}
.type_frailty .plugin > p{
	display: table-cell;
	vertical-align: middle;
}
.type_frailty .plugin > p:first-child{
	width: 158px;
}
.type_frailty .plugin > p:first-child a{
	display: block;
}
.type_frailty .plugin > p:last-child{
	padding-left: 20px;
}
.type_frailty .plugin a {
	transition: 0.3s ease-in-out opacity;
    -webkit-transition: 0.3s ease-in-out opacity;
    -moz-transition: 0.3s ease-in-out opacity;
}
.type_frailty .plugin a:hover,
.type_frailty .plugin a:focus {
	opacity: 0.7;
}
/* layout
================================================== */
.type_frailty #tmp_frail_heading{
	margin-bottom: 37px;
}
.type_frailty #tmp_frail_heading .show_sp{
	display: none !important;
}
.type_frailty #tmp_frail_heading img{
	width: 100%;
	height: auto;
	vertical-align: top;
	animation: none;
	-moz-animation: none;
	-webkit-animation: none;
}
.type_frailty #tmp_contents .ctg_label{
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 4px 6px;
	padding: 2px 8px 1px 9px;
	background-color: #ffffff;
	border: 1px solid #007827;
	font-size: 88.9%;
	font-weight: 500;
	line-height: 1.2;
	color: #007827;
}
.type_frailty .activity_area_img{
	float: right;
	margin: 0 0 10px 20px;
	padding-top: 7px;
	width: 400px;
}
.type_frailty .activity_area_img p{
	margin-bottom: 0;
}
.type_frailty .activity_area_img img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.type_frailty .activity_area_gallery:after{
	content: '';
	clear: both;
	display: table;
}
/* rnavi
================================================== */
.type_frailty #tmp_rnavi{
	margin-bottom: 41px;
	border: 2px solid #007900;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	overflow: hidden;
}
.type_frailty #tmp_rnavi_ttl{
	background-color: #ffffff;
	background-image: url(/shared/templates/frail/images/icon/frail_rnavi_ttl_rainbown.png), url(/shared/templates/frail/images/icon/frail_rnavi_ttl_square.png);
	background-repeat: no-repeat, repeat;
	background-position: right bottom, 0, 0;
	border-bottom: 3px solid transparent;
	border-image: -webkit-linear-gradient(0deg, #007827 1%, #67dc97 30%, #56dbe7 60%, #ffe25c 100%);
	border-image: -moz-linear-gradient(0deg, #007827 1%, #67dc97 30%, #56dbe7 60%, #ffe25c 100%);
	border-image: -ms-linear-gradient(0deg, #007827 1%, #67dc97 30%, #56dbe7 60%, #ffe25c 100%);
	border-image-slice: 1;
	font-size: 111.1%;
	font-weight: bold;
	color: inherit;
}
.type_frailty #tmp_rnavi_ttl p{
	padding: 17px 12px 16px;
}
.type_frailty #tmp_rnavi_ttl a{
	display: block;
	margin: -17px -12px -16px;
	padding: 17px 12px 16px 25px;
	background: transparent url(/shared/templates/frail/images/icon/frail_arrow_link_green.png) no-repeat 11px 27px;
	text-decoration: none;
	color: inherit;
}
.type_frailty #tmp_rnavi_cnt li a{
	display: block;
	padding: 14px 27px 13px;
	background: transparent url(/shared/templates/frail/images/icon/frail_arrow_link_green.png) no-repeat 11px 22px;
	line-height: 1.5;
	color: inherit;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.type_frailty #tmp_rnavi_cnt li a:hover,
.type_frailty #tmp_rnavi_cnt li a:focus,
.type_frailty #tmp_rnavi_cnt li.active a{
	background-color: #f3ffc6;
}
.type_frailty #tmp_rnavi_cnt li:not(:first-child){
	border-top: 1px solid #333333;
}
.type_frailty #tmp_rnavi_cnt .rnavi_btn_more{
	border-top: 1px solid #333333;
}
.type_frailty #tmp_rnavi_cnt .rnavi_btn_more a{
	display: block;
	padding: 9px 20px 7px;
	background-color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.type_frailty #tmp_rnavi_cnt .rnavi_btn_more a:before{
	content: '+';
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	line-height: 1;
}
.type_frailty #tmp_rnavi_cnt .rnavi_btn_more a.hide:before{
	content: 'ー';
}
.type_frailty #tmp_rnavi_cnt .rnavi_btn_more a:hover{
	text-decoration: underline;
}
/* rgt_navi_cnt */
.type_frailty .rgt_navi_recommend .rgt_navi_ttl{
	position: relative;
	background: #007827 url(/shared/templates/frail/images/icon/frail_recmt_ttl_dot.png) no-repeat 20px 26px;
	padding: 12px 86px 10px 51px;
	-webkit-border-radius: 14px 14px 0 0;
	-moz-border-radius: 14px 14px 0 0;
	border-radius: 14px 14px 0 0;
	line-height: 1.3;
	font-weight: bold;
	color: #ffffff;
}
.type_frailty .rgt_navi_recommend .rgt_navi_ttl:after{
	content: '';
	position: absolute;
	right: 4px;
	bottom: 0;
	background: transparent url(/shared/templates/frail/images/icon/frail_recmt_icon_ttl.png) no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 75px;
	height: 84px;
	color: inherit;
}
.type_frailty .rgt_navi_recommend .rgt_navi_cnt{
	padding: 10px 10px 113px;
	background-color: #ebfaf0;
	background-image: url(/shared/templates/frail/images/icon/frail_recmt_symbol_btm.png), url(/shared/templates/frail/images/icon/frail_pattern_square.png);
	background-repeat: no-repeat, repeat;
	background-position: center bottom, left top;
	-webkit-border-radius: 0 0 14px 14px;
	-moz-border-radius: 0 0 14px 14px;
	border-radius: 0 0 14px 14px;
	font-size: 100%;
	color: #222222;
}
.type_frailty .rgt_navi_recommend .rgt_navi_cnt li{
	margin-bottom: 6px;
}
.type_frailty .rgt_navi_recommend .rgt_navi_cnt a{
	padding: 10px 14px 7px 24px;
	background: #ffffff url(/shared/templates/frail/images/icon/frail_arrow_link_green.png) no-repeat 9px 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #222222;
	text-decoration: none;
}
.type_frailty .rgt_navi_recommend .rgt_navi_cnt li.active a,
.type_frailty .rgt_navi_recommend .rgt_navi_cnt a:hover,
.type_frailty .rgt_navi_recommend .rgt_navi_cnt a:focus{
	text-decoration: underline;
}
.type_frailty .rgt_navi_recommend .rgt_navi_cnt li:last-child{
	margin-bottom: 0;
}
/* katsudo_activity
================================================== */
#tmp_katsudo_activity {
	margin-bottom: 40px;
	overflow: hidden;
}
.no_javascript #tmp_katsudo_activity .splide {
	visibility: visible;
}
.no_javascript #tmp_katsudo_activity .splide__list,
#tmp_katsudo_activity .no-splide .splide__list {
	display:block;
	margin:0 -10px !important;
}
.no_javascript #tmp_katsudo_activity .splide__slide,
#tmp_katsudo_activity .no-splide .splide__slide {
	float:left;
	padding: 0 10px;
}
.no_javascript #tmp_katsudo_activity .splide__slide:nth-child(3n+1) {
	clear:both;
}
#tmp_katsudo_activity .splide__slide {
	width:33.333333%;
}
#tmp_katsudo_activity .splide__slide img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_katsudo_activity .splide__pagination {
	display:none;
}
#tmp_katsudo_activity_control {
	text-align:center;
}
#tmp_katsudo_activity_control .splide__controls,
#tmp_katsudo_group_control .splide__controls {
	display: table;
	margin: 0 auto;
	padding: 4px 27px 3px;
	background-color: #f2f2f2;
	min-width: 184px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #333333;
}
#tmp_katsudo_activity_control .splide__controls .splide__toggle,
#tmp_katsudo_group_control .splide__controls .splide__toggle {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align:left;
	width: 80px;
	line-height: 1.4;
	text-decoration: none;
	color: #007900;
    font-weight: bold;
}
#tmp_katsudo_activity_control .splide__controls .splide__toggle:hover,
#tmp_katsudo_group_control .splide__controls .splide__toggle:hover {
    text-decoration: underline;
}
#tmp_katsudo_activity_control .splide__controls .splide__toggle span,
#tmp_katsudo_group_control .splide__controls .splide__toggle span {
	position: relative;
	padding: 6px 2px 3px 18px;
	line-height: 1.2;
}
#tmp_katsudo_activity_control .splide__controls .splide__toggle .splide__toggle__pause::before,
#tmp_katsudo_activity_control .splide__controls .splide__toggle .splide__toggle__pause::after,
#tmp_katsudo_group_control .splide__controls .splide__toggle .splide__toggle__pause::before,
#tmp_katsudo_group_control .splide__controls .splide__toggle .splide__toggle__pause::after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -7px;
	color: #FFFFFF;
	background-color: #007900;
	width: 3px;
	height: 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#tmp_katsudo_activity_control .splide__controls .splide__toggle .splide__toggle__pause::before,
#tmp_katsudo_group_control .splide__controls .splide__toggle .splide__toggle__pause::before {
	left: 0;
}
#tmp_katsudo_activity_control .splide__controls .splide__toggle .splide__toggle__pause::after,
#tmp_katsudo_group_control .splide__controls .splide__toggle .splide__toggle__pause::after {
	left: 7px;
}
#tmp_katsudo_activity_control .splide__controls .splide__toggle .splide__toggle__play::before,
#tmp_katsudo_group_control .splide__controls .splide__toggle .splide__toggle__play::before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	margin-top: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #007900;
}
/* splide__progress */
#tmp_katsudo_activity .splide__progress,
#tmp_katsudo_group_control .splide__progress {
	display: table;
	padding-left:10px;
}
#tmp_katsudo_activity .splide__progress .progress_current,
#tmp_katsudo_activity .splide__progress .progress_total,
#tmp_katsudo_group_control .splide__progress .progress_current,
#tmp_katsudo_group_control .splide__progress .progress_total {
	display: table-cell;
	font-weight: bold;
	line-height: 1;
}
#tmp_katsudo_activity .splide__progress .progress_current,
#tmp_katsudo_group_control .splide__progress .progress_current {
	font-size: 166.7%;
	color: #007900;
}
#tmp_katsudo_activity .splide__progress .progress_total,
#tmp_katsudo_group_control .splide__progress .progress_total {
	position: relative;
	padding: 0 0 4px 11px;
	vertical-align: bottom;
}
#tmp_katsudo_activity .splide__progress .progress_total:before,
#tmp_katsudo_group_control .splide__progress .progress_total:before {
	content: '/';
	position: absolute;
    bottom: 5px;
    left: 1px;
}
/* ==================================================
original - parts
================================================== */
/* article_idx
================================================== */
#tmp_contents .article_idx {
	border:4px solid #e3e3e3;
	margin:0 0 60px;
	position:relative;
	clear:both;
}
#tmp_contents .article_idx .anchor_ttl {
	border-bottom: 1px solid #e3e3e3;
}
#tmp_contents .article_idx .anchor_ttl a{
	display: block;
	position: relative;
	color: #333333;
	text-decoration: none;
	font-size: 122.2%;
	padding: 12px 56px 8px 22px;
}
#tmp_contents .article_idx .anchor_ttl a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	width: 14px;
	height: 11px;
	background: transparent url(/shared/templates/free_rn2023/images/icon/drop_down_icon.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#tmp_contents .article_idx.ac_active .anchor_ttl a:after {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
}
#tmp_contents .article_idx .article_cnt {
	padding: 15px 23px;
}
#tmp_contents .article_idx ul {
	list-style:none;
	margin:0;
}
#tmp_contents .article_idx ul li {
	margin-bottom:13px;
}
#tmp_contents .article_idx ul li a {
	display:inline-block;
	text-decoration:none;
	color:#333333;
	background:url(/shared/site_rn2023/images/icon/anchor_icon.png) no-repeat left 8px;
	padding-left:35px;
}
#tmp_contents .article_idx ul li a:hover,
#tmp_contents .article_idx ul li a:focus {
	text-decoration:underline;
}
/* txt_marker
================================================== */
#tmp_contents .txt_marker {
	background-image: linear-gradient(#fffcb6, #fffcb6);
	background-size: 100% 50%;
	background-position: 0 100%;
	background-repeat: no-repeat;
	font-weight:bold;
}
/* box_info_table
================================================== */
#tmp_contents .box_info_table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 60px;
	clear:both;
}
#tmp_contents .box_info_table td {
	padding:15px 10px;
	border-bottom:1px solid #dddddd;
	background-color:#ffffff;
}
#tmp_contents .box_info_table td.date {
	width: calc(8em + 20px);
	font-size:77.77%;
}
#tmp_contents .box_info_table td.label {
	width:108px;
	text-align:center;
}
#tmp_contents .box_info_table td.label .label_txt {
	border:1px solid #0072bc;
	background-color:#ffffff;
	color:#0072bc;
	font-size:66.66%;
	font-weight:500;
	padding:2px;
	line-height:1.5;
	display:block;
}
#tmp_contents .box_info_table td a {
	text-decoration:none;
	color:#333333;
	display:inline-block;
	background:url(/shared/site_rn2023/images/icon/icon_arrow_black.png) no-repeat left 7px;
	padding-left:14px;
}
#tmp_contents .box_info_table td a:hover,
#tmp_contents .box_info_table td a:focus {
	text-decoration:underline;
}
/* box_note
================================================== */
#tmp_contents .box_note {
	border:3px solid #df0a0a;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 60px;
	clear:both;
}
#tmp_contents .box_note th {
	text-align:left;
	color:#cb0707;
	font-size:122.22%;
	padding:20px 25px 0;
}
#tmp_contents .box_note th p {
	margin-bottom:0;
}
#tmp_contents .box_note td {
	padding:10px 20px 15px;
}
#tmp_contents .box_note td ul {
	list-style-image: url(/shared/site_rn2023/images/icon/list_icon_red.png);
	margin-bottom:0;
}
#tmp_contents .box_note td ul li {
	margin-bottom:12px;
}
/* editable_slider
================================================== */
#tmp_contents .editable_slider {
	width:100%;
	max-width:900px;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 auto 60px;
	position:relative;
	clear:both;
}
#tmp_contents table.editable_slider td,
#tmp_contents div.editable_slider {
	padding:30px 90px 12px;
	background-color:#f4f4f4;
}
#tmp_contents .editable_slider p {
	margin-bottom:0;
}
#tmp_contents .editable_slider img {
	max-width:100%;
	height:auto;
}
#tmp_contents .editable_slider .splide__arrow {
    padding: 0;
    position: static;
	width:40px;
	height:40px;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	opacity: 1;
	text-indent: -9999px;
	overflow: hidden
}
#tmp_contents .editable_slider .splide__arrow--prev,
#tmp_contents .editable_slider .splide__arrow--next {
	position: absolute;
	background:transparent no-repeat 0 0;
	-webkit-background-size:40px auto;
	-moz-background-size:40px auto;
	background-size:40px auto;
	margin-top: -20px;
}
#tmp_contents .editable_slider .splide__arrow--prev {
    left:71px;
	background-image:url(/shared/site_rn2023/images/icon/slide_arrow_l.png);
}
#tmp_contents .editable_slider .splide__arrow--next {
    right:71px;
	background-image:url(/shared/site_rn2023/images/icon/slide_arrow_r.png);
}
#tmp_contents .editable_slider .splide__controls ul {
	margin: 0 0 0 5px;
}
#tmp_contents .editable_slider .splide__controls ul li {
	margin: 0 0 10px;
	padding:0 5px;
}
#tmp_contents .editable_slider.splide_pattern .splide__controls {
	position: static;
	padding: 10px;
}
#tmp_contents .editable_slider.splide_pattern .splide__toggle {
	margin-bottom:10px;
}

/* ad_box
================================================== */
#tmp_contents .ad_box {
	width:100%;
	border:1px solid #e3e3e3;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 60px;
	clear:both;
}
#tmp_contents .ad_box .ad_box_ttl td {
	padding:40px 50px 0;
}
#tmp_contents .ad_box .ad_box_ttl h2 {
	margin:0;
	border-top:none;
	background-color:#ffffff;
	background-image:none;
	position:relative;
	font-size:144.44%;
	padding:15px 0;
}
#tmp_contents .ad_box .ad_box_cnt td {
	padding:0 20px 28px 50px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_contents .ad_box .ad_box_cnt td p {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin:0 24px 12px 0;
	max-width:180px;
}
#tmp_contents .ad_box .ad_box_cnt td p a {
	display:block;
}
#tmp_contents .ad_box .ad_box_cnt td p img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}
/* table_list2
================================================== */
#tmp_contents .table_list2 {
	width:100%;
	border:1px solid #d9d9d9;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 60px;
	clear:both;
}
#tmp_contents .table_list2_title {
	padding:20px 24px;
	border-bottom:1px solid #0072bc;
}
#tmp_contents .table_list2_title p {
	padding:0;
	margin:0;
	font-size:133.33%;
	font-weight:500;
}
#tmp_contents .table_list2_cnt {
	padding:24px 24px 20px;
}
#tmp_contents .table_list2 .box_col2_btn,
#tmp_contents .table_list2 .box_col1_gray_btn {
	list-style:none;
	margin:0;
}
#tmp_contents .table_list2 .box_col2_btn li,
#tmp_contents .table_list2 .box_col1_gray_btn li {
	margin-bottom:10px;
	line-height:1.5;
}
#tmp_contents .table_list2 .box_col2_btn li a,
#tmp_contents .table_list2 .box_col1_gray_btn li a {
	text-decoration:none;
	color:#333333;
	background-repeat:no-repeat;
	background-image:url(/shared/site_rn2023/images/icon/icon_arrow_black.png);
}
#tmp_contents .table_list2 .box_col2_btn li a {
	display:inline-block;
	background-position:left 7px;
	padding-left:20px;
}
#tmp_contents .table_list2 .box_col1_gray_btn li a {
	display:block;
	padding:17px 10px 16px 37px;
	background-color:#f3f3f3;
	background-position:21px 24px;
}
#tmp_contents .table_list2 .box_col2_btn li a:hover,
#tmp_contents .table_list2 .box_col2_btn li a:focus,
#tmp_contents .table_list2 .box_col1_gray_btn li a:hover,
#tmp_contents .table_list2 .box_col1_gray_btn li a:focus {
	text-decoration:underline;
}
/* card_list
================================================== */
#tmp_contents .card_list,
#tmp_contents .card_list2 {
	width:100%;
	border:1px solid #d9d9d9;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 20px;
}
#tmp_contents .card_list_img {
	width:90px;
	vertical-align:top;
}
#tmp_contents .card_list2_img {
	width:120px;
	vertical-align:top;
}
#tmp_contents .card_list_img p,
#tmp_contents .card_list2_img p {
	margin-bottom:0;
}
#tmp_contents .card_list_img img,
#tmp_contents .card_list2_img img {
	vertical-align:top;
}
#tmp_contents .card_list_cnt,
#tmp_contents .card_list2_cnt {
	vertical-align:middle;
	padding:12px 40px 7px 15px;
	position:relative;
}
#tmp_contents .card_list_cnt::after,
#tmp_contents .card_list2_cnt::after {
	content:'';
	position:absolute;
	top:50%;
	right:27px;
	background:url(/shared/site_rn2023/images/icon/icon_arrow_black.png) no-repeat;
	width:8px;
	height:12px;
	margin-top:-6px;
}
#tmp_contents .card_list_cnt p,
#tmp_contents .card_list2_cnt p {
	margin-bottom:5px;
	line-height:1.6;
}
#tmp_contents .card_list_cnt a,
#tmp_contents .card_list2_cnt a {
	text-decoration:none;
	display:block;
	color:#333333;
}
#tmp_contents .card_list2_cnt .txt_big {
	font-size:111.11%;
	font-weight:500;
}
#tmp_contents .card_list.active a,
#tmp_contents .card_list2.active a,
#tmp_contents .card_list_cnt a:hover,
#tmp_contents .card_list_cnt a:focus,
#tmp_contents .card_list2_cnt a:hover,
#tmp_contents .card_list2_cnt a:focus {
	text-decoration:underline;
}
/* accordion_item
================================================== */
#tmp_contents .accordion_item {
	border:10px solid #f3f3f3;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 60px;
	clear:both;
}
#tmp_contents .accordion_item,
#tmp_contents .accordion_item thead,
#tmp_contents .accordion_item tbody,
#tmp_contents .accordion_item tfoot,
#tmp_contents .accordion_item tr,
#tmp_contents .accordion_item th,
#tmp_contents .accordion_item td {
	display:block;
	width:100% !important;
}
#tmp_contents .accordion_item .accordion_btn {
	background-color:#f3f3f3;
}
#tmp_contents .accordion_item .accordion_btn p {
	margin-bottom:0;
	line-height:1.5;
	font-size:111.11%;
	font-weight:500;
}
#tmp_contents .accordion_item .accordion_btn p a {
	display:block;
	color:#333333;
	background-color:#f3f3f3;
	text-decoration:none;
	margin:-10px;
	padding:20px 75px 20px 26px;
	position:relative;
}
#tmp_contents .accordion_item .accordion_btn p a::after {
	content:'';
	position:absolute;
	right:28px;
	top:35px;
	width:24px;
	height:2px;
	background-color:#0977be;
}
#tmp_contents .accordion_item .accordion_btn p a::before {
	content:'';
	position:absolute;
	right:39px;
	top:24px;
	width:2px;
	height:24px;
	background-color:#0977be;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
#tmp_contents .accordion_item.ac_active .accordion_btn p a::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#tmp_contents .accordion_item .accordion_btn p a:hover {
	text-decoration:underline;
}
#tmp_contents .accordion_item .accordion_cnt {
	padding:24px 20px 14px;
	background-color:#ffffff;
	color:inherit;
}
/* longtable2 / longtable3
================================================== */
#tmp_contents .longtable2,
#tmp_contents .longtable3 {
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 60px;
	clear:both;
	position:relative;
	border:1px solid #dddddd;
}
#tmp_contents .longtable2 th,
#tmp_contents .longtable3 th {
	background-color:#f3f3f3;
	text-align:left;
	font-weight:500;
}
#tmp_contents .longtable2 th,
#tmp_contents .longtable2 td,
#tmp_contents .longtable3 th,
#tmp_contents .longtable3 td {
	border:1px solid #dddddd;
	padding:12px 18px;
}
#tmp_contents .longtable2 th p,
#tmp_contents .longtable2 td p,
#tmp_contents .longtable3 th p,
#tmp_contents .longtable3 td p {
	margin-bottom:0;
}
/* navbar_anchor
================================================== */
#tmp_contents .navbar_anchor,
#tmp_contents .navbar_anchor li,
#tmp_contents .navbar_anchor li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_contents .navbar_anchor {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	margin: 0 0 60px;
	padding: 5px 0 0;
	border-top: 1px solid #434445;
	border-bottom: 1px solid #434445;
	list-style-image: none;
}
#tmp_contents .navbar_anchor li {
	width: 20%;
	font-size: 83.3%;
	padding:6px 0;
	margin:0;
	border-bottom: 1px solid #e6e6e6;
}
#tmp_contents .navbar_anchor a {
	-webkit-justify-content: center;
	justify-content: center;
	flex-grow:1;
	padding:2px 10px 17px;
	background: transparent url(/shared/templates/free_rn2023/images/icon/arrow_anchor_drop.png) no-repeat center bottom;
	border-right: 1px solid #e6e6e6;
	color: inherit;
	text-decoration: none;
}
#tmp_contents .navbar_anchor a:hover,
#tmp_contents .navbar_anchor a:focus{
	text-decoration: underline;
}
#tmp_contents .navbar_anchor li:nth-child(5n+1) a {
	border-left: 1px solid #e6e6e6;
}
#tmp_contents .navbar_anchor li:nth-child(5n+1):nth-last-child(-n+5),
#tmp_contents .navbar_anchor li:nth-child(5n+1):nth-last-child(-n+5) ~ li {
	border-bottom:none;
}
/* tel_link
================================================== */
.tel_link a {
	color: #0072bc !important;
	background-color: transparent;
	text-decoration:underline;
}
/* ==================================================
system
================================================== */
/* linkicon
================================================== */
#tmp_contents .icon_blank,
#tmp_contents .icon_ext {
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	margin-left:10px;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-position: left top;
	border: 0!important;
	clip: rect(0,0,0,0)!important;
	overflow: hidden!important;
	text-indent: 100%!important;
	white-space: nowrap!important;
}
#tmp_contents .icon_blank {
	background-image:url(/shared/templates/free_rn2023/images/icon/arrow_link_blank.png);
}
#tmp_contents .icon_ext {
	background-image:url(/shared/templates/free_rn2023/images/icon/arrow_link_ext.png);
}
/* ==================================================
accessibility style
================================================== */
.no_javascript.type_frailty #tmp_wrapper #tmp_rnavi_cnt .rnavi_btn_more{
	display: none;
}
.no_javascript.type_frailty #tmp_wrapper #tmp_katsudo_activity .activity_slicks{
	visibility: visible;
	opacity: 1;
}
.fsize_small.type_frailty #tmp_contents ul.box_btn li a {
	background-position: 17px 21px;
}
.fsize_small.type_frailty #tmp_contents .box_menu .box_menu_ttl a {
	background-position: 0 21px;
}
.color_black.type_frailty #tmp_contents h2,
.color_blue.type_frailty #tmp_contents h2,
.color_yellow.type_frailty #tmp_contents h2 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.color_black.type_frailty #tmp_contents ul.box_btn li,
.color_blue.type_frailty #tmp_contents ul.box_btn li,
.color_yellow.type_frailty #tmp_contents ul.box_btn li {
	border: 2px solid;
}
.color_black.type_frailty #tmp_wrapper .rgt_navi_recommend .rgt_navi_ttl,
.color_black.type_frailty #tmp_wrapper .rgt_navi_recommend .rgt_navi_cnt,
.color_black.type_frailty #tmp_wrapper .rgt_navi_recommend .rgt_navi_cnt a,
.color_black.type_frailty #tmp_wrapper #tmp_katsudo_activity .slick_control,
.color_blue.type_frailty #tmp_wrapper .rgt_navi_recommend .rgt_navi_ttl,
.color_blue.type_frailty #tmp_wrapper .rgt_navi_recommend .rgt_navi_cnt,
.color_blue.type_frailty #tmp_wrapper .rgt_navi_recommend .rgt_navi_cnt a,
.color_blue.type_frailty #tmp_wrapper #tmp_katsudo_activity .slick_control,
.color_yellow.type_frailty #tmp_wrapper .rgt_navi_recommend .rgt_navi_ttl,
.color_yellow.type_frailty #tmp_wrapper .rgt_navi_recommend .rgt_navi_cnt,
.color_yellow.type_frailty #tmp_wrapper .rgt_navi_recommend .rgt_navi_cnt a,
.color_yellow.type_frailty #tmp_wrapper #tmp_katsudo_activity .slick_control{
	border: 1px solid;
}
.color_black.type_frailty #tmp_wrapper #tmp_rnavi_ttl,
.color_black.type_frailty #tmp_wrapper #tmp_contents .box_info .box_info_ttl,
.color_black.type_frailty #tmp_wrapper #tmp_contents .box_link .box_link_ttl,
.color_blue.type_frailty #tmp_wrapper #tmp_rnavi_ttl,
.color_blue.type_frailty #tmp_wrapper #tmp_contents .box_info .box_info_ttl,
.color_blue.type_frailty #tmp_wrapper #tmp_contents .box_link .box_link_ttl,
.color_yellow.type_frailty #tmp_wrapper #tmp_rnavi_ttl,
.color_yellow.type_frailty #tmp_wrapper #tmp_contents .box_info .box_info_ttl,
.color_yellow.type_frailty #tmp_wrapper #tmp_contents .box_link .box_link_ttl{
	border-bottom: 2px solid;
	border-image: none;
}
.color_black.type_frailty #tmp_wrapper .rgt_navi_recommend .rgt_navi_ttl:after,
.color_blue.type_frailty #tmp_wrapper .rgt_navi_recommend .rgt_navi_ttl:after,
.color_yellow.type_frailty #tmp_wrapper .rgt_navi_recommend .rgt_navi_ttl:after{
	display: none;
}
.color_black.type_frailty #tmp_wrapper #tmp_contents .box_info .box_info_cnt,
.color_black.type_frailty #tmp_wrapper #tmp_contents .box_link .box_link_cnt,
.color_black.type_frailty #tmp_katsudo_activity .progress_wrap .count_total:before,
.color_blue.type_frailty #tmp_wrapper #tmp_contents .box_info .box_info_cnt,
.color_blue.type_frailty #tmp_wrapper #tmp_contents .box_link .box_link_cnt,
.color_blue.type_frailty #tmp_katsudo_activity .progress_wrap .count_total:before,
.color_yellow.type_frailty #tmp_wrapper #tmp_contents .box_info .box_info_cnt,
.color_yellow.type_frailty #tmp_wrapper #tmp_contents .box_link .box_link_cnt,
.color_yellow.type_frailty #tmp_katsudo_activity .progress_wrap .count_total:before{
	background-color: transparent !important;
}
.color_black.type_frailty #tmp_wrapper #tmp_katsudo_activity .btn_slides,
.color_blue.type_frailty #tmp_wrapper #tmp_katsudo_activity .btn_slides,
.color_yellow.type_frailty #tmp_wrapper #tmp_katsudo_activity .btn_slides,
.fsize_big.type_frailty #tmp_wrapper #tmp_katsudo_activity .btn_slides,
.fsize_big2.type_frailty #tmp_wrapper #tmp_katsudo_activity .btn_slides{
	width: auto;
}
.color_black.type_frailty #tmp_katsudo_activity .btn_slides a:before,
.color_black.type_frailty #tmp_katsudo_activity .btn_slides a:after,
.color_blue.type_frailty #tmp_katsudo_activity .btn_slides a:before,
.color_blue.type_frailty #tmp_katsudo_activity .btn_slides a:after{
	background-color: #ffffff !important;
}
.color_yellow.type_frailty #tmp_katsudo_activity .btn_slides a:before,
.color_yellow.type_frailty #tmp_katsudo_activity .btn_slides a:after{
	background-color: #0000FF !important;
}
.color_black.type_frailty #tmp_katsudo_activity .btn_slides.start a:before,
.color_blue.type_frailty #tmp_katsudo_activity .btn_slides.start a:before{
	background-color: transparent!important;
	border-color: transparent transparent transparent #ffffff !important;
}
.color_yellow.type_frailty #tmp_katsudo_activity .btn_slides.start a:before{
	background-color: transparent!important;
	border-color: transparent transparent transparent #0000FF !important;
}
.fsize_big.type_frailty #tmp_katsudo_activity .btn_slides a{
	min-width: 86px;
}
.fsize_big2.type_frailty #tmp_katsudo_activity .btn_slides a{
	min-width: 114px;
}
.color_blue #tmp_wrapper #tmp_mainvisual_frail .slick-prev,
.color_blue #tmp_wrapper #tmp_mainvisual_frail .slick-next,
.color_yellow #tmp_wrapper #tmp_mainvisual_frail .slick-prev,
.color_yello #tmp_wrapperw #tmp_mainvisual_frail .slick-next,
.color_black #tmp_wrapper #tmp_mainvisual_frail .slick-prev,
.color_black #tmp_wrapper #tmp_mainvisual_frail .slick-next {
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    padding: 5px !important;
}
.color_blue #tmp_wrapper #tmp_mainvisual_frail .slick-prev span,
.color_blue #tmp_wrapper #tmp_mainvisual_frail .slick-next span,
.color_yellow #tmp_wrapper #tmp_mainvisual_frail .slick-prev span,
.color_yellow #tmp_wrapper #tmp_mainvisual_frail .slick-next span,
.color_black #tmp_wrapper #tmp_mainvisual_frail .slick-prev span,
.color_black #tmp_wrapper #tmp_mainvisual_frail .slick-next span {
    text-indent: inherit !important;
}
.color_blue #tmp_wrapper #tmp_mainvisual_frail .slick-prev,
.color_blue #tmp_wrapper #tmp_mainvisual_frail .slick-next {
	color: #FFFF00 !important;
	background-color: #00008B !important;
}
.color_yellow #tmp_wrapper #tmp_mainvisual_frail .slick-prev,
.color_yellow #tmp_wrapper #tmp_mainvisual_frail .slick-next {
	color: #000000 !important;
	background-color: #FFFF00 !important;
}
.color_black #tmp_wrapper #tmp_mainvisual_frail .slick-prev,
.color_black #tmp_wrapper #tmp_mainvisual_frail .slick-next {
	color: #FFFF00 !important;
	background-color: #000000 !important;
}
.color_blue.type_frailty #tmp_rnavi_cnt li.active a,
.color_black.type_frailty #tmp_rnavi_cnt li.active a{
	color: #000000 !important;
	background-color: #FFFF00 !important;
}
.color_yellow.type_frailty #tmp_rnavi_cnt li.active a{
	color: #FFFF00 !important;
	background-color: #00008B !important;
}
.color_blue #tmp_wrapper #tmp_mainvisual_frail .slick-prev,
.color_yellow #tmp_wrapper #tmp_mainvisual_frail .slick-prev,
.color_black #tmp_wrapper #tmp_mainvisual_frail .slick-prev {
	left: 0 !important;
}
.color_blue #tmp_wrapper #tmp_mainvisual_frail .slick-next,
.color_yellow #tmp_wrapper #tmp_mainvisual_frail .slick-next,
.color_black #tmp_wrapper #tmp_mainvisual_frail .slick-next{
	right: 0 !important;
}
/* ==================================================
End Cnt
================================================== */
/* ==================================================
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_head: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,
.rnavi_func_event_cal:after,
#tmp_lnavi_event_cal_ttl:after,
#tmp_lnavi_event_cal_cnt:after,
#tmp_lnavi_event_cal .cal_navi:after,
.section_attention:after,
.attention_cnt:after,
#tmp_contents .shisetsu_attention:after,
#tmp_contents .regional_row .regional_body:after,
#tmp_contents .box_deliver_cnt:after,
#tmp_contents .box_deliver_cnt ul:after,
#tmp_shisetsu_top_list:after,
#tmp_shisetsu_top_list ul:after,
#tmp_contents .shisetsu_top:after,
#tmp_event_cal_refine_cnt ul:after,
.no_javascript #tmp_katsudo_activity .splide__list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	width:100% !important;
	min-width: auto !important;
	max-width: 1200px !important;
	padding:0 !important;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
	box-shadow:none !important;
}
#tmp_footer {
	margin-top:10px !important;
	margin-left:0 !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
.container {
	width:100% !important;
	padding:0 !important;
}
.wrap_col_main {
	padding:0 !important;
}
.header_wrapper {
	position:static !important;
	border:none !important;
	padding:0 !important;
}
#tmp_hlogo a{
	text-decoration: none;
}
#tmp_hlogo h1,
#tmp_hlogo p{
	background-image: none !important;
	font-weight: bold;
}
#tmp_hlogo p {
	font-size:2rem !important;
}
#tmp_hlogo span{
	z-index: inherit !important;
	text-indent: inherit;
}
#tmp_hlogo a{
	color:#000000 !important;
	background:#FFFFFF !important;
}
#tmp_footer .footer_cnt {
	border:none !important;
	padding:10px 0 !important;
}
#tmp_footer .footer_address {
	float:none;
	width:100%;
	padding:0;
}
.type_frailty #tmp_main {
	padding:0;
}
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_means,
#tmp_share,
#tmp_update,
#tmp_print,
.kashiwa_location,
.section_search,
#navi_floating,
.kashiwa_location,
#tmp_gnavi_subsite,
#tmp_menu_group,
.footer_aside {
	display:none !important;
}
.wrap_col_nm,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_pankuzu,
#tmp_wrap_main,
#tmp_main {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_wrap_main {
	padding:20px 10px !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
#tmp_contents .top_col2L,
#tmp_contents .top_col2R {
	width:49%;
}
.sch_navi_btn,
.banner_title .container:before{
	display: none !important;
}
.banner_title,
.cate001 .banner_title,
.cate002 .banner_title,
.cate003 .banner_title{
	min-height: inherit !important;
	background: none !important;
}
.banner_title .container{
	margin: 30px auto !important;
}
.section_attention{
	margin-top: 0 !important;
}
.footer_inner{
	padding-bottom: 0 !important;
}
.footer_cnt{
	float:none !important;
	width:100% !important;
}
.copyright_wrap,
.banner_title h1{
	color: #222222 !important;
	background-color: #ffffff !important;
}
.copyright{
	text-align: left !important;
}
#tmp_cate_ttl_childcare p {
	background-position:top center;
}
#tmp_cate_ttl_childcare p,
#tmp_cate_ttl_childcare p a,
#tmp_cate_ttl_childcare p span {
	width:100%;
}

/* frail style print */
.type_frailty .footer_top .footer_logo p,
.type_frailty #tmp_hlogo h1,
.type_frailty #tmp_hlogo p {
	color:#000000 !important;
	background:#FFFFFF !important;
	height: auto !important;
	font-weight: bold;
	line-height: 1.4;
}
.type_frailty .footer_top .footer_logo p,
.type_frailty .footer_top .footer_logo p span,
.type_frailty #tmp_hlogo h1 span,
.type_frailty #tmp_hlogo p span{
	z-index: auto !important;
	text-indent: inherit !important;
}
.type_frailty #tmp_contents h1{
	background: none;
	border-bottom: 4px solid #000000;
}
.type_frailty #tmp_katsudo_activity .slick_control,
.type_frailty #tmp_contents h2{
	border: 2px solid #000000;
}
.type_frailty #tmp_katsudo_activity .progress_wrap .count_total{
	padding-bottom: 2px;
	vertical-align: bottom;
}
.type_frailty #tmp_contents ul.box_btn li,
.type_frailty #tmp_contents .box_menu {
    border: 3px solid #008237;
}
/* end frail style print */
}
