/* 最小化できませんでした。最小化されていないコンテンツを返します。
(2199,16): run-time error CSS1038: Expected hex color, found '#000e'
 */
@charset "UTF-8";
/******************************************************************************/
/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*　基本のスタイルシート　　      　 　　　　　          　  　　　　　　　　 */
/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/******************************************************************************/
/**********************************************************************/
/* 全体                                                               */
/**********************************************************************/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch !important;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* 外枠 */
#wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
}

@media print {
    html,
    html body {
        overflow: visible !important;
    }
    body {
        -webkit-print-color-adjust: exact;
    }
}

/* アクセシビリティ */
.guidance {
    left: -999px;
    position: absolute;
    width: 990px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    pointer-events: none;
}
/* レスポンシブ対応 */
img {
    vertical-align: bottom;
    box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
    box-shadow: #000 0 0 0; /* IE7対応 */
}
/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
    img {
        image-rendering: -webkit-optimize-contrast;
    }
}
/* リンク */
a {
    display: inline-block;
}

    a:link,
    a:visited,
    a:active {
        color: inherit;
        text-decoration: none;
    }

    a:hover {
        color: inherit;
        opacity: .7;
        text-decoration: none !important;
    }

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
    content: "";
    display: table;
    clear: both;
}

.container {
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.menu_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

sub {
    vertical-align: sub;
}

.sp {
    display: none;
}

/* テキスト */
.txt_right {
    text-align: right;
}

.txt_center {
    text-align: center;
}

.txt_blue {
    color: #2271E8;
}

a.txt_blue {
    color: #2271E8;
    text-decoration: underline;
}

a.txt_link {
    text-decoration: underline;
}

    a.txt_link:hover, a.txt_blue:hover {
        opacity: 1;
    }

.txt_red {
    color: #E85F22;
}

.notes {
    font-size: 12px;
}

.fz16 {
    font-size: 16px !important;
}

.bold {
    font-weight: bold;
}

em.fz14 {
    font-style: normal;
    color: #333;
    font-size: 11px;
}

/**********************************************************************/
/* ヘッダー                                                           */
/**********************************************************************/
/*--------------------------------------------------------*/
/* タイトル                                               */
/*--------------------------------------------------------*/
/* サイトタイトル */
#site_title {
    overflow: hidden;
    max-width: 253px;
    width: 30%;
}
    #site_title img {
        max-width: 100%;
    }

/* ページタイトル */
h1.title {
    background: #999;
    padding: 20px 10px;
    margin-bottom: 30px;
    color: #fff;
    overflow: hidden;
}

/* メインコンテンツ内タイトル */
/* 中見出し */
.area_title {
    margin-bottom: 10px;
    color: #2271E8;
    font-size: 22px;
}

    .area_title.centered {
        margin-bottom: 30px;
        text-align: center;
    }
    /* 小見出し */
.sub_title {
    padding-left: 15px;
    margin-bottom: 25px;
    color: #2271E8;
    font-size: 24px;
    position: relative;
}

    .sub_title::before {
        content: "";
        border-left: 4px solid #2271E8;
        height: 26px;
        position: absolute;
        top: 8px;
        left: 0;
    }
    .sub_title.fz20 {
        padding-left: 10px;
        margin-bottom: 15px;
        font-size: 20px;
    }

        .sub_title.fz20::before {
            height: 20px;
        }

    /* 下線 */
.btm_line {
    border-bottom: 1px solid #2271E8;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #2271E8;
    font-size: 22px;
}

    .btm_line.fz18 {
        font-size: 18px;
    }

/*注意喚起*/
.demo-caution {
    background-color: yellow;
    color: red;
    text-align: center;
    font-weight: bold;
    font-size: 1.8em;
    padding: 10px 50px;
    position: relative;
}

    .demo-caution span {
        position: relative;
    }

        .demo-caution span:before {
            content: "";
            display: block;
            width: 40px;
            height: 40px;
            background: url(/Content/Image/demo-caution.png) no-repeat center/contain;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%) translateX(calc(-100% - 10px));
        }

header {
    background: #2271E8;
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.menu {
    display: none;
}

header .header_inner {
    max-width: 1406px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    margin: 0 auto;
    position: relative;
}

/*--------------------------------------------------------*/
/* 検索エリア                                             */
/*--------------------------------------------------------*/
.search_area {
    max-width: 581px;
    width: 100%;
    margin: 0 10px 0 20px;
}

    .search_area form {
        display: flex;
        background: none;
        height: 20px;
        border: 1px solid #FFF;
        border-radius: 5px;
        height: 48px;
        overflow: hidden;
    }

        .search_area form input {
            vertical-align: top;
            font-size: 16px;
            margin: 0px;
            height: 100%;
            box-sizing: border-box;
        }

    .search_area input[type=search] {
        background: #FFF396;
        width: calc(100% - 47px);
        border: none;
        padding: 5px 20px;
        color: #666;
    }

    .search_area input[type=submit] {
        width: 47px;
        border: none;
        background: url(/Content/Image/icon_search.svg) no-repeat center/16px,#F79265;
        cursor: pointer;
    }

    .search_area input {
        -webkit-appearance: none;
        border-radius: 0 !important;
    }

.h_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    width: 461px;
    flex-shrink: 0;
}

    .h_btn li {
        border: 1px solid #fff;
        display: table;
        border-radius: 5px;
        text-align: center;
        line-height: 1.3;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }

        .h_btn li small {
            display: block;
            font-size: 12px;
            text-align: center;
        }

        .h_btn li a {
            display: table-cell;
            height: 48px;
            width: 100%;
            vertical-align: middle;
            text-align: center;
            padding: 0 10px;
        }

        .h_btn li.beginner {
            background: #2271E8;
            color: #2271E8;
            font-size: 14px;
        }

            .h_btn li.beginner a {
                color: #fff;
                background: url(/Content/Image/icon_beginner.svg) no-repeat 20px 55%/13px;
                padding: 0 20px 0 50px;
            }

        .h_btn li.login {
            background: #D66A94;
        }

        .h_btn li.login02 {
            background: #36ADC9;
        }

/*--------------------------------------------------------*/
/* カート                                                 */
/*--------------------------------------------------------*/
header .cart {
    width: 182px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
}

    header .cart a {
        background: #033D95;
        display: block;
        padding: 11px 0;
        position: relative;
        vertical-align: middle;
        text-align: center;
        color: #fff;
    }

    header .cart .img_wrap {
        display: inline-block;
        margin-left: 5px;
        top: -6px;
        position: relative;
    }

    header .cart a .cart_icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E85F22;
        border-radius: 50%;
        width: 19px;
        height: 19px;
        position: absolute;
        top: 5px;
        right: -18px;
    }

    header .cart .cart_icon span {
        font-size: 12px;
        padding-bottom: 2px;
    }

/* グローバルナビゲーション */
#gnav {
    background: #0158DB;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
}

    #gnav ul {
        display: flex;
    }

        #gnav ul.h_nav {
            font-size: 16px;
            justify-content: space-between;
            max-width: 980px;
            width: 100%;
            padding: 0 222px 0 20px;
            margin: 0 auto 0;
        }

        #gnav ul > li a {
            display: block;
            text-decoration: none;
            padding: 9px 0;
            text-align: center;
        }

            #gnav ul > li a:hover {
                -ms-filter: "alpha(opacity=60)";
                -moz-opacity: 0.6;
                -khtml-opacity: 0.6;
                opacity: 0.6;
            }

/* san-mall・san-net
--------------------------------------- */
.data_warp {
    flex-shrink: 0;
    color: #fff;
}

    .data_warp .contact {
        border: 1px solid #fff;
        margin-right: 25px;
        display: table;
        border-radius: 5px;
        text-align: center;
        line-height: 1.3;
    }

        .data_warp .contact a {
            display: table-cell;
            height: 48px;
            width: 100%;
            vertical-align: middle;
            text-align: center;
            background: url(/Content/Image/icon_contact.svg) no-repeat 20px 55%/19px;
            padding: 0 20px 0 50px;
        }
    .data_warp .login_data {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        width: 100%;
        margin-top: 5px;
    }

        .data_warp .login_data > div {
            display: flex;
            align-items: center;
        }

        .data_warp .login_data .select_wrap {
            background: #fff;
            width: 170px;
            margin: 0 0 0 10px;
        }

            .data_warp .login_data .select_wrap select {
                padding: 8px 10px;
            }

        .data_warp .login_data .arrow {
            position: relative;
        }
        .data_warp .login_data div + .arrow {
            margin-left: 15px;
        }

            .data_warp .login_data .arrow a {
                padding-left: 10px;
            }

                .data_warp .login_data .arrow a::before {
                    content: "";
                    opacity: 1;
                    width: 5px;
                    height: 5px;
                    border: 1px solid;
                    border-color: #fff #fff transparent transparent;
                    position: absolute;
                    transform: rotate(45deg) translateX(-50%);
                    top: 50%;
                    left: 0;
                }

/**********************************************************************/
/* メイン                                                             */
/**********************************************************************/
#main {
    display: flex;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.flex_col2 {
    display: flex;
    justify-content: space-between;
}

    .flex_col2 > ul,
    .flex_col2 > div {
        width: 48%;
    }

.order_menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    font-size: 14px;
}

    .order_menu li {
        width: 20%;
        min-width: 150px;
        padding: 0 10px;
        margin: 0 0 20px;
    }

        .order_menu li a {
            background-position: center 40px;
            background-repeat: no-repeat;
            background-size: auto;
        }

        .order_menu li:nth-child(1) a {
            background-image: url(/Content/Image/menu_icon01.svg);
        }

        .order_menu li:nth-child(2) a {
            background-image: url(/Content/Image/menu_icon02.svg);
        }

        .order_menu li:nth-child(3) a {
            background-image: url(/Content/Image/menu_icon03.svg);
        }

        .order_menu li:nth-child(4) a {
            background-image: url(/Content/Image/menu_icon04.svg);
        }

        .order_menu li:nth-child(5) a {
            background-image: url(/Content/Image/menu_icon05.svg);
        }

        .order_menu li a {
            border: 1px solid #2271E8;
            border-radius: 5px;
            display: block;
            height: 140px;
            padding: 95px 5px 30px;
            text-align: center;
        }

.read {
    margin: 0 0 30px;
}

/* 全体 */
.table_main {
    width: 100%;
}
    /* 罫線(格子) */
    .table_main, .table_main tr, .table_main td, .table_main th, .table_main hr {
        border-collapse: collapse;
        border: 1px solid #CCC;
    }
        /* ヘッダーの設定 */
        .table_main th {
            background-color: #EEE;
            padding: 10px;
            vertical-align: middle;
        }
        /* セルの設定 */
        .table_main td {
            padding: 10px;
            vertical-align: middle;
        }

.table01,
.status_table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

    .table01 th,
    .table01 td {
        padding: 20px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        vertical-align: middle;
    }

    .table01 th {
        background: #eee;
        width: 250px;
    }

        .table01 th.required::after {
            content: "※";
            color: #E85F22;
            margin-left: 5px;
        }

/* ボタン */
.btn {
    display: table;
    min-width: 180px;
    width: auto;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

    .btn a {
        border: 1px solid #2271E8;
        border-radius: 5px;
        display: table-cell;
        vertical-align: middle;
        background: #fff;
        width: 100%;
        height: 42px;
        padding: 0 34px;
        color: #2271E8;
        font-size: 16px;
        text-align: center;
        font-weight: 500;
        text-decoration: none !important;
        overflow: hidden;
    }

        .btn a::after {
            content: "";
            width: 100%;
            height: 100%;
            opacity: 1;
            width: 6px;
            height: 6px;
            border: 1px solid;
            border-color: #2271E8 #2271E8 transparent transparent;
            position: absolute;
            transform: rotate(45deg) translateY(-50%);
            top: 50%;
            right: 20px;
        }

    .btn.right {
        margin: 0 0 0 auto;
    }

    .btn.left {
        margin: 0 auto 0 0;
    }

    .btn.blue a {
        background: #2271E8;
        color: #fff;
    }

.btn_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
}

    .btn_list li {
        margin: 10px 10px 0 0;
    }

    .btn_list.right {
        justify-content: flex-end;
    }

        .btn_list.right li {
            margin: 10px 0 0 10px;
        }

/* 理化CATA広告 */
.link_btn a {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    max-width: 400px;
    height: 148px;
    padding: 10px 20px 0 100px;
    border: 3px solid #2271E8;
    background: url(/Content/Image/icon_link_btn.png) no-repeat 20px center/84px;
    position: relative;
    transition: all 0.2s;
}

.link_btn .link_btn_min {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.link_btn .link_btn_main {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}

.link_btn .link_btn_check {
    display: block;
    width: 110px;
    margin: 10px 0 0 auto;
    padding: 3px 35px 3px 10px;
    background: #2271E8;
    color: #fff;
    font-weight: 500;
    position: relative;
    transition: all 0.2s;
}

    .link_btn .link_btn_check::after {
        content: '';
        width: 15px;
        height: 5px;
        border-right: #FFF 1px solid;
        border-bottom: #FFF 1px solid;
        position: absolute;
        bottom: calc(50% - 2px);
        right: 10px;
        -webkit-transform: skewX(45deg);
        -ms-transform: skewX(45deg);
        transform: skewX(45deg);
        transition: all 0.2s;
    }

.link_btn a:hover {
    opacity: 1;
    color: #fff;
    background: url(/Content/Image/icon_link_btn_wht.png) no-repeat 20px center/84px,#2271E8;
    transition: all 0.2s;
}

    .link_btn a:hover .link_btn_check {
        background: #fff;
        color: #2271E8;
        transition: all 0.2s;
    }

        .link_btn a:hover .link_btn_check::after {
            border-color: #2271E8;
            transition: all 0.2s;
        }

/* リスト */
.square_list > li {
    font-weight: bold;
    padding-left: 1em;
    position: relative;
}

    .square_list > li::before {
        display: inline-block;
        content: "";
        background: #2271E8;
        width: 5px;
        height: 5px;
        position: absolute;
        top: 10px;
        left: 0;
    }

.square_list li:not(:last-child) {
    margin-bottom: 5px;
}

.square_list.no_bold li {
    font-weight: normal;
}

.square_list .count_list {
    padding-left: 1em;
}

.count_list {
    counter-reset: count 0;
}

    .count_list li {
        text-indent: -1em;
        padding-left: 1em;
    }

        .count_list li::before {
            content: counter(count) ". ";
            counter-increment: count 1;
        }

.link_list a {
    color: #2271E8;
    position: relative;
    padding-left: 15px;
    text-decoration: underline;
}

    .link_list a:hover {
        opacity: 1;
    }

    .link_list a::before {
        content: "";
        width: 5px;
        height: 5px;
        border: 1px solid;
        border-color: #2271E8 #2271E8 transparent transparent;
        position: absolute;
        transform: rotate(45deg);
        top: 9px;
        left: 0;
    }

/* 商品リスト
---------------------------------------- */
.products_list {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6;
    margin: -35px -10px 0;
}

    .products_list li {
        width: calc((100%/4) - 20px);
        margin: 35px 10px 45px;
    }

        .products_list li a {
            display: block;
        }

    .products_list .photo_wrap {
        margin-bottom: 10px;
    }

    .products_list .photo {
        border: 1px solid #eee;
        display: block;
        width: 100%;
        padding-top: 100%;
    }

    .products_list .name {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .products_list .txt {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .products_list .price {
        font-size: 18px;
        text-align: right;
    }

        .products_list .price.left {
            text-align: left;
        }

        .products_list .price small {
            font-size: 12px;
        }

/* 新着情報
---------------------------------------- */
ul.info_list,
.news ul {
    margin-bottom: 25px;
    font-weight: 500;
}

    ul.info_list li,
    .news ul li {
        border-bottom: 1px dashed #ccc;
        position: relative;
    }

    ul.info_list a,
    .news ul a {
        display: flex;
        padding: 10px 20px 10px 0;
        align-items: center;
    }

        ul.info_list a::after,
        .news ul a::after {
            content: "";
            opacity: 1;
            width: 6px;
            height: 6px;
            border: 1px solid;
            border-color: #2271E8 #2271E8 transparent transparent;
            position: absolute;
            transform: rotate(45deg)translateY(-50%);
            top: 50%;
            right: 10px;
        }

    ul.info_list .date,
    .news ul .date {
        display: inline-block;
        margin-right: 20px;
        color: #2271E8;
        font-size: 12px;
        vertical-align: middle;
    }

ul.info_list {
    margin-top: -15px;
    font-size: 16px;
}

    ul.info_list .date {
        font-size: 14px;
    }

/* 新着情報詳細
---------------------------------------- */
.news_detail {
    display: flex;
}

    .news_detail .txt_area {
        width: 100%;
    }
        .news_detail .txt_area p {
            margin-bottom: 10px;
        }

        .news_detail .txt_area a {
            text-decoration: underline;
            color: #2271E8;
        }

    .news_detail .photo_area {
        width: 40%;
        margin-left: 30px;
        flex-shrink: 0;
    }
        .news_detail .link li {
            margin-bottom: 5px;
        }

        .news_detail .link li a {
            text-decoration: underline;
            color: #2271E8;
        }

            .news_detail .link li a::after {
                display: inline-block;
                content: "";
                opacity: 1;
                width: 5px;
                height: 5px;
                border: 1px solid;
                border-color: #2271E8 #2271E8 transparent transparent;
                transform: rotate(45deg);
                margin-left: 5px;
            }

    .news_detail div[align="center"] {
        text-align: center;
    }

    .news_detail table {
        width: 100%;
        font-size: 0.9em;
        border-bottom: #ddd solid 1px;
        border-left: #ddd solid 1px;
        margin-bottom: 10px;
    }

        .news_detail table th {
            padding: 2px;
            border-top: #ddd solid 1px;
            border-right: #ddd solid 1px;
            background-color: #EEE;
            text-align: center;
        }

        .news_detail table td {
            border-top: #ddd solid 1px;
            padding: 2px;
            border-right: #ddd solid 1px;
            text-align: center;
        }


/* ポップアップ
---------------------------------------- */
#cboxOverlay {
    background: rgba(0,0,0,.5);
    z-index: 99999;
}

#colorbox {
    z-index: 999999;
}

#cboxContent {
    overflow: inherit;
}

#cboxClose, .popup_close {
    border: 1px solid #fff;
    background: #000;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    bottom: auto;
    left: auto;
}

#cboxLoadedContent {
    margin-bottom: 0;
}

#cboxClose::before,
#cboxClose::after,
.popup_close::before,
.popup_close::after {
    content: "";
    border-left: 2px solid #fff;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 13px;
}

#cboxClose::before,
.popup_close::before {
    transform: rotate(45deg);
}

#cboxClose::after,
.popup_close::after {
    transform: rotate(-45deg);
}

/* ページナビ
---------------------------------------- */
.page_nav {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

    .page_nav li {
        margin: 0 10px;
    }

        .page_nav li a {
            background: #2271E8;
            box-sizing: border-box;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 36px;
            height: 36px;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            overflow: hidden;
        }

        .page_nav li.now span {
            background: #D6DCE5;
            box-sizing: border-box;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 36px;
            height: 36px;
            color: #7B7B7B;
            font-size: 16px;
            font-weight: bold;
            overflow: hidden;
        }

/* サイトマップ
---------------------------------------- */
#sitemap dl.link_area {
    display: flex;
    flex-wrap: wrap;
}

    #sitemap dl.link_area dt,
    #sitemap dl.link_area dd {
        padding: 15px 0;
        border-top: 1px solid #ccc;
    }

    #sitemap dl.link_area dt {
        width: 340px;
    }

    #sitemap dl.link_area dd {
        width: calc(100% - 340px);
        flex-shrink: 0;
    }

    #sitemap dl.link_area dt p {
        padding-left: 1em;
        position: relative;
    }

        #sitemap dl.link_area dt p::before {
            display: inline-block;
            content: "";
            background: #2271E8;
            width: 5px;
            height: 5px;
            position: absolute;
            top: 10px;
            left: 0;
        }

    #sitemap dl.link_area a::after {
        display: inline-block;
        content: "";
        opacity: 1;
        width: 5px;
        height: 5px;
        border: 1px solid;
        border-color: #2271E8 #2271E8 transparent transparent;
        transform: rotate(45deg);
        margin-left: 10px;
    }

    #sitemap dl.link_area a:hover {
        text-decoration: underline !important;
    }

/* rental・toresearchers
---------------------------------------- */
.bg_right {
    padding-right: 40%;
}

.bg_box {
    display: flex;
    align-items: center;
    background: #eee;
    padding: 10px;
    margin-bottom: 30px;
    width: 100%;
}

    .bg_box .img {
        flex-shrink: 0;
        margin-right: 10px;
    }

    .bg_box .txt {
        width: 100%;
    }

.box_grayline {
    border: 4px solid #eee;
    padding: 30px 40px;
}

.rental .bg_right {
    background: url(/Content/Image/rental.jpg) no-repeat right top/40%;
    margin-bottom: 40px;
}

.rental .box_grayline {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.toresearchers .bg_right {
    background: url(/Content/Image/toresearchers.jpg) no-repeat right top/45%;
}

/**********************************************************************/
/* サイドバー                                                         */
/**********************************************************************/
.contents_wrap {
    width: calc(100% - 337px);
    max-width: 995px;
    order: 2;
    padding: 20px 20px 0 0;
    margin-bottom: 80px;
    /* font-weight: 500; */
}

.side {
    width: 237px;
    order: 1;
    flex-shrink: 0;
    margin-right: 70px;
}

    .side .sticky {
        border-right: 1px solid #D5D5D5;
        border-left: 1px solid #D5D5D5;
    }

    .side .btn {
        max-width: 100%;
        width: calc(100% - 20px);
        margin: 0 auto 25px 0;
        position: relative;
    }

        .side .btn a {
            padding: 0 0 0 30px;
        }

            .side .btn a::before {
                content: "";
                background: url(/Content/Image/icon_contact.svg) no-repeat center/contain;
                width: 19px;
                height: 14px;
                position: absolute;
                transform: translateY(-50%);
                top: 50%;
                left: 30px;
            }

.side .btn_bnr {
    display: table;
    min-width: 180px;
    max-width: 100%;
    width: calc(100% - 20px);
    margin: 0 auto 25px 0;
    position: relative;
    box-sizing: border-box;
}

    .side .btn_bnr a {
        border: 1px solid #2271E8;
        border-radius: 5px;
        display: table-cell;
        vertical-align: middle;
        background: #fff;
        width: 100%;
        height: 42px;
        padding: 0 10px;
        color: #2271E8;
        font-size: 12px;
        text-align: center;
        font-weight: 500;
        text-decoration: none !important;
        overflow: hidden;
    }

    .side .side_title {
        margin: 0 0 10px;
        color: #2271E8;
        font-size: 16px;
        line-height: 1.3;
        font-weight: bold;
    }

    .side .select_wrap {
        margin: 0 0 10px;
    }

.side_nav {
    padding: 25px 0 25px 20px;
}
    .side_nav:nth-of-type(2) {
        border-top: 1px solid #D5D5D5;
    }

    .side_nav .bnr {
        width: calc(100% - 20px);
    }

        .side_nav .bnr img {
            width: 100%;
        }

    .side_nav ul {
        font-size: 15px;
    }

    .side_nav .nav li {
        position: relative;
        cursor: pointer;
    }

    .side_nav .nav > li {
        padding-right: 20px;
    }

    .side_nav .nav li:not(:last-child) {
        padding-bottom: 10px;
    }

    .side_nav .nav li span,
    .side_nav .nav > li > ul li a {
        display: block;
        padding-left: 15px;
    }

        .side_nav .nav li span:before,
        .side_nav .nav li a:before {
            content: "";
            opacity: 1;
            width: 5px;
            height: 5px;
            border: 1px solid;
            border-color: #2271E8 #2271E8 transparent transparent;
            position: absolute;
            transform: rotate(45deg);
            top: 7px;
            left: 0;
        }

    .side_nav .nav > li > ul {
        display: none;
        border: 2px solid #2271E8;
        background: #fff;
        min-width: 240px;
        width: 100%;
        padding: 20px 15px;
        position: absolute;
        top: -25px;
        left: 100%;
    }

    .side_nav .nav > li:hover span {
        text-decoration: underline;
        color: #2271E8;
    }

    .side_nav .nav > li:hover ul {
        display: block;
        z-index: 2;
    }

    .side_nav .nav li > .select_wrap {
        margin: 3px 0 0;
    }

    .side_nav .nav li p {
        color: #2271E8;
        font-size: 14px;
        font-weight: bold;
    }

.side .catalog {
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    padding: 25px 20px;
    color: #6A6A6A;
}

.side .catalog dl {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    font-size: 14px;
}

    .side .catalog dl dt {
        flex: 35%;
    }

    .side .catalog dl dd {
        flex: 65%;
    }

        .side .catalog dl dd input {
            width: 100%;
        }

.button {
    position: relative;
    cursor: pointer;
}

    .button span {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 55%;
        z-index: 2;
        pointer-events: none;
    }

    .button input[type="submit"] + span::before {
        content: "";
        background: url(/Content/Image/icon_search.svg) no-repeat center/contain;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 5px;
        left: -30px;
    }

    .button input {
        height: 42px;
        width: 100%;
        cursor: pointer;
    }

        .button input[type="submit"] {
            border: none;
            background: #2271E8;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
        }

    .button.wht input[type="submit"] {
        border: 1px solid #2271E8;
        background: #fff;
        color: #2271E8;
    }

    .button.gry input[type="submit"] {
        border: 1px solid #ccc;
        background: #eee;
        color: #333;
    }

        .button input[type="reset"] {
            border-color: #2271E8;
            background: #fff;
        }

            .button input[type="reset"] + span {
                color: #2271E8;
                left: 50%;
            }

    .button a {
        border: 1px solid #2271E8;
        border-radius: 5px;
        display: flex;
        background: #fff;
        width: 100%;
        height: 42px;
        padding: 0 34px;
        color: #2271E8;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none !important;
        overflow: hidden;
        justify-content: center;
        align-items: center;
    }

.bnr_wrap {
    padding: 25px 20px;
}

    .bnr_wrap .bnr_list {
    }

        .bnr_wrap .bnr_list li {
            margin-bottom: 15px;
        }
        .bnr_wrap .bnr_list li img {
            width: 100%;
        }
    .bnr_wrap p {
        font-size: 14px;
        position: relative;
    }

        .bnr_wrap p a {
            padding-left: 15px;
        }

            .bnr_wrap p a::before {
                content: "";
                width: 6px;
                height: 6px;
                border: 1px solid;
                border-color: #2271E8 #2271E8 transparent transparent;
                position: absolute;
                transform: rotate(45deg);
                top: 10px;
                left: 0;
            }

/* 打ち消し */
input[type="text"], input[type="submit"],input[type="password"],
input[type="reset"], input[type="search"], input[type="date"] {
    -webkit-appearance: none;
    border: none;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 10px;
    max-width: 100%;
}
input[type="number"] {
    -webkit-appearance: none;
    border: none;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 10px 3px 10px 10px;
    max-width: 100%;
    text-align: right;
}

input[type="submit"] {
    cursor: pointer;
}

textarea {
    -webkit-appearance: none;
    border: none;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 10px;
    max-width: 100%;
}

select {
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
/* セレクトボックス */
.select_wrap {
    border: 1px solid #999;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .select_wrap select {
        width: 100%;
        padding: 10px;
        color: #6A6A6A;
        font-size: 14px;
    }

        .select_wrap select::-ms-expand {
            display: none;
        }

    .select_wrap::before {
        content: "";
        width: 5px;
        height: 5px;
        border: 1px solid;
        border-color: transparent transparent #313131 #313131;
        transform: rotate(-45deg) translateY(-50%);
        position: absolute;
        top: 44%;
        right: 10px;
        pointer-events: none;
    }

/* チェックボックス */
input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + span {
        padding-left: 30px;
        padding-top: 1px;
        display: inline-block;
        border-radius: 5px;
        cursor: pointer;
        position: relative;
        min-height: 25px;
    }

        input[type=checkbox] + span::before {
            content: "";
            box-sizing: border-box;
            margin-right: 10px;
            width: 25px;
            height: 25px;
            background: #fff;
            border: 1px solid #999;
            border-radius: 5px;
            position: absolute;
            left: 0;
            top: 0;
        }

    input[type=checkbox]:checked + span::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 48%;
        left: 10px;
        width: 5px;
        height: 10px;
        transform: translateY(-50%) rotate(40deg);
        border-bottom: 2px solid #2271E8;
        border-right: 2px solid #2271E8;
    }

    input[type=checkbox]:checked + span::before {
        border: none;
        border: 1px solid #2271E8;
    }

/* ラジオボタンカスタム */
input[type=radio] {
    display: none;
    vertical-align: middle;
}

.radio_parts {
    display: inline-block;
    padding-left: 30px;
    min-height: 25px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

    .radio_parts::before {
        content: "";
        display: block;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: 0;
        width: 25px;
        height: 25px;
        border: 1px solid #999;
        border-radius: 50%;
        box-sizing: border-box;
    }

input[type=radio]:checked + .radio_parts::before {
    border: 1px solid #2271E8;
}

input[type=radio]:checked + .radio_parts::after {
    content: "";
    display: block;
    background: #2271E8;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

/* キーワード
---------------------------------------- */
.keyword_area {
    background: #EAECEF;
    display: flex;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}

    .keyword_area p {
        background: #718CB4;
        color: #fff;
        padding: 10px 8px;
        margin-right: 20px;
        flex-shrink: 0;
        position: relative;
    }

        .keyword_area p::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 24px 0 24px 10px;
            border-color: transparent transparent transparent #718CB4;
            position: absolute;
            top: 0;
            left: 100%;
        }

    .keyword_area ul {
        display: flex;
        width: 100%;
        color: #2271E8;
        overflow-x: auto;
        scrollbar-width: thin;
    }

        .keyword_area ul li {
            flex-shrink: 0;
        }

        .keyword_area ul a {
            padding: 10px;
        }

/* ▼ パンくず
--------------------------------------- */
#path {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
}

    #path li {
        float: left;
        position: relative;
    }

        #path li:not(:last-child) {
            padding-right: 20px;
        }

            #path li:not(:last-child):after {
                content: "";
                opacity: 1;
                width: 5px;
                height: 5px;
                border: 1px solid;
                border-color: #000 #000 transparent transparent;
                transform: rotate(45deg) translateX(-50%);
                position: absolute;
                top: 50%;
                right: 5px;
            }

        #path li a {
            text-decoration: underline;
        }

/* ▼ システム
--------------------------------------- */
.disabled {
    opacity: .5;
    pointer-events: none;
}

/**********************************************************************/
/* フッター                                                           */
/**********************************************************************/
footer {
    width: 100%;
    background: #EBEBEB;
    padding: 55px 0;
    clear: both;
    overflow: hidden;
}

    footer #footer_category {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 27px;
        grid-row-gap: 30px;
        padding-bottom: 20px;
        padding-top: 30px;
    }

    footer #footer_inner {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
    }

#footer_inner li:not(:last-child),
#footer_category li:not(:last-child) {
    margin-bottom: 10px;
}

#footer_inner > .list > li,
#footer_category > .list > li {
    font-weight: bold;
}

    #footer_inner > .list > li > ul,
    #footer_category > .list > li > ul {
        font-weight: normal;
        margin: 15px 0 20px;
        padding-left: 1em;
    }

footer .inner {
    align-items: flex-end;
}

    footer .inner p {
        text-align: center;
    }

/* ▼ コピーライト
--------------------------------------- */
#copyright {
    font-size: 10px;
    color: #797979;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
    background: rgba(34,113,232,0.7);
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    z-index: 2000;
    cursor: pointer;
}

    .pagetop::before {
        content: "";
        width: 12px;
        height: 12px;
        border: 1px solid;
        border-color: #fff #fff transparent transparent;
        transform: rotate(-45deg);
        position: absolute;
        top: 26px;
        left: 23px;
    }


/* ▼▼▼ 404
====================================================== */
#not_found {
    padding: 8vw 20px;
}

    #not_found p {
        font-size: 14px;
        text-align: center;
    }

        #not_found p.arial {
            margin-bottom: 10px;
            font-size: 42px;
            font-family: "Arial", "メイリオ";
        }

            #not_found p.arial + p {
                margin-bottom: 20px;
                font-size: 18px;
                font-weight: bold;
            }

        #not_found p.txt {
            margin-bottom: 30px;
            line-height: 1.9;
        }

    #not_found .top_btn a {
        display: inline-block;
        padding: 15px 40px;
        border: 1px solid #ccc;
    }

/* ======================================================
▼▼▼ ブレイクポイント
====================================================== */
/* 1024px〜
====================================================== */
@media screen and (max-width: 1024px) {
    .contents_wrap {
        width: calc(100% - 255px);
    }

    .side {
        margin-right: 20px;
    }

}

/* 768px〜
====================================================== */
@media screen and (max-width: 768px) {

    body {
        font-size: 14px;
    }

        body.wrap {
            overflow: hidden;
        }

    #wrapper {
        width: 100%;
    }

    #screen {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0,0,0,0.8);
        z-index: 200;
    }

    .container {
        padding: 0 15px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /* ▼タイトル
	--------------------------------------- */
    #site_title {
        overflow: hidden;
        display: flex;
        align-items: center;
        height: 100%;
        width: calc(100% - 150px);
    }

    .area_title {
        margin-bottom: 5px;
    }

    .sub_title {
        padding-left: 13px;
        margin-bottom: 10px;
        font-size: 22px;
    }

        .sub_title::before {
            height: 24px;
            top: 7px;
        }

    .btm_line,
    .btm_line.fz18 {
        padding-bottom: 5px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    /* ▼▼▼ ヘッダー
	====================================================== */
    header {
        width: 100%;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        overflow: visible;
    }

        header .header_inner {
            display: block;
            background: #2271E8;
            width: 100%;
            height: 70px;
            padding: 0 10px;
            position: fixed;
            top: auto;
            left: 0;
            z-index: 99999;
        }

    /* 検索エリア */
    .search_area {
        max-width: 100%;
        width: 100%;
        padding: 10px;
        margin: 70px 0 0;
    }

        .search_area #form_h_search {
            height: 40px;
        }

    .h_btn {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px 10px;
        margin: 0;
        max-width: 100%;
        width: 100%;
    }

        .h_btn li {
            width: 32% !important;
        }

            .h_btn li small {
                display: block;
                font-size: 8px;
                text-align: center;
            }

            .h_btn li a {
                border: none !important;
                display: table-cell !important;
                font-size: 4vw;
                height: 48px;
                width: 100%;
                padding: 0 !important;
                text-align: center !important;
            }

            .h_btn li.beginner {
                font-size: 2vw;
            }

                .h_btn li.beginner a {
                    background: none;
                    padding-left: 20px;
                }

            .h_btn li.login {
                background: #D66A94;
            }

            .h_btn li.login02 {
                background: #36ADC9;
            }

    /* カート */
    header .cart {
        margin-left: 0;
        width: 70px;
        height: 70px;
        top: 0;
        right: 0;
    }

        header .cart a {
            font-size: 0;
            width: 100%;
            height: 100%;
            background: #033D95;
            position: relative;
            padding: 0;
        }

            header .cart a::after {
                display: block;
                content: "カート";
                color: #fff;
                font-size: 12px;
                font-weight: bold;
                margin-top: 3px;
            }

        header .cart .img_wrap {
            display: inline-block;
            margin-left: 0;
            top: 0;
            position: relative;
            width: 100%;
            text-align: center;
            padding: 18px 0 0;
        }

            header .cart .img_wrap img {
                width: 24px;
                height: auto;
            }

        header .cart a .cart_icon {
            top: 12px;
            right: 5px;
        }

        header .cart .cart_icon span {
            font-size: 12px;
            padding-bottom: 2px;
        }

    /* ▼ グローバルナビゲーション
	--------------------------------------- */
    #gnav {
        display: block !important;
        background: #fff;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        float: none;
        width: 100%;
        max-height: 100vh;
        padding-top: 70px;
        margin: 0;
        color: #000e;
        position: absolute;
        top: -1000px;
        left: 0;
        z-index: 1000;
        overflow: auto;
    }

        #gnav.open {
            -moz-transform: translateY(1000px);
            -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
        }

        #gnav ul {
            display: block;
        }

            #gnav ul.h_nav {
                padding: 0;
                margin: 0 auto;
            }

            #gnav ul > li {
                width: 100%;
            }

                #gnav ul > li a {
                    display: block;
                    border-top: 1px solid #ccc;
                    text-decoration: none;
                    padding: 10px 30px;
                    text-align: left;
                }

                    #gnav ul > li a:hover {
                        -ms-filter: "alpha(opacity=60)";
                        -moz-opacity: 0.6;
                        -khtml-opacity: 0.6;
                        opacity: 0.6;
                    }

    /* ▼メニューボタン
	--------------------------------------- */
    .menu {
        display: block;
        width: 70px;
        height: 70px;
        background: #0158DB;
        position: absolute;
        top: 0;
        right: 70px;
        z-index: 2000;
    }

        .menu .icon {
            display: block;
            width: 20px;
            height: 2px;
            border-top: 2px solid #fff;
            position: absolute;
            transform: translateX(-50%);
            top: 40%;
            left: 50%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .menu .icon:before,
            .menu .icon:after {
                content: '';
                width: 20px;
                border-top: 2px solid #fff;
                position: absolute;
                -moz-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                right: 0;
            }

            .menu .icon:before {
                top: -8px;
            }

            .menu .icon:after {
                bottom: -6px;
            }

            .menu .icon.active {
                border-color: #0158DB;
            }

                .menu .icon.active:before {
                    -moz-transform: rotate(-135deg);
                    -webkit-transform: rotate(-135deg);
                    transform: rotate(-135deg);
                    top: -2px;
                    right: 0;
                }

                .menu .icon.active:after {
                    -moz-transform: rotate(135deg);
                    -webkit-transform: rotate(135deg);
                    transform: rotate(135deg);
                    bottom: 0;
                    right: 0;
                }

            .menu .icon span:before {
                display: block;
                width: 70px;
                content: "メニュー";
                color: #fff;
                font-size: 12px;
                font-weight: bold;
                text-align: center;
                position: absolute;
                left: 50%;
                bottom: -30px;
                transform: translate(-50%,-0%);
                -webkit-transform: translate(-50%,-0%);
            }

            .menu .icon.active span:before {
                content: "閉じる";
            }

    /* san-mall・san-net
	--------------------------------------- */
    .data_warp {
        padding: 0 10px 10px;
        width: 100%;
    }

        .data_warp .contact {
            margin-right: auto;
        }
        .data_warp .login_data {
            max-width: 100%;
        }

            .data_warp .login_data > div {
                flex: 1;
            }

            .data_warp .login_data .select_wrap {
                background: #fff;
                max-width: 170px;
                width: 60%;
                margin: 0 10px;
            }

    /* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
    #header_inner,
    #main, #contents, #side,
    footer, #footer_inner {
        float: none;
        width: 100%;
    }

    #main {
        display: block;
        /* padding: 0 15px; */
        margin-top: 190px;
        width: 100%;
    }

    .read {
        margin: 0 0 15px;
    }

    .order_menu {
        margin: 0 0 10px;
    }

        .order_menu li {
            width: 32%;
            min-width: unset;
            padding: 0;
            margin: 0 2% 10px 0;
        }

            .order_menu li:nth-child(3n) {
                margin-right: 0;
            }

            .order_menu li a {
                background-position: center 20px;
                background-size: auto 30%;
                height: 100px;
                padding: 65px 5px 10px;
                font-size: 10px;
            }

            .order_menu li:nth-child(2) a {
                background-size: 30px;
                background-position: center 25px;
            }

    .flex_col2 {
        display: block;
    }

        .flex_col2 > ul,
        .flex_col2 > div {
            width: 100%;
        }

    /* ボタン */
    .btn a {
        height: 52px;
        font-size: 16px;
    }

    /* 理化CATA広告 */
    .link_btn a {
        height: auto;
        padding: 85px 0 20px;
        background: url(/Content/Image/icon_link_btn.png) no-repeat center 20px/69px auto;
    }

    .link_btn .link_btn_min,
    .link_btn .link_btn_main {
        text-align: center;
    }

    .link_btn .link_btn_check {
        margin: 10px auto 0;
        font-size: 13px;
        text-align: center;
    }

    .link_btn a:hover {
        background: url(/Content/Image/icon_link_btn_wht.png) no-repeat center 20px/69px auto,#2271E8;
    }

    /* テーブル */
    .table01 tr, .table01 tbody, .table01 {
        display: block;
    }

    .table01 {
        width: 100%;
    }

        .table01 th,
        .table01 td {
            display: block;
            padding: 20px;
            width: 100%;
        }

        .table01 th {
            width: 100%;
        }

            .table01 th.required::after {
                content: "※";
                color: #E85F22;
                margin-left: 5px;
            }

        .table01 td.pa10 {
            padding-bottom: 10px;
        }

        .table01 input.w80 {
            width: 100%;
            min-width: 100%;
            margin-right: 0;
        }

            .table01 input.w80 + .button {
                width: 180px;
            }

    /* 商品リスト
	---------------------------------------- */
    .products_list {
        display: block;
        margin: 0 0 20px;
        overflow: hidden;
    }

        .products_list li {
            border-bottom: 1px dashed #ccc;
            width: 100%;
            margin: 0;
        }

            .products_list li:first-child {
                border-top: 1px dashed #ccc;
            }

            .products_list li a {
                padding: 10px 0;
                display: flex;
                align-items: flex-start;
            }

        .products_list .photo_wrap {
            width: 100px;
            margin: 0 10px 0 0;
            flex-shrink: 0;
        }

        .products_list .photo {
            display: block;
            width: 100%;
            padding-top: 100%;
        }

        .products_list .name {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 5px;
        }

        .products_list .txt {
            font-size: 12px;
            margin-bottom: 5px;
        }

        .products_list .price {
            font-size: 18px;
            text-align: right;
        }

            .products_list .price small {
                font-size: 12px;
            }

    /* 新着情報
	---------------------------------------- */
    ul.info_list,
    .news ul {
        margin-bottom: 25px;
        font-weight: 500;
    }

    ul.info_list {
        margin-top: -10px;
    }

        ul.info_list li,
        .news ul li {
            border-bottom: 1px dashed #ccc;
            position: relative;
        }

        ul.info_list a,
        .news ul a {
            display: block;
            padding: 10px 20px 10px 0;
            font-size: 14px;
        }

            ul.info_list a::after,
            .news ul a::after {
                content: "";
                opacity: 1;
                width: 6px;
                height: 6px;
                border: 1px solid;
                border-color: #2271E8 #2271E8 transparent transparent;
                position: absolute;
                transform: rotate(45deg) translateY(-50%);
                top: 50%;
                right: 10px;
            }

        ul.info_list .date,
        .news ul .date {
            display: block;
            margin: 0 0 5px;
        }

    /* 新着情報詳細
	---------------------------------------- */
    .news_detail {
        display: block;
    }

        .news_detail .txt_area {
            width: 100%;
            margin-bottom: 30px;
        }

        .news_detail .photo_area {
            width: 100%;
            margin-left: 0;
        }

    /* ページナビ
	---------------------------------------- */
    .page_nav {
        margin-top: 20px
    }

    /* サイトマップ
	---------------------------------------- */
    #sitemap dl.link_area {
        display: block;
    }

        #sitemap dl.link_area dt {
            width: 100%;
        }

        #sitemap dl.link_area dd {
            border: none;
            width: 100%;
            padding: 5px 0 15px 1em;
        }

    /* rental・toresearchers
	---------------------------------------- */
    .bg_right {
        padding: 200px 0 0;
    }

    .bg_box .txt {
        width: 100%;
    }

    .box_grayline {
        border: 4px solid #eee;
        padding: 20px;
    }

    #rental .bg_right {
        background: url(/Content/Image/rental.jpg) no-repeat center 20px/180px;
        margin-bottom: 40px;
    }

    #rental .box_grayline {
        display: block;
    }

        #rental .box_grayline .btn {
            margin: 20px auto 0;
        }

    #toresearchers .bg_right {
        background: url(/Content/Image/toresearchers.jpg) no-repeat center 20px/200px;
    }

    /* サイトナビ
	---------------------------------------- */
    .contents_wrap {
        width: 100%;
        padding: 15px 15px 0;
        margin-bottom: 40px;
    }

    .side {
        border: none;
        width: 100vw;
        padding: 0 15px 40px;
        margin: 0;
    }

        .side .sticky {
            border: none;
        }

        .side .side_title {
            margin: 0 0 15px;
            font-size: 22px;
        }

        /* カテゴリ */
        .side .btn {
            width: 100%;
            margin: 0 auto 25px;
        }

            .side .btn a {
                padding-left: 0;
                height: 50px;
                font-size: 18px;
            }

                .side .btn a::before {
                    display: inline-block;
                    width: 23.43px;
                    height: 18px;
                    position: static;
                    transform: translateY(-2px);
                    vertical-align: middle;
                    margin-right: 20px;
                }

        .side .btn_bnr {
            width: 100%;
            margin: 0 auto 25px;
        }

            .side .btn_bnr a {
                padding-left: 0;
                height: 50px;
                font-size: 16px;
            }

    .side_nav {
        padding: 0 20px 30px;
        margin: 0 auto;
    }

        .side_nav ul {
            font-size: 14px;
        }

        .side_nav .nav li {
            position: relative;
            cursor: pointer;
        }

        .side_nav .nav > li {
            padding-right: 20px;
        }

        .side_nav .nav li:not(:last-child) {
            padding: 0;
            margin-bottom: 5px;
        }

        .side_nav .nav li span,
        .side_nav .nav > li > ul li a {
            display: block;
            padding-left: 15px;
        }

            .side_nav .nav li span:before,
            .side_nav .nav li a:before {
                content: "";
                opacity: 1;
                width: 5px;
                height: 5px;
                border: 1px solid;
                border-color: #2271E8 #2271E8 transparent transparent;
                position: absolute;
                transform: rotate(45deg);
                top: 9px;
                left: 0;
            }

        .side_nav .nav > li > ul {
            display: none;
            border: none;
            min-width: 100%;
            padding: 0 15px 10px;
            position: static;
        }

        .side_nav .nav > li:hover span {
            text-decoration: underline;
            color: #2271E8;
        }

        .side_nav .nav > li:hover ul {
            display: none;
            z-index: 2;
        }

        .side_nav .nav li p {
            display: none;
        }

    .side .catalog {
        padding: 30px 20px;
    }
    .button span {
        font-size: 18px;
    }

    .button input[type="submit"] + span::before {
        content: "";
        background: url(/Content/Image/icon_search.svg) no-repeat center/contain;
        width: 20px;
        height: 20px;
        top: 4px;
        left: -35px;
    }

    .button input {
        padding: 14px 0;
        height: 50px;
    }

    input, textarea {
        font-size: 16px;
    }

    /* バナー */
    .bnr_wrap {
        padding: 30px 0;
    }

        .bnr_wrap .bnr_list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .bnr_wrap .bnr_list li {
                width: 48%;
                margin-bottom: 15px !important;
            }

    /* キーワード
	---------------------------------------- */
    .keyword_area {
        background: #EAECEF;
        display: flex;
        margin: 0 10px 15px;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
    }

        .keyword_area p {
            background: #718CB4;
            color: #fff;
            padding: 10px;
            margin-right: 20px;
            flex-shrink: 0;
            position: relative;
        }

            .keyword_area p::after {
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 24px 0 24px 10px;
                border-color: transparent transparent transparent #718CB4;
                position: absolute;
                top: 0;
                left: 100%;
            }

        .keyword_area ul {
            width: 100%;
        }

            .keyword_area ul li {
                flex-shrink: 0;
            }

            .keyword_area ul a {
                padding: 10px;
            }

    /* ▼▼▼ フッター
	====================================================== */
    footer {
        padding: 40px 0;
    }

        footer .container {
            max-width: 450px;
            margin: 0 auto;
        }

            footer .container > div {
                justify-content: space-between;
                font-size: 14px;
            }
        footer #footer_category {
            display: block;
            padding-bottom: 20px;
            padding-top: 0;
        }

    #footer_category .list li ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 0px;
    }

    #footer_category .list:not(:last-child) {
        margin-bottom: 30px;
    }
    footer #footer_inner {
        display: block;
        margin-bottom: 30px;
    }

    #footer_inner li:not(:last-child) {
        margin-bottom: 10px;
    }

    #footer_inner > ul:first-child {
        margin-bottom: 10px;
    }

    #footer_inner > ul:not(.list) {
        margin-top: 25px;
    }

    #footer_inner > ul:last-child {
        margin: 30px auto 0;
        width: 237px;
    }

    #footer_inner > .list > li {
        font-weight: bold;
    }

        #footer_inner > .list > li > ul {
            font-weight: normal;
        }

    #footer_inner > ul li img {
        width: 100%;
        height: auto;
    }

    footer .inner {
        flex-wrap: wrap;
        align-items: flex-end;
    }

        footer .inner p {
            width: 100%;
            order: 2;
            text-align: center;
        }

            footer .inner p:last-of-type {
                margin: 0 auto 20px;
                width: 70px;
                order: 1;
            }

    /* ▼ コピーライト
	--------------------------------------- */
    #copyright {
        font-size: 10px;
        color: #797979;
    }

    /* ▼ ページ上部へ戻る
	--------------------------------------- */
    .pagetop {
        width: 50px;
        height: 50px;
        right: 15px;
        bottom: 15px;
    }

        .pagetop::before {
            width: 8px;
            height: 8px;
            top: 23px;
            left: 20px;
        }


    /* ▼▼▼ 404
	====================================================== */
    #not_found {
        padding: 100px 20px 60px;
    }

        #not_found p.arial {
            margin-bottom: 10px;
            font-size: 39px;
        }

            #not_found p.arial + p {
                font-size: 17px;
            }

        #not_found p.txt {
            line-height: 1.6;
        }
    /*注意喚起*/
    .demo-caution {
        text-align: left;
        font-size: 1.1em;
        padding: 10px 10px 10px 50px;
    }

        .demo-caution span:before {
            width: 30px;
            height: 30px;
            transform: translateY(-50%) translateX(calc(-100% - 10px));
        }

    .demo-site#main {
        margin-top: 260px;
    }
}

/**********************************************************************/
/* 共通メッセージ                                                     */
/**********************************************************************/
/* 共通(外枠) */
#msg_area .outer {
    max-width: 100%;
    margin: 0px 0px 15px 0px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}
/* 共通 ※スペース用 */
#msg_area .inner {
    margin: 8px;
    word-wrap: break-word;
    word-break: break-all;
}
/* エラーメッセージ(背景) */
#msg_area .error {
    border-color: #FF6A00;
    background-color: #FFFFE0;
}
    /* エラーメッセージ(文字) */
    #msg_area .error span {
        color: #FF0000;
    }
/* 通常メッセージ(背景) */
#msg_area .normal {
    border-color: #7C7BF1;
    background-color: #D9F1F6;
}
    /* 通常メッセージ(文字) */
    #msg_area .normal span {
        color: #000;
    }

