@charset "utf-8";
/* ==================================================
contents
================================================== */
/* ==================================================
Required to CMS-8341
================================================== */
#tmp_contents h1 {
	margin: 0 0 0.65em;
    padding: 28px 68px 36px 20px;
    font-size: 225%;
    color: #ffffff;
    font-weight: bold;
    background: url(/shared/templates/gikai_free/images/main/line_h1.png),url(/shared/templates/gikai_free/images/main/bg_h1.png);
    background-color: #3567b1;
    background-repeat: repeat-x,no-repeat;
    background-position: left bottom,top right;
    clear: both;/* Do not edit */
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
    font-weight: bold;
	clear:both; /* Do not edit */
}
#tmp_contents h2 {
	margin: 2.1em 0 1.3em;
	padding: 12px 20px;
	font-size: 187.5%;
	color: #222222;
	background: #d9f9f1 url(/shared/templates/gikai_free/images/main/line_h2.jpg) bottom left no-repeat;
	-webkit-background-size: 100% 4px;
    -moz-background-size: 100% 4px;
    background-size: 100% 4px;
}
#tmp_contents h3 {
	margin: 0 0 1.2em;
	padding: 4px 20px;
	font-size: 162.5%;
	border-bottom: 2px solid #3567b1;
    color: #222222;
    background: transparent url(/shared/templates/gikai_free/images/main/bg_h3.jpg) 0 10px no-repeat;
    -webkit-background-size: 6px 26px;
    -moz-background-size: 6px 26px;
    background-size: 6px 26px;
}
#tmp_contents h4 {
	margin: 0 0 1.1em;
    padding: 4px 20px 2px 0;
    font-size: 137.5%;
    color: #222222;
    background-color: transparent;
    border-bottom: 2px dotted #688dc5;
}
#tmp_contents h5 {
	margin: 0 0 0.8em;
    padding: 2px 20px;
	font-size: 125%;
	color: #222222;
	background: transparent url(/shared/templates/gikai_free/images/main/bg_h5.jpg) 0 7px no-repeat;
    -webkit-background-size: 6px 20px;
    -moz-background-size: 6px 20px;
    background-size: 6px 20px;
}
#tmp_contents h6 {
	margin: 2.6em 0 0.8em;
	padding: 0 20px 0 0;
	font-size: 112.5%;
	color: #222222;
	background-color: transparent;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* Do not edit */
	color: #222222;
	line-height: 1.75;
}
#tmp_contents p a {
	color: #0049ba;
	background-color: transparent;
}
#tmp_contents a:hover,
#tmp_contents a:focus {
	text-decoration: none;
}
#tmp_contents ul {
	margin:0 0 1em 1.1em; /* Do not edit */
	list-style-image:url(/shared/site_gikai/images/icon/list_icon.gif); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 1em 3.2em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.6em; /* Do not edit */
}
#tmp_contents ul li a,
#tmp_contents ol li a {
	color: #0049ba;
	background-color: transparent;
}
#tmp_contents ul li a:hover,
#tmp_contents ol li a:hover,
#tmp_contents ul li a:focus,
#tmp_contents ol li a:focus,
#tmp_contents ul li a:active,
#tmp_contents ol li a:active {
	text-decoration: none;
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.5em 0 0 1.2em; /* 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 */
}
/* ==================================================
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 0.8em; /* Do not edit */
	clear:both; /* Do not edit */
	overflow: hidden;	
}
#tmp_contents table.outline {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border: none;
}
#tmp_contents table.outline td {
	padding: 14px 35px 0 21px;
	color:#222222;
	background-color:#ecf2fc;
}
#tmp_contents div.outline {
	padding:14px 35px 0 21px;
	color:#222222;
	background-color:#ecf2fc;
}
#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 1.3em; /* Do not edit */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin:0 0 10px 0;
	padding: 25px 40px 23px 20px;
	border: 1px solid #4183e3;
	font-weight: bold;
	color:#222222;
	background-color: #ffffff;
	-webkit-box-shadow: 0 4px 12px 1px rgba(62, 79, 104, 0.2);
    -moz-box-shadow: 0 4px 12px 1px rgba(62, 79, 104, 0.2);
    box-shadow: 0 4px 12px 1px rgba(62, 79, 104, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
#tmp_contents ul.box_btn li p {
    margin: 0;
    line-height: 1.75;
}
#tmp_contents ul.box_btn li a {
	display: block;
	line-height: 1.75;
	text-decoration: none;
	color:#222222;
	background: transparent url(/shared/site_gikai/images/icon/icon_caret.png) right center no-repeat;
    -webkit-background-size: 27px 18px;
    -moz-background-size: 27px 18px;
    background-size: 27px 18px;
	padding: 25px 40px 23px 20px;
	margin: -25px -40px -23px -20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#tmp_contents ul.box_btn li a:hover,
#tmp_contents ul.box_btn li a:focus,
#tmp_contents ul.box_btn li a:active{
	background-color: #e3ecfa;
	color: inherit;
}
/* box_menu
================================================== */
#tmp_contents .box_menu {
	margin:0 0 3.8em; /* Do not edit */
	clear:both; /* Do not edit */
	border: 1px solid #4183e3;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	-webkit-box-shadow: 0 4px 12px 1px rgba(62, 79, 104, 0.2);
    -moz-box-shadow: 0 4px 12px 1px rgba(62, 79, 104, 0.2);
    box-shadow: 0 4px 12px 1px rgba(62, 79, 104, 0.2);
}
#tmp_contents div.box_menu {
	overflow: hidden;
}
#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{
	position: relative;
	padding: 26px 40px 12px 20px;
	color: #222222;
	background-color: #ffffff;
}
#tmp_contents .box_menu .box_menu_ttl p {
	font-weight: bold;
	margin: 0;
}
#tmp_contents .box_menu .box_menu_ttl a {
	display: block;
	padding: 26px 40px 12px 20px;
	margin: -26px -40px -12px -20px;
	text-decoration: none;
	color: #222222;
	background: transparent url(/shared/site_gikai/images/icon/icon_caret.png) right center no-repeat;
	-webkit-background-size: 27px 18px;
    -moz-background-size: 27px 18px;
    background-size: 27px 18px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
#tmp_contents .box_menu .box_menu_ttl a:hover,
#tmp_contents .box_menu .box_menu_ttl a:focus,
#tmp_contents .box_menu .box_menu_ttl a:active {
	background-color: #e3ecfa;
	color: inherit;
}
#tmp_contents .box_menu .box_menu_cnt{
	position: relative;
	padding: 0 20px 14px;
}
#tmp_contents .box_menu .box_menu_cnt:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	margin-bottom: 14px;
	border-top: 1px dotted #caced6;
}
#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.9em; /* Do not edit */
	margin-left:14px; /* 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 */
}
/* box_info
================================================== */
#tmp_contents .box_info {
	margin:0 0 2.6em; /* Do not edit */
	background-color: #ecf2fc;
	color: #222222;
	padding: 8px 12px 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	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 */
	padding: 8px 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#tmp_contents .box_info .box_info_ttl {
	font-size: 125%;
	font-weight:bold;
	padding: 0 0 6px 6px;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_cnt {
	padding: 16px 6px 6px;
	background-color: #ffffff;
	color: #222222;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ul li,
#tmp_contents .box_info ol li {
	margin: 0 0 0.8em;
}
#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 2em; /* Do not edit */
	background-color: #ecf2fc;
	color: #222222;
	padding: 8px 12px 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	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 */
	padding: 8px 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#tmp_contents .box_link .box_link_ttl {
	font-size: 125%;
	font-weight:bold;
	padding: 0 0 6px 6px;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_cnt {
	padding: 16px 6px 6px;
	background-color: #ffffff;
	color: #222222;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ul li,
#tmp_contents .box_info ol li {
	margin: 0 0 0.8em;
}
#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 */
}
/* plugin ▼変更しない
============================== */
.plugin {
    margin:0 0 1em;
    padding: 16px 20px;
    border: 1px solid #e5e5e5;
    clear:both;
    background-color: #ffffff;
    color: #222222;
}
.plugin .plugin_img {
    margin:6px 23px 0 0 !important;
    float:left;
}
.plugin .plugin_img img {
    vertical-align:top;
}
.plugin p {
    margin:0 !important;
}
.plugin a {
    color: #0049ba;
    display: inline-block;
}
.plugin span.txt_block {
	display: inline-block;
}
.plugin a img {
	max-width: 100%;
	height: auto;
}
.plugin a:hover,
.plugin a:focus {
    text-decoration: none;
}
/* datatable 
   enquete_table
================================================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 2.3em; /* Do not edit */
	color: #222222;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #e1d1b8;
	word-break: break-all;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding: 17px 8px 15px;
	color:inherit;
	background:#ecf2fc;
	border: 1px solid #bfbfbf;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding:14px 10px 13px 18px;;
	border:1px solid #bfbfbf;
}
#tmp_contents table.datatable td a,
#tmp_contents table.enquete_table td a{
	color: #0049ba;
    background-color: transparent; 
}
#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:#990000; /* 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_yellow {
	color:inherit;
	background-color:#fdffef; /* base.css > Styles > th.bg_yellow */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#f2ffef; /* base.css > Styles > th.bg_green */
}
#tmp_contents table.datatable table th.bg_orange {
	color:inherit;
	background-color:#fff8ef; /* base.css > Styles > th.bg_orange */
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* 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 #AABBCC; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color:#DDEEFF; /* = table.datatable th */
	border:1px solid #AABBCC; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #AABBCC; /* = table.datatable td */
}
/* ==================================================
index
================================================== */
#tmp_contents .banner_idx_ttl{
	position: relative;
	margin-bottom: 40px;
}
#tmp_contents .banner_idx_ttl:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 4px;
	background-color: #ffffff;
}
#tmp_contents .banner_idx_ttl h1{
	display: block;
	padding: 56px 20px 55px 42px;
	font-size: 225%;
	color: #ffffff;
	background: url(/shared/templates/gikai_free/images/icon/icon_h1.png) no-repeat right top,
	url(/shared/templates/gikai_free/images/icon/bg_h1.png) no-repeat left top;
	-webkit-background-size: 180px 98%, cover;
	-moz-background-size: 180px 98%, cover;
	background-size: 180px 98%, cover;
	background-color: #3567b1;
}
#tmp_contents .idx_menu .col2L,
#tmp_contents .idx_menu .col2R{
	margin-bottom: 20px;
}
#tmp_contents .idx_menu .box_menu {
	margin: 0;
    border: none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    word-break: break-all;
}
#tmp_contents .idx_menu .box_menu .box_menu_ttl {
    padding: 23px 40px 22px 20px;
}
#tmp_contents .idx_menu .box_menu .box_menu_ttl a {
    display: block;
	font-weight: bold;
	font-size: 112.5%;
    padding: 23px 40px 22px 20px;
    margin: -23px -40px -22px -20px;
    text-decoration: none;
    color: #222222;
    background: #d9f9f1 url(/shared/site_gikai/images/icon/arrow_blue_big.png) right center no-repeat;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
#tmp_contents .idx_menu .box_menu .box_menu_ttl a:hover {
	text-decoration: underline;
}
#tmp_contents .idx_menu .box_menu .box_menu_cnt {
    padding: 15px 20px 14px;
}
#tmp_contents .idx_menu .box_menu .box_menu_cnt::before {
    content: none;
}
#tmp_contents .idx_menu .box_menu .box_menu_cnt li {
    margin-bottom: 20px;
}
#tmp_contents .idx_menu .box_menu .box_menu_cnt li:last-child {
    margin-bottom: 0;
}
/* ==================================================
新着情報エリア
================================================== */
#tmp_contents .attention_block {
	background-color: #ffffff;
	margin: 0 0 34px;
}
#tmp_contents .attention_list {
	margin: 0;
	list-style: none;
}
#tmp_contents .attention_block li p.date {
	display: table-cell;
	width: 80px;
	color: #222222;
	padding-right: 5px;
}
#tmp_contents .attention_block li p.link {
	display: table-cell;
}
#tmp_contents .attention_list li {
	margin-bottom: 12px;
    padding-bottom: 12px;
	border-bottom: 1px dashed #cccccc;	
}
#tmp_contents .attention_list li a {
	background-color: transparent;
    text-decoration: underline;
	color: #0049ba;
}
#tmp_contents .attention_list li a:hover,
#tmp_contents .attention_list li a:active,
#tmp_contents .attention_list li a:focus {
    text-decoration: none;
}
/* サイトマップ　*/
#tmp_contents #tmp_sitemap_area .box_sitemap {
	margin-bottom:20px;
}
#tmp_contents #tmp_sitemap_area .box_sitemap ul li {
	float:left;
	width:49%;
}
#tmp_contents #tmp_sitemap_area .box_sitemap ul li:nth-child(2n+1) {
	clear:both;
}
#tmp_contents #tmp_sitemap_area .box_sitemap ul li a{
	width:90%;
	display:block;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents #tmp_sitemap_area .box_sitemap ul:after{
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
	body {
		background:#FFFFFF !important;
	}
	#tmp_wrapper {
		min-width: auto !important;
		width:100% !important;
	}
	.container {
		width:100% !important;
	}
	#tmp_header {
		margin-bottom:10px !important;
		padding-bottom:10px !important;
		color:#000000 !important;
		background:#FFFFFF !important;
		border-bottom:1px solid #000000 !important;
	}
	#tmp_share,
	#tmp_setting_wrap{
		display: none;
	}
	#tmp_footer {
		margin-top:10px !important;
		padding-top:10px !important;
		color:#000000 !important;
		background:#FFFFFF !important;
		border-top:1px solid #000000 !important;
	}
	.format_free .header_logo_wrap {
    	margin-top: 0;
　　}
	#tmp_hlogo{
		display: block;
	}
	#tmp_wrap_custom_update,
	.gnavi,
	.wrap_col_lft_navi,
	.wrap_col_rgt_navi,
	.pnavi,
	.fnavi,
	.plugin,
	.business_person,
	#tmp_means,
	#tmp_hnavi_s,
	#tmp_share,
	#tmp_social_plugins,
	#tmp_inquiry_cnt .btn,
	#tmp_feedback {
		display:none !important;
	}
	.wrap_col_nm,
	.column_lnavi .wrap_col_main,
	.column_rnavi .wrap_col_main {
		float:none !important;
	}
	body {
		background:none !important;
	}
	#tmp_pankuzu {
		color:#000000 !important;
		background:#FFFFFF !important;
		margin:0 0 20px !important;
		padding:0 !important;
	}
	#tmp_pankuzu a {
		color:#000000 !important;
	}
	.wrap_col_nm,
	.wrap_col_nm2,
	.col_main {
		margin:0 !important;
		padding:0 !important;
	}
	#tmp_wrap_main{
		padding-top: 56px;
	}
	/* for Firefox */
	#tmp_main:after,
	.col_nm:after {
		content:"."; /* Do not edit */
		height:1px; /* Do not edit */
	
	}
	#tmp_footer_cnt .footer_cnt{
		float: left;
	}
	}
