@charset "utf-8";
/* ------------------------------------------

common CSS

------------------------------------------ */
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
}
a:link {
  color: #e20a16;
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
  color: #e20a16;
}
a:hover {
  text-decoration: none;
  color: #D80005;
  transition: 0.3s;
}
a:active {
  text-decoration: underline;
  color: #e20a16;
}
p {
  line-height: 1.5;
}
hr {}
a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
.red {
  color: #CF0000;
}
.hstyle1 {
    text-align: center;
    font-size: 32px;
    color: #D80005;
    font-weight: normal;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-bottom: 40px;
    display: block;
}
.hstyle1:before {
  display: inline-block;
  background-image: url(../images/icon-logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  content: '';
  width: 30px;
  height: 30px;
  background-size: 30px auto;
  margin-right: 10px;
}
.hstyle1:after {
    position: absolute;
    width: 100px;
    height: 1px;
    bottom: -30px;
    left: 50%;
    content: '';
    background-color: #CF0000;
    display: none;
    transform: translateX(-50%);
    margin-left: 15px;
}
.hstyle2 {
  color: #D80005;
  font-size: 34px;
  text-align: left;
  margin-bottom: 30px;
}
.hstyle2 span {
  color: #BDBDBD;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-left: 40px;
}
.hstyle3 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  border-top: 3px solid #E5E5E5;
  position: relative;
  padding-top: 20px;
}
.hstyle3:after {
  width: 50px;
  height: 3px;
  display: block;
  position: absolute;
  top: -3px;
  left: 0px;
  background-color: #D80005;
  content: '';
}
.hstyle3-blue {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  border-top: 3px solid #0d4384;
  position: relative;
  padding-top: 20px;
}
.hstyle3-blue:after {
  width: 50px;
  height: 3px;
  display: block;
  position: absolute;
  top: -3px;
  left: 0px;
  background-color: #00C3FF;
  content: '';
}
.hstyle3-green {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    border-top: 3px solid #0C610C;
    position: relative;
    padding-top: 20px;
}
.hstyle3-green:after {
    width: 50px;
    height: 3px;
    display: block;
    position: absolute;
    top: -3px;
    left: 0px;
    background-color: #2DDF2D;
    content: '';
}
.hstyle3-recruit {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    border-top: 10px solid #FC1B1B;
    position: relative;
    padding-top: 20px;
    margin-bottom: 40px;
}
.hstyle3-recruit:after {
    width: 100px;
    height: 10px;
    display: block;
    position: absolute;
    top: -10px;
    left: 0px;
    background-color: #A20205;
    content: '';
}
.hstyle4 {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    position: relative;
    padding-left: 25px;
    line-height: 1.2;
}
.hstyle4:before {
    position: absolute;
    left: 0px;
    width: 8px;
    background-color: #F70808;
    height: 100%;
    content: '';
    top: -1px;
    border-radius: 4px;
}
.hstyle4_bk {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    position: relative;
    padding-left: 25px;
    line-height: 1.2;
}
.hstyle4_bk:before {
    position: absolute;
    left: 0px;
    width: 8px;
    background-color: #000000;
    height: 100%;
    content: '';
    top: -1px;
    border-radius: 4px;
}
.hstyle5 {
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  color: #D80005;
}
.hstyle5 span {
  display: block;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
  font-weight: bold;
}
.hstyle5_green {
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  color: #0C610C;
}
.hstyle5_green span {
  display: block;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
  font-weight: bold;
}
.hstyle6 {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  padding-left: 20px;
}
.hstyle6:before {
  position: absolute;
  left: 0px;
  width: 3px;
  background-color: #F70808;
  height: 16px;
  content: '';
  top: 50%;
  margin-top: -10px;
}
.hstyle7  {
    font-weight: bold;
    border: 1px solid #E0E0E0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #FFFFFF;
}
.hstyle8 {
    text-align: center;
    font-size: 30px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: bold;
}
.hstyle8 span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #F70606;
    font-weight: normal;
}
.hstyle9 {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    background-color: #3e97d3;
    color: #FFFFFF;
    height: 45px;
    line-height: 45px;
}
.hstyle10 {
    font-size: 25px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    border-top: 1px dashed #000000;
    padding-top: 25px;
}


.btn-style {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.btn-style a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    color: #6E1C28;
    background-color: #FFFFFF;
    font-size: 22px;
    border-radius: 30px;
    position: relative;
    border: 2px solid #7B0A10;
    font-weight: normal;
    -webkit-box-shadow: 2px 2px;
    box-shadow: 2px 2px;
    text-align: center;
}
.btn-style a:after {
    position: absolute;
    right: 30px;
    top: 22px;
    content: '';
    width: 14px;
    height: 14px;
    border-top: 3px solid #7B0A10;
    border-right: 3px solid #7B0A10;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}
.btn-style a:hover {
    color: #FFFFFF;
    background-color: #7B0A10;
}
.btn-style a:hover:after {
    border-color: #FFFFFF;
}
.btn-style2 {
    text-align: right;
}
.btn-style2 a {
    color: #0C610C;
    position: relative;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #0C610C;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 35px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 5px;
    text-align: center;
}
.btn-style2 a:hover {
    background-color: #0C610C;
    color: #FFFFFF;
}
.btn-style2 a:after {
    position: absolute;
    right: 15px;
    top: 50%;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #0C610C;
    border-right: 2px solid #0C610C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    margin-top: -5px;
}
.btn-style2 a:hover:after {
    border-color: #FFFFFF;
}

.list-style {
}
.list-style li {
    list-style-type: disc;
    margin-left: 40px;
    margin-bottom: 15px;
}
.list-style-num {
}
.list-style-num li {
    list-style-type: decimal-leading-zero;
    margin-left: 40px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.tbl-style {
    width: 100%;
    background-color: #FFFFFF;
}
.tbl-style th {
    background-color: #7EAF2A;
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #fff;
    font-weight: normal;
}
.tbl-style td {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    background-color: #E5E5E5;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}




header {
  display: block;
  width: 900px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.hd-logo {
  position: absolute;
  left: 0px;
  top: 15px;
}
.hd-logo2 {
  position: absolute;
  top: 35px;
  left: 300px;
}
.hd-global {
  position: absolute;
  right: 0px;
  top: 16px;
  background-image: url(../images/icon-global.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  height: 20px;
  width: 220px;
  padding-left: 22px;
}
.hd-global li {
  display: inline-block;
}
.hd-global li a {
  line-height: 20px;
  color: #777777;
  font-size: 14px;
  text-decoration: none;
  margin-left: 10px;
}
.hd-shopping {
  position: absolute;
  right: 0px;
  bottom: 20px;
  width: 220px;
  height: 40px;
}
.hd-shopping a {
  line-height: 38px;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #d80005;
  border-radius: 5px;
  padding-left: 30px;
  background-image: url(../images/icon-cart.png);
  background-repeat: no-repeat;
  background-position: 22px center;
  background-size: 20px auto;
}
.hd-shopping a:hover {
  transition: 0.5s;
  background-color: #D80005;
  background-image: url(../images/icon-cart-w.png);
  color: #FFFFFF;
}
.gnavi {
    clear: both;
    display: block;
    background-color: #d80005;
    position: relative;
    font-size: 18px;
}
.gnavi:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gnavi ul {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  min-width: 900px;
  text-align: center;
  z-index: 10;
}
.gnavi li {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: static;
}
.gnavi li:nth-child(3) {
    letter-spacing: -1px;

}

.gnavi li:last-child:before {
    top: 25px;
    content: '';
    width: 1px;
    height: 30px;
    background-color: #FFFFFF;
    display: block;
    position: absolute;
    right: 0px;
}
.gnavi li a {
    display: inline-block;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    width: 176px;
    height: 84px;
    line-height: 84px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gnavi > ul > li > a:hover {
  border-bottom: 5px solid #FFFFFF;
}
.gnavi li a::before {
    top: 25px;
    left: 0px;
    content: '';
    width: 1px;
    height: 30px;
    background-color: #FFFFFF;
    display: block;
    position: absolute;
}
.menu ul li {}
.menu ul li:last-child {
  position: relative;
}
.menu ul li ul {
  display: none;
  background-color: #FFFFFF;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  text-align: center;
  color: #000000;
  z-index: 0;
  top: 74px;
  left: 0px;
  -webkit-box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.20);
  box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.20);
}
.menu ul li ul div {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.menu ul li h2 {
  text-align: left;
  color: rgba(216, 0, 5, 1.00);
  font-size: 26px;
  margin-bottom: 30px;
  background-image: url(../images/icon-logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px auto;
  padding-left: 45px;
  line-height: 30px;
  position: relative;
}
.menu ul li h2 .pd-top {
  position: absolute;
  right: 0px;
  top: -3px;
  display: inline-block;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.menu ul li h2 .pd-top a {
  display: block;
  height: 40px;
  background-color: #CF0000;
  content: '';
  font-size: 18px;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  line-height: 40px;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  font-weight: normal;
  width: 240px;
}
.menu ul li h2 .pd-top a:hover {
  background-color: #E80003;
}
.menu ul li h2 .cp-top {
  position: absolute;
  right: 0px;
  top: -3px;
  display: inline-block;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.menu ul li h2 .cp-top a {
  display: block;
  height: 40px;
  background-color: #0d4384;
  content: '';
  font-size: 18px;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  line-height: 40px;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  font-weight: normal;
  width: 240px;
}
.menu ul li h2 .cp-top a:hover {
  background-color: #0F5FBF;
}
.menu ul li ul li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-right: 15px;
}
.menu ul li ul.col2 li:nth-child(2n+1) {
  margin-right: 0px;
}
.menu ul li ul.col3 li:nth-child(3n+1) {
  margin-right: 0px;
}
.menu ul li ul li a {
    display: block;
    color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    line-height: 70px;
    position: relative;
    text-align: left;
    font-weight: bold;
    border: 1px solid #D7CFB7;
    border-radius: 10px;
    padding-left: 20px;
}
.menu ul li ul .pd-new a {
  font-weight: bold;
  border-color: #D80005;
}
.menu ul li ul.col3 li a {
  width: 290px;
}
.menu ul li ul.col2 li a {
  width: 440px;
}
.menu ul li ul li a:after {
    position: absolute;
    right: 15px;
    top: 30px;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #D80005;
    border-right: 2px solid #D80005;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}
.menu ul li ul li a:hover {
  color: #D80005;
}
.menu ul li ul li a .thumb {
    height: 50px;
    width: auto;
    display: inline-block;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-right: 10px;
    vertical-align: middle;
    margin-left: -10px;
}
.menu ul .arrow > a:after {
    position: absolute;
    right: 20px;
    top: 36px;
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu ul .arrow > a:hover:after {
    top: 38px;
    transition: 0.3s;
}
header nav .gNavi .arrow ul li a:hover:after {
  top: 34px;
}
footer {
  clear: both;
  display: block;
  background-color: #cf0000;
  color: #FFFFFF;
}
footer .ft-wrap {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
    display: block;
}
footer .ft-wrap a {
    color: #FFFFFF;
    text-decoration: underline;
}
footer .ft-wrap a:hover  {
    text-decoration: none;
}
footer .ft-wrap p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
}
footer .ft-wrap .ft-navi-left {
    float: left;
    width: 290px;
}
footer .ft-wrap .ft-navi-conter {
    float: left;
    width: 390px;
}
footer .ft-wrap .ft-navi-right {
  float: left;
  width: 220px;
}
footer .ft-wrap ul {
    margin-bottom: 30px;
}

footer .ft-wrap li {
  margin-bottom: 16px;
  font-size: 16px;
}
footer .ft-wrap div li a {
    display: inline-block;
    padding-left: 22px;
    position: relative;
    text-decoration: none;
}
footer .ft-wrap div li a:after {
  position: absolute;
  left: 0px;
  top: 3px;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
footer .ft-wrap div li a:hover {
    text-decoration: underline;
}
footer .ft-wrap .ft-subnav .ft-contact a {
    position: absolute;
    bottom: 50px;
    right: 340px;
    display: block;
    width: 280px;
    border: 1px solid #FFFFFF;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 3px;
    background-image: url(../images/icon-mail-w.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto 20px;
    text-align: center;
    padding-left: 10px;
    text-decoration: none;
}
footer .ft-wrap .ft-subnav .ft-contact a:hover {
    text-decoration: underline;
}

footer .ft-wrap .ft-subnav .ft-shopping a {
    position: absolute;
    bottom: 50px;
    right: 0px;
    display: block;
    width: 280px;
    border: 1px solid #FFFFFF;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 3px;
    background-image: url(../images/icon-cart-w.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 23px;
    padding-left: 25px;
    text-align: center;
    text-decoration: none;
}
footer .ft-wrap .ft-subnav .ft-shopping a:hover {
    text-decoration: underline;
}

footer .ft-wrap li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gotop {
  position: fixed;
  right: 30px;
}
.gotop a {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 30px;
}
.gotop a img {
  width: 50px;
}
.ft-lower {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.ft-lower .ft-logo {
  margin-bottom: 25px;
}
.ft-lower .ft-logo img {
  width: 250px;
}
.ft-lower .ft-local {
  margin-bottom: 20px;
  font-size: 14px;
}
.ft-lower .ft-local li {
  display: inline-block;
  border-right: 1px dotted #ccc;
  padding-left: 15px;
  padding-right: 15px;
}
.ft-lower .ft-local li:last-child {
  border-right-style: none;
}
.ft-lower .ft-local li a {
  color: #000000;
  text-decoration: none;
}
.ft-lower .ft-local li a:hover {
  text-decoration: underline;
}
.ft-lower .copyright {
  color: #CF0000;
  font-size: 14px;
}
.breadcrumb {
  font-size: 15px;
  padding-top: 10px;
}
.breadcrumb ul {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb ul li {
  display: inline-block;
  margin-right: 10px;
}
.breadcrumb ul li:after {
  content: '>';
  margin-left: 10px;
  font-size: 12px;
  vertical-align: middle;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  text-decoration: none;
}








@media screen and (max-width: 767px) { /* 767px以下用（タブレット／スマートフォン用）の記述 */
  body {
    font-size: 18px;
  }
  .hstyle1 {
    text-align: left;
    font-size: 24px;
    color: #D80005;
    font-weight: normal;
    position: relative;
    height: auto;
    line-height: normal;
    margin-bottom: 25px;
    display: block;
    padding-left: 20px;
    width: 100%;
    padding-right: 20px;
  }
  .hstyle1:before {
    display: inline-block;
    background-image: url(../images/icon-logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    content: '';
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    margin-right: 10px;
    vertical-align: middle;
  }
  .hstyle1:after {
    position: absolute;
    width: 100px;
    height: 1px;
    bottom: -30px;
    content: '';
    background-color: #CF0000;
    display: none;
    left: 20px;
  }
  .hstyle2 {
    color: #D80005;
    font-size: 26px;
    text-align: left;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hstyle2 span {
    color: #BDBDBD;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-left: 0px;
    margin-top: 5px;
  }
  .hstyle3 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    border-top: 3px solid #E5E5E5;
    position: relative;
    padding-top: 20px;
  }
  .hstyle3:after {
    width: 50px;
    height: 3px;
    display: block;
    position: absolute;
    top: -3px;
    left: 0px;
    background-color: #D80005;
    content: '';
  }
  .hstyle3-blue {
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    border-top: 3px solid #0d4384;
    position: relative;
    padding-top: 20px;
  }
  .hstyle3-blue:after {
    width: 50px;
    height: 3px;
    display: block;
    position: absolute;
    top: -3px;
    left: 0px;
    background-color: #00C3FF;
    content: '';
  }
	.hstyle3-green {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    border-top: 3px solid #0C610C;
    position: relative;
    padding-top: 20px;
}
.hstyle3-green:after {
    width: 50px;
    height: 3px;
    display: block;
    position: absolute;
    top: -3px;
    left: 0px;
    background-color: #2DDF2D;
    content: '';
}
.hstyle3-recruit {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    border-top: 10px solid #FC1B1B;
    position: relative;
    padding-top: 20px;
    margin-bottom: 40px;
}
.hstyle3-recruit:after {
    width: 100px;
    height: 10px;
    display: block;
    position: absolute;
    top: -10px;
    left: 0px;
    background-color: #A20205;
    content: '';
}
  .hstyle4 {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    position: relative;
    padding-left: 25px;
  }
  .hstyle4:before {
    position: absolute;
    left: 0px;
    width: 8px;
    background-color: #F70808;
    height: 100%;
    content: '';
    margin-top: 0px;
    top: 0px;
  }
.hstyle4_bk {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    position: relative;
    padding-left: 25px;
  }
.hstyle4_bk:before {
    position: absolute;
    left: 0px;
    width: 8px;
    background-color: #000000;
    height: 100%;
    content: '';
    margin-top: 0px;
    top: 0px;
  }
  .hstyle5 {
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    color: #D80005;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hstyle5 span {
    display: block;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-weight: bold;
  }
  .hstyle6 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    padding-left: 20px;
    line-height: 1.2;
  }
  .hstyle6:before {
    position: absolute;
    left: 0px;
    width: 3px;
    background-color: #F70808;
    height: 16px;
    content: '';
    top: 2px;
    margin-top: 0px;
  }
	.hstyle7  {
    font-weight: bold;
    border: 1px solid #E0E0E0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #FFFFFF;
}
.hstyle10 {
    font-size: 20px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    border-top: 1px dashed #000000;
    padding-top: 20px;
}
.btn-style {
    width: auto;
}
.btn-style a {
    display: block;
    height: auto;
    line-height: 1.1;
    text-decoration: none;
    color: #6E1C28;
    background-color: #FFFFFF;
    font-size: 20px;
    border-radius: 20px;
    position: relative;
    border: 2px solid #7B0A10;
    font-weight: normal;
    -webkit-box-shadow: 2px 2px;
    box-shadow: 2px 2px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    text-align: center;
}
.btn-style a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    content: '';
    width: 14px;
    height: 14px;
    border-top: 3px solid #7B0A10;
    border-right: 3px solid #7B0A10;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    margin-top: -7px;
}
.btn-style a:hover:after {
    border-color: #D80005;
}
.list-style {
}
.list-style li {
    list-style-type: disc;
    margin-left: 40px;
    margin-bottom: 15px;
}
.tbl-style {
    width: auto;
    background-color: #FFFFFF;
    overflow-x: scroll;
    display: block;
}
.tbl-style th {
    background-color: #7EAF2A;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #fff;
    white-space: nowrap;
}
.tbl-style td {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    background-color: #E5E5E5;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    white-space: nowrap;
}

.sp-100perc {
    width: 100%;
}

  header {
    width: auto;
    height: 60px;
    border-bottom: 4px solid #D80005;
    z-index: 999;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.30);
  }
  .hd-logo {
    position: absolute;
    left: 10px;
    top: 5px;
  }
  .hd-logo img {
    height: 50px;
  }
  .hd-logo2 {
    position: absolute;
    top: 35px;
    left: 300px;
    display: none;
  }
  .hd-global {
    display: none;
  }
  .hd-shopping {
    display: none;
  }
  .gnavi {
    display: none;
  }
  .drawer-menu .accordion__title {
    position: relative;
    cursor: pointer;
    user-select: none;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
  }
  .drawer-menu .accordion__non a {
    position: relative;
    cursor: pointer;
    user-select: none;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
    display: block;
    text-decoration: none;
    color: #000000;
  }
  .drawer-menu .accordion__non a:after {
    position: absolute;
    right: 30px;
    top: 26px;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #D80005;
    border-right: 2px solid #D80005;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
  }
  .drawer-menu .accordion__title a {
    color: #000000;
    text-decoration: none;
  }
  .drawer-menu .accordion__title::before, .drawer-menu .accordion__title::after {
    content: '';
    display: block;
    background-color: #D80005;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    right: 25px;
  }
  .drawer-menu .accordion__title::after {
    transform: rotate(90deg);
    transition-duration: .3s;
  }
  .drawer-menu .accordion__title:hover, .drawer-menu .accordion__title:active, .drawer-menu .accordion__title.is-active {}
  .drawer-menu .accordion__title.is-active::before {
    opacity: 0;
  }
  .drawer-menu .accordion__title.is-active::after {
    transform: rotate(0);
  }
  .drawer-menu .accordion__content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: .3s;
    line-height: 0;
  }
  .drawer-menu .accordion__content.is-open {
    height: auto;
    opacity: 1;
    line-height: normal;
  }
  .sp-subnav {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sp-subnav .btn-contact a {
    display: block;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    color: #D80005;
    border-radius: 5px;
    border: 1px solid #D80005;
    background-image: url(../images/icon-mail.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: auto 17px;
    text-decoration: none;
    margin-bottom: 10px;
  }
  .sp-subnav .btn-shopping a {
    display: block;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    color: #D80005;
    border-radius: 5px;
    border: 1px solid #D80005;
    background-image: url(../images/icon-cart.png);
    background-repeat: no-repeat;
    background-position: 22px center;
    background-size: auto 24px;
    text-decoration: none;
  }
  .cap-global {
    text-align: center;
    margin-bottom: 15px;
  }
  .cap-global span {
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 24px;
    height: 24px;
    background-image: url(../images/icon-global.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 24px;
    padding-left: 30px;
  }
  .sp-global {
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0px;
    border-top: 1px solid #ccc;
    text-align: center;
  }
  .sp-global li {
    display: inline-block;
    width: 30%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sp-global li a {
    color: #6A6A6A;
    text-decoration: none;
    display: block;
  }
  footer {
    background-color: #cf0000;
    color: #FFFFFF;
  }
  footer .ft-wrap {
    width: auto;
    position: relative;
    padding-top: 20px;
    padding-bottom: 0px;
  }
footer .ft-wrap ul {
    margin-bottom: 0px;
}

  footer .ft-wrap a {
    color: #FFFFFF;
    text-decoration: none;
  }
  footer .ft-wrap a:hover {
    text-decoration: underline;
  }
  footer .ft-wrap p {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
  }
  footer .ft-wrap p a {
    display: block;
    margin-left: 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #FFFFFF;
    margin-right: 20px;
    position: relative;
  }
  footer .ft-wrap p a:after {
    position: absolute;
    left: auto;
    top: 22px;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    right: 10px;
  }
  footer .ft-wrap .ft-navi-left {
    float: none;
    width: auto;
  }
  footer .ft-wrap .ft-navi-left li {
    display: none;
  }
  footer .ft-wrap .ft-navi-conter {
    float: none;
    width: auto;
  }
  footer .ft-wrap .ft-navi-conter li {
    display: none;
  }
  footer .ft-wrap .ft-navi-right {
    float: none;
    width: auto;
  }
  footer .ft-wrap .ft-navi-right li {
    display: none;
  }
  footer .ft-wrap li {
    margin-bottom: 0px;
  }
  footer .ft-wrap .ft-subnav .ft-contact a {
    position: static;
    bottom: auto;
    right: auto;
    display: block;
    width: auto;
    border: 1px solid #FFFFFF;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 3px;
    background-image: url(../images/icon-mail-w.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto 20px;
    text-align: center;
    padding-left: 10px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  footer .ft-wrap .ft-subnav .ft-shopping a {
    position: static;
    bottom: auto;
    right: auto;
    display: block;
    width: auto;
    border: 1px solid #FFFFFF;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 3px;
    background-image: url(../images/icon-cart-w.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 23px;
    padding-left: 10px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .ft-lower {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .ft-lower .ft-logo {
    margin-bottom: 25px;
  }
  .ft-lower .ft-logo img {
    width: 200px;
  }
  .ft-lower .ft-local {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .ft-lower .ft-local li {
    display: block;
    padding-left: 20px;
    padding-right: auto;
    border-top: 1px solid #000000;
    height: 50px;
    text-align: left;
    line-height: 50px;
  }
  .ft-lower .ft-local li:last-child {
    border-bottom: 1px solid #000000;
  }
  .ft-lower .ft-local li a {
    color: #000000;
    text-decoration: none;
  }
  .ft-lower .copyright {
    color: #CF0000;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .breadcrumb {
    font-size: 15px;
    padding-top: 10px;
  }
  .breadcrumb ul {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .breadcrumb ul li {
    display: inline-block;
    margin-right: 10px;
  }
  .breadcrumb ul li:after {
    content: '>';
    margin-left: 10px;
    font-size: 12px;
    vertical-align: middle;
  }
  .breadcrumb ul li:last-child:after {
    display: none;
  }
  .breadcrumb ul li a {
    text-decoration: none;
  }
}
