/* ====================================
	reset tag
==================================== */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    vertical-align: baseline;
}

html,
body {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
    display: block;
}

html {
    font-size: 62.5%;
    color: #333333;
    min-width: 320px;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overscroll-behavior-y: none;
    font-size: 1.6rem;
    position: static;
    background-color: #f6f6f6;
    min-width: 320px;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

img {
    display: block;
    width: 100%;
    height: auto !important;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:active {
    opacity: 0.7;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

td,
th {
    line-height: 1.3;
}

p,
.main--privacy,
.main--howto,
.__text,
.main.main--howto .__content-top {
    font-size: 1.6rem;
    line-height: 1.5;
}

.main--privacy .text_set p {
    max-width: 750px;
}

.main--privacy .text_set p.indent {
    text-indent: -1em;
    padding-left: 1em;
}

/* -------------------
	ご利用案内
------------------- */
.main.main--howto .__content-top {
    margin-bottom: 50px;
}

.main.main--howto .__step h2.__heading {
    background-color: #ebf1f9;
    padding: 9px 3px;
    line-height: 1;
}

.main.main--howto .__step .__body ul.__list li.__item {
    display: block;
    margin-bottom: 50px;
}

.main.main--howto .__step .__body ul.__list li.__item h3.__title {
    background-color: #f2f2f2;
    padding: 9px 3px;
    line-height: 1;
}

/* -------------------
	個人情報の取り扱いについて
------------------- */
.main--privacy .text_set {
    margin: 0 0 40px 0;
}

.main--privacy .text_set .small {
    font-size: 1.2rem;
    color: #999999;
}

.main--privacy h3 {
    margin: 0 0 10px 0;
    background-color: #f2f2f2;
    padding: 9px 3px;
    line-height: 1;
}

/* -------------------
	ログイン
------------------- */
.main--login .text_set {
    margin: 0 0 20px 0;
}

.main--login .text_set .small {
    font-size: 1.2rem;
    color: #999999;
}

.main--login h2 {
    margin: 0 0 10px 0;
    background-color: #ebf1f9;
    padding: 9px 3px;
    line-height: 1;
}

.main--login h3 {
    margin: 0 0 10px 0;
    background-color: #f2f2f2;
    padding: 9px 3px;
    line-height: 1;
}

/* ====================================
	responsive
==================================== */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* ====================================
	header
==================================== */
.header {
    max-width: 1300px;
    margin: 0 auto;
    background-color: #ffffff;
}

.header .__banner {
    padding: 10px 10px 0 10px;
    max-width: 1300px;
    border-bottom: 5px solid #0095da;
    height: 77px;
}

.header .__banner .__wrap a.__logo {
    padding: 0;
    vertical-align: middle;
    width: 300px;
}

.header h1 img {
    max-width: 300px;
    max-height: none;
}

.header .__banner .__wrap .__login {
    padding: 0;
    vertical-align: top;
}

.header .__banner .__wrap .__login.__is-guest .__block .__body .__login-form {
    padding: 0;
}

.header .__banner .__wrap .__login.__is-guest .__block .__body .__login-form form .__submit {
    padding: 0;
}

.header .__banner .__wrap .__login .__block .__body ul.__menu li {
    font-size: 1.2rem;
}

/* ====================================
	gnav
==================================== */
.gnav-pc .__menu {
    max-width: 1300px;
}

.gnav-pc {
    background-color: #ffffff;
    padding: 0;
    border-bottom: 1px solid #cccccc;
}

.gnav-pc .__menu.__menu--default ul li,
.gnav-pc .__menu.__menu--custom ul li {
    background-color: #ffffff;
    border: 0;
}

.gnav-pc .__menu.__menu--default ul li a,
.gnav-pc .__menu.__menu--custom ul li a {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 1.8rem;
    border-right: 1px solid #cccccc;
    color: #ffffff;
    padding: 5px 0;
    background-color: #0095da;
}

.gnav-pc .__menu.__menu--default ul li:last-child a,
.gnav-pc .__menu.__menu--custom ul li:last-child a {
    border-right: 0;
}

.gnav-pc .__menu.__menu--default ul li a:hover,
.gnav-pc .__menu.__menu--custom ul li a:hover {
    background-color: #0095da;
    color: #ffffff;
    opacity: 1;
}

/* ====================================
	wrapper
==================================== */
.wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 0 200px 0;
    background-color: #ffffff;
}

.__to-home {
    display: none !important;
}

/* ====================================
	footer
==================================== */
.footer {
    max-width: 1300px;
    margin: 0 auto 0 auto;
    background: #333333;
}

.footer .__copyright,
.footer .__poweredby {
    color: #ffffff;
}

.footer nav.__nav ul {
    color: #ffffff;
    text-align: center;
}

/* ====================================
	side : search, cart
==================================== */
.aside section.__block.__block--cart .__body,
.aside section.__block.__block--search .__body {
    padding: 10px 0;
}

.aside section.__block.__block--search .__body input {
    width: 159px;
}

/* ====================================
	side : category
==================================== */
.aside section.__block.__block--feature .__body ul,
.aside section.__block.__block--category .__body ul.__tree {
    padding: 0 0 0 0;
}

.aside section.__block.__block--feature .__body ul > li,
.aside section.__block.__block--category .__body ul.__tree > li {
    border-bottom: 1px solid #eeeeee;
    margin: 0 !important;
    padding: 0 0 0 10px;
}
.aside section.__block.__block--feature a:hover,
.aside section.__block.__block--category a:hover {
    text-decoration: none;
}
.aside section.__block.__block--feature .__body ul li.__item ul,
.aside section.__block.__block--category .__body ul.__tree li.__item ul {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    width: 300px;
}

.aside section.__block.__block--feature .__body ul li.__item li,
.aside section.__block.__block--category .__body ul.__tree li.__item li {
    padding: 0 0 0 0;
    height: 52px;
}

.aside section.__block.__block--feature .__body ul > li.__item > ul > li.__item,
.aside section.__block.__block--category .__body ul.__tree > li.__item > ul > li.__item {
    padding: 0 0 0 10px;
}
.aside section.__block.__block--feature .__body ul li.__item.__item--has-children > a,
.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children > a {
    padding: 0 0 0 0;
    background-image: url("https://files.bcart.jp/organo-store/uploads/__common_img/menu_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 3px center;
    background-size: 10px 10px;
}

.aside section.__block.__block--feature .__body ul li.__item.__item--has-children span.__js-toggle,
.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle {
    display: none;
}

.aside section.__block.__block--feature .__body ul li.__item a,
.aside section.__block.__block--category .__body ul.__tree li.__item a {
    padding: 0 0 0 0 !important;
    line-height: 50px;
}

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

.aside section.__block.__block--feature .__body ul li.__item,
.aside section.__block.__block--feature .__body ul li.__item ul li.__item,
.aside section.__block.__block--feature .__body ul li.__item ul li.__item ul li.__item,
.aside section.__block.__block--feature .__body ul li.__item ul li.__item ul li.__item ul li.__item,
.aside section.__block.__block--category .__body ul.__tree li.__item,
.aside section.__block.__block--category .__body ul.__tree li.__item ul li.__item,
.aside section.__block.__block--category .__body ul.__tree li.__item ul li.__item ul li.__item,
.aside section.__block.__block--category .__body ul.__tree li.__item ul li.__item ul li.__item ul li.__item {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    color: #333333;
}
.aside section.__block.__block--feature .__body ul > li.__item,
.aside section.__block.__block--category .__body ul.__tree > li.__item {
    border-top: 1px solid #e6e6e6;
}

.aside section.__block.__block--feature .__body ul li.__item:hover,
.aside section.__block.__block--feature .__body ul li.__item ul li.__item:hover,
.aside section.__block.__block--feature .__body ul li.__item ul li.__item ul li.__item:hover,
.aside section.__block.__block--feature .__body ul li.__item ul li.__item ul li.__item ul li.__item:hover,
.aside section.__block.__block--category .__body ul li.__item:hover,
.aside section.__block.__block--category .__body ul.__tree li.__item ul li.__item:hover,
.aside section.__block.__block--category .__body ul.__tree li.__item ul li.__item ul li.__item:hover,
.aside section.__block.__block--category .__body ul.__tree li.__item ul li.__item ul li.__item ul li.__item:hover {
    background-color: rgba(52, 152, 219, 0.8);
    border-bottom: 1px solid rgba(52, 152, 219, 1);
    color: #ffffff;
}

.aside section.__block.__block--feature .__body ul li.__item ul li.__item ul li.__item a,
.aside section.__block.__block--category .__body ul.__tree li.__item ul li.__item ul li.__item a {
    padding: 0 0 0 10px !important;
}

.aside section.__block.__block--category .__body ul li.__item ul li.__item ul li.__item ul li.__item a,
.aside section.__block.__block--category .__body ul.__tree li.__item ul li.__item ul li.__item ul li.__item a {
    padding: 0 0 0 10px !important;
}

/* ====================================
	商品一覧
==================================== */
.p-product-block ul.__product li.__item a .__title {
    line-height: 1.5;
}

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

/* ====================================
	商品詳細 
==================================== */

.main.main--product-detail section.__information .__secondary h1.__title {
    line-height: 1.25;
    font-size: 2.4rem;
    font-weight: bold;
    color: #333333;
}

.main.main--product-detail section.__information .__secondary .__catch {
    font-size: 1.8rem;
    font-weight: normal;
    color: #333333;
    line-height: 1.25;
}

.main.main--product-detail section.__information .__secondary .__description {
    font-size: 1.4rem;
    font-weight: normal;
    color: #999999;
    line-height: 1.25;
}

.main.main--product-detail section.__information .__secondary .__control span.__cad {
    display: inline-block;
    padding: 0.5em 0.5em 0 0;
}

.main.main--product-detail section.__information .__primary .__photo .__sub ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.main.main--product-detail section.__information .__primary .__photo .__sub ul li {
    padding: 5px;
}

.main.main--product-detail section.__information .__primary .__photo .__sub ul li a {
    display: flex;
    align-items: center;
    border: 1px solid #cccccc;
    height: 100%;
    padding: 5px;
}

.__js-cad {
    padding: 0.6em 1em;
    line-height: 16px;
    border-radius: 15px;
    color: #333333 !important;
    text-decoration: none !important;
    margin: 0 0 0 0;
}

.__cad .__button {
    text-decoration: none;
}

.__cad .__button {
    display: block !important;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2em;
}

.__cad .__button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\F019";
    margin-right: 0.5em;
    color: #2ab27b;
}

span.__cad .__button:after {
    content: "CADファイル・寸法図";
}

/* ------------------------
	寸法表
------------------------ */
/*
.c-table-dl tr:nth-child(1) {
  display: none;
}
*/
.wrapper--corporate .c-table-dl tr:nth-child(1) {
    display: table-row !important;
}

/* ------------------------
	寸法表
------------------------ */
.product_caption {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.product_caption img {
    display: inline-block;
    margin: 0 5px;
    width: 18px;
}

#product_size table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 30px 0;
}

#product_size table caption {
    background-color: #ffffff;
}

#product_size table caption p {
    text-align: right;
    font-size: 1.4rem;
    color: #666666;
    padding-right: 5px;
}

#product_size table caption p a {
    text-decoration: underline;
    color: #0095da;
}

#product_size table caption p:first-child {
    padding-top: 5px;
}

#product_size table caption p:last-child {
    padding-bottom: 5px;
}

#product_size thead {
    border-top: 1px solid #ffffff;
}

#product_size thead td {
    background-color: #757575;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 3px;
    font-size: 1.4rem;
    color: #ffffff;
}

#product_size thead td :last-child {
    border-right: 0;
}

#product_size thead th:nth-child(1) {
    width: 120px;
}

#product_size thead select {
    width: 100%;
}

#product_size .none {
    display: none;
}

#product_size tbody td {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 12px 3px;
    font-size: 1.4rem;
    color: #333333;
    vertical-align: middle;
}

#product_size tbody td.cart img {
    display: block;
    margin: 0 auto;
    width: 18px;
}

#product_size tbody td:last-child {
    border-right: 0;
}

#product_size tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

#product_size tbody tr:nth-child(even).blink {
    background-color: #f2f2f2;
    animation: blink 2s infinite;
}

#product_size tbody tr.blink {
    background-color: #ffffff;
    animation: blink 2s infinite;
}

@keyframes blink {
    50% {
        background-color: rgba(30, 88, 175, 0.5);
    }
}

@media only screen and (max-width: 415px) {
    #product_size {
        width: 100%;
        overflow-x: scroll;
    }

    #product_size thead td:nth-child(1) {
        min-width: 60px;
    }

    #product_size thead td:nth-child(2) {
        min-width: 100px;
    }
}

/* ------------------------
	カート
------------------------ */
.p-product-set table thead tr th {
    background-color: #757575;
    font-size: 1.4rem;
    color: #ffffff;
}

.p-product-set table tbody tr td:nth-child(1) {
    padding: 5px;
}

.p-product-set table tbody tr td,
.p-product-set table tbody tr td.__description h2.__name {
    font-size: 1.4rem;
}

.p-product-set table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.p-product-set table tbody tr:nth-child(even).blink {
    background-color: #f2f2f2;
    animation: blink 2s infinite;
}

.p-product-set table tbody tr.blink {
    background-color: #ffffff;
    animation: blink 2s infinite;
}

.p-form-table img {
    max-width: 100%;
    width: auto;
}

.wrapper--howto .__content-top a {
    text-decoration: underline;
    color: #3498db;
}

/* ====================================
	page : 表組フィルタ
==================================== */
.product_filter_desp {
    font-size: 1.6rem;
    margin: 0 0 40px 0;
    line-height: 1.5;
}

.product_filter_select {
    width: 100%;
}

.product_filter_select td {
    width: calc(100% / 8);
    border-bottom: 0 solid #dddddd;
    border-top: 0 solid #dddddd;
    border-right: 0 solid #dddddd;
    line-height: 1;
    padding: 10px 2px;
    font-size: 1.4rem;
}

.product_filter_select thead td {
    background-color: #0095da;
    color: #ffffff;
}

.product_filter_select td select {
    width: 100%;
}

#product_filter_result table {
    width: 100%;
}

#product_filter_result table thead td {
    background-color: #0095da;
    color: #ffffff;
}

#product_filter_result table td {
    width: calc(100% / 8);
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    line-height: 1;
    padding: 10px 2px;
    font-size: 1.4rem;
}

#product_filter_result table td span {
    font-size: 1rem;
    color: #999999;
}

#product_filter_result table td span:before {
    content: "(";
    padding-right: 2px;
}

#product_filter_result table td span:after {
    content: ")";
    padding-left: 2px;
}

#product_filter_result table td:last-child {
    border-right: 0;
}

#product_filter_result table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

#product_filter_result table tbody td a {
    color: #0095da;
    border-bottom: 1px dotted #0095da;
}

.__table.c-table-dl {
    margin-bottom: 30px;
}

.__set.p-product-set {
    margin: 0 !important;
}

.product_h3 {
    background-color: #0095da;
    color: #ffffff;
    padding: 10px 10px !important;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1px;
}

.search_loading {
    margin: 100px auto;
}

.search_loading--icon {
    display: block;
    margin: 0 auto 10px auto;
    width: 48px;
}

.search_loading p {
    font-size: 1.6rem;
    text-align: center;
}

.header .__banner .__wrap a.__logo img {
    max-height: none;
    max-width: 90px;
    width: auto;
}

/*

*/

a.pdf {
    color: #0095da;
    text-decoration: underline;
}

@media screen and (max-width: 599px) .header .__banner .__wrap a.__logo {
    max-width: 200px;
}

/* ====================================
	TOP : ニュース
==================================== */
.main.main--home section.__block.__block--news .__body ul li {
    font-size: 1.6rem;
    height: 30px;
}
.main.main--home section.__block.__block--news .__body ul li a span {
    padding: 5px 5px;
}

/* ====================================
	page : 商品詳細
==================================== */
.body-product-detail .c-form {
    display: none;
}
.product__contact {
    display: block;
    max-width: 120px;
    text-align: center;
    background-color: #3498db;
    margin: 0 auto;
    color: #ffffff;
    padding: 5px 0;
    border-radius: 5px;
}
.product__contact:hover {
    text-decoration: none;
    opacity: 0.75;
}

/* ====================================
	page : 利用規約
==================================== */
.howto__section {
    margin: 0 0 80px 0;
}

.howto__section h2 {
    border-bottom: 1px solid #333333;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}

.howto__section p {
    margin: 0 0 20px 0;
    text-indent: -2em;
    padding-left: 2em;
}

.howto__section p.one {
    text-indent: -0;
    padding-left: 0;
}

@media only screen and (max-width: 1279px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 414px) {
}

@media only screen and (max-width: 375px) {
}

@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 320px) {
}

/* ====================================
	common : 共通上書き
==================================== */
.c-heading-main {
    background-color: #ffffff;
    border-bottom: 2px solid #0095da;
    color: #0095da;
    padding: 10px 10px 10px 35px;
    background-image: url("../__add_file/icon__droplets.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center left;
}
.c-heading-main span {
    font-weight: bold;
    ont-size: 1.7em;
}
/* nav */
.gnav-pc .__menu.__menu--default ul li a,
.gnav-pc .__menu.__menu--custom ul li a {
    padding-top: 40px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: top 10px center;
    font-size: 1.6rem;
}
.gnav-pc .__menu.__menu--default ul li.__item--1 a,
.gnav-pc .__menu.__menu--custom ul li.__item--1 a {
    background-image: url("../__add_file/icon__nav--home.svg");
}
.gnav-pc .__menu.__menu--default ul li.__item--2 a,
.gnav-pc .__menu.__menu--custom ul li.__item--2 a {
    background-image: url("../__add_file/icon__nav--item.svg");
}
.gnav-pc .__menu.__menu--default ul li.__item--3 a,
.gnav-pc .__menu.__menu--custom ul li.__item--3 a {
    background-image: url("../__add_file/icon__nav--list.svg");
}
.gnav-pc .__menu.__menu--default ul li.__item--4 a,
.gnav-pc .__menu.__menu--custom ul li.__item--4 a {
    background-image: url("../__add_file/icon__nav--doc.svg");
}
.gnav-pc .__menu.__menu--default ul li.__item--5 a,
.gnav-pc .__menu.__menu--custom ul li.__item--5 a {
    background-image: url("../__add_file/icon__nav--inquiry.svg");
}
/* side */
.aside section.__block .__heading.__heading--default,
.aside section.__block .__heading.__heading--custom {
    padding: 10px 0 10px 40px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center left 10px;
}
.aside section.__block--search .__heading.__heading--default,
.aside section.__block--search .__heading.__heading--custom {
    background-image: url("../__add_file/icon__side--search.svg");
}
.aside section.__block--cart .__heading.__heading--default,
.aside section.__block--cart .__heading.__heading--custom {
    background-image: url("../__add_file/icon__side--cart.svg");
}
.aside section.__block--category .__heading.__heading--default,
.aside section.__block--category .__heading.__heading--custom {
    background-image: url("../__add_file/icon__side--category.svg");
}
.aside section.__block--feature .__heading.__heading--default,
.aside section.__block--feature .__heading.__heading--custom {
    background-image: url("../__add_file/icon__side--feature.svg");
}
