@charset "UTF-8";
/* Common CSS */
/* _setting CSS */
html,
body {
  background: #fff;
  font-size: 10px;
}

* {
  box-sizing: border-box;
}

/* ___________________Font */
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 {
  color: #333333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.4rem;
}

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

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

  html {
    padding-top: 76px;
  }

  .sp {
    display: none;
  }

  /* ___________________Layout */
  .common_inner {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
  }

  /* ___________________header */
  #header {
    width: 100%;
    padding: 10px 0 0 0;
    border-bottom: solid 2px #cc3d3e;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 1000;
    /* ___________________global navigation */
  }
  #header .eco_link {
    float: right;
    height: 28px;
    width: 265px;
    text-align: center;
    margin-right: 10px;
  }
  #header .eco_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    background-color: #005b89;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    height: 100%;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  #header .eco_link a::before {
    content: '';
    display: block;
    width: 12.5px;
    height: 8.5px;
    background-image: url(/images/common/ecoLink.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #header .eco_link a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #header #logo {
    font-size: 10px;
    color: #666666;
    float: left;
  }
  #header #logo a {
    width: 232px;
    padding-top: 5px;
    display: block;
  }
  #header #logo a:hover {
    opacity: 0.8;
  }
  #header #logo a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #header #gnav {
    width: 855px;
    float: right;
  }
  #header #gnav #gnav_menu {
    float: right;
  }
  #header #gnav #gnav_menu li {
    display: inline-block;
  }
  #header #gnav #gnav_menu li a {
    display: block;
    padding: 0 5px;
    font-size: 10px;
  }
  #header #gnav #gnav_menu li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
  }
  #header #gnav #gnav_menu li.login, #header #gnav #gnav_menu li.mypage {
    border-right: dotted 1px #333;
  }
  #header #gnav #gnav_menu li.login a, #header #gnav #gnav_menu li.mypage a {
    padding: 0 10px;
  }
  #header #gnav #gnav_menu li.login a img, #header #gnav #gnav_menu li.mypage a img {
    width: 19px;
    height: auto;
  }
  #header #gnav #gnav_menu li.search {
    border-right: dotted 1px #333;
  }
  #header #gnav #gnav_menu li.search a {
    padding: 0 10px;
    display: inline-block;
  }
  #header #gnav #gnav_menu li.search a img {
    width: 18px;
    height: auto;
  }
  #header #gnav #gnav_menu li.search a.close_search {
    display: none;
  }
  #header #gnav #gnav_menu li.search .searchform {
    padding: 4px;
    display: none;
    background-color: #efefe1;
    border-radius: 4px;
  }
  #header #gnav #gnav_menu li.search .searchform input[type="text"] {
    width: 200px;
    border: none;
    background-color: transparent;
    font-size: 1.2rem;
  }
  #header #gnav #gnav_menu li.search .searchform .search_btn {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(../images/common/icon_search_btn.png);
    background-color: transparent;
    border: none;
  }
  #header #gnav #gnav_menu li.search .search_close {
    width: 58px;
    margin-right: 5px;
    display: none;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
  }
  #header #gnav #gnav_menu li.search .search_close:hover {
    text-decoration: underline;
  }
  #header #gnav #gnav_menu li.search.on a {
    display: none;
  }
  #header #gnav #gnav_menu li.search.on .searchform {
    display: inline-block;
  }
  #header #gnav #gnav_menu li.search.on .search_close {
    display: inline-block;
  }
  #header #gnav #gnav_menu li.current a {
    text-decoration: underline;
  }
  #header #gnav #gnav_pc {
    display: table;
    width: 100%;
    padding-top: 7px;
    clear: both;
  }
  #header #gnav #gnav_pc li {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 6px;
  }
  #header #gnav #gnav_pc li a {
    display: block;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
  }
  #header #gnav #gnav_pc li a:hover {
    color: #c7292b;
  }
  #header #gnav #gnav_pc li.tel {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
  }
  #header #gnav #gnav_pc li.tel span {
    font-size: 12px;
    padding-left: 5px;
  }
  #header #gnav #gnav_pc li.mail a {
    padding-right: 0;
    padding-left: 3px;
    text-align: right;
  }
  #header #gnav #gnav_pc li.mail a img {
    display: inline-block;
  }
  #header #gnav #gnav_pc li.on {
    background: url(../images/common/gnav_arrow.png) center bottom no-repeat;
  }
  #header #gnav #gnav_pc li.current {
    background: url(../images/common/gnav_arrow.png) center bottom no-repeat;
  }
  #header #gnav #gnav_pc li.current a {
    color: #c7292b;
  }
  #header #product_menu {
    width: 100%;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    background: #f6f6ee;
    z-index: 10;
    overflow: hidden;
    display: none;
  }
  #header #product_menu ul {
    width: 1100px;
    padding: 20px 0 10px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  #header #product_menu ul li {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  #header #product_menu ul li a {
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 1.17rem;
    line-height: 1.333;
    text-decoration: none;
  }
  #header #product_menu ul li a .thumb {
    width: 80px;
    border: solid 1px #e6e6e6;
  }
  #header #product_menu ul li a .thumb img {
    display: block;
    width: 100%;
    height: auto;
  }
  #header #product_menu ul li a span {
    width: calc(100% - 80px);
    padding-left: 5px;
  }
  #header #product_menu ul li a:hover {
    background-color: #cc3d3e;
    color: #fff;
  }
  #header #product_menu ul li a:hover img {
    opacity: 1;
  }
  #header #faq_menu {
    width: 100%;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    background: #f6f6ee;
    z-index: 10;
    overflow: hidden;
    display: none;
  }
  #header #faq_menu ul {
    width: 1100px;
    padding: 20px 0 20px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  #header #faq_menu ul li {
    width: 200px;
    height: 90px;
    margin-right: 20px;
  }
  #header #faq_menu ul li a {
    padding-left: 40px;
    display: block;
    line-height: 90px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
  }
  #header #faq_menu ul li a:before {
    content: '';
    display: block;
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/common/icon_arrow_red.png) center center no-repeat #cc3d3e;
  }
  #header #faq_menu ul li a:hover {
    background-color: #cc3d3e;
    color: #fff;
  }
  #header #company_menu {
    width: 100%;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    background: #f6f6ee;
    z-index: 10;
    overflow: hidden;
    display: none;
  }
  #header #company_menu ul {
    width: 1100px;
    padding: 20px 0 20px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header #company_menu ul li {
    width: 200px;
    height: 90px;
  }
  #header #company_menu ul li a {
    width: 100%;
    height: 100%;
    padding: 56px 0 0 0;
    display: block;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    background: center 15px no-repeat #fff;
  }
  #header #company_menu ul li a:hover {
    background-color: #cc3d3e;
    color: #fff;
  }
  #header #company_menu ul li:nth-child(1) a {
    background-image: url(../images/common/gnav_company_message.png);
  }
  #header #company_menu ul li:nth-child(2) a {
    background-image: url(../images/common/gnav_company_principle.png);
  }
  #header #company_menu ul li:nth-child(3) a {
    background-image: url(../images/common/gnav_company_history.png);
  }
  #header #company_menu ul li:nth-child(4) a {
    background-image: url(../images/common/gnav_company_aboutus.png);
  }
  #header #company_menu ul li:nth-child(5) a {
    background-image: url(../images/common/gnav_company_access.png);
  }

  /* ___________________footer */
  #fixed_btn {
    position: fixed;
    top: 146px;
    right: 0;
    width: 51px;
    border-radius: 3px;
    background: #fff;
  }
  #fixed_btn a {
    display: block;
    height: 220px;
    background: url(../images/common/fixed_btn01.png) no-repeat;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  #fixed_btn a:hover {
    opacity: 0.8;
  }

  #footer_head {
    padding: 85px 0 40px 0;
  }
  #footer_head .contact {
    display: table;
    width: 800px;
    margin: 0 auto 80px auto;
    border-radius: 4px;
    background-color: #f6f6ee;
    overflow: hidden;
  }
  #footer_head .contact dt {
    width: 220px;
    display: table-cell;
    background-color: #c7292b;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.07em;
  }
  #footer_head .contact dd {
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
  }
  #footer_head .contact dd.tel {
    padding: 0 0 0 90px;
    background: url(../images/common/icon_tel.png) 30px center no-repeat;
    font-size: 1.6rem;
    color: #c7292b;
    letter-spacing: 0.07em;
  }
  #footer_head .contact dd.tel span {
    padding-top: 5px;
    display: block;
    color: #333;
    font-size: 3.2rem;
  }
  #footer_head .contact dd.mail {
    text-align: center;
  }
  #footer_head .contact dd.mail a {
    width: 460px;
    padding: 30px 0;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 1.6rem;
    text-decoration: none;
  }
  #footer_head .contact dd.mail a:before {
    content: url(../images/common/icon_mail.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  #footer_head .contact dd.mail a:hover {
    background-color: #c7292b;
    color: #fff;
  }
  #footer_head .contact dd.mail a:hover:before {
    filter: brightness(100);
  }
  #footer_head .related_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
  #footer_head .related_link dt {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    border-top: dotted 1px #bfbfbf;
  }
  #footer_head .related_link dt span {
    padding: 0 25px;
    display: inline-block;
    transform: translate3d(0, -50%, 0);
    background-color: #fff;
    color: #666666;
    font-size: 1.6rem;
  }

  #footer_main {
    padding: 30px 0 20px 0;
    background-color: #f6f6ee;
  }
  #footer_main #fnav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer_main #fnav ul li {
    width: 200px;
    margin-bottom: 10px;
  }
  #footer_main #fnav ul li:first-child {
    width: 100%;
  }
  #footer_main #fnav ul li a {
    padding: 10px;
    display: block;
    background-color: #a7a7a3;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 4px;
    text-decoration: none;
  }
  #footer_main #fnav ul li a:hover {
    background-color: #c7292b;
  }
  #footer_main #fnav ul li.fnav_company > a, #footer_main #fnav ul li.fnav_product > a {
    background-image: url(../images/common/icon_open.png);
    background-repeat: no-repeat;
    background-position: 175px center;
  }
  #footer_main #fnav ul li.fnav_company.open > a, #footer_main #fnav ul li.fnav_product.open > a {
    background-image: url(../images/common/icon_close.png);
  }
  #footer_main #fnav ul li.fnav_company ul, #footer_main #fnav ul li.fnav_product ul {
    width: 100%;
    padding-top: 10px;
    display: none;
  }
  #footer_main #fnav ul li.fnav_company ul li a, #footer_main #fnav ul li.fnav_product ul li a {
    height: 100%;
    display: block;
    padding: 3px 10px;
    background-color: transparent;
    color: #333;
    border: solid 1px #a7a7a3;
    line-height: 1.3;
  }
  #footer_main #fnav ul li.fnav_company ul li a:hover, #footer_main #fnav ul li.fnav_product ul li a:hover {
    color: #333;
    border: solid 1px #c7292b;
  }
  #footer_main #fnav ul li.fnav_company.open ul, #footer_main #fnav ul li.fnav_product.open ul {
    display: flex;
  }
  #footer_main #fnav ul li.fnav_product {
    width: 100%;
  }
  #footer_main #fnav ul li.fnav_product > a {
    background-position: 1075px center;
  }
  #footer_main #fnav ul li.fnav_product li {
    width: 260px;
  }

  #footer_foot {
    padding: 5px 0;
    background-color: #c7292b;
  }
  #footer_foot ul {
    float: left;
  }
  #footer_foot ul li {
    display: inline-block;
    margin-right: 10px;
  }
  #footer_foot ul li:before {
    content: '>';
    display: inline-block;
    margin-right: 2px;
    color: #fff;
    font-size: 8px;
    vertical-align: middle;
  }
  #footer_foot ul li a {
    font-size: 12px;
    color: #fff;
  }
  #footer_foot #copyrights {
    margin: 0 auto;
    color: #757575;
    font-size: 10px;
    text-align: right;
    color: #fff;
  }

  #pageTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #a7a7a3;
    z-index: 120;
  }
  #pageTop a {
    background: url("../images/common/top_arrow.png") no-repeat center center;
    display: block;
    height: 50px;
  }

  /* ___________________footer */
  #pankuzu {
    padding: 12px 0 12px 0;
    background-color: #efefe1;
  }
  #pankuzu ul li {
    display: inline;
    font-size: 1.2rem;
    color: #c7292b;
  }
  #pankuzu ul li a {
    padding: 0;
    color: #666;
    text-decoration: underline;
  }
  #pankuzu ul li a:after {
    content: '>';
    display: inline-block;
    margin: 0 10px 0 12px;
  }

  /* ___________________common parts */
  #main_title {
    min-height: 235px;
    padding: 75px 0 0 0;
    margin: 0 auto 90px auto;
    border-bottom: solid 1px #c9c9c9;
  }
  #main_title h2 {
    text-align: center;
    font-size: 3.2rem;
  }
  #main_title h2:after {
    content: '';
    display: block;
    margin: 15px auto 0 auto;
    width: 50px;
    height: 6px;
    border-radius: 3px;
    background-color: #c7292b;
  }
  #main_title .sub_title {
    margin: 15px 0 0 0;
    text-align: center;
    font-size: 1.2rem;
    color: #666666;
  }

  .stitle {
    margin-bottom: 45px;
    text-align: center;
    font-size: 2.6rem;
    color: #c7292b;
  }

  /* ___________________UI */
  .btn_common {
    width: 140px;
    text-align: center;
    margin: 0 auto 40px auto;
  }
  .btn_common a {
    width: 100%;
    min-width: 140px;
    padding: 10px 0 10px 0;
    display: inline-block;
    font-size: 1.4rem;
    color: #b8b8b8;
    text-align: center;
    text-decoration: none;
    border: solid 1px #cccccc;
    border-radius: 4px;
    color: #000;
  }
  .btn_common a:hover {
    background-color: #cc3d3e;
    border-color: #cc3d3e;
    color: #fff;
  }

  /* ___________________Common Modal */
  #common_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    display: none;
  }
  #common_modal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9001;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
  }
  #common_modal .modal_wrap {
    position: fixed;
    z-index: 9002;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background-color: #fff;
    border-radius: 4px;
  }
  #common_modal .modal_wrap .btn_close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
  }
  #common_modal .modal_wrap .btn_close:hover {
    opacity: .8;
  }
  #common_modal .modal_wrap#modal_login {
    width: 900px;
    height: 340px;
    padding: 50px;
  }
  #common_modal .modal_wrap#modal_login h5 {
    font-size: 1.8rem;
    line-height: 1.44;
    padding: 10px 20px 20px 20px;
  }
  #common_modal .modal_wrap .login_box {
    width: 100%;
    padding: 25px 30px;
    border-radius: 4px;
    background-color: #efefe1;
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  #common_modal .modal_wrap .login_box .register {
    width: 235px;
  }
  #common_modal .modal_wrap .login_box .register dt {
    padding-bottom: 10px;
  }
  #common_modal .modal_wrap .login_box .register dd {
    height: 62px;
  }
  #common_modal .modal_wrap .login_box .register dd a {
    border-radius: 4px;
    color: #fff;
    background-color: #cc3d3e;
    line-height: 62px;
    font-size: 1.6rem;
    display: block;
    text-decoration: none;
  }
  #common_modal .modal_wrap .login_box .register dd a:hover {
    opacity: .8;
  }
  #common_modal .modal_wrap .login_box .member {
    width: 490px;
  }
  #common_modal .modal_wrap .login_box .member dt {
    padding-bottom: 10px;
  }
  #common_modal .modal_wrap .login_box .member dd {
    height: 62px;
  }
  #common_modal .modal_wrap .login_box .member dd .login_form {
    padding: 10px;
    display: flex;
    background-color: #666;
    border-radius: 4px;
    color: #fff;
    align-items: center;
  }
  #common_modal .modal_wrap .login_box .member dd .login_form label.user {
    width: 35px;
  }
  #common_modal .modal_wrap .login_box .member dd .login_form label.pw {
    width: 65px;
  }
  #common_modal .modal_wrap .login_box .member dd .login_form input[type="text"],
  #common_modal .modal_wrap .login_box .member dd .login_form input[type="password"] {
    width: 128px;
    padding-left: 5px;
    border-radius: 4px;
    outline: none;
    background-color: #fff;
    line-height: 42px;
    font-size: 1.6rem;
    border: none;
  }
  #common_modal .modal_wrap .login_box .member dd .login_form .submit {
    width: 120px;
  }
  #common_modal .modal_wrap .login_box .member dd .login_form .submit .btn_submit {
    padding: 5px 10px;
    background-color: #fec041;
    border-radius: 4px;
    color: #fff;
    border: none;
  }
  #common_modal .modal_wrap .login_box .member dd .login_form .submit .btn_submit:hover {
    opacity: .8;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  html {
    padding-top: 64px;
  }

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

  .pc {
    display: none;
  }

  /* ___________________SP Layout */
  .common_inner {
    width: 100%;
    padding: 0 2.6%;
    margin: 0 auto;
    overflow: hidden;
  }

  /* ___________________SP header */
  #header {
    width: 100%;
    height: 64px;
    padding: 3px 0 0 0;
    border-bottom: solid 2px #cc3d3e;
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    /* ___________________SP global navigation */
  }
  #header.on {
    padding-top: 70px;
    height: 140px;
  }
  #header .common_inner {
    display: flex;
    padding-top: 2%;
    padding-bottom: 2%;
    justify-content: space-between;
  }
  #header .eco_link {
    height: 40px;
    border-bottom: 1px solid #999999;
    text-align: center;
    padding: 0 2.5px 2px 2.5px;
  }
  #header .eco_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    background-color: #005b89;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    height: 100%;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  #header .eco_link a::before {
    content: '';
    display: block;
    width: 12.5px;
    height: 8.5px;
    background-image: url(/images/common/ecoLink.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #header #logo {
    font-size: 0.8rem;
    color: #666666;
  }
  #header #logo a {
    width: 180px;
    padding-top: 4px;
    display: block;
  }
  #header #logo a:hover {
    opacity: 0.8;
  }
  #header #logo a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #header #gnav #gnav_menu {
    width: 150px;
    display: flex;
  }
  #header #gnav #gnav_menu .login,
  #header #gnav #gnav_menu .mypage,
  #header #gnav #gnav_menu .search {
    padding: 0 3px;
  }
  #header #gnav #gnav_menu .login a,
  #header #gnav #gnav_menu .mypage a,
  #header #gnav #gnav_menu .search a {
    display: block;
    width: 50px;
    height: 45px;
    padding-top: 7px;
    font-size: 9px;
    text-align: center;
    border: solid 1px #cccccc;
    border-radius: 4px;
  }
  #header #gnav #gnav_menu .login a img,
  #header #gnav #gnav_menu .mypage a img,
  #header #gnav #gnav_menu .search a img {
    width: 15px;
    height: auto;
    margin: 0 auto 7px;
    display: block;
  }
  #header #gnav #gnav_menu .login a.close_search,
  #header #gnav #gnav_menu .mypage a.close_search,
  #header #gnav #gnav_menu .search a.close_search {
    display: none;
  }
  #header #gnav #gnav_menu .search .searchform {
    width: 100%;
    padding: 10px;
    height: 70px;
    background-color: #efefe1;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    border-radius: 4px;
  }
  #header #gnav #gnav_menu .search .searchform form {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
  }
  #header #gnav #gnav_menu .search .searchform input[type="text"] {
    width: calc(100% - 40px);
    height: 100%;
    border: none;
    background-color: transparent;
    font-size: 1.2rem;
  }
  #header #gnav #gnav_menu .search .searchform .search_btn {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 27px;
    height: 27px;
    background-image: url(../images/sp/common/sp_icon_search_btn.png);
    background-size: 27px auto;
    background-color: transparent;
    border: none;
  }
  #header #gnav #gnav_menu .search .search_close {
    display: none;
  }
  #header #gnav #gnav_menu .search.on .open_search {
    display: none;
  }
  #header #gnav #gnav_menu .search.on .close_search {
    display: inline-block;
  }
  #header #gnav #gnav_menu .search.on .searchform {
    display: block;
  }
  #header #gnav #gnav_menu .menu {
    position: relative;
    height: 45px;
    width: 45px;
    margin-left: 10px;
    display: block;
  }
  #header #gnav #gnav_menu .menu div {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 4px;
    width: 35px;
    background-color: #444;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
    transform-origin: center center;
  }
  #header #gnav #gnav_menu .menu div:nth-of-type(1) {
    top: 10px;
  }
  #header #gnav #gnav_menu .menu div:nth-of-type(2) {
    top: 20px;
  }
  #header #gnav #gnav_menu .menu div:nth-of-type(3) {
    bottom: 10px;
  }
  #header #gnav #gnav_menu .menu.open div:nth-of-type(1) {
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  #header #gnav #gnav_menu .menu.open div:nth-of-type(2) {
    opacity: 0;
  }
  #header #gnav #gnav_menu .menu.open div:nth-of-type(3) {
    transform: translate3d(0, -11px, 0) rotate(-45deg);
  }
  #header #gnav_sp {
    width: 100%;
    height: calc(100vh - 70px);
    overflow-y: scroll;
    padding: 0 0 30px 0;
    border-bottom: solid 2px #cc3d3e;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    z-index: 30;
    background-color: #fff;
    display: none;
  }
  #header #gnav_sp .nav {
    width: 100%;
  }
  #header #gnav_sp .nav > li {
    border-bottom: solid 1px #333333;
  }
  #header #gnav_sp .nav > li a {
    padding: 20px 4% 20px 4%;
    display: block;
    background-color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
  }
  #header #gnav_sp .nav > li a:hover {
    background-color: #c7292b;
  }
  #header #gnav_sp .nav > li.gnav_company > a, #header #gnav_sp .nav > li.gnav_products > a {
    background-image: url(../images/common/icon_open2.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 30px auto;
  }
  #header #gnav_sp .nav > li.gnav_company > a:hover, #header #gnav_sp .nav > li.gnav_products > a:hover {
    background-color: #fff;
    color: #333;
  }
  #header #gnav_sp .nav > li.gnav_company ul, #header #gnav_sp .nav > li.gnav_products ul {
    width: 100%;
    display: none;
  }
  #header #gnav_sp .nav > li.gnav_company ul li, #header #gnav_sp .nav > li.gnav_products ul li {
    border-bottom: dotted 1px #bfbfbf;
  }
  #header #gnav_sp .nav > li.gnav_company ul li:first-child, #header #gnav_sp .nav > li.gnav_products ul li:first-child {
    border-bottom: dotted 1px #bfbfbf;
  }
  #header #gnav_sp .nav > li.gnav_company ul li:last-child, #header #gnav_sp .nav > li.gnav_products ul li:last-child {
    border-bottom: none;
  }
  #header #gnav_sp .nav > li.gnav_company ul li a, #header #gnav_sp .nav > li.gnav_products ul li a {
    padding: 10px 4% 10px 4%;
    background-color: #f6f6ee;
    color: #666666;
    display: flex;
    align-items: center;
  }
  #header #gnav_sp .nav > li.gnav_company ul li a .thumb, #header #gnav_sp .nav > li.gnav_products ul li a .thumb {
    width: 50px;
  }
  #header #gnav_sp .nav > li.gnav_company ul li a span, #header #gnav_sp .nav > li.gnav_products ul li a span {
    width: calc(100% - 50px);
    padding-left: 13px;
  }
  #header #gnav_sp .nav > li.gnav_company.open > a, #header #gnav_sp .nav > li.gnav_products.open > a {
    background-image: url(../images/common/icon_close2.png);
  }
  #header #gnav_sp .nav > li.gnav_company.open ul, #header #gnav_sp .nav > li.gnav_products.open ul {
    display: block;
  }
  #header #gnav_sp .nav > li.gnav_company ul li a {
    padding: 25px 4% 25px 4%;
    background: 15px center no-repeat #f6f6ee;
  }
  #header #gnav_sp .nav > li.gnav_company ul li.message a {
    padding-left: 65px;
    background-image: url(../images/common/icon_company_message.png);
    background-size: 39px auto;
  }
  #header #gnav_sp .nav > li.gnav_company ul li.principle a {
    padding-left: 65px;
    background-image: url(../images/common/icon_company_principle.png);
    background-size: 40px auto;
  }
  #header #gnav_sp .nav > li.gnav_company ul li.history a {
    padding-left: 65px;
    background-image: url(../images/common/icon_company_history.png);
    background-size: 34px auto;
    background-position: 18px center;
  }
  #header #gnav_sp .nav > li.gnav_company ul li.aboutus a {
    padding-left: 65px;
    background-image: url(../images/common/icon_company_aboutus.png);
    background-size: 34px auto;
    background-position: 18px center;
  }
  #header #gnav_sp .nav > li.gnav_company ul li.access a {
    padding-left: 65px;
    background-image: url(../images/common/icon_company_access.png);
    background-size: 30px auto;
    background-position: 20px center;
  }
  #header #gnav_sp .language {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  #header #gnav_sp .language li a {
    padding: 10px;
    display: inline-block;
  }
  #header #gnav_sp .tel {
    padding: 25px 0 10px 0;
    color: #c7292b;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  #header #gnav_sp .tel span {
    color: #333;
    font-size: 2.5rem;
    font-weight: bold;
  }
  #header #gnav_sp .tel span i {
    font-style: normal;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #header #gnav_sp .mail {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 30px;
  }
  #header #gnav_sp .mail a {
    margin: 0 30px;
    padding: 20px 0;
    display: block;
    border-radius: 4px;
    text-align: center;
    font-size: 1.6rem;
    text-decoration: none;
    background-color: #c7292b;
    border: solid 1px #cc3d3e;
    color: #fff;
  }
  #header #gnav_sp .mail a:before {
    filter: brightness(100);
    content: '';
    background: url(../images/sp/common/sp_icon_mail.png) 0 0 no-repeat;
    width: 27px;
    height: 19px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  #header #gnav_sp .mail a:hover {
    color: #c7292b;
    background-color: #fff;
  }
  #header #gnav_sp .mail a:hover:before {
    filter: none;
  }
  #header #gnav_sp .btn_close {
    padding: 0 30px;
    margin-bottom: 0;
  }

  /* ___________________SP footer */
  #fixed_btn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 100;
  }
  #fixed_btn a {
    display: block;
    background-color: #e2ab00;
    width: 100%;
    height: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 15px 0 0 0;
  }
  #fixed_btn a:before {
    content: url(../images/sp/common/sp_fixed_btn01_icon.png);
    background: #f4cc00;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 38px;
    padding: 12px 0 0;
  }
  #fixed_btn a:hover {
    opacity: 0.8;
  }

  #footer_head {
    padding: 85px 0 0 0;
  }
  #footer_head .contact {
    margin: 0 4% 80px 4%;
    border-radius: 4px;
    background-color: #f6f6ee;
    overflow: hidden;
  }
  #footer_head .contact dt {
    padding: 20px 0;
    background-color: #c7292b;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.07em;
  }
  #footer_head .contact dd {
    vertical-align: middle;
  }
  #footer_head .contact dd.tel {
    padding: 30px 0 20px 90px;
    background: url(../images/sp/common/sp_icon_tel.png) 30px center no-repeat;
    background-size: 41px auto;
    font-size: 1.5rem;
    color: #c7292b;
    letter-spacing: 0.07em;
  }
  #footer_head .contact dd.tel span {
    padding-top: 5px;
    display: block;
    color: #333;
    font-size: 2.7rem;
  }
  #footer_head .contact dd.mail {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer_head .contact dd.mail a {
    margin: 0 30px;
    padding: 20px 0;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 1.6rem;
    text-decoration: none;
  }
  #footer_head .contact dd.mail a:before {
    content: '';
    background: url(../images/sp/common/sp_icon_mail.png) 0 0 no-repeat;
    width: 27px;
    height: 19px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  #footer_head .contact dd.mail a:hover {
    background-color: #c7292b;
    color: #fff;
  }
  #footer_head .contact dd.mail a:hover:before {
    filter: brightness(100);
  }
  #footer_head .related_link dt {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    border-top: dotted 1px #bfbfbf;
  }
  #footer_head .related_link dt span {
    padding: 0 25px;
    display: inline-block;
    transform: translate3d(0, -50%, 0);
    background-color: #fff;
    color: #666666;
    font-size: 1.6rem;
  }
  #footer_head .related_link dd {
    border-bottom: dotted 1px #bfbfbf;
  }
  #footer_head .related_link dd:last-child {
    border: none;
  }
  #footer_head .related_link dd a {
    padding: 20px 4% 20px 4%;
    display: block;
    background: url(../images/sp/common/sp_icon_link.png) 95% center no-repeat;
    background-size: 20px auto;
    font-size: 1.4rem;
  }

  #footer_main #fnav {
    padding: 0;
  }
  #footer_main #fnav > ul {
    width: 100%;
  }
  #footer_main #fnav > ul > li {
    border-bottom: solid 1px #fff;
  }
  #footer_main #fnav > ul > li a {
    padding: 20px 4% 20px 4%;
    display: block;
    background-color: #a7a7a3;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
  }
  #footer_main #fnav > ul > li a:hover {
    background-color: #c7292b;
  }
  #footer_main #fnav > ul > li.fnav_company > a, #footer_main #fnav > ul > li.fnav_product > a {
    background-image: url(../images/common/icon_open.png);
    background-repeat: no-repeat;
    background-position: 95% center;
  }
  #footer_main #fnav > ul > li.fnav_company ul, #footer_main #fnav > ul > li.fnav_product ul {
    width: 100%;
    display: none;
  }
  #footer_main #fnav > ul > li.fnav_company ul li, #footer_main #fnav > ul > li.fnav_product ul li {
    border-bottom: solid 1px #a7a7a3;
  }
  #footer_main #fnav > ul > li.fnav_company ul li a, #footer_main #fnav > ul > li.fnav_product ul li a {
    padding: 20px 4% 20px 4%;
    background-color: #f6f6ee;
    color: #666666;
  }
  #footer_main #fnav > ul > li.fnav_company.open > a, #footer_main #fnav > ul > li.fnav_product.open > a {
    background-image: url(../images/common/icon_close.png);
  }
  #footer_main #fnav > ul > li.fnav_company.open ul, #footer_main #fnav > ul > li.fnav_product.open ul {
    display: block;
  }

  #footer_foot .common_inner {
    padding: 0 0 50px 0;
  }
  #footer_foot ul {
    width: 100%;
  }
  #footer_foot ul li {
    border-bottom: solid 1px #a7a7a3;
  }
  #footer_foot ul li:last-child {
    border-bottom: none;
  }
  #footer_foot ul li a {
    width: 100%;
    padding: 20px 4% 20px 4%;
    background-color: #fff;
    color: #666666;
    display: block;
  }
  #footer_foot #copyrights {
    width: 100%;
    padding: 8px 0;
    background-color: #c7292b;
    margin: 0 auto;
    font-size: 9px;
    text-align: center;
    color: #fff;
  }

  /* ___________________pankuzu */
  #pankuzu {
    display: none;
  }

  /* ___________________common parts */
  #main_title {
    padding: 12% 0 12% 0;
    margin: 0 auto 10% auto;
    border-bottom: solid 1px #c9c9c9;
  }
  #main_title h2 {
    text-align: center;
    font-size: 2.0rem;
  }
  #main_title h2:after {
    content: '';
    display: block;
    margin: 15px auto 0 auto;
    width: 35px;
    height: 5px;
    border-radius: 20%;
    background-color: #c7292b;
  }
  #main_title .sub_title {
    margin: 15px 0 0 0;
    text-align: center;
    font-size: 1.2rem;
    color: #666666;
  }

  .stitle {
    margin-bottom: 6.5%;
    text-align: center;
    font-size: 2.0rem;
    color: #c7292b;
  }

  /* ___________________UI */
  .btn_common {
    width: 100%;
    text-align: center;
    margin: 0 auto 40px auto;
  }
  .btn_common a {
    width: 100%;
    min-width: 140px;
    padding: 15px 0 15px 0;
    display: inline-block;
    font-size: 1.4rem;
    color: #b8b8b8;
    text-align: center;
    text-decoration: none;
    border: solid 1px #cccccc;
    border-radius: 4px;
    color: #000;
  }
  .btn_common a:hover {
    background-color: #cc3d3e;
    border-color: #cc3d3e;
    color: #fff;
  }

  #pageTop {
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #a7a7a3;
    z-index: 120;
  }
  #pageTop a {
    background-image: url("../images/common/top_arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    display: block;
    height: 40px;
  }

  /* ___________________SP Common Modal */
  #common_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    display: none;
  }
  #common_modal .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9001;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
  }
  #common_modal #modal_inner {
    position: fixed;
    z-index: 9002;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #common_modal .modal_wrap {
    display: block;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
  }
  #common_modal .modal_wrap .btn_close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
  }
  #common_modal .modal_wrap .btn_close:hover {
    opacity: .8;
  }
  #common_modal .modal_wrap#modal_login {
    width: 94.67%;
    padding: 4.2%;
  }
  #common_modal .modal_wrap#modal_login h5 {
    font-size: 1.2rem;
    line-height: 1.44;
    padding: 15px 0 0 0;
  }
  #common_modal .modal_wrap#modal_login h5 br {
    display: none;
  }
  #common_modal .modal_wrap .login_box {
    width: 100%;
    margin-top: 5px;
    padding: 20px 10px;
    border-radius: 4px;
    background-color: #efefe1;
    text-align: center;
  }
  #common_modal .modal_wrap .login_box .register {
    margin-bottom: 20px;
  }
  #common_modal .modal_wrap .login_box .register dt {
    padding-bottom: 10px;
  }
  #common_modal .modal_wrap .login_box .register dd a {
    padding: 15px 0;
    border-radius: 4px;
    color: #fff;
    background-color: #cc3d3e;
    font-size: 1.6rem;
    display: block;
    text-decoration: none;
  }
  #common_modal .modal_wrap .login_box .register dd a:hover {
    opacity: .8;
  }
  #common_modal .modal_wrap .login_box .member dt {
    padding: 20px 0 5px 0;
    background-color: #666;
    border-radius: 4px 4px 0 0;
    color: #fff;
  }
  #common_modal .modal_wrap .login_box .member dd {
    background-color: #666;
    border-radius: 0 0 4px 4px;
  }
  #common_modal .modal_wrap .login_box .member dd .login_form {
    padding: 10px;
    display: flex;
    color: #fff;
    align-items: center;
    flex-wrap: wrap;
  }
  #common_modal .modal_wrap .login_box .member dd .login_form label {
    width: 45px;
    padding-right: 5px;
    text-align: right;
    display: inline-block;
    margin-bottom: 5px;
  }
  #common_modal .modal_wrap .login_box .member dd .login_form div.user,
  #common_modal .modal_wrap .login_box .member dd .login_form div.pw {
    width: calc(100% - 45px);
    margin-bottom: 5px;
  }
  #common_modal .modal_wrap .login_box .member dd .login_form div.user input[type="text"],
  #common_modal .modal_wrap .login_box .member dd .login_form div.user input[type="password"],
  #common_modal .modal_wrap .login_box .member dd .login_form div.pw input[type="text"],
  #common_modal .modal_wrap .login_box .member dd .login_form div.pw input[type="password"] {
    width: 100%;
    padding-left: 5px;
    border-radius: 4px;
    outline: none;
    background-color: #fff;
    line-height: 42px;
    font-size: 1.6rem;
    border: none;
  }
  #common_modal .modal_wrap .login_box .member dd .login_form .submit {
    width: 100%;
    padding-top: 10px;
  }
  #common_modal .modal_wrap .login_box .member dd .login_form .submit .btn_submit {
    width: 100%;
    padding: 15px 0;
    background-color: #fec041;
    border-radius: 4px;
    color: #fff;
    border: none;
  }
  #common_modal .modal_wrap .login_box .member dd .login_form .submit .btn_submit:hover {
    opacity: .8;
  }
}
