@charset "UTF-8";
/* ====================================================
Base style & container
==================================================== */
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 100%;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  background: url(../img/common/bg.png) repeat left top;
}

.inner {
  display: block;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1060px;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/*--base style--*/
a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

input input, input button, input textarea, input select, button input, button button, button textarea, button select, textarea input, textarea button, textarea textarea, textarea select, select input, select button, select textarea, select select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.img100 {
  width: 100%;
}

.rollover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.rollover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-box.content-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-box.content-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-box.content-bw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-box.content-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-box.align-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-box.align-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-box.align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-box.align-st {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
Header
==================================================== */
#main-header {
  width: 100%;
  background: #fff;
}

/*--nav--*/
nav.navGlobal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  padding: 80px 0 80px 80px;
  width: 45%;
  max-width: 600px;
  height: 100vh;
  color: #000;
  font-size: 26px;
  font-size: 2.6rem;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  animation-name: fade-in;
  -moz-animation-duration: .35s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: .35s;
  -webkit-animation-name: fade-in;
  z-index: 2;
}

@media screen and (max-width: 1240px) {
  nav.navGlobal {
    padding-left: 4%;
    font-size: 2.096vw;
  }
}

@media screen and (max-width: 768px) {
  nav.navGlobal {
    padding: 60px 0 60px 6%;
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    font-size: 2rem;
  }
}

nav.navGlobal .navGlobalIn {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.navGlobal .navGlobalIn li {
  margin-top: 1em;
}

nav.navGlobal .navGlobalIn li a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

nav.navGlobal .navGlobalIn li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

nav.navGlobal.active {
  display: block;
  opacity: 1;
}

.navToggle {
  display: block;
  position: fixed;
  right: 50px;
  top: 14px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .navToggle {
    right: 10px;
    top: 0;
  }
}

.navToggle span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35px;
  border-bottom: solid 3px #000;
  -webkit-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 0;
  right: 0;
}

.navToggle span:nth-child(1) {
  top: 21px;
}

.navToggle span:nth-child(2) {
  top: 30px;
}

.navToggle span:nth-child(3) {
  top: 38px;
}

.navToggle.active span:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/* ====================================================
footer
==================================================== */
#main-footer {
  padding: 50px 0 55px;
  color: #000;
}

#main-footer.ft-btob {
  background: url(../img/btob/bg_gr_border.png) repeat left top;
}

#main-footer.ft-btoc {
  background: url(../img/common/bg_bl_border.png) repeat left top;
}

@media screen and (max-width: 768px) {
  #main-footer {
    padding: 40px 0 30px;
  }
}

#main-footer .company-name {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #main-footer .company-name {
    font-size: 3.8vw;
  }
}

@media screen and (max-width: 640px) {
  #main-footer .company-name {
    font-size: 5vw;
  }
}

#main-footer .address {
  margin: 10px 0 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #main-footer .address {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 640px) {
  #main-footer .address {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#main-footer .address a {
  margin-left: 6px;
  text-decoration: underline;
}

#main-footer .copyright {
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  #main-footer .copyright {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*----common parts-----*/
.sec-lead {
  padding: 110px 0 100px;
  background: url(../img/btob/bg_gr_border.png) repeat center top;
}

@media screen and (max-width: 768px) {
  .sec-lead {
    padding: 12vw 0;
  }
}

.sec-lead .txt-lead {
  margin: 70px auto 50px;
}

@media screen and (max-width: 768px) {
  .sec-lead .txt-lead {
    margin: 6vw auto 6.66vw;
  }
}

.sec-lead + .bnr-contact {
  position: relative;
  margin-top: -60px;
}

@media screen and (max-width: 768px) {
  .sec-lead + .bnr-contact {
    margin-top: -8vw;
  }
}

.point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 100px 0 0;
}

@media screen and (max-width: 768px) {
  .point-list {
    margin: 10.66vw 0 0;
  }
}

.point-list--item {
  margin-bottom: 20px;
  width: 32.4%;
  background-color: #fff;
  border: 4px solid #000;
}

@media screen and (max-width: 768px) {
  .point-list--item {
    width: 100%;
  }
}

.point-list--item .head {
  border-bottom: 4px solid #000;
}

.point-list--item .head img {
  vertical-align: bottom;
}

.point-list--item .desc {
  padding: 0 20px 20px;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 2px;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .point-list--item .desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-content {
  padding: 125px 0 0;
}

@media screen and (max-width: 768px) {
  .sec-content {
    padding: 12vw 0 0;
  }
}

.sec-content .sec-ttl {
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .sec-content .sec-ttl {
    margin-bottom: 8.66vw;
  }
}

.bnr-contact a {
  display: inline-block;
}

.sec-product {
  margin-bottom: 125px;
}

@media screen and (max-width: 768px) {
  .sec-product {
    margin-bottom: 12vw;
  }
}

.sec-product .ttl-colum .txtCom01 {
  margin: 20px auto 0;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .sec-product .ttl-colum .txtCom01 {
    margin: 15px 0 0;
  }
}

.sec-product .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 10px;
}

.sec-product .product-list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  width: 48.5%;
}

@media screen and (max-width: 768px) {
  .sec-product .product-list--item {
    width: 100%;
  }
}

.sec-product .product-list--item .img {
  width: 49.48%;
  border: 4px solid #000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec-product .product-list--item .img {
    width: 45%;
  }
}

.sec-product .product-list--item .price {
  width: 50.52%;
}

@media screen and (max-width: 768px) {
  .sec-product .product-list--item .price {
    width: 55%;
  }
}

.sec-product .product-list--item .price .name {
  margin-bottom: 20px;
  padding: 5px 0 5px 12px;
  font-size: 23px;
  font-size: 2.3rem;
  border-bottom: 4px solid #000;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 960px) {
  .sec-product .product-list--item .price .name {
    font-size: 2.39vw;
  }
}

@media screen and (max-width: 768px) {
  .sec-product .product-list--item .price .name {
    margin-bottom: 3vw;
    padding: 0px 0 5px 12px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 640px) {
  .sec-product .product-list--item .price .name {
    font-size: 4.5vw;
  }
}

.sec-product .product-list--item .price .tx-price {
  padding-left: 12px;
}

.sec-product .product-list--item .price .cap {
  margin: 8px 0 0;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .sec-product .product-list--item .price .cap {
    font-size: 2.08vw;
  }
}

@media screen and (max-width: 768px) {
  .sec-product .product-list--item .price .cap {
    margin: 2px 0 0;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .sec-product .product-list--item .price .cap {
    font-size: 3.5vw;
  }
}

.sec-flow .ttl-colum {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sec-flow .ttl-colum {
    margin-bottom: 30px;
  }
}

.sec-flow .flow--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 4px solid #000;
}

.sec-flow .flow--item .ttl {
  width: 18.8%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec-flow .flow--item .ttl {
    width: 100%;
    border-bottom: 4px solid #000;
  }
}

@media screen and (min-width: 769px) {
  .sec-flow .flow--item .ttl img {
    width: 100%;
  }
}

.sec-flow .flow--item .desc {
  padding: 40px 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 81.2%;
  border-left: 4px solid #000;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .sec-flow .flow--item .desc {
    padding: 20px 4%;
    width: 100%;
    border-left: 0;
  }
}

.sec-flow .flow--item .desc p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .sec-flow .flow--item .desc p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .sec-flow .flow--item .desc p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-flow .flow--item .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.sec-flow .flow--item .btn-box a {
  display: inline-block;
  margin: 15px 0 0;
  width: 49.1%;
}

@media screen and (max-width: 640px) {
  .sec-flow .flow--item .btn-box a {
    width: 100%;
  }
}

.sec-flow .arrow {
  margin: 34px 0;
}

@media screen and (max-width: 640px) {
  .sec-flow .arrow {
    margin: 20px 0;
  }
}

.sec-flow .bnr-contact {
  margin: 60px 0;
}

@media screen and (max-width: 768px) {
  .sec-flow .bnr-contact {
    margin: 40px 0;
  }
}

.sec-contact .ttl-colum .txtCom01 {
  margin: 20px auto 0;
  max-width: 915px;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .sec-contact .ttl-colum .txtCom01 {
    margin: 15px 0 0;
  }
}

.sec-contact .form-content {
  margin: 100px auto 25px;
  max-width: 822px;
}

@media screen and (max-width: 768px) {
  .sec-contact .form-content {
    margin: 8vw auto 25px;
  }
}

.sec-contact .form-content .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .sec-contact .form-content .form-item {
    margin-bottom: 25px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.sec-contact .form-content .form-item .head {
  padding: 4px 0;
  width: 31.38%;
}

@media screen and (max-width: 768px) {
  .sec-contact .form-content .form-item .head {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
  }
}

.sec-contact .form-content .form-item .head .required {
  margin-left: 1em;
  color: #ff0000;
}

.sec-contact .form-content .form-item .input-area {
  width: 68.61%;
}

@media screen and (max-width: 768px) {
  .sec-contact .form-content .form-item .input-area {
    width: 100%;
  }
}

.sec-contact .form-content input, .sec-contact .form-content textarea {
  display: inline-block;
  padding: 4px 10px;
  width: 100%;
  border: 1px solid #91774f;
  background-color: #fff;
  resize: none;
}

@media screen and (max-width: 768px) {
  .sec-contact .form-content input, .sec-contact .form-content textarea {
    padding: 10px 10px;
  }
}

.sec-contact .form-content textarea {
  height: 295px;
}

@media screen and (max-width: 768px) {
  .sec-contact .form-content textarea {
    height: 180px;
  }
}

.sec-contact .contact-tel {
  margin: 60px 0 80px;
  padding: 38px 0 32px;
  color: #fff;
  background: url(../img/common/bg_or_border.png) repeat left top;
}

@media screen and (max-width: 768px) {
  .sec-contact .contact-tel {
    margin: 40px 0 60px;
    padding: 20px 0 25px;
  }
}

.sec-contact .contact-tel .telNo {
  margin: 10px 0;
  font-size: 68px;
  font-size: 6.8rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .sec-contact .contact-tel .telNo {
    font-size: 8.854vw;
  }
}

.sec-contact .contact-tel .openhour {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .sec-contact .contact-tel .openhour {
    font-size: 2.7vw;
  }
}

/* ====================================================
MODULE
==================================================== */
/*パンくずMODULE*/
/*見出しMODULE*/
.sec-ttl {
  text-align: center;
}

.ttl-colum {
  margin-bottom: 20px;
  padding: 40px 0;
  text-align: center;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}

@media screen and (max-width: 768px) {
  .ttl-colum {
    padding: 20px 0;
  }
}

/*テキストMODULE*/
.txtCom01 {
  margin: 0 auto;
  max-width: 940px;
  color: #231815;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .txtCom01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .txtCom01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.al-c {
  text-align: center;
}

.al-r {
  text-align: right;
}

.al-l {
  text-align: left;
}

/*リンクMODULE*/
.txtLink {
  color: blue;
  text-decoration: underline;
}

.txtLink:hover {
  text-decoration: none;
}

/*リンクMODULE*/
/*ボタンMODULE*/
.btn {
  width: 100px;
  height: 50px;
  border: 2px solid #FFCCCC;
  text-align: center;
  line-height: 50px;
}

.btnRed {
  color: red;
  background-color: #FFCCCC;
}

.btnBlue {
  color: white;
  border-color: blue;
  background-color: blue;
}

/*リストMODULE*/
/*ボックスMODULE*/
/*グリッドMODULE*/
/*フォームMODULE*/
/*--//MODULE--*/
/* ====================================================
BtoB
==================================================== */
#page-index_btob .img-main {
  background: url(../img/btob/bg_mainbg.png) no-repeat center top;
  background-size: 100%;
  padding: 60px 0 85px;
}

@media screen and (max-width: 768px) {
  #page-index_btob .img-main {
    padding: 8vw 0 11.33vw;
  }
}

#page-index_btob .img-main .inner {
  max-width: 1120px;
  position: relative;
}

#page-index_btob .img-main .logo {
  width: 17.9%;
  position: absolute;
  top: 0;
  left: 30px;
}

#page-index_btob .img-main .logo img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  #page-index_btob .img-main .logo {
    left: 4%;
  }
}

#page-index_btob .img-main .txt-logo {
  font-size: 18px;
  font-size: 1.8rem;
  color: #231815;
  position: absolute;
  top: -27px;
  left: 30px;
}

@media screen and (max-width: 768px) {
  #page-index_btob .img-main .txt-logo {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  #page-index_btob .img-main .txt-logo {
    left: 4%;
    font-size: 12px;
    font-size: 1.2rem;
    top: -18px;
  }
}

#page-index_btob .sec-setting {
  margin: 130px 0 100px;
}

@media screen and (max-width: 768px) {
  #page-index_btob .sec-setting {
    margin: 12vw 0;
  }
}

#page-index_btob .sec-setting .setting-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#page-index_btob .sec-setting .setting-list--item {
  margin-bottom: 20px;
  padding: 0 12px 15px;
  width: 23.5%;
  text-align: center;
  border: 4px solid #000;
}

@media screen and (max-width: 768px) {
  #page-index_btob .sec-setting .setting-list--item {
    padding: 0 5px 15px;
    width: 48%;
  }
}

#page-index_btob .sec-setting .setting-list--item p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #page-index_btob .sec-setting .setting-list--item p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#page-index_btob .sec-setting .setting-list--item.other {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* ====================================================
BtoC
==================================================== */
#page-index_btoc .img-main {
  background: url(../img/btoc/bg_mainbg.png) no-repeat center top;
  background-size: 100%;
  padding: 80px 0 75px;
}

@media screen and (max-width: 768px) {
  #page-index_btoc .img-main {
    padding: 8vw 0 11.33vw;
  }
}

#page-index_btoc .img-main .inner {
  max-width: 1120px;
  position: relative;
}

#page-index_btoc .img-main .logo {
  width: 17.9%;
  position: absolute;
  top: 0;
  left: 30px;
}

#page-index_btoc .img-main .logo img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  #page-index_btoc .img-main .logo {
    left: 4%;
  }
}

#page-index_btoc .img-main .txt-logo {
  font-size: 18px;
  font-size: 1.8rem;
  color: #231815;
  position: absolute;
  top: -27px;
  left: 30px;
}

@media screen and (max-width: 768px) {
  #page-index_btoc .img-main .txt-logo {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  #page-index_btoc .img-main .txt-logo {
    left: 4%;
    font-size: 12px;
    font-size: 1.2rem;
    top: -18px;
  }
}

#page-index_btoc .sec-lead {
  background: url(../img/common/bg_bl_border.png) repeat center top;
}

@media screen and (min-width: 769px) {
  #page-index_btoc .sec-lead {
    padding: 130px 0 140px;
  }
}

@media screen and (min-width: 769px) {
  #page-index_btoc .sec-lead .txt-lead {
    margin: 80px auto 90px;
  }
}

@media screen and (min-width: 769px) {
  #page-index_btoc .sec-content .sec-ttl {
    margin-bottom: 110px;
  }
}

#page-index_btoc .sec-concern {
  margin: 65px 0 110px;
}

@media screen and (max-width: 768px) {
  #page-index_btoc .sec-concern {
    margin: 12vw 0;
  }
}

#page-index_btoc .sec-concern .concern-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #page-index_btoc .sec-concern .concern-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#page-index_btoc .sec-concern .concern-list--item {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 2%;
  margin-bottom: 16px;
  padding: 10px;
  width: 23.5%;
  min-height: 148px;
  text-align: center;
  border: 4px solid #000;
  background: #fff;
}

#page-index_btoc .sec-concern .concern-list--item:nth-child(4n+1) {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  #page-index_btoc .sec-concern .concern-list--item {
    margin-left: 0;
    width: 48%;
    min-height: 120px;
  }
  #page-index_btoc .sec-concern .concern-list--item:nth-child(4n+1) {
    margin-left: 0%;
  }
}

#page-index_btoc .sec-concern .concern-list--item p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: left;
}

@media screen and (max-width: 960px) {
  #page-index_btoc .sec-concern .concern-list--item p {
    font-size: 1.9vw;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 768px) {
  #page-index_btoc .sec-concern .concern-list--item p {
    font-size: 2.9vw;
  }
}

@media screen and (max-width: 640px) {
  #page-index_btoc .sec-concern .concern-list--item p {
    font-size: 4vw;
  }
}

@media screen and (min-width: 769px) {
  #page-index_btoc .sec-product .ttl-colum {
    margin-bottom: 45px;
  }
}

#page-index_btoc .sec-product .ttl-list {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #page-index_btoc .sec-product .ttl-list {
    margin-bottom: 25px;
  }
}

#page-index_btoc .sec-product .product-list:first-of-type {
  margin-bottom: 40px;
}

/*# sourceMappingURL=maps/styles.css.map */
