body{
    line-height: 1;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
a:focus, *:focus, select:focus { outline:none; }

h1, h2, h3, h4, h5 {
  margin: 0;
}

ol, ul {
  list-style: none;
}
img {
  border: none;
  /* chrome用 1pxずれ解消 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
    opacity: 0.8;
    transition: .3s; 
    }
a:hover img {
  opacity: 0.8;
  transition: .3s;
}
select {
  color: #000;
}
/* font// */
@font-face {
    font-family: "din-bold";
    src: url("/common/font/font.ttf");
  }
  @font-face {
    font-family: "garamond";
    src: url("/common/font/GaramondPremrPro.otf");
  }
  /* //font */

.pc {
    display: block;
}
.sp {
    display: none;
}
.container_in {
    display: block;
    max-width: 1100px;
    width: 92%;
    margin: 0 auto;
}
.hd_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hd_mainpart {
    width: 100%;
    max-width: 840px;
}
.mainpart_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hd_search {
    width: 100%;
    max-width: 400px;
    border: 2px solid #7f7f7f;
    border-radius: 4px;
    margin: 0 0 0 25px;
}
.hd_search form {
    display: flex;
    justify-content: space-between;
}
.hd_searchbox {
    border: none;
    width: 100%;
    background: #f7f7f7;
    max-width: 90%;
    padding: 0 0 0 15px;
    font-size: 20px;
}
.hd_searchbox::placeholder {
    color: #a4a49b;
    font-size: 15px;
}
.hd_search button {
    width: 100%;
    border: none;
    background: #7f7f7f;
    padding: 10px 0;
    max-width: 70px;
    cursor: pointer;
}
.search_btn_sp {
    display: none;
}
.hd_infoList {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 210px;
}
.hd_infoList li {
    text-align: center;
}
.hd_infoList .hdinfo_caption {
    display: block;
    font-size: 11px;
    color: #7f7f7f;
    padding-top: 7px;
}
.hd_spform,
.hdsp_menu {
    display: none;
}
.hd_Formpart {
    width: 100%;
    max-width: 255px;
}
.hd_formBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    color: #fff;
    font-size: 15px;
}
.hd_formBtn_green {
    background: #238c00;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.hd_formBtn_red {
    background: #d62714;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.hd_formBtn:hover {
    text-decoration: none;
}
.hd_srow {
    background: #09a6e8;
    margin: 2px 0 0;
    padding: 0 0 7px;
}
.hd_categoryList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 4px 5px 0 0;
}
.hd_pditem {
    max-width: 72px;
    width: 100%;
}
.hd_catitem {
    width: 100%;
    max-width: 186px;
}
.hd_categoryList li a {
    background: #fff;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 4px;
    color: #00709f;
    letter-spacing: -1px;
    font-size: 14px;
    font-weight: 600;
}
.hd_categoryList li a:hover {
    text-decoration: none;
}
.hd_categoryList .hd_pditem a {
    color: #7f7f7f;
    font-size: 13px;
}
.hd_categoryList li .hd_pditem_current {
    position: relative;
}
.hd_categoryList li .hd_pditem_current::after {
    content: "";
    background: #fff;
    width: 100%;
    position: absolute;
    bottom: -10px;
    height: 15px;
    left: 0;
}
.hd_newsRole {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.hdnews_head {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.hdnews_head h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffff;
    background: #00a5e6;
    padding: 3px 9px;
}
.hd_newsRole p {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    margin: 0;
}
.hd_newsRole .hdnews_date {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
.hd_newsRole .hdnews_title {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    font-size: 15px;
    text-decoration: underline;
    color: #333333;
    line-height: 1.8;
    margin: 0 0 0 10px;
}
.hdnews_all {
    display: inline-block;
    vertical-align: middle;
}
.spMenu_box {
    display: none;
}

/* サイド */
.left_column {
    width: 100%;
    max-width: 232px;
}
.pd_searcher {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 6%;
}
.side__banner--top figure {
    margin: 0 0 20px 0;
}
.searchBox_ttl {
    background: #00A5E6;
    color: #FFF;
    font-size: 18px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 100;
    padding: 12px 0;
    position: relative;
}
.searchBox_ttl::before {
    content: "";
    position: absolute;
    background: url(/common/images/side/search_icn.png);
    width: 22px;
    height: 21px;
    left: 20px;
}
.pd_searcher_wrap {
    border: 1px solid #e6e6e6;
    border-top: none;
    background: #fbfbfb;
    padding: 10px 10px;
}
.search_p.cation {
    color: #b20000;
    line-height: 1.5;
    font-size: 15px;
    background: initial;
    width: auto;
    padding: 0;
}
.searcher_section {
    background: #eeeeee;
    padding: 7px;
    font-size: 15px;
    position: relative;
    margin: 7px 0 0;
}
.searcher_section::after {
    content: "";
    position: absolute;
    background: url(/common/images/side/box_darw.png);
    width: 51px;
    height: 12px;
    transform: translate(-50%, 0);
    bottom: -12px;
    left: 50%;
}
.searcher_text {
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
}
.searcher_sec02, .searcher_sec03,  .searcher_sec04, .searcher_sec05 {
    margin: 0 0 10px;
    position: relative;
    display: none;
}
.searcher_section select {
    width: 100%;
}
.searcher_section select {
    width: 100%;
    border: 2px solid #7f7f7f;
    padding: 15px 15px;
    color: #666666;
    appearance: none;
    background: url(/common/images/side/select_arw.png) no-repeat top 17px right 15px #fff;
    cursor: pointer;
}
.skipBtn {
    text-align: right;
}
.skipBtn a {
    color: #666666;
    font-size: 13px;
    padding: 5px 0 0 0;
    margin-left: auto;
    font-weight: bold;
}
.select_arrow {
    margin: 8px 0 0;
}
.back_skipsec {
    display: flex;
    justify-content: space-between;
}
.backBtn a {
    display: block;
    color: #777;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 3px 0;
    text-align: left;
}
.Disable {
    display:none !important;
}
select span option{
    display:none;
}
.backBtn.off {
    padding: 3% 0;
    display: none;
}
.searcher_sec03_p {
    clear: both;
    font-size: 17px;
    line-height: 1.3;
    margin: 12px 0 12px 6px;
    color: #444;
}
.searcher_sec03_p span {
    color: #00A5E6;
    margin: 0 0 0 -7px;
}
.searcher_sec03_input {
    border: 3px solid #888;
    border-radius: 8px;
    margin: 0 4px;
    padding: 9px 2px;
}
.searcher_sec03_boxttl {
    color: #00A5E6;
    font-size: 17px;
    line-height: 1.2;
    margin: 0 0 6px 3px;
    text-align: center;
}
.value_input label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    color: #444;
    margin: 0 0 10px 0;
}
.value_input label input {
    width: 50%;
    padding: 7px;
    border-radius: 6px;
    border: 2px solid #cccccc;
}
.value_input label .input_name {
    width: 35px;
}
.which_p {
    font-size: 14px;
    padding: 10px 0;
    color: #444;
    font-weight: bold;
}
.sizebutton {
    color: #fff;
    background: #777;
    font-size: 18px;
    line-height: 1;
    margin: 0 auto 0;
    padding: 8px 0 8px;
    text-indent: 0;
    width: 82%;
    border: none;
    display: block;
    border-radius: 4px;
    cursor: pointer;
}
.btnArea {
    margin: 20px 0 0 0;
}
.search_btnArea {
    background: url(/common/images/side/search_icn.png) no-repeat top 10px left 58px #7f7f7f;
    color: #FFF;
    width: 100%;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    padding: 6px 0;
    cursor: pointer;
}
.reset_btnArea {
    border: 1px solid #CCCCCC;
    background-color: #fff;
    color: #7f7f7f;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    margin: 10px 0 0;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}
.side_infowrap {
    background: #eeeeee;
    padding: 0 7px;
    margin: 0 0 10px 0;
}
.side_infoTtl {
    color: #7f7f7f;
    padding: 15px 0 10px 15px;
    font-size: 13px;
    font-weight: 500;
}
.side_infoTtl img {
    margin-right: 5px;
}
.side_catinfo dt {
    padding: 12px 15px;
    background: #fff;
    color: #7f7f7f;
    font-size: 14px;
    margin-bottom: 1px;
    position: relative;
    cursor: pointer;
    font-weight: 500;
}
.side_catinfo dt::after {
    content: url(/common/images/side/plus_icn.png);
    position: absolute;
    right: 13px;
}
.side_catinfo dt.open::after {
    transform: rotateZ(45deg);
}
.side_catinfo dd {
    display: none;
    background: #fff;
    margin-bottom: 1px;
    font-weight: 500;
}
.side_catinfo dd a {
    display: block;
    padding: 12px 13px;
    color: #7f7f7f;
    font-size: 13px;
    position: relative;
}
.side_catinfo dd a::after {
    content: url(/common/images/side/link_arw.png);
    position: absolute;
    right: 13px;
}
.side_infoLink {
    padding: 0 0 10px 0;
}
.side_infoLink li a {
    display: block;
    padding: 12px 33px 12px 13px;
    color: #7f7f7f;
    font-size: 13px;
    position: relative;
    background: #fff;
    margin-bottom: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
}
.side_infoLink li a::after {
    content: url(/common/images/side/link_arw.png);
    position: absolute;
    right: 13px;
}
.side___banner--bottom figure {
    margin-bottom: 6px;
}


/* フッター */

.footer_wrap {
    border-top: 1px solid #ddd;
    padding-top: 35px;
    margin-bottom: 25px;
}
.footer_wrap h4 {
    font-size: 26px;
    color: #666666;
    text-align: center;
    padding: 0 10px;
}
.footer_wrap .container {
    margin: 40px auto 0;
    border-left: 1px dashed #ddd;
    border-right: 1px dashed #ddd;
    padding: 0 1%;
    max-width: 1025px;
    width: 94%;
}
.footer_row {
    display: inline-block;
    vertical-align: top;
    width: 31%;
}
.footer_row.center {
    margin: 0 0.6%;
    border-left: 1px dashed #ddd;
    border-right: 1px dashed #ddd;
    padding: 1% 3%;
}
.footer_row.right {
    width: 25%;
    padding: 0 2%;
}
.footer_row .footer_sec {
    margin-bottom: 30px;
}
.footer_row h5 {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 400;
}
.footer_row ol li {
    font-size: 12px;
    line-height: 1.5;
    font-family: "メイリオ", Meiryo, Arial, sans-serif;
    color: #020100;
}
.footer_row ol li::before {
    content: "・";
}
.footer_row.right > article {
    width: 86.5%;
    margin: 0 auto;
}
.footer_row.right > article img {
    width: 100%;
}
.footer_row.right p {
    font-size: 12px;
    line-height: 1.6;
    margin: 10px 0;
}
.footer_nav_ {
    background-color: #D7D3CE;
}
.footer_nav_container {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 0;
    width: 94%;
}
.footer_nav_main {
    margin-right: 45px;
}
.footer_nav_main, .footer_nav_goods, .footer_nav_howto, .footer_nav_other {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.footer_nav_goods {
    margin-right: 2%;
    width: 13%;
}
.footer_nav_goods ol {
    margin-left: 15%;
}

.footer_nav_main ol li, .footer_nav_goods ol li, .footer_nav_howto ol li, .footer_nav_other ol li {
    margin-bottom: 10px;
}
.footer_nav_main ol li, .footer_nav_goods h5, .footer_nav_howto h5 {
    margin-bottom: 15px;
}
.footer_nav_main ol li::before, .footer_nav_goods h5::before, .footer_nav_howto h5::before, .footer_nav_other ol li::before {
    color: #222222;
    font-size: 14px;
    margin-right: 10px;
    content: url(/common/images/footer/ft_ttlarw.png);
}
.footer_nav_main ol li a, .footer_nav_goods h5 a, .footer_nav_howto h5 a, .footer_nav_other ol li a {
    font-size: 15px;
    color: #222222;
    text-decoration: underline;
}
.footer_nav_howto ol {
    float: left;
    margin-left: 25px;
}
.footer_nav_goods ol li a,
.footer_nav_howto ol li a {
    font-size: 12px;
    color: #222222;
    text-decoration: underline;
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}
.footer_nav_other {
    margin-left: 3%;
}
.footer_nav_bottom {
    width: 94%;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px dashed #222222;
}
.footer_nav_bottom ol {
    display: inline-block;
    margin: 0 auto;
    padding: 15px 0 10px;
    overflow: hidden;
}
.footer_nav_bottom ol li {
    float: left;
    margin-right: 20px;
}
.footer_nav_bottom ol li::before {
    color: #222222;
    font-size: 14px;
    margin-right: 10px;
    content: url(/common/images/footer/ft_ttlarw.png);
    position: relative;
    top: 3px;
}
.footer_nav_bottom ol li a {
    font-size: 12px;
    color: #222222;
    text-decoration: underline;
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}
.copyright {
    width: 100%;
    background-color: #000;
    color: #FFF;
    text-align: center;
    font-size: 0.9em;
    padding: 0.8% 0;
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}
.pagefor a {
    display: block;
    position: fixed;
    bottom: 4%;
    right: 4%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #DDD;
    font-weight: bold;
    font-size: 30px;
    text-indent: -9999px;
    border-radius: 50%;
    padding: 20px 25px;
    z-index: 100;
}
.pagefor a svg {
    display: block;
    margin: auto;
    line-height: 80px;
}
.svg-inline--fa.fa-w-10 {
    width: .625em;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.fa-angle-up:before {
    content: "\f106";
}



/* パンくず */
.breadcrumbs_sec {
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 0 0 22px 0;
    flex-wrap: wrap;
}
.breadcrumbs_item {
    font-size: 13px;
    color: #cccccc;
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
}
.breadcrumbs_item a {
    color: #00a5e5;
    text-decoration: underline;
}
.breadcrumbs_arw {
    color: #cfcfcf;
}


/* 最近閲覧した商品 */
.checkProduct_sec {
    background: #eeeeee;
    padding: 40px 0 60px;
}
.checkProduct_ttl {
    text-align: center;
    font-size: 24px;
    color: #00344a;
    padding: 0 0 35px 0;
}
.checkProduct_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2.5%;
}
.checkProduct_list .checkProduct_item {
    width: 18%;
}
.checkProduct_sec .checkitem_ttl01 {
    color: #3e444e;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 0 7px;
}
.checkProduct_sec .checkitem_ttl02 {
    color: #3e444e;
    font-size: 18px;
    line-height: 1.3;
}
.checkitem_txt {
    color: #3e444e;
    font-weight: 100;
    line-height: 1.2;
    padding: 10px 0 0;
}
@media only screen and (max-width: 1200px) {
    .hd_logo {
        width: 100%;
        max-width: 130px;
        margin-right: 15px;
    }
    .hd_search {
        margin: 0 10px 0 10px;
    }
    .hd_search button {
        max-width: 35px;
    }
    .hd_search .search_btn_sp img {
        width: 20px;
    }
    .hd_infoList {
        max-width: 170px;
        margin: 0 5px 0 0;
    }
    .hd_infoList li img {
        width: 20px;
    }
    .hd_infoList .hdinfo_caption {
        font-size: 9px;
    }
    .hd_Formpart {
        max-width: 170px;
    }
    .hd_formBtn {
        padding: 18px 10px;
        font-size: 12px;
    }
    .hd_formBtn img {
        width: 20px;
    }
    .hd_pditem {
        max-width: 12%;
    }
    .hd_catitem {
        max-width: 20%;
    }
    .hd_categoryList li a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        height: 14px;
    }
    .footer_nav_container {
        display: flex;
    }
    .footer_nav_main, .footer_nav_goods, .footer_nav_howto, .footer_nav_other {
        margin-right: 4%;
        width: 25%;
    }
}
@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    header {
        position: relative;
    }
    header .container_in{
        width: 96%;
    }
   
    .search_btn_sp {
        display: block;
    }
    .hd_infoList,
    .hd_Formpart {
        display: none;
    }
    .hd_search {
        margin: 0 10px;
        border: none;
        width: auto;
        text-align: center;
    }
    .hd_spcaption {
        display: block;
        color: #7f7f7f;
        font-size: 11px;
        padding-top: 7px;
    }
    .hd_search .search_btn_sp img {
        width: 30px;
    }
    .js_searchclose_Btn {
        position: relative;
    }
    .search_closeBtn {
        position: absolute;
        background: #09a6e8;
        width: 33px;
        top: -58px;
        left: -10px;
        padding: 29%;
        height: 60px;
        color: #fff;
    }
    .hd_searchbox {
        border-radius: 0;
    }
    .search_closeBtn span {
        color: #fff;
    }
    .hd_search button {
        max-width: 70px;
    }
    .search_formsec {
        display: none;
        position: absolute;
        bottom: -23px;
        width: 100%;
        background: #09a6e8;
        left: 0;
        padding: 10px;
        box-sizing: border-box;
        z-index: 9;
        margin: 0;
    }
    .hd_pd {
        text-align: center;
    }
    .hd_pd img {
        width: 30px;
    }
    .hd_spform {
        display: block;
        background: #d62714;
        height: 100%;
        text-align: center;
        padding: 13px 7px;
    }
    .hd_spform img {
        width: 30px;
    }
    .hd_spform .hd_spcaption {
        color: #fff;
    }
    .hd_srow {
        margin: 0;
    }
    .hd_categoryList {
        display: none;
    }
    .hdsp_menu {
        display: block;
        text-align: center;
        padding: 0 5px;
        max-width: 45px;
        width: 100%;
    }
    .hdsp_menubar img {
        width: 30px;
    }
    .hdsp_menuClose {
        display: none;
    }
    .spMenu_box {
        display: none;
        position: fixed;
        width: 100%;
        z-index: 99;
        height: 100%;
        top: 0;
        background: rgba(180, 180, 180, 0.85);
        left: 0;
        overflow-y: auto;
    }
    .spMenu_boxIn {
        position: fixed;
        top: 62px;
        background: #eeeeee;
        width: 98%;
        padding: 10px 15px;
        box-sizing: border-box;
        z-index: 9;
        transform: translate(-50%, 0);
        left: 50%;
        height: 93%;
        overflow-y: scroll;
    }
    .spMenu_box .hdsp_menu {
        height: 55px;
        background: #eee;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        margin-left: auto;
        margin-right: 8px;
        margin-top: 7px;
        max-width: 40px;
    }
    .spMenu_box .hdsp_menu .hdsp_menuClose {
        width: 23px;
    }
    .spMenu_guideList {
        display: flex;
        justify-content: space-between;
    }
    .spMenu_guideList li {
        background: #fff;
        width: 49%;
    }
    .spMenu_guideList li a {
        text-align: center;
        display: block;
        width: 100%;
        padding: 12px 15px;
        box-sizing: border-box;
        color: #555;
        font-weight: bold;
        font-size: 15px;
    }
    .spMenu_guideList li img {
        margin: 0 20px 0 0;
        width: 22px;
    }
    .sphd_Formpart {
        margin-top: 10px;
    }
    .hd_formBtn {
        padding: 15px 15px;
        font-size: 15px;
    }
    .hd_formText {
        width: 74%;
    }
    .hd_formBtn img {
        width: 28px;
    }
    .sp_arwicn img {
        width: 15px;
    }
    .hd_formBtn_gray {
        background: #7f7f7f;
    }
    .side_infoTtl {
        padding: 25px 0 10px 15px;
        font-size: 15px;
    }
    .side_infowrap {
        padding: 0;
    }
    .side_catinfo dt,
    .side_infoLink li a {
        font-size: 15px;
        padding: 15px;
    }
    .hdnews_head h2 {
        font-size: 11px;
        padding: 2px 5px;
        font-weight: normal;
        line-height: 1.3;
    }
    .hd_newsRole p {
        display: flex;
        vertical-align: middle;
        width: 84%;
        margin: 0;
        align-items: center;
    }
    .hd_newsRole .hdnews_title {
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .hdnews_all {
        display: none;
    }
    /* サイド */
    .side_content {
        display: none;
    }
    .backBtn.off {
		padding: 1% 0;
	}
	.backBtn.off > a {
	display: none;
	}
	.backBtn a {
		display: block;
		color: #777;
		font-size: 11px;
		font-weight: bold;
		margin: 5px 3px 0;
		text-decoration: underline;
		text-align: left;
		cursor: pointer;
		width:20%;
	}
	.backBtn a:hover {
	text-decoration: none;
	}
	.searcher_sec03_input > .inner input[type="button"] {
		background: #777;
		border-color: #777;
		font-size: 20px;
		letter-spacing: -0.1em;
		line-height: 1;
		margin: 0 auto 4%;
		padding: 6px 0 3px;
		text-indent: 0;
		width: 82%;
	}
	.pd_searcher input[type="button"] {
		font-family: "Yu Mincho";
		border: 1px solid #4F4F4F;
		background-color: #4F4F4F;
		color: #FFF;
		letter-spacing: 1.2em;
		text-indent: 11.5%;
	}

	.pd_searcher input[type="button"] {
		display: block;
		width: 100%;
		font-size: 18px;
		padding: 4px 0;
		border-radius: 4px;
	}

	p.tag {
		font-size:14px;
		font-weight:bold;
		margin-bottom:5px;
	}

    /* フッター */
    .footer_wrap .container,
    .footer_row.center {
        border-left: 0;
        border-right: 0;
        max-width: 100%;
    }
    .footer_wrap h4 {
        font-size: 24px;
        font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
        font-weight: bold;
    }
    .footer_row.center {
        padding: 1%;
    }
    .footer_row {
        width: 100%;
    }
    .footer_row.left section:first-child {
        border-top: 1px dashed #ddd;
        padding-top: 20px;
    }
    .footer_row .footer_sec {
        margin-bottom: 20px;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 20px;
    }
    .footer_row h5 {
        font-weight: bold;
    }
    .footer_row.right {
        width: 100%;
        padding: 0 0;
    }
    .footer_row.right > article {
        width: 50%;
        margin: 0;
    }
    .footer_nav_container {
        display: flex;
        flex-wrap: wrap;
    }
    .footer_nav_main, .footer_nav_goods, .footer_nav_howto, .footer_nav_other {
        width: 49%;
        margin-right: 0;
    }
    .footer_nav_main {
        margin-right: 0;
    }
    .footer_nav_goods {
        margin-right: 0;
        width: auto;
    }
    .footer_nav_other {
        margin-left: 0;
    }
    .footer_nav_main ol li a, .footer_nav_goods h5 a, .footer_nav_howto h5 a, .footer_nav_other ol li a {
        font-size: 14px;
    }
    .footer_nav_bottom ol {
        display: flex;
        flex-wrap: wrap;
    }
    .footer_nav_bottom ol li {
        float: initial;
        margin-right: 0;
        width: 49%;
        text-align: left;
    }
    .copyright {
        font-size: 12px;
        padding: 12px 0;
    }
    .pagefor a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        right: 10px;
        width: 40px;
        z-index: 1000;
    }


    /* 最近閲覧した商品 */
    .checkProduct_ttl {
        font-size: 20px;
    }
    .checkProduct_list .checkProduct_item {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .checkProduct_list .checkProduct_item a {
        display: flex;
        gap: 10px;
        justify-content: flex-start;
    }
    .checkProduct_list .checkProduct_item figure {
        width: 100%;
        max-width: 100px;
    }
    .checkProduct_list .checkProduct_itemDetails {
        width: 80%;
    }
    .checkProduct_sec .checkitem_ttl01 {
        font-size: 13px;
        padding: 0 0 7px;
    }
    .checkProduct_sec .checkitem_ttl02 {
        font-size: 16px;
    }
    .checkitem_txt {
        font-size: 14px;
    }
}