@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

@font-face {
	font-family: 'phi';
	src: local(Osaka), local("ＭＳ Ｐゴシック"), local("MS PGothic");
	unicode-range: U+03C6;
}

body {
	font-family: 'phi', 'Roboto', メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body:lang(ja) {
	font-family: 'phi', 'Roboto', メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body:lang(en) {
	font-family: 'phi', 'Roboto', Arial, Helvetica, sans-serif;
}

body:lang(zh-cmn-Hans),
body:lang(zh-hans) {
	font-family: 'phi', 'Roboto', sans-serif;
}

.navbar {
	font-weight: normal;
}

span.roman {
	font-family: 'Roboto Slab', serif;
	letter-spacing: -0.1em;
	margin-right: .1em;
}

@font-face {
	font-family: 'themify';
	src: url("fonts/themify/themify.eot?-fvbane");
	src: url("fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("fonts/themify/themify.woff?-fvbane") format("woff"), url("fonts/themify/themify.ttf?-fvbane") format("truetype"), url("fonts/themify/themify.svg?-fvbane#themify") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* When django-CMS toolbar appears*/
.cms-toolbar-expanded #amd-header-section,
.cms-toolbar-expanded #amd-logo-mobile-wrap,
.cms-toolbar-expanded #amd-mobile-menu {
	margin-top: 46px;
}

.menu-fixed {
	position: fixed !important;
	top: 0px !important;
}

.cms-toolbar-expanded .menu-fixed {
	position: fixed !important;
	top: -59px !important;
}

/* Header */
#amd-header-section {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 103;
}

#amd-header-section .container {
	padding-left: 0;
	padding-right: 0;
}

#amd-menu-logo {
	clear: both;
}

#amd-logo {
	line-height: 36px;
	margin: 4px 0 0 0;
	padding: 0;
	vertical-align: middle;
	font-size: 1rem;
	font-weight: bold;
	color: #252525;
}

#amd-logo a {
	border-bottom: none !important;
	color: #ffffff;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 36px;
}

/*
#amd-logo img {
	width: 126px;
	height: 29px;
}
*/
/* deleted on 2020-05-01
#amd-menu-wrap {
	overflow: hidden;
	position: relative;
}
*/
#amd-primary-menu .displaynone {
	display: none;
}

#amd-primary-menu .displaynone {
	display: none;
}

.amd-nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
}

.amd-nav-toggle.active i::before,
.amd-nav-toggle.active i::after {
	background: #2e2e2e;
}

.amd-nav-toggle:hover,
.amd-nav-toggle:focus,
.amd-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}

.amd-nav-toggle i {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 2px;
	color: #252525;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #252525;
	transition: all .2s ease-out;
}

.amd-nav-toggle i::before,
.amd-nav-toggle i::after {
	content: '';
	width: 25px;
	height: 2px;
	background: #252525;
	position: absolute;
	left: 0;
	transition: all .2s ease-out;
}

.amd-nav-toggle.amd-nav-white>i {
	color: #252525;
	background: #252525;
}

.amd-nav-toggle.amd-nav-white>i::before,
.amd-nav-toggle.amd-nav-white>i::after {
	background: #252525;
}

.amd-nav-toggle i::before {
	top: -7px;
}

.amd-nav-toggle i::after {
	bottom: -7px;
}

.amd-nav-toggle.active i {
	background: transparent;
}

.amd-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.amd-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.amd-nav-toggle {
	position: absolute;
	top: 2px;
	right: 6px;
	z-index: 21;
	padding: 6px 0 0 0;
	display: block;
	margin: 0 auto;
	display: none;
	/*background: #f86942;*/
	background: #ffffff;
	height: 44px;
	width: 44px;
	border-bottom: none !important;
}

@media screen and (max-width: 992px) {
	.amd-nav-toggle {
		display: block;
	}
}

/* Mobile Menu */

#amd-mobile-menu {
	-moz-transform: translateX(275px);
	-webkit-transform: translateX(275px);
	-ms-transform: translateX(275px);
	transform: translateX(275px);
	display: block;
	height: 100%;
	right: 0px;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 275px;
	z-index: 10002;
	color: #fafafa;
	background: #111;
	/*default #181920*/
	padding: 1rem;
	/* 2rem 2020-05-01 */
}

#amd-mobile-menu #amd-mobile-menu-ul {
	padding: 0;
	margin: 0;
}

#amd-mobile-menu #amd-mobile-menu-ul li {
	list-style: none;
}

#amd-mobile-menu #amd-mobile-menu-ul li.active>a {
	/*color: #555;*/
	font-weight: bold;
	color: #fff;
}

#amd-mobile-menu #amd-mobile-menu-ul a {
	border-bottom: none !important;
	padding: 8px;
	/* 2020-05-01 */
	display: block;
	color: #fafafa;
	white-space: normal;
	/* 2020-05-01 */
}

#amd-mobile-menu #amd-mobile-menu-ul a:hover {
	color: #ffffff;
	color: white;
}

#amd-mobile-menu #amd-mobile-menu-ul a.amd {
	border-radius: 2px;
}

#amd-mobile-menu .language_chooser li {
	display: block;
	width: 33.3%;
	float: left;
	color: #fafafa;
	line-height: 2rem;
}

#amd-mobile-menu .language_chooser a {
	color: #fafafa !important;
}

#amd-mobile-menu #amd-mobile-menu-ul .amd-sub-ddown {
	position: relative;
}

#amd-mobile-menu #amd-mobile-menu-ul .amd-sub-ddown::after {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 4px;
	margin-top: 3px;
	content: "\e649";
	/* 2020-05-01 */
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
	/* 2020-05-01 */
}

/* added on 2020-05-01 */
#amd-mobile-menu #amd-mobile-menu-ul .dropdown.open .amd-sub-ddown::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#amd-mobile-menu #amd-mobile-menu-ul .amd-sub-menu {
	display: none;
	padding-left: 0;
	padding-inline-start: 0;
}

#amd-mobile-menu #amd-mobile-menu-ul .amd-sub-menu li {
	list-style: none;
}

#amd-logo-mobile {
	margin-left: 15px;
	float: left;
	font-weight: bold;
	color: #252525;
}

@media screen and (max-width: 450px) {
	#amd-logo-mobile span {
		font-size: 0.8rem;
	}

	/*
	#amd-logo-mobile img {
		width: 90px;
	}
	*/
}

@media screen and (max-width: 360px) {
	#amd-logo-mobile span {
		font-size: 0.6rem;
	}
}

#amd-logo-mobile-wrap {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	/*height: 44px;*/
	height: 59px;
	border-top: 4px #d31c2e solid;
	padding-top: 14px;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10001;
	background: #ffffff;
	color: #ccc;
	-webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	-ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	-o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}

#amd-logo-mobile-wrap h1 {
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 36px;
}

#amd-logo-mobile-wrap h1 a {
	border-bottom: none !important;
	color: #ccc;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 36px;
}

#amd-logo-mobile-wrap h1 a img {
	width: 126px;
	height: 29px;
}

.amd-overflow .amd-main,
#amd-mobile-menu {
	/*transition added by km*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*
#amd-content {
	padding: 1em 0;
}
@media screen and (max-width: 992px) {
	#amd-content {
		margin-bottom: 4em;
		padding: 20px;
	}
}
*/
.amd-main {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}

body .amd-main {
	margin-top: 112px;
}

@media screen and (max-width: 992px) {
	body .amd-main {
		margin-top: 60px;
	}
}

#amd-hero,
.amd-main,
#amd-logo-mobile-wrap {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

body.amd-mobile-menu-visible #amd-hero,
body.amd-mobile-menu-visible .amd-main,
body.amd-mobile-menu-visible #amd-logo-mobile-wrap {
	-moz-transform: translateX(-275px);
	-webkit-transform: translateX(-275px);
	-ms-transform: translateX(-275px);
	transform: translateX(-275px);
}

body.amd-mobile-menu-visible #amd-mobile-menu {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/* Global menu*/
#amd-header-section {}

#amd-menu-wrap {
	width: 100%;
	position: absolute;
	top: 59px;
}

/* Sidebar */
.sidebar {
	font-size: 12.5px !important;
}

.sidebar a {
	color: #212529;
	padding: .55rem .75rem
}

.sidebar .list-group .list-group-item {
	transition: none;
}

.sidebar .list-group .list-group-item:hover {
	font-weight: bold;
	background-color: #f5f5f5;
}

.sidebar .list-group .list-group-item.selected {
	color: #d31c2e;
	font-weight: bold;
}

.sidebar>.list-group>.list-group-item {
	font-weight: bold;
	background-color: #f5f5f5;
}

.sidebar>.list-group>.list-group-item::after {
	content: none !important;
}

.sidebar>.list-group>div>.list-group-item::before {
	font-family: 'Font Awesome 5 Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/*line-height: 1;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*position: absolute;*/
	content: "\f35a";
	color: #d31c2e;
}

.sidebar>.list-group>div>div>.list-group-item {
	padding-left: 1.5rem;
}

.sidebar>.list-group>div>div>.list-group-item+div .list-group-item {
	padding-left: 2rem;
	/* 1.5rem to 2rem 2021-06-25 */
}

/*Scroll2Top button*/
#back2top {
	display: table;
	position: fixed;
	/*bottom: 20px;*/
	bottom: -64px;
	right: 20px;
	/*margin-left: -30px;*/
	color: #ffffff !important;
	font-size: 20px;
	z-index: 1000;
	text-decoration: none;
	width: 44px;
	height: 44px;
	/*background: rgba(0, 0, 0, 0.4);*/
	background-image: url(../images/back2top.svg);
	background-size: contain;
	border-bottom: none !important;
	text-align: center;
	transition: all 500ms 0s ease;
}

#back2top.up {
	transform: translateY(-84px);
}

#back2top.down {
	transform: translateY(64px);
}

#back2top i {
	display: table-cell;
	vertical-align: middle;
}

#back2top {
	text-decoration: none !important;
}

#back2top:active,
#back2top:focus {
	outline: none;
	border: none;
	text-decoration: none !important;
	color: #ffffff !important;
}

.word-break-all {
	/*長い英数字URLの改行に使用*/
	word-break: break-all;
}

.external-link::after {
	font-family: 'Font Awesome 5 Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 0.5em;
	text-transform: none;
	/*line-height: 1;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	position: relative;
	top: -0.75em;
	right: -0.5em;
	
	content: "\f24d";
	color: #d31c2e;
}

/*******************/

.amd {
	background-color: #d31c2e !important;
}

.amd-hover:hover {
	background-color: #d31c2e !important;
	color: #fff !important;
}

.amc {
	background-color: #818181 !important;
}

.aps {
	background-color: #f1d430 !important;
}

.awt {
	background-color: #01a66c !important;
}

.amd-black {
	background-color: #000 !important;
}

.amd-text {
	color: #d31c2e !important;
}

.side-nav {
	transform: translateX(-110%);
}

/* navbar */
.navbar.amada {
	border-top: solid 4px #d31c2e;
}

.nav-item {
	font-size: 14px;
}

.nav-item .search-form input {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (min-width: 992px) {
	#navbarSupportedContent1 .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

#navbarSupportedContent1>ul>li.nav-item.dropdown.mega-dropdown.show {
	background-color: rgba(255, 255, 255, .3);
}

.navbar .dropdown-menu.mega-menu.v-2 a {
	padding: 10px 10px 4px 35px;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li a::after {
	top: 0.65rem;
}

/* TOP PAGE NAVBAR */
#amd-nav-top1 {
	max-height: 59px;
}

#groupcompanynav a.dropdown-item:hover {
	background-color: #000 !important;
}

#navbarSupportedContent-4 .navbar-nav .nav-item .nav-link {
	font-size: 0.8rem !important;
}

#navbarSupportedContent1>ul>li.nav-item.dropdown.mega-dropdown.show {
	background-color: rgba(255, 255, 255, .3);
}

#navbarSupportedContent1 .navbar-nav .dropdown-menu.mega-menu {
	background-color: rgba(0, 0, 0, 0.9) !important;
}

.amd-skin .navbar .navbar-nav .nav-item .dropdown-menu h6 {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	/* Mega Menu - added on 2020-05-01 */
}

.amd-skin .navbar .navbar-nav .nav-item .dropdown-menu h6 a:hover {
	background-color: transparent !important;
	text-decoration: underline;
}

.dropdown .dropdown-menu .dropdown-item:hover {
	background-color: rgba(255, 255, 255, 0.3) !important;
}

.amd-skin .navbar .navbar-nav .nav-item .dropdown-menu a {
	color: #fafafa;
}

/* Mega Menu - added on 2020-05-01 */
@keyframes showshow {

	/*追加2022-11-11*/
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes hidehide {

	/*追加2022-11-11*/
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.mega-dropdown .mega-menu {
	background-color: rgba(0, 0, 0, 0.9) !important;
	max-height: calc(100vh - 112px);
	/*追加2022-11-11*/
}

.mega-dropdown:hover .mega-menu {
	display: block;
}

/*mega-menu スクロールバーデザイン*/
/*追加2022-11-11*/
.mega-dropdown:hover .mega-menu>.row .sub-menu>ul {
	overflow-y: scroll;
	max-height: calc(100vh - 228px);
	height: 100%;
	animation: showshow .6s;
	/*追加2022-11-11*/
}

.mega-dropdown:hover .mega-menu>.row .sub-menu>ul::-webkit-scrollbar {
	width: 4px;
}

.mega-dropdown:hover .mega-menu>.row .sub-menu>ul::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 100px;
}

.mega-dropdown:hover .mega-menu>.row .sub-menu>ul::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background-color: rgba(255, 255, 255, .5);
}

.mega-dropdown .mega-menu li.child {
	display: block;
	float: left;
	width: 284px;
	/*width: 285px;*/
	height: 64px;
}

.amd-skin .navbar .navbar-nav .nav-item .mega-menu a {
	padding: 10px 15px;
	width: 100%;
}

.amd-skin .navbar .navbar-nav .nav-item .mega-menu a:hover {
	background-color: rgba(255, 255, 255, .2) !important;
	text-decoration: underline !important;
}

.amd-skin .navbar .navbar-nav .nav-item .mega-menu .selected a {
	background-color: transparent;
	text-decoration: underline !important;
}

.amd-skin .navbar .navbar-nav .nav-item .mega-menu a:focus {
	background-color: rgba(255, 255, 255, .2) !important;
	text-decoration: none;
}

.amd-skin .navbar .navbar-nav .nav-item .mega-menu a:active {
	background-color: rgba(255, 255, 255, .2) !important;
	text-decoration: none;
}

.amd-skin .navbar .navbar-nav .nav-item .mega-menu a.sub-title {
	width: unset;
}

/* Mega Menu Mobile */
#amd-mobile-menu .mega-dropdown .mega-menu li.child {
	width: 100%;
	height: auto;
}

#amd-mobile-menu .mega-dropdown {
	overflow: hidden;
}

#amd-mobile-menu .mega-dropdown>a::after {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 4px;
	margin-top: 3px;
	content: "\e649";
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

#amd-mobile-menu .mega-dropdown.open>a::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#amd-mobile-menu .mega-dropdown .mega-menu {
	display: none;
	width: 100%;
	position: relative;
	padding: 0 1rem !important;
	margin: 0;
	border: none;
}

#amd-mobile-menu .mega-dropdown .mega-menu ul ul {
	padding-left: 1rem !important;
}

#amd-mobile-menu .mega-dropdown .mega-menu .sub-menu {
	padding: .5rem !important;
	margin-bottom: 0 !important;
}

/* 企業サイトへのリンクボタン */
#amd-mobile-menu #amd-mobile-menu-ul .amd-sub-menu {
	background-color: rgba(0, 0, 0, 0.9) !important;
}

#amd-mobile-menu .nav-item h6 {
	display: none;
}

#amd-mobile-menu #amd-mobile-menu-ul a:hover {
	background-color: rgba(158, 158, 158, .3);
}

/*#amd-mobile-menu #amd-mobile-menu-ul a:focus { background-color: transparent; text-decoration: none; }*/
#amd-mobile-menu #amd-mobile-menu-ul a:active {
	background-color: transparent;
	text-decoration: none;
}

#amd-mobile-menu #amd-mobile-menu-ul li {
	font-size: 14px;
}

/* hide scroll bar */
#amd-mobile-menu {
	overflow-y: scroll;
	-ms-overflow-style: none;
	/* IE, Edge 対応 */
	scrollbar-width: none;
	/* Firefox 対応 */
}

#amd-mobile-menu::-webkit-scrollbar {
	/* Chrome, Safari 対応 */
	display: none;
}

/* Mega Menu - added on 2020-05-01 */

/* pills */
.md-pills .nav-link {
	min-width: 42px;
}

.md-pills .nav-link.active {
	color: #fff;
	background-color: rgba(163, 163, 163, .2);
	box-shadow: none;
}

.md-pills .nav-link.active:hover {
	box-shadow: none;
}

/* card */

/* card内 独自 */
.product-label {
	position: absolute;
	top: 0;
	left: 0;
	margin: 8px 10px;
}

.card-footer .catchcopy {
	font-weight: 600;
	font-size: 0.8rem;
	margin-bottom: 0;
}

.card-footer .shortdescription {
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}

/* badge */
.badge {
	box-shadow: none;
}

.badge-red {
	color: #fff !important;
	background-color: #d31c2e !important;
}

.badge-grey {
	color: #fff !important;
	background-color: #6c757d !important;
}

/* checkbox */
.wb-skin input[type=checkbox]:checked+label:before {
	border-right: 2px solid #d31c2e;
	border-bottom: 2px solid #d31c2e;
}

/* pagenation */
.pagination .page-item.active .page-link {
	background-color: #000 !important;
}

.pagination.pg-dark-grey .page-item.active .page-link {}

/* footer */
footer.page-footer .footer-copyright {
	background-color: transparent;
	font-size: 0.8rem !important;
}

footer * {
	color: #bababa !important;
}

footer a:hover {
	color: #fff !important;
}

footer .border-top,
footer .border-right,
footer .border-bottom,
footer .border-left {
	border-color: rgba(255, 255, 255, 0.2) !important;
}

#footer-link h6 {
	margin-bottom: 0;
	font-size: 0.9rem !important;
}

#footer-link h6 a {
	color: #fff !important;
}

#footer-link ul {
	list-style: none;
	padding-left: 0;
	font-size: 0.8rem !important;
}

#footer-link li {
	line-height: 1.5rem;
}

#footer-policy {
	font-size: 11px !important;
}

#footer-policy .row>div:nth-child(odd):not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width:992px) {
	#footer-policy {
		font-size: 12px !important;
	}

	#footer-policy .row>div:not(:last-child) {
		border-right: 1px solid rgba(255, 255, 255, 0.2);
	}
}

/* ---------------------------------------- */
/* added by km */
.mobile-br {
	display: none;
}

@media screen and (max-width:480px) {
	.mobile-br {
		display: block;
	}
}

.table td,
.table th {
	vertical-align: middle;
}

/*
.table-outer-scroll {
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	IE, Edge 対応
	scrollbar-width: none;
}

.table-outer-scroll::-webkit-scrollbar {
	display: none;
}

.table-outer-scroll table {
	margin-bottom: 0;
}
*/
/**
 * responsive table
 * --------------------------------------
 */
 .table-outer-scroll {
	overflow: auto;
	border: none;
}

@media only screen and (max-width: 767px) {
	.table-outer-scroll>table {
		margin-bottom: 10px;
	}

	.table-outer-scroll>table>tbody>tr>td,
	.table-outer-scroll>table>tbody>tr>th,
	.table-outer-scroll>table>tfoot>tr>td,
	.table-outer-scroll>table>tfoot>tr>th,
	.table-outer-scroll>table>thead>tr>td,
	.table-outer-scroll>table>thead>tr>th,
	.table-outer-scroll>table>tr>td,
	.table-outer-scroll>table>tr>th {
		white-space: nowrap;
	}
}

.table-outer-scroll::-webkit-scrollbar {
	width: 6px;
	background: #f2f2f2;
}

.table-outer-scroll::-webkit-scrollbar:horizontal {
	height: 6px;
	background: #f2f2f2;
}

.table-outer-scroll::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: #7b7b7b;
}

.table-outer-scroll::-webkit-scrollbar-thumb:horizontal {
	border-radius: 6px;
	background: #7b7b7b;
}

.table-outer-scroll::-webkit-scrollbar-track-piece:start {
	background: #f2f2f2;
}

.table-outer-scroll::-webkit-scrollbar-track-piece:end {
	background: #f2f2f2;
}

.table-outer-scroll::-webkit-scrollbar-corner {
	background: #f2f2f2;
}

.writing-mode-vertical { /*縦書き*/
	writing-mode: vertical-rl;
}
.text-orientation-upright { /*英数字も縦にする*/
	text-orientation: upright;
}

/* product-feature */
.product-feature dt {
	margin-left: 1rem;
	text-indent: -1rem;
}

.product-feature dd {
	margin-left: 1rem;
}

/* OBJECT FIT IMAGE added by km */
.img-wrapper,
.img-wrapper700x467,
.img-wrapper1280x720 {
	position: relative;
	width: 100%;
}

.img-wrapper:before {
	content: "";
	display: block;
	padding-top: 81.25%;
	/*縦横比260x320px*/
}

.img-wrapper700x467:before {
	content: "";
	display: block;
	padding-top: 66.7%;
	/*縦横比700x467px*/
}

.img-wrapper1280x720:before {
	content: "";
	display: block;
	padding-top: 56.25%;
	/*縦横比1280x720px*/
}

.img-wrapper img,
.img-wrapper700x467 img,
.img-wrapper1280x720 img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0 !important;
	width: 100%;
	height: 100%;
}

.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.object-fit-imgTop {
	object-fit: cover;
	object-position: top;
	font-family: 'object-fit: cover; object-position: top;';
}

.object-fit-imgBottom {
	object-fit: cover;
	object-position: bottom;
	font-family: 'object-fit: cover; object-position: bottom;';
}

.object-fit-img2 {
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.object-fit-img2Top {
	object-fit: contain;
	object-position: top;
	font-family: 'object-fit: contain; object-position: top;';
}

.object-fit-img2Bottom {
	object-fit: contain;
	object-position: bottom;
	font-family: 'object-fit: contain; object-position: bottom;';
}

/* ---------------------------------------- */

/* Hide scroll bar */
.hide-scrollbar {
	/*height: 150px;*/
	overflow-y: scroll;
	-ms-overflow-style: none;
	/* IE, Edge 対応 */
	scrollbar-width: none;
	/* Firefox 対応 */
}

.hide-scrollbar::-webkit-scrollbar {
	/* Chrome, Safari 対応 */
	display: none;
}

/* news-feeds */
/*Added*/
.news-feeds .nav-tabs>.nav-item {
	width: 25% !important;
}

/* テキストを2カラムに流し込む sitemap.html */
@media screen and (min-width:576px) {
	.multicolumnbox_2row {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}
}
@media screen and (min-width:768px) {
	.multicolumnbox {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}
}