﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

img {
    height: auto;
}

div.wrapper_ {
    padding-bottom: 145px;
}

a:link {
    color: #0F9596;
}

/*----------------------
 header
----------------------*/

#header {
    height: 100px;
    width: 1240px;
    width: 1200px;
    margin-bottom: 12px;
    padding-left: 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;

}

#header h1.top_h1 {
    width: 310px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

#header h1.top_h1 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header h1.top_h1 a.tel {
    position: absolute;
    bottom: 10px;
    width: auto;
    height: auto;
    color: #707070;
    font-weight: bold;
    pointer-events: none;
}

#header h1.top_h1 a.tel dl {
    display: flex;
}

#header h1.top_h1 a.tel dl dt {
    font-size: 12px;
}

#header h1.top_h1 a.tel dl dd {
    font-size: 15px;
}

#header h1.top_h1 img {
    height: auto;
}

#header .top_header_box {
    display: flex;
    align-items: center;
    width: 520px;
    margin-left: 6px;
}

#header .top_header_box .top_header_box_head {
    display: flex;
    align-items: center;
}

#header .top_header_box .top_header_box_head span {
    font-size: 16px;
    font-weight: bold;
    line-height: calc(24 / 16);
    color: #003647;
    margin-left: 10px;
}

#header .top_header_box > ul.top_header_box_company {
    width: 265px;
    margin-left: 26px;
}

#header .top_header_box > ul.top_header_box_company li {
    -webkit-line-clamp: 1;
    line-height: 1.8;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    color: #888888;
    letter-spacing: 0;
}

#header .top_header_box > ul.top_header_box_name {
    width: 100px;
    margin-left: 15px;
    position: relative;
}

#header .top_header_box > ul.top_header_box_name li {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#header .top_header_box > ul.top_header_box_name li:nth-of-type(2){
    

}

#header .top_header_box > ul.top_header_box_name::after {
    position: absolute;
    bottom: 0;
    right: -1rem;
    content: "様";
    font-size: 16px;
    font-weight: bold;
}

div.wrapper_wrapper_:has( > div.wrapper_ > div.login_) > #header > .top_header_box > ul.top_header_box_name {
    display: none;
}

div.wrapper_wrapper_:has( > div.wrapper_ > div.login_) > #header > ul {
    display: none;
}

div.wrapper_wrapper_:has( > div.wrapper_ > div.login_) #header .top_h1 a.tel {
    display: none;
}

#header > ul {
    display: flex;
    align-items: center;
    /* background: url(../../img/usr/header/sp/bg.png); */
    background-image: -moz-linear-gradient( 0deg, rgb(0,142,143) 0%, rgb(1,89,150) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,142,143) 0%, rgb(1,89,150) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,142,143) 0%, rgb(1,89,150) 100%);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	width: 299px;
	height: 100%;
    margin-left: 40px;
}

#header > ul li {
    width: 33.3%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#header > ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: -0.1em;
    line-height: calc(16 / 14);
    position: relative;
}

#header > ul li:nth-of-type(1) a img {
    width: 29px;
    height: auto;
    margin-bottom: 5px;
}

#header > ul li:nth-of-type(2) a img {
    width: 30px;
    height: auto;
    margin-bottom: 5px;
    position: relative;
    top: -1px;
}

#header > ul li:nth-of-type(3) a img {
    width: 25px;
    height: auto;
    margin-bottom: 5px;
    position: relative;
    top: -1px;
}

#header > ul li:nth-of-type(1) a::before,
#header > ul li:nth-of-type(2) a::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    height: 79px;
    width: 1px;
    background: #ffffff;
    transform: translateY(-50%);
}

/*----------------------
 footer
----------------------*/

#footer {
    position: relative;
    margin: 0;
    background: #E9E9E9;
    min-height: 96px;
    z-index: 1000;
    height: 100px;
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}

@media (max-width: 1340px) {
    #footer {
        width: auto;
    }
}

#footer::after {
    min-width: 1200px;
    /* width: 1400px; */
    background-image: -moz-linear-gradient( 90deg, rgb(0,54,71) 0%, rgb(0,142,143) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,54,71) 0%, rgb(0,142,143) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,54,71) 0%, rgb(0,142,143) 100%);
    /* left: 50%;
    transform: translate(-50%); */
}

.block-page-top {
    position: absolute;
    top: -46px;
    right: 25px;
    /* display: none; */
}

div.wrapper_wrapper_:has( > div.wrapper_ > div.login_) .block-page-top {
    display: none;
}

.block-page-top .block-page-top--inner {
    position: fixed;
    top: auto;
    right: 22px;
    bottom: 46px;
    left: auto;
    padding: 0;
    width: 64px;
    height: 64px;
}

.block-page-top .block-page-top--inner a {
    /* position: absolute;
    right: -86px;
    bottom: 0; */
    display: block;
    width: 64px;
    height: 64px;
    transition: bottom 0.5s;
    background: #222222;
    border-radius: 20px;

    /* position: fixed;
    right: 24px;
    bottom: 46px; */
}

#footernav {
    position: static;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    font-size: 14px;
    transform: none;
    height: 58px;
    border-bottom:1px solid #668691;
    border-right: 1px solid #668691;
    border-left: 1px solid #668691;
    box-sizing: border-box;

    /* position: absolute;
    right: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: auto; */
}

#footernav li {
    width: 33%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right:1px solid #668691;
}

#footernav li:nth-of-type(1) {
    background: #000000;
}

#footernav li:last-of-type {
    border-right:none;
}

#footernav li a {
    font-size: 16px;
    font-weight: bold;
    line-height: calc(24 / 16);
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footernav li a:hover {
    text-decoration: none;
}

#footernav li a::before,
#footernav li a::after {
    content: none;
}

#copyright {
    font-size: 12px;
    font-weight: bold;
    line-height: calc(18 / 12);
    color: #bbbbbb;
    position: static;
    transform: none;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*----------------------
 購入フロー
----------------------*/
input[name="address.x"], input[name="edi_address.x"] {
    color: #0F9596 !important;
}

.common_headline2_::before {
    background: #008e8f;
}

div.order_ table.order_cart_list_ input.order_cart_qty_ {
    border: 2px solid #008e8f;
}

div.order_ a.order_cart_navi_ {
    color: #0F9596;
}
div.order_ .order_cart_reload_ {
    border: 1px solid #008e8f;
    background-color: #008e8f;
}

div.order_ hr.order_cart_list_total_dest_top_ {
    border-top: 2px solid #008e8f;
}

div.order_ div.bar_ {
    border-top: 1px solid #008e8f;
}

.formlist_ th,
.formdetail_ th,
div.order_ table.estimate_method_ th,
div.order_ table.destgoodslist_ th,
div.order_ table.destspeclist_ th {
    background-color: #ECFBFB;
}

div.order_ div.estimate_footer_total_ {
    border: 2px solid #008e8f;
}

/*----------------------
 カスタマー
----------------------*/

div.mymenu_topic_,
div.mymenu_ div.mymenu_main_list_ {
    border: 2px solid #008e8f;
}

div.mymenu_topic_ ul.topicline_ li::before {
    color: #008e8f;
}

div.mymenu_ div.mymenu_main_list_ h4::before,
div.mymenu_ div.mymenu_main_list_ h5::before {
    background: #008e8f;
}

div.order_ div.estimate_block_ span.method_supplier_name_,
div.order_ div.dest_block_ table.dest_+div.estimate_block_ span.method_supplier_name_ {
    border-left: 5px solid #008e8f;
}

div.passchange_ p strong a {
    color: #0F9596;
}
