@charset "utf-8";

#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	margin:1.5em 0 1.2em;
    line-height: 1.5;
	clear:both; /* Do not edit */
}
#tmp_contents h2 {
    padding: 24px 0;
    margin-bottom: 1.9em;
    position: relative;
}
#tmp_contents h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 86.36%;
    height: 6px;
    background: url("/shared/templates/web_koho_special/images/h2_bg.png") repeat-x left top;
}
#tmp_contents h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 79.54%;
    background-color: #333333;
}
#tmp_contents h3 {
    font-size: 144.44%;
    padding: 0 0 19px;
    position: relative;
    border-bottom: 1px solid #333333;
}
#tmp_contents h3::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 40px;
    bottom: -14px;
    background-image: url("/shared/templates/web_koho_special/images/h3_bg.png");
    background-repeat: no-repeat;
    width: 12px;
    height: 14px;
}
#tmp_contents h4 {
    padding: 0 0 10px 24px;
    border-bottom: 1px solid #d8d5d0;
    background: url("/shared/templates/web_koho_special/images/h4_bg.png") no-repeat left 8px;
    font-size: 122.22%;
}
#tmp_contents h5 {
    font-size: 111.11%;
}
#tmp_contents h6 {
    font-size: 100%;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p {
	margin:0 0 0.8em; /* Do not edit */
}
#tmp_contents ul {
	margin:0 0 1.4em 1.3em; /* Do not edit */
	list-style-image:url(/shared/templates/web_koho_special/images/list_icon.png); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 2.1em 2.4em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* Do not edit */
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* Do not edit */
}
#tmp_contents hr {
	height:1px; /* Do not edit */
	color:#CCCCCC; /* Do not edit */
	background-color:#CCCCCC; /* Do not edit */
	border:none; /* Do not edit */
	clear:both; /* Do not edit */
}
/* ==================================================
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 9px 40px; /* Do not edit */
	border: 1px solid #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 div.outline,
#tmp_contents table.outline td {
    position: relative;
    padding: 24px 20px 10px 27px;
}
#tmp_contents div.outline::before,
#tmp_contents table.outline td::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    right: -9px;
    bottom: -9px;
    background-color: #e5e2dc;
    z-index: -2;
}
#tmp_contents div.outline::after,
#tmp_contents table.outline td::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 42px;
    left: -9px;
    width: 70px;
    height: 70px;
    border-top: 1px solid #333333;
    transform: rotate(-45deg);
    transform-origin: top left;
}
#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;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin:0 0 20px;
	padding: 17px 19px;
	border:1px solid #333333;
    position: relative;
    font-weight: bold;
}
#tmp_contents ul.box_btn li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #e5e2dc;
}
#tmp_contents ul.box_btn li a {
    display: block;
    text-decoration: none;
    margin: -17px -19px;
    padding: 17px 19px 17px 55px;
    color: #222222;
    background: url("/shared/templates/web_koho_special/images/arrow_icon.png") no-repeat 19px 1.2em;
	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 ul.box_btn li a:hover {    
    background-color: #e5e2dc;
}

/* box_info / box_link
================================================== */
#tmp_contents .box_info,
#tmp_contents .box_link {
	margin:0 0 40px; /* Do not edit */
	clear:both; /* Do not edit */
    position: relative;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
}
#tmp_contents .box_info::before,
#tmp_contents .box_link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 68.18%;
    height: 1px;
    background-color: #333333;
    z-index: -1;
}
#tmp_contents table.box_info,
#tmp_contents table.box_link {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_ttl,
#tmp_contents .box_link .box_link_ttl {
	padding: 17px 0 17px 20px;
    position: relative;
}
#tmp_contents .box_info .box_info_ttl::before,
#tmp_contents .box_link .box_link_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 1px;
    background-color: #cfccc7;
}
#tmp_contents .box_info .box_info_ttl p,
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* Do not edit */
    font-weight: bold;
    font-size: 122.22%;
}
#tmp_contents .box_info .box_info_cnt,
#tmp_contents .box_link .box_link_cnt {
	padding: 17px 10px 5px 56px;
}
#tmp_contents .box_info ul,
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:21px; /* Do not edit */
}
#tmp_contents .box_info ol,
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol,
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}

/* box_menu
================================================== */
#tmp_contents .box_menu {
	margin:0 0 40px; /* Do not edit */
	border:1px solid #333333;
	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 div.box_menu {
	padding: 0 19px;
}
#tmp_contents div.box_menu .box_menu_ttl {
    border-bottom: 1px solid #cfccc7;
    padding: 15px 0;
}
#tmp_contents table.box_menu .box_menu_ttl {
	padding: 15px 19px;
    border-bottom: 1px solid #cfccc7;
}
#tmp_contents .box_menu .box_menu_ttl {
    position: relative;
    font-weight: bold;
}
#tmp_contents .box_menu .box_menu_ttl::before {
    content: "";
    position: absolute;
    top: 0;
    height: 5px;
    background-color: #e5e2dc;
}
#tmp_contents div.box_menu .box_menu_ttl::before {
    left: -19px;
    right: -19px;
}
#tmp_contents table.box_menu .box_menu_ttl::before {
    left: 0;
    right: 0;
}
#tmp_contents .box_menu .box_menu_ttl p {
    margin-bottom: 0;
}
#tmp_contents .box_menu .box_menu_ttl a {
    display: block;
    text-decoration: none;
    color: #222222;
    background-color: transparent;
    background-image: url("/shared/templates/web_koho_special/images/arrow_icon.png");
    background-repeat: no-repeat;
    margin: -15px -19px;
    padding: 15px 19px 15px 55px;
    background-position: 19px 1.2em;
	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 div.box_menu .box_menu_ttl a {
    margin-bottom: -15px;
    padding-bottom: 15px;
}
#tmp_contents .box_menu .box_menu_ttl a:hover {    
    background-color: #e5e2dc;
}
#tmp_contents div.box_menu .box_menu_cnt {
     padding: 15px 0 7px;
}
#tmp_contents table.box_menu .box_menu_cnt {
    padding: 15px 19px 7px;
}

#tmp_contents .box_menu h2 {
	margin:0;
	padding:0;
	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:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #999999;
	word-break: break-all;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding: 13px 15px;
	color:inherit;
	background-color:#f1eee8;
	border:1px solid #999999;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding: 13px 15px;
	border:1px solid #999999;
}
#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_beige {
	color:inherit;
	background-color: #f0f0ce; /* base.css > Styles > th.bg_beige */
}
#tmp_contents table.datatable table th.bg_cream {
	color:inherit;
	background-color: #fafaef; /* base.css > Styles > th.bg_cream */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color: #efefef; /* base.css > Styles > th.bg_gray */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color: #e7f5ee; /* base.css > Styles > th.bg_green */
}
#tmp_contents table.datatable table th.bg_brown {
	color:inherit;
	background-color: #f5e9e0; /* base.css > Styles > th.bg_brown */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* 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 #999999; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color:#f1eee8; /* = table.datatable th */
	border:1px solid #999999; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #999999; /* = table.datatable td */
}

/* ==================================================
contents
================================================== */
.txt_nowrap{
	white-space: nowrap;
}

/* box_gmap
================================================== */
#tmp_box_gmap {
    width:540px;
	margin:0 auto 70px;
	clear:both;
}
#tmp_box_gmap a {
	font-weight:bold;
	display:flex;
    justify-content: center;
	text-decoration:none;
    align-items: center;
	padding:8px 5px;
	width:100%;
    min-height: 61px;
	border:1px solid #333333;
	background-color:#ffffff;
	color:#222222;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_box_gmap span {
	display:inline-block;
	padding:4px 0 4px 32px;
	background:url(/shared/templates/web_koho_free/images/gmap_icon.png) no-repeat left center;
	min-height:30px;
}
#tmp_box_gmap a:hover,
#tmp_box_gmap a:focus {
	background-color:#e5e2dc;
}

/* gmap_box
================================================== */
#tmp_map #tmp_wrap_gmap_box {
	float: right;
	width: 810px;
	margin-top: 42px;
}
#tmp_wrap_gmap_box2 {
	border: 1px solid #e3e1e1;
}
#tmp_map #tmp_wrap_gmap_box #tmp_gmap_box {
	height: 574px;
}

/* special_heading
================================================== */
#tmp_special_heading {
    margin: 0 0 73px;
    padding-top: 26px;
    position: relative;
}
.heading_img::after {
	content: "";
	position: absolute;
	top: 160px;
    height: 175px;
	left: 50%;
	width: calc(100% + 50vw);
	background-color: #e5e2dc;
	z-index: -1;
}
#tmp_special_heading .heading_img {
    display: flex;
    justify-content: flex-end;
    margin: 0 -210px 0 0;
}
#tmp_special_heading .heading_img p {
    margin-bottom: 0;
    position: relative;
}
#tmp_special_heading .heading_img p::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 20px;
    width: 220px;
    height: 1px;
    background-color: #333333;
    z-index: 1;
}
#tmp_special_heading .heading_img p::after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 1px;
    height: 360px;
    background-color: #333333;
    z-index: 1;
}
#tmp_special_heading .heading_ttl {
    padding-right: 40px;
    position: relative;
    z-index: 1;
    margin-top: -112px;
}
#tmp_special_heading .heading_ttl h1 {
    background-color: #e5e2dc;
    padding: 39px 70px 39px 0;
    line-height: 1.4;
    position: relative;
    margin-bottom: 35px;
}
#tmp_special_heading .heading_ttl h1::before {
	content: "";
	position: absolute;
	top: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #333333;
}
#tmp_special_heading .heading_ttl h1::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -50vw;
	width: calc(100% + 50vw);
	background-color: #e5e2dc;
	z-index: -1;
}
/* special_parts
================================================== */
#tmp_contents .special_parts1,
#tmp_contents .special_parts2,
#tmp_contents .special_parts3,
#tmp_contents .special_parts4,
#tmp_contents .special_parts5 {
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_contents .special_parts1 .head_ttl,
#tmp_contents .special_parts2 .head_ttl,
#tmp_contents .special_parts3 .head_ttl,
#tmp_contents .special_parts4 .head_ttl,
#tmp_contents .special_parts5 .head_ttl {
    font-weight: bold;
    font-size: 122.22%;
    margin: 0;
    background-image: none;
    padding: 0;
    border: none;
}
#tmp_contents .special_parts1 td,
#tmp_contents .special_parts2 td,
#tmp_contents .special_parts3 td,
#tmp_contents .special_parts4 td,
#tmp_contents .special_parts5 td {
    vertical-align: top;
}
#tmp_contents .special_parts1 img,
#tmp_contents .special_parts2 img,
#tmp_contents .special_parts3 img,
#tmp_contents .special_parts4 img,
#tmp_contents .special_parts5 img {
    max-width: none;
}
/* special_parts1 */
#tmp_contents .special_parts1 {
    margin: 0 10px 80px 20px;
    border: 1px solid #333333;
}
#tmp_contents .special_parts1 .parts_ttl {
    padding: 20px 30px 20px 0;
}
#tmp_contents .special_parts1 .head_ttl {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    padding: 13px 10px 13px 18px;
    margin-left: -20px;
    background-color: #ffffff;
    background-image: none;
    position: relative;
    z-index: 1;
}
#tmp_contents .special_parts1 .head_ttl::before,
#tmp_contents .special_parts2 .head_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 4px;
    height: 20px;
    background-color: #333333;
    background-image: none;
}
#tmp_contents .special_parts1 .parts_cnt {
    padding: 0 30px 20px 26px;
}

/* special_parts2 */
#tmp_contents .special_parts2 {
    margin: 0 0 70px;
}
#tmp_contents .special_parts2 .head_ttl {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 16px 10px 16px 18px;
    background-color: #ffffff;
    background-image: none;
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
}
#tmp_contents .special_parts2 .parts_cnt {
    padding-left: 30px;
}

/* special_parts3 */
#tmp_contents .special_parts3 {
    margin: 0 0 70px;
    position: relative;
}
#tmp_contents .special_parts3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 1px;
    height: 100px;
    background-color: #333333;
}
#tmp_contents .special_parts3 .parts_ttl {
    padding: 70px 0 0 50px;
    position: relative;
}
#tmp_contents .special_parts3 .parts_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    width: 300px;
    height: 12px;
    z-index: -1;
    background-color: #e5e2dc;
}
#tmp_contents .special_parts3 .parts_ttl::after {
    content: "";
    position: absolute;
    left: 50px;
    top: 19px;
    width: 108px;
    height: 23px;
    background: url("/shared/templates/web_koho_special/images/ttl_en_check.png") no-repeat 0 0;
}
#tmp_contents .special_parts3 .head_ttl {
    border-bottom: 1px solid #d8d5d0;
    margin-bottom: 22px;
    padding-bottom: 14px;
}
#tmp_contents .special_parts3 .parts_cnt {
    padding: 70px 60px 50px 30px;
    position: relative;
}
#tmp_contents .special_parts3 .parts_cnt p {
    margin-bottom: 0;
}
#tmp_contents .special_parts3 .parts_cnt::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 1px;
    bottom: 20px;
    right: 0;
    background-color: #333333;
    z-index: -1;
}
#tmp_contents .special_parts3 .parts_cnt::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 12px;
    height: 100px;
    z-index: -1;
    background-color: #e5e2dc;
}

/* special_parts4 */
#tmp_contents .special_parts4 {
    margin: 0 0 70px;
    position: relative;
}
#tmp_contents .special_parts4::before {
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 115px;
    background-color: #333333;
    z-index: -1;
}
#tmp_contents .special_parts4 .parts_ttl {
    padding: 12px 0 10px 144px;
    position: relative;
}
#tmp_contents .special_parts4 .parts_ttl::before {
    content: "";
    position: absolute;
    width: 116px;
    bottom: -10px;
    left: 5px;
    top: 5px;
    z-index: -2;
    background-color: #e5e2dc;
}
#tmp_contents .special_parts4 .parts_ttl::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 18px;
    background: url("/shared/templates/web_koho_special/images/ttl_en_topic.png") no-repeat 0 0;
    width: 76px;
    height: 20px;
}
#tmp_contents .special_parts4 h3::before,
#tmp_contents .special_parts5 h3::before {
    display: none;
}
#tmp_contents .special_parts4 .parts_cnt {
    padding: 19px 0 0 144px;
    background: url("/shared/templates/web_koho_special/images/bg_wavy.png") no-repeat 61px 40px;
    position: relative;
}
#tmp_contents .special_parts4 .parts_cnt::before {
    content: "";
    position: absolute;
    width: 530px;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #333333;
    z-index: -1;
}

/* special_parts5 */
#tmp_contents .special_parts5 {
    margin: 0 0 70px;
    position: relative;
}
#tmp_contents .special_parts5::before {
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 10px;
    background-color: #333333;
    z-index: -1;
}
#tmp_contents .special_parts5::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 96px;
    height: 1px;
    background-color: #333333;
    z-index: -1;
}
#tmp_contents .special_parts5 .parts_ttl {
    padding: 35px 0 26px 61px;
    position: relative;
    background-image: url("/shared/templates/web_koho_special/images/bg_wavy_s.png");
    background-repeat: no-repeat;
    background-position: left 22px;
}
#tmp_contents .special_parts5 .parts_ttl::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 120px;
    height: 84px;
    z-index: -2;
    background-color: #e5e2dc;
}
#tmp_contents .special_parts5 .parts_ttl::after {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    background: url("/shared/templates/web_koho_special/images/ttl_en_topic.png") no-repeat 0 0;
    width: 76px;
    height: 20px;
}
#tmp_contents .special_parts5 .parts_cnt {
    padding: 0 0 0 60px;
}


/* ==================================================
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_map:after,
#tmp_contents #tmp_facilities_btn:after,
#tmp_contents #tmp_facilities_btn ul:after,
#tmp_event_cal_tab:after,
#tmp_event_cal_tab ul:after,
#tmp_event_cal_refine:after,
#tmp_event_cal_refine_ttl:after,
#tmp_event_cal_refine_cnt:after,
#tmp_event_cal_refine_cnt dl:after,
#tmp_event_cal_refine_cnt dd:after,
#tmp_event_cal_refine_cnt dd ul:after,
#tmp_event_main:after,
#tmp_contents .event_col3:after,
#tmp_lnavi_event_cal:after,
#tmp_lnavi_event_cal_ttl:after,
#tmp_lnavi_event_cal_cnt:after,
#tmp_lnavi_event_cal .cal_navi:after {
	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;
	width:100% !important;
}
#tmp_wrapper img {
	animation: none;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
.container {
	max-width: auto;
	padding: 0 0;
}
#tmp_hlogo h1,
#tmp_hlogo p {
    background-image: none;
    font-size: 1.2rem;
    font-weight: bold;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo span {
	width: auto;
	height: auto;
}
#tmp_hlogo span {
	z-index: 1;
	overflow: visible;
}
#tmp_hlogo p a {
    color: #000000 !important;
    text-decoration: none;
}

.wrap_col_rgt_navi,
.pnavi,
.fnavi,
#tmp_hnavi_s,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_pankuzu,
#tmp_box_gmap,
#tmp_support_btn,
#tmp_support_btn_yokosuka_plus,
#tmp_footer .social_cate,
#tmp_footer_col_rgt {
	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;
}
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
#tmp_footer .wrap_footer {
    padding: 0 0 10px;
}
#tmp_footer .footer #tmp_footer_col_lft {
    width: 100%;
}
#tmp_footer .copyright {
    background-color: transparent;
	text-align:left !important;
}
/* special */
.special_contents {
    width: 100%;
}
#tmp_special_heading .heading_img {
    margin-right: 0;
    padding-left: 10%;
}
#tmp_special_heading .heading_ttl h1 {
    padding-left: 15px;
}
#tmp_special_heading::after,
#tmp_special_heading .heading_ttl h1::after {
    display: none;
}

}

