/*販売ページ*/
.sales-service {
    text-align: left;
    margin: 20px 0;
}

.sales-service h3 {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    line-height: 2;
}

.sales-service p {
    padding: 10px;
}

.sales-service ul {
    margin: 10px;
    padding-left: 40px;
}

.sales-service ul li {
    list-style-type: decimal;
}

.sales-category {
    width: 100%;
    margin: 30px 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.sales-category2 {
    margin: 30px 0;
}

.sales-category2 .sales-box .sales-inner p {
    padding: 10px;
}

.sales-category div.sales-box {
    width: 24%;
    min-width: 200px;
    padding: 20px;
    background: #fff;
}

.sales-category div.sales-box div h4 {
    text-align: center;
    width: 100%;
    padding: 5px !important;
    background: #03003F;
    color: white;
    margin-bottom: 10px;
    position: relative;
    top: 0;
    font-size: 0.9rem;
}

.sales-category div.sales-box div.sales-inner {
    box-shadow: 4px 3px 5px 5px rgb(0 0 0 / 10%);
    width: 100%;
    padding: 0;
    color: black;
    font-weight: bold;
    height: 560px;
    position: relative;
}

@media (max-width: 1400px) {
    .sales-category div.sales-box div.sales-inner {
        height: 430px;
    }

    .sales-category div.sales-box div.h70 {
        height: 470px !important;
    }

    .sales-category div.sales-box div.w40 {
        height: 530px !important;
    }
}

.sales-category div.sales-box div.h70 {
    height: 570px;
}

.sales-category div.sales-box div.w40 {
    height: 580px;
}

.sales-inner p {
    padding: 10px;
}

.sales-category div.sales-box div.sales-inner div {
    width: 100%;
    padding: 10px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-60%) translateX(-50%);
    -webkit- transform: translateY(-60%) translateX(-50%);
}

.sales-category div.sales-box div img {
    width: 100%;
    margin-bottom: 0px;
}

.sales-category2 div.sales-box {
    width: 33% !important;
}

table.sysRentalSchedulesCalendar {
    color: white;
}

/*比較表*/

#spec h3 {
    margin: 10px;
    text-align: center;
}

#spec div.blank {
    content: '';
    display: block;
    height: 50px;
}

#spec table {
    background-image: url(../img/layout/system/graph-back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 1200px;
    width: 100%;
    margin: 10px auto;
    color: white;
    border-collapse: unset;
    font-size: 14px;
}

#spec table tr td {
    border: solid 1px #4e4e4e;
    padding: 10px;
    text-align: center;
}

#spec table tr td.high-top {
    color: #fff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    padding: 0 5px;
    position: relative;
    width: 25px;
    writing-mode: vertical-rl;
    font-weight: normal;
    border: none;
    background: linear-gradient(#840000, #ff7676);
}

#spec table tr td.high-top span {
    position: absolute;
    top: 10px;
    left: 0;

}

#spec table tr td.high-right {
    position: relative;
    background: #000;
    background: linear-gradient(270deg, #840000, #ff7676);
    height: 20px;
    text-align: right;
    padding: 0 10px;
    border: none;
}

#spec table tr td strong {
    font-weight: bold;
}

#spec table tr td.cell-enphasis {
    background-color: rgba(75, 0, 130, 0.5);
}

#spec table tr th {
    font-weight: normal;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

#spec table tr th.table-th1 {
    background: rgba(145, 0, 1, 0.5);
}

#spec table tr th.table-th2 {
    background: rgba(145, 0, 1, 0.3);
}



/*比較表fin*/

.spec-outer {
    width: 100%;
    display: flex;
    margin: 10px auto;
    justify-content: space-between;
    align-items: center;
}

.spec-outer a {
    position: relative;
    width: calc(33.7% - 10px);
    text-align: center;
    color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 75px;
}

.spec-outer a p {
    font-weight: bold;
    font-size: 20px;
    margin: auto 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spec-outer a.spec {
    background-image: url(../img/top/button.jpg);
}

.spec-outer a.graphic {
    background-image: url(../img/top/button2.jpg);
}

.gaming-feature {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.gaming-feature div {
    margin: auto 20px;
}

.gaming-feature img {
    max-width: 200px;
}



#sysItemDetail #posChangeChild {
    width: 50%;
}

.stm_green {
    color: black;
}

.stm_blue {
    color: black;
}

.stm_red {
    color: black;
}

.stm_orange {
    color: black;
}

.stm_gray {
    color: black;
}


.top_imgtext2 {
    position: absolute;
    bottom: 5%;
    left: 80%;
    transform: translateX(-80%);
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    width: 40vw;
    max-width: 600px;
}

.top_imgtext2 p.top-rental-text {
    margin-top: 30px;
}

.top_categorylist p.featuresText {
    background: #03003F !important;
}

.box_txt2 {
    padding: 0.5em 1em;
    margin: .75em 0;
    background-color: none;
    text-align: center;
    font-weight: bold;
    line-height: 1.0;
}

.box_txt2 h3 {
    font-size: 1em;
}

.box_txt2 h3 small {
    font-size: .7em;
}


.sysFuncText.btob,
.sysFuncText.other-service,
.sysFuncText.about-rental,
.sysFuncText.reason,
.sysFuncText.selling,
.top-content {
    width: 90%;
    margin: 0 auto;
}

.item-page-accordion {
    width: 100%;
    margin: 50px 0;
}

.menu__item {
    background: #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
}

.menu__item__link {
    border-bottom: 1px solid #000;
    color: #000;
    display: block;
    line-height: 60px;
    padding: 0 1rem;
    position: relative;
}

.menu__item__link:after {
    background: #fff;
    content: '＋';
    display: block;
    font-family: "Font Awesome 5 Free";
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
}

.menu__item__link.on:after {
    content: 'ー';
}

.submenu {
    background: #fff;
    display: none;
}

.submenu__item {
    border-bottom: 1px solid #000;
    color: #222;
    padding: 1rem;
}

.top_banner {
    margin: 10px auto;
    padding: 10px;
    background: #70C6F5;
    color: #000000;
}

.banner1 {
    position: relative;
}

.banner1 h3 {
    border-bottom: 3px solid #000080;
    text-align: center;
}

.banner1_left {
    width: 80%;
    color: #000000;
}

.banner1_left p {
    font-weight: bold;
}

.banner1_right {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 20%;
}

.banner2 table th {
    background: #FFFACD;
    color: #000000;
    border: 1px solid #000;
    padding: 0 3px;
}

.banner2 .disc {
    margin-bottom: 0;
    color: #000000;
}

/*マイページリンク*/
.myp-link {
    position: absolute;
    top: 42px;
    right: 2%;
    position: fixed;
    z-index: 200;
    width: 120px;
    height: 30px;
    line-height: 28px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    text-align: center;
    cursor: pointer;
}

.myp-link a {
    color: #000;
}

.myp-link :hover {
    opacity: 0.5;
}

.myp-link a:hover {
    opacity: 0.5;
    color: #000;
}

.notice {
    background: #f6f6f6;
    padding: 0.25em 1.0em;
}

.hidden_specifications {
    margin: 0;
    padding: 0;
}

.hidden_specifications label {
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    display: block;
    margin-bottom: 2.0em;
    padding: 0 1.0em 1.0em 0;
    position: relative;
}

.hidden_specifications label:hover {
    color: #56a5c6;
}

.hidden_specifications label:after {
    content: "＋";
    /* 閉じている状態のときにラベルの後ろに続く文字 */
    font-size: 1.5em;
    font-weight: bold;
    position: absolute;
    right: 1.0em;
    top: -25%;
}

.hidden_specifications input {
    display: none;
}

.hidden_specifications .hidden_detail {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    text-align: left;
    transition: 1.2s;
}

.hidden_specifications input:checked + label:after {
    content: "－";
    /* 開いている状態のときにラベルの後ろに続く文字 */
    font-size: 1.25em;
    font-weight: bold;
    position: absolute;
    right: 1.0em;
}

.hidden_specifications input:checked ~ .hidden_detail {
    height: auto;
    opacity: 1;
    padding: 0 0;
}


/*レスポンシブ商品セクション共通*/
@media screen and (max-width: 1024px) {

    .top_newarrival2 .sysContent .sysHorizontal li,
    .rental .sysContent .sysHorizontal li,
    .movie-accessory .sysContent .sysHorizontal li,
    .lens .sysContent .sysHorizontal li,
    .camera-accessory .sysContent .sysHorizontal li,
    .shooting-accessory .sysContent .sysHorizontal li,
    .projector .sysContent .sysHorizontal li,
    .light .sysContent .sysHorizontal li {
        width: 30% !important;
    }

    .sysHorizontal li:nth-child(4),
    .rental .sysContent .sysHorizontal li:nth-child(4),
    .movie-accessory .sysContent .sysHorizontal li:nth-child(4),
    .lens .sysContent .sysHorizontal li:nth-child(4),
    .camera-accessory .sysContent .sysHorizontal li:nth-child(4),
    .shooting-accessory .sysContent .sysHorizontal li:nth-child(4),
    .projector .sysContent .sysHorizontal li:nth-child(4),
    .light .sysContent .sysHorizontal li:nth-child(4) {
        margin-top: 10%;
    }

    .top_newarrival2 .sysContent .sysHorizontal li:nth-child(4) {
        margin-top: 3%;
    }

    .sysHorizontal li {
        width: 46% !important;
    }
}

@media screen and (max-width: 767px) {

    .top_newarrival2 .sysContent .sysHorizontal li,
    .sysHorizontal li,
    .rental .sysContent .sysHorizontal li,
    .movie-accessory .sysContent .sysHorizontal li,
    .lens .sysContent .sysHorizontal li,
    .camera-accessory .sysContent .sysHorizontal li,
    .shooting-accessory .sysContent .sysHorizontal li,
    .projector .sysContent .sysHorizontal li,
    .light .sysContent .sysHorizontal li {
        width: 44% !important;
        margin-left: 4.4% !important;
    }

    .sysHorizontal li:nth-child(3),
    .rental .sysContent .sysHorizontal li:nth-child(3),
    .movie-accessory .sysContent .sysHorizontal li:nth-child(3),
    .lens .sysContent .sysHorizontal li:nth-child(3),
    .camera-accessory .sysContent .sysHorizontal li:nth-child(3),
    .shooting-accessory .sysContent .sysHorizontal li:nth-child(3),
    .projector .sysContent .sysHorizontal li:nth-child(3),
    .light .sysContent .sysHorizontal li:nth-child(3) {
        margin-top: 10%;
    }

    .top_newarrival2 .sysContent .sysHorizontal li:nth-child(3) {
        margin-top: 3%;
    }

    .rental li .sysItemPrice,
    .lens li .sysItemPrice,
    .movie-accessory li .sysItemPrice,
    .camera-accessory li .sysItemPrice,
    .shooting-accessory li .sysItemPrice,
    .projector li .sysItemPrice,
    .light li .sysItemPrice {
        font-size: 1.9rem !important;
    }
}


@media screen and (max-width: 560px) {
    .top_newarrival2 .sysContent .sysHorizontal li {
        width: 100% !important;
        margin: 5% 0 10% 0 !important;
    }

    .rental .sysContent .sysHorizontal li,
    .movie-accessory .sysContent .sysHorizontal li,
    .lens .sysContent .sysHorizontal li,
    .camera-accessory .sysContent .sysHorizontal li,
    .shooting-accessory .sysContent .sysHorizontal li,
    .projector .sysContent .sysHorizontal li,
    .light .sysContent .sysHorizontal li,
    .other-item {
        width: 100% !important;
        margin: 5% 0 20% 0 !important;
    }

    .top_newarrival2 li .sysItemName {
        height: 35px !important;
    }
}

/*レンタルについて＆選ばれる理由*/

@media screen and (max-width: 1024px) {
    .contact-link-txt h3 {
        font-size: 2.4rem !important;
    }
}

@media screen and (max-width: 767px) {
    .contact-link-txt2 {
        font-size: 1.6rem !important;
    }

    .reason-item {
        width: 45.5% !important;
    }
}

@media screen and (max-width: 560px) {

    .about-rental-item-box,
    .reason-item-box {}

    .about-rental-item {
        width: 90% !important;
        margin: 0 auto !important;
    }

    .reason-item {
        width: 90% !important;
        margin: 0 auto !important;
    }

    .reason-item-txt p br {
        display: none;
    }

    .reason-item-img img {
        margin-top: 3%;
    }

    .contact-link-txt h3,
    .selling-wrap h3 {
        font-size: 1.6rem !important;
    }

    .contact-link-txt h3::before {
        width: 45px !important;
        height: 28px !important;
    }

    .contact-link-txt2 p br {
        display: none;
    }

    .contact-link-btn {
        width: 63% !important;
        padding: 0px !important;
    }

    .crc-footer-item-box h3,
    .cra-footer-item li {
        font-size: 0.8rem !important;
    }

    .crc-footer-item-box:nth-child(1) {
        width: 33% !important;
    }

    .contact-link-barcode {
        display: block !important;
        width: 124px !important;
        margin: 0% auto !important;
        padding: 3% 0 !important;
        position: unset !important;
    }

    .about-rental-item-txt {
        padding-bottom: 2% !important;
    }

    .about-rental-item-img {
        background-size: 29% !important;
        height: 120px !important;
    }

    .about-rental-item-img2 {
        height: 120px !important;
        background-size: 18% !important;
    }

    .about-rental-item-img3 {
        height: 120px !important;
        background-size: 18% !important;
    }
}




@media screen and (min-width: 560px) {
    .contact-link-txt h3 br {
        display: none;
    }

    .about-rental {
        margin-top: 70px !important;
    }
}



/*レスポンシブメインコンテンツ*/

@media screen and (max-width: 767px) {
    .main_top_items .txt-small {
        font-size: .5em;
    }

    .main_top_items .txt-big {
        font-size: 1.2em;
    }

    .main_top_contents .main_top_link p {
        text-align: left;
        width: 90%;
        margin: 0 auto;
    }

    .main_top_contents .main_top_link p br {
        display: none;
    }

    .sysContent .main_top_contents {
        width: 90%;
    }

    .main_top_items .main_top_item {
        min-width: 144px;
        width: 45%;
    }

    .main_top_items {
        flex-wrap: wrap;
    }
}


/*レスポンシブヘッダー*/

@media screen and (max-width: 767px) {
    .header_wrap {
        display: none;
    }
}

@media screen and (max-width: 1150px) {
    .credit {
        display: none;
    }
}

@media screen and (max-width: 1150px) {
    .crcHeader_wrapper .hrcHeader_logo {
        width: 85%;
    }
}

@media screen and (max-width: 1212px) {
    .credit img {
        margin: 5% 0 0 5%;
        width: 80%;
    }
}

@media screen and (max-width: 1000px) {
    .company_info {
        display: none;
    }

    .categorynavi_parent > li {
        border: 1px solid #fff !important;
    }

    .categorynavi_parent {
        margin-top: 1px !important;
    }
}

@media screen and (max-width: 1000px) {
    .crcHeader_wrapper .hrcHeader_logo {
        width: 100%;
        justify-content: flex-start;
    }
}

/*@media screen and (max-width: 767px){
.categorynavi{
display:none;
}
}*/
@media screen and (min-width: 768px) {
    .main_top_contents {
        width: 90%;
    }
}

/*レスポンシブ共通*/
@media screen and (min-width: 1440px) {

    .main_top_items .txt-big,
    .top_newarrival li .sysItemPrice {
        font-size: 30px !important;
    }

    .main_top_items .txt-small {
        font-size: 19px;
    }

}



/*SPヘッダー*/
.logo-sp {
    position: absolute;
    font-size: 24px;
    padding: 5px;
}

.logo-sp a {
    color: #fff;
}

.sponly-header {
    padding: 10px;
    position: fixed;
    top: 0px;
    width: 100%;
    background: #000;
    height: 66px;
    z-index: 100;
}

#nav-drawer {
    position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
    display: none;
}

/*アイコンのスペース*/
#nav-open {
    position: absolute;
    top: 16px;
    right: 27px;

}

/*ハンバーガー*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
}

#nav-open span:before {
    bottom: -8px;
}

#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}


/*中身*/
#nav-content {
    position: fixed;
    overflow-y: scroll;
    z-index: 9999;
    margin-top: 56px;
    left: 0;
    width: 90%;
    max-width: 330px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-overflow-scrolling: touch;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    padding-bottom: 67px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

/*ハンバーガーメニューデザイン*/


.sidenav {
    background-color: #324F92;
}

.sidenav li {
    border-bottom: 2px solid #FFFFFF;
    color: #fff;
    padding: 3%;
}

.sidenav a {
    color: #fff;
}

.sidenav li:last-child {
    border-bottom: 0px;
}

/*########## 下層ページCSS##########*/

/*下層ページ共通*/
.sub-page {
    margin: 0px auto 50px;
    width: 90%;
}

.sub-page .sysHeadline {
    padding: 5px 0 0;
}

.access {
    margin-top: 150px;
}

.subpage-wrap,
.about-law-disclaimer-wrap {
    width: 100%;
    margin: 0 auto;
}

.flow-wrap .short,
.subpage-wrap .short,
.about-law-disclaimer-wrap .short,
.sub-page .short {
    width: 100%;
    margin: 1em 0;
    padding: 0;
}

.txt-right {
    text-align: right;
}

.numberList {
    margin: 1.0em 0 1.0em 3.0em;
    list-style-type: decimal !important;
}

ol {
    padding: 0 0 0 20px;
}

ol,
ol li {
    list-style-type: decimal !important;
}

.normalList,
.normalList li {
    margin: 1.0em 0 1.0em 3.0em;
    list-style: outside;
}

.quotation {
    padding: 0;
}

.quotation li {
    list-style-type: none !important;
    counter-increment: cnt;
}

.quotation li::before {
    content: "("counter(cnt) ") ";
}

ol li .quotation li {
    margin: 0.5em;
}

/* 個人のお客様 */
.certification_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.certification_list li {
    width: 25%;
    text-align: center;
    margin-bottom: 5px;
}

.certification_list li p {
    font-size: .8em;
}

/*安心保険制度*/

.license {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0.5em 0;
    width: 100%;
}

.license th,
.license td {
    padding: 10px;
    text-align: center;
}

.license th {
    background: #728497;
    border-right: 1px solid #ffffff;
    color: #ffffff;
}

.license th:last-child {
    border-right: 1px solid #728497;
}

.license td {
    background: #ffffff;
    border: 1px solid #dddddd;
}

.license td.thinColor {
    background: #eff1f3;
    color: #777777;
    font-weight: bold;
    text-align: center;
}

.license td.license_element {
    color: #728497;
    font-weight: bold;
    text-align: center;
}

.insurance_tel {
    text-align: center;
    margin: 5rem 0;
}

/*お支払いについて*/
.payment h4 {
    margin-top: 10px;
}

/*アクセス*/

.access-tel {
    text-align: center;
}

.googleMap {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    margin: 1.5em auto;
    overflow: hidden;
    width: 100%;
}

.googleMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.access-address {
    display: flex;
    justify-content: space-between;
}

.company-address {
    margin: 1rem;
    width: 45%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    padding: 2rem;
}

/*レンタルの流れ*/
.flow-wrap {
    margin: 2rem auto;
}

.txt-border {
    border: 1px solid;
}

.term-inner {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.term-item {
    width: 100%;
    margin: 1rem;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.7);
    padding: 1rem;
}

.term-title {
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #324F92;
    padding: 5px;
    margin: 0;
}

.term-desc {
    background: #333333;
    color: #fff;
    font-size: 0.9em;
    padding: 10px;
    margin: 0;
}

.return-img {
    text-align: center;
}

/*レンタルの流れテーブル*/
.flow-table {
    margin: 2rem 0;
}

.coder_g {
    border-spacing: 0;
    border: 1px solid #324F92;
    margin: 0.5em auto;
    width: 100%;
    color: white;
}

.coder_g th,
.coder_g td {
    padding: 10px;
}

.coder_g th {
    background: #eee;
    border: 1px solid #324F92;
    color: #324F92;
    padding: 1.5em 1.0em;
    white-space: nowrap;
}

.coder_g td {
    border: 1px solid #324F92;
    padding: 1.5em 1.0em;
    vertical-align: top;
}

.cancel-table {
    margin-bottom: 1em;
}

.cancel-table th,
.cancel-table td {
    border: 1px solid #324F92;
    padding: 10px;
}

.cancel-table th {
    font-weight: normal;
    text-align: left;
    background: #fff;
}

.cancel-table td {
    text-align: center;
    background: #eee;
}

/*レンタル補償制度*/
.compensation_table {
    width: auto;
    margin-left: 0;
    color: white;
}

.compensation_table th {
    padding: 5px;
    background: #ffc108;
}

.compensation_table td {
    padding: 5px;
}

.compensation_table td:nth-child(2) {
    text-align: center;
}

.compensation .compensation_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.compensation .compensation_img li p {
    text-align: center;
    font-size: .8em;
    margin-top: 0;
}

/* 比較表 */
.comparison {
    margin: 1em 0 2em;
}

.comparison table {
    border-spacing: 0;
    border: 1px solid #e2e2e3;
    margin: 0.5em auto;
    width: 90%;
}

.comparison thead th {
    background: #666;
    color: #fff;
}

.comparison th,
.comparison td {
    padding: 10px;
    border: 1px solid #324F92;
}

.comparison th {
    background: #ededed;
    color: #324F92;
    white-space: nowrap;
}

.comparison td {
    background: #fff;
    text-align: center;
}

/*特定商取引CSS*/
.p-law {
    margin: 0 auto;
    width: 90%;
}

.txt-xsmall {
    font-size: 1px;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .txt-xsmall {
        font-size: 1.3rem;
    }
}

/*よくある質問CSS*/

.hidden_question {
    margin: 0;
    padding: 0;
}

.hidden_question label {
    border-bottom: 1px solid;
    cursor: pointer;
    display: block;
    padding: 1.5em 3.5em 1.5em 1.0em;
    position: relative;
}

.hidden_question label:hover {
    background: #fff;
    color: black;
}

.qMark {
    font-family: AvenirNextCondensed Medium, 'Barlow Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    margin-right: 0.5em;
}

.aMark {
    color: #03003f;
    font-family: AvenirNextCondensed Medium, 'Barlow Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    margin-right: 0.5em;
}

.hidden_question label:after {
    content: "＋";
    /* 閉じている状態のときにラベルの後ろに続く文字 */
    font-size: 1.5em;
    font-weight: bold;
    position: absolute;
    right: 1.0em;
    top: 25%;
}

.hidden_question input {
    display: none;
}

.hidden_question .hidden_answer {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    text-align: left;
    transition: 1.2s;
}

.hidden_question input:checked + label:after {
    content: "－";
    /* 開いている状態のときにラベルの後ろに続く文字 */
    font-size: 1.5em;
    font-weight: bold;
    position: absolute;
    right: 1.0em;
}

.hidden_question input:checked ~ .hidden_answer {
    height: auto;
    opacity: 1;
    padding: 10px 0;
}

.hidden_answer {
    background: #fff;
    color: black;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    border-radius: 8px;
    /* CSS3草案 */
    -webkit-border-radius: 8px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;
    /* Firefox用 */
}

.hidden_answer p {
    padding: 1.5em 1.0em 1.5em 2.0em;
}

.hidden_answer p a {
    color: black !important;
}


/*下層ページレスポンシブ*/
/*共通*/

@media screen and (max-width: 560px) {
    .subpage-wrap {
        width: 100%;
    }

    .numberList,
    .normalList,
    .normalList li {
        margin: 1.0em 0 1.0em 1em;
    }

}


/*########## 下層ページCSS##########*/



/*追加CSS*/
/*追加CSS*/

/*トップページ*/


/*問い合わせページ*/
#sysFormIndex #sysMain,
.sysCart #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain {
    float: none !important;
}

/*商品ページ*/
.box_txt_goods {
    padding: 1em;
    margin: 1.2em 0;
    background: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.0;
}

.box_txt_goods h3 {
    font-size: 1.1em;
    line-height: 1.2;
}

/*プラン表*/
.plan-items {
    width: 100%;
}

.plan-items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plan-price {
    margin: 5px;
    border: 1px solid #fff;
    text-align: center;
    width: 23%;
    min-width: 100px;
}

.planTitle {
    background: #CCCCCC;
    padding: 2px;
    color: black;
}

@media screen and (max-width: 560px) {
    .plan-price {
        width: 45%;
    }
}

/*販売商品セクション（トップページ下部）*/
.selling-wrap {
    text-align: center;
}

.selling-wrap h3 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #3d6d9d;
}

.sell-box {
    width: 90%;
    margin: 30px auto;

}

.sell-box h4 {
    color: #3d6d9d;
    text-align: left;
}

.agents_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.agents_item li {
    box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
    width: 208px;
    margin: 10px;
}




/*トップ新着販売赤丸*/
.top_newarrival2 li::after {
    position: absolute;
    content: '国内\A正規品';
    display: inline-block;
    white-space: pre;
    text-align: center;
    /* vertical-align: middle; */
    font-size: 10px;
    background-color: red;
    color: #fff;
    line-height: 1.2;
    padding: 10px;
    border-radius: 50%;
    top: 51%;
    right: 3%;
    width: 25px;
    height: 25px;
    font-weight: bold;
}


.top_newarrival2 li {

    position: relative;
}


.rental .sysItemName,
.lens .sysItemName,
.movie-accessory .sysItemName,
.camera-accessory .sysItemName,
.shooting-accessory .sysItemName,
.projector .sysItemName,
.light .sysItemName {
    text-align: left;
    margin: 0% auto 0 5%;
    width: 90%;
    font-weight: bold;
    font-size: 16px;
    min-height: 50px;
    max-height: 50px;

}

.tax-small {
    position: relative;
}

.tax-small::after {
    content: '（税抜）';
    position: absolute;
    font-size: 12px;
    top: -100%;
    right: 7%;
    color: red;
    width: 65px;
}

.top_newarrival2 .tax-small::after {
    display: none;
}

.top_newarrival .tax-small::after {
    content: '（税抜）';
    position: absolute;
    font-size: 12px;
    top: -70%;
    right: 7%;
    color: red;
    width: 65px;
}




/*関連商品*/
.aside-relate .tax-small::after {
    content: "（税抜）";
    position: absolute;
    font-size: 12px;
    top: -1%;
    right: -6%;
    color: red;
    width: 65px;
    display: none;
}

.aside-relate {
    width: 95%;
    margin: 0 auto;
}

.aside-relate .sysContent .sysHorizontal li {
    float: none !important;
    width: 22%;
    padding: 5px;
}

.aside-relate .sysContent .sysHorizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.aside-relate .sysContent .sysHorizontal li .add-link {
    display: none;
}

@media screen and (max-width: 1024px) {
    .aside-relate .sysContent .sysHorizontal li:nth-child(4) {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .aside-relate .sysContent .sysHorizontal li:nth-child(3) {
        margin-top: 0;
    }
}

/*追加共通CSS*/
.top_newarrival li .sysItemPrice {
    position: relative;
}

.sysItemPrice {
    display:inline;
}

.sysItemPrice::before {
    content: '価格：';
    display: inline;
    padding-top: 10px;
    font-size: 15px;
}

.sysItemPrice::after {
    content: none;
}

.top_newarrival2 .sysItemPrice::before {
    content: '販売価格：';
    display: inline-block;
    white-space: pre;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;

    color: #fff;
    line-height: 1;

}

.sysItemImage {
    position: relative;
}

.top_newarrival li .sysItemPrice {
    font-size: 2.6rem;
    color: red;
    font-weight: bold;
}

.rental li .sysItemPrice,
.lens li .sysItemPrice,
.movie-accessory li .sysItemPrice,
.camera-accessory li .sysItemPrice,
.shooting-accessory li .sysItemPrice,
.projector li .sysItemPrice,
.light li .sysItemPrice {
    font-size: 1.7rem;
    color: red;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
}

/*トップ商品リスト共通*/
.top_newarrival2 .sysContent .sysHorizontal li,
.rental .sysContent .sysHorizontal li,
.movie-accessory .sysContent .sysHorizontal li,
.lens .sysContent .sysHorizontal li,
.camera-accessory .sysContent .sysHorizontal li,
.shooting-accessory .sysContent .sysHorizontal li,
.projector .sysContent .sysHorizontal li,
.light .sysContent .sysHorizontal li {
    float: left;
    width: 22%;
    padding: 0;
    margin-left: 2.4%;
    box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
    min-width: 206px;
    position: relative;
}

/*
.rental .sysContent .sysHorizontal li,.movie-accessory .sysContent .sysHorizontal li,.lens .sysContent .sysHorizontal li,.camera-accessory .sysContent .sysHorizontal li,.shooting-accessory .sysContent .sysHorizontal li,.projector .sysContent .sysHorizontal li,.light .sysContent .sysHorizontal li{
 min-height: 315px;
 max-height: 315px;
}
*/

.top_newarrival2 ul,
.rental ul,
.lens ul,
.movie-accessory ul,
.camera-accessory ul,
.shooting-accessory ul,
.projector ul,
.light ul {
    margin: 0 auto;
    width: 98%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*新着商品CSS*/
.top_newarrival2 li #sysDescriptionMobile,
.top_newarrival2 li #sysDescriptionPc,
.top_newarrival2 li .sysItemPrice {
    text-align: left;
    padding-left: 7px;
    width: 100%;
    background: #707070;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.top_newarrival2 li .sysItemName {
    color: #fff;
    text-align: left;
    padding-left: 7px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    background: #707070;
    height: 65px;
}

.top_newarrival2 li a {
    color: #fff;
}

/*トップ選べれる理由*/
.reason-wrap {
    width: 90%;
    margin: 0 auto;
}

.reason-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5%;
}

.reason-item {
    width: 30.5%;
    margin: 10px;
    box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
}

.reason-item-txt {
    width: 84%;
    margin: 0 auto;
    font-size: 15px;
}

.reason-item-title {
    text-align: center;
}

.reason-item-img {
    text-align: center;
    margin: 15px auto;
    height: 95px;
}

.reason-item-img3 {
    text-align: center;
    margin: 0px auto -3px;
    height: 124px;
}

.reason-item-title {
    font-size: 24px;
}

.reason-item-img4 {
    text-align: center;
    margin: 15px auto;
    height: 95px;

}

.reason-item-img4 img {
    margin-top: -20%;
}

/*トップその他サービス*/
.other-wrap a {
    color: #fff;
}

.other-wrap {
    width: 90%;
    margin: 0 auto;
}

.other-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5%;
}

.other-item {

    width: 324px;

    box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
    padding: 1px 0 20px;
}

.other-item-txt {
    width: 84%;
    margin: 0 auto;
    font-size: 15px;
}

.other-item-img {
    text-align: center;
    margin: 15px auto;
    width: 70%;
}

.other-item-title {
    font-size: 24px;
    width: 84%;
    margin: 0 auto;
}

.other-item-txt p {
    margin: 5px auto;
}

.other-item .add-link {
    width: 100%;
    display: block;
    margin: 0 auto;
    background: #4c4c4c;
    color: #fff;
    font-size: 21px;
    padding: 6px;
    text-align: center;
    font-weight: 700;
    position: static;
}



.contact-link-item-box {
    width: 90%;
    margin: 0 auto;
}

.contact-link-txt {
    color: #3d6d9d;
    width: 95%;
    border-top: 4px solid #3d6d9d;
    border-bottom: 4px solid #3d6d9d;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
}

.contact-link-txt h3 {
    font-weight: bold;
    font-size: 30px;
}

.contact-link-txt h3::before {
    content: '';
    background-image: url(../img/24h.png);
    display: inline-block;
    width: 85px;
    height: 55px;
    background-size: contain;
    vertical-align: middle;
}

.contact-link-txt2 {
    color: #3d6d9d;

    margin: 0 auto 2%;
    font-size: 19px;
    width: 87%;
}

.contact-link-item-inner {
    background-color: #c4df9c;
    text-align: center;
    position: relative;
    width: 95%;
    margin: 0 auto 5%;
}

.contact-link-item-inner h3 {
    color: #fff;
    padding: 15px;
    font-size: 24px;
    font-family: AvenirNextCondensed Medium, 'Barlow Condensed', sans-serif;
}

.contact-link-btn {
    background: #82dd16;
    text-align: center;
    display: inline-block;
    width: 45%;
    padding: 12px;
    box-shadow: 4px 3px 5px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 3%;
}

.contact-link-btn a {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.contact-link-btn a:hover {
    color: #fff;
    opacity: 0.5;
}

.contact-link-btn:hover {
    opacity: 0.5;
}

.contact-link-barcode {
    position: absolute;
    top: 15%;
    right: 5%;
    width: 12%;
}

.contact-link-barcode img {
    width: 100%;
}


/*トップレンタルについて*/
.about-rental-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-rental-item {
    width: 28.5%;
    margin: 4px;
}

.about-rental-item-img {
    height: 161px;
    background-image: url(../img/レンタルについて_レンタルの流れ.png);
    background-position: 47.5% 54.6%;
    background-repeat: no-repeat;
    background-size: 65%;
}

.about-rental-item-img2 {
    height: 161px;
    background-image: url(../img/レンタルについて_お貸出期間.png);
    background-position: 49.5% 48%;
    background-size: 34%;
    background-repeat: no-repeat;
}

.about-rental-item-img3 {
    height: 161px;
    background-image: url(../img/レンタルについて_よくあるご質問.png);
    background-position: 49.5% 48%;
    background-size: 34%;
    background-repeat: no-repeat;
}

.about-rental-item-txt {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 9%;
}

.about-rental-item:first-child {
    background: #3d6d9d;
}

.about-rental-item:nth-child(2) {
    background: #0289fe;
}

.about-rental-item:last-child {
    background: #64b1ff;
}

/*トップオリジナルフッター*/
.crc-footer-wrap {
    background-color: #324F92;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5%;
    font-size: 20px;
}

.crc-footer-item-box {
    color: #fff;
    width: 25%;
}

.crc-footer-item-box h3 {
    font-weight: bold;
    border-bottom: 2px solid #fff;
    width: 100%;
    font-size: 1.6rem;
}

.cra-footer-item li {
    font-size: 1.2rem;
}

.crc-footer-item-box a {
    color: #fff;
}

.crc-footer-item-box:nth-child(2) {
    margin: 0 20px;
}


/*カレンダーデザイン*/
.sysRentalSchedulesCalendars {
    margin: auto;
    width: 80% !important;
}

.sysRentalStartDate {
    width: 80%;
    margin: 0 auto;
    color: white;
}

.sysRentalExtendDays {
    width: 80%;
    margin: 10px auto 0;
}

/*レンタル期間テーブル*/
.sysRentalScheduleInfo {
    width: 80%;
    margin: auto;
}

.sysRentalSchedulesCalendar th.sysRentalSchedulesSat {
    color: aqua !important;
}

.sysRentalSendDay,
.sysRentalReachDay,
.sysRentalUseDays,
.sysRentalReturnDay {
    margin: 5px 0;

}

#sysItemDetail .sysRentalScheduleInfo > div > span:first-child {
    width: 150px;
    background-color: #fff;
    border-left: 1px solid #b9b9b9;
}

#sysItemDetail .sysRentalScheduleInfo > div > span {
    display: inline-block;
    text-align: center;
    padding: 3px 0px;
    border-bottom: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
    border-top: 1px solid #b9b9b9;
}

#sysItemDetail .sysRentalScheduleInfo > div {
    display: flex !important;
}

#sysItemDetail .sysRentalScheduleInfo > div > span:not(:first-child) {
    -ms-flex-positive: 1;
    flex-grow: 1;
}


/*ヘッダー改造版*/
.crcHeader_wrapper {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.hrcHeader_logo {
    background-color: #03003f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px;
    width: 72%;
}

.logo {
    width: 31%;

}

.logo a {
    width: 100%;
}

.logo img {
    width: 100%;
}

.hrcHeader_logo h1 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: clamp(1.3vw, 35px, 1.8vw);
    white-space: nowrap;
    color: #fff;
    line-height: 0.9;
    margin-right: 3%;
    font-family: 'M PLUS 1p', sans-serif;
    margin: 10px auto 10px 0;
    float: left;
    text-align: left;
}

.h_small {
    font-size: 0.5em;
}

.credit {
    height: 75px;
}

.credit img {
    margin: 5% 0 0 5%;
    width: 80%;
}

.company_info p {
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    padding: 0;
    font-size: 17px;
}

.company_info p span {
    font-weight: bold;
    padding-right: 5px;
}

.company_info {
    width: 56%;
}

.top_visual {
    padding-top: 38%;
    background-repeat: no-repeat;
    background-image: url(../img/top-img.jpeg);
    background-position: center;
    background-size: 100%;
}

.categorynavi a {
    color: #fff;
}

.categorynavi .tips li:nth-child(6n-5) a,
.categorynavi .tips li:nth-child(6n-5) a:link,
.categorynavi .tips li:nth-child(6n-5) a:visited,
.categorynavi .tips li:nth-child(6n-4) a,
.categorynavi .tips li:nth-child(6n-4) a:link,
.categorynavi .tips li:nth-child(6n-4) a:visited {
    color: #FFFFFF;
    background-color: #143b62;
    border: 1px solid #143b62;
}

.categorynavi .categorynavi_child a,
.categorynavi .categorynavi_child a:link,
.categorynavi .categorynavi_child a:visited {
    color: #fff;
}

.categorynavi li:hover {}

.categorynavi_parent > li:hover {}

.categorynavi_childList a:hover {
    background-color: inherit;
}

.categorynavi .tips li:nth-child(6n-3) a,
.categorynavi .tips li:nth-child(6n-3) a:link,
.categorynavi .tips li:nth-child(6n-3) a:visited,
.categorynavi .tips li:nth-child(6n-2) a,
.categorynavi .tips li:nth-child(6n-2) a:link,
.categorynavi .tips li:nth-child(6n-2) a:visited {
    color: #143b62;
    background-color: #FFFFFF;
    border: 2px solid #143b62;
}

.categorynavi .tips li:nth-child(6n-1) a,
.categorynavi .tips li:nth-child(6n-1) a:link,
.categorynavi .tips li:nth-child(6n-1) a:visited,
.categorynavi .tips li:nth-child(6n) a,
.categorynavi .tips li:nth-child(6n) a:link,
.categorynavi .tips li:nth-child(6n) a:visited {
    color: #FFFFFF;
    background-color: #565656;
    border: 2px solid #565656;
}

.categorynavi {
    font-weight: 700;
    font-size: 0.9em;
    height: 40px;
    background-color: #143b62;
    color: #fff;
}

.categorynavi .bg-extend {
    background-color: #000;
}

.categorynavi_parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-top: 3px;
    background-color: #324F92;
    border-top: 3px solid #fff;
}

.categorynavi_parent > li {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    /*   flex-grow: 1;  */
    border-right: 4px solid #fff;
    border-bottom: 3px solid #fff;
    display: inline-block;
    width: 10%;
}

.categorynavi_parent li:hover a {}

.categorynavi_parent > li:first-child {
    border-left: 2px solid #FFFFFF;
}

.categorynavi_parent > li:nth-of-type(8n+1) {
    border-left: 2px solid #FFFFFF;
}

.categorynavi_parent > li > a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.categorynavi_parent > li > a span {
    position: relative;
    z-index: 60;
    line-height: 1.4;
    font-weight: 700;
}

.categorynavi_parent > li:hover > a::after {
    display: block;
}

.categorynavi_parent > li.sub:hover > a::after {
    display: none;
}

.categorynavi_child {
    transform: scale(1, 0);
    transform-origin: top;
    transition-duration: 0.2s;
}

.categorynavi_parent > li.hover .categorynavi_child {
    transform: scale(1, 1);
}

.categorynavi_child {
    position: absolute;
    top: 175px;
    left: 0;
    width: 100%;
    height: auto;
    box-shadow: 7px 7px 10px 5px rgba(0, 0, 0, 0.4);
    animation-duration: 0.3s;
    animation-name: show-balloon;
    background-color: #FFFFFF;
    font-size: 100%;
    list-style-type: none;
    z-index: 200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/*
#top .categorynavi_child{
top: 113px;
}
*/
.categorynavi_childInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.categorynavi_childList {
    padding: 5px 20px 15px;
    width: 100%;
}

.categorynavi_childList ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    margin: 20px 0;
}

.categorynavi_childList li {
    -ms-flex-preferred-size: calc(100% / 7);
    flex-basis: calc(100% / 7);
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    display: inline-block;
}

.categorynavi_childList li:hover {
    opacity: 0.8;

}

.categorynavi_childList a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px 0px;
}

.categorynavi_childList a p {
    font-size: 12px
}

.categorynavi_childList img {
    max-width: 60%;
    margin-bottom: 5px;
}


.categorynavi_childAside p {
    color: #141414;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
}

.categorynavi_childAside img {
    max-width: 130px;
    margin-right: 1em;
}

.categorynavi_childAside .tips {
    margin-top: 9%;
}

.categorynavi_childAside .tips ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.categorynavi_childAside .tips ul li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    text-align: center;
    margin-bottom: 1em;
    display: inline-block;
}

.categorynavi_childAside .tips ul li a {
    width: 90%;

    display: inline-block;
    margin: 0 5px;
    padding: 8px;
    border-radius: 8px;
}

.categorynavi_childTextlinkonly {
    width: 100%;
}

.categorynavi_childTextlinkonly ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 3%;
    width: 100%;
}

.categorynavi_childTextlinkonly ul li {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    margin-bottom: 1em;
    display: inline-block;
}

.categorynavi_childTextlinkonly a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 600;
    margin-right: 5px;
}

.categorynavi_child1 {
    background-color: #143b62;
}

.categorynavi_child1 li {
    height: 50px;
    padding: 5px;
    line-height: 1.1rem;
}

.categorynavi_parent li:hover .categorynavi_child1 li a {}

.categorynavi_parent li:hover .categorynavi_child1 li:hover a {}

.categorynavi_child2 {
    background: #324F92;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.categorynavi_child2 {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.sub_dropdown:hover .categorynavi_child2 {
    visibility: visible;
    opacity: 1;
    margin-top: 3px;
}

.categorynavi_child2 li {
    padding: 8px 0;
    text-align: center;
}

.categorynavi_child2 li a {
    color: #fff !important;
}

.categorynavi_child2 li:hover {}

.main_top_contents {
    width: 90%;
    margin: 10px auto;
    max-width: 1440px;
}

.main_top_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_top_item {
    width: 25%;
}.main_top_item_txt {
    color: #fff;
    width: 80%;
    margin: 15px auto 0;
    text-align: center;
}

.box1,
.box2,
.box3,
.box4 {
    margin: 0;
}

.box1 {
    background-color: #396d9a;
    border: none;
}

.box1 .txt-big,
.box3 .txt-big {
    padding-top: 3%;
}

.box2 {
    background-color: #0089fb;
    border: none;
}

.box3 {
    background-color: #80dd34;
    border: none;
}

.box4 {
    background-color: #f94440;
    border: none;
}

.txt-big {
    font-size: 2vw;
    font-weight: 700;
    line-height: 1.3;
}

.txt-small {
    font-size: 1.3vw;
}

.main_top_link {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    color: #fff;
    line-height: 29px;
}

.main_top_link h3 {
    font-size: 1.5em;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #fff;
    padding: 5px 0;
    margin: 0 30px;
}

.detail {
    background-color: #444141;
    padding: 1% 10%;
    display: inline-block;
    margin-top: 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}


.sysItemImage {
    max-width: 180px;
    margin: 10px auto 5px;
}

.top_newarrival .sysItemImage {
    max-width: 200px;
    height: 200px;
    margin: 0 auto;
}


.crcHeader {
    position: fixed;
    width: 100%;
    background: #03003f;
    top: 0;
    z-index: 100;
}

.opcCommonButton opcConfirm_inputStatus_disable {
    display: block;
}

#sysItemCategory #sysWrap,
#shopping-guide #sysWrap,
#sysInformation #sysWrap {
    width: 80%;
    margin: 20px auto;
}

#sysFormIndex #sysWrap,
#law #sysWrap {
    margin: 160px auto;
}

.relativ .sysContent .sysHorizontal li {
    width: 288px;
}

.main_top_link p {
    line-height: 1.3;
}

.main_video {
    width: 100%;
    position: relative;
    line-height: 0;
}

.main_video video {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.main_video_txt {
    padding: 5px 10px;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    position: absolute;
    line-height: 1.5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.drc_link {
    background: transparent;
    font-size: 1em;
}

.drc_link a span {
    color: #fff;
    padding-left: 5px;
}

.drc_link a:hover span {
    color: #fff;
}

.micro_drone_txt {
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.sysFuncInformation ul {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    padding: 20px;
    width: 98%;
    margin: 0 auto;
}

.sysFuncInformation time {
    font-weight: normal;
    font-size: 0.8em;
}

/*新着販売商品*/
.top_newarrival2 li {
    background: #c5e09c;
}





/*取引先*/
.company-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5%;
}


.company-logo-item {
    width: 16.4%;
    margin: 1%;
}






/* 基本設定
 *----------------------------------------------------------------------*/
/* html{
  font-size:62.3%;
} */
body {
    color: #fff;
    /* font-size: 1.3rem;/*13px*/
    */ font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.6;
    background-color: #03003f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sp_only {
    display: none;
}

#sysAll {
    max-width: 100%;
    background-color: transparent;
    padding: 0;
}

#none #sysWrap {
    width: 100%;
    margin: 119px auto 0;
    padding: 0;
    overflow: hidden;
}

#sysItemDetail #sysWrap {
    width: 95%;
    margin: 0 auto !important;
    padding: 0;
    overflow: hidden;
}
}

#sysWrap {
    width: 80%;
    margin: 160px auto 0;
    padding: 0;
    overflow: hidden;
}

#sysHeader {
    margin: 0;
    padding: 0;
}

div#sysMain {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #03003f;
}

#sysAside {
    display: none;
    float: none;
    padding: 0;
}

#sysFooter {
    margin: 0;
    padding: 0;
}

#top #sysWrap {
    margin-top: 0;
}


.sysContent {
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: inherit;
}

a {
    color: #fff;
    text-decoration: none;
    font-weight: inherit;
}

a:hover {
    color: #fff;
}

img {
    vertical-align: bottom;
    /*you kakunin*/
    height: auto;
}

a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-filter: "alpha( opacity=50 )";
    -webkit-filter: "alpha( opacity=50 )";
    -o-filter: "alpha( opacity=50 )";
    -ms-filter: "alpha( opacity=50 )";
}

a:hover img.nohover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-filter: "alpha( opacity=100 )";
    -webkit-filter: "alpha( opacity=100 )";
    -o-filter: "alpha( opacity=100 )";
    -ms-filter: "alpha( opacity=100 )";
}

p {
    margin: 10px auto;
}

p.indent {
    margin: 5px 0 !important;
    text-indent: 1em
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    color: black;
}

/* フォーム要素の基本レイアウト */
input[type=search],
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
textarea {
    -webkit-appearance: none;
    padding: 10px 5px !important;
    width: 100%;
    line-height: 2;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 0;
}

input[type="radio"] {
    margin: 10px 10px 20px;
}

.sysFormField {
    margin: 10px 0;
}

.sysFormField label {
    margin-right: 20px;
    font-size: 15px;
}

.sysFormField a {
    display: inline-block;
    color: #068acc;
    border-bottom: 1px solid #068acc;
    line-height: 15px;
    margin: 0 3px;
}

select {
    height: 30px;
}

#sysItemCategory select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    width: 100%;
    padding: 3px 5px;
}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    /*background: url("owl.video.play.png") no-repeat;*/
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-dots {
    position: relative;
    bottom: 53px;
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    top: 10px;
}

.owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 5px;
    background: #999;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #f1f1f1;
    color: black;
}

.owl-nav [class*=owl-] {
    position: absolute;
    bottom: 43px;
    margin-top: -18.5px;
    outline: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    text-indent: -9999px;
    z-index: 9999;
    border: none;
    border-radius: none;
    cursor: pointer;
}

.owl-nav .owl-prev {
    left: 30%;
    background: url(/img/common/nav_left.png);
    background-size: 40px;
}

.owl-nav .owl-next {
    right: 30%;
    background: url(/img/common/nav_right.png);
    background-size: 40px;
}

/* 検索ボックス */
.search_bx form {
    overflow: hidden;
    border: 1px solid #dddddd;
}

.search_bx .sysItemSearchFormWord {
    float: left;
    width: 70%;
}

.search_bx input[type="search"] {
    height: 40px;
    border: none;
    padding: 5px;
    width: 100%;
}

.search_bx .sysSearchButton {
    overflow: hidden;
    float: left;
    display: block;
    width: 30%;
    height: 40px;
    margin: 0;
    padding: 0;
    text-indent: -999px;
    border-radius: 0px;
    border: none;
    background: #324F92 url(/img/common/ico_search.png) no-repeat center center;
    background-size: 70px;
    cursor: pointer;
}

/* submitボタンの調整 */
#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit {
    background: #666;
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-shadow: none;
    border-color: transparent;
    border-radius: 3px;
    width: 80%;
    height: 50px;
    margin: 0 auto;
}

/* 商品カテゴリページ */
.sysFuncItemCategory a {
    line-height: 1.75;
}

.sysFuncItemCategory a:hover {
    background: #eee;
    color: black;
}

#sysItemCategory h1.itemCategory {
    margin-left: 5px;
    border-left: 5px solid #222222;
    padding-left: 10px;
    font-size: 18px;
    margin: 20px 0 10px;
}

.sysSelectionDescription {
    margin: 2px 0 10px;
}

/* 4-1-3 Category View Mode */
.sysItemCategoryCtl {
    font-size: small;
}

.sysItemCategoryCtl a {
    display: inline-block;
    padding: 2px 4px;
    background: #ddd;
    border: 1px solid #999;
    border-radius: 3px;
    text-decoration: none;
    margin: 2px 0;
}

/* PRアイコン設定 */
.sysItemPr {
    font-size: small;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #666;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
}

/*PRアイコン(商品詳細ページ)*/
.sysPr span {
    width: 24%;
    padding: 3px 10px;
    color: #222222;
    font-weight: bold;
    font-size: 13px;
    border-radius: 15px;
    margin: 0 0 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

span.icon_online,
span.icon_kyobashi {
    display: inline-block;
    background: #ff1000;
    border: 3px solid #ff1000;
    color: #fff;
}

span.icon_book {
    display: inline-block;
    border: 3px solid #ff1000;
    color: #ff1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

span.icon_chilled {
    display: inline-block;
    background: #4472c4;
    border: 3px solid #4472c4;
    color: #fff;
    text-indent: 0.5em;
    letter-spacing: 0.5em;
}

/* カートボタン */
.sysCartButton {
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #222222;
    color: #fff;
    cursor: pointer;
}

.sysCartButton:hover {
    background: #999;
}

/* アーカイブリスト */
.sysItemList ul.sysList li .sysThumbnailImage {
    width: 40%;
    max-width: 200px;
}

/* 4-1-7  商品サムネイル画像 */
.sysItemList ul.sysThumbnail li {
    display: inline-block;
    float: none;
    vertical-align: top;
    letter-spacing: normal;
}

.sysItemList ul.sysThumbnail {
    letter-spacing: -.4em;
    display: flex;
    flex-wrap: wrap;
    color: black;
}

.sysItemList ul.sysThumbnail input {
    width: 100%;
    padding: 10px 0;
}

.sysItemList ul.sysThumbnail li {
    float: left;
    width: 18%;
    padding: 1%;
    background: #fff;
    margin: 1%;
    border: 1px solid #ccc;
}

/* 商品ぺージ */
/* 商品画像 */
.sysThumbnailImage > span,
.sysThumbnailImage > br {
    display: none;
}

.sysItemImages {
    max-width: 500px;
    padding-right: 20px;
}

.sysItemImages .sysImageList li {
    display: inline-block;
    vertical-align: top;
    height: auto;
    width: 32%;
    line-height: 1;
    float: none;
    margin: 1% 0;
}

/* 商品名 */
.sysItemName h1 {
    font-size: x-large;
}

.sysItemName a {
    color: black;
}


/* 注文エリア*/
.orderArea {
    letter-spacing: -.4em;
    text-align: center;
}

.orderArea > div {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
}

.orderArea > .orderArea > div,
.orderArea3 > .orderArea3 > div {
    width: 100%;
    display: block;
}

.sysCartItemAreaMessage {
    color: white;
}

/* 注文エリア3カラム*/
.orderArea3 {
    width: 32%;
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
}

.orderArea2 {
    width: 66%;
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
}

.orderArea2 .sysItemImages,
.orderArea2 .sysDescription {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.orderAreaBox {
    margin-bottom: 15px;
}

.orderAreaBox p {
    padding: 3px;
    color: #fff;
    background: #324F92;
    display: inline-block;
    text-align: center;
    width: 21%;
    margin: 0 5px;
}

.orderAreaBox img {
    margin-left: 10%;
    display: inline-block;
    width: 40%;
}

/* 商品ページのタイトル */
.sysItemName,
.sysExplanation > div > span,
.sysReview > span {
    display: block;
    margin-bottom: 0px;
    font-size: large;
}

/* 料金表 */
.price-list {
    width: 100%;
}

.price-list th,
.price-list td {
    border-bottom: solid 1px;
    padding-top: 15px;
    padding-bottom: 3px;
}

.price-list th {
    font-weight: normal;
}

.price-list td {
    text-align: right;
}

#price-list2,
#price-list3,
#price-list4,
.discount {
    border-bottom: solid 1px;
    padding-top: 15px;
    padding-bottom: 3px;
}

.list-h {
    display: inline-block;
    width: 60%;
}

#price-list3 .list-h {
    width: 56%;
}

#price-list4 .list-h {
    width: 48%;
}

#sysItemDetail .sysRetailPrice,
#sysItemDetail #sysSubtotal,
#sysItemDetail .sysShippingCost {
    display: inline-block;
    color: #fff;
    text-align: right;
    font-size: medium;
}

#sysItemDetail .sysRetailPrice {
    width: 38%;
}

#sysItemDetail #sysSubtotal {
    width: 42%;
}

#sysItemDetail .sysRetailPriceTaxIncluded {
    display: none;
}

#sysItemDetail .sysShippingCost {
    width: 50%;
}

.discount p {
    margin: 0;
}

/* 買い物フォーム */
#sysItemDetail #sysVariation {
    overflow: hidden;
    margin: 5px auto;
}

#sysItemDetail #sysVariation > div {
    margin: 10px auto;
    overflow: hidden;
}

#sysItemDetail .sysNumArea button {
    overflow: hidden;
    display: inline-block;
    width: 25%;
    padding: 10px;
    text-indent: -999px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    background: #f1f1f1;
    cursor: pointer;
}

#sysItemDetail .sysNumArea button:hover {
    background-color: #efefef;
    color: black;
}

#sysItemDetail .sysNumArea {
    padding-top: 5px;
    clear: both;
    text-align: right;
    margin-bottom: 10px;
}

#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
    width: 98%;
    margin-left: 2%;
}

#sysItemDetail .sysShare {
    padding: 5px 0 0 2%;
}

#sysCartInForm {
    width: 100%;
}

/* ログインボタン */
.sysLoginButton,
.sysButton {
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #666;
    color: #fff;
    cursor: pointer;
}

.sysLoginButton,
.sysButton:hover {
    background: #999;
}

.sysLoginButton {
    display: block;
    width: 50%;
    margin: 10px auto;
    padding: 20px;
}

/* カートボタン */
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button {
    background: #666;
    color: #fff;
    text-shadow: none;
}

.sysCartInDone {
    margin: 0;
}

/* フォームページの基本レイアウト*/
#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain {
    width: 90%;
    border: 1px solid;
    padding: 20px 150px !important;
    margin: 30px auto;
}

#sysDestination #sysMain {
    width: 1100px;
    border: 1px solid #eee;
    padding: 20px 150px !important;
    margin: 30px auto;
}

#sysFormConfirm label,
#sysMemberRegisterConfirm label {
    //**  display: block;**/
    margin: 15px 0 5px !important;
}

#sysFormConfirm .sysFormField #sysMemberRegisterConfirm .sysFormField {
    margin: 10px 0 20px !important;
}

#sysFormConfirm button.sysButton {
    width: 49%;
    float: left;
    margin: 0;
    margin-right: 1%;
    margin-top: 30px;
    height: 50px;
    border-radius: 3px;
    background: #ccc;
    color: #444;
}

#sysFormConfirm .sysNextSubmit {
    width: 49%;
    margin: 0;
    margin-top: 50px;
    margin-left: 1%;
}

#sysMemberRegisterConfirm .sysNextSubmit {
    width: 49%;
    margin: 0;
    margin-top: 20px;
    margin-right: 1%;
    float: left;
}

#sysMemberRegisterConfirm .sysBackButton {
    width: 49%;
    float: left;
    margin: 0;
    margin-left: 1%;
    margin-top: 0px;
    height: 50px;
    border-radius: 3px;
    background: #ccc;
    color: #444;
}

#sysFormThanks .completeText {
    margin: 20px 0;
    text-align: center;
    font-size: 15px;
}

#sysFormThanks .completeText a {
    color: #068acc;
    text-decoration: underline;
}

#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2,
#sysMemberRegisterIndex #sysMain h2,
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2,
#sysFormIndex #sysMain h2 {
    display: none;
}

#sysFormIndex #sysMain input {
    font-size: 15px;
}

#sysMemberRegisterConfirm #sysMain > form,
#sysMemberRegisterIndex #sysMain > form,
#sysFormConfirm #sysMain > form,
#sysFormIndex #sysMain > form {
    padding: 10px;
}

#sysMypageReminder #sysMain input[type="text"],
#sysMemberRegisterIndex #sysMain input[type="text"],
#sysFormIndex #sysMain input[type="text"],
#sysFormIndex #sysMain textarea {
    background: #fff;
    border-radius: 0;
    margin: 10px 0 30px
}

#sysMemberRegisterIndex #sysMain input[type="tel"],
#sysMemberRegisterIndex #sysMain input[type="email"],
#sysMemberRegisterIndex #sysMain input[type="password"] {
    background: #fff;
    border-radius: 0;
    margin: 10px 0 30px
}

#sysMain .sysFormLabel {
    display: block;
    border-left: 5px solid #fff;
    padding-left: 5px;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 5px;
}

#sysMain .sysRequired {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 5px;
}

#sysMain textarea {
    min-height: 75px;
}

.sysZipcode button,
.sysZipcode .sysFormField {
    display: inline-block;
}

.sysZipcode .sysFormLabel {
    display: block;
}

.sysZipcode .sysFormField {
    width: 200px;
}

.sysZipcode br {
    display: none;
}

.sysBirthday input {
    width: auto !important;
}


/* フォーム確認ぺージ */
#sysMypageEditConfirm #sysMain .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
    border: 1px solid #999;
    line-height: 2;
    padding-left: 10px;
    font-size: small;
    border-radius: 3px;
    margin: 5px auto;
    min-height: 20px;
}

/* マイページ */
.sysMypageMajorHeadLine {
    display: none;
}

.SysMypageMinorHeadLine {
    font-size: 18px;
    border-left: 5px solid #3d3d3d;
    padding-left: 5px;
    margin: 20px 0;
}

#sysMypageLogin .sysMypageMinorHeadLine {
    display: none;
}

/* 購入履歴 */
.sysOrderList {
    border: 1px solid rgb(212, 212, 212);
    padding: 10px;
    max-height: 400px;
    overflow-y: scroll;
}

.sysOrderList li {
    border-bottom: 1px dotted rgb(212, 212, 212);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

/* Member Profile Editor */
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditMember #sysMain > form {
    padding: 10px;
}

#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
    line-height: 15px;
    padding: 5px;
    font-size: small;
    margin: 5px auto;
}

#sysMypageEditConfirm #sysMain > form {
    padding: 10px;
}

/* Special Point */
.sysSpecialPoint {
    overflow: hidden;
    letter-spacing: -.4em;
}

.sysSpecialPoint > div:nth-child(2n) {
    width: 60%;
}

.sysSpecialPoint > div {
    display: inline-block;
    letter-spacing: normal;
    padding: 5px 10px;
    border-bottom: 1px solid #d5d5d5;
}

.sysSpecialPoint > div:nth-child(2n+1) {
    width: 40%;
}

/* 4-5-4 Coupon List */
.sysCoupon {
    border: 1px solid #d5d5d5;
    margin: 10px;
}

/* マイページ（複数配送先編集画面）*/
.sysSelectAddress {
    background: none;
}

.sysSelectAddress a {
    display: block;
    text-decoration: none;
    border: 0px solid;
    padding: 10px;
}

.sysSelectAddress {
    margin: 10px 0;
}

.sysSelectAddress a:hover {
    background: #eee;
    color: black;
}

/***********************************
  商品詳細ページ
***********************************/
/* 検索窓 */
.wrap1 .h_search {
    width: 96%;
    margin: 0 auto;
}

/*商品番号*/
#sysItemDetail .sysItemId {
    text-align: right;
    font-size: 12px;
}

/* 製品型番 */
#sysItemDetail .sysItemViewId {
    font-size: 1.5em;
    margin-bottom: 5px;
}

#sysItemDetail #sysDescription .long {
    margin: 0;
}

/*通常価格*/
#sysItemDetail .sysSuggestedRetailPrice {
    margin-bottom: 5px;
    text-align: right;
}

#sysItemDetail .sysSuggestedRetailPrice span {
    font-size: 1.1rem;
}

/*送料区分*/
/* #sysItemDetail .sysShippingCost {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-top: 5px;
  padding: 0 5px;
  color: #da4636;
  font-weight: bold;
  font-size: 1.1rem;
  border: 1px solid #da4636;
  border-radius: 3px;
} */
/* 商品詳細情報 */
#sysExplanation {
    width: 95%;
}

#sysExplanation h3 {
    margin: 15px 0 5px;
}

#sysExplanation h3::before {
    content: "■";
}

#sysExplanation h4 {
    margin: 10px 5px;
}

.disc {
    margin-bottom: 10px;
}

.disc li {
    list-style-type: disc;
    margin-left: 30px;
}

.mgb10 {
    margin-bottom: 10px;
}

.specification_img img {
    max-width: 60%;
}

/*PRアイコン(カテゴリーページ)*/
#sysItemCategory input[type=submit] {
    margin-top: 0px;
}

.sysAddSelection div {
    margin-bottom: 10px;
}

.sysAddSelection {
    clear: both;
}

.sysAddSelection input,
.sysAddSelection select {
    margin: 5px 0;
}

.sysItemPrArea {
    margin-top: 5px;
}

.sysItemPrArea span {
    width: 49%;
    height: 30px;
    display: inline-block;
    padding: 3px 0px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 20px;
    font-weight: bold;
    margin: 0 0 5px;
    text-align: center;
    color: black;
}

.sysRentalSchedulesCalendar caption {
    display: none;
}

.sysRentalSchedulesCalendar td {
    height: auto;
}

.sysRentalSchedulesCalendar td:first-child span {
    color: red;
}

.sysRentalSchedulesCalendar td:last-child span {
    color: blue;
}

.sysRentalSchedulesValidPrice {
    display: none;
}

#sysItemDetail .sysForm select {
    min-width: 300px;
    margin: 5px 0;
}

.sysRentalExtendDays select {
    height: 40px;
}

.sysNextCalendar,
.sysPrevCalendar {
    z-index: 1;
}

#sysItemDetail .sysForm select[name="num"] {
    min-width: 200px;
}

#sysItemDetail .sysForm input[type="text"] {
    margin-top: 5px;
}

#sysSelections div {
    margin-bottom: 10px;
}

#sysItemDetail .sysSelections {
    line-height: 30px;
}

#sysItemDetail #sysVariation {
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    margin-left: auto;
}

#sysItemDetail #sysVariation > div {
    margin: 10px auto;
    overflow: hidden;
}

#sysItemDetail .sysNumArea {
    padding-top: 5px;
    clear: both;
    text-align: right;
}

#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
    width: 98%;
    margin-left: 2%;
}

#sysItemDetail .sysShare {
    padding: 5px 0 0 2%;
}

#sysCartInForm {
    width: 100%;
    margin-left: auto;
}

/*バリエーション*/
#sysItemDetail .sysFormVariationName {
    background-color: #fdf5f5;
}

#sysItemDetail .sysFormVariationTable {
    width: 100%;
    max-width: 500px;
}

/*下部フォーム*/
#sysItemDetail .order_bottom {
    margin: 0 auto 40px;
    text-align: right;
}

/*簡易商品説明*/
#sysItemDetail .sysDescription {
    text-align: left;
}

/*商品詳細*/
.search_bx .sysHeadline {
    display: none;
}

.h_search .sysContent {
    padding: 10px !important;
}

.sysExplanation img {
    height: auto;
}

#sysItemDetail .itempage_cap {
    margin-bottom: 30px;
    font-size: 12px;
}

#sysItemDetail .itempage_cap .i_ttl {
    margin-bottom: 20px;
    font-size: 120%;
    font-weight: bold;
}

#sysItemDetail .itempage_detail h3 {
    font-size: 18px;
    font-weight: normal;
}

#sysItemDetail .itempage_detail_ttl {
    position: relative;
    margin-top: 40px;
    padding: 5px 0;
    font-weight: bold;
    font-size: 18px;
}

#sysItemDetail .itempage_detail_ttl:after {
    content: "　";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 2px;
    background-color: #000;
}

#sysItemDetail .sysMainImage img {
    width: 100%;
}

/*数量増減*/
#sysItemDetail #sysNumber {
    text-align: right;
}

#sysItemDetail .sysNumArea .sysBtnPlus {
    border-color: #b9b9b9;
    background: url(/img/layout/system/btn_plus.png) center center no-repeat;
    background-size: 65px;
    width: 37%;
}

#sysItemDetail .sysNumArea .sysBtnMinus {
    border-color: #b9b9b9;
    background: url(/img/layout/system/btn_minus.png) center center no-repeat;
    background-size: 90px;
    width: 37%;
}

/*カートに入れる*/
#sysItemDetail .sysCartButton {
    padding: 18px 15px !important;
    background: #da4636;
    font-size: 1em;
}

#sysItemDetail .sysCartButton:hover {
    opacity: 0.8;
}

#sysItemDetail .sysGoCartButton {
    background: #da4636 url(/img/layout/system/btn_cart2.png) center center no-repeat;
    background-size: 127px;
}

/*お気に入り*/
#sysItemDetail #sysWishlist .sysButton {
    overflow: hidden;
    text-indent: -999px;
    border: 1px solid #b9b9b9;
    background: #fff url(/img/layout/system/btn_favo.png) center center no-repeat;
    background-size: 100px;
}

#sysItemDetail #sysWishlist .sysButton:hover {
    background-color: #efefef;
    color: black;
}

/*SNSボタン*/
#sysItemDetail .sysShare {
    padding: 5px 0 0 2%;
    text-align: right;
}

#sysItemDetail .sysShare .sysFacebook {
    position: relative;
    top: -6px;
}

#sysItemDetail .sysShare .sysGoogleplus {
    width: 58px;
}

#sysItemDetail .sysShare .sysLine,
#sysItemDetail .sysShare .sysDisplayPcNone {
    display: inline-block !important;
}

#sysItemDetail .sysShare .sysLine {
    position: relative;
    top: 0px;
}

/*.sysReview*/
#sysItemDetail .sysReview {
    margin: 20px 0 40px;
}

/*テーブルデザイン（本体と付属品）*/
.sysExplanation table {
    width: 98%;
    margin: 0 auto 20px;
    color: white;
}

.sysExplanation table tr {
    border-bottom: 1px solid #fff;
}

.sysExplanation table th,
.sysExplanation table td {
    font-size: small;
    padding: 3px 10px;
    width: 33%;
}

/*テーブルデザイン（仕様）*/
.sysExplanation .table_striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .3);
}

.sysExplanation .table_striped th {
    width: 28%;
    text-align: left;
    border: none;
}

.sysExplanation .table_striped td {
    width: 72%;
    border: none;
}

.sysExplanation .table_striped .disc {
    margin-bottom: 0;
}

/*テーブルデザイン カスタム（仕様）*/
.sysExplanation .table_vertical tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.sysExplanation .table_vertical colgroup:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05) !important;
}

.sysExplanation .table_vertical th {
    text-align: center;
    background-color: rgba(255, 255, 255, .05) !important;
}

table.mode_0525 {
    border-collapse: separate !important;
    border-spacing: 1px !important;
    white-space: nowrap;
}

table.mode_0526 {
    border-collapse: separate !important;
    border-spacing: 1px !important;
    white-space: pre-wrap;
}


.sysExplanation table.table_vertical th,
.sysExplanation table.table_vertical td {
    width: auto;
}

.sysExplanation .tv4 th {
    width: 25%
}

.sysExplanation .tv4 td {
    width: 25%;
}

.1th {
    width: 28% !important;
}

.2th {
    width: 72% !important;
}

.sysExplanation .table_vertical .disc {
    margin-bottom: 0;
}

/*テーブルデザイン 0525録画モード（仕様）*/
colgroup.0525_1th {
    width: 4%;
}

colgroup.0525_2th {
    width: 20%;
}

colgroup.0525_3th {
    width: 7%;
}

colgroup.0525_4th {
    width: 7%;
}

colgroup.0525_5th {
    width: 12%;
}

colgroup.0525_6th {
    width: 10%;
}

colgroup.0525_7th {
    width: 20%;
}

colgroup.0525_8th {
    width: 14%;
}

colgroup.0525_9th {
    width: 6%;
}


/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemBlock .sysHorizontal li {
    width: 25%;
    padding: 0 10px;
}

.sysItemBlock {
    margin-bottom: 7%;
}

.itempage_recommend .sysItemName {
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
}

.itempage_recommend .sysItemPrice {
    text-align: left;
}

/*商品ページ成分表*/
#sysItemDetail .show_bx {
    margin-bottom: 30px;
}

#sysItemDetail .show_bx_inner {
    margin-bottom: 10px;
}

#sysItemDetail .btn_tr {
    padding: 10px 0 10px 35px !important;
    background: #324F92 url(/img/layout/system/ico_plus.png) 10px center no-repeat !important;
    background-size: 18px !important;
    cursor: pointer;
}

#sysItemDetail .active {
    background: #324F92 url(/img/layout/system/ico_minus.png) 10px center no-repeat !important;
    background-size: 18px !important;
}

#sysItemDetail .contents_tr {
    background-color: #324F92;
}

#sysItemDetail .contents_tr td {
    background-color: #f5f5f5 !important;
}

#sysItemDetail .contents_tr table {
    margin-bottom: 0;
}

/***********************************
  カートページ
***********************************/
body.sysCart {
    background-color: #0b009f;
}

/*カートページ内レイアウト調整*/
.sysCart .header_h1_under,
.sysOpcBody .header_h1_under {
    float: none;
    padding: 10px 0;
    width: 100%;
    height: auto;
    background-color: #fff;
}

.sysCart .header_h1_under a,
.sysOpcBody .header_h1_under a {
    display: block;
    width: 160px;
    margin: 0 auto;
}

.sysCart .header_h1_under .logo img,
.sysOpcBody .header_h1_under .logo img {
    float: none;
    margin-right: 0;
}

.sysCart .header_h1_under .head_title,
.sysOpcBody .header_h1_under .head_title {
    text-align: center;
}

.sysCart .header_wrap {
    border-bottom: none;
    height: auto;
    /*position:fixed;*/
}

.sysCart #sysWrap {
    margin: 140px auto;
}

.sysCart #sysMain,
.sysOpcBody #sysMain {
    max-width: 1100px;
    border: 1px solid #324F92;
    padding: 20px 150px;
    margin: 0 auto;
}


.sysCart #sysMain,
.sysCart #sysMain a {
    color: #000;
}

.sysCart .sysBox,
.sysCart .sysSelectPaymentArea,
.sysCart .sysSelectDeliveryArea,
.sysCart .sysRemarksArea,
.sysCart .sysSelectOptionArea,
.sysCart .sysDetail,
.sysCart .sysOrder .nav,
.sysCart .sysAcceptDomainArea,
.sysCart .sysRepeatOrderSetting {
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    box-shadow: none;
    margin: 1em auto 2em;
    padding: 1em;
}

.sysCart .sysBox hr {
    display: block;
    border: 0;
    height: 0;
    border-bottom: 1px solid #cfcfcf;
    margin: 5px 0;
    padding: 0;
}

.sysCart #sysMain input[type="text"],
.sysCart #sysMain input[type="password"],
.sysCart #sysMain input[type="email"],
.sysCart #sysMain input[type="number"],
.sysCart #sysMain input[type="tel"],
.sysCart #sysMain input[type="search"],
.sysCart #sysMain textarea {
    background: none;
    border-radius: 0;
    border: 1px solid #dddddd;
}

.sysCart .sysTotalTxt {
    text-shadow: none;
}

.sysTotal .sysTotalTxt .sysCartAttention {
    font-size: 2rem;
}

.sysCart .sysSubTotalArea {
    margin: 10px 0;
}

.sysCart .sysNextSubmitArea {
    margin-bottom: 20px;
}

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
    border-radius: 5px;
    background: #da4636 !important;
    border: none;
}

.sysCart .sysCartAttention,
.sysCart .sysRequired {
    color: #da4636;
    font-weight: bolder;
}

.sysCart .sysGetPoint {
    color: #da4636;
    font-weight: bolder;
}

.sysCart .sysCartNote {
    color: #000;
    font-size: 90%;
}

.sysCart .sysCartTitle {
    color: #fff;
    font-size: large;
    font-weight: bolder;
    background-color: #03003f;
    padding: 0;
    margin-bottom: 2-px;
}

.sysCart .sysCartTitle span {
    font-size: 1.2rem;
}

.sysCart #sysMain input {
    background: #fff !important;
}

.sysCart #sysMain input[type="submit"],
.sysCart #sysMain button[type="submit"],
.sysCart #sysMain button {
    display: inline-block;
    padding: 10px;
    width: auto;
    height: auto;
    color: #000;
    background: #fff;
    border-radius: none;
    border: 1px solid #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sysCart .sysDeleteArea,
.sysCart .sysConfirmButton {
    text-align: right;
}

.sysCart .sysNavImg {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.sysCart .sysFreeArea {
    color: white;
    margin: 20px 0;
}

.sysFreeAreaBottom {
    color: white;
}

.sysSelectPayment li:last-child,
.sysSelectDelivery li:last-child,
.sysSelectOption li:last-child,
.sysCart .sysDetail li:last-child,
.sysRemarks,
.sysCart .sysOrder .nav li:last-child {
    border-bottom: none;
}

.sysCart .sysAcceptDomainArea input {
    padding: 0 10px !important;
}

.sysCart .cart_btn {
    color: #000;
    text-align: center;
    margin-top: 40px;
}

.sysCart .cart_btn p {
    margin: 0;
    padding: 0;
}

.sysCart .cart_btn .btn {
    margin-top: 5px;
}

.sysCart .cart_btn img {
    width: 200px;
    border: 1px solid #d0d0d0;
}

#sysBasket #sysMain {
    padding-top: 10px;
}

.sysCart .cart_info .sysContent {
    max-width: 300px;
    color: #000;
    text-align: center;
    font-weight: bolder;
    font-size: 13px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin: 1em auto 0 auto;
    padding: 10px;
    background-color: #fff;
}

.sysCart #sysMain .sysConfirmButton input[type="submit"] {
    width: auto;
}

.sysCart #sysMain select {
    display: inline-block;
}

.sysCart .sysBtnChange {
    margin-bottom: 10px !important;
}

.opcDeliveryMethodTitle {
    color: white;
}

.opcRemarksTitle {
    color: white;
}

/*登録せずに購入*/
#sysBillingAddress .input-append input[type="text"] {
    display: inline-block;
}

/*都道府県*/
#sysBillingAddress .sysPrefState select {
    width: 200px;
}

/*性別*/
#sysBillingAddress .sysGender {
    margin-bottom: 20px;
}

#sysBillingAddress .sysGender input {
    vertical-align: middle;
}

#sysBillingAddress .sysGender label {
    display: inline-block;
    margin-right: 20px;
}

/*メルマガ*/
#sysBillingAddress .sysAcceptMailmagazine {
    margin-bottom: 20px;
}

/*注文完了ページ*/
.cart_completion {
    text-align: center;
}

/*ご注文番号*/
#sysThanks #sysMain .sysOrderNumber {
    font-size: 1.5rem;
    font-weight: bold;
}

/*お買い物を続ける*/
body#sysBasket .sysBackButton2 {
    font-weight: bold;
    background: #b4f4ff !important;
    border-color: #fff !important;
}


/***********************************
  ワンページカート
***********************************/
.mdl_btn_.opcDialog,
form.opcUseAmazon {
    width: 100%;
    padding-right: 0;
}

.sysCart #sysMain h3 {
    font-size: 20px;
}

.sysCart #sysMain #show-dlg-1,
.sysCart #sysMain #show-dlg-1_low,
.sysCart #sysMain .sysOpcNextSubmit,
.sysCart #sysMain .sysNextSubmit {
    display: block;
    width: 100% !important;
    padding: 15px 10px !important;
    margin: 5px 0 !important;
    color: #fff !important;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    text-shadow: none;
    box-shadow: none;
    border: none !important;
    border-radius: 5px;
    background: #da4636 !important;
}

.sysCart #sysMain #show-dlg-2,
.sysCart #sysMain #show-dlg-3 {
    display: block;
    width: 100% !important;
    padding: 10px;
    margin: 0 0 30px !important;
    color: #fff !important;
    font-size: 1.2rem;
    line-height: 1;
    text-shadow: none;
    box-shadow: none;
    border: none !important;
    border-radius: 5px;
    background: #000 !important;
}

.sysCart #sysMain #show-dlg-3 {
    color: #fff !important;
    background: #da4636 !important;
}

.sysCart #sysMain .next_btn {
    color: #fff !important;
    font-size: 1rem;
    line-height: 1;
    border: none !important;
    background: #000 !important;
}

.sysCart #sysMain #order_price_confirm_btn {
    color: #fff !important;
    width: 100% !important;
    box-shadow: none;
    background: #000 !important;
}

.sysCart #sysMain .mdl-js-button {
    box-shadow: none;
}

.sysCart #sysMain #change-to-billAddr,
.sysCart #sysMain #show-dlg-addrList,
.sysCart #sysMain #show-dlg-inputAddr {
    line-height: 1;
    border: none !important;
    background: #000 !important;
}

.sysCart #sysMain p.user_type {
    font-size: 1.2rem;
}

.sysOpcProduct .sysOpcItemName {
    font-size: 1.2rem;
}

/*情報入力ページ調整*/
.sysOpcBody div#sysWrap {
    margin: 60px auto;
}

.sysOpcBody div#sysMain {
    padding: 3em 200px 0;
    margin-bottom: 60px;
}

.sysOpcBody .header_wrap {
    height: auto;
    position: static;
    border-bottom: none;
}

.sysOpcBody .header_h1_under a {
    pointer-events: none;
}

.sysOpcBody .footer .f_gnav_all {
    display: none;
}

input[type="button"],
select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
}

select {
    padding: 0 .5em;
}

.sysOpcBody img {
    max-width: 100%;
}

.opcCommonInputText,
.opcCommonInputSelect,
.opcCommonInputRadio,
.opcCommonInputCheckbox {
    margin-left: 0 !important;
}

.opcCommonEditModeBlock {
    background: #fff !important;
    padding: 0;
}

.opcOrderSummaryTitle,
.opcBillingAddressTitle,
.opcDeliveryAddressTitle,
.opcItemTitle,
.opcPaymentMethodTitle {
    font-size: large !important;
    margin-bottom: 0.5em;
    color: white;
}

.opcOrderSummary,
.opcBillingAddress,
.opcDeliveryAddress,
.opcDeliveryMethod,
.opcPaymentMethodList,
.opcItemList,
.opcPaymentMethod,
.opcRemarks_edit {
    color: white;
}



.opcBillingAddress_edit,
.opcClient,
.opcClient_edit,
.opcDeliveryAddress_edit,
.opcDeliveryMethod_edit,
.opcDeliveryAddressAndDeliveryMethodGroup,
.opcItem_edit,
.opcRemarks,
.opcSubstituteOrderMemo,
.opcSubstituteOrderMemo_edit,
.opcPoint_edit,
.opcItemPoint_edit,
.opcCouponCode_edit,
.opcCoupon_edit,
.opcDeliveryAddressSummary,
.opcDeliveryAddressAndItemsGroup,
.opcSelectDeliveries,
.basketCoupon_edit,
.opcPaymentMethod_edit {
    color: black;
}

.opcCommonInputSelect,
.opcCommonButton {
    width: 200px !important;
    background: #fff !important;
}

.opcCommonInputSelect {
    background: #f1f1f1 !important;
}

.opcBillingAddress_completeButton_edit,
.opcDeliveryMethod_completeButton_edit,
.opcPaymentMethod_completeButton_edit,
.opcItem_completeButton_edit,
.opcDeliveryAddress_completeButton_edit,
.opcPointAndCouponDialog_applyButton_edit,
.opcRemarks_completeButton_edit {
    background: #da4636 !important;
    border: 1px solid #da4636 !important;
    color: #fff !important;
    font-weight: bold;
}

.opcConfirm_inputStatus {
    display: block;
    width: 700px !important;
    margin: 0 auto 1em;
    background: #da4636 !important;
    color: #fff !important;
    border: 1px solid #da4636 !important;
    font-weight: bold;
}

.opcConfirm_inputStatus_disable {
    display: none;
    width: 700px !important;
    margin: 0 auto 1em;
    background: #ccc !important;
    color: #000 !important;
}

.opcConfirm_order {
    display: block !important;
    width: 700px !important;
    margin: 0 auto;
    background: #da4636 !important;
    color: #fff !important;
    border: 1px solid #da4636 !important;
    font-weight: bold;
}

.opcConfirm_order_disable {
    display: block !important;
    width: 700px !important;
    margin: 0 auto;
    background: #ccc !important;
    color: #000 !important;
}

.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
    width: 30px !important;
    background: #f1f1f1 !important;
}

.opcCommonButtonGroup {
    margin-top: 1em;
}

.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
    width: 15% !important;
}

.opcBillingAddress_acceptMailmagazineYesLabel_edit {
    margin-top: 1em;
    display: inline-block;
}

.opcOrderSummary_totalPriceAndLabelGroup {
    padding-bottom: 10px !important;
}

.opcCommonEditLabel {
    margin-top: 1em;
}

.opcOrderSummary_priceBreakDownGroup {
    padding-top: 1em;
    padding-bottom: 1em;
}

.opcOrderSummary_feeAndLabelGroup,
.opcOrderSummary_usePointPriceAndLabelGroup {
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.opcBillingAddress_prefState_edit {
    margin: 5px 0;
}

.opcBillingAddressButtonGroup_edit,
.opcDeliveryAddress_buttonGroup,
.opcDeliveryMethod_buttonGroup_edit {
    padding: 1em 0;
}

.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit {
    margin-bottom: 1em;
}

.opcItem_itemSubTotalPriceAndLabelGroup {
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.opcDeliveryAddressAndDeliveryMethodGroup,
.opcItemList {
    margin-bottom: 0 !important;
    border: none !important;
    padding: 0 !important;
    position: static !important;
}

.opcBillingAddress .opcCommonReferenceLabel {
    width: 70px;
    display: inline-block;
    position: relative;
}

.opcBillingAddress .opcCommonReferenceLabel::after {
    position: absolute;
    right: 0;
}

.opcDeliveryMethod .opcCommonReferenceLabel {
    width: 123px;
    display: inline-block;
    position: relative;
}

.opcDeliveryMethod .opcCommonReferenceLabel::after {
    position: absolute;
    right: 0;
}

.opcCommonRequireLabel {
    color: #da4636 !important;
    font-weight: bold;
}

.opcRemarks_remark_edit {
    width: 100% !important;
}

.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2em;
}

.opcDeliveryAddressEditDialog_directChangeLabel {
    width: 100%;
}

.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
    width: calc(32% - 1em) !important;
}

.opcItem_itemName {
    font-weight: bold;
    font-size: 15px;
}

.opcConfirm_headerErrorMessage {
    width: 100% !important;
    max-width: 800px;
}

.opcRemarks_remark,
.opcRemarks_cartOption {
    margin-left: 0 !important;
    width: 100% !important;
    ;
    white-space: normal !important;
    ;
}

#sysOpc > form + div {
    margin-bottom: 60px !important;
}

.opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit {
    padding-left: 0 !important;
    margin-left: 0 !important;
    border-bottom: none !important;
}

.opcDeliveryAddress {
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 1em;
}

.opcDeliveryMethod_hopeDeliveryDateLabel_edit {
    width: 126px;
    display: inline-block;
}

/*完了ページ調整*/
#sysThanks #sysMain {
    border: none;
}

#sysThanks .sysNavImg {
    display: none;
}

#sysThanks.sysCart .sysBox:nth-of-type(2) div:nth-of-type(1),
#sysThanks.sysCart .sysBox:nth-of-type(2) div:nth-of-type(2) {
    margin-bottom: 1em;
}

/***********************************
  検索ページ
***********************************/
#sysItemSearch div#sysMain {
    max-width: 90%;
    margin: 20px auto 40px;
}


#sysItemSearch .sysThumbnail .sysItemPrArea {
    text-align: left;
    margin-top: 5px;
}

#sysItemSearch #sysMain h2 {
    font-size: 13px;
    margin-bottom: 10px;
}

#sysItemSearch #sysMain .sysItemSearchForm {
    font-size: 12px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #ededed;
    color: black;
}

#sysItemSearch #sysMain .sysItemSearchFormWord {
    margin-bottom: 5px;
}

#sysItemSearch #sysMain .sysItemSearchFormWord input {
    height: 40px;
    vertical-align: bottom;
    border: 1px solid #d0d0d0;
}

#sysItemSearch #sysMain .sysSearchButton {
    display: block;
    margin: 10px auto;
    padding: 10px;
    width: 95%;
    border: none;
    background: #222222;
    color: #fff;
    font-size: 120%;
    cursor: pointer;
    border-radius: 3px;
}

#sysItemSearch #sysMain .sysItemSearchFormRange input {
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

#sysItemSearch #sysMain .sysItemSearchFormRange,
#sysItemSearch #sysMain .sysItemSearchFormCategory,
#sysItemSearch #sysMain .sysItemSearchFormSort,
#sysItemSearch #sysMain .sysItemSearchFormLimit {
    display: inline-block;
    margin: 5px auto;
}

#sysItemSearch #sysMain .sysItemSearchFormRange input {
    padding: 10px;
}

/***********************************
  お問い合わせ
***********************************/
#sysFormConfirm .sysNextSubmit {
    width: 100%;
    margin: 20px 0 0 !important;
}

#sysFormConfirm button.sysButton {
    width: 30%;
    margin-bottom: 20px;
}

/***********************************
  新規会員登録
***********************************/
.sysMemberRegister #sysWrap {
    margin: 160px auto 0;
}

/***********************************
  マイページ
***********************************/
.sysMypage #sysWrap {
    margin: 160px auto 0;
}

.sysMypage input[type="submit"] {
    margin-top: 10px;
}

/* マイページボタン */
.sysMypageNav > form {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.sysMypageNav .sysButton {
    width: 100%;
    display: block;
    font-size: 15px;
    margin: 5px 0;
    padding: 15px 0;
}

#sysMemberRegisterIndex .sysNextSubmit {
    width: 49%;
    float: left;
    margin-right: 1%;
    border-radius: 5px;
    height: 50px;
    font-size: 15px;
}

#sysMemberRegisterIndex .sysButton[type="submit"] {
    width: 49%;
    float: left;
    margin-right: 1%;
    border-radius: 5px;
    height: 50px;
    font-size: 15px;
    margin-top: 10px;
}

#sysMypageLogin .sysLoginButton {
    width: 49%;
    float: left;
    margin-right: 1%;
    font-size: 15px;
}

#sysMypageLogin .sysButton {
    width: 49%;
    margin-left: 1%;
    font-size: 15px;
}

/***********************************
  ヘッダー
***********************************/

.header_wrap_inner {
    /*max-width:1100px;*/
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.h_inner {
    margin: 15px 0 0;
}

.header_h1_under,
.header_h1 {
    width: 100%;
    height: 80px;

    /* float: left;*/
}

.header {
    width: 395px;
    height: 80px;
    float: left;
    display: none;
}

.logo img {
    width: 239px;
    float: left;
}

.head_title {
    font-size: 11px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.header .g_navi li {
    float: left;
    text-align: center;
}

.header .g_navi li a {
    display: block;
    width: 120px;
    margin: 15px 5px 0;
    height: 30px;
    line-height: 28px;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #222222;
    border-radius: 20px;
}

.header .g_navi li i {
    margin-right: 5px;
}


/***********************************
  カート情報
***********************************/
#cartInfo {
    top: 8px;
    right: 2%;
    position: fixed;
    z-index: 200;
    width: 120px;
    height: 30px;
    line-height: 28px;
    font-weight: bold;
    font-size: 12px;

    border-radius: 20px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    text-align: center;
    cursor: pointer;

}

#cartInfo p.cartTxt {
    margin: -2px;
    line-height: 21px;
    padding-top: 5px;
    font-size: 10px;
}

#cartInfo p img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

#cartInfo i {
    margin-right: 5px;
}

.h_cart {
    display: none;
    width: 280px;
    height: 145px;
    position: absolute;
    top: 40px;
    right: 5px;
    border: 1px solid #aaa;
    background: #fff;
    color: #fff;
    z-index: 110;
    padding: 10px 20px;
}

.h_cart dl {
    font-size: 12px;
    margin-bottom: 0px;
    color: black;
}

.h_cart dl:after {
    display: block;
    content: "";
    clear: both;
}

.h_cart dt,
.h_cart dd {
    float: left;
}

.h_cart dd span {
    display: inline-block;
    color: #da4636;
    font-weight: bold;
    padding: 0 5px;
}

.h_cart .sysCartInfoCartIn a {
    display: block;
    background: #03003f;
    color: #FFF;
    width: 100%;
    margin: 10px 0% 5px;
    height: 50px;
    padding: 12px 0 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}

.h_cart .sysCartInfoCartIn a:hover {
    background: #999;
}

.h_cart .sysCartInfoCartIn a img {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.h_cart .sysCartInfoCartIn a i {
    margin-right: 5px;
}

/* カート内商品数表示 */
button.itemCount {
    display: none;
    border: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    margin-left: 5px;
    color: #222222;
    background: #fff;
    border-radius: 10px;
}


/***********************************
  ナビゲーション
***********************************/
.h_navi {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
}

#headNavigation {
    max-width: 1100px;
    margin: 0 auto;
    height: 60px;
}

#headNavigation .pcnone {
    display: none;
}

#headNavigation li.tab1 {
    width: 220px;
    float: left;
    text-align: center;
}

#headNavigation li a {
    display: block;
    font-weight: 700;
}

#headNavigation li a span {
    display: block;
    font-size: 10px;
}

.tabmenu .border:after {
    background-color: #000;
    content: " ";
    height: 15px;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: 42px;
    width: 1px;

}

/*ナビゲーショントグル*/
.tabmenu:before {
    display: block;
    content: "";
    clear: both;
}

.tabmenu {
    margin: 10px 0 0;
}

.toggleNav {
    display: none;
    width: 220px;
    position: absolute;
    height: 0px;
    /*heightはjs制御*/
    top: 50px;
    left: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 110;
    box-shadow: 2px 2px 4px 0px #ccc;
    -moz-box-shadow: 2px 2px 4px 0px #ccc;
    -webkit-box-shadow: 2px 2px 4px 0px #ccc;
}

.toggleNav:hover {
    overflow: visible !important;
}

.tabmenu li.tab1 {
    position: relative;
}

.tabmenu li.tab1 a {
    font-size: 14px;
}

.tabmenu li.tab2 {
    text-align: left;
    height: 35px;
    border-bottom: 1px dotted #ccc;
    position: relative;
}

.tabmenu li.tab2:hover {
    background: #ededed;
    color: black;
}

.tabmenu li.tab2 a {
    display: block;
    position: relative;
    padding: 10px;
    font-size: 12px !important;
    line-height: 15px;
    font-weight: bold;
}

.tabmenu li.tab2 a i {
    position: absolute;
    right: 10px;
    top: 10px;
}

.tabmenu li.tab2 .subCategory {
    position: absolute;
    width: 200px;
    left: 200px;
    top: 0px;
    background: rgba(255, 255, 255, 1);
    visibility: hidden;
    transition: all .10s ease;
    z-index: 120;
    box-shadow: 2px 2px 4px 0px #ccc;
    -moz-box-shadow: 2px 2px 4px 0px #ccc;
    -webkit-box-shadow: 2px 2px 4px 0px #ccc;
}

.tabmenu li.tab2:hover .subCategory {
    visibility: visible;
}

.tabmenu li.tab3 {
    font-size: 14px;
    height: 35px;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
}

.tabmenu li.tab3:hover {
    background: #ededed;
    color: black;
}

/***********************************
  フッター
***********************************/
.footer {
    width: 100%;
    text-align: center;
    background: #324F92;
    letter-spacing: 2px;
}

.footer .f_navi_all {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 0;
}

.footer .f_navi h3 {
    margin: 10px 0 0;
    font-size: 15px;
}

.footer .f_navi ul {
    width: 671px;
    text-align: left;
    margin: 0 auto;
}

.footer .f_navi li {
    display: inline-block;
    padding: 0 15px 0 5px;
    margin: 10px 5px 0;
    font-size: 15px;
    position: relative;
}

.footer .f_navi li:after {
    background-color: #000;
    content: "　";
    height: 10px;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: 41px;
    width: 1px;
}

.footer .f_navi .b_none {
    border-right: 0px;
}

.footer .telephone {
    margin: 20px 0 5px;
}

.footer .telephone .telephone01 {
    width: 250px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #000;
    border-radius: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
}

.footer .telephone .telephone02 {
    width: 300px;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}

.footer .telephone .telephone02 a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 25px;
}

.footer .telephone .telephone02 a img {
    display: inline-block;
    height: 30px;
    margin-right: 10px;
}

.footer .telephone:after {
    display: block;
    content: "";
    clear: both;
}

.footer .time {
    font-size: 15px;
    margin: 0 0 10px;
}

.footer .f_gnav_all {
    background: #324F92;
    padding: 15px 0 10px;
    letter-spacing: 2px;
}

.footer .f_gnav li {
    display: inline-block;
    padding: 0px 20px 0 15px;
    font-size: 12px;
    position: relative;
}

.footer .f_gnav li:after {
    background-color: #fff;
    content: "　";
    height: 10px;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 1px;
}

.footer .f_gnav li a {
    color: #fff;
    font-weight: bold;
}

.footer .f_gnav li:hover a {}

.footer .f_gnav li:last-child {
    border-right: 0px;
}

.footer .f_gnav {
    margin-bottom: 5px;
}

.footer .f_copy {
    background: #fff;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

/***********************************
  フッター部分のご利用ガイド
***********************************/
.f_guide {
    width: 100%;
    border-top: 2px solid #222222;
    margin-top: 50px;
}

.f_guide .sysContent {
    width: 1100px;
    margin: 0 auto;
}

.f_guide .Title {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding: 10px 0 30px;
}

.f_guide .clearfix {
    font-size: 0;
}

.f_guide .guideBlock {
    display: inline-block;
    width: 550px;
    font-size: 14px;
    vertical-align: top;
}

.f_guide .guideBlock:after {
    display: block;
    content: "";
    clear: both;
}

.f_guide .guide01 {
    padding-right: 50px;
}

.f_guide .guide02 {
    padding-left: 50px;
}

.f_guide .guideTitle {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 15px;
    margin-bottom: 10px;
}

.f_guide p {
    font-size: 15px;
    line-height: 22px;
    margin: 5px 0;
}

.f_guide .mt {
    margin-top: 20px;
}

.f_guide .smaller {
    font-size: 12px;
}

.f_guide .freedial {
    background: rgba(0, 0, 0, 0) url("/img/common/dial.png") no-repeat scroll left center / 45px auto;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 50px;
}

/*ボタン*/
.f_guide .common_btn {
    margin: 10px auto;
}

.f_guide .common_btn a {
    font-size: 13px;
    padding: 10px 0;
}

/* ページトップに戻る*/
.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    text-align: center;
    z-index: 999999;
}

.pagetop #page-top {
    display: none;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    background: #000;
    border-radius: 5px;
    padding-top: 4px;
    height: 51px;
}

.pagetop #page-top:hover {
    background: #999;
}

/***********************************
  サイド
***********************************/
/*検索ボックス*/
.side_search {
    margin-bottom: 30px;
}

.side_search form {
    border: none;
}

.side_search input[type="search"] {
    height: 40px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

.side_search .sysItemSearchFormWord {
    float: none;
    width: 100%;
    margin-bottom: 5px;
}

.side_search .sysSearchButton {
    float: none;
    width: 100% !important;
    height: 40px;
    border-radius: 5px;
    background: #000 url(/img/common/ico_search.png) no-repeat center center;
    background-size: 70px;
    text-indent: -999px;
}

.side_navi .sysHeadline,
.side_navi_item .sysHeadline {
    font-size: 14px;
    margin: 0 !important;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
    width: auto;
    border-bottom: 1px solid #222222;
}

.side_navi .sysHeadline:before,
.side_navi_item .sysHeadline:before {
    content: none;
}

.side_navi a {
    position: relative;
    padding: 7px 5px 7px 20px !important;
    letter-spacing: 1px;
    border-bottom: 1px dotted #cdcdcd !important;
}

.side_navi a:after {
    position: absolute;
    top: 7px;
    right: 10px;
    content: ">";
    font-size: 14px;
}

.side_navi a:hover {
    background: #eee;
    color: black;
}

.side_navi {
    margin-bottom: 30px;
}

/*商品別*/
.side_navi_item {
    margin-bottom: 0;
    border-bottom: 1px solid #000;
}

.side_navi_item .sysHeadline,
.side_navi_item .sysContent {
    width: 90% !important;
    margin-left: auto !important;
}

.side_navi_item a {
    position: relative;
    padding: 7px 5px !important;
    letter-spacing: 1px;
    border-bottom: 1px dotted #cdcdcd !important;
}

.side_navi_item a:after {
    position: absolute;
    top: 7px;
    right: 10px;
    content: ">";
    font-size: 14px;
}

.side_navi_item li:last-child a {
    border-bottom: none !important;
}

.side_navi_item .sysHeadline {
    font-size: 13px;
    padding: 0;
    border-bottom: 1px dotted #cdcdcd !important;
}

.side_navi_item .sysHeadline a {
    display: block;
    border-bottom: none !important;
}

/*お買い物ガイド 最後2つ*/
.side_navi_guide li:nth-last-child(1),
.side_navi_guide li:nth-last-child(2) {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #222222;
    margin-bottom: 10px;
}

.side_navi_guide li:nth-last-child(1) a,
.side_navi_guide li:nth-last-child(2) a {
    padding: 7px 5px !important;
    border: none !important;
}

.side_navi_guide li:nth-last-child(1) a:hover,
.side_navi_guide li:nth-last-child(2) a:hover {
    background-color: #fff;
    color: black;
}

.side_navi_guide li:nth-last-child(3) {
    margin-bottom: 10px;
}

/***********************************
  共通パーツ
***********************************/
hr.style01 {
    width: 100%;
    height: 1px;
    background: #222222;
    margin: 50px auto;
    padding: 0;
    border: 0;
}

.long {
    font-weight: bold;
    margin: 1em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 18px;
    background-color: #324F92;
}

.short {
    font-weight: bold;
    margin: 1.5em auto 1rem;
    padding: 3px 10px;
    min-width: 120px;
    max-width: 98%;
    color: #fff;
    font-size: 18px;
    border-bottom: solid 2px #fff;
}

.rental-item .short {
    padding: 0;
    margin: 1em auto;
}

.sysTitle b,
.sysHeadline b {
    display: block;
    font-size: 14px;
}

.sysTitle span,
.sysHeadline span {
    position: relative;
    z-index: 2;
    display: inline-block;
    color: white;
}

.contentsWrap {
    width: 1100px;
    margin: 0 auto;
}

.contact-img {
    padding: 5px 10px;
    margin: 0 5px 20px;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.7);
}

/***********************************
  STEPテーブル
***********************************/
.step-box {
    margin: 0 auto 30px;
    max-width: 1100px;
}

.step-box dl {
    overflow: hidden;
    width: 100%;
    background: #ededed;
    margin: 5px 0;
    color: black;
}

.step-box dt {
    width: 30%;
    padding: 15px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    font-weight: bold;
}

.step-box dd {
    margin-left: 30%;
    padding: 15px;
    background: #fff;
}

.step-box dd:after {
    display: block;
    content: "";
    clear: both;
}

/***********************************
  特商法テーブルレイアウト
***********************************/
#main_tradelaw,
.main_tradelaw {
    border: 1px solid #ddd;
    margin: 0 auto 30px;
    max-width: 1100px;
    color: black;
}

#main_tradelaw dl,
.main_tradelaw dl {
    border-bottom: 1px dotted #bfbfbf;
    overflow: hidden;
    width: 100%;
    background: #ededed;
}

#main_tradelaw dl:last-child,
.main_tradelaw dl:last-child {
    border: 0px;
}

#main_tradelaw dt,
.main_tradelaw dt {
    width: 30%;
    padding: 15px 0 15px 20px;
    box-sizing: border-box;
    float: left;
    font-weight: bold;
}

#main_tradelaw dd,
.main_tradelaw dd {
    margin-left: 30%;
    padding: 15px;
    background: #fff;
    vertical-align: middle;
}

#main_tradelaw dd:after,
.main_tradelaw dd:after {
    display: block;
    content: "";
    clear: both;
}

.shipFee {
    max-width: 1100px;
    margin: 20px auto
}

.shipFee .tableTitle {
    font-size: 16px;
    height: 70px;
    padding: 10px;
    color: #424242;
    margin: 50px 0 0px;
    border: 0px !important;
    text-align: leftr;
}

table.shipFeeTable {
    border-collapse: collapse;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.5;
    text-align: center;
}

table.shipFeeTable .eyeCatch {
    width: 120px;
    display: block;
    margin: 5px auto;
    height: 25px;
    line-height: 25px;
    color: #000;
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
}

table.shipFeeTable thead {
    background: #555;
    text-align: center;
}

.spThead {
    display: none;
}

table.shipFeeTable thead th {
    padding: 10px;
    vertical-align: top;
    font-weight: normal;
    color: #fff;
}

table.shipFeeTable tbody .sum {
    position: relative;
}

table.shipFeeTable tbody .sum i {
    position: absolute;
    color: #888;
    font-size: 35px;
    right: -15px;
    bottom: 30px;
    z-index: 20;
}

table.shipFeeTable tbody th {
    width: 600px;
    padding: 10px;
    vertical-align: top;
    background: #fff;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table.shipFeeTable td {
    width: 500px;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee;
}

table.shipFeeTable b {
    color: #D42E30;
    display: inline-block;
    padding: 0 3px;
    font-size: 1.2em;
}

div#main_tradelaw a {
    display: inline-block;
    color: #068acc;
    text-decoration: underline;
}

/***********************************
  採用情報
***********************************/
#recruit .subpage-wrap a {
    text-decoration: underline;
}

/***********************************
  2カラムレイアウト
***********************************/
.column2Wrap {
    width: 1100px;
    margin: 0 auto;
}

.column2Wrap:after {
    display: block;
    content: "";
    clear: both;
}

.sideWrap {
    width: 180px;
    height: 1000px;
    background: #aaa;
    margin-right: 20px;
    float: left;
}

.mainWrap {
    width: 900px;
    margin-left: 200px;
}

.col2Style h2.pattern01 {
    font-size: 18px;
    border-left: 5px solid #3d3d3d;
    padding-left: 5px;
    margin: 15px 0;
}

.col2Style h2.pattern02 {
    font-size: 18px;
    border-bottom: 1px solid #3d3d3d;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 15px 0;
}

.col2Style h2.pattern03 {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    padding: 0 0px 3px 30px;
    margin: 0 0 15px;
    border-bottom: 1px solid #6843ac;
}

.col2Style h3.pattern01 {
    font-size: 14px;
    border-bottom: 0px solid #aaa !important;
    padding: 0px 0px 3px;
    margin: 15px 0 5px;
}

.col2Style h4.style01 {
    font-size: 15px;
    padding-bottom: 3px;
    margin: 20px 0;
    border-bottom: 0px solid #3d3d3d !important;
}

.col2Style .txtBlock {
    margin: 30px 0;
}

.col2Style .imgWrap {
    margin: 30px 0;
}

.col2Style .txtBlock a,
#forbusiness .txtBlock a,
#relocation .txtBlock a,
#privacypolicy .txtBlock a {
    color: #068acc;
    height: 25px;
    line-height: 25px;
    padding-bottom: 1px;
    border-bottom: 1px solid #068acc;
}

#shoplist td a,
#corporate dd a {
    color: #068acc;
    height: 25px;
    line-height: 25px;
    padding-bottom: 1px;
    border-bottom: 1px solid #068acc;
}

.col2Style .txtBlock li {
    margin: 5px 0;
    font-size: 12px;
}

.col2Style .txtBlock li .larger {
    font-size: 14px;
    margin-bottom: 10px;
}

.col2Style .txtBlock li span {
    width: 20px;
    display: inline-block;
}

.col2Style .imgWrap img {
    width: 40%;
    margin: 10px 0;
}

.col2Style .floatWrap {
    margin: 20px 0;
}

.col2Style .floatWrap:after {
    display: block;
    content: "";
    clear: both;
}

.col2Style .floatWrap img {
    width: 150px;
    float: left;
}

.col2Style .floatWrap .txt {
    padding-top: 5px;
    margin-left: 170px
}

.col2Style .floatImg {
    text-align: center;
}

.col2Style .floatImg:after {
    display: block;
    content: "";
    clear: both;
}

.col2Style .floatImg .imgWrap {
    width: 50%;
    float: left;
}

.col2Style .floatImg .imgWrap img {
    width: 60%;
    margin: 20px 10%;
}

/***********************************
   お買い物ガイド
***********************************/
.indexList {
    margin: 10px 0;
}

.indexList li {
    display: inline-block;
    text-align: center;
    margin: 0 5px 10px;
    border: 1px solid #aaa;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 15px;
}

.guideBlock {
    padding-top: 30px;
}

/*商品購入ステップ*/
.steps ul {
    width: 700px;
    margin: 0 auto;
}

.steps ul:after {
    display: block;
    content: "";
    clear: both;
}

.steps li {
    float: left;
    padding: 0 6px;
    height: 200px;
}

.steps li a {
    display: block;
    height: 100%;
    height: 200px !important;
}

.steps li img {
    height: 200px;
}


/***********************************
   ボタンデザイン
***********************************/
.common_btn {
    width: 250px;
    margin: 20px auto 50px;
    position: relative;
}

.common_btn a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #000;
}

.common_btn a:hover {
    background: #999;
}

.common_btn a i {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
}

/***********************************
  TOPページ
***********************************/
/*クロネコペイボタン装飾調整*/
div#kuronekoPayFlex {
    margin-right: 21px;
}

.sysCart #sysMain #kuronekoPayFlex button img {
    margin-top: -11px;
}

.sysCart #sysMain button#kmid-login-subwindow-launch,
.sysCart #sysMain button[onclick="Sys('#kmid-login-subwindow-launch').click()"] {
    padding: 10px 0px 0px 0px;
}

/*ヘッダー下*/
.hrc-header-under {
    margin-top: -5px;
}

/*ライブ配信とは*/
.stream-table {
    width: 80%;
    margin: 5px auto 20px;
    font-size: 1.0em;
    text-align: center;
    border: 1px solid #fff;
    color: white;
}

.stream-table tr {
    border-bottom: 1px solid #fff;
}

.stream-table tr:last-child {
    border: none;
}

.stream-table th {
    font-weight: bold;
    padding: 3px;
}

.stream-table td {
    padding: 3px;
}

/* モバイルルーター比較表 */
.mobile_router {
    width: 98%;
    margin: 0 auto 3px;
    padding: 3px 0;
    border: 1px solid;
    position: relative;
}

.mobile_router h4 {
    padding-bottom: 1px;
    text-align: center;
}

.mobile_router p {
    width: 80%;
    margin: 0 auto;
}

.mobile_cta {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-weight: bold;
    background: #324F92;
    border: 1px solid #324F92;
    padding: 5px 15px;
}

.mobile_cta:hover {
    color: #000;
    background: #fff;
}

/*TOP レイアウト要素*/
.summary {
    font-size: 18px;
    line-height: 1.3;
    width: 98%;
    margin: 0 auto;
}

.logo-img ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.logo-img ul li {
    padding: 10px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.red {
    color: red;
}

.top-content .sysHeadline {
    padding: 0;
}

.top-content .long {
    margin: 10px 0;
}

/*配信システムとは*/
.stream .short {
    margin: 10px auto;
}

/*インターネット配信のシステム*/
.flex-item2 {
    width: 48%;
    margin: 4px;
}

.live-stream figure {
    width: 98%;
    margin: 0 auto;
    box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
}

/*配信用アイテム*/
.item_box {
    font-size: 0;
    text-align: left;
}

.item_box li {
    float: none !important;
    display: inline-block;
    width: 23%;
    margin: 0 1% 10px;
    font-size: 12px;
    vertical-align: top;
}

.item_box .audio_img {
    width: 48%;
}

.item_box p {
    font-size: 14px;
    margin: 2px 0;
}

.item_box li p span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.item_box li figure {
    width: 100%;
    height: 50%;
    text-align: center;
}

.item-summary .item_box li figure {
    border: 1px solid #324F92;
}

.item-summary .item_box .audio_img figure {
    border: none;
}

.item_box li figure img {
    height: 120px;
}

.item_box .audio_img figure img {
    height: auto;
}

.mike {
    margin: 10px 20px 10px 40px;
}

.mike li {
    list-style: disc;
    font-size: 1.1em;
}

.next_rental {
    text-align: left;
    display: inline-block;
    color: #fff;
    padding: 7px 10px;
    background: #143b62;
}

/*ライブ配信でできること*/
.what-to-do .item_box img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.what-to-do {
    position: relative;
}

.pre-open {
    color: #ffffffc9;
    font-size: 5em;
    font-weight: bold;
    margin: 0 20px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*配信機材セット*/
.set-item figure {
    text-align: center;
}

.set-item figure img {
    margin-bottom: 10px;
}

/* トップページレンタルセクション */
.rental-sec {
    width: 100%;
    margin: 0 auto;
}

.new-item ul,
.remote ul,
.rental-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: space-between;
    text-align: left;
    position: relative;
}

.new-item ul li,
.remote ul li {
    float: none !important;
    width: 23% !important;
    margin: 0 2px;
    padding: 10px !important;
    box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.flex-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33%;
    margin: 0 0 30px;
    padding: 5px;
    box-shadow: 4px 3px 5px 5px rgb(0 0 0 / 10%);
    position: relative;
    color: black;
    height: auto;
    text-align: left;
    background: #fff;
}

.flex-item-title {
    background: #324F92;
    color: white;
    padding: 0 10px;
    font-size: 110%;
    font-weight: bold;
}

.flex-item-title p {
    margin: 0;
}

.new-item .sysItemName,
.remote .sysItemName,
.rental-flex h4 {
    font-weight: bold;
    font-size: medium;
    margin-top: 5px;
    line-height: 1.2 !important;
}

.new-item .sysItemPrice,
.remote .sysItemPrice {
    font-size: 16px;
    color: red;
    font-weight: bold;
    padding-bottom: 5px;
}

.rental-img {
    width: 100%;
    height: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid;
    margin: 5px 0;
}

.fourkbox {
    position: relative;
    margin: 5px auto 5px 0;
    border: 1px solid black;
    border-radius: 5px;
    width: auto;
    padding: 5px 30px;
    font-size: 85%;
}

.rental-link {
    background: #324F92;
    border: 1px solid #324F92;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}

.rental-table {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.rental-table table {
    width: 50%;
    text-align: center;
    border-spacing: 4px;
    border-collapse: separate;
    line-height: 1.2;
}

.rental-table table tbody tr {
    margin-top: 10px;
    height: 50px;
}

.rental-table table tbody tr th {
    border: 1px solid black;
    width: 28%;
    margin-right: 4%;
    font-size: 90%;
}

.rental-table table tbody tr td {
    border: 1px solid black;
    width: 68%;
    margin-left: auto;
}



.rental-type {
    background: white;
    border: 1px solid black;
    margin: 0 auto 1px 0;
    width: auto;
    padding: 3px 23px;
    font-weight: 600;
    font-size: 90%;
    display: inline-block;
    text-align: center;
    color: black;
}

.rental-type p {
    margin: 0;
}

.table-th {
    font-size: 50% !important;
    word-break: keep-all;
}

.rental-link-fav {
    background: #324F92;
    border: 1px solid #324F92;
    color: #fff;
    font-size: 18px;
    padding: 5px 30px;
    font-weight: bold;
    text-align: center;
    margin-top: auto;
    display: inline-block;
    margin: 0px auto;
}

.rental-sec a.rental-link:hover {
    background: #fff;
    color: #000;
}

.rental-item .summary {
    margin-bottom: 25px;
}

.rental-item figure {
    width: 98%;
    margin: 0 auto 10px;
    box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
}

.rental-item figure img {
    width: 100%;
}

.about-rental-item2:hover,
.detail:hover,
.add-link:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-filter: "alpha( opacity=50 )";
    -webkit-filter: "alpha( opacity=50 )";
    -o-filter: "alpha( opacity=50 )";
    -ms-filter: "alpha( opacity=50 )";
}

.sysItemBlock ul li {
    position: relative;
}

.main_top_item_img {
    width: 100%;
    height: 50%;
}

.main_top_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*ゲーミングPC販売*/


/* ATEM Mini配信機材セット */
.atem-set ul {
    margin: 0 auto;
    width: 98%;
}

.atem-set li {
    box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin-bottom: 10px;
}


.info ul li:nth-child(2) a {
    font-weight: bold;
}

.info ul li a {
    color: #fff;
}

.atem-parent {
    position: relative;
}

.atem-cat {
    color: #fff;
    font-weight: bold;
    background: #324F92;
    border: 1px solid #324F92;
    padding: 5px 15px;
}

.atem {
    position: absolute;
    right: 10px;
    color: #fff;
    font-weight: bold;
    background: #324F92;
    border: 1px solid #324F92;
    padding: 5px 15px;
}

.atem:hover {
    color: #000;
    background: #fff;
}

.sp_ipad {
    left: 20px;
    right: auto;
}

/* インフォメーション */
.sysNewsDetail {
    margin: 20px auto;
}

.sysNewsDetail h2 {
    margin: 20px 0 10px;
}

.sysNewsDetail ul {
    margin-left: 20px;
}

.sysNewsDetail ul li {
    list-style: disc;
}

/*追記*/
.categorynavi_parent {
    flex-wrap: wrap;
}

.show_bx_inner {
    background: #324F92;
    color: #fff;
}

.show_bx_inner div a {
    color: #fff;
}

.show_bx_inner div {
    padding: 3%;
    border-bottom: 2px solid #fff;
}

.show_bx_inner div:last-child {
    border: none;
}

.contents_tr {
    padding: 0 0 0 3% !important;
}

ul.cat_child {
    display: flex;
    flex-wrap: wrap;
}

.cat_child li {
    display: inline-block;
    width: 24%;
    font-size: 13px;
    font-weight: bolder;
    border: solid 1px #000;
    margin: 0.5%;
    padding: 1%;
    background: #fff;
}

.cat_child li:hover {}

.cat_child li a {
    display: block;
    color: black;
}

/*配信請負業務(streaming)*/

@media screen and (min-width: 860px) {
    ul.video_rogo {
        margin: auto;
        width: 330px;
        display: flex;
        flex-wrap: wrap;
    }

    .video_room {
        display: flex;
    }
}

@media screen and (max-width: 860px) {
    ul.video_rogo {
        text-align: center;
    }
}

.video_room_box {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    float: left;
    margin: 20px 10px;
}

.video_room_box img {
    width: 100%;
}


.video_room_box p {
    text-decoration: underline;
}

.contract-table {
    text-align: center;
}

.contract-table th,
.contract-table td {
    border: 1px solid #324F92;
    padding: 10px;
}

.contract-table th {
    font-weight: bold;
    text-align: center;
}

.contract-table td {
    text-align: center;
}

.x-scroll {
    overflow: auto;
}

.x-scroll table {
    width: 90%;
}

.x-scroll table {
    text-align: center;
}

.x-scroll::-webkit-scrollbar {
    height: 5px;
}

.x-scroll::webkit-scrollbar-track {
    background: #F1F1F1;
}

.x-scroll::webkit-scrollbar-thumb {
    background: #d6d6d6;
}

.x-scroll td,
.x-scroll th {
    white-space: nowrap;
    /* 文字折り返し禁止 */
}

.machineroom-img {
    width: 100%;
    height: 200px;
}

.stm_yellow {
    border: 3px solid #324F92 !important;
    background: #03003f !important;
}

@media screen and (max-width: 1480px) {
    .streaming-planlist {
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
}

.streaming-planlist {
    display: flex;
}

.streaming-planlist .plantable {
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

.streaming-planlist .stm_yellow .block {
    border-bottom: 2px solid #324F92;
    padding: 10px;
}

.streaming-planlist .stm_green .block {
    border-bottom: 2px solid #33bd7a;
}

.streaming-planlist .stm_blue .block {
    border-bottom: 2px solid #3a9cff;
}

.streaming-planlist .stm_red .block {
    border-bottom: 2px solid #f62118;
}

.streaming-planlist .stm_orange .block {
    border-bottom: 2px solid #f77e02;
}

.streaming-planlist .stm_gray .block {
    border-bottom: 2px solid #666;
}

.streaming-planlist .stm_green .block,
.streaming-planlist .stm_blue .block,
.streaming-planlist .stm_red .block,
.streaming-planlist .stm_orange .block,
.streaming-planlist .stm_gray .block {
    padding: 10px 15px;
}

.streaming-planlist .stm_yellow .block_last {
    padding: 10px;
}

.streaming-planlist .stm_green .block_last,
.streaming-planlist .stm_blue .block_last,
.streaming-planlist .stm_red .block_last,
.streaming-planlist .stm_orange .block_last,
.streaming-planlist .stm_gray .block_last {
    padding: 10px 15px;
}



/* トップページピックアップ２つ並び */
.pickup2 .sysContent ul {
    list-style: none;
    font-size: 0;
}

.pickup2 .sysContent li:nth-child(6),
.pickup2 .sysContent li:nth-child(7) {
    display: inline-block;
    width: 50%;
}

/* トップページ機材の応用 */
.equipment_applied .sysContent li img {
    width: 100%;
}

.equipment_applied .sysContent li {
    margin-bottom: 10px;
}


/*トップページバナー下挿入 */
.main_top_contents .flex_box {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 98%%;
    margin: 0 auto;
}

.certification_box {
    font-size: .9em;
    width: 25%;
    text-align: left;
}

.certification_box h4 {
    background: #324F92;
    color: #ffffff;
    font-weight: bold;
    padding: 0.5em;
    text-align: center;
    margin: 0.75em 0.25em 0.25em;
    font-size: 1.25em;
}

.certification_box ul {
    margin: 10px;
}

.top_jigyoannai1 p {
    float: left;
    width: 70%;
}

.top_jigyoannai1 a {
    float: right;
    width: 25%;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
}

@media screen and (max-width: 560px) {

    .certification_box,
    .top_jigyoannai1 p,
    .top_jigyoannai1 a {
        width: 100%;
    }
}

.box_txt {
    padding: 0.5em 1em;
    margin: 2em 0;
    background-color: #324F92;
    text-align: center;
    font-weight: bold;
    line-height: 1.0;
}

.box_txt h3 {
    font-size: 1.7em;
}

.box_txt p {
    font-size: small;
    margin: 0;
}

/*トップページ各種事業案内 */
div#top_jigyoannai_02 {
    display: flex;
    flex-wrap: wrap;
    width:100%;
}

.Bus_blk {
    display: inline-block;
    width: 47.5%;
    padding: 1%;
    box-shadow: 4px 3px 5px 5px rgb(255 255 255 / 10%);
    margin: 1%;
}

.Various_Bus_img {
    float: left;
    width: 40%;
}

.Various_Bus_img img {
    max-width: 100%;
    max-height: 160px;
}

.Various_Bus_txt {
    float: right;
    width: 57%;
}

@media screen and (max-width: 560px) {
    .Bus_blk {
        display: inline-block;
        width: 100%;
        padding: 3%;
    }
}

/*TOPページCSS*/
.g-tune .sysContent {
    padding: 5px;
    font-size: ;
    color: ;
    background-color: ;
}

.g-tune h2 {
    background: #ffff00;
}

.g-box {
    position: relative;
    padding: 0;
    width: 100%;
    height: auto;
    background: whitesmoke;
    margin: 5px 0;
}

.gbox-left {
    width: 70%;
    float: left;
    text-align: left;
    padding-left: 20px;
}

.gbox-left p {
    margin: 1px auto;
}

.gbox-right {
    position: absolute;
    text-align: center;
    width: 30%;
    right: 0;
    margin: 0 auto;
}

.gbox-right img {
    position: relative;
    top: -25px;
    max-height: 150px;
}

.gbox-title {
    background: #ffff00;
    font-size: 1.0rem;
    font-weight: 600;
    margin: 5px;
}

.gbox-title p {
    margin: 0;
    padding: 5px 5px 0 5px;
    line-height: 1.2;
}

.gbox1 {
    font-size: .9rem;
    margin: 5px auto;
}

.gbox2 {
    font-size: 1.0rem;
    font-weight: 600;
}


.gbox3 .gbox3-title {
    font-size: 1.2rem;
    font-weight: 600;
    float: left;
    margin-top: 7px;
}

.gbox3 p strong {
    font-size: 1.8rem;
    font-weight: 600;
    margin-left: 0;
}

.gbox4 {
    font-size: 0.9rem;
    font-weight: 600;
}

.gbox5 {
    font-size: 0.8rem;
}

.gbox6 {
    background: #FF0000;
    color: #FFFFFF;
    padding: 0 5px;
}

.pdl5 {
    padding-left: 5px;
}

.lp_main {
    text-align: center;
    background-color: #CBD0D3font-size: 14px;
    font-family: " Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.5;
}

.lp_topimg {
    width: 100%;
    height: 45px;
    background-color: #cbd0d3 !important;
    color: white;
    position: fixed;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    align-items: center;
    z-index: 9999;
}

.overlay {
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.inner_overlay {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: url(<!--{$TPL_URLPATH}-->img/lp/waganic/waga_smh_01a.jpg) no-repeat center center/cover;
}

.inner_overlay_second {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    min-width: 100%;
    min-height: 100vh;
}

.main_wrapper {
    padding: 0px !important;
    margin: 0px auto;
    max-width: 750px !important;
}

.rakuten_photo {
    padding-top: 40px;
    padding-bottom: 40px;
}

.lp_text {
    font-size: 20px;
    color: #1f1f1f;
    line-height: 1.6;
    padding: 0 20px 0 !important;
    margin: 50px 0 12px 0;
    font-family: " Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.insta_text {
    font-size: 36px;
    color: #000;
    text-align: center !important;
    line-height: 1.6;
    margin: 20px 0 12px 0;
    font-family: " Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.insta_textsub {
    font-size: 28px;
    color: #000;
    line-height: 1.6;
    margin: 50px 0 12px 0;
    font-family: " Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.button_left {
    position: absolute;
    margin: 0;
    padding: 20px 0;
    bottom: 60px;
    width: 350px;
    left: -15px;
}

.button_right {
    position: absolute;
    margin: 0;
    padding: 20px 0;
    bottom: 50px;
    width: 350px;
    right: 20px;
}

.button_center {
    margin: 0 auto;
    padding: 10px 0 50px;
    width: 350px;
}

.button_container {
    position: relative;
}


/* 法人向けパソコンレンタル */
.pcsvc .item_box li figure img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.pcsvc .clearfix {
    clear: both;
}
.pcsvc .section_inner .txtleft {
    width: 70%;
    margin-right: 5%;
    float: left;
}
.pcsvc .section_inner p.bigblue {
    font-size: 27px;
    margin: 20px 0 30px 0;
    font-weight: bold;
    color: #00B0F0;
}
.pcsvc .section_inner .txtright {
    width: 25%;
    float: left;
    margin: 20px 0 30px 0;
}
.pcsvc .section_inner div.safety div.txt {
    width: 55%;
}
.pcsvc .section_inner div.safety .fright {
    float: right;
}
.pcsvc .section_inner div.safety p.title02 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    color: #00B0F0;
    padding-bottom: 10px;
    border-bottom: 1px solid #00B0F0;
}
.pcsvc .section_inner div.safety .fleft {
    float: left;
    margin-right: 5%;
}
.pcsvc .section_inner div.safety img {
    width: 40%;
    max-width: 550px;
    margin-bottom: 30px;
}
.pcsvc .section_inner div.safety p.mb {
    margin: 30px;
}
.pcsvc .section_inner div.btn a {
    padding: 20px 60px;
    font-weight: bold;
    text-align: center;
    background: #254d75;
    color: white;
    font-size: 25px;
}
.pcsvc .section_inner a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.pcsvc .section_inner div.btn {
    display: table;
    margin: 15px auto 35px;
}


@media screen and (max-width: 560px) {
	.pcsvc .item_box li p span {
	    font-size: 14px !important;
	}
}

@media screen and (max-width: 640px) {
	.pcsvc .section_inner div.safety .block02 .fright {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    float: none;
	    margin: 10px 0;
	}
	.pcsvc .section_inner .txt_block {
	    position: relative;
	}
	.pcsvc .section_inner div.safety .block02 {
	    position: relative;
	}
	.pcsvc .section_inner .txt_block .txtleft {
	    padding-top: 90%;
	    width: 100%;
	    margin-right: 0%;
	    float: none;
	}
	.pcsvc .section_inner div.safety .block02 .fleft {
	    padding-top: 80%;
	    width: 100%;
	    margin-right: 0%;
	    float: none;
	}
	.pcsvc .section_inner .txt_block .txtright {
	    position: absolute;
	    top: 0;
	    width: 100%;
	    float: none;
	    margin: 10px 0;
	}
	.pcsvc .section_inner div.safety .fleft {
	    float: none;
	    margin-right: 0%;
	}
	.pcsvc .section_inner div.safety div.txt {
	    width: 100%;
	}
	.pcsvc .section_inner div.safety img {
	    width: 100%;
	    margin-bottom: 20px;
	}
}

@media screen and (max-width: 896px){
	.pcsvc p.bigblue {
	    font-size: 20px !important;
	}
	.pcsvc p.mb, .pcsvc p.txtleft_mb {
	    margin: 30px 0 !important;
	}
}


/* ゲーミングPCの修理・メンテナンス */
.repair .item_box li figure img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.repair .clearfix {
    clear: both;
}
.repair .section_inner p.bigblue {
    font-size: 27px;
    margin: 20px 0 30px 0;
    font-weight: bold;
    color: #00B0F0;
}
.repair .section_inner div.safety div.txt {
    width: 55%;
}
.repair .section_inner div.safety .fright {
    float: right;
}
.repair .section_inner div.safety p.title02 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    color: #00B0F0;
    padding-bottom: 10px;
    border-bottom: 1px solid #00B0F0;
}
.repair .section_inner div.safety .fleft {
    float: left;
    margin-right: 5%;
}
.repair .section_inner div.safety img {
    width: 40%;
    max-width: 550px;
    margin-bottom: 30px;
}
.repair .section_inner div.safety p.mb {
    margin: 30px 0;
}
.repair .section_inner div.btn a {
    padding: 20px 60px;
    font-weight: bold;
    text-align: center;
    background: #254d75;
    color: white;
    font-size: 25px;
}
.repair .section_inner a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.repair .section_inner div.btn {
    clear: both;
    display: table;
    margin: 15px auto 35px;
}

.repair .contents {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.repair .contents .item {
	width: calc(100% / 4);
	padding: 10px 10px 20px;
	text-align: center;
	font-weight: bold;
	text-align: center;
	background-color: #324F92;
	margin: 20px;
}
.repair .contents .item p.title{
	font-size: 25px;
}
.repair .contents .plus {
	padding: 60px 0;
	font-size: 30px;
}
.repair .contents .plus::after {
	content: "＋";
}

@media screen and (max-width: 560px) {
	.repair .item_box li p span {
	    font-size: 14px !important;
	}
}

@media screen and (max-width: 640px) {
	.repair .section_inner div.safety .block02 .fright {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    float: none;
	    margin: 10px 0;
	}
	.repair .section_inner div.safety .block02 {
	    position: relative;
	}
	.repair .section_inner div.safety .block02 .fleft {
	    padding-top: 80%;
	    width: 100%;
	    margin-right: 0%;
	    float: none;
	}
	.repair .section_inner div.safety .fleft {
	    float: none;
	    margin-right: 0%;
	}
	.repair .section_inner div.safety div.txt {
	    width: 100%;
	}
	.repair .section_inner div.safety img {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.repair .contents {
		display: block;
	}
	.repair .contents .item {
		width: auto;
	}
	.repair .contents .plus {
		text-align: center;
		padding: 0;
	}
}

@media screen and (max-width: 896px){
	.repair p.bigblue {
	    font-size: 20px !important;
	}
	.repair p.mb {
	    margin: 30px 0 !important;
	}
}

@media screen and (min-width: 980px) {
	.g-contents{
	    display: flex;
	    flex-wrap: wrap;
	}
	.g-contents .g-box{
	    width: 50%;
	}
	.g-box {
	    padding: 10px 0;
	}
	.gbox3 p strong{
	    margin-left: 30px;
	}
}

@media screen and (max-width: 896px){   
  .br-pc { display:none; }
}

.rental-flex:after {
    content: "";
    display: block;
    width: 33%;
    height: 0;
}

.sysPrintReceipt{
color: #000000;
background: #ffffff;
}


/* トップページニューリリースレンタル商品 */

.release-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  position: relative;
}
.release-flex-item {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  width: 23%;
  margin: 0 9px 25px 9px;
  padding: 10px;
  box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
.release-box-4k {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  padding: 0 5px;
  background: #333;
  color: #fff;
}
.release-box-4k-2 {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  padding: 0 5px;
  background: #FF0000;
  color: #fff;
}
.release-box-new {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  padding: 0 5px;
  background: #FF0000;
  color: #FFFFFF;
  font-weight: bold;
}
.release-box-new1 {
  position: absolute;
  left: 0;
  top: auto;
  margin-top: revert;
  padding: 0 5px;
  background: #FF0000;
  color: #FFFFFF;
  font-weight: bold;
}
.release-flex h4 {
  font-weight: bold;
  font-size: large;
  margin-top: 5px;
  color: #000;
}

.release-img {
  width: 100%;
  /* height: 150px; */
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  overflow: hidden;
}
.release-price {
  font-size: 16px;
  color: red;
  font-weight: bold;
  margin: 0 0 5px;
}

.release-desc {
  margin: 0 0 5px 0;
  font-size: .8em;
}
.release-link {
  background: #333;
  border: 1px solid #333;
    background: #324F92;/*20220527追加*/
    border: 1px solid #324F92;/*20220527追加*/
  color: #fff;
  font-size: 18px;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  margin-top: auto;
}
.release-sec a.release-link:hover {
  background: #fff;
  color: #000;
}
.release-item .summary {
  margin-bottom: 25px;
}
.release-item figure {
  width: 98%;
  margin: 0 auto 10px;
  box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
}
.release-item figure img {
  width: 100%;
}
.release-flex-item {
    background: #fff;
}

@media screen and (max-width: 560px) {
  .release-flex {
      display: block;
  }
  .release-flex .release-flex-item {
      width: 100%;
      margin: 10px 0;
  }
}
p.infobg_red a {
    color: white;
    margin: 0 0 10px;
    background: red;
    padding: 7px 20px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 12%);
    display: block;
    font-weight: bold;
}
@media screen and (max-width:560px){
/***********************************
  ナビゲーション
***********************************/
#headNavigation .pcnone {
    display: block;
}

#headNavigation .spnone {
    display: none;
}

#headNavigation li.active {
    background: #fff;
}

.h_navi {
    width: 100%;
    height: 40px;
}

#headNavigation li.tab1 {
    width: 25%;
    margin-top: 10px;
}

#headNavigation li.tab1 a {
    font-size: 12px;
    line-height: 15px;
    position: relative;
}

#headNavigation li.tab1:nth-of-type(5) {
    display: none;
}

/*ナビゲーショントグル*/
.toggleNav {
    display: none;
    width: 100%;
    position: absolute;
    height: 0px;
    /*heightはjs制御*/
    top: 39px;
    left: 0;
    z-index: 110;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px #ccc;
    -moz-box-shadow: 0px 0px 0px 0px #ccc;
    -webkit-box-shadow: 0px 0px 0px 0px #ccc;
}

.toggleNav:hover {
    overflow: visible !important;
}

#headNavigation ul.tab {
    position: relative;
}

.tabmenu .border:after {
    content: none;
}

.tabmenu li.tab1 {
    position: static;
    border-right: 1px solid #000;
}

.tabmenu li.tab1:nth-child(4) {
    border-right: none;
}

.tabmenu li.tab1 a {
    font-size: 14px;
}

.tabmenu ul:after {
    display: block;
    content: "";
    clear: both;
}

.tabmenu li.tab2 {
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1;
    font-size: 18px;
    border-bottom: 1px dotted #ddd;
    position: relative;
    background: rgba(255, 255, 255, 1);
}

.tabmenu li.tab2 a {
    display: block;
    position: relative;
    padding: 5px 15px;
    font-size: 14px !important;
    line-height: 40px !important;
    font-weight: bold;
}
#headNavigation li.tab2 a:after {
    display: none;
}

.tabmenu li.tab2 a i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

.h_spnavi {
    position: fixed;
    width: 100%;
    height: 65px;
    top: 62px;
    left: 0;
    background: none;
    z-index: 50;
    color: #444;
    display: block;
    overflow: auto;
}
/*
#spNaviWrap {
    position: absolute;
    width: 100%;
    height: 65px;
    top: 0;
    left: 0;
    background: none;
    z-index: 200;
    padding: 0px;
    overflow: scroll;
}*/
.wrap1 .h_search {
    width: 100%;
    background:#000;
}

.sysExplanation table {
display: flex;
    white-space: nowrap;
    overflow-x: scroll;
}

.sales-category {
    display: block;
}

.sales-category div.sales-box div.sales-inner {
    height: 460px;
}

.sales-category div.sales-box div.h70 {
    height: 430px !important;
}

.sales-category div.sales-box {
    width: 100%;
}

.sales-category2 div.sales-box {
    width: 100% !important;
}

.spec-outer {
    flex-wrap: wrap;
}

.spec-outer a {
    width: 100%;
}

.spec-outer a p {
    width: 100%;
}

.gaming-feature {
    justify-content: space-around;
    text-align: left;
    flex-wrap: wrap;
}

.gaming-feature div {
    margin: 10px 0;
}

.sysDisplayMobileNone {
    display: none !important;
}

.hrc-header-nav.sysDisplayMobileNone {
    display:block !important;
}
.hrc-header-nav .categorynavi {
    display: none !important;
}

.mode_0525 {
    display: none;
}

/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/

#sysMain,
#sysAside {
    width: 100% !important;
}

.sysMypage #sysWrap,
.sysMemberRegister #sysWrap {
    margin: 130px auto 0;
}

#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain {
    width: 98% !important;
    padding: 20px 10px 30px !important;
    margin: 10px auto;
}

.sysCart #sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain {
    width: 98% !important;
    padding: 20px 10px 30px !important;
    margin: 0 auto;
}

.sysCart #sysMain {
    width: 94% !important;
    padding: 0 !important;
    margin: 0 auto;
}

.sysCart #sysWrap {
    margin: 100px auto;
}

.sysFormField label {
    display: block;
}

#sysFormIndex .txtBlock {
    text-align: left;
}

#sysMain {
    margin-top: 0;
}

.grid-col {
    float: none;
    width: 100% !important;
    margin-left: 0;
}

/*Header */
#sysHeader {
    margin-bottom: 5px;
}

/* Category Pankuzu */
.sysItemCategoryPankuzu {
    font-size: xx-small;
}

/* Archive Thumbnail Item */
.sysItemList ul.sysThumbnail {
    font-size: small;
}

.sysItemList ul.sysThumbnail input {
    font-size: x-small;
}

/* Order Area */
.orderArea {
    letter-spacing: normal;
}

.orderArea > div {
    width: 100%;
    padding-right: 0;
    float: none;
}

/*header検索ボックス*/
.h_search {
    margin-top: 30px;
}

/***********************************
  トップページ
***********************************/
/* ヘッダー下 */
.banner1_left {
    width: 100%;
}

.banner1_right {
    display: none;
}

.banner2 ul li {
    font-size: .9em;
}

.main_top_link h3 {
    margin: 0 30px 10px;
}

.txt_left {
    left: 0;
}

.txt_right {
    right: 0;
}

/* ライブ配信でできること */
.item_box li {
    width: 48%;
}

/* 配信システムとは */
.stream-table {
    width: 100%;
}

.live-stream .flex {
    display: block;
}

.live-stream .flex .flex-item2 {
    width: 100%;
}

/* 配信用アイテム */
.item_box .audio_img {
    width: 100%;
}

.item-summary .summary {
    margin: 0 auto 10px;
}

/* トップページレンタル商品ブロック */
.rental-sec {
    width: 100%;
}

.rental-flex {
    display: block;
}

.rental-flex .flex-item {
    width: 100%;
    margin: 10px 0;
}

.mobile_router {
    border: none;
}

.mobile_router table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.stream-table th,
.stream-table td {
    border: 1px solid;
}

.mobile_router p {
    width: 100%;
    margin: 10px auto;
}

.mobile_cta {
    position: relative;
    right: auto;
    bottom: auto;
}

.atem {
    position: relative;
    display: block;
    right: auto;
}

/***********************************
  商品詳細ページ
***********************************/
#sysItemDetail #sysMain {
    max-width: 450px;
    width: 90% !important;
    margin-top: 130px;
}

.sysItemList ul.sysThumbnail li {
    width: 50% !important;
}

.sysItemName a {
    font-size: 12px;
}

/*商品名*/
#sysItemDetail .sysItemName h1 {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

#sysItemDetail .sysSelectionDescription {
    margin: 5px 0 10px;
}

#sysItemDetail #sysNumber {
    text-align: right;
}

/*数量増減*/
#sysItemDetail .sysNumArea button {
    width: 35%;
}

/*PRアイコン(商品カテゴリーページ)*/
#sysItemCategory #sysMain {
    padding: 5px;
}

.sysItemPrArea span {
    width: 48%;
    padding: 3px 0px;
    font-size: 10px;
}

#sysItemCategory input[type=submit] {
    margin-top: 0px;
}

.sysAddSelection {
    font-size: 12px;
}

.sysSelectionDescription {
    font-size: 10px;
}

/*PRアイコン(商品詳細ページ)*/
.sysPr {
    margin-top: 10px;
}

.sysPr span {
    width: 49%;
    font-size: 16px;
}

#sysItemDetail .sysForm select {
    min-width: 300px;
}

#sysItemDetail .sysNumber select {
    min-width: 100px;
}

#sysItemDetail {
    padding-bottom: 40px;
}

.orderArea3,
.sysRentalStartDate,
.sysRentalSchedulesCalendars,
.sysRentalScheduleInfo,
.sysRentalExtendDays {
    width: 100% !important;
}

/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemBlock .sysHorizontal li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
}

.itempage_recommend .sysItemName {
    font-size: 12px;
}

.itempage_recommend .sysItemPrice {
    font-size: 11px;
}

/*for demo 2017/01/12*/
.sysExplanation {
    float: none;
    width: 100%;
}

span.sp_newline {
    display: block
}

/***********************************
  ヘッダー
***********************************/
.header_wrap {
    position: fixed;
    height: 120px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 120;
}

#sysHeader {
    width: 100%;
    margin: 0px auto;
}

.h_inner {
    margin: 0px 0 0;
}

.header_h1_under,
.header_h1 {
    width: 100%;
    height: 20px;
    float: none;
    text-align: center;
    background: #ededed;
}

.header_h1_under a,
.header_h1 a {
    display: none;
}

.head_title {
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    letter-spacing: 1px;
}

.header_sp {
    width: 95%;
    margin: 0 2.5%;
    position: relative;
    text-align: center;
}

.header_sp #navBtn {
    position: absolute;
    top: 10px;
    left: 0;
}

.header_sp .spCart {
    position: absolute;
    top: 10px;
    right: 0;
}

.header_sp #navBtn img,
.header_sp .spCart img {
    width: 40px;
    height: 40px;
}

.header_sp .spLogo img {
    width: 180px;
    margin-top: 15px;
}

/***********************************
  カート情報
***********************************/
#cartInfo {
    display: none;
}



/***********************************
  ログイン情報
***********************************/
.h_login .sysHeadline,
.h_search .sysHeadline {
    text-align: center;
    font-size: 18px;
    margin-botom: 10px;
}

.h_login .sysContent {
    text-align: center;
}

.h_login .sysFormItem {
    margin-bottom: 10px;
}

.h_login .sysFormLabel {
    display: block;
    font-size: 12px;
    height: 20px;
    text-align: left;
    margin-bottom: 3px;
}

.h_login .sysLoginButton {
    width: 100%;
    margin: 10px 0%;
    border-radius: 5px;
    background: #000;
    font-size: 15px;
    height: 35px;
    line-height: 10px;
}

.h_login li {
    border: 1px solid #444;
    margin-bottom: 10px;
    font-size: 15px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
}

.h_login li a {
    font-size: 12px;
    padding: 0px 5px 5px 0px;
}

/***********************************
  ナビゲーションメニュー
***********************************/
#closeMenu {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 15px;
}

#closeMenu span {
    font-size: 12px;
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
}

#closeMenu2 {
    text-align: center;
    margin: 20px 0;
    border: 1px solid #444;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
}

#closeMenu2 span {
    display: inline-block;
    margin: 0 10px;
}

#spNavMenu .navTitle {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#spNavMenu {
    margin: 30px 0 0;
}

#spNavMenu .spMenuList {
    height: auto;
    line-height: 40px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #aaa;
}

#spNavMenu .spMenuList a {
    display: block;
    padding-left: 15px;
}

#spNavMenu .spToggleNav {
    height: 270px;
    overflow: hidden;
}

#spNavMenu .spToggleNav li {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    border-bottom: 1px dotted #aaa;
}

#spNavMenu .spToggleNav li {
    padding-left: 20px;
}

#spNavMenu .spToggleNav li:first-child {
    border-top: 1px solid #aaa
}

#spNavMenu .spToggleNav li:last-child {
    border-bottom: 0;
}

/***********************************
  フッター
***********************************/
.footer {
    margin: 30px 0 0;
    background: #fff;
    letter-spacing: 2px;
}

.footer .f_navi_all {
    width: 95%;
    margin: 0 auto;
    padding: 10px 2.5% 0;
}

.footer .f_navi h3 {
    width: 100%;
    height: 25px;
    background: #424242;
    color: #fff;
    margin: 10px 0;
    font-size: 12px;
    line-height: 25px;
    border-radius: 10px;
}

.footer .f_navi ul {
    width: 100%;
    text-align: left;
    margin: 0 auto;
}

.footer .f_navi li {
    display: inline-block;
    height: 25px;
    padding: 0 3px;
    margin: 10px 0px 0;
    font-size: 15px;
    position: relative;
    border-right: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .f_navi li i {
    position: absolute;
    font-size: 20px;
    line-height: 23px;
    right: 10px;
    top: 0;
}

.footer .f_navi li.sp_title {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.footer .f_navi li.sp_title h5 {
    position: relative;
    text-align: center;
    background: #fff;
}

.footer .f_navi li.sp_title h5 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
}

.footer .f_navi li.sp_title h5::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222222;
}

.footer .f_navi li.sp_3column {
    width: 32%;
    margin-bottom: 5px;
}

.footer .f_navi li.sp_2column {
    width: 49%;
    margin-bottom: 5px;
}

.footer .f_navi li:after {
    width: 0;
}

.footer .f_navi .b_none,
.footer .f_navi .spb_none {
    border-right: 0px;
}

.footer .f_gnav_all {
    padding: 0px 0 0px;
    letter-spacing: 2px;
    text-align: left;
}

.footer .f_gnav ul:after {
    display: block;
    content: "";
    clear: both;
}

.footer .f_gnav {
    width: 100%;
    border-top: 1px solid #444;
    margin-bottom: 0;
    overflow: hidden;
}

.footer .f_gnav li {
    height: 45px;
    display: block;
    line-height: 45px;
    padding: 0px 0px 0 15px;
    font-size: 12px;
    border-bottom: 1px solid #444;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .f_gnav li:nth-child(even) {
    border-left: 1px solid #444;
}

.footer .f_gnav li:last-child {
    width: 100%;
}

.footer .f_gnav li a {
    display: block;
}

.footer .f_gnav .sp_wide {
    width: 100%;
    height: 38px;
    border-bottom: 0px;
}

.footer .f_gnav li:after {
    width: 0px;
}

.footer .f_gnav {
    margin-bottom: 5px;
}

.footer .f_copy {
    padding: 10px 5px;
    font-size: 10px;
}

@media screen and (max-width:320px) {
    .footer .telephone .telephone02 a {
        font-size: 27px;
    }

    .footer .f_gnav:nth-of-type(2) li:nth-child(3) a {
        font-size: 10px;
    }
}

/***********************************
  サイド
***********************************/
.side_search {
    width: 95%;
    margin: 0 auto 30px;
}

.side_navi_item,
.side_navi {
    width: 95%;
    margin: 0 auto;
}

.side_navi ul li.sysText a {
    padding: 10px 5px !important;
}

.side_navi_item .sysHeadline,
.side_navi_item .sysContent {
    width: 100% !important;
    margin: 0 auto !important;
}

.side_navi_1 {
    border-top: 1px solid #000;
}

/***********************************
  共通パーツ
***********************************/
.sysTitle {
    width: 100%;
    margin: 30px auto !important;
    position: relative;
    text-align: center;
    font-size: 13px;
    letter-spacing: auto;
}

.sysTitle b {
    display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.sysTitle span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 10px 0 20px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
}

.sysTitle::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222222;
}

.sysHeadline {
    margin: 50px auto !important;
    position: static;
    font-size: 20px;
    letter-spacing: 3px;
}

.sysHeadline b {
    width: 100%;
    display: block;
    font-size: 10px;
    text-align: center;
    border-top: 1px solid #222222;
    padding: 0 80px;
    margin-top: 3px;
    padding-top: 5px;
}

.sysTitle span,
.sysHeadline span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align: center;
    color: black;
}

.sysTitle::before,
.sysHeadline::before {
    height: 0px;
}

.contentsWrap {
    width: 90%;
    margin: 0 auto;
}

.opcOrderSummary,
.opcBillingAddress,
.opcBillingAddress_edit,
.opcClient,
.opcClient_edit,
.opcDeliveryAddress,
.opcDeliveryAddress_edit,
.opcDeliveryMethod,
.opcDeliveryAddressAndDeliveryMethodGroup,
.opcItemList,
.opcItem_edit,
.opcPaymentMethodList,
.opcPaymentMethod,
.opcRemarks,
.opcRemarks_edit {
    color: white;
}

.opcDeliveryMethod_edit,
.opcSubstituteOrderMemo,
.opcSubstituteOrderMemo_edit,
.opcPoint_edit,
.opcItemPoint_edit,
.opcCouponCode_edit,
.opcCoupon_edit,
.opcDeliveryAddressSummary,
.opcDeliveryAddressAndItemsGroup,
.opcSelectDeliveries,
.basketCoupon_edit,
.opcPaymentMethod_edit {
    color: black;
}

/***********************************
  特商法テーブルレイアウト
***********************************/
.p-law .sysTitle {
    width: 90%;
}

#main_tradelaw,
.main_tradelaw,
.step-box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 30px;
    border: 0px solid #ddd;
}

#main_tradelaw dl,
.main_tradelaw dl,
.step-box dl {
    width: 100%;
    background: #ededed;
    border-bottom: 0px dotted #bfbfbf;
    overflow: hidden;
}

#main_tradelaw dl:after,
.main_tradelaw dl:after,
.step-box dl:after {
    display: block;
    content: "";
    clear: both;
}

#main_tradelaw dt,
.main_tradelaw dt {
    width: 100%;
    padding: 15px 0 15px 20px;
    float: none;
    clear: both;
    font-weight: bolder;
}

.step-box dt {
    width: 100%;
    padding: 7px;
    float: none;
    clear: both;
    font-weight: bolder;
}

#main_tradelaw dd,
.main_tradelaw dd,
.step-box dd {
    margin-left: 0px;
    padding: 15px;
    background: #fff;
}

.shipFee {
    max-width: 1100px;
    margin: 20px auto
}

.shipFee .tableTitle {
    text-align: center;
    font-size: 12px;
}

table.shipFeeTable {
    width: 100%;
    margin: 0%;
    border-collapse: collapse;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.5;
}

.spThead {
    display: block;
}

.pcThead {
    display: none;
}

table.shipFeeTable thead th {
    font-size: 12px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
    text-align: left;
}

table.shipFeeTable tbody th {
    font-size: 12px;
    display: block;
    width: 100%;
    border: 0px solid #ddd;
}

table.shipFeeTable tbody .sum {
    position: relative;
    padding: 25px 10px;
    text-align: center;
}

table.shipFeeTable tbody .sum i {
    position: absolute;
    color: #888;
    font-size: 35px;
    left: 0;
    right: 0px;
    margin: auto;
    bottom: -20px;
    z-index: 20;
}

table.shipFeeTable td {
    display: block;
    width: 100%;
    vertical-align: top;
    border: 0px;
}

table.shipFeeTable b {
    color: #D42E30;
    display: inline-block;
    padding: 0 3px;
    font-size: 1.2em;
}

/***********************************
  2カラムレイアウト
***********************************/
.col2Style h2.pattern03 {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    padding: 0 0px 3px 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #6843ac;
}

.col2Style .txtBlock li {
    margin: 10px 0;
}

.col2Style .imgWrap img {
    width: 80%;
    margin: 0px 10%;
}

.col2Style .floatWrap img {
    width: 80%;
    margin: 0px 10%;
    float: none;
}

.col2Style .floatWrap .txt {
    padding-top: 5px;
    margin-left: 0px
}

.col2Style .floatImg .imgWrap {
    width: 100%;
    float: none;
}

.col2Style .floatImg .imgWrap img {
    width: 80%;
    margin: 20px 10%;
}

/***********************************
  お買物ガイド
***********************************/
.indexList li {
    padding: 3px 5px;
    font-size: 12px;
}

.guideBlock {
    padding-top: 0;
    maergin-top: 30px;
}

/***********************************
  ご利用ガイド
***********************************/
.f_guide {
    margin-top: 30px;
}

.f_guide .sysContent {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.f_guide .Title {
    font-size: 20px;
    text-align: center;
    padding: 20px 0 0px;
}

.f_guide .guideBlock {
    width: 95%;
    margin: 50px 2.5%;
    display: block;
    padding: 30px 0px 5px;
    border: 1px solid #424242;
    border-radius: 10px;
    position: relative;
}

.f_guide .guide01 {
    padding-right: 0px;
}

.f_guide .guide02 {
    padding-left: 0px;
}

.f_guide .guideTitle {
    width: 200px;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    background: #fff;
    font-size: 15px;
}

.f_guide p {
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 !important;
    text-align: left;
    padding: 0 10px 0 15px;
}

.f_guide img {
    width: 100%;
}

.f_guide .mt {
    margin-top: 10px;
}

.f_guide .smaller {
    font-size: 12px;
}

.f_guide a.f_guide_btn {
    margin: 20px auto;
    float: none;
}

.f_guide .freedial {
    font-size: 30px;
}


/* カート内商品数表示*/
button.itemCount2 {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(207, 15, 42, 0.9);
    border: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}

/*商品購入ステップ*/
.steps ul {
    width: 350px;
}

.steps li {
    float: left;
    padding: 0 6px;
    height: 150px;
}

.steps li a {
    height: 150px !important;
}

.steps li img {
    height: 150px;
}

@media screen and (max-width: 350px) {

    /*商品購入ステップ*/
    .steps ul {
        width: 275px;
    }

    .steps li {
        float: left;
        padding: 0 2px;
        height: 100px;
    }

    .steps li a {
        height: 100px !important;
    }

    .steps li img {
        height: 100px;
    }
}

/* 決済ページ*/
#sysPayment #sysWrap,
#sysConfirm #sysWrap,
#sysThanks #sysWrap,
#sysCartError #sysMain {
    width: 95% !important;
    margin-left: 2.5%;
}

#sysBillingAddress form {
    width: 95%;
    padding: 30px 20px;
    margin: 0 auto;
}

#sysPayment #sysMain .sysFormLabel {
    line-height: 10px;
}

#sysDestination #sysMain {
    width: 95%;
    border: 1px solid #aaa;
    padding: 20px 20px !important;
    margin: 30px auto;
}

/***********************************
  マイページ
***********************************/
.sysMypage .sysMypageNav form {
    width: 100% !important;
}

/***********************************
  新規会員登録
***********************************/
#sysMemberRegisterIndex .sysNextSubmit {
    width: 100%;
    float: none;
    margin-right: 0%;
    border-radius: 5px;
    height: 50px;
    font-size: 15px;
}

#sysMemberRegisterIndex .sysButton[type="submit"] {
    width: 100%;
    float: none;
    margin-right: 0%;
    border-radius: 5px;
    height: 50px;
    font-size: 15px;
    margin-top: 0px;
}

#sysMypageLogin .sysLoginButton {
    width: 100%;
    float: none;
    margin-right: 0%;
}

#sysMypageLogin .sysButton {
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
}

/***********************************
  カートページ
***********************************/
/*ドメイン*/
.sysAcceptDomainArea .sysAcceptDomain a {
    padding: 0;
    font-size: 10px;
}

/***********************************
  ボタンデザイン
***********************************/
.common_btn {
    margin: 20px auto 30px;
}

/***********************************
  TOPページ
***********************************/
/*.トップスライダー*/
#slideShow {
    height: 130px;
}

.top_slider {
    padding-top: 0;
    margin: 120px auto 0;
}

.owl-dots .owl-dot {
    top: 18px;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px
}

.owl-nav [class*=owl-] {
    margin-top: -25px;
    width: 15px !important;
    height: 28px !important;
    bottom: 17%;
}

.owl-nav .owl-prev {
    left: 5%;
    background: url(/img/common/controls.png) no-repeat 0 0;
    background-size: 30px !important;
}

.owl-nav .owl-next {
    right: 5%;
    background: url(/img/common/controls.png) no-repeat -15px 0;
    background-size: 30px !important;
}

.owl-nav .owl-prev:hover {
    background-position: 0 0;
}

.owl-nav .owl-next:hover {
    background-position: -15px 0;
}

/*新着アイテム*/
.top_newarrival li {
    width: 30% !important;
    margin: 0 1.5% 30px !important;
    padding: 0 !important;
}

.top_newarrival li .sysItemName {
    padding-top: 0;
}

.top_newarrival li .sysItemPrice {
    font-size: 12px;
}

/*特集一覧*/
.top_features {
    overflow: hidden;
}

.top_recommend_item ul {
    font-size: 0;
    text-align: left;
}

.top_features li {
    width: 46%;
    margin: 2%;
}

/*おすすめ商品、ランキング*/
.top_ranking_item li {
    width: 30% !important;
    margin: 0 1.5% 30px !important;
    padding: 0 !important;
}

.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName {
    padding-top: 0;
}

.top_recommend_item li .sysItemPrice,
.top_ranking_item li .sysItemPrice {
    font-size: 12px;
}

.top_recommend_item li .sysCartButton,
.top_ranking_item li .sysCartButton {
    width: 100%;
    font-size: 10px;
    letter-spacing: -1px;
}

/*おすすめ商品*/
.top_recommend_item li {
    padding: 5px !important;
}

/***********************************
  ワンページカート
***********************************/
/*情報入力ページ調整*/
.sysOpcBody .header_wrap {
    border-bottom: none;
}

.sysOpcBody img {
    max-width: 100%;
}

.sysOpcBody div#sysWrap {
    margin: 100px auto 0;
}

.sysCart #sysMain,
.sysOpcBody #sysMain {
    border: none;
}

.sysOpcBody div#sysMain {
    padding: 0 3%;
    margin-bottom: 0;
}

.opcCommonInputSelect,
.opcCommonButton {
    width: 49% !important;
}

.opcConfirm_inputStatus,
.opcConfirm_inputStatus_disable,
.opcConfirm_order,
.opcConfirm_order_disable {
    width: 94% !important;
}

.opcConfirm_inputStatus {
    margin-bottom: .5em;
}

.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
    width: 40px !important;
}

.opcCommonButtonGroup {
    margin-top: 1em;
}

.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
    width: 30% !important;
}

.opcBillingAddress_prefState_edit {
    margin: 5px 0;
    width: 100% !important;
}

.opcBillingAddress .opcCommonReferenceLabel {
    width: 70px;
    display: inline-block;
    position: relative;
}

.opcBillingAddress .opcCommonReferenceLabel::after {
    position: absolute;
    right: 0;
}

.opcDeliveryMethod .opcCommonReferenceLabel {
    width: 123px;
    display: inline-block;
    position: relative;
}

.opcDeliveryMethod .opcCommonReferenceLabel::after {
    position: absolute;
    right: 0;
}

.opcBillingAddress_addressGroup {
    width: calc(100% - 80px) !important;
}

.opcRemarks_remark_edit {
    width: 100% !important;
}

.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
    margin: 0 0 .5em !important;
    width: 100% !important;
}

.opcOrderSummary_totalPriceLabel {
    font-size: 14px !important;
}

/*完了ページ調整*/
#sysThanks #sysMain {
    width: 100% !important;
    padding: 0 !important;
}

/***********************************
  下層ページ
***********************************/
.access-address {
    display: block;
}

.company-address {
    width: 100%;
    margin: 0;
}

.term-inner {
    display: block;
}

.term-item {
    margin: 10px 0;
}

.flow-wrap .license {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.certification_list li {
    width: 50%;
}

/*追記*/
.cat_child li {
    display: inline-block;
    width: 100%;
    font-size: smaller;
    font-weight: bolder;
    border: solid 1px #000;
    margin: 1%;
    padding: 1%;
}

/*カテゴリページ商品一覧*/
#sysItemCategory #sysWrap {
    margin: 120px auto;
}

.sysItemList ul.sysThumbnail li {
    width: 48% !important;
}

/*商品詳細ページ*/
.list-h {
    display: inline-block;
    width: 55%;
    font-size: 15px;
}

#sysItemDetail #sysSubtotal {
    width: 42%;
    font-size: 15px;
}

#sysItemDetail .sysRetailPrice {
    width: 42%;
    font-size: 15px;
}

#sysItemDetail .sysShippingCost {
    width: 42%;
    font-size: 15px;
}

#price-list4 .list-h {
    width: 51%;
}

/***********************************
  テーブルレイアウト
***********************************/
table.mode_0525 {
    white-space: inherit;
}

.top_imgtext {
    top: 20% !important;
}

.top_img p {
    margin: 5px auto !important;
    font-size: 0.8rem !important;
}

.top_img hr {
    height: 3px !important;
}

.main_top_items .txt-small {
    word-break: keep-all !important;
}

.box_txt h3 {
    font-size: 1em !important;
}

.main_video_txt {
    width: 90% !important;
    text-align: center !important;
}

.rental-table {
    display: block;
}

.rental-table table {
    width: 100%;
}

.top_categorylist p.featuresText {
    font-size: 12px !important;
}

.Various_Bus_img {
    float: none;
    width: 50%;
    margin: 0 auto;
}

.Various_Bus_txt {
    float: none;
    width: 100%;
    margin-top: 20px;
}

.g-box {
    width: 100%;
    height: auto;
}

.g-box-large {
    height: 520px;
}

.gbox3 p strong {
    font-size: 2rem;
}

.gbox-left {
    width: 100%;
    float: none;
    padding: 20px;
}

.gbox-right {
    position: relative;
    width: 100%;
}

.gbox3 .gbox3-title {
    float: none;
}

.repair .section_inner div.btn a {
    padding: 10px;
}
}
@media screen and (min-width:561px) and (max-width:960px){
/*TOPレイアウト*/
.release-flex-item {
width:30%;
}

/*商品詳細ページ*/
#sysItemDetail #posChangeChild {
width:100%!important;
}

#sysItemDetail #priceBlock {
width:100%!important;
}

.sysRentalSchedulesCalendarsMonth {
left:0;
}

.term-inner {
flex-wrap:wrap;
}

.sysExplanation table {
display: flex;
    white-space: nowrap;
    overflow-x: scroll;
}

/*配信請負ページ*/
.image_blk img{
width:25%;
}

.video_room_box{
float:none;
}

/*header footer調整*/
.top_categorylist ul li {
    width: 30% !important;
}

.flex-item {
    width: 48%;
}

.g-box {
    height: 170px;
}

.hrc-header-nav{
display:block!important;
}

.categorynavi{
display:none;
}

.crcHeader_wrapper {
display:none;
}

.crcHeader {
top:84px;
background:transparent;
z-index:99;
}

.mode_0525 {
    display: none;
}

/* 20-0 Only Tablet
 *----------------------------------------------------------------------*/

div#sysMain,
div#sysAside {
    width: 100% !important;
    float: none;
}

.sysMypage #sysWrap,
.sysMemberRegister #sysWrap {
    margin: 130px auto 0;
}

#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain {
    width: 95% !important;
    margin: 30px auto;
    padding: 20px !important;
}

.sysCart #sysMain {
    width: 92% !important;
    margin: 0 auto;
    padding: 0;
}

.sysFormField label {
    display: block;
}

/* 決済ページ*/
#sysPayment #sysWrap,
#sysConfirm #sysWrap,
#sysThanks #sysWrap,
#sysCartError #sysMain {
    width: 95% !important;
    margin-left: 2.5%;
}

#sysPayment #sysMain .sysFormLabel {
    line-height: 10px;
}

#sysBillingAddress form {
    width: 95%;
    padding: 30px 20px;
    margin: 0 auto;
}

#sysDestination #sysMain {
    width: 95%;
    border: 1px solid #aaa;
    padding: 20px 20px !important;
    margin: 30px auto;
}

/*header検索ボックス*/
.h_search {
    margin-top: 100px;
}

/***********************************
  商品詳細ページ
***********************************/
#sysItemCategory #sysMain {
    padding: 30px 20px;
}

#sysItemCategory input[type=submit] {
    margin-top: 0px;
}

#sysItemDetail #sysMain {
    width: 95% !important;
}

#sysItemDetail .sysCategoryPankuzu {
    margin-bottom: 20px;
}

#sysItemDetail .sysItemName h1 {
    font-size: 15px;
}

#sysItemDetail .sysItemId {
    margin: 0 0 10px 0 !important;
    text-align: left !important;
}

#sysItemDetail .sysMainImage {
    max-width: 700px;
    margin: 0 auto;
}

#sysItemDetail .sysImageList {
    max-width: 700px;
    margin: 0 auto 20px;
}

#sysItemDetail .sysImageList li {
    display: inline-block;
    max-width: 60px;
    line-height: 0;
}

#sysItemDetail .sysReview,
#sysItemDetail .description_left,
#sysItemDetail .sysDescription,
#sysItemDetail .sysForm,
#sysItemDetail .sysRetailPrice,
#sysItemDetail .sysImageDescription {
    max-width: 700px;
    margin: 0 auto 10px auto !important;
}

#sysItemDetail .sysForm select {
    min-width: 350px;
    display: inline-block;
    float: none !important;
}

#sysItemDetail #sysNumber {
    text-align: right;
}

.sysItemPrArea span {
    width: 48%;
    font-size: 14px;
}

.sysPr span {
    font-size: 10px;
}

/***********************************
  ヘッダー
***********************************/
.h_inner {
    margin: 0px 0 0;
}

.header_h1_under,
.header_h1 {
    width: 100%;
    height: 20px;
    float: none;
    text-align: center;
    background: #ededed;
}

.header_h1_under a,
.header_h1 a {
    display: none;
}

.head_title {
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    letter-spacing: 1px;
}

.header_sp {
    width: 95%;
    margin: 0 2.5%;
    position: relative;
    text-align: center;
}

.header_sp #navBtn {
    position: absolute;
    top: 10px;
    left: 0;
}

.header_sp .spCart {
    position: absolute;
    top: 10px;
    right: 0;
}

.header_sp #navBtn img,
.header_sp .spCart img {
    width: 40px;
    height: 40px;
}

.header_sp .spLogo img {
    width: 180px;
    margin-top: 15px;
}

/***********************************
  カート情報
***********************************/
#cartInfo {
    display: none;
}

/***********************************
  ナビゲーション
***********************************/
#headNavigation .pcnone {
    display: block;
}

#headNavigation .spnone {
    display: none;
}

#headNavigation li.active {
    background: #fff;
}

.h_navi {
    width: 100%;
    height: 40px;
}

#headNavigation li.tab1 {
    width: 25%;
    margin-top: 10px;
}

#headNavigation li.tab1 a {
    font-size: 12px;
    line-height: 15px;
    position: relative;
}

#headNavigation li.tab1:nth-of-type(5) {
    display: none;
}

/*ナビゲーショントグル*/
.toggleNav {
    display: none;
    width: 100%;
    position: absolute;
    height: 0px;
    /*heightはjs制御*/
    top: 39px;
    left: 0;
    z-index: 110;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px #ccc;
    -moz-box-shadow: 0px 0px 0px 0px #ccc;
    -webkit-box-shadow: 0px 0px 0px 0px #ccc;
}

.toggleNav:hover {
    overflow: visible !important;
}

#headNavigation ul.tab {
    position: relative;
}

.tabmenu .border:after {
    content: none;
}

.tabmenu li.tab1 {
    position: static;
    border-right: 1px solid #000;
}

.tabmenu li.tab1:nth-child(4) {
    border-right: none;
}

.tabmenu li.tab1 {
    position: static;
}

.tabmenu li.tab1 a {
    font-size: 14px;
}

.tabmenu ul:after {
    display: block;
    content: "";
    clear: both;
}

.tabmenu li.tab2 {
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1;
    font-size: 18px;
    border-bottom: 1px dotted #ddd;
    position: relative;
    background: rgba(255, 255, 255, 1);
}

.tabmenu li.tab2 a {
    display: block;
    position: relative;
    padding: 5px 15px;
    font-size: 14px !important;
    line-height: 40px !important;
    font-weight: bold;
}

#headNavigation li.tab2 a:after {
    display: none;
}

.tabmenu li.tab2 a i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

/***********************************
  ログイン情報
***********************************/
.h_login {
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
}

.h_login .sysHeadline {
    text-align: center;
    font-size: 25px;
    margin-botom: 10px;
}

.h_login .sysContent {
    text-align: center;
}

.h_login .sysFormItem {
    margin-bottom: 10px;
}

.h_login .sysFormLabel {
    display: block;
    font-size: 15px;
    height: 25px;
    text-align: left;
    margin-bottom: 0px;
}

.h_login .sysLoginButton {
    width: 100%;
    margin: 15px 0%;
    border-radius: 0;
    border: 1px solid #444;
    font-size: 15px;
    height: 50px;
    line-height: 10px;
}

.h_login li {
    border: 1px solid #444;
    margin-bottom: 15px;
    height: 50px;
    line-height: 45px;
    text-align: center;
}

.h_login li a {
    font-size: 15px;
    padding: 0px 5px 5px 0px;
}

/***********************************
  ナビゲーションメニュー
***********************************/
#closeMenu {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
}

#closeMenu span {
    font-size: 15px;
    margin: 0 10px;
    display: inline-block;
}

#closeMenu2 {
    text-align: center;
    margin: 20px 0;
    border: 1px solid #aaa;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

#closeMenu2 span {
    display: inline-block;
    margin: 0 10px;
}

#spNavMenu .navTitle {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

#spNavMenu {
    max-width: 800px;
    margin: 80px auto 0;
    width: 90%;
}

#spNavMenu .spMenuList {
    height: auto;
    line-height: 40px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #aaa;
}

#spNavMenu .spMenuList i {
    position: absolute;
    line-height: 40px;
    right: 10px;
    font-size: 18px;
}

#spNavMenu .spMenuList a {
    display: block;
    padding-left: 15px;
}

#spNavMenu .spToggleNav {
    height: 200px;
    overflow: hidden;
}

#spNavMenu .spToggleNav li {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px dotted #aaa;
}

#spNavMenu .spToggleNav li:first-child {
    border-top: 1px solid #aaa
}

#spNavMenu .spToggleNav li:last-child {
    border-bottom: 0;
}

/***********************************
  フッター
***********************************/
.footer .f_gnav_all {
    padding: 0px 0 0px;
    letter-spacing: 2px;
}

.footer .f_gnav ul:after {
    display: block;
    content: "";
    clear: both;
}

.footer .f_gnav {
    width: 100%;
    border-top: 1px solid #fff;
    margin-bottom: 0;
    overflow: hidden;
}

.footer .f_gnav li {
    width: 50%;
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 0 15px;
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .f_gnav li i {
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    right: 10px;
    top: 5px;
}

.footer .f_gnav li:nth-child(even) {
    border-left: 1px solid #fff;
}

.footer .f_gnav li a {
    display: block;
}

.footer .f_gnav .sp_wide {
    width: 100%;
    height: 35px;
    border-bottom: 0px;
}

.footer .f_gnav li:after {
    width: 0px;
}

/***********************************
  サイド
***********************************/
.side_search {
    width: 95%;
    margin: 0 auto 30px;
}

.side_navi_item,
.side_navi {
    width: 95%;
    margin: 0 auto;
}

.side_navi ul li.sysText a {
    padding: 10px 5px !important;
}

.side_navi_item .sysHeadline,
.side_navi_item .sysContent {
    width: 100% !important;
    margin: 0 auto !important;
}

.side_navi_item .sysContent li,
.side_navi .sysContent li {
    float: left !important;
    width: 50% !important;
}

.side_navi_1 {
    border-top: 1px solid #000;
}

/***********************************
  共通パーツ
***********************************/
.sysTitle {
    width: 600px;
    margin: 50px auto !important;
    position: relative;
    text-align: center;
    font-size: 20px;
    letter-spacing: auto;
}

.sysTitle b {
    display: block;
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
}

.sysTitle span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 40px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
}

.sysTitle::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222222;
}

.contentsWrap {
    width: 90%;
    margin: 0 auto;
}

/***********************************
  商法テーブルレイアウト
***********************************/
.p-law .sysTitle {
    max-width: 600px;
}

.p-law .sysTitle span {
    font-size: 22px;
    padding: 0 40px;
}

#main_tradelaw {
    width: 90%;
}

.shipFee {
    width: 90%;
    margin: 50px auto;
}

.shipFee h3 {
    font-size: 16px;
}

table.shipFeeTable .newLine {
    display: block;
}

table.shipFeeTable tbody th {
    width: 500px;
    vertical-align: middle;
}

table.shipFeeTable td {
    width: 500px;
    font-size: 15px;
    vertical-align: middle;
}

/***********************************
   フッター部分のご利用ガイド
***********************************/
.f_guide {
    margin-top: 50px;
}

.f_guide .sysContent {
    width: 100%;
}

.f_guide .Title {
    font-size: 15px;
    padding: 20px 0 30px;
}

.f_guide .guideBlock {
    width: 50%;
    padding: 0 2%;
    padding-bottom: 30px;
}

.f_guide .guide01 {
    padding-right: 20px;
}

.f_guide .guide02 {
    padding-left: 20px;
}

.f_guide .freedial {
    font-size: 30px;
}

.f_guide a {
    display: block;
    width: 200px;
}

/***********************************
  カート内商品数表示
***********************************/
button.itemCount2 {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(207, 15, 42, 0.9);
    border: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}

/***********************************
  商品購入ステップ
***********************************/
.steps ul {
    width: 550px;
}

.steps li {
    float: left;
    padding: 0 2px;
    height: 180px;
}

.steps li a {
    height: 180px !important;
}

.steps li img {
    height: 180px;
}

/***********************************
  TOPページ
***********************************/
/*.トップスライダー*/
#slideShow {
    height: 190px;
}

.top_slider {
    padding-top: 0;
    margin-top: 120px;
}

/***********************************
  ワンページカート
***********************************/

/*情報入力ページ調整*/
.sysOpcBody .header_wrap {
    border-bottom: none;
}

.sysOpcBody div#sysWrap {
    margin: 20px auto 0;
}

.sysCart #sysMain,
.sysOpcBody #sysMain {
    border: none;
}

.sysOpcBody div#sysMain {
    margin-bottom: 0;
}

.sysOpcBody img {
    max-width: 100%;
}

.sysOpcBody div#sysMain {
    padding: 0 4%;
}

.opcConfirm_inputStatus,
.opcConfirm_inputStatus_disable,
.opcConfirm_order,
.opcConfirm_order_disable {
    width: 94% !important;
}

/*追記*/
.cat_child li {
    display: inline-block;
    width: 48%;
    font-size: smaller;
    font-weight: bolder;
    border: solid 1px #000;
    margin: 1%;
    padding: 1%;
}

/*スライダー<>位置調整*/
.owl-nav .owl-prev {
    left: 15%;
}

.owl-nav .owl-next {
    right: 15%;
}

.top_imgtext {
    top: auto;
    bottom: 45%;
}
}
@media screen and (min-width:961px){
.sysDisplayPcNone{
  display:none !important;
}

.sp-table{
display:none;
}

.top_categorylist ul li {
width:18%!important;
}
}
/* #END_OF_RESOURCE_FILE */
