@charset "UTF-8";
/* Common CSS */
/* _setting CSS */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ___________________Font */
html, body {
  font-size: 62.5%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, a {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .06em;
}

/* ___________________Link */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}

/* ___________________UI */
/* Desktops and laptops */
@media print, screen and (min-width: 768px) {
  html, body {
    min-width: 1250px;
  }

  .sp {
    display: none;
  }

  /* ___________________Layout */
  .common_inner {
    width: 1080px;
    margin: 0 auto;
  }

  .bg_beige {
    background: url("../images/common/bg_beige.jpg") repeat;
  }

  .bg_cray {
    background: url("../images/common/bg_cray.jpg") repeat;
  }

  #main {
    padding-bottom: 100px;
  }
  #main.archive .noentries {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 100px 0;
  }

  /* ___________________header */
  #header {
    background-color: #fff;
  }
  #header .h_msg {
    width: 100%;
    height: 20px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 20px;
    text-align: center;
    background-color: #0a558e;
  }
  #header .h_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 10px 12px;
  }
  #header #logo {
    width: 169px;
    height: 93px;
  }
  #header .h_gnav_area {
    width: 820px;
    padding-top: 15px;
  }
  #header .h_gnav_area .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-bottom: 18px;
  }
  #header .h_gnav_area .tel .tel_num {
    position: relative;
    top: -4px;
    display: inline-block;
    margin-right: 20px;
    pointer-events: none;
    width: 216px;
    height: 23px;
  }
  #header .h_gnav_area .tel .tel_num img {
    display: block;
    width: 100%;
  }
  #header .h_gnav_area .tel .time {
    font-size: 1.3rem;
    font-weight: bold;
  }
  #header .h_gnav_area #gnav {
    width: 720px;
    width: 825px;
    margin-left: auto;
  }
  #header .h_gnav_area #gnav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .h_gnav_area #gnav .item {
    position: relative;
    padding: 0 19px 0 11px;
  }
  #header .h_gnav_area #gnav .item:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: #000;
  }
  #header .h_gnav_area #gnav .item a {
    position: relative;
    display: inline-block;
    font-size: 1.7rem;
    line-height: 1.41176;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  #header .h_gnav_area #gnav .item a:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: all linear 400ms;
    -o-transition: all linear 400ms;
    transition: all linear 400ms;
    left: 0;
    bottom: 0;
  }
  #header .h_gnav_area #gnav .item a:hover {
    text-decoration: none;
  }
  #header .h_gnav_area #gnav .item a:hover:before {
    width: 100%;
  }
  #header .h_gnav_area #gnav .item:last-child {
    padding-right: 0;
  }
  #header .h_gnav_area #gnav .item:last-child:after {
    display: none;
  }
  #header .h_gnav_area #gnav .item.contact a {
    font-size: 1.3rem;
    text-align: center;
    background-color: #09558E;
    color: #fff;
    line-height: 1.2;
    border-radius: 25px;
    padding: 5px 20px;
  }
  #header .h_gnav_area #gnav .item.contact a:before {
    display: none;
  }
  #header .h_gnav_area #gnav .item.contact a:hover {
    opacity: .8;
  }

  /* ___________________global navigation */
  #bc {
    width: 1080px;
    padding: 18px 0 30px;
    margin: 0 auto;
  }
  #bc .list {
    list-style-type: none;
  }
  #bc .item {
    display: inline;
    font-size: 1.4rem;
    line-height: 1.3;
    padding-right: 5px;
  }
  #bc .item:after {
    content: '＞';
    font-size: 1rem;
  }
  #bc .item a {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.3;
    margin-right: 5px;
  }
  #bc .item:first-child a {
    text-decoration: underline;
  }
  #bc .item:first-child a:hover {
    text-decoration: none;
  }
  #bc .item:last-child:after {
    display: none;
  }
  #bc .item .rm {
    font-size: 2.6rem;
    position: relative;
    display: inline-block;
    line-height: 14px;
    top: 10px;
    margin: 0 2px;
  }

  /* ___________________footer */
  #footer .f_inner {
    padding: 0 50px 0 40px;
  }
  #footer .f_block1 {
    background-color: #E9E6DC;
  }
  #footer .f_block1 .f_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  #footer .f_block1 .f_block1_1 {
    width: 265px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .f_block1 .f_block1_2 {
    width: 240px;
  }
  #footer .f_block1 .f_block1_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 480px;
    background-color: #fff;
    border-radius: 10px;
    padding: 23px 33px 20px 25px;
  }
  #footer .f_block1 .f_block1_contact .contact_title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1.6rem;
    font-weight: bold;
    padding-right: 16px;
    margin-right: 28px;
    text-align: center;
    border-right: 2px solid #949698;
  }
  #footer .f_block1 .f_block1_contact .tel {
    text-align: center;
  }
  #footer .f_block1 .f_block1_contact .tel a {
    display: block;
    width: 276px;
    height: 47px;
    pointer-events: none;
    margin: 0 auto;
  }
  #footer .f_block1 .f_block1_contact .tel a img {
    width: 100%;
  }
  #footer .f_block1 .f_block1_contact .tel_num {
    display: block;
    pointer-events: none;
  }
  #footer .f_block1 .f_block1_contact .time {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 18px;
  }
  #footer .f_block1 .f_block1_contact .btn a {
    position: relative;
    display: block;
    width: 360px;
    font-size: 1.5rem;
    border-radius: 30px;
    text-align: center;
  }
  #footer .f_block1 .f_block1_contact .btn a:hover {
    text-decoration: none;
  }
  #footer .f_block1 .f_block1_contact .btn_blue a {
    background-color: #0a558e;
    color: #fff;
  }
  #footer .f_block1 .f_block1_contact .btn_mail a {
    padding: 21px 18px 22px 38px;
  }
  #footer .f_block1 .f_block1_contact .btn_mail a:hover {
    opacity: .8;
  }
  #footer .f_block1 .list .item {
    font-size: 1.5rem;
    margin-bottom: 23px;
  }
  #footer .f_block1 .list .item:last-child {
    margin-bottom: 0;
  }
  #footer .f_block1 .list .sub_list {
    padding-top: 13px;
    padding-left: 15px;
  }
  #footer .f_block1 .list .sub_item {
    position: relative;
    font-size: 1.3rem;
    margin-bottom: 12px;
  }
  #footer .f_block1 .list .sub_item:last-child {
    margin-bottom: 0;
  }
  #footer .f_block1 .list .sub_item:before {
    content: '-';
    display: inline-block;
    font-size: 1.3rem;
  }
  #footer .f_block1 .list a {
    letter-spacing: .1em;
  }
  #footer .f_block2 {
    text-align: center;
    padding: 30px 0 45px;
    background-color: #fff;
  }
  #footer .f_block2 .f_logo {
    width: 218px;
    height: 50px;
    margin: 0 auto;
  }
  #footer .f_block2 .address {
    font-size: 1.4rem;
    padding: 4px 0 8px;
  }
  #footer .f_block2 .tel,
  #footer .f_block2 .fax {
    display: inline-block;
    font-size: 1.4rem;
  }
  #footer .f_block2 .tel {
    margin-right: 18px;
  }
  #footer .f_block2 .tel a {
    pointer-events: none;
  }
  #footer .f_block3 {
    background-color: #0a558e;
  }
  #footer .f_block3 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 28px 40px 26px 35px;
  }
  #footer .f_block3 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #footer .f_block3 .item {
    position: relative;
    padding: 0 5px;
  }
  #footer .f_block3 .item:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #fff;
  }
  #footer .f_block3 .item a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1.3rem;
    padding: 0 5px;
  }
  #footer .f_block3 .item a:after {
    content: '';
  }
  #footer .f_block3 .item:last-child {
    padding-right: 0;
  }
  #footer .f_block3 .item:last-child:after {
    display: none;
  }
  #footer .f_block3 #copyright {
    font-size: 1.2rem;
    color: #fff;
  }

  #kv {
    width: 100%;
    height: 200px;
    background: url("../images/common/kv_bg.jpg") no-repeat;
  }
  #kv .page_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 85px;
  }
  #kv .jp {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  #kv .page_title_eng {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  #contact_area {
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 45px 55px 50px;
  }
  #contact_area .lead {
    text-align: center;
    margin-bottom: 35px;
  }
  #contact_area .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contact_area .wrap .block1 {
    width: 450px;
    background-color: #F7F4EA;
    border-radius: 10px;
    padding: 25px 0 30px;
  }
  #contact_area .wrap .block1 .head {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
  }
  #contact_area .wrap .block1 .tel {
    text-align: center;
  }
  #contact_area .wrap .block1 .tel a {
    display: block;
    width: 276px;
    height: 42px;
    pointer-events: none;
    margin: 0 auto;
  }
  #contact_area .wrap .block1 .tel a img {
    width: 100%;
  }
  #contact_area .wrap .block1 .time {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  #contact_area .wrap .block2 {
    width: 380px;
  }
  #contact_area .wrap .block2 .btn a {
    width: 100%;
    border-radius: 10px;
  }
  #contact_area .wrap .block2 .contact_btn1 {
    margin-bottom: 10px;
  }
  #contact_area .wrap .block2 .contact_btn1 a {
    font-size: 1.8rem;
    line-height: 1.66667;
    text-align: left;
    padding: 15px 42px 15px 120px;
  }
  #contact_area .wrap .block2 .contact_btn1 a:before {
    width: 28px;
    height: 22px;
    left: 70px;
  }
  #contact_area .wrap .block2 .contact_btn2 a {
    height: 50px;
    padding: 17px 31px 17px 60px;
    letter-spacing: .15em;
  }
  #contact_area .wrap .block2 .contact_btn2 a:before {
    top: 22px;
    left: 95px;
  }

  .btn {
    text-align: center;
  }
  .btn a {
    min-width: 230px;
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 22px 42px 22px 60px;
    border-radius: 30px;
  }
  .btn a:hover {
    text-decoration: none;
    opacity: .8;
  }

  .btn_orange a {
    background-color: #EA7832;
  }

  .btn_green a {
    background-color: #5D995C;
  }

  .btn_blue a {
    background-color: #0a558e;
  }

  .btn_white a {
    background-color: #fff;
    color: #000;
  }

  .btn_arrow a:before {
    position: absolute;
    top: 27px;
    left: 40px;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .btn_detail a:before {
    left: 60px;
  }

  .btn_search a:before {
    position: absolute;
    top: 20px;
    left: 30px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/common/icon_search.svg");
  }

  .btn_mail a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_mail.svg") center top/100% no-repeat;
    width: 20px;
    height: 16px;
  }

  .btn_back_list a {
    min-width: 220px;
    padding: 17px 0;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
  }
  .btn_back_list a:hover {
    opacity: 1;
    color: #C8C8C8;
  }

  .has_bg_shadow {
    position: relative;
  }
  .has_bg_shadow:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -webkit-transform: translate(7px, 7px);
        -ms-transform: translate(7px, 7px);
            transform: translate(7px, 7px);
    background-color: rgba(204, 190, 162, 0.8);
  }
  .has_bg_shadow .has_bg_shadow_inner {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    z-index: 10;
  }

  .wp-pagenavi {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px auto 0;
  }
  .wp-pagenavi .page {
    display: block;
    background: #fff;
  }
  .wp-pagenavi .page:hover {
    background-color: #CCBEA2;
    color: #fff;
    text-decoration: none;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background-color: #fff;
    font-size: 1.6rem;
    margin-right: 8px;
    border-radius: 10px;
  }
  .wp-pagenavi .extend {
    line-height: 40px;
  }
  .wp-pagenavi .current {
    background-color: #CCBEA2;
    color: #fff;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .first {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background-color: #fff;
  }
  .wp-pagenavi .previouspostslink:before, .wp-pagenavi .first:before {
    position: absolute;
    top: 17px;
    left: 16px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-45deg) translate(2px, 0px);
        -ms-transform: rotate(-45deg) translate(2px, 0px);
            transform: rotate(-45deg) translate(2px, 0px);
  }
  .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .first:hover {
    background-color: #CCBEA2;
  }
  .wp-pagenavi .previouspostslink:hover:before, .wp-pagenavi .first:hover:before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .wp-pagenavi .nextpostslink, .wp-pagenavi .last {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    color: #000;
    background-color: #fff;
  }
  .wp-pagenavi .nextpostslink:after, .wp-pagenavi .last:after {
    position: absolute;
    top: 16px;
    left: 14px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg) translate(-1px, 1px);
        -ms-transform: rotate(45deg) translate(-1px, 1px);
            transform: rotate(45deg) translate(-1px, 1px);
  }
  .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .last:hover {
    background-color: #CCBEA2;
  }
  .wp-pagenavi .nextpostslink:hover:after, .wp-pagenavi .last:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .page_navi {
    position: relative;
    overflow: hidden;
  }
  .page_navi .btn_prev {
    width: 130px;
    float: left;
  }
  .page_navi .btn_prev a {
    position: relative;
    min-width: 130px;
    width: 130px;
    font-size: 1.6rem;
    padding: 18px 0;
    z-index: 1;
  }
  .page_navi .btn_prev a:before {
    position: absolute;
    content: '';
    display: inline-block;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 9px;
    height: 9px;
    top: 22px;
    left: 21px;
  }
  .page_navi .btn_prev a:hover {
    opacity: 1;
    color: #C8C8C8;
  }
  .page_navi .btn_prev a:hover:before {
    border-top: 2px solid #C8C8C8;
    border-left: 2px solid #C8C8C8;
  }
  .page_navi .btn_next {
    width: 130px;
    float: right;
  }
  .page_navi .btn_next a {
    position: relative;
    min-width: 130px;
    width: 130px;
    font-size: 1.6rem;
    padding: 18px 0;
    z-index: 1;
  }
  .page_navi .btn_next a:after {
    position: absolute;
    content: '';
    display: inline-block;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 9px;
    height: 9px;
    top: 22px;
    right: 21px;
  }
  .page_navi .btn_next a:hover {
    opacity: 1;
    color: #C8C8C8;
  }
  .page_navi .btn_next a:hover:after {
    border-top: 2px solid #C8C8C8;
    border-right: 2px solid #C8C8C8;
  }
  .page_navi .btn_back_list {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  #product_list .product_list_inner {
    padding: 35px 50px 30px;
  }
  #product_list .result_area {
    margin-bottom: 25px;
  }
  #product_list .result_area .result_desc {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  #product_list .result_area .result_desc span {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    margin-right: 2px;
  }
  #product_list .result_area .result_list {
    margin-bottom: 40px;
  }
  #product_list .result_area .result_list dt, #product_list .result_area .result_list dd {
    display: inline;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  #product_list .result_area .result_list dt:after {
    content: ' ： ';
    display: inline-block;
    font-size: 1.6rem;
    margin-left: 3px;
  }
  #product_list .result_area .result_list dd {
    margin-right: 15px;
  }
  #product_list .result_area .result_list dd span:after {
    content: ', ';
    display: inline-block;
  }
  #product_list .result_area .result_list dd span:last-child:after {
    display: none;
  }
  #product_list .result_area .result_current {
    font-size: 1.5rem;
  }
  #product_list .result_area .result_current .space {
    display: inline-block;
    width: 15px;
  }
  #product_list .product_block {
    margin-bottom: 50px;
  }
  #product_list .product_block:last-child {
    margin-bottom: 0;
  }
  #product_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #product_list .list .item {
    width: 220px;
    margin-right: 30px;
    margin-bottom: 33px;
  }
  #product_list .list .item:nth-child(4n) {
    margin-right: 0;
  }
  #product_list .list .item a:hover {
    text-decoration: none;
  }
  #product_list .list .item a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #product_list .list .item .image {
    position: relative;
    width: 220px;
    height: 160px;
    overflow: hidden;
    border: 1px solid #DCDCDC;
    text-align: center;
    margin-bottom: 8px;
  }
  #product_list .list .item .image img {
    height: 100%;
    width: auto;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #product_list .list .item .name {
    font-size: 1.4rem;
    line-height: 1.85714;
    margin-top: 4px;
  }
  #product_list .list .item .name .new_label {
    margin-top: 0;
  }
  #product_list .list .item .name .rm {
    font-size: 2.6rem;
    position: relative;
    display: inline-block;
    line-height: 14px;
    top: 10px;
    margin: 0 2px;
  }

  .product_title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 12px 15px 11px;
    background-color: #E9E6DC;
    border-radius: 6px;
    margin-bottom: 15px;
  }

  #contents {
    font-size: 1.5rem;
    color: #000;
    line-height: 2;
    overflow: hidden;
    margin-bottom: 80px;
  }
  #contents h1, #contents h2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 12px 15px 11px;
    background-color: #E9E6DC;
    border-radius: 6px;
    margin-bottom: 15px;
  }
  #contents h3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    padding-top: 25px;
    margin-bottom: 15px;
    color: #0a558e;
  }
  #contents h4, #contents h5, #contents h6 {
    font-size: 1.7rem;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 15px;
  }
  #contents p {
    color: #000;
    margin-bottom: 1em;
  }
  #contents a {
    color: #0a558e;
    text-decoration: underline;
  }
  #contents a:hover {
    text-decoration: none;
  }
  #contents a[target="_blank"] {
    position: relative;
    padding-right: 25px;
  }
  #contents a[target="_blank"]:before, #contents a[target="_blank"]:after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    right: -15px;
  }
  #contents a[target="_blank"]:before {
    width: 9px;
    height: 9px;
    border: 1px solid #0a558e;
    top: 6px;
    right: 5px;
  }
  #contents a[target="_blank"]:after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #0a558e;
    border-right: 1px solid #0a558e;
    top: 3px;
    right: 2px;
  }
  #contents img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 35px;
  }
  #contents b, #contents strong {
    font-weight: bold;
  }
  #contents i {
    font-style: italic;
  }
  #contents iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  #contents ul {
    margin-bottom: 2em;
  }
  #contents ul li {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 28px;
    padding: 0 0 0 15px;
    margin-bottom: 1em;
  }
  #contents ul li:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: '●';
    display: inline-block;
    color: #0a558e;
    font-size: 1rem;
    margin-bottom: 1px;
  }
  #contents ol {
    margin-left: 17px;
    margin-bottom: 2em;
  }
  #contents ol li {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  #contents .aligncenter, #contents .alignnone {
    display: block;
    height: auto;
    margin: 0 auto 20px;
  }
  #contents .alignright {
    display: block;
    float: right;
    margin-left: 15px;
  }
  #contents .alignleft {
    display: block;
    float: left;
    margin-right: 15px;
  }
  #contents blockquote {
    font-style: italic;
    position: relative;
    padding: 50px;
    background: #f1f1f1;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  #contents blockquote:before, #contents blockquote:after {
    content: '';
    display: inline-block;
    position: absolute;
    background: url("../images/common/blockquote.png") center 0/100% no-repeat;
    width: 25px;
    height: 21px;
  }
  #contents blockquote:before {
    top: 15px;
    left: 25px;
  }
  #contents blockquote:after {
    bottom: 15px;
    right: 25px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #contents blockquote p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  #contents table {
    border: 1px solid #DBDBDB;
    margin: 0 auto 30px;
  }
  #contents table tr th {
    padding: 15px 20px;
    font-weight: bold;
    line-height: 1.7;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    background-color: #e7f6ef;
  }
  #contents table tr td {
    padding: 15px 20px;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
  }
  #contents sup {
    font-size: 70%;
    vertical-align: super;
  }
  #contents sub {
    font-size: 70%;
    vertical-align: sub;
  }

  #fixed_btns {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 100;
  }
  #fixed_btns .fixed_btn a {
    content: '';
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 116px;
    height: 116px;
  }
  #fixed_btns .fixed_btn a:hover {
    opacity: .8;
  }
  #fixed_btns .fixed_btn1 a {
    background: url("../images/common/fixed_btn1.svg") center center/100% no-repeat;
    margin-bottom: 10px;
  }
  #fixed_btns .fixed_btn2 a {
    background: url("../images/common/fixed_btn2.svg") center center/100% no-repeat;
  }
  #fixed_btns .fixed_btn3 {
    display: none;
  }
  #fixed_btns .fixed_btn3 a {
    background: url("../images/common/fixed_btn3.svg") center center/100% no-repeat;
  }

  #pageTop {
    width: 42px;
    height: 42px;
    position: fixed;
    bottom: 15px;
    right: 55px;
    display: none;
    z-index: 100;
  }
  #pageTop a {
    width: 42px;
    height: 42px;
    display: block;
    background: url(../images/common/icon_pagetop.svg) center center no-repeat #fff;
    border-radius: 50%;
    border: 2px solid #000;
  }

  .error_page {
    padding-top: 100px;
    text-align: center;
  }
  .error_page .page_title {
    font-size: 3rem;
    margin-bottom: 50px;
  }
  .error_page .lead {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  #reset_btn {
    display: block;
    width: 220px;
    height: 50px;
    background-color: #eee;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 30px;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  #reset_btn:hover {
    cursor: pointer;
    opacity: .8;
  }

  #sp_fixed_nav {
    display: none !important;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 767px) {
  body.is_fixed {
    height: 100%;
    overflow: hidden;
  }

  .pc {
    display: none;
  }

  img {
    width: 100%;
    height: auto;
  }

  /* ___________________Smartphones Layout */
  .common_inner {
    width: 93.33333vw;
    margin: 0 auto;
  }

  .bg_beige {
    background: url("../images/common/sp_bg_beige.jpg") center center repeat;
  }

  .bg_cray {
    background: url("../images/common/bg_cray.jpg") repeat;
  }

  #main {
    padding-top: 18.66667vw;
    padding-bottom: 16vw;
  }
  #main.archive .noentries {
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
    padding: 18.66667vw 0;
  }

  /* ___________________Smartphones header */
  #header {
    width: 100%;
    height: 18.66667vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
  }
  #header .common_inner {
    width: 100%;
  }
  #header .h_msg {
    display: none;
  }
  #header .h_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2.13333vw 0 1.33333vw;
  }
  #header #logo {
    width: 31.33333vw;
    margin-top: 1.2vw;
  }
  #header .h_gnav_area .tel {
    text-align: center;
    width: 43.2vw;
  }
  #header .h_gnav_area .tel .tel_num {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 1.33333vw;
  }
  #header .h_gnav_area .tel .time {
    display: block;
    font-size: 4vw;
    font-weight: bold;
  }
  #header .h_gnav_area #gnav {
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 18.66667vw;
    left: 0;
    background-color: #fff;
    overflow-y: scroll;
    padding-bottom: 33.33333vw;
  }
  #header .h_gnav_area #gnav .list {
    padding-bottom: 10.66667vw;
  }
  #header .h_gnav_area #gnav .item {
    width: 92%;
    position: relative;
    margin: 0 auto;
    border-top: 1px solid #000;
  }
  #header .h_gnav_area #gnav .item:last-child {
    border-top: 1px solid #000;
  }
  #header .h_gnav_area #gnav .item a {
    position: relative;
    display: block;
    font-size: 4.26667vw;
    line-height: 1.41176;
    padding: 4.66667vw 4.66667vw 4.66667vw 4vw;
  }
  #header .h_gnav_area #gnav .item a:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 2.66667vw;
    height: 2.66667vw;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all linear 400ms;
    -o-transition: all linear 400ms;
    transition: all linear 400ms;
    right: 2.66667vw;
    top: 6.66667vw;
  }
  #header .h_gnav_area #gnav .item a:hover {
    text-decoration: none;
  }
  #header .h_gnav_area #gnav .item a:hover:before {
    width: 100%;
  }
  #header .h_gnav_area #gnav .item:last-child {
    padding-right: 0;
  }
  #header .h_gnav_area #gnav .item:last-child:after {
    display: none;
  }
  #header .h_gnav_area #gnav_close {
    display: block;
    position: relative;
    padding-top: 6.66667vw;
    font-size: 3.46667vw;
    text-align: center;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    margin: 0 auto;
    background-color: transparent;
  }
  #header .h_gnav_area #gnav_close:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: inline-block;
    background: url(../images/common/icon_close.svg) center 0/100% no-repeat;
    width: 5.33333vw;
    height: 5.33333vw;
  }
  #header #sp_menu {
    width: 14.4vw;
    height: 14.4vw;
    border: 1px solid #B4B4B4;
    border-radius: 5px;
    outline: none;
    background-color: transparent;
    padding: 0;
    padding-top: 2vw;
  }
  #header #sp_menu .menu {
    text-align: center;
    font-size: 2.66667vw;
  }
  #header #sp_menu .toggle {
    display: block;
    width: 6.66667vw;
    height: 0.8vw;
    background-color: #0a558e;
    margin: 0 auto 1.06667vw;
  }
  #header.on #sp_menu .toggle {
    -webkit-transition: all linear 100ms;
    -o-transition: all linear 100ms;
    transition: all linear 100ms;
  }
  #header.on #sp_menu .toggle1 {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
        -ms-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px);
  }
  #header.on #sp_menu .toggle2 {
    display: none;
  }
  #header.on #sp_menu .toggle3 {
    -webkit-transform: rotate(135deg) translate(0, 1px);
        -ms-transform: rotate(135deg) translate(0, 1px);
            transform: rotate(135deg) translate(0, 1px);
  }
  #header.on #sp_menu .menu {
    padding-top: 1.7vw;
  }
  #header.on .h_gnav_area #gnav {
    display: block;
  }

  /* ___________________Smartphones global navigation */
  #bc {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 2.66667vw 4vw 5.33333vw;
    margin-bottom: 5.33333vw;
  }
  #bc .list {
    list-style-type: none;
  }
  #bc .item {
    display: inline;
    font-size: 2.66667vw;
    line-height: 1.3;
  }
  #bc .item .rm {
    font-size: 5.6vw;
    position: relative;
    display: inline-block;
    line-height: 1.06667vw;
    top: 2.13333vw;
    margin: 0 0.53333vw;
  }
  #bc .item:after {
    content: '>';
    font-size: 2.66667vw;
  }
  #bc .item a {
    display: inline-block;
    font-size: 2.66667vw;
    line-height: 1.3;
    text-decoration: underline;
    margin-right: 1.86667vw;
  }
  #bc .item a:hover {
    text-decoration: none;
  }
  #bc .item:last-child:after {
    display: none;
  }

  /* ___________________Smartphones footer */
  #footer {
    margin-bottom: 48px;
  }
  #footer .f_block1 {
    background-color: #E9E6DC;
    padding-bottom: 4.66667vw;
  }
  #footer .f_block1 .f_inner {
    padding-top: 9.33333vw;
  }
  #footer .f_block1 .f_block1_1 {
    padding: 0 8.66667vw;
  }
  #footer .f_block1 .f_block1_2 {
    padding: 0 8.66667vw;
    margin-top: 9.33333vw;
    margin-bottom: 10vw;
  }
  #footer .f_block1 .f_block1_contact {
    width: 93.33333vw;
    background-color: #fff;
    border-radius: 10px;
    padding: 3.73333vw 4vw;
    margin: 0 auto;
  }
  #footer .f_block1 .f_block1_contact .contact_title {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    padding-bottom: 2.66667vw;
    border-bottom: 2px solid #949698;
    margin: 0 1.33333vw 4.4vw;
  }
  #footer .f_block1 .f_block1_contact .tel {
    width: 62vw;
    text-align: center;
    margin: 0 auto 2.66667vw;
  }
  #footer .f_block1 .f_block1_contact .tel_num {
    display: block;
  }
  #footer .f_block1 .f_block1_contact .time {
    display: block;
    text-align: center;
    font-size: 4.26667vw;
    font-weight: bold;
    margin-bottom: 4.66667vw;
  }
  #footer .f_block1 .f_block1_contact .btn a {
    position: relative;
    display: block;
    font-size: 4vw;
    border-radius: 12px;
    text-align: center;
  }
  #footer .f_block1 .f_block1_contact .btn a:hover {
    text-decoration: none;
  }
  #footer .f_block1 .f_block1_contact .btn_blue a {
    background-color: #0a558e;
    color: #fff;
  }
  #footer .f_block1 .f_block1_contact .btn_mail a {
    text-align: left;
    line-height: 1.46667;
    padding: 4vw 2.66667vw 4vw 26.66667vw;
  }
  #footer .f_block1 .f_block1_contact .btn_mail a:before {
    left: 13.33333vw;
  }
  #footer .f_block1 .f_block1_contact .btn_mail a:hover {
    opacity: .8;
  }
  #footer .f_block1 .list .item {
    font-size: 3.73333vw;
    margin-bottom: 4.4vw;
  }
  #footer .f_block1 .list .sub_list {
    padding-top: 4vw;
    padding-left: 4vw;
  }
  #footer .f_block1 .list .sub_item {
    position: relative;
    font-size: 3.73333vw;
    margin-bottom: 4vw;
  }
  #footer .f_block1 .list .sub_item:last-child {
    margin-bottom: 0;
  }
  #footer .f_block1 .list .sub_item:before {
    position: relative;
    top: -2px;
    content: '-';
    display: inline-block;
    font-size: 3.73333vw;
  }
  #footer .f_block2 {
    text-align: center;
    padding: 6.66667vw 0 5.33333vw;
    background-color: #fff;
  }
  #footer .f_block2 .f_logo {
    width: 52.66667vw;
    height: 12vw;
    margin: 0 auto 4vw;
  }
  #footer .f_block2 .address {
    font-size: 4vw;
    padding: 1.06667vw 0 2.13333vw;
  }
  #footer .f_block2 .tel,
  #footer .f_block2 .fax {
    display: inline-block;
    font-size: 4vw;
  }
  #footer .f_block2 .tel {
    margin-right: 4.66667vw;
  }
  #footer .f_block2 .tel a {
    pointer-events: none;
  }
  #footer .f_block3 {
    background-color: #0a558e;
    text-align: center;
  }
  #footer .f_block3 .inner {
    padding: 5.33333vw 1.33333vw 4.66667vw;
  }
  #footer .f_block3 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.66667vw;
  }
  #footer .f_block3 .item {
    position: relative;
    padding: 0 2vw;
  }
  #footer .f_block3 .item:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0.8vw;
    right: 0;
    width: 1px;
    height: 3.46667vw;
    background-color: #fff;
  }
  #footer .f_block3 .item a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 3.46667vw;
    padding: 0 2vw;
  }
  #footer .f_block3 .item a:after {
    content: '';
  }
  #footer .f_block3 .item:last-child {
    padding-right: 0;
  }
  #footer .f_block3 .item:last-child:after {
    display: none;
  }
  #footer .f_block3 #copyright {
    font-size: 2.93333vw;
    color: #fff;
  }

  #kv {
    width: 100%;
    height: 26.66667vw;
    background: url("../images/common/sp_kv_bg.jpg") center center/100% no-repeat;
  }
  #kv .page_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 7.33333vw;
  }
  #kv .jp {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  #kv .page_title_eng {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }

  #contact_area {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 6vw 4vw 4vw;
  }
  #contact_area .lead {
    width: 80vw;
    text-align: center;
    margin: 0 auto 5.33333vw;
  }
  #contact_area .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact_area .wrap .block1 {
    background-color: #F7F4EA;
    border-radius: 10px;
    padding: 4.66667vw 0 4vw;
    margin-bottom: 2.66667vw;
  }
  #contact_area .wrap .block1 .head {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3.33333vw;
  }
  #contact_area .wrap .block1 .tel {
    text-align: center;
  }
  #contact_area .wrap .block1 .tel a {
    display: block;
    width: 71.73333vw;
    margin: 0 auto 2.66667vw;
  }
  #contact_area .wrap .block1 .tel a img {
    width: 100%;
  }
  #contact_area .wrap .block1 .time {
    font-size: 4.26667vw;
    font-weight: bold;
    text-align: center;
  }
  #contact_area .wrap .block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contact_area .wrap .block2 .btn {
    width: 48.43%;
    height: 24vw;
    margin: 0;
  }
  #contact_area .wrap .block2 .btn a {
    min-width: auto;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  #contact_area .wrap .block2 .contact_btn1 a {
    font-size: 4vw;
    line-height: 1.33333;
    text-align: center;
    padding: 10vw 2.66667vw 3.33333vw;
  }
  #contact_area .wrap .block2 .contact_btn1 a:before {
    width: 5.2vw;
    height: 4vw;
    top: 4vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #contact_area .wrap .block2 .contact_btn2 a {
    font-size: 4vw;
    padding: 10vw 4.8vw 9.33333vw 6.66667vw;
    letter-spacing: .15em;
  }
  #contact_area .wrap .block2 .contact_btn2 a:before {
    width: 2.66667vw;
    height: 2.66667vw;
    top: 10.93333vw;
    left: 4vw;
  }

  .btn {
    text-align: center;
    margin: 0 auto;
  }
  .btn a {
    min-width: 48vw;
    position: relative;
    display: inline-block;
    font-size: 3.73333vw;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 4vw 4vw;
    border-radius: 30px;
  }
  .btn a:hover {
    text-decoration: none;
    opacity: .8;
  }

  .btn_orange a {
    background-color: #EA7832;
  }

  .btn_green a {
    background-color: #5D995C;
  }

  .btn_blue a {
    background-color: #0a558e;
  }

  .btn_white a {
    background-color: #fff;
    color: #000;
  }

  .btn_arrow a {
    padding: 3.73333vw 2.93333vw 4.26667vw 6vw;
  }
  .btn_arrow a:before {
    position: absolute;
    top: 4.93333vw;
    left: 9.33333vw;
    content: '';
    display: inline-block;
    width: 2vw;
    height: 2vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .btn_detail a:before {
    left: 10.66667vw;
  }

  .btn_search a {
    min-width: 58.66667vw;
  }
  .btn_search a:before {
    position: absolute;
    top: 3.73333vw;
    left: 8vw;
    content: '';
    display: inline-block;
    width: 4.8vw;
    height: 4.8vw;
    background: url("../images/common/icon_search.svg");
  }

  .btn_mail a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 6.66667vw;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_mail.svg") center top/100% no-repeat;
    width: 8.53333vw;
    height: 6.66667vw;
  }

  .btn_back_list a {
    min-width: 48vw;
    padding: 3.6vw 0 3.33333vw;
    font-size: 3.73333vw;
    font-weight: normal;
    text-align: center;
  }
  .btn_back_list a:hover {
    opacity: 1;
    color: #C8C8C8;
  }

  .has_bg_shadow .has_bg_shadow_inner {
    padding: 0 6vw;
    background-color: #fff;
    border-radius: 10px;
  }

  .wp-pagenavi {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 9.33333vw auto 0;
  }
  .wp-pagenavi .page {
    display: block;
    background: #fff;
  }
  .wp-pagenavi .page:hover {
    background-color: #CCBEA2;
    color: #fff;
    text-decoration: none;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    width: 10vw;
    height: 10vw;
    padding: 2.66667vw 0;
    color: #000;
    background-color: #fff;
    font-size: 4vw;
    margin-right: 2vw;
    border-radius: 10px;
  }
  .wp-pagenavi .current {
    background-color: #CCBEA2;
    color: #fff;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .first {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 10vw;
    height: 10vw;
    color: #000;
    padding: 2.66667vw 0;
    background-color: #fff;
  }
  .wp-pagenavi .previouspostslink:before, .wp-pagenavi .first:before {
    position: absolute;
    top: 4vw;
    left: 3.73333vw;
    content: '';
    display: inline-block;
    width: 2.13333vw;
    height: 2.13333vw;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-45deg) translate(2px, 0px);
        -ms-transform: rotate(-45deg) translate(2px, 0px);
            transform: rotate(-45deg) translate(2px, 0px);
  }
  .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .first:hover {
    background-color: #CCBEA2;
  }
  .wp-pagenavi .previouspostslink:hover:before, .wp-pagenavi .first:hover:before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .wp-pagenavi .nextpostslink, .wp-pagenavi .last {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 10vw;
    height: 10vw;
    font-size: 1.6rem;
    color: #000;
    background-color: #fff;
  }
  .wp-pagenavi .nextpostslink:after, .wp-pagenavi .last:after {
    position: absolute;
    top: 4vw;
    left: 3.73333vw;
    content: '';
    display: inline-block;
    width: 2.13333vw;
    height: 2.13333vw;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg) translate(-1px, 1px);
        -ms-transform: rotate(45deg) translate(-1px, 1px);
            transform: rotate(45deg) translate(-1px, 1px);
  }
  .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .last:hover {
    background-color: #CCBEA2;
  }
  .wp-pagenavi .nextpostslink:hover:after, .wp-pagenavi .last:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .page_navi {
    position: relative;
    overflow: hidden;
  }
  .page_navi .btn_prev {
    width: 25.33333vw;
    float: left;
  }
  .page_navi .btn_prev a {
    position: relative;
    min-width: 25.33333vw;
    width: 25.33333vw;
    font-size: 3.73333vw;
    padding: 4.66667vw 0;
    z-index: 1;
  }
  .page_navi .btn_prev a:before {
    position: absolute;
    content: '';
    display: inline-block;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 2vw;
    height: 2vw;
    top: 6vw;
    left: 5.33333vw;
  }
  .page_navi .btn_prev a:hover {
    opacity: 1;
    color: #C8C8C8;
  }
  .page_navi .btn_prev a:hover:before {
    border-top: 2px solid #C8C8C8;
    border-left: 2px solid #C8C8C8;
  }
  .page_navi .btn_next {
    width: 25.33333vw;
    float: right;
  }
  .page_navi .btn_next a {
    position: relative;
    min-width: 25.33333vw;
    width: 25.33333vw;
    font-size: 3.73333vw;
    padding: 4.66667vw 0;
    z-index: 1;
  }
  .page_navi .btn_next a:after {
    position: absolute;
    content: '';
    display: inline-block;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 2vw;
    height: 2vw;
    top: 6vw;
    right: 5.33333vw;
  }
  .page_navi .btn_next a:hover {
    opacity: 1;
    color: #C8C8C8;
  }
  .page_navi .btn_next a:hover:after {
    border-top: 2px solid #C8C8C8;
    border-right: 2px solid #C8C8C8;
  }
  .page_navi .btn_back_list {
    width: 34.66667vw;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .page_navi .btn_back_list a {
    min-width: 34.66667vw;
    padding: 4.66667vw 0;
  }

  #product_list .result_area {
    margin-bottom: 6.66667vw;
  }
  #product_list .result_area .result_desc {
    font-size: 3.46667vw;
    line-height: 1.76923;
    margin-bottom: 1.33333vw;
  }
  #product_list .result_area .result_desc span {
    display: inline-block;
    font-size: 4.53333vw;
    font-weight: bold;
    margin-right: 0.53333vw;
  }
  #product_list .result_area .result_list {
    margin-bottom: 8.66667vw;
  }
  #product_list .result_area .result_list dt, #product_list .result_area .result_list dd {
    display: inline;
    font-size: 3.46667vw;
    line-height: 1.3;
  }
  #product_list .result_area .result_list dt:after {
    content: ' ： ';
    display: inline-block;
    font-size: 3.46667vw;
    margin-left: 0.66667vw;
  }
  #product_list .result_area .result_list dd {
    margin-right: 4vw;
  }
  #product_list .result_area .result_list dd:last-child {
    margin-right: 0;
  }
  #product_list .result_area .result_list dd span:after {
    content: ', ';
    display: inline-block;
  }
  #product_list .result_area .result_list dd span:last-child:after {
    display: none;
  }
  #product_list .result_area .result_current {
    font-size: 3.46667vw;
  }
  #product_list .result_area .result_current .space {
    display: inline-block;
    width: 3.73333vw;
  }
  #product_list .product_block {
    margin-bottom: 6.66667vw;
  }
  #product_list .product_block:last-child {
    margin-bottom: 0;
  }
  #product_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #product_list .list .item {
    width: 47.54%;
    margin-right: 4vw;
    margin-bottom: 8vw;
  }
  #product_list .list .item:nth-child(even) {
    margin-right: 0;
  }
  #product_list .list .item a:hover {
    text-decoration: none;
  }
  #product_list .list .item a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #product_list .list .item .image {
    position: relative;
    width: 100%;
    height: 28vw;
    overflow: hidden;
    border: 1px solid #DCDCDC;
    margin-bottom: 2vw;
  }
  #product_list .list .item .image img {
    height: 100%;
    width: auto;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #product_list .list .item .name {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  #product_list .list .item .name .new_label {
    margin-top: 0;
  }
  #product_list .list .item .name .rm {
    font-size: 5.6vw;
    position: relative;
    display: inline-block;
    line-height: 0.93333vw;
    top: 1.86667vw;
    margin: 0 0.53333vw;
  }

  .product_title {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3;
    padding: 2.13333vw 4vw 2.13333vw;
    background-color: #E9E6DC;
    border-radius: 6px;
    margin-bottom: 4vw;
  }

  #contents {
    font-size: 4.26667vw;
    color: #000;
    line-height: 1.4;
    overflow: hidden;
    margin-bottom: 20vw;
  }
  #contents h1, #contents h2 {
    font-size: 4.26667vw;
    font-weight: bold;
    line-height: 1.5;
    padding: 3.33333vw 4vw 3.2vw;
    background-color: #E9E6DC;
    border-radius: 6px;
    margin-bottom: 4vw;
  }
  #contents h3 {
    font-size: 4.26667vw;
    font-weight: bold;
    line-height: 1.4;
    padding-top: 5.33333vw;
    margin-bottom: 4vw;
    color: #0a558e;
  }
  #contents h4, #contents h5, #contents h6 {
    font-size: 4.26667vw;
    font-weight: bold;
    padding-top: 5.33333vw;
    margin-bottom: 4vw;
  }
  #contents p {
    color: #000;
    margin-bottom: 1em;
  }
  #contents a {
    color: #0a558e;
    text-decoration: underline;
  }
  #contents a:hover {
    text-decoration: none;
  }
  #contents a[target="_blank"] {
    position: relative;
    padding-right: 6.66667vw;
  }
  #contents a[target="_blank"]:before, #contents a[target="_blank"]:after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    right: -4vw;
  }
  #contents a[target="_blank"]:before {
    width: 9px;
    height: 9px;
    border: 1px solid #0a558e;
    top: 6px;
    right: 5px;
  }
  #contents a[target="_blank"]:after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #0a558e;
    border-right: 1px solid #0a558e;
    top: 3px;
    right: 2px;
  }
  #contents img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 9.33333vw;
  }
  #contents b, #contents strong {
    font-weight: bold;
  }
  #contents i {
    font-style: italic;
  }
  #contents iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto 8vw;
  }
  #contents ul {
    margin-bottom: 2em;
  }
  #contents ul li {
    position: relative;
    font-size: 4.26667vw;
    line-height: 1.4;
    padding-left: 7.33333vw;
    padding: 0 0 0 4vw;
    margin-bottom: 1em;
  }
  #contents ul li:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: '●';
    display: inline-block;
    color: #0a558e;
    font-size: 2.66667vw;
    margin-bottom: 1px;
  }
  #contents ol {
    margin-left: 4.66667vw;
    margin-bottom: 2em;
  }
  #contents ol li {
    font-size: 4.26667vw;
    line-height: 1.4;
    margin-bottom: 1em;
  }
  #contents .aligncenter, #contents .alignnone {
    display: block;
    height: auto;
    margin: 0 auto 5.33333vw;
  }
  #contents .alignright {
    display: block;
    float: right;
    margin-left: 4vw;
  }
  #contents .alignleft {
    display: block;
    float: left;
    margin-right: 4vw;
  }
  #contents blockquote {
    font-style: italic;
    position: relative;
    padding: 10.66667vw;
    background: #f1f1f1;
    margin-top: 6.66667vw;
    margin-bottom: 8vw;
  }
  #contents blockquote:before, #contents blockquote:after {
    content: '';
    display: inline-block;
    position: absolute;
    background: url("../images/common/blockquote.png") center 0/100% no-repeat;
    width: 6.66667vw;
    height: 5.6vw;
  }
  #contents blockquote:before {
    top: 2.66667vw;
    left: 5.33333vw;
  }
  #contents blockquote:after {
    bottom: 2.66667vw;
    right: 5.33333vw;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #contents blockquote p {
    font-size: 4.26667vw;
    line-height: 1.4;
    margin-bottom: 1em;
  }
  #contents table {
    border: 1px solid #DBDBDB;
    margin: 0 auto 30px;
  }
  #contents table tr th {
    padding: 4vw 5.33333vw;
    font-weight: bold;
    line-height: 1.4;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    background-color: #e7f6ef;
  }
  #contents table tr td {
    padding: 4vw 5.33333vw;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
  }
  #contents sup {
    font-size: 70%;
    vertical-align: super;
  }
  #contents sub {
    font-size: 70%;
    vertical-align: sub;
  }

  #main.error_page {
    padding-top: 33.33333vw;
  }

  #pageTop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 64px;
    right: 8px;
    display: none;
    z-index: 100;
  }
  #pageTop a {
    width: 40px;
    height: 40px;
    display: block;
    background: url(../images/common/icon_pagetop.svg) center center no-repeat #fff;
    border-radius: 50%;
    border: 2px solid #000;
  }

  .error_page {
    text-align: center;
  }
  .error_page .page_title {
    font-size: 5.33333vw;
    margin-bottom: 6.66667vw;
  }
  .error_page .lead {
    font-size: 4.26667vw;
    margin-bottom: 6.66667vw;
  }
  .error_page .btn_arrow a:before {
    left: 4vw;
  }

  #reset_btn {
    display: block;
    width: 62.66667vw;
    height: 12vw;
    font-size: 4vw;
    background-color: #eee;
    text-align: center;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 30px;
    margin: 4vw auto 0;
  }
  #reset_btn:hover {
    cursor: pointer;
    opacity: .8;
  }

  #sp_fixed_nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
  }
  #sp_fixed_nav .sp_fixed_nav_btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.6rem;
    padding: 1em 0;
    color: #fff;
    background-color: #EA7831;
  }
  #sp_fixed_nav .sp_fixed_nav_btn a:hover {
    text-decoration: none;
  }
  #sp_fixed_nav .sp_fixed_nav_btn2 {
    display: none;
  }
  #sp_fixed_nav .sp_fixed_nav_btn2 a {
    background-color: #0a558e;
  }
}
