@charset "UTF-8";

body {
	min-width: inherit;
	width: 100%;
}

/* ------------------------------
	#fl_pagetop
------------------------------ */
#fl_pagetop {
	right: 10px;
	width: 60px;
	height: 65px;
}

#fl_pagetop.is-show {
	bottom: 10px;
}

#fl_pagetop:hover {
	opacity: 0.75;
}

/* ------------------------------
	#globalHeader
------------------------------ */
#globalHeader {
	min-width: inherit;
	background: #FFF!important;
	border-bottom: 2px solid #009e4d;
}

#gh_inner {
	height: inherit;
	width: 100%;
	margin: 0 auto;
}

#gh_logoWrap {
	float: left;
	width: 107px;
	margin-left: 10px;
	margin-top: 5px;
}

#gh_logo {
	margin: 0 0 4px;
}

#gh_logo a img {
	display: block;
	width: 100%;
	height: auto;
}

#gh_code {
	display: none;
}

#gh_contents {
    float: none;
    width: inherit;
    height: inherit;
}

#gh_contents #gh_functions,
#gh_contents #gh_common_menu>*,
#gh_contents #gh_common_menu::after,
#gh_contents #gh_category_menu {
	display: none;
}

#gh_contents #gh_common_menu #gh_siteSearch {
	display: none;
	position: absolute;
	box-sizing: border-box;
	top: 52px;
	left: 0;
	margin: 0;
	padding: 10px;
	overflow: hidden;
	width: 100%;
	background: #00973e;
}

#gh_siteSearch form {
	height: 32px;
}

#gh_siteSearch input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	border-radius: 0px;
	background: #FFF;
}

#gh_siteSearch button[type="submit"] {
	height: 32px;
}


#gh_sp_contents {
	float: right;
	display: block;
	width: 148px;
	line-height: 0;
}

#gh_sp_contents {
	float: right;
	display: block;
	width: 148px;
	line-height: 0;
}

#gh_sp_contents>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#gh_sp_contents>ul>li {
	float: left;
	height: 52px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#gh_sp_contents>ul>li.is-active {
	background-position: 0 -52px;
}

#gh_sp_contents>ul>li a {
	display: block;
	height: 52px;
}

#gh_sp_branch {
	width: 48px;
	background-image: url(../img/header/sp_branch_btn.png);
	background-size: 48px auto;
}

#gh_sp_search {
	width: 48px;
	background-image: url(../img/header/sp_search_btn.png);
	background-size: 48px auto;
}

#gh_sp_menu {
	width: 52px;
	background-image: url(../img/header/sp_menu_btn.png);
	background-size: 52px auto;
}

#gnav {
	display: none;
}

#gh_dropdown {
	display: none;
}


/* ------------------------------
	#sp_menu
------------------------------ */
#sp_menu {
	position: absolute;
	top: 0;
	right: -270px;
	min-height: 100%;
	width: 270px;
	background: #eee;
	display: none;
	box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.4);
	z-index: 9999;
}

#sp_menu_cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	display: none;
	background: transparent;
	background:rgba(0, 0, 0, 0.5);
	z-index: 9990;
}

body.is-sp_menu {
	position: fixed;
	height: 100%;
	overflow-x: hidden!important;
}

body.is-sp_menu #sp_menu,
body.is-sp_menu #sp_menu_cover {
	display: block;
	height: 100%;
	overflow-x: scroll!important;
}

.sp_menu_header {
	margin: 0;
	padding: 8px 15px;
	font-size: 1rem;
	font-weight: bold;
	color: #FFF;
	background: #01973e;
}

.sp_menu_body {
	background: #fff;
}

.sp_menu_body::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#sp_menu_close {
	box-sizing: border-box;
	border: solid 10px #dedede;
	text-align: center;
	padding: 0.5em;
	font-size: 0.875rem;
	background: #fff;
}

#sp_menu_close::before {
	display: inline-block;
	content: '';
	width: 1em;
	height: 1em;
	vertical-align: middle;
	margin-right: 0.5em;
	background-image: url(../icon/xmark_gr.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.sp_menu_toggle {
	border-bottom: solid 1px #dedede;
}

.sp_menu_toggle_button {
	position: relative;
	padding: 10px 30px 10px 15px;
	font-size: 0.875rem;
	font-weight: bold;
	color: #333;
	display: block;
	text-decoration: none;
}

.sp_menu_toggle_button::after {
	position: absolute;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 10px;
	overflow: hidden;
	border-radius: 8px;
	background-color: #01973e;
	background-image: url("../icon/plus_wh.svg");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.75;
}

.sp_menu_toggle_button.is-open::after {
	background-image: url("../icon/minus_wh.svg");
}

.sp_menu_toggle_body {
	display: none;
}

.sp_menu_list {
	margin: 0;
	padding: 0;
	font-size: 0.875rem;
}

.sp_menu_list>li {
	list-style: none;
	border-bottom: solid 1px #69b383;
}

.sp_menu_list>li>a {
	display: block;
	text-decoration: none;
	position: relative;
	margin: 0;
	padding: 8px 30px 8px 15px;
	font-size: 1rem;
	font-weight: bold;
	color: #FFF;
	background: #01973e;
}

.sp_menu_list>li>a::after {
	position: absolute;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 10px;
	overflow: hidden;
	background-image: url(../arrow/usual_wh_left.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.sp_menu_local {
	margin: 0;
	padding: 5px 0 0;
	list-style: none;
	font-size: 0.875rem;
}

.sp_menu_local>li {
	list-style: none;
	border: solid 1px #dedede;
	border-radius: 5px;
	margin: 0 5px 5px;
	overflow: hidden;
}

.sp_menu_local>li>a {
	position: relative;
	padding: 10px 30px 10px 15px;
	color: #333;
	display: block;
	text-decoration: none;
}

.sp_menu_local>li>a.is-active {
	color: #01973e;
	background: #E5F4EB;
}

.sp_menu_local>li>a::after {
	position: absolute;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 10px;
	overflow: hidden;
	background-image: url(../arrow/circle_or_left.svg);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.75;
}

.sp_menu_local_2nd {
	list-style: none;
	padding: 0;
	font-size: 0.812rem;
	background: #efefef;
	display: none;
}

.is-active>.sp_menu_local_2nd {
	display: block;
}

.sp_menu_local_2nd>li {
	border-top: solid 1px #fefefe;
}

.sp_menu_local_2nd>li>a {
	position: relative;
	padding: 10px 30px 10px 15px;
	display: block;
	color: #333;
	text-decoration: none;
}

.sp_menu_local_2nd>li>a.is-active {
	color: #01973e;
	background: #E5F4EB;
}

.sp_menu_local_2nd>li>a::after {
	position: absolute;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 10px;
	overflow: hidden;
	background-image: url(../arrow/usual_or_left.svg);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.75;
}


/* ------------------------------
	#popupHeader
------------------------------ */
#popupHeader {
	border-top: 4px solid #01973e;
}

#ph_inner {
	width: inherit;
	margin: 10px 10px 20px;
}

#ph_inner:after {
	display: block;
	content: '';
	clear: left;
}

#ph_logoWrap {
	float: left;
	width: 120px;
	margin-left: 0px;
}

#ph_functions {
	display: none;
}


/* ------------------------------
	#globalFooter
------------------------------ */
#globalFooter {
	min-width: inherit;
}

#gf_inner {
	width: inherit;
	margin: 0 10px;
}

#gf_nav {
	float: none;
	width: inherit;
}

#gf_nav ul {
	font-size: 0.812rem;
	padding: 0;
}

#gf_nav ul li {
	padding: 0;
}

#gf_reginfo {
	margin-bottom: 0.75em;
	font-size: 0.75rem;
}

#gf_copyright {
	font-size: 0.75rem;
	text-align: center;
}


/* ------------------------------
	#footerSitemap
------------------------------ */
#footerSitemap {
	padding: 0;
	margin: 0;
	background: #E5F4EB;
	min-width: inherit;
}

#footerSitemap::after {
	display: none;
}

#fs_toggle {
	padding: 5px 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.125rem;
	color: #FFF;
	background: #018b35;
	cursor: pointer;
}

#fs_toggle::after {
	content: '';
	display: inline-block;
	margin-left: 0.2em;
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	background: url(../icon/plus_circle_wh.svg) no-repeat 0 0;
	background-size: contain;
}

#fs_toggle.is-open::after {
	background: url(../icon/minus_circle_wh.svg) no-repeat 0 0;
}

#fs_inner {
	width: inherit;	
	padding: 0;
	margin: 0;
	display: none;
}

.fs_heading {
	margin: 0;
	padding: 10px;
	color: #FFF;
	background: #00A050;
}

.fs_heading::before {
	display: none;
}

.fs_heading a {
	position: relative;
	display: block;
	margin: -5px -10px;
	padding: 5px 10px;
	color: #FFF;
}

.fs_heading a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto 0;
}

.fs_heading a:visited {
	color: #FFF;
}

.fs_list {
	margin: 0;
	background: #FFF;
}

.fs_list>li {
	margin-bottom: 0;
	padding: 0;
	border-bottom: dotted 1px #dedede;
}

.fs_list>li>a {
	display: block;
	padding: 5px 5px 5px 2em;
}

#fs_kiyaku {
	padding: 0;
	border: solid 10px #E5F4EB;
	background: #FFF;
}

#fs_kiyaku h3 {
	padding: 10px;
	border-bottom: solid 1px #E5F4EB;
}

/* ------------------------------
	#breadcrumbs
------------------------------ */
#breadcrumbs {
	box-sizing: border-box;
	width: inherit!important;
	margin: 10px 0 20px;
	padding: 0;
	overflow-x: auto;
}

#breadcrumbs::-webkit-scrollbar {
	height: 2px;
}

#breadcrumbs::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #eee;
}

#breadcrumbs::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.list-breadcrumbs {
	padding: 0 10px;
	white-space: nowrap
}

.list-breadcrumbs>li:first-child::before {
	display: none;
}

/* ------------------------------
	#content
------------------------------ */
#content {
	width: inherit;
}

#content_full {
	box-sizing: border-box;
	margin: 0;
	padding: 0 10px;
}

#content_main {
	box-sizing: border-box;
	margin: 0;
	padding: 0 10px;
	float: none;
	width: inherit;
}

#content_side {
	float: none;
	margin: 1em 0 0;
	width: inherit;
}

body#popup #content {
	width: inherit;
}

/* ------------------------------
	page_header
------------------------------ */
.page_header {
	padding: 1em;
}

#content_main:last-child .page_header {
	margin-left: 0;
	margin-right: 0;
}

.page_heading {
	font-size: 1.25rem;
}

/* ------------------------------
	section
------------------------------ */
.section {
	padding: 0 10px;
}

.section-border {
	padding: 13px;
}

.section_header {
	margin: 0 0 0.5rem;
	padding: 5px;
}

.section_heading {
	font-size: 1.25rem;
}

.section_body,
.section_body-line,
.section_body-dotline {
	padding: 0 5px;
}

.section_heading-balloon {
	font-size: 1.25rem;
	padding: 5px;
}

/* ------------------------------
	side
------------------------------ */
.side_local {
	margin-bottom: 0;
}

.side_local_heading {
	border-radius: 0;
}

.side_local_heading a {
	background: none;
	position: relative;
}

.side_local_heading a:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	margin: auto 0;
	top: 0;
	bottom: 0;
	right: 10px;
	background: url(../arrow/usual_wh_left.svg) no-repeat 0 0;
	background-size: contain;
}

.side_local_nav {
	padding: 0;
	border: none;
	border-radius: 0;
}

ul.side_nav_list li a {
	padding: 10px 34px 10px 15px;
}

ul.side_nav_list li a::after {
	right: 15px;
}

.side_nav_benri {
	margin: 10px 0;
}

.side_cmn {
	margin-bottom: 0;
}

.side_dblogin {
	margin-bottom: 10px;
}

.side_dblogin_heading {
	color: #fff;
	width: inherit;
	height: inherit;
	padding: 10px 10px 0;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.125rem;
	text-indent: 0;
	text-align: center;
	background: none;
}

.side_dblogin_body ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.side_dblogin_body ul li {
	float: left;
	width: 50%;
	margin: 0;
	box-sizing: border-box;
}

.side_dblogin_body ul li:nth-child(1) {
	padding-right: 3px;
}

.side_dblogin_body ul li:nth-child(2) {
	padding-left: 3px;
}

.side_netdirect {
	margin-bottom: 0;
}

.side_eb {
	margin-bottom: 10px;
}

.side_eb_heading {
	color: #fff;
	width: inherit;
	height: inherit;
	padding: 10px 10px 0;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.125rem;
	text-indent: 0;
	text-align: center;
	background: none;
}

.side_eb_body ul li {
	margin: 10px 0 0;
}

.side_eblogin {
	padding: 5px;
	margin-bottom: 10px;
}

.side_eblogin_heading {
	color: #fff;
	width: inherit;
	height: inherit;
	font-weight: bold;
	font-size: 1.125rem;
	text-indent: 0;
	text-align: center;
	background: none;
}

.side_eblogin_body:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.side_eblogin_body>div {
	float: left;
	width: 50%;
	margin: 0;
	box-sizing: border-box;
}

.side_eblogin_body .side_eblogin_btn {
	padding: 0 3px 0 0;
}

.side_eblogin_body .side_gaitamelogin_btn {
	padding: 0 0 0 3px;
	background: none;
}

.side_keiei {
	margin-bottom: 10px;
}

.side_eb+.side_keiei {
	margin-top: -10px;
}

.side_keiei_heading {
	color: #fff;
	width: inherit;
	height: inherit;
	padding: 10px 10px 0;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.125rem;
	text-indent: 0;
	text-align: center;
	background: none;
}

.side_keiei_body ul li {
	margin: 10px 0 0;
}

.side_banners {
	box-sizing: border-box;
	padding: 10px;
	max-width: 400px;
	margin: 0 auto;
}

.side_banners ul li img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.side_banners ul {
}



/* ------------------------------
	heading
------------------------------ */
h1, .h1 {
	font-size: 1.25rem; /*20*/
}

h2, .h2 {
	font-size: 1.187rem; /*19*/
}

h3, .h3 {
	font-size: 1.062rem; /*17*/
}

/* ------------------------------
	font-size
------------------------------ */
.sp_font-xs { /* xsmall 13 */
	font-size: 0.8125rem;
}

.sp_font-sm { /* small 14 */
	font-size: 0.875rem;
}

.sp_font-md { /* midium 16 */
	font-size: 1rem;
}

.sp_font-lg { /* large 18 */
	font-size: 1.125rem;
}

.sp_font-xl { /* xlarge 20 */
	font-size: 1.25rem;
}

/* ------------------------------
	text
------------------------------ */
.sp_text-left {
	text-align: left!important;
}

.sp_text-center {
	text-align: center!important;
}

.sp_text-right {
	text-align: right!important;
}

.sp_text-underline {
	text-decoration: underline;
}

.sp_text-nowrap {
	white-space: nowrap;
}

.sp_text-bold {
	font-weight: bold!important;
}

.sp_text-italic {
	font-style: italic!important;
}

/* ------------------------------
	color
------------------------------ */
.sp_color-primary {
	color: #01973e!important;
}

.sp_color-aside {
	color: #888!important;
}

.sp_color-info {
	color: #4696da!important;
}

.sp_color-warning {
	color: #ff9100!important;
}

.sp_color-danger {
	color: #e90000!important;
}

/* ------------------------------
	margin
------------------------------ */
.sp_mgt-none {
	margin-top: 0!important;
}

.sp_mgt-xs {
	margin-top: 0.5em!important;
}

.sp_mgt-sm {
	margin-top: 1em!important;
}

.sp_mgt-md {
	margin-top: 1.5em!important;
}

.sp_mgt-lg {
	margin-top: 2em!important;
}

.sp_mgt-xl {
	margin-top: 3em!important;
}

.sp_mgb-none {
	margin-bottom: 0!important;
}

.sp_mgb-xs {
	margin-bottom: 0.5em!important;
}

.sp_mgb-sm {
	margin-bottom: 1em!important;
}

.sp_mgb-md {
	margin-bottom: 1.5em!important;
}

.sp_mgb-lg {
	margin-bottom: 2em!important;
}

.sp_mgb-xl {
	margin-bottom: 3em!important;
}

.sp_mgl-none {
	margin-left: 0!important;
}

.sp_mgl-xs {
	margin-left: 0.5em!important;
}

.sp_mgl-sm {
	margin-left: 1em!important;
}

.sp_mgl-md {
	margin-left: 1.5em!important;
}

.sp_mgl-lg {
	margin-left: 2em!important;
}

.sp_mgl-xl {
	margin-left: 3em!important;
}

.sp_mgr-none {
	margin-right: 0!important;
}

.sp_mgr-xs {
	margin-right: 0.5em!important;
}

.sp_mgr-sm {
	margin-right: 1em!important;
}

.sp_mgr-md {
	margin-right: 1.5em!important;
}

.sp_mgr-lg {
	margin-right: 2em!important;
}

.sp_mgr-xl {
	margin-right: 3em!important;
}


/* ------------------------------
	padding
------------------------------ */
.sp_pdt-none {
	padding-top: 0!important;
}

.sp_pdt-xs {
	padding-top: 0.5em!important;
}

.sp_pdt-sm {
	padding-top: 1em!important;
}

.sp_pdt-md {
	padding-top: 1.5em!important;
}

.sp_pdt-lg {
	padding-top: 2em!important;
}

.sp_pdt-xl {
	padding-top: 3em!important;
}

.sp_pdb-none {
	padding-bottom: 0!important;
}

.sp_pdb-xs {
	padding-bottom: 0.5em!important;
}

.sp_pdb-sm {
	padding-bottom: 1em!important;
}

.sp_pdb-md {
	padding-bottom: 1.5em!important;
}

.sp_pdb-lg {
	padding-bottom: 2em!important;
}

.sp_pdb-xl {
	padding-bottom: 3em!important;
}


/* ------------------------------
	indent
------------------------------ */
.sp_indent-none {
	margin-left: 0!important;
}

.sp_indent-xs {
	margin-left: 0.5em!important;
}

.sp_indent-sm {
	margin-left: 1em!important;
}

.sp_indent-md {
	margin-left: 1.5em!important;
}

.sp_indent-lg {
	margin-left: 2em!important;
}

.sp_indent-xl {
	margin-left: 3em!important;
}


/* ------------------------------
	column
------------------------------ */
.col_wrap {
}

.col_row {
	margin-right: -10px;
	margin-left: -10px;
}

.sp_col-1,
.sp_col-2,
.sp_col-3,
.sp_col-4,
.sp_col-5,
.sp_col-6,
.sp_col-7,
.sp_col-8,
.sp_col-9,
.sp_col-10,
.sp_col-11,
.sp_col-12 {
	box-sizing: border-box;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

.sp_col-12 {
	width: 100%;
}
.sp_col-11 {
	width: 91.66666667%;
}
.sp_col-10 {
	width: 83.33333333%;
}
.sp_col-9 {
	width: 75%;
}
.sp_col-8 {
	width: 66.66666667%;
}
.sp_col-7 {
	width: 58.33333333%;
}
.sp_col-6 {
	width: 50%;
}
.sp_col-5 {
	width: 41.66666667%;
}
.sp_col-4 {
	width: 33.33333333%;
}
.sp_col-3 {
	width: 25%;
}
.sp_col-2 {
	width: 16.66666667%;
}
.sp_col-1 {
	width: 8.33333333%;
}
.sp_col-pull-12 {
	right: 100%;
}
.sp_col-pull-11 {
	right: 91.66666667%;
}
.sp_col-pull-10 {
	right: 83.33333333%;
}
.sp_col-pull-9 {
	right: 75%;
}
.sp_col-pull-8 {
	right: 66.66666667%;
}
.sp_col-pull-7 {
	right: 58.33333333%;
}
.sp_col-pull-6 {
	right: 50%;
}
.sp_col-pull-5 {
	right: 41.66666667%;
}
.sp_col-pull-4 {
	right: 33.33333333%;
}
.sp_col-pull-3 {
	right: 25%;
}
.sp_col-pull-2 {
	right: 16.66666667%;
}
.sp_col-pull-1 {
	right: 8.33333333%;
}
.sp_col-pull-0 {
	right: auto;
}
.sp_col-push-12 {
	left: 100%;
}
.sp_col-push-11 {
	left: 91.66666667%;
}
.sp_col-push-10 {
	left: 83.33333333%;
}
.sp_col-push-9 {
	left: 75%;
}
.sp_col-push-8 {
	left: 66.66666667%;
}
.sp_col-push-7 {
	left: 58.33333333%;
}
.sp_col-push-6 {
	left: 50%;
}
.sp_col-push-5 {
	left: 41.66666667%;
}
.sp_col-push-4 {
	left: 33.33333333%;
}
.sp_col-push-3 {
	left: 25%;
}
.sp_col-push-2 {
	left: 16.66666667%;
}
.sp_col-push-1 {
	left: 8.33333333%;
}
.sp_col-push-0 {
	left: auto;
}
.sp_col-offset-12 {
	margin-left: 100%;
}
.sp_col-offset-11 {
	margin-left: 91.66666667%;
}
.sp_col-offset-10 {
	margin-left: 83.33333333%;
}
.sp_col-offset-9 {
	margin-left: 75%;
}
.sp_col-offset-8 {
	margin-left: 66.66666667%;
}
.sp_col-offset-7 {
	margin-left: 58.33333333%;
}
.sp_col-offset-6 {
	margin-left: 50%;
}
.sp_col-offset-5 {
	margin-left: 41.66666667%;
}
.sp_col-offset-4 {
	margin-left: 33.33333333%;
}
.sp_col-offset-3 {
	margin-left: 25%;
}
.sp_col-offset-2 {
	margin-left: 16.66666667%;
}
.sp_col-offset-1 {
	margin-left: 8.33333333%;
}
.sp_col-offset-0 {
	margin-left: 0;
}

/* ------------------------------
	visiblity
------------------------------ */
.sp_visible {
	display: block !important;
}

table.sp_visible {
	display: table !important;
}

tr.sp_visible {
	display: table-row !important;
}

th.sp_visible,
td.sp_visible {
	display: table-cell !important;
}

.sp_visible-block {
	display: block !important;
}

.sp_visible-inline {
	display: inline !important;
}

.sp_visible-inline-block {
	display: inline-block !important;
}

.sp_hidden {
	display: none !important;
}

.pc_visible,
.pc_visible-block,
.pc_visible-inline,
.pc_visible-inline-block {
	display: none !important;
}


/* ------------------------------
	block
------------------------------ */
.block-strong,
.block-aside,
.block-warning,
.block-danger {
	padding: 15px;
}

/* ------------------------------
	table
------------------------------ */
.table_wrap {
	overflow-x: auto;
	position: relative;
}

.table_wrap .slide_icon {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.5) url(../icon/touch_slide.svg) no-repeat center center;
	background-size: contain;
}

.table_wrap table.table {
	width: 720px;
}

.table_wrap::-webkit-scrollbar {
	height: 2px;
}

.table_wrap::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #eee;
}

.table_wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

table.table-switch>thead {
	display: none;
}

table.table-switch>tbody>tr {
	display: block;
	margin-bottom: 1em;
}

table.table-switch>*>tr>th.th-row {
	display: block;
	width: inherit;
	background-color: #F8FFF8!important;
}

table.table-switch>*>tr>td {
	background: inherit!important;
	width: inherit;
	border-top: none;
	display: block;
}

/* ------------------------------
	topics_list
------------------------------ */
dl.topics_list {
	position: relative;
}

dl.topics_list dt {
	padding: 0 0.5em;
	width: inherit;
	position: inherit;
}

dl.topics_list dd {
	padding: 0.2em 0.5em 0.5em 0.5em;
	margin: 0 0 0.5em;
	border-bottom: dotted 1px #ccc;
}

/* ------------------------------
	faq
------------------------------ */
.faq_q {
	padding-left: 0;
	position: inherit;
}

.faq_icon-q {
	margin-bottom: 0.2em;
	position: inherit;
	vertical-align: middle;
	font-size: 1.062rem;
	border-radius: 3px;
}

.heading-faq {
	font-size: 1.062rem;
}

.faq_a {
	padding-left: 0;
	position: inherit;
}

.faq_icon-a {
	margin-bottom: 0.2em;
	position: inherit;
	vertical-align: middle;
	font-size: 1.062rem;
	border-radius: 3px;
}

/* ------------------------------
	tel
------------------------------ */
.tel_heading {
}

/* ------------------------------
	#emergency
------------------------------ */
#emergency {
	padding: 10px;
}

#breadcrumbs+#emergency {
	padding: 0 10px 10px;
}

#emergency .emergency_inner {
	width: inherit;
	border: solid 3px #E90000;
	padding: 10px 16px;
}


/* ------------------------------
	cmp-acrobat
------------------------------ */
.cmp-acrobat {
	padding: 10px;
}

.cmp-acrobat_banner {
	width: 158px;
	margin: 10px auto;
	float: none;
}
