@charset "UTF-8";
html {
  font-size: 17px;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 3.4vw;
  }
}

body {
  background-color: #f2f2f3;
  color: #3e3a39;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
}

.spOnly {
  display: none;
}
@media screen and (max-width: 600px) {
  .spOnly {
    display: block;
  }
}

.pcheader h1 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.pcheader h1 img {
  width: 260px;
}
@media screen and (max-width: 800px) {
  .pcheader {
    position: fixed;
    z-index: 3000;
    top: 0;
    width: 100%;
    height: 20vw;
    background-color: rgb(242, 242, 243);
  }
  .pcheader h1 {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .pcheader h1 img {
    width: auto;
    height: 12vw;
  }
}

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

.f-min {
  font-family: "貂明朝", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.f-go {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
}

.sec-leadtext {
  text-align: center;
  background-image: url("../img/background_img_pc.jpg");
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 800px) {
  .sec-leadtext {
    margin-top: 20vw;
  }
}
.sec-leadtext h2 {
  font-size: 32px;
  margin-bottom: 2em;
}
@media screen and (max-width: 600px) {
  .sec-leadtext h2 {
    font-size: 6.8vw;
  }
}
.sec-leadtext p {
  line-height: 1.7;
  font-size: 17px;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .sec-leadtext p {
    font-size: 4.1vw;
    text-align: left;
  }
}
.sec-leadtext a {
  display: inline-block;
  border: 1px solid #000;
  padding: 0.8em;
  padding-left: 3em;
  padding-right: 3em;
}
.sec-leadtext p.txt01 {
  margin-top: 0.5em;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .sec-leadtext p.txt01 {
    font-size: 3.2vw;
    text-align: center;
  }
}

.sec-itemlist {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
.sec-itemlist h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .sec-itemlist h2 {
    font-size: 6.8vw;
  }
}
.sec-itemlist h3 {
  text-align: center;
  font-size: 23px;
  margin-top: 1em;
  margin-bottom: 1em;
  display: inline-block;
  border: 1px solid #000;
  padding: 0.5em;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .sec-itemlist h3 {
    font-size: 4.8vw;
  }
}
.sec-itemlist .itembox {
  border-top: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  max-width: 550px;
  padding-bottom: 45px;
}
.sec-itemlist .itembox h4 {
  margin-top: 45px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .sec-itemlist .itembox h4 {
    font-size: 4.6vw;
  }
}
.sec-itemlist .itembox h4::before {
  content: "-";
  margin-right: 0.5em;
}
.sec-itemlist .itembox h4:after {
  margin-left: 0.5em;
  content: "-";
}
.sec-itemlist .itembox p.h4under {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .sec-itemlist .itembox p.h4under {
    font-size: 3.2vw;
  }
}
.sec-itemlist .itembox .tx02 {
  margin-top: 2em;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .sec-itemlist .itembox .tx02 {
    font-size: 3.6vw;
  }
}
.sec-itemlist .itembox .tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.sec-itemlist .itembox .tag li {
  font-size: 12px;
  margin-bottom: 0.5em;
  background-color: #000;
  color: white;
  border-radius: 2em;
  padding: 0.3em;
  margin-right: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 600px) {
  .sec-itemlist .itembox .tag li {
    font-size: 3.2vw;
  }
}
.sec-itemlist .itembox .bdbox {
  margin-top: 1em;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 0.5em;
  padding-bottom: 0;
}
.sec-itemlist .itembox .bdbox td {
  font-size: 13px;
  text-align: left;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 600px) {
  .sec-itemlist .itembox .bdbox td {
    font-size: 3.2vw;
  }
}
.sec-itemlist .itembox .bdbox td:first-child {
  padding-right: 2em;
  width: 7em;
}
.sec-itemlist .itembox .product-box {
  display: flex;
  margin-top: 30px;
  margin-bottom: 10px;
}
.sec-itemlist .itembox .product-box .imgbox {
  width: 53%;
}
.sec-itemlist .itembox .product-box .imgbox img {
  width: 100%;
}
.sec-itemlist .itembox .product-box .txtbox {
  padding-top: 10px;
  padding-left: 1rem;
  flex: 1;
  text-align: left;
}
.sec-itemlist .itembox .product-box .txtbox p {
  margin-bottom: 0.5em;
}
.sec-itemlist .itembox .product-box .txtbox p.tx03 {
  font-size: 12px;
  background-color: #c7c7c9;
  padding-left: 1em;
  padding-right: 1em;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .sec-itemlist .itembox .product-box .txtbox p.tx03 {
    font-size: 3.4vw;
  }
}
.sec-itemlist .itembox .product-box .txtbox p.tx04 {
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .sec-itemlist .itembox .product-box .txtbox p.tx04 {
    font-size: 3.7vw;
  }
}
.sec-itemlist .itembox .product-box .txtbox p.tx04 span {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .sec-itemlist .itembox .product-box .txtbox p.tx04 span {
    font-size: 3.2vw;
  }
}
.sec-itemlist .itembox-bdn {
  border-top: none;
}

.sec-trade {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: white;
}
.sec-trade p.contactbtn {
  text-align: center;
  margin-top: 2em;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .sec-trade p.contactbtn {
    font-size: 3.8vw;
  }
}
.sec-trade p.contactbtn a {
  padding: 1em;
  padding-left: 2em;
  padding-right: 2em;
  border: 1px solid #000;
}
.sec-trade h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 600px) {
  .sec-trade h2 {
    font-size: 6.8vw;
  }
}
.sec-trade table th {
  padding-right: 2em;
}
.sec-trade table th::before {
  content: "・";
}
.sec-trade table td {
  padding-bottom: 2em;
}
@media screen and (max-width: 600px) {
  .sec-trade table th,
  .sec-trade table td {
    display: block;
    width: 100%;
  }
  .sec-trade table td {
    padding-left: 1.2em;
  }
}

.w1000 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

.sec-about {
  background-color: #f2f2f3;
  padding-top: 100px;
  padding-bottom: 100px;
}
.sec-about h2 {
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .sec-about h2 {
    font-size: 5.8vw;
  }
}
.sec-about table {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.sec-about table td {
  font-size: 14px;
  padding: 0.8em;
  line-height: 1.8;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .sec-about table td {
    font-size: 3.2vw;
  }
}
.sec-about table td:first-child {
  padding-left: 1em;
  width: 10em;
}
@media screen and (max-width: 600px) {
  .sec-about table td:first-child {
    width: 8em;
    padding-right: 1em;
  }
}

.sec-qa {
  background-color: rgb(240, 238, 234);
  padding-top: 100px;
  padding-bottom: 100px;
}
.sec-qa h2 {
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .sec-qa h2 {
    font-size: 5.8vw;
  }
}
.sec-qa hr {
  margin-left: auto;
  margin-right: auto;
  width: 5em;
  border: none;
  border-top: 1px solid #333;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.sec-qa h3 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 600px) {
  .sec-qa h3 {
    font-size: 4.8vw;
  }
}
.sec-qa h4 {
  margin-top: 2em;
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
}
@media screen and (max-width: 600px) {
  .sec-qa h4 {
    font-size: 4.8vw;
  }
}
.sec-qa ul li {
  margin-bottom: 2em;
}
.sec-qa ul li p {
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  margin-left: 40px;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .sec-qa ul li p {
    font-size: 3.6vw;
    text-align: justify;
  }
}
.sec-qa ul li p::before {
  position: absolute;
  left: -35px;
  width: 26px;
  height: 26px;
}
.sec-qa ul li p.ques::before {
  content: "";
  display: inline-block;
  background: url("../img/Q.png") no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 0.5em;
}
.sec-qa ul li p.ans::before {
  content: "";
  display: inline-block;
  background: url("../img/A.png") no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 0.5em;
}

.copy {
  background-color: rgb(242, 242, 243);
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}
.copy p {
  font-size: 14px;
  color: rgb(204, 204, 204);
}
@media screen and (max-width: 600px) {
  .copy p {
    font-size: 3.2vw;
  }
}
.copy ul {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .copy ul li {
    margin-bottom: 1em;
  }
}
.copy ul li a {
  color: #333;
  font-size: 12px;
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 600px) {
  .copy ul li a {
    font-size: 3.4vw;
  }
}

.pageTop {
  cursor: pointer;
  display: none;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 900;
  transition: 0.3s;
}
.pageTop:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .pageTop {
    right: 1.5vw;
    bottom: 10px;
    width: 12vw;
    height: 12vw;
  }
}

.floatmenu {
  position: fixed;
  right: 15px;
  bottom: 20vh;
}
@media screen and (max-width: 800px) {
  .floatmenu {
    bottom: 40vw;
  }
}
@media screen and (max-width: 600px) {
  .floatmenu {
    right: 1.5vw;
  }
}
.floatmenu a {
  display: inline-block;
  width: 68px;
  height: 68px;
  border-radius: 4em;
  background-color: #9fa0a0;
  color: white;
  display: flex;
  justify-self: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .floatmenu a {
    width: 12vw;
    height: 12vw;
    margin-bottom: 10px;
  }
}
.floatmenu a span {
  text-align: center;
  width: 100%;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .floatmenu a span {
    font-size: 3vw;
    line-height: 1.4;
  }
}

@media screen and (max-width: 800px) {
  .w1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
}/*# sourceMappingURL=layout.css.map */