@charset "utf-8";


/** #PC
===================================*/



/** font
===================================*/



/** base
===================================*/
.__noimage {
	background-image: url(https://files.bcart.jp/nskw-ec/uploads/assets/img/product_image.jpg);
	background-size: cover;
}

.__noimage .__wrap {
	display: none;
}

.__main.__is-no-image {
	background-image: url(https://files.bcart.jp/nskw-ec/uploads/assets/img/product_image.jpg);
	background-size: cover;
}

.main.main--product-detail section.__information .__primary .__photo .__main.__is-no-image span {
	aspect-ratio: 1 / 1;
	background: none;
	font-size: 0;
}



/** header
===================================*/
#header {
	background-color: #004795;
	color: #fff;
}

.header_c {
	z-index: 10;
	position: relative;
}

.header_container {
	overflow: hidden;
}

.header_inner {
	padding: 0 0 0 13px;
	align-items: center;
	justify-content: space-between;
}

@media screen and (min-width: 1307px) {
}
/* @media */

@media screen and (min-width: 1420px) {
.header_inner {
	padding-left: calc(50vw - 640px - 67px);
}
}
/* @media */

.headline_wrap {
}

.headline {
}

.header_inner {
}

div#sitelogo {
	width: 166px;
}

.header_logo_search {
	align-items: center;
}

.logo {
}

.logo img {
}

.site_search {
	margin-left: 81px;
	padding: 20px 0;
}

.search_key_btn_wrap {
	position: relative;
}

input.search_keyword {
	font-size: 15px;
	border: 0;
	margin: 0;
	padding: 10px 22px;
	border-radius: 22px;
	width: 520px;
	min-width: 450px;
	max-width: 100%;
}

input.search_keyword:focus::placeholder {
	color: transparent;
}

button.search_key_btn {
	position: absolute;
	right: 8px;
	background: none;
	border: 0;
	outline: none;
	top: calc(6px);
	cursor: pointer;
}

.right_information {
}

.header_account_link {
}

.header_account_link ul {
}

.header_account_link li {
	border-left: 1px solid #fff;
}

.header_account_link li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 11px;
	padding: 18px 30px;
	color: #fff;
	font-weight: bold;
	height: 100%;
}

.header_account_link li a:hover {
}


/** drawer
===================================*/
.drawer_nav {
}




/** navi
===================================*/
nav.gnav-pc {
	display: none;
}

.site_menu {
	background-color: #363636;
	color: #fff;
	z-index: 9;
}

.g_navi {
	justify-content: space-between;
	padding: 12px 0 13px;
}

ul.g_navi1 {
	gap: 35px;
}

ul.g_navi1 > li {
}

ul.g_navi1 > li > a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

ul.g_navi1 > li > a:hover {
	color: #fff;
}

ul.g_navi2 {
}

ul.g_navi2 > li {
	padding: 0 18px;
}

ul.g_navi2 > li + li {
	border-left: 1px solid #676767;
}

ul.g_navi2 > li > a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

ul.g_navi2 > li > a:hover {
	color: #fff;
}



/** megamenu
===================================*/
body.mega_active {
	overflow: hidden;
}

.site_menu {
	position: relative;
}

.has_megamenu {
}

.megamenu {
	display: block;
	position: absolute;
	z-index: 10;
	background-color: #fff;
	top: 52px;
	left: 0;
	width: 100%;
	transition: 0.3s;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
}

.megamenu.active {
	display: block;
	visibility: visible;
	z-index: 10;
	opacity: 1;
}

.mega_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	height: 100dvh;
	width: 100dvw;
	z-index: -1;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
}

.mega_bg.active {
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 5;
}

.has_megamenu:hover .megamenu {
}

.has_megamenu > a {
	cursor: pointer;
}

.mega_link.active::after {
	width: 100%;
}

.megamenu_inner {
	background: rgb(242, 242, 242);
	background: linear-gradient(90deg, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.megamenu .exp_tab_wrap {
	width: 100%;
	max-width: 1306px;
	margin: auto;
	padding: 0 13px;
}

.megamenu .exp_tabs {
	width: 330px;
	background-color: #F2F2F2;
	padding-top: 52px;
	padding-bottom: 52px;
	padding-right: 40px;
}

.megamenu .exp_tab_contents_list {
	width: calc(100% - 330px);
	background-color: #fff;
	color: #3c3c3c;
}

.megamenu .exp_tabs > li {
	color: #3C3C3C;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	padding: 12px 0;
	border-bottom: 1px solid #dcdcdc;
}

.megamenu .exp_tabs > li span {
	display: block;
	transition: 0.3s;
	border-left: 0px sollid currentcolor;
	padding-left: 0px;
	cursor: pointer;
	position: relative;
}

.megamenu .exp_tabs > li span:hover {
	color: #014795;
}

.megamenu .exp_tabs > li span::after {
	content: "▶";
	position: absolute;
	right: 0;
	font-size: 10px;
	top: 5px;
}

.megamenu .exp_tabs > li.active {
	color: #014795;
}

.megamenu .exp_tabs > li.active span {
	color: #014795;
	border-left: 4px solid currentColor;
	padding-left: 10px;
}

.mega_maker_inner {
}

.mega_maker_desp {
	padding: 40px 0px 40px 39px;
	border-bottom: 1px solid #dcdcdc;
	gap: 40px;
}

.mega_maker_desp .maker_links_logo_wrap {
	width: 287px;
	padding: 0;
}

.mega_maker_desp .maker_links_logo_wrap a {
	display: block;
	height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

.mega_maker_desp .maker_links_logo_wrap img {
	height: 55px;
	width: auto;
}

.mega_maker_desp_info {
	width: calc(100% - 287px - 40px);
}

.mega_maker_desp_info h3 {
	margin: 0px 0 10px;
	font-size: 18px;
	line-height: 1.2;
}

.mega_maker_desp_info .ml_exp {
}

.mega_maker_desp_info .ml_exp p {
	font-size: 14px;
	letter-spacing: 0;
}

.mega_maker_links_box_info_link {
}

a.d_link {
	transition: 0.1s;
	border-bottom: 1px solid currentColor;
}

a.d_link:hover {
	border-bottom: 1px solid transparent;
}

.mega_maker_links_box_info_link a.d_link {
	display: inline-block;
	color: #004795;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 20px;
	font-size: 15px;
	padding-bottom: 10px;
}

.mega_maker_linklist {
	padding: 40px 0 40px 39px;
}

.mega_maker_linklist > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.mega_maker_linklist > ul > li {
	width: calc(100% / 4 - 20px* 3 / 4);
}

.mega_maker_linklist > ul > li > a {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	align-items: center;
}

.mega_maker_linklist > ul > li > a:hover {
	color: #004795;
}

.mega_maker_linklist > ul > li > a > img {
	width: 62px;
	height: 48px;
	border: 1px solid #DCDCDC;
	padding: 5px;
	object-fit: contain;
	margin: 0;
}

.mega_maker_linklist > ul > li > a > span {
	width: calc(100% - 72px);
	line-height: 1.3;
	letter-spacing: 0.02em;
	font-size: 14px;
}

.mega_maker_linklist > ul > li > a > span + span {
	display: none;
}

.mega_maker_linklist > ul > li > ul {
	display: none;
}

.megamenu_sp {
	background-color: #fff;
	color: #3d3d3d;
}

.megamenu_sp_inner {
	background-color: #fff;
	padding: 30px 13px;
}

ul.magamenu_sp_maker_list {
	text-align: center;
	gap: 10px 20px;
}

ul.magamenu_sp_maker_list > li {
	width: calc(100% / 3 - 20px * 2 / 3);
	font-weight: bold;
	font-size: 14px;
}

ul.magamenu_sp_maker_list > li > a {
	border: 1px solid #DCDCDC;
	display: block;
	padding: 14px 8px;
	margin-bottom: 5px;
}

ul.magamenu_sp_maker_list > li > a > img {
	max-height: 37px;
	width: auto;
}

ul.magamenu_sp_maker_list > li > span {
	display: block;
}


/** float_banner
===================================*/
.float_banner {
	display: block;
	position: fixed;
	right: 0;
	z-index: 2;
	bottom: 100px;
}

.float_banner_inner {
}

.float_banner_inner ul {
}

.float_banner_inner ul li {
	background-color: #024795;
}

.float_banner_inner ul li + li {
	margin-top: 2px;
}

.float_banner_inner ul li a {
}

.float_banner_inner ul li a:hover {
}


/** drawer
===================================*/
body.toggle_active {
	overflow: hidden;
}

.drawer_menu {
	position: fixed;
	z-index: -2;
	background-color: #fff;
	top: 0px;
	right: 0;
	width: 341px;
	height: 100dvh;
	overflow: hidden;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.drawer_menu.active {
	display: block;
	width: 341px;
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.drawer_menu_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	height: 100dvh;
	width: 100dvw;
	z-index: -1;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
}

.drawer_menu_bg.active {
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 11;
}

.drawer_header {
	background-color: #004795;
	padding: 16px 13px;
	text-align: center;
}

.drawer_header_inner {
	position: relative;
}

.drawer_close_btn.active {
	position: absolute;
	right: 0;
}

.drawer_menu_inner {
	height: calc(100% - 62px);
	overflow: auto;
}

.drawer_menu .d_title {
	padding: 10px 13px 0;
	margin: 0;
}

.drawer_item_box {
}

.drawer_item_box h3 {
	margin: 0;
	font-size: 16px;
	padding: 7px 13px;
	background-color: #DCDCDC;
}

.drawer_item_inner {
	padding: 18px 13px;
}

.drawer_icon_menu_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	font-size: 12px;
	letter-spacing: 0;
	padding: 0px;
}

.drawer_icon_menu_list > li {
	width: calc(100% / 4 - 20px * 3 / 4);
}

.drawer_icon_menu_list > li > a {
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 3px;
	justify-content: flex-end;
}

.drawer_icon_menu_list > li > a .icon_img {
}

.drawer_icon_menu_list > li > a .icon_text {
}

.drawer_item_inner .hs_form {
}

.drawer_item_inner .hs_input {
	border: 1px solid #DCDCDC;
	padding: 14px 10px;
}

.drawer_item_inner .search_key_btn {
	width: 27px;
	right: 2px;
	top: 10px;
}

.drawer_icon_guide_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.drawer_icon_guide_list > li {
	width: calc(100% / 3 - 30px * 2 / 3);
}

.drawer_icon_guide_list > li > a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.drawer_icon_guide_list > li > a .icon_img {
}

.drawer_icon_guide_list > li > a .icon_text {
	font-size: 13px;
	letter-spacing: 0;
	padding-top: 3px;
}


/* drawer_category */
.drawer_category_links > ul {
}

.drawer_category_links > ul > li > a {
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-bottom: 25px;
}

.drawer_category_links li.__item.__item--img > a > img {
	height: 80px;
	width: 100%;
	border: 1px solid #DCDCDC;
	object-fit: contain;
	padding: 10px 29px;
	margin-bottom: 5px;
}

.drawer_category_links > ul > li.__item.__item--has-children.__item--img > span.__js-toggle {
	top: 80px;
	padding-block: 3px;
	display: inline-block;
	position: absolute;
	text-align: center;
	right: 0;
	padding: .3em 0;
	width: 2em;
	line-height: 1;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	text-align: right;
}

.drawer_category_links span.__js-toggle:before {
	font-size: 1.5em;
	font-family: 'Material Icons';
	content: "\e313";
	font-weight: 200;
	color: #aaa;
}

.drawer_category_links span.__js-toggle.__is-open:before {
	transform: rotate(180deg);
}

.drawer_category_links > ul > li > ul {
	padding-bottom: 25px;
	display: none;
}

.drawer_category_links > ul > li.__item--1 > ul {
	display: block;
}

.drawer_category_links li.__item.__item--has-children.__item--10 > ul > li > ul {
	display: none;
}

.drawer_category_links li.__item.__item--has-children.__item--10 > ul > li > ul {
	display: block;
}

.drawer_category_links .__item--has-children {
	position: relative;
}

.drawer_category_links li.__item.__item--has-children > ul .__js-toggle {
	display: none;
}

.drawer_category_links li.__item.__item--img > ul > li  + li {
	margin-top: 9px;
}

.drawer_category_links li.__item.__item--img > ul > li > a {
	display: flex;
	flex-wrap: wrap;
	gap: 19px;
	align-items: center;
}

.drawer_category_links li.__item.__item--img > ul > li > a img {
	width: 62px;
	height: 48px;
	border: 1px solid #DCDCDC;
	padding: 5px;
	object-fit: contain;
	margin: 0;
}

.drawer_category_links li.__item.__item--img > ul > li > a span {
	width: calc(100% - 82px);
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.drawer_category_links li.__item.__item--has-children > ul > li > ul .__js-toggle {
	display: none;
}

.drawer_category_links li.__item.__item--has-children ul > li > ul {
	display: none;
}

.drawer_category_links .__item--img span + span {
	display: none;
}


/** eyecatch
===================================*/
.main_slider {
}

.main_slider .swiper-slide {
	width: 1040px;
}

.main_image {
	background-image: url(https://files.bcart.jp/nskw-ec/uploads/assets/img/kv_top_analytical_main.jpg);
	background-position: center;
	background-size: cover;
}

.main_image_inner {
	padding: 25px 0 30px;
}

.main_image h1 {
	color: #fff;
	font-size: 26px;
	margin: 0;
}

.main_image h1 span {
	display: block;
	font-size: 19px;
}


/** contents_all
===================================*/
#contents_wrap {
}

#main_contents {
}

#main_wrap {
}

#home_article {
}



/** side
===================================*/
.wrapper.wrapper--column-2 .__inner .aside {
	padding-bottom: 80px;
}

.wrapper.wrapper--column-2, .wrapper.wrapper--column-1 {
	background-color: #fff;
	overflow: hidden;
}

#side {
}

section.__block.__block--login.__is-member {
	border: 3px solid #efefef;
}

.__block--login {
}

.aside section.__block .__heading.__heading--default, .aside section.__block .__heading.__heading--custom {
	padding-inline: 0;
	padding-bottom: 20px;
}

.__heading.__heading--default.c-heading-aside span {
	font-size: 20px;
	text-align: center;
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}

.aside section.__block.__block--login .__heading.__heading--default {
	padding: 16px 20px 16px;
}

.aside section.__block.__block--login .__heading.__heading--default span {
	font-size: 20px;
	text-align: center;
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}

.aside section.__block.__block--login .__body {
	padding: 0 20px 20px;
}

.__message {
}

.aside section.__block.__block--login.__is-member .__message .__name {
	margin: 0;
	font-size: 0px;
	display: block;
	text-align: center;
}

.aside section.__block.__block--login.__is-member .__message .__name span {
	margin: 0;
	letter-spacing: 0;
	text-align: center;
	font-size: 13px;
}

.aside section.__block.__block--login.__is-member .__message .__name em {
	font-size: 20px;
	font-weight: normal;
}

.__name span {
}

.aside section.__block.__block--login .__body ul.__menu {
}

.aside section.__block.__block--login .__body ul.__menu li {
}

.aside section.__block.__block--login .__body ul.__menu li a {
}

.aside section.__block.__block--login .__body ul.__menu li a:before {
}

.aside section.__block.__block--login .__body ul.__menu li.__mypage a {
	border: 1px solid #004795;
	background-color: #E2EDFF;
	text-align: center;
	font-weight: bold;
	color: #004795;
	font-size: 16px;
	width: 100%;
	display: block;
	border-radius: 20px;
	padding: 5px;
}

.aside section.__block.__block--login .__body ul.__menu li.__mypage a:before {
	margin-right: 14px;
	content: url(https://files.bcart.jp/nskw-ec/uploads/assets/img/side_mypage_icon.svg);
}

.aside section.__block.__block--login .__body ul.__menu li.__mypage a:hover {
	background-color: #ffffff;
}

.aside section.__block.__block--login .__body ul.__menu li a span {
	font-size: 16px;
}

.__block--login li.__logout {
	margin-top: 8px;
}

.aside section.__block.__block--login .__body ul.__menu li.__logout a {
	border: 1px solid #D5D5D5;
	background-color: #f2f2f2;
	text-align: center;
	font-weight: bold;
	color: #848484;
	font-size: 16px;
	width: 100%;
	display: block;
	border-radius: 20px;
	padding: 5px;
}

.aside section.__block.__block--login .__body ul.__menu li.__logout a:hover {
	background-color: #fff;
}
 
.aside section.__block.__block--login .__body ul.__menu li a span {
}

.aside section.__block.__block--login .__body ul.__menu li.__logout a::before {
	display: none;
}


/* 製品メーカー */
.aside section.__block.__block--category li.__item.__item--10.__item--has-children.__item--text > a {
	display: none;
}

.aside section.__block.__block--category .__body ul.__tree li.__item ul {
	padding: 0;
}

.aside section.__block .__body {
	padding: 0;
}

.aside section.__block.__block--category .__body ul.__tree > li > ul > li + li {
	margin-top: 20px;
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children > ul > li > ul {
	margin-top: 18px;
	padding-bottom: 30px;
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children > ul > li > ul .__js-toggle {
	display: none;
}
/* 
.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children.__item--10 > ul > li > ul {
	display: block;
} */

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children.__item--1 > ul {
	display: block;
}

.aside section.__block.__block--category .__body ul.__tree li.__item a {
	border: 0;
	font-size: 14px;
}

.aside section.__block.__block--category .__body ul.__tree li.__item a:hover {
	color: #024795;
}

.aside section.__block.__block--category .__body ul.__tree > li > ul > li.__item.__item--has-children.__item--img {
}

.aside section.__block.__block--category .__body ul.__tree > li > ul > li.__item.__item--has-children.__item--img > span.__js-toggle {
	top: 80px;
	padding-block: 3px;
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle {
	width: 100%;
	text-align: right;
}

span.__js-toggle.__is-open::before {
	transform: rotate(180deg);
}



.aside section.__block.__block--category .__body ul.__tree li.__item.__item--img > a > img {
	height: 80px;
	width: 100%;
	border: 1px solid #DCDCDC;
	object-fit: contain;
	padding: 10px 29px;
	margin-bottom: 5px;
}

.aside section.__block.__block--category .__body ul.__tree > li.__item.__item--has-children > ul > li > a {
	font-weight: bold;
	font-size: 14px;
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle:before {
	content: "\e313";
	font-weight: 200;
	color: #aaa;
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children.__item--10 span.__js-toggle {
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--img {
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--img > ul > li {
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--img > ul > li + li {
	margin-top: 8px;
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--img > ul > li > a {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	align-items: center;
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--img > ul > li > a img {
	width: 62px;
	height: 48px;
	border: 1px solid #DCDCDC;
	padding: 5px;
	object-fit: contain;
	margin: 0;
}

.aside section.__block.__block--category .__body ul.__tree li.__item.__item--img > ul > li > a span {
	width: calc(100% - 72px);
	line-height: 1.3;
	letter-spacing: 0.02em;
}



/** footer
===================================*/
#footer {
}

.site_footer {
	background-color: #00499A;
	color: #fff;
}

.footer_inner {
	justify-content: space-between;
	align-items: center;
	padding: 28px 0 25px;
}

.footer_logo {
}

.footer_logo a {
	color: #fff;
}

.footer_logo a img {
}

.footer_links {
}

.footer_links ul {
}

.footer_links ul {
}

.footer_links ul > li {
	padding: 0 16px;
	border-left: 1px solid #fff;
	line-height: 1;
	font-size: 14px;
}

.footer_links ul > li:first-child {
	border-left: 0;
	padding-left: 0;
}

.footer_links ul > li:last-child {
	padding-right: : 0;
}

.footer_links ul > li a {
	color: #fff;
}

.footer_links ul > li a:hover {
}

img.new_window {
	height: 10px;
	width: 10px;
	position: relative;
	top: -1px;
	margin-left: 2px;
}

/* .footer_links a[target="_blank"] {
	display: flex;
	align-items: center;
	gap: 2px;
}

.footer_links a[target="_blank"]::before {
	content: "";
	background-image: url(https://files.bcart.jp/nskw-ec/uploads/assets/img/new_window_w.svg);
	display: block;
	width: 8.5px;
	height: 8.5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
} */

.new_tab_class {
}

.footer_bottom {
	background-color: #363636;
	padding: 14px 0;
}

.footer_bottom .container {
}

.footer_bottom address {
}

.copyright {
	text-align: center;
}

.copyright address {
	font-style: normal;
	font-size: 13px;
}

.c-pagetop {
	right: 13px;
}

.c-pagetop.__is-visible {
	opacity: 1;
}

.c-pagetop span:before {
	background-image: url(https://files.bcart.jp/nskw-ec/uploads/assets/img/to_top_arrow.svg);
	width: 43px;
	height: 43px;
	background-color: transparent;
	font-size: 0;
	opacity: 1;
	background-size: cover;
}


/** slideMenu
===================================*/
#slideMenu {
	height: 100%;
	background-color: #fff;
}



/** top
===================================*/

.main.main--home > .c-alert.c-alert--top {
	margin-bottom: 24px;
}

/* top_menu */
section.__block.__block--free.__block--free-1.__is-html {
	margin-bottom: 0;
}

section.top_main_menu {
	background-color: #F4F4F4;
	position: relative;
	margin-top: -24px;
	margin-right: calc(640px - 50vw);
	padding-right: calc(50vw - 640px);
}

.top_main_menu_inner {
	padding: 40px 0 20px 40px;
}

.d_title_wrap {
}

.d_title {
	margin: 0;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 20px;
}

.d_title .en {
	font-size: 32px;
	font-family: "Antonio", sans-serif;
}

.d_title .jp {
	font-size: 19px;
	margin-left: 5px;
}

.top_menu_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-columns:30% 30% 1fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 12px;
}

.tmg {
	background-color: #fff;
	text-align: center;
}

.tmg1 { grid-area: 1 / 1 / 3 / 2; }
.tmg2 { grid-area: 1 / 2 / 3 / 3; }
.tmg3 { grid-area: 1 / 3 / 2 / 4; }
.tmg4 { grid-area: 2 / 3 / 3 / 4; }

.tmg_row {
}

.tmg p {
	margin: 0;
}

.tmg .tmg_title {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.2;
}

.tmg .tmg_title span {
}

.tmg .tmg_title.v2 {
	font-size: 21px;
}

.tmg .tmg_title.v2 span {
	font-size: 16px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.tmg .tmg_sub {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 7px;
}

.tmg.tmg_row .tmg_title {
	font-size: 18px;
}

/* aタグのルール */
.tmg a {
	display: flex;
	padding: 18px;
	border: 3px solid #EFEFEF;
	height: 100%;
	flex-direction: column;
	align-items: center;
}

.tmg a:hover {
	border: 3px solid #00499A;
}

.tmg a:hover img {
	opacity: 1;
}

.tmg_row a {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	height: 100%;
	justify-content: flex-start;
	padding: 16px 18px;
	gap: 11%;
}

/* imgタグのルール */
.tmg img {
}

.tmg1 img {
	margin-bottom: 12px;
}

.tmg2 img {
	margin-bottom: 20px;
}


/* news */
.main.main--home section.__block.__block--news {
	background-color: #F4F4F4;
	position: relative;
	margin-right: calc(640px - 50vw);
	padding-right: calc(50vw - 640px);
	padding-left: 40px;
	padding-bottom: 51px;
	padding-top: 20px;
}

.news_title_wrap {
	background-color: #fff;
	padding: 30px 30px 10px;
}

h3.news_title {
	margin: 0;
	font-size: 20px;
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 8px;
}

.main.main--home section.__block.__block--news .__body {
	background-color: #fff;
	padding: 0 30px 40px;
}

.main.main--home section.__block.__block--news .__body ul {
	border-bottom: 1px solid #e6e6e6;
}

.main.main--home section.__block.__block--news .__body ul li {
	font-size: 16px;
}

.main.main--home section.__block.__block--news .__body ul li > a span.__date, .main.main--home section.__block.__block--news .__body ul li > a span.__title, .main.main--home section.__block.__block--news .__body ul li > span span.__date, .main.main--home section.__block.__block--news .__body ul li > span span.__title {
	padding-top: 15px;
	padding-bottom: 14px;
}

.c-news-label {
	position: relative;
	top: -2px;
}



/* top_maker_sec */
section.__block.__block--free.__block--free-2.__is-html {
	margin-top: 87px;
}

.top_maker_sec {
	padding-left: 40px;
}

.top_maker_sec_inner {
}

.d_title_wrap2 {
	margin-bottom: 55px;
}

h2.d_title2 {
	font-size: 32px;
	margin: 0 0 10px;
}

.d_title2 .jp {
}

.d_title2_sub {
	margin: 0;
	font-size: 16px;
}

.top_maker_page_anc {
}

/* ulタグのルール */
.top_maker_page_anc ul {
	margin-inline: -15px;
	margin-bottom: 20px;
}

.top_maker_page_anc ul > li {
	width: 20%;
	text-align: center;
	padding: 0px 15px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	position: relative;
}

.top_maker_page_anc ul > li:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0px;
	height: 35px;
	width: 1px;
	background-color: #DCDCDC;
	display: block;
	top: 0;
}

.top_maker_page_anc ul > li a {
	display: block;
}

.top_maker_page_anc ul > li a:hover {
}

/* imgタグのルール */
.top_maker_page_anc ul > li a img {
	height: 36px;
	width: auto;
	margin-bottom: 12px;
}

.top_maker_page_anc ul > li a span {
	display: block;
}

.top_maker_under_mark {
	text-align: center;
}

/* imgタグのルール */
.top_maker_under_mark img {
}

.maker_links_box {
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
}

.maker_links_box + .maker_links_box {
	padding-top: 60px;
	border-top: 1px solid #DCDCDC;
}

.maker_links_box_info {
	width: 29.5%;
	margin-right: 4%;
}

.maker_links_logo_wrap {
	border: 1px solid #DCDCDC;
	height: 88px;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.maker_links_box_info > a img {
	display: block;
	height: 55px;
	width: auto;
}

.maker_links_box_info > a {
	display: block;
}

.maker_links_box_info > a img {
	display: block;
}

.maker_links_box_info a:hover {
}

.maker_links_box_info h3 {
	font-size: 20px;
	margin: 17px 0;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.ml_exp {
}

.ml_exp p {
	margin: 0;
	font-size: 15px;
}

.maker_links_box_info_link {
	margin-top: 45px;
}

a.d_btn {
	display: block;
	background-color: #014795;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 7px;
	border-radius: 20px;
	font-size: 15px;
	position: relative;
	transition: 0.3s;
}

a.d_btn:hover {
	background-color: #3474bc;
}

.maker_links_box_info_link a.d_btn {
}

.maker_links_box_info_link a.d_btn:hover {
}

.maker_links_box_list_area {
	width: 66.5%;
}

.maker_links_box_list_area h3 {
	font-size: 18px;
	margin: 0px 0 18px;
}

.maker_links_items {
}

.maker_links_items > ul > li > ul {
	display: none;
}

.maker_links_items > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.maker_links_items > ul > li {
	width: calc(100% / 3 - 10px * 2 / 3);
}

.maker_links_items > ul > li > a {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	border: 1px solid #DCDCDC;
	padding: 10px 16px 10px 10px;
	font-size: 13px;
	width: 100%;
	position: relative;
}

.maker_links_items > ul > li > a::after {
	content: url(https://files.bcart.jp/nskw-ec/uploads/assets/img/right_tri_arrow_fill_bl.svg);
	position: absolute;
	right: 8px;
}

.maker_links_items > ul > li > a:hover {
	border: 1px solid #014795;
}

.maker_links_items > ul > li > a img {
	width: 40px;
	height: 40px;
	border: 1px solid #DCDCDC;
	padding: 0px;
	object-fit: cover;
	margin: 0;
	border-radius: 50%;
	overflow: hidden;
}

.maker_links_items > ul > li > a span {
	width: calc(100% - 47px);
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.maker_links_items > ul > li > a span:empty {
	display: none;
}


/* faq */
section.top_faq_sec {
	background-color: #F4F4F4;
	position: relative;
	margin-top: -24px;
	margin-right: calc(640px - 50vw);
	padding-right: calc(50vw - 640px);
	padding-bottom: 106px;
	margin-bottom: -24px;
}

.top_faq_sec_inner {
	padding: 40px 0 0 40px;
}

.top_faq_sec .d_title_wrap2 {
	margin-bottom: 32px;
}

.faq_contents_wrap {
	margin-bottom: 44px;
	padding-bottom: 27px;
	border-bottom: 1px solid #c4c4c4;
}

dl.faq_box {
	border-top: 1px solid #C4C4C4;
}

dl.faq_box + .faq_box {
	margin-top: 27px;
}

.faq_box .faq_icon {
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
	width: auto;
	margin-right: 5px;
	text-align: center;
}

.faq_box .faq_icon.a_icon {
}

dl.faq_box dt {
	cursor: pointer;
	display: flex;
	padding: 24px 30px 0;
	color: #004795;
}

dt.faq_q {
  position: relative;
  transition: 0.3s;
}

/* dt.faq_q::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 25px;
  transition: 0.3s;
}

dt.faq_q.active::after {
	transform: translateY(25%) rotate(315deg);
} */

dt.faq_q::before, dt.faq_q::after {
	content: '';
	display: inline-block;
	width: 27px;
	height: 1px;
	position: absolute;
	right: 27px;
	top: 41px;
	transform: translateY(-50%);
	background-color: currentcolor;
	transition: 0.3s;
}

dt.faq_q::after {
	transform: rotate(90deg);
}

dt.faq_q.active::before {
	opacity: 0;
}

dt.faq_q.active::after {
	transform: translateY(-50%) rotate(180deg);
}

.faq_box .faq_icon.q_icon {
}

dt.faq_q .faq_q_info {
	flex-grow: 1;
	font-size: 18px;
	font-weight: bold;
	padding-top: 3px;
}

dt.faq_q .faq_q_info p {
}

dt.faq_q.active {
}

dt.faq_q.active .faq_q_info {
}

dl.faq_box dd {
	padding: 24px 30px 0px;
	display: none;
}

dd.faq_a {
  display: none;
}

dd.faq_a::after {
}

dd.faq_a.active::after {
}

.faq_box .faq_icon.a_icon {
	font-size: 26px;
	margin-right: 12px;
	padding-left: 2px;
}

.faq_a_inner {
  display: flex;
}

dd.faq_a .faq_a_info {
	flex-grow: 1;
	font-size: 15px;
	padding-top: 3px;
}

.faq_a_info p {
	line-height: 1.7;
	margin: 0;
}

.faq_a_info p + p {
	margin-top: 1em;
}

dd.faq_a.active {
	display: block;
}

dd.faq_a.active .faq_a_info {
}

.faq_sec_btn {
}

.faq_sec_btn a.d_btn {
	width: 320px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 16px;
	padding: 16px 24px;
	border-radius: 30px;
	margin: auto;
}





/** page
===================================*/
.c-h1 {
}


/** product
===================================*/
.jconfirm .jconfirm-box.jconfirm-type-green div.jconfirm-title-c .jconfirm-title {
	font-size: 0;
}

.body-product-detail .jconfirm-type-green span.jconfirm-title::after {
	font-size: 16px;
	content: "\304A\898B\7A4D\308A\306B\8FFD\52A0\3057\307E\3057\305F";
	/* お見積りに追加しました */
}

.body-product-detail .jconfirm-type-green .jconfirm-content-pane a {
	font-size: 0;
	border-bottom: 1px solid currentColor;
	padding-bottom: 5px;
}

.body-product-detail .jconfirm-type-green .jconfirm-content-pane a::after {
	font-size: 13px;
	content: "\304A\898B\7A4D\308A\3092\898B\308B";
	/* お見積りを見る */
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__photo.__is-noimage {
    display: none;
}

.main.main--product-list section.__list.__list--row ul.__product > li.__item a table tr td.__detail {
    padding: 0;
}

.main.main--product-detail section.__information .__primary {
    display: none;
}

.main.main--product-detail section.__information .__secondary {
    width: 100%;
    float: none;
    padding: 0;
}

/** product_category
===================================*/
/* 売り切れ時の表示 */
.p-product-block ul.__product li.__item.__is-soldout a::after {
	margin: auto;
	content: "soldout";
	position: absolute;
	top: 4%;
	left: 2%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	width: 95%;
	aspect-ratio: 1/1;
	font-size: 20px;
	font-weight: bold;
	z-index: 1;
}

.jconfirm .jconfirm-box.jconfirm-type-green div.jconfirm-title-c .jconfirm-title {
	font-size: 0;
}

.body-product-list .jconfirm-type-green span.jconfirm-title::after {
	font-size: 16px;
	content: "\304A\898B\7A4D\308A\306B\8FFD\52A0\3057\307E\3057\305F";
	/* お見積りに追加しました */
}

.body-product-list .jconfirm-type-green .jconfirm-content-pane a {
	font-size: 0;
	border-bottom: 1px solid currentColor;
	padding-bottom: 5px;
}

.body-product-list .jconfirm-type-green .jconfirm-content-pane a::after {
	font-size: 13px;
	content: "\304A\898B\7A4D\308A\3092\898B\308B";
	/* お見積りを見る */
}




/** single
===================================*/



/** category
===================================*/



/** search
===================================*/



/** mypage
===================================*/
.p-mypage-navi nav.__menu .__body ul li.__item--item-order {
	display: none;
}

.p-mypage-navi nav.__menu .__body ul li.__item.__item--setting {
	display: none ;
}

.p-mypage-navi nav.__menu .__body ul li.__item.__item--profile {
	/* display: none; */
}


/** cart
===================================*/
.main.main--cart section.__shipping-wrap .__shipping .__control ul li.__to-order {
	display: none;
}



/** 404
===================================*/












/*--------------------------------------------------------------------
  === [MEDIA QUERY] ====================================
--------------------------------------------------------------------*/

/** PC only
===================================*/
@media screen and (min-width: 1280px) {

}/* @media */



/** small-PC
===================================*/
@media screen and (max-width: 1279px) {

.wrapper.wrapper--column-2 .__inner, .wrapper.wrapper--column-1 .__inner {
	margin-inline: 0;
	padding-inline: 13px;
	width: 100%;
	max-width: 100%;
}

section.top_main_menu {
	margin-right: -13px;
	padding-right: 13px;
}

.main.main--home section.__block.__block--news {
	margin-right: -13px;
	padding-right: 13px;
}

section.top_faq_sec {
	margin-right: -13px;
	padding-right: 13px;
}

/* header */
.site_search {
	margin-left: 40px;
}

input.search_keyword {
	min-width: unset;
	width: 420px;
}


/* side */
.wrapper.wrapper--column-2 .__inner .aside {
}



/* top */
.top_maker_sec {
	padding-left: 0px;
}




}/* @media */



/** mini-PC
===================================*/
@media screen and (max-width: 1099px) {



/* header */
input.search_keyword {
	min-width: unset;
	width: 350px;
	font-size: 12px;
}


/* menu */
.tmg.tmg_row .tmg_title {
	font-size: 16px;
}


/* maker_links */
.top_maker_sec {
	padding-left: 0px;
}

.maker_links_items > ul > li {
	width: calc(100% / 2 - 10px / 2);
}

.maker_links_box_info_link a.d_btn {
	font-size: 12px;
}




}/* @media */



/** Tablet
===================================*/
@media screen and (max-width: 1023px) {
/** tb-base
===================================*/
#TB_ancor {
	color: #f66;
	font-size: 20px;
}

.wrapper.wrapper--column-2 .__inner .main:not(.main--home), .wrapper.wrapper--column-1 .__inner .main:not(.main--home) {
	padding-inline: 0;
}


/** tb-header
===================================*/
div#sitelogo {
	width: 132px;
}

.site_search {
	display: none;
}

.header_account_link li a {
	padding: 10px 5px;
	width: 65px;
	justify-content: center;
	align-items: flex-end;
}

.header_account_link li a.v2 {
	padding-bottom: 10.5px;
}

.sp_menu_btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
}

.sp_menu_btn span.__toggle-open {
	display: flex;
	padding: 8px 5px 10.5px;
	height: 100%;
	align-items: flex-end;
	width: 65px;
	justify-content: center;
}

.sp_menu_btn span.full_drawer_menu_trigger {
	display: flex;
	padding: 8px 5px 10.5px;
	height: 100%;
	align-items: flex-end;
	width: 65px;
	justify-content: center;
}

.sp_search {
	background-color: #363636;
	padding: 12px 0 12px;
	border-bottom: 1px solid #000;
	z-index: 8;
	position: relative;
}

.search_key_btn_wrap {
	position: relative;
	width: 100%;
}

input.search_keyword {
	width: 100%;
	max-width: 100%;
}


/** tb-megamenu
===================================*/
.megamenu {
	top: 38px;
}


/** tb-float
===================================*/
.float_banner_inner {
	display: none !important;
}

/** tb-navi
===================================*/
.site_menu {
	/* overflow: hidden; */
}

.site_menu .container {
	overflow: auto;
}

nav.g_navi.flbox {
	margin: 0 -13px;
	padding: 0px 13px 8px;
	overflow: auto;
	flex-wrap: nowrap;
}

ul.g_navi1 {
	gap: 20px;
	flex-wrap: nowrap;
}

ul.g_navi2 > li:first-child {
	padding-left: 20px;
}

ul.g_navi2 > li {
	padding: 0 10px;
}

ul.g_navi2 > li + li {
	border: 0;
}

nav.g_navi.flbox {
	margin: 0 -13px;
	padding: 5px 13px;
	flex-wrap: nowrap;
	width: max-content;
}


/** tb-eyecatch
===================================*/
.main_image h1 {
	font-size: 24px;
	margin: 0;
}


/** tb-contents_all
===================================*/



/** tb-side
===================================*/
.wrapper.wrapper--column-2 .__inner .main {
	width: 100%;
}

.wrapper.wrapper--column-2 .__inner .aside {
	display: none;
}


/** tb-footer
===================================*/
.footer_logo img {
	width: 132px;
}

.footer_links {
	padding: 20px 0 0;
}

.footer_links ul {
	gap: 18px 0;
}


/** tb-slideMenu
===================================*/



/** tb-drawer
===================================*/



/** tb-top
===================================*/
section.top_main_menu {
	margin-left: -13px;
	margin-top: -16px;
	padding-left: 13px;
}

.top_main_menu_inner {
	padding: 40px 0 20px 0px;
}

.main.main--home section.__block.__block--news {
	padding-left: 13px;
	margin-left: -13px;
}

section.top_faq_sec {
	margin-left: -13px;
	padding-left: 13px;
}

.top_faq_sec_inner {
	padding: 40px 0 0 0px;
}


/** tb-page
===================================*/



/** tb-product
===================================*/



/** tb-product_category
===================================*/



/** tb-single
===================================*/



/** tb-category
===================================*/



/** tb-search
===================================*/



/** tb-404
===================================*/



}/* @media */






/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
/** base
===================================*/
#SP_ancor {
	color: #f66;
	font-size: 20px;
}


/** sp-header
===================================*/
/* header */
.site_header {
	transition: 0.3s;
}

.site_header.scroll_down {
	transform: translateY(-60px);
}


/** sp-navi
===================================*/




/** sp-megamenu
===================================*/
ul.magamenu_sp_maker_list > li {
	width: calc(100% / 2 - 20px* 1 / 2);
	font-weight: bold;
	font-size: 14px;
}



/** sp-eyecatch
===================================*/
.main_image_inner {
	padding: 20px 0 23px;
}

.main_image h1 span {
	display: block;
	font-size: 13px;
}

.main_image h1 {
	color: #fff;
	font-size: 16px;
	margin: 0;
}


/** sp-contents_all
===================================*/



/** sp-side
===================================*/



/** sp-footer
===================================*/
.footer_logo {
	display: none;
}

.footer_inner {
	padding: 22px 0 22px;
}

	.footer_links {
	padding: 0px 0 0;
}

.footer_links ul {
	gap: 18px 0;
	justify-content: center;
}

.footer_links ul > li {
	font-size: 13px;
}

.footer_links ul > li:first-child {
	border-left: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
}

.footer_links ul > li:nth-child(2n) {
	border: 0;
}

.footer_links ul > li {
	border: 0;
}

.footer_bottom {
	padding: 10px 0;
}

.copyright address {
	font-style: normal;
	font-size: 12px;
}


/** sp-slideMenu
===================================*/



/** sp-drawer
===================================*/



/** sp-top
===================================*/
/* main_nav */
.top_main_menu_inner {
	padding: 31px 0 20px 0px;
}

.d_title {
	margin: 0;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 16px;
}

.d_title .en {
	font-size: 18px;
	font-family: "Antonio", sans-serif;
}

.d_title .jp {
	font-size: 14px;
	margin-left: 3px;
}

.top_menu_grid {
	display: flex;
	flex-wrap: wrap;
}

.top_menu_grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tmg {
	width: calc(100% / 2 - 8px / 2);
}

.tmg a {
	padding: 13px 8px;
}

.tmg img {
	width: 52px;
	height: 52px;
	object-fit: contain;
	aspect-ratio: 1 / 1;
}

.tmg1 img {
	margin-bottom: 8px;
}

.tmg .tmg_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.tmg p {
	margin: 0;
	line-height: 1.2;
	letter-spacing: 0;
}

.tmg .tmg_sub {
	font-size: 12px;
}

.tmg2 img {
	margin-bottom: 14px;
}

.tmg .tmg_title.v2 {
	font-size: 16px;
}

.tmg .tmg_title.v2 span {
	font-size: 12px;
	margin-bottom: 5px;
}

.tmg_row a {
	justify-content: center;
	gap: 10px;
	padding-bottom: 16px;
}


/* sp-news */
.main.main--home section.__block.__block--news {
	padding-top: 10px;
	padding-bottom: 30px;
	margin-bottom: 0;
}

.news_title_wrap {
	padding: 26px 13px 7px;
}

h3.news_title {
	font-size: 18px;
	line-height: 1.2;
}

.main.main--home section.__block.__block--news .__body {
	padding: 0 13px 30px;
}

.main.main--home section.__block.__block--news .__body ul li {
	padding: 0;
}

.main.main--home section.__block.__block--news .__body ul li {
	padding: 0;
	font-size: 15px;
}

.main.main--home section.__block.__block--news .__body ul li > a, .main.main--home section.__block.__block--news .__body ul li > span {
	display: flex;
	flex-wrap: wrap;
}

.main.main--home section.__block.__block--news .__body ul li > a span.__date, .main.main--home section.__block.__block--news .__body ul li > a span.__title, .main.main--home section.__block.__block--news .__body ul li > span span.__date, .main.main--home section.__block.__block--news .__body ul li > span span.__title {
	font-size: 14px;
	padding: 10px 0;
}

.main.main--home section.__block.__block--news .__body ul li > a span.__date {
	width: 90px;
	font-size: 13px;
}

.main.main--home section.__block.__block--news .__body ul li > a span.__title {
	width: calc(100% - 90px);
	line-height: 1.4;
}


/* maker */
section.__block.__block--free.__block--free-2.__is-html {
	margin-top: 46px;
}

h2.d_title2 {
	font-size: 18px;
	margin: 0 0 10px;
	line-height: 1.2;
}

.d_title2_sub {
	margin: 0;
	font-size: 14px;
	letter-spacing: 0.02em;
}

.d_title_wrap2 {
	margin-bottom: 50px;
}

.top_maker_page_anc ul {
	gap: 20px 0;
}

.top_maker_page_anc ul > li {
	width: 50%;
}

.top_maker_under_mark img {
	width: 60px;
}


/* maker_links_box */
.maker_links_box {
	padding-bottom: 0px;
}

.maker_links_box + .maker_links_box {
	padding-top: 40px;
}

.maker_links_box_info {
	width: 100%;
	margin: 0 0 30px;
}

.maker_links_box_info > a img {
	display: block;
	height: 50px;
}

.maker_links_box_info h3 {
	font-size: 19px;
	margin: 12px 0;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.ml_exp p {
	margin: 0;
	font-size: 14px;
}

.maker_links_box_info_link {
	margin-top: 20px;
}

.maker_links_box_info_link a.d_btn {
	font-size: 15px;
}

.maker_links_box_list_area {
	width: 100%;
}

.maker_links_items:not(.active) {
	display: none;
}

.maker_links_items > ul {
	padding-bottom: 40px;
}


/* faq */
section.__block.__block--free.__block--free-3.__is-html {
	margin-bottom: 0;
}

section.top_faq_sec {
	margin-top: 40px;
	padding-bottom: 60px;
}

.top_faq_sec_inner {
	padding: 60px 0 0 0px;
}

.top_faq_sec .d_title_wrap2 {
	margin-bottom: 0px;
}

h2.d_title2 {
	font-size: 20px;
	margin: 0 0 14px;
	line-height: 1.2;
}

.faq_contents_wrap {
	margin-bottom: 40px;
	padding-bottom: 20px;
}

dl.faq_box dt {
	cursor: pointer;
	display: flex;
	padding: 20px 13px 0;
}

.faq_box .faq_icon.q_icon {
	font-size: 25px;
}

dt.faq_q .faq_q_info {
	flex-grow: 1;
	font-size: 15px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 20px;
	line-height: 1.4;
}

dt.faq_q::before, dt.faq_q::after {
	width: 20px;
	right: 10px;
	top: 32px;
}

dl.faq_box dd {
	padding: 20px 13px 0px;
	display: none;
}

.faq_box .faq_icon.a_icon {
	font-size: 25px;
	margin-right: 5px;
	padding-left: 1px;
}

dd.faq_a .faq_a_info {
	font-size: 14px;
}







/** sp-page
===================================*/



/** sp-product
===================================*/



/** sp-product_category
===================================*/



/** sp-single
===================================*/



/** sp-category
===================================*/



/** sp-search
===================================*/



/** sp-404
===================================*/





}/* @media */


