@charset "utf-8";

/* ==================================================
contents
================================================== */


.col_main {
    padding-top: 0;
}

#tmp_contents {
	color: #5b5b5b;
	font-size: 128.5%;
}


a {
	color: #1a59ab;
}
.format_free #tmp_wrap_main {
	background: none;
}

/* レスポンシブ対応 */
._sp {
	display: none;
}


/* -------------------------- */
/* コンテンツ：ビジュアル */
/* -------------------------- */
.bnr_chiji_cat {
	display: block;
	margin-bottom: 51px;
}
#tmp_contents h1 {
	font-size: 177.7%;
	position: relative;
    line-height: 1.4;
	margin-bottom: 34px;
	padding: 23px 40px 26px 19px;
	border-top: 6px solid;
	border-bottom: 6px solid;
    border-image: linear-gradient(to right, #0e92d2 0%, #3ec3e6 100%);
    border-image-slice: 1;
    clear: both;
}

#tmp_contents h1:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: calc(100% - 4px);
  content: '';
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #0e92d2 0%, #3ec3e6 100%);
  border-image-slice: 1;
}

#tmp_contents h2 {
    font-size: 155.5%;
    line-height: 38px;
    background: #e6f6fa;
    margin: 50px 0 30px 0;
    padding: 19px 19px 15px 19px;
    clear: both;
}

.green {
	color: #034c18;
}

.red {
	color: #ae0036;
}

#tmp_contents h3 {
	font-size: 144.4%;
	line-height: 36px;
	margin: 50px 0 30px 0;
	padding-bottom: 9px;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #0e92d2 0%, #3ec3e6 100%);
    border-image-slice: 1;
    clear: both;
}

.clearfix {
	zoom: 1;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}


#tmp_contents h4 {
	font-size: 122.2%;
	margin: 60px 0 11px;
    padding: 1px 10px 10px 24px;
    clear: both;
	background: url(/shared/templates/chiji_free/images/midashi4_icon.png) no-repeat 0 8px;
}

#tmp_contents h5 {
	font-size: 100%;
    margin: 22px 0 17px;
    padding: 1px 10px 0px 22px;
    clear: both;
	background: url(/shared/templates/chiji_free/images/midashi5_icon.png) 2px 0.3em no-repeat;
}

#tmp_contents h6 {
    font-size: 100%;
	margin: 30px 0 24px;
    clear: both;
}
#tmp_contents p {
	line-height: 1.6;
    margin: 0 0 1.8em;
}

/* リスト */
#tmp_contents ul, ol {
	margin-bottom: 21px;
}
#tmp_contents ul li {
    list-style: none;
    margin: 0 0 7px;
    position: relative;
    padding: 0 0 0 24px;
}
#tmp_contents ul li:before {
	content: '';
	display: inline-block;
	background: url(/shared/templates/chiji_free/images/list_icon.png) no-repeat 0 0;
	background-size: 100%;
	vertical-align: middle;
	width: 8px;
	height: 8px;
    position: absolute;
    left: 3px;
    top: 0.5em;
}

#tmp_contents ol {
	margin-bottom: 30px;
	padding-left: 34px;
}
#tmp_contents ol li {
    margin: 0 0 7px;
}

.bg_cee9f9 {
	background: #cee9f9;
}

#tmp_contents table.datatable {
	width: 100%;
	border-collapse: collapse;
    margin: 0 0 49px;
}
#tmp_contents table.datatable,
#tmp_contents .datatable th,
#tmp_contents .datatable td {
	border:1px solid #ccc;
}
#tmp_contents .datatable th {
	padding: 14px 10px 12px;
    background-color: #cee9f9;
}
#tmp_contents .datatable td {
	padding: 13px 10px 10px;
}

/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* Setting by CMS sheets */
#tmp_contents table.datatable table th.bg_red {
	color:inherit;
	background-color:#feecec; /* shared.cssのbg_redと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#fff9d5; /* shared.cssのbg_yellowと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_blue {
	color:inherit;
	background-color:#e7f5ff; /* shared.cssのbg_blueと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#e6f8ea; /* shared.cssのbg_greenと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color:#f1f1f1; /* shared.cssのbg_grayと同じ値を設定 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

#tmp_contents .outline {
    width: 100%;
	margin: 50px 0 40px 0;
	padding: 17px 17px 15px;
	background: #fff0f0;
	border: 2px solid #feb0bb;
}
#tmp_contents .outline p {
    margin: 0;
}

._shadow {
	box-shadow: 6px 6px 17px rgba(0, 0, 0, 0.1);
}

#tmp_contents .box_menu {
	width: 100%;
    box-shadow:6px 6px 17px rgb(0 0 0 / 10%);
	background-size: auto;
	padding: 10px 12px;
	border: none;
	font-weight: bold;
}
#tmp_contents .box_menu_ttl {
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom: 2px solid #0e92d2;
	border-image: linear-gradient(to right, #0e92d2 0%, #3ec3e6 100%);
    border-image-slice: 1;
}
#tmp_contents .box_menu_ttl a {
	color:#000000;
	text-decoration:none;
	display:block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
	margin-top: -10px;
	margin-bottom: -10px;
	background: url(/shared/templates/chiji_free/images/list_bk.png) no-repeat center right;
}
#tmp_contents .box_menu_ttl a:hover,
#tmp_contents .box_menu_ttl a:focus {
	text-decoration:underline;
}
#tmp_contents .box_menu_ttl p {
    margin: 0;
}
#tmp_contents .box_menu_cnt {
	font-weight: normal;
	padding: 15px 10px 10px 3px;
}
#tmp_contents .box_menu_cnt ol,
#tmp_contents .box_menu_cnt ul {
    margin: 0;
}
#tmp_contents .box_btn li {
    list-style: none;
    box-shadow:6px 6px 17px rgb(0 0 0 / 10%);
	background-size: auto;
	padding: 18px 20px;
	border: none;
	font-weight: bold;
    margin: 0 0 10px;
}
#tmp_contents .box_btn li:before {
    display: none;
}
#tmp_contents .box_btn li a {
    display: block;
	padding: 18px 48px 18px 20px;
	margin: -18px -20px -18px -20px;
    color: #222222;
    text-decoration: none;
	background: #FFFFFF url(/shared/templates/chiji_free/images/list_bk.png) no-repeat center right 15px;
}
#tmp_main table.col2 td.col2L,
#tmp_main table.col3 td.col3L, #tmp_main table.col3 td.col3M {
	border: none;
}

/* お知らせ：関連リンク */
#tmp_contents .box_info,
#tmp_contents .box_link {
	width: 100%;
	margin-bottom: 40px;
}
#tmp_contents .box_info_ttl,
#tmp_contents .box_link_ttl {
	width: 100%;
	padding: 17px 20px 13px;
	background: #e6f0fa;
}
#tmp_contents .box_info_ttl p,
#tmp_contents .box_link_ttl p {
	font-size: 122.2%;
	font-weight: bold;
    margin: 0;
}

#tmp_contents .box_info_cnt,
#tmp_contents .box_link_cnt {
	border: 2px solid #eaeff3;
	border-top: 0;
	padding: 19px 10px 9px 16px;
}
#tmp_contents .box_info_cnt ul,
#tmp_contents .box_link_cnt ul {
    margin: 0;
}
#tmp_contents .box_info_cnt ul li,
#tmp_contents .box_link_cnt ul li {
}


/* お問い合わせ */
#tmp_inquiry,
#tmp_feedback {
	border-color:#eaeff3;
}
#tmp_inquiry_ttl,
#tmp_feedback_ttl {
	background: #fff;
	font-weight: bold;
	padding: 15px 20px;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #0e92d2 0%, #3ec3e6 100%);
	border-image-slice: 1;
}
#tmp_inquiry_cnt, #tmp_feedback_cnt {
	padding: 20px!important;
}

legend {
	font-size: 100%;
	font-weight: bold;
}

.submit_btn {
	border: 0px;
  width: 228px;
  height: 76px;
  background: url(/shared/site_re/images/main/inquiry/submit.png) no-repeat top 0 left 0;
  cursor: pointer;
}
#tmp_feedback_cnt .submit {
	text-align: left!important;
}

/* side menu */
.rnavi_ttl,
#tmp_lnavi_ttl {
	padding: 20px 20px;
	background: #0c6ca3;
    color: #FFFFFF;
}
.rnavi_ttl p,
#tmp_lnavi_ttl p {
	font-size: 157.1%;
	font-weight: bold;
	color: #ffffff;
}
.rnavi_ttl p a,
#tmp_lnavi_ttl p a {
    color: inherit;
    text-decoration: none;
    padding: 20px 20px;
    margin: -20px -20px;
}
#tmp_lnavi_cnt ul li,
.rnavi_cnt ul li {
	list-style: none;
	border-bottom: 1px solid #eaeff3;
}
#tmp_lnavi_cnt ul li a,
.rnavi_cnt ul li a {
	display: block;
	font-size: 114.2%;
	color: #575757;
	text-decoration: none;
	line-height: 1.5;
	padding: 12px 18px;
}
#tmp_lnavi_cnt ul li a:before,
.rnavi_cnt ul li a:before {
	content: '';
	display: inline-block;
	background: url(/shared/templates/chiji_free/images/side_arr.png) no-repeat 0 0;
	background-size: 100%;
	vertical-align: middle;
	width: 13px;
	height: 11px;
	margin: auto 10px auto 0;
}
#tmp_lnavi_cnt ul li a:hover,
.rnavi_cnt ul li a:hover,
#tmp_lnavi_cnt ul li a:focus,
.rnavi_cnt ul li a:focus,
#tmp_lnavi_cnt ul li.active a,
.rnavi_cnt ul li.active a {
	background: #e6f6fa;
}
#tmp_contents hr {
	clear: both;
	height: 1px;
    color: #CCCCCC;
    background-color: #CCCCCC;
    border: none;
}
#tmp_contents p.icon_move {
	padding: 2.5em 0 0 0;
}
/* box_activity
============================== */
#tmp_contents .box_activity {
	max-width:760px;
	margin:0 auto;
}
#tmp_contents .box_activity ul {
	list-style:none;
	margin:0;
	padding:0;
}
#tmp_contents .box_activity ul li {
	width:50%;
	float:left;
	text-align:center;
}
#tmp_contents .box_activity ul li:before {
    display: none;
}
#tmp_contents .box_activity p {
	text-align:center;
}
/* btn */
#tmp_feedback_cnt .submit input,
#tmp_contents #tmp_inquiry #tmp_inquiry_cnt .inquiry_btn {
	margin: 1.1em auto 0 0 !important;
	background: none;
	box-shadow:0 4px 15px 4px rgba(0,0,0,0.1);
}
#tmp_contents #tmp_feedback #tmp_feedback_cnt .submit,
#tmp_contents #tmp_inquiry #tmp_inquiry_cnt .submit {
	position: relative;
}
#tmp_contents #tmp_feedback #tmp_feedback_cnt .submit:after,
#tmp_contents #tmp_inquiry #tmp_inquiry_cnt .submit:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
	right:calc(100% - 294px);
    top: 50%;
    bottom: 0;
    background: #1a59ab;
    background: -moz-linear-gradient(left, #1a59ab 0%, #5ad2fa 100%);
    background: -webkit-linear-gradient(left, #1a59ab 0%,#5ad2fa 100%);
    background: linear-gradient(to right, #1a59ab 0%,#5ad2fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a59ab', endColorstr='#5ad2fa',GradientType=1 );
}
#tmp_contents #tmp_feedback #tmp_feedback_cnt .submit:after {
	right: calc(100% - 218px);
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	width:100% !important;
    background: none;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
}
#tmp_hlogo {
    position: relative;
    width: 190px;
}
.format_free #tmp_wrap_main {
    background: none !important;
}
#tmp_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
.chiji_cat_v {
	width:100% !important;
	height:auto !important;
}
#tmp_means,
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.fnavi2,
.plugin,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_pankuzu {
	display:none !important;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
.copyright {
	text-align:left !important;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* Do not edit */
	height:1px; /* Do not edit */

}
}