@charset "UTF-8";
/*color*/
.bg01 {
  background: url(../img/cmn/bg_pt100.png);
}

.bg02 {
  background: url(../img/cmn/bg_pt_wh.png);
}

.bg03 {
  background: url(../img/top/bg_blog.jpg) no-repeat center center/cover;
}

/*---------------------------------------
common
----------------------------------------*/
.sub section {
  max-width: unset;
  width: 100%;
}

.sub .inner a {
  text-decoration: none;
}

.sub .inner a .red {
  text-decoration: underline;
}

.sub .inner .flex-btw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.sub .inner .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sub .inner .dot li {
  list-style: disc;
  margin-left: 20px;
}

.sub .inner p {
  font-size: 16px;
  line-height: 3rem;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .sub .inner p {
    font-size: 14px;
  }
}

.sub table.def-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.3rem;
  letter-spacing: 0.1em;
}

.sub table.def-table tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30%;
  padding: 1.7rem;
  border: 1px solid #cfcfcf;
  background-color: #ef9ba1;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

@media only screen and (max-width: 767px) {
  .sub table.def-table tr th {
    width: 100%;
    display: block;
  }
}

.sub table.def-table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70%;
  padding: 1.5rem 3rem 1.5rem 3rem;
  background: #fff;
  border-bottom: #eee 1px solid;
  border-right: #eee 1px solid;
  border: 1px solid #ddd;
  line-height: 25px;
  text-align: left;
}

.sub table.def-table tr td .span {
  font-size: 11px;
}

@media only screen and (max-width: 767px) {
  .sub table.def-table tr td {
    width: 100%;
    display: block;
    padding-left: 10%;
  }
}

@media only screen and (min-width: 767px) {
  .sub .br_sp {
    display: none;
  }
}

.sub .br_sp02 {
  display: none;
}

.sub .wp-pagenavi {
  /* wp navi*/
  clear: both;
  text-align: center;
  margin: 50px 0 0;
}

.sub .wp-pagenavi a,
.sub .wp-pagenavi span {
  display: inline-block;
  color: inherit;
  background-color: #22222b;
  border: 2px solid #522603;
  padding: 4px 8px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sub .wp-pagenavi a:hover,
.sub .wp-pagenavi span:hover {
  border: 2px solid #522603;
  background-color: #ef9ba1;
  color: #fff;
  z-index: 10;
}

.sub .wp-pagenavi span.current {
  color: #fff;
  background-color: #ef9ba1;
  border: 2px solid #522603;
  font-weight: bold;
}

/*list*/
.sub .inner .list02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub .inner .list02 li {
  width: calc(100% - 52%);
}

.sub .inner .list02 li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .sub .inner .list02 li {
    width: 100%;
  }
}

.sub .inner .list03 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sub .inner .list03 li {
  width: calc(100% - 69%);
  margin-top: 20px;
}

.sub .inner .list03 li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .sub .inner .list03 li {
    height: 100%;
    width: 100%;
  }
  .sub .inner .list03 li:nth-child(1) {
    margin-top: 0;
  }
}

/*margin*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

.mt140 {
  margin-top: 140px;
}

.mt200 {
  margin-top: 200px;
}

.mb100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .mt40 {
    margin-top: 30px;
  }
  .mt60 {
    margin-top: 40px;
  }
  .mt80 {
    margin-top: 60px;
  }
  .mt100 {
    margin-top: 80px;
  }
  .mt120 {
    margin-top: 100px;
  }
  .mt200 {
    margin-top: 150px;
  }
  .sp_mt10 {
    margin-top: 10px;
  }
  .sp_mt20 {
    margin-top: 10px;
  }
  .sp_mt40 {
    margin-top: 40px;
  }
  .sp_mt100 {
    margin-top: 100px;
  }
}

/*inner*/
.sub .inner {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .sub .inner {
    width: 90%;
    padding: 40px 0;
  }
}

/*main vis*/
#header.sub_site-header {
  position: static;
}

.sub_mainvis {
  background: url(../img/cmn/sub_main.jpg) no-repeat left bottom/cover;
  position: relative;
  background-size: cover;
  padding-top: 20%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_mainvis h2 {
  width: 100%;
  line-height: 3.5rem;
  color: #522603;
  position: absolute;
  top: 35%;
  font-family: 'Alata', sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.sub_mainvis h2 span {
  font-size: 70px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'Lora', serif;
}

@media only screen and (max-width: 1040px) {
  .sub_mainvis {
    height: 250px;
  }
  .sub_mainvis h2 {
    top: 45%;
  }
  .sub_mainvis h2 span {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .sub_mainvis {
    height: 250px;
  }
  .sub_mainvis h2 {
    font-size: 14px;
    top: 40%;
  }
  .sub_mainvis h2 span {
    font-size: 50px;
  }
}

@media only screen and (max-width: 496px) {
  .sub_mainvis {
    height: 200px;
  }
  .sub_mainvis h2 {
    font-size: 12px;
    top: 45%;
  }
  .sub_mainvis h2 span {
    font-size: 40px;
  }
}

.bcList {
  font-size: 14px;
  padding: 8px 0;
  width: 100%;
  text-align: left;
}

.bcList ul {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}

.bcList ul li {
  display: inline;
  list-style: none;
}

.bcList ul li a {
  padding-right: 15px;
  padding-left: 15px;
}

.bcList ul li em {
  font-weight: bold;
  font-style: normal;
}

.bcList ul li:after {
  content: ">";
}

.bcList ul li:last-child {
  padding-left: 5px;
}

.bcList ul li:last-child:after {
  display: none;
}

/* slider */
.bxslider_thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  list-style: none;
}

.bxslider_thumbnail > li {
  width: calc(100% / 5);
}

.bxslider_thumbnail > li > a {
  display: block;
  position: relative;
  padding-top: 75%;
}

.bxslider_thumbnail > li > a > img {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
}

.bx-wrapper img {
  display: block;
  width: 100%;
}

.bx-controls-direction .bx-prev {
  color: #522603;
  margin: 20px;
  text-transform: uppercase;
}

.bx-controls-direction .bx-next {
  color: #522603;
  margin: 20px;
  text-transform: uppercase;
}

.current span {
  display: inline-block;
  color: inherit;
  background-color: #522603;
  color: #fff;
  font-weight: bold;
  padding: 4px 8px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pagenation {
  text-align: center;
}

.pagenation li {
  display: inline;
}

.pagenation li a {
  display: inline-block;
  color: inherit;
  background-color: #522603;
  color: #fff;
  padding: 4px 8px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pagenation li a:hover, .pagenation li a:active {
  background-color: #522603;
  color: #fff;
  z-index: 10;
  font-weight: bold;
}

.sub .inner .def_btn {
  display: inline;
}

.sub .inner .def_btn a {
  display: block;
  background-color: #ef9ba1;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 30px;
  width: 20%;
  margin: auto;
  text-align: center;
}

.sub .inner .def_btn a:hover, .sub .inner .def_btn a:active {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sub .inner .def_btn a {
    width: 100%;
  }
}

/*---------------------------------------
ttl tex
----------------------------------------*/
.sub .inner .ttl-01 {
  display: block;
  line-height: 1;
  text-align: left;
  color: #522603;
  font-family: 'Lora', serif;
  line-height: 40px;
  font-size: 6rem;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.sub .inner .ttl-01 span {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  position: absolute;
  top: 180%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: -0.5px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .ttl-01 {
    font-size: 4rem;
  }
  .sub .inner .ttl-01 span {
    font-size: 1.2rem;
    top: 150%;
    left: 45%;
  }
}

.sub .inner .ttl-02 {
  font-size: 20px;
  padding: 3px 10px;
  position: relative;
  letter-spacing: 3px;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: left;
  padding-left: 16px;
  border-bottom: #ddd 1px solid;
  border-left: 3px solid #522603;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.sub .inner .ttl-03 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 70px;
  line-height: 1.5;
  white-space: nowrap;
  position: relative;
}

.sub .inner .ttl-03::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #643e20;
  bottom: -30px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .sub .inner .ttl-03 {
    font-size: 2rem;
  }
}

.sub .inner .catch-01 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sub .inner .catch-01 {
    font-size: 16px;
    text-align: left;
  }
}

/*---------------------------------------
	sitemap
----------------------------------------*/
.sub .inner .sitemap_list li {
  width: calc(100% - 69%);
  height: 100px;
}

.sub .inner .sitemap_list li a {
  width: 100%;
  margin-top: auto;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .sitemap_list li {
    width: 100%;
  }
}

/*---------------------------------------
	blog
----------------------------------------*/
.sub .inner .blog_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub .inner .blog_box .blog_item {
  width: calc(100% - 70%);
  margin-top: 40px;
}

.sub .inner .blog_box .blog_item a {
  text-decoration: none;
  line-height: 2rem;
}

.sub .inner .blog_box .blog_item .blog_day {
  text-align: left;
  font-size: 1.4rem;
  color: #ef9ba1;
}

.sub .inner .blog_box .blog_item .blog_ttl {
  font-weight: bold;
}

.sub .inner .blog_box .blog_item .blog_text {
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
  line-height: 2rem;
}

@media only screen and (max-width: 767px) {
  .sub .inner .blog_box .blog_item {
    width: 100%;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .sub .inner .blog_box .blog_item.blog_item-first {
    margin-top: 0;
  }
}

.sub .inner .blog_box .blog_item img {
  width: 340px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------------------------------------
    datail
----------------------------------------*/
.sub .inner .sub_blog p {
  margin-top: 20px;
  text-align: left;
  line-height: 30px;
}

.sub .inner .sub_blog .img {
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .sub_blog .img {
    width: 100%;
  }
}

.sub .inner .blog-btn {
  color: #fff;
  font-size: 16px;
  display: block;
  width: 200px;
  height: 60px;
  line-height: 50px;
  margin: 60px auto;
  text-align: center;
}

.sub .inner .blog-btn a {
  color: #fff;
  display: block;
  text-decoration: none;
  background: #522603;
  border: 2px solid #522603;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 3.5;
  height: 60px;
  border-radius: 30px;
}

.sub .inner .blog-btn a:hover {
  background: #522603;
  border: 2px solid #522603;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*---------------------------------------
	contact
----------------------------------------*/
.sub .inner .contact_text {
  margin-top: 60px;
}

.sub .inner .contact-form input {
  border: 1px solid #ccc;
  padding: 15px;
  width: 100%;
}

.sub .inner .contact-form input[type="radio"] {
  width: auto;
}

.sub .inner .contact-form textarea {
  border: none;
  padding: 15px;
  width: 100%;
  border: 1px solid #ccc;
}

.sub .inner .checkbox input {
  display: inline-block;
  width: 20px;
}

.sub .inner .contact_btn {
  text-align: center;
}

.sub .inner .contact_btn input {
  width: 30%;
  min-width: 180px;
  font-size: 1.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  line-height: 50px;
  -webkit-appearance: none;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  border: #522603 solid 2px;
  background: #522603;
}

.sub .inner .contact_btn input:hover {
  background: #fff;
  border: #522603 solid 2px;
  color: #522603;
}

.sub .inner .contact_btn p {
  margin-top: 10px;
}

.sub .inner *:focus {
  outline: none;
}

.sub .inner .clrred {
  color: #cc0000;
}

.sub .inner .privacyBox {
  padding: 20px;
  width: 100%;
  height: 190px;
  overflow-y: scroll;
  margin-bottom: 18px;
  border: 1px solid #aaa;
  line-height: 1.7;
}

.sub .inner .privacyBox h4 {
  font-size: 1em;
  margin: 20px 0 4px;
  padding: 0;
}

.sub .inner .privacyBox p {
  margin-top: 0;
  font-size: 14px;
}

.sub .inner .contact_btn .contact_back {
  display: block;
  position: relative;
}

.sub .inner .contact_btn .contact_back::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 55%;
  left: 38%;
}

.sub .inner .contact_btn .contact_back .input {
  width: 30%;
  min-width: 180px;
  font-size: 1.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  line-height: 50px;
  -webkit-appearance: none;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  border: none;
  margin: 0 auto;
}

.sub .inner .contact_btn .contact_back a {
  position: relative;
  color: #fff;
  display: block;
  background-color: #f68104;
  color: #fff;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sub .inner .contact_btn .contact_back a:hover {
  background: #262f3a;
  opacity: 0.7;
}

.sub .inner .contact_btn .contact_back a img {
  width: 6px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.sub .inner .contact_btn .contact_back *:focus {
  outline: none;
}

.sub .inner .contact_btn .contact_back .clrred {
  color: #ef9ba1;
}

.sub .inner .contact_btn .contact_back .privacyBox {
  padding: 20px;
  width: 100%;
  height: 190px;
  overflow-y: scroll;
  margin-bottom: 18px;
  border: 1px solid #aaa;
  line-height: 1.7;
}

.sub .inner .contact_btn .contact_back .privacyBox h4 {
  font-size: 1em;
  margin: 20px 0 4px;
  padding: 0;
}

.sub .inner .contact_btn .contact_back .privacyBox p {
  margin-top: 0;
  font-size: 14px;
}

/*---------------------------------------
	shop
----------------------------------------*/
.sub .inner img {
  border-radius: 10px;
}

.sub .inner .shop_img {
  height: 90%;
}

.sub .inner .shop_kazari_img {
  position: relative;
}

.sub .inner .shop_kazari_img img {
  width: 20%;
  position: absolute;
  right: -25%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .shop_kazari_img img {
    width: 30%;
    right: -8%;
  }
}

/*---------------------------------------
	about
----------------------------------------*/
.sub .inner .about_flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sub .inner .about_flex .about_tex p span {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sub .inner .about_flex .about_tex p {
    margin-top: 20%;
  }
}

.sub .inner .failure_list .failure_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #522603;
}

@media only screen and (max-width: 767px) {
  .sub .inner .failure_list .failure_ttl {
    margin-top: 20px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .sub .inner .failure_list {
    margin-top: 60px;
  }
}

.sub .inner .sub_btn {
  margin: 80px auto;
}

@media only screen and (max-width: 767px) {
  .sub .inner .sub_btn {
    margin-top: 60px;
  }
}

.sub .inner .kazari_img {
  position: relative;
}

.sub .inner .kazari_img img {
  width: 20%;
  position: absolute;
  top: 10%;
  right: -20%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .kazari_img img {
    width: 30%;
    right: -5%;
  }
}

.sub .inner .about_kazari_img {
  position: relative;
}

.sub .inner .about_kazari_img img {
  width: 20%;
  position: absolute;
  bottom: 50%;
  left: -25%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .about_kazari_img img {
    width: 20%;
    left: -5%;
  }
}

/*---------------------------------------
	products
----------------------------------------*/
.sub .inner .products_box {
  margin: 2em 0;
  position: relative;
  padding: 0.25em 1em;
  border: solid 2px #522603;
  border-radius: 3px 0 3px 0;
}

.sub .inner .products_box:before, .sub .inner .products_box:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px #522603;
  border-radius: 50%;
}

.sub .inner .products_box:after {
  top: -12px;
  left: -12px;
}

.sub .inner .products_box:before {
  bottom: -12px;
  right: -12px;
}

.sub .inner .products_box p {
  margin: 0;
  padding: 20px;
}

.sub .inner .popular_list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sub .inner .popular_list .popular_box {
  background-color: #ef9ba1;
  padding: 30px;
  border-radius: 10px;
}

.sub .inner .popular_list .popular_box .popular_tex_box {
  background-color: #fff;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sub .inner .popular_list .popular_box .popular_tex_box h4 {
  color: #522603;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.sub .inner .popular_list .popular_box .popular_tex_box02 {
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .popular_list .popular_box .popular_tex_box02 {
    padding-bottom: 20px;
  }
}

.sub .inner .popular_list .popular_box .popular_img {
  border-radius: 10px 10px 0px 0px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .popular_list .popular_box {
    padding: 20px;
  }
  .sub .inner .popular_list .popular_box .popular_tex_box {
    padding: 10px;
  }
  .sub .inner .popular_list .popular_box .popular_tex_box h4 {
    font-size: 16px;
  }
}

.sub .inner .product_flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub .inner .product_flex li {
  margin-left: 30px;
  margin-top: 30px;
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .product_flex li {
    width: 100%;
    margin-left: 0px;
  }
  .sub .inner .product_flex li img {
    width: 100%;
  }
}

.sub .inner .new_ttl {
  font-weight: bold;
  color: #522603;
}

.sub .inner .new_btn {
  width: 40%;
}

.sub .inner .new_btn img {
  width: 30px;
  border-radius: 0px;
  vertical-align: middle;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .new_btn {
    width: 100%;
  }
}

.sub .inner .faq_ttl {
  width: 40%;
  position: absolute;
}

.sub .inner .faq_ttl span {
  position: relative;
  left: 1%;
}

.sub .inner .faq_box {
  width: 100%;
}

.sub .inner .faq_box dt {
  background: #ef9ba1;
  color: #fff;
  padding: 17px 30PX 20PX 60PX;
  border-radius: 2px;
  font-size: 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sub .inner .faq_box dt {
    font-size: 18px;
  }
}

.sub .inner .faq_box dt::before {
  content: "Q.";
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  top: 6px;
  left: 20px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .faq_box dt::before {
    font-size: 25px;
    top: 10px;
  }
}

.sub .inner .faq_box dd {
  background: #fff;
  padding: 17px 30PX 20PX 60PX;
  border-radius: 2px;
  margin-bottom: 10px;
  position: relative;
}

.sub .inner .faq_box dd::before {
  content: "A.";
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  top: 6%;
  left: 20px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .faq_box dd::before {
    font-size: 25px;
    top: 10px;
  }
}

.sub .inner .new_kazari {
  position: relative;
}

.sub .inner .new_kazari .new_img {
  width: 30%;
  position: absolute;
  right: -20%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .new_kazari .new_img {
    width: 40%;
    right: -5%;
    bottom: -215px;
  }
}

.sub .inner .products_kazari {
  position: relative;
}

.sub .inner .products_kazari .products_img {
  width: 18%;
  position: absolute;
  left: -25%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .products_kazari .products_img {
    width: 20%;
    left: -5%;
  }
}

/*---------------------------------------
	lesson
----------------------------------------*/
.sub .inner .lesson_bold {
  font-weight: bold;
  font-size: 20px;
  color: #522603;
}

@media only screen and (max-width: 767px) {
  .sub .inner .lesson_bold {
    font-size: 16px;
  }
}
/*# sourceMappingURL=sub.css.map */