@charset "UTF-8";
.box_filter {
  width: 600px;
  margin-top: 100px;
  margin-bottom: 60px;
}

.btn_filter {
  cursor: pointer;
  top: -36px;
  right: 0;
  margin-bottom: 10px;
}
.btn_filter .filter_btn_txt {
  font-size: 20px;
}
.btn_filter .plus {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
.btn_filter .plus::after {
  line-height: 20px;
  left: 0;
  right: 0;
}

.lst_filter {
  padding: 20px;
  border-radius: 12px;
}
.lst_filter dl > div {
  margin-bottom: 30px;
}
.lst_filter dl dt {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.lst_filter dl dd ul li {
  border-radius: 6px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.lst_filter dl dd ul li a {
  padding: 5px 8px;
}

.lst_work {
  width: 1000px;
  margin: auto;
}
.lst_work > ul {
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.lst_work > ul > li {
  margin-bottom: 10px;
  width: 33%;
  padding: 10px;
  box-sizing: border-box;
}
.lst_work > ul > li .box_thumb {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: auto;
}
.lst_work > ul > li .box_thumb img {
  max-width: 100%;
  max-height: 200px;
}
.lst_work > ul > li .box_txt {
  z-index: 5;
  position: relative;
}
.lst_work > ul > li .box_txt h3 {
  font-size: 16px;
  margin-bottom: 10px;
  text-decoration: none;
}
.lst_work > ul > li .box_txt .tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.lst_work > ul > li .box_txt .tag li {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 6px;
  margin-right: 3px;
}
.lst_work > ul > li:hover .box_txt h3 {
  color: #D0A226;
  text-decoration: underline;
}
.lst_work > ul > li:hover .box_txt .tag li {
  background-color: #DDD2B6;
}
.lst_work > ul > li:hover .box_thumb {
  width: 100%;
  margin: auto;
}
.lst_work > ul > li:hover .box_thumb img {
  scale: 1.1;
}

.illust_box {
  width: 900px;
  margin: auto;
  margin-top: 60px;
}

.img_illust_box {
  padding: 0;
  margin-bottom: 30px;
}
.img_illust_box .img_box {
  width: auto;
  margin: auto;
}
.img_illust_box .img_box img {
  width: auto;
  max-width: 600px;
  max-height: 660px;
  margin: auto;
}

.text_illust_box {
  padding: 0;
  width: 80%;
  margin: auto;
}
.text_illust_box .ttl_illust {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.text_illust_box .ttl_illust span {
  font-size: 14px;
  width: auto;
}
.text_illust_box .ttl_illust h2 {
  font-size: 24px;
}
.text_illust_box .date {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  font-size: 12px;
}
.text_illust_box .tag {
  padding: 10px 0;
}
.text_illust_box .tag li {
  border: 1px solid #eaeaea;
  padding: 6px 8px;
  border-radius: 6px;
  margin-right: 3px;
}
.text_illust_box .tag li:hover {
  background-color: #EAE6DB;
}
.text_illust_box .overview {
  line-height: 130%;
  margin-bottom: 30px;
}

.work_detail {
  font-size: 12px;
  background-color: #F8F8F8;
  border-radius: 12px;
}
.work_detail dl {
  padding: 30PX;
}
.work_detail dl div {
  border-top: 1px dashed #484848;
  padding: 6px 0;
  display: flex;
}
.work_detail dl div:last-child {
  border-bottom: 1px dashed #484848;
}
.work_detail dl dt {
  font-weight: bold;
}
.work_detail dl dt::after {
  content: "：";
}

.box_about {
  padding: 0;
  width: 900px;
  margin: auto;
  margin-bottom: 60px;
  display: flex;
}
.box_about .about_img {
  width: 35%;
}
.box_about .about_img > p {
  position: absolute;
  bottom: 30px;
  right: 65px;
  font-size: 11px;
}
.box_about .about_txt {
  width: 65%;
}
.box_about .about_name {
  margin-bottom: 10px;
  font-size: 28px;
  text-align: left;
}
.box_about .about_name span {
  font-size: 16px;
}
.box_about .about_detail {
  font-size: 14px;
  margin-bottom: 10px;
}
.box_about .environment {
  margin-bottom: 10px;
}
.box_about .environment dl {
  padding: 10px;
}
.box_about .environment dl > div {
  margin-bottom: 10px;
}
.box_about .environment dl dt {
  margin-bottom: 10px;
}
.box_about .about_zou {
  padding: 16px;
  border-radius: 12px;
}
.box_about .about_zou h4 {
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 6px;
}
.box_about .about_zou h4::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: sub;
}
.box_about .about_zou p {
  line-height: 110%;
}

.box_transmission {
  padding: 0;
  width: 900px;
  margin: auto;
  margin-bottom: 60px;
}
.box_transmission .transmission dl dt {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.box_transmission .transmission dl dd {
  font-size: 16px;
}
.box_transmission .transmission dl dd a::before {
  width: 25px;
  height: 25px;
  border-radius: 30px;
}

.flow_box, .faq_box, .onegai_box {
  padding: 0;
  width: 900px;
  margin: auto;
}

.flow_lst {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.flow_lst li {
  width: 30%;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  margin-bottom: 30px;
  position: relative;
}
.flow_lst li:nth-child(-n+3)::before {
  content: "";
  display: block;
  width: 9%;
  height: 30px;
  background-color: #DDD2B6;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9%;
  margin: auto;
}
.flow_lst li:nth-child(3)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: unset;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #DDD2B6;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}
.flow_lst li:nth-child(4)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: unset;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -26px;
  margin: auto;
}
.flow_lst li:nth-last-child(-n+3)::before {
  content: "";
  display: block;
  width: 9%;
  height: 30px;
  background-color: #DDD2B6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9%;
  margin: auto;
}
.flow_lst li .flow_ttl {
  font-size: 16px;
  margin-bottom: 5px;
}
.flow_lst li .flow_ttl .num {
  width: 22px;
  height: 22px;
  font-size: 16px;
  line-height: 22px;
  margin-right: 5px;
}
.flow_lst li .flow_ttl .num::before {
  width: 22px;
  height: 22px;
  border-radius: 30px;
}
.flow_lst li .box_txt p {
  margin-bottom: 20px;
}

.faq_lst div {
  margin-bottom: 40px;
}
.faq_lst dt {
  margin-bottom: 10px;
}
.faq_lst dt .qst_txt {
  font-size: 18px;
  padding: 0;
  line-height: 130%;
}
.faq_lst dt .qst {
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 6px;
}
.faq_lst dd {
  padding: 10px;
  border-radius: 6px;
  line-height: 130%;
}

.onegai_lst {
  margin-bottom: 30px;
}
.onegai_lst div {
  margin-bottom: 10px;
  padding: 12px;
  font-size: 14px;
}
.onegai_lst dt {
  margin-bottom: 10px;
}
.onegai_lst dd {
  line-height: 130%;
}

.contact_box {
  padding: 0;
  width: 900px;
  margin: auto;
}
.contact_box p {
  font-size: 14px;
  margin-bottom: 30px;
}
.contact_box .contact_btn {
  margin: 30px auto 60px auto;
}
.contact_box .contact_btn input {
  width: 500px;
  text-align: center;
  border-radius: 60px;
  font-size: 18px;
  padding: 20px;
  cursor: pointer;
}
.contact_box .contact_btn.two {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row-reverse;
  width: 700px;
}
.contact_box .contact_btn.two input {
  width: 60%;
  padding: 10px;
  font-size: 18px;
  margin-bottom: 0;
}
.contact_box .contact_btn.two .back_btn {
  width: 30%;
  text-align: center;
  padding: 10px;
  border-radius: 60px;
  font-size: 18px;
}

.to_order {
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.to_order p {
  margin-bottom: 0;
}
.to_order .to_order_btn {
  width: 300px;
  padding: 10px;
  border-radius: 30px;
}

.inquiry_flow_bar {
  margin: 30px auto;
  width: 700px;
}
.inquiry_flow_bar span {
  padding: 20px;
  width: 33%;
  font-size: 14px;
}

.contact_form {
  width: 600px;
  margin: auto;
}
.contact_form .order_detail_box > div {
  margin-bottom: 15px;
}
.contact_form .contact_ttl {
  border-left: 6px solid #D0A226;
  padding: 14px;
  font-size: 16px;
  margin-bottom: 30px;
}
.contact_form > div {
  margin-bottom: 15px;
}
.contact_form label {
  font-size: 14px;
  margin-bottom: 8px;
}
.contact_form label span {
  padding: 3px 5px;
  margin-left: 5px;
  font-size: 12px;
}
.contact_form select {
  padding: 10px;
  font-size: 14px;
}
.contact_form input {
  padding: 10px;
  font-size: 14px;
}
.contact_form textarea {
  padding: 10px;
  font-size: 14px;
  height: 140px;
  margin-bottom: 3px;
}
.contact_form .media legend {
  font-size: 14px;
  margin-bottom: 6px;
}
.contact_form .media > div {
  margin-right: 10px;
}
.contact_form .media label {
  cursor: pointer;
}
.contact_form .number_of_illustrations > input {
  width: 100px;
  margin-right: 6px;
}
.contact_form .agree {
  padding: 20px;
}
.contact_form .agree input {
  margin-right: 10px;
}
.contact_form .agree label {
  margin-bottom: 10px;
}

.confirm_ttl {
  border-left: 3px solid #D0A226;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  background-color: #EAE6DB;
}

.confirm_lst {
  width: 650px;
  margin: auto;
}
.confirm_lst dl {
  padding: 0;
}
.confirm_lst dl div {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row;
  margin-bottom: 8px;
}
.confirm_lst dl dt {
  padding: 8px;
  width: 40%;
  box-sizing: border-box;
}
.confirm_lst dl dd {
  padding: 8px 8px 10px 8px;
  width: 60%;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
}

.complete_box > p {
  text-align: center;
}

.emergency_case {
  width: 600px;
  padding: 20px;
  border-radius: 12px;
  margin: auto;
  margin-bottom: 60px;
}
.emergency_case p {
  margin-bottom: 0;
}

.privacy_box {
  padding: 0;
  width: 900px;
  margin: auto;
}
.privacy_box p {
  margin-bottom: 30px;
}

.privacy_lst {
  margin-bottom: 60px;
}
.privacy_lst div {
  margin-bottom: 30px;
}
.privacy_lst dt {
  border-left: 3px solid #D0A226;
  padding-left: 5px;
  font-size: 18px;
  margin-bottom: 8px;
}

.sitemap_box {
  padding: 0;
  margin-bottom: 60px;
}

.sitemap_lst {
  width: 800px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitemap_lst li {
  border-radius: 6px;
  margin-bottom: 10px;
  width: 49%;
  box-sizing: border-box;
}
.sitemap_lst li a {
  padding: 20px;
  font-size: 16px;
}

.notfound_img_box {
  padding: 0;
  margin: auto;
  margin-bottom: 30px;
  width: 600px;
}

.notfound_txt_box {
  padding: 0;
}
.notfound_txt_box p {
  text-align: center;
  font-size: 14px;
}

@media screen and (min-width: 770px) and (max-width: 1000px) {
  .lst_work {
    width: 90%;
  }
  .illust_box {
    width: 80%;
  }
  .box_about {
    width: 80%;
  }
  .box_transmission {
    width: 80%;
  }
  .flow_box, .faq_box, .onegai_box {
    width: 80%;
  }
  .contact_box {
    width: 80%;
  }
  .privacy_box {
    width: 80%;
  }
  .notfound_img_box {
    width: 80%;
  }
}/*# sourceMappingURL=lower_pc.css.map */