/* ----------------------------------------
　共通
---------------------------------------- */
.pl-2 {
    padding-left: 0.5rem;
}
.pl-3 {
    padding-left: 1rem;
}

/* ----------------------------------------
　header
---------------------------------------- */
/* ヘッダー高さ変更 */
.header {
    min-height: auto;
}
/* デフォルトグレーのバー、homeボタン、問い合わせボタン、会員証 非表示 */
.navigation,
ul.navlist li.home,
ul.navlist li.inquiry,
.section_wrp #section01 .section_inner .headline,
.header_wrp #member_card {
    display: none;
}
.section_wrp #section01 .section_inner .headline + .content {
    margin-top: 0; 
}
.header_wrp {
    border-bottom: 1px solid #c8c8c8;
}
/* カートボタン */
.header .nav ul li.nav-cart a:before {
    content: '';
    position: absolute;
    margin: auto;
    top: 5px;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url(/image/header_icon_cart_in.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 40px 40px;
}
/* タブレット以下 */
@media screen and (max-width: 768px) {
    .header .nav ul li.nav-cart a:before {
        display: none;
    }
}
/* 上部よくあるご質問アイコン幅変更 */
.header .nav ul li.faq {
    width: 85px;
}


/* ----------------------------------------
　contents
---------------------------------------- */
.bg_cover {
    width: 100%;
    height: 53vh;
    background-image: url(/image/toppicture1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}
.bg_cover::after {
    content: '';
    background-color: rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@media screen and (max-width: 1200px) {
    .bg_cover {
		background-size: 130%;
        height: 40vh;
    }
}
@media screen and (max-width: 980px) {
    .bg_cover {
		background-size: 160%;
        height: 30vh;
		background-position: -90px top;
    }
}
@media screen and (max-width: 500px) {
    .bg_cover {
        height: 23vh;
		background-position: -90px top;
    }
}


/* 商品一覧ボタン */
.prdtLink {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    padding: 16px 43px 14px 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    position: absolute;
    top: 43%;
    left: 19%;
    letter-spacing: 1px;
    background: rgba(10,43,89,0.5);
}
/* 商品一覧ボタンヨコ矢印 */
.prdtLink:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 45%;
    right: 25px;
    margin-top: -4px;
    transform: rotate(45deg);
}
.prdtLink:hover {
    color: #fff;
    background: rgba(10,43,89,0.7);
}
.section_wrp {
    margin-top: 0; 
}

.inner_top {
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
    margin: 50px auto;
    padding: 0 50px;
    font-size: 16px;
}
.inner_top .flow h1 + div {
    margin-top: 15px;
}
.inner_top .flow img {
    max-width: 100%;
}
.type1 {
    margin-bottom: 3.5rem;
    text-align: center;
}
.type1 h1 {
    font-size: 26px;
    font-weight: bold;
}
.type1 p {
    font-size: 18px;
    line-height: 1.8rem;
    padding: 0 230px;
}

@media screen and (max-width: 1200px) {
    .prdtLink {
        top: 45%;
        left: 9%;
    }
    .type1 p {
        padding: 0 50px;
    }
}
@media screen and (max-width: 768px) {
    .bg_cover {
        background-position: center;
        height: 35vh;
    }
    .inner_top {
        padding: 0 20px;
        margin-bottom: 50px;
    }
    .type1 {
        margin-bottom: 2.5rem;
    }
    .type1 h1 {
        font-size: 1.1rem;
        text-align: center;
    }
    .type1 p {
        padding: 0;
        font-size: 15px;
        line-height: 1.5rem;
    }
    .prdtLink {
        top: 90px;
        left: 15px;
        font-size: 19px;
        padding: 13px 35px 12px 25px;
    }
    /* 矢印大きさ、位置 */
    .prdtLink:after {
        width: 6px;
        height: 6px;
        top: 49%;       
    }
}
@media screen and (max-width: 768px) {
    .header_wrp .nav .navlist li.menusp a {
		border-bottom: 1px solid #f4f4f4;
		box-sizing: border-box;
	    text-align: left;
	    color: #fff;
	    font-size: 18px;
	    line-height: 70px;
	    font-weight: bold;
	    margin: 0;
	    padding-top: 0;
	    padding-left: 55px;
	    height: 70px;
	}
    .header_wrp .nav .navlist li.menusp {
		background-color: #707070;
		position: relative;
	    box-sizing: border-box;
	    width: 100%;
	    margin: 0;
	    padding: 0 10px; 
	}
    .header_wrp .nav .navlist li.menusp:before {
		content: "";
	    position: absolute;
	    top: 20px;
	    left: 20px;
	    width: 30px;
	    height: 30px;
	    background-size: 30px 30px;    
	}
    .header_wrp .nav .navlist .nav-cart:before {
        background: url(/image/header_icon_cart40_sp.png) no-repeat top center;
    }
    .header_wrp .nav .navlist .faq:before {
        background: url(/image/header_icon_faq40_sp.png) no-repeat top center;
    }
    .header_wrp .nav .navlist .guide:before {
        background: url(/image/header_icon_guide40_sp.png) no-repeat top center;
    }   
    .header .nav ul li.menusp a:before {
        background-image: none;    
    }
}

/* ----------------------------------------
　お知らせ
---------------------------------------- */
/* お知らせ大見出し 非表示 */
.headline h2.title {
    display: none;
}
/* 一覧を見るボタン 位置調整 */
.headline .btn_more {
    top: -0.3rem;
}


/* ----------------------------------------
　本サイトの利用について、よくあるご質問、マニュアル
---------------------------------------- */
.commonpage {
    margin-bottom: 80px;
}
.commonpage p {
    font-size: 0.95rem;
    line-height: 1.75rem;
}
.commonpage p + p {
    padding-top: 15px;
}
.main_lead {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.main_lead h1 {
	color: #666;
	font-size: 1.75rem;
    font-weight: bold;
	display: inline-block;
	margin-bottom: 1em;
	margin-top: 1.1em;
}
.commonpage_text h2 {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.25rem 0.9rem 0.25rem;
    color: #666;
    border-left: 5px solid #999;
    margin: 2.5rem 0 1rem; 
}
/* アンカーリンク */
.jump_menu ul {
    display: flex;
    border-radius: 8px;
    padding: 0.8rem 0 0.8rem 1.3rem;
    flex-wrap: wrap;
    background-color: #dfeffe;
}
.jump_menu ul li {
    line-height: 1.8rem;
    margin-right: 1.5rem;
}
.inner_top .jump_menu ul li a {
    color: #333;
    text-decoration: none;
    scroll-behavior: smooth;
    font-size: 1rem;
}
.inner_top .jump_menu ul li a:after {
    content: "";
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateX(-50%) rotate(135deg);
    border-left: 0;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .8em;
    vertical-align: .255em;      
}
.flex-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
}
.flex-container:last-child {
    border-bottom: 0;
}
.commonpage .flex-container .flex-item {
    width: 32%;
}
.commonpage .flex-container .flex-item:nth-child(odd)  {
    padding-right: 55px;
}
.commonpage .flex-container + h2 {
    margin-top: 1.5rem;
}
.commonpage .flex-container li a {
    width: 100%;
    font-size: 1rem;
    line-height: 3rem;
    color: #333;
    text-decoration: none;
}
.commonpage .flex-container li a:hover,
.manual_all a:hover {
    color: #3399Ff;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
    .commonpage .flex-container .flex-item {
        width: 40% !important;
    }
}
@media only screen and (max-width: 768px) {
    .commonpage .flex-container .flex-item {
        width: 100% !important;
    }
    .commonpage .flex-container .flex-item:nth-child(odd)  {
        padding-right: 0;
    }
}
/* よくあるご質問 */
.qabox .qa_wrap {
	border-bottom: 1px solid #ccc;
}
.qabox .qa_wrap:last-of-type {
	border-bottom: none;
	padding-bottom: 10px;
}
.qabox .qa_wrap dt,
.qabox .qa_wrap dd {
	display: flex;
	align-items: baseline;
	margin: 30px 0;
}
.qabox .qa_wrap dt p {
	margin: 0;
	padding-left: 15px;
	font-weight: bold;
	width: 100%;
}
.qabox .qa_wrap dd p {
	margin: 0;
	padding-left: 15px;
	width: 100%;
}
.qabox .qa_wrap dt:before,
.qabox .qa_wrap dd:before {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 35px;
	height: 35px;
    margin-right: 0.5em;
}
.qabox .qa_wrap dt:before {
	background: #7a9bb9;
	content: "Q";
}
.qabox .qa_wrap dd:before {
	background: #fb8473;
	content: "A";
}
/* マニュアル */
.manual_innerbody .fa-file-pdf {
	color: #7a9bb9;
}
.manual_dl {
    display: inline-flex; 
    justify-content: space-between;
}
.manual_all {
    display: flex;
    justify-content: center; 
    padding-bottom: 20px;
    font-size: 1.2rem;
}
.manual_all a {
    text-decoration: none;
}
.manual_all span {     
    font-weight: bold;
}
.manual_all .fa-file-pdf {
    top: 3px;
    position: relative;
    color: #7a9bb9;
}
.manual_all .manualnote {
    font-size: 0.8rem;
    font-weight: normal;
}
@media only screen and (max-width:468px) {
    .manual_all {
        font-size: 1.1rem;
    }
    .manual_all .manualnote {
        font-size: 0.75rem;
    }
}

/* ----------------------------------------
　フッター
---------------------------------------- */
.footer_wrp .content_width .free_area {
    margin: 0;
}
@media only screen and (max-width: 768px){
  .footer_wrp .content_width .footer .l-footer-left ul.foote_link li:nth-child(5),
  .footer_wrp .content_width .footer .l-footer-left ul.foote_link li:nth-child(6) {
    display: none;
  }
}

/* ----------------------------------------
　会員情報、お問い合わせページ、ユーザー情報
---------------------------------------- */
/* input無効 */
.member .content .m-inputCustomerInfo #customer_user_company_name,
.member .content .m-inputCustomerInfo #customer_user_company_kana,
.member .content .m-inputCustomerInfo #customer_user_last_name,
.member .content .m-inputCustomerInfo #customer_user_first_name,
.member .content .m-inputCustomerInfo #customer_user_last_kana,
.member .content .m-inputCustomerInfo #customer_user_first_kana,
.member .content .m-inputCustomerInfo #customer_user_email,
.member .content .m-inputCustomerInfo #customer_user_postal_code,
.member .content .m-inputCustomerInfo #customer_user_prefectures,
.member .content .m-inputCustomerInfo #customer_user_city,
.member .content .m-inputCustomerInfo #customer_user_street,
.member .content .m-inputCustomerInfo #customer_user_building,
.member .content .m-inputCustomerInfo #customer_user_tel,
.member .content .m-inputCustomerInfo #customer_user_section,
.member .content .m-inputCustomerInfo #customer_user_position,
.member .content .m-inputCustomerInfo #customer_info_company_name,
.member .content .m-inputCustomerInfo #customer_info_last_name,
.member .content .m-inputCustomerInfo #customer_info_first_name,
.member .content .m-inputCustomerInfo #customer_info_email,
.m-payment-method #customer_billing_company_name,
.m-payment-method #customer_billing_company_kana,
.m-payment-method #customer_billing_last_name,
.m-payment-method #customer_billing_first_name,
.m-payment-method #customer_billing_last_kana,
.m-payment-method #customer_billing_first_kana,
.m-payment-method #customer_billing_email,
.content form#inquiriesInput #from_company_name,
.content form#inquiriesInput #from_last_name,
.content form#inquiriesInput #from_first_name,
.content form#inquiriesInput #from_last_kana,
.content form#inquiriesInput #from_first_kana,
.content form#inquiriesInput #from_address {
    pointer-events: none;
    background-color: #eee;
}
.content form#inquiriesInput .m-inputCustomerInfo input[id^="custom_items_"],
.content form#inquiriesInput .m-inputCustomerInfo select[id^="custom_items_"] {
	pointer-events: visible;
    background: transparent;
}

.footer_wrp .copyright {
    font-size: 12px;
}


/* ----------------------------------------
　ログイン画面
---------------------------------------- */
/* PC */
@media only screen and (min-width: 769px) {
    .notmember .section_inner {
        padding-top: 0;
    }
    .notmember .section_inner .login_panel {
        width: 680px;
    }
    .notmember .section_inner .login_panel > .form p + p {
        padding-bottom: 130px;
    }
    .notmember .section_inner .login_panel > .form p + p:after,
    .notmember .section_inner .login_panel .message_container + .form p + p:after {
        content: url(/image/login_note_2.png);
        position: absolute;
        left: 69px;
    } 
    .notmember .section_inner .login_panel > .form p + p:after {
        top: 340px;
    }
    .notmember .section_inner .login_panel .message_container + .form p + p:after {
        top: 370px;
    }
    .notmember .section_inner .login_panel .message_container {
    	margin-bottom: 0;
	}
	.notmember .section_inner .login_panel .message_container > .form p + p {
        padding-bottom: 0;
    }
}
/* スマホ */
@media only screen and  (min-width:469px) and (max-width:768px) {
    .notmember .section_inner .login_panel {
        position: relative;
    }
    .notmember .section_inner .login_panel > .form p + p {
        padding-bottom: 240px;
    }
    .notmember .section_inner .login_panel .message_container {
    	margin-bottom: 0;
    }
    .notmember .section_inner .login_panel > .form p + p:after,
    .notmember .section_inner .login_panel .message_container + .form p + p:after {
        content: url(/image/login_note_sp2.png);
        position: absolute;
        left: 43px;
    }
    .notmember .section_inner .login_panel > .form p + p:after {
        top: 310px;
    }
    .notmember .section_inner .login_panel .message_container + .form p + p:after {
        top: 400px;
    }
}
/* スマホ */
@media only screen and (max-width:468px) {
    .notmember .section_inner .login_panel {
        position: relative;
        padding-bottom: 50px;
    }
    .notmember .section_inner .login_panel > .form p + p {
        padding-bottom: 240px;
    }
    .notmember .section_inner .login_panel > .form p + p:after,
    .notmember .section_inner .login_panel .message_container + .form p + p:after {
        content: url(/image/login_note_sp2.png);
        position: absolute;
        left: 0;
    }
    .notmember .section_inner .login_panel > .form p + p:after {
        top: 280px;
    }
    .notmember .section_inner .login_panel .message_container + .form p + p:after {
        top: 340px;
    }
}

/* ----------------------------------------
　ショッピングカート内の見積ボタン非表示
---------------------------------------- */
.member .content_cart .l-cartListBox .submit_btns .btn_estimate {
    display: none;
}
