@charset "UTF-8";

/* CSS Document */
/*--------------------------------------------------------------------
■共通
--------------------------------------------------------------------*/
body {
  min-width: 320px;
  font-size: 14px;
}

img {
  width: 100%;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

main {
  padding-top: 65px;
}

/*--------------------------------------
■共通
------------------------------------- */
.inner {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.sec01 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.sec01.bg01 {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.sec02 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sec03 {
  margin-top: 50px;
  margin-bottom: 50px;
}

#pageTitle {
  height: 180px;
  background-position: right center;
  background-color: #eeeeee;
  background-size: contain;
  margin-top: 65px;
}

#pageTitle.stationery {
  background: url(../../img/office_supplies/title_bg.png) no-repeat center right -40vw/cover;
}

#pageTitle.office {
  background: url(../../img/office_furniture/title_bg.png) no-repeat center right -40vw/cover;
}

#pageTitle.office_design {
  background: url(../../img/office_design/title_bg.png) no-repeat center right -60vw/cover;
}

#pageTitle.proposal {
  background: url(../../img/office_proposal/title_bg.png) no-repeat center right -40vw/cover;
}

#pageTitle.layout {
  background: url(../../img/office_design/title_bg.png) no-repeat center right -40vw/cover;
}

#pageTitle.space {
  background: url(../../img/office_space/title_bg.png) no-repeat center right -40vw/cover;
}

#pageTitle.oa {
  background: url(../../img/office_oa/title_bg.png) no-repeat center right -40vw/cover;
}

#pageTitle.prevention {
  background: #eee;
  position: relative;
}

#pageTitle.prevention::before {
  content: "";
  width: 70vw;
  height: 100%;
  background: url(../../img/disaster/title_bg_sp.png) no-repeat top left / cover;
  position: absolute;
  top: 0;
  right: 0;

}

#pageTitle.blog {
  background: url(../../img/blog/title_bg.png) no-repeat center right -40vw/cover;
}

#pageTitle.info {
  background: url(../../img/info/title_bg.png) no-repeat center right -40vw/cover;
}

#pageTitle.catalog {
  background: url(../../img/catalog/title_bg.png) no-repeat center right -40vw/cover;
}

#pageTitle.concept {
  background: url(../../img/concept/title_bg.png) no-repeat center right -40vw/cover;
}

#pageTitle.contact,
#pageTitle.company {
  position: relative;
  background: #eee;
}

#pageTitle.contact::before {
  content: "";
  width: 70vw;
  height: 100%;
  background: url(../../img/contact/title_bg_sp.png) no-repeat top left / cover;
  position: absolute;
  top: 0;
  right: 0;

}

#pageTitle.faq {
  background: url(../../img/faq/title_bg.png) no-repeat center right -30vw/cover;
}

@media screen and (min-width:500px) {
  #pageTitle.faq {
    background: url(../../img/faq/title_bg.png) no-repeat center center/cover;
  }
}

#pageTitle.works {
  background: url(../../img/works/title_bg.png) no-repeat center right -40vw/cover;
}

#pageTitle.works_datail {
  background: url(../../img/works_datail/title_bg.png) no-repeat center right -40vw/cover;
}

#pageTitle.product_catalog {
  background: url(../../img/product_catalog/title_bg.png) no-repeat center right -40vw/cover;
}

#pageTitle.company {
  background: url(../../img/company/title_bg.png) no-repeat center right -40vw/cover;
}

#pageTitle h2 {
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.sub_title01 {
  width: 100%;
  font-size: 18px;
  margin-bottom: 30px;
}

.sub_title01_02 {
  width: calc(100% - 20px);
  color: #143081;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.075em;
  white-space: normal;
  margin-top: 10px;
  padding-left: calc(1em + 10px);
  text-indent: -1.75em;
}

.point_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #143081;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: -40px auto 0;
  position: relative;
}

.point_icon::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 8px 0 8px;
  border-color: #143081 transparent transparent transparent;
  position: absolute;
  bottom: 10px;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.sub_title02 {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 36px;
  padding-left: 10px;
}

.sub_title02::before {
  height: 17px;
}

.sub_title03 {
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.sub_title05 {
  font-size: 20px;
  letter-spacing: 0.075em;
  padding-bottom: 10px;
  border-bottom: solid 1px #143081;
  margin: 30px auto 0;
}

.sub_title05:first-of-type {
  margin: 0 auto;
}

.sub_txt01,
.sub_txt02 {
  font-size: 14px;
}

.sub_list01 {
  margin-right: 10px;
  margin-left: 10px;
}

.sub_list01 li {
  width: 100%;
  margin-bottom: 40px;
}

.sub_list01 li .title {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 10px;
}

.sub_list02 {
  margin-right: 10px;
  margin-left: 10px;
}

.sub_list02 li {
  width: 48%;
  margin-bottom: 30px;
}

.sub_list02 li .title {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 10px;
}

/*-------------------
ヘッダー
------------------ */
#header {
  height: 65px;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  z-index: 9999;
  padding: 0 20px;
}

#header .wrapper {
  position: relative;
}

#h_logo,
#h_logo2 {
  width: 140px;
  padding-top: 0;
  position: absolute;
  top: 23.5px;
  left: 0;
}

#h_logo2 {
  left: 20px;
}


#h_logo img,
#h_logo2 img {
  display: block;
}

#h_contact,
#h_navi {
  display: none;
}

#sp_menu {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 110px;
  height: 65px;
}

#sp_menu .mail,
.remodal .mail {
  width: 28px;
  position: absolute;
  top: 20.9px;
  right: 55px;
}


#sp_menu .menu {
  width: 24px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#sp_menu .menu img {
  display: block;
}

.remodal {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  height: 100%;
}

.remodal-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 12px;
  left: auto;
}

.remodal-close::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #213676;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.remodal-close::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #213676;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#sp_navi {
  width: 100%;
  height: calc(100% - 65px);
  display: block;
  margin-top: 65px;
  border-top: 1px solid #d1d1d1;
  background-color: #213676;
  overflow-y: scroll;
}

#sp_navi li {
  width: 100%;
  background: #213676;
  border-bottom: 1px solid #fff;
  border-top: none;
}

#sp_navi .p-list-li {
  pointer-events: none;
}

#sp_navi .c-list-li {
  padding-left: 30px;
  position: relative;
}

#sp_navi .c-list-li::before {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

#sp_navi li a {
  display: block;
  padding: 30px 20px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  line-height: 1em;
}

/*-------------------
フッター
------------------ */
#footer {
  padding-top: 20px;
  padding-bottom: 10px;
}

#footer .inner {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#footer #f_company {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 0;
  padding-right: 0;
}

#f_company .sns-area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#f_company .sns-area li {
  margin: 0 5px;
}

#f_company .logo {
  text-align: center;
}

#f_company .f_address {
  text-align: center;
  display: none;
}

#f_company .f_tel {
  text-align: center;
  display: none;
  margin-bottom: 20px;
}

#f_company .logo {
  text-align: center;
  width: 115px;
  margin-right: auto;
  margin-left: auto;
}

#f_navi {
  display: none;
}

#footer .overlay {
  height: 45px;
  z-index: 50;
}

#footer .overlay .f_contact {
  width: calc(50% - 45px);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 45px;
  padding-right: 15px;
  padding-left: 20px;
  text-align: center;
}

#footer .overlay .f_contact::after {
  border-width: 22.5px 0 22.5px 20px;
}

#footer .overlay .f_contact span {
  font-size: 16px;
  line-height: 45px;
}

#footer .overlay .f_button {
  width: calc(50% + 45px);
  height: 45px;
  padding-left: 30px;
  padding-right: 20px;
  justify-content: center;
}

#footer .overlay .f_button .tel a {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
  margin-right: auto;
  background-size: auto 20px;
  padding-left: 25px;
  pointer-events: auto;
}

#footer .overlay .f_button .mail {
  display: none;
}

#footer .copyright {
  padding-top: 20px;
  padding-bottom: 50px;
}

#page_up {
  width: 40px;
  height: 40px;
  bottom: 50px;
}

/*-------------------
文具・事務用品
------------------ */
.stepBox {
  width: auto;
  padding: 15px;
  display: block;
  margin-right: 10px;
  margin-left: 10px;
}

.stepBox .step {
  padding: 20px;
  width: auto;
}

.step .num {
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  padding-right: 0px;
}

.step h4 {
  color: #ffffff;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.stepBox .stepTxt {
  width: auto;
  padding-top: 10px;
}

.stepTxt .txt01 {
  font-size: 16px;
}

.stepTxt .txt02 {
  font-size: 14px;
}

.stepTxt .txt03 {
  margin-top: 5px;
  font-size: 18px;
}

.step_arrow {
  height: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-size: contain;
}

.makerBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.makerBox .image {
  width: 620px;
}

.makerBox .detail {
  width: 660px;
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-left: 0px solid #959595;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
  border-top: 1px solid #959595;
}

.makerBox .detail .cat span {
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  background-color: #143081;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.8em;
  font-size: 16px;
}

.makerBox .detail .txt {
  line-height: 1.8em;
  font-weight: bold;
  margin-top: 10px;
}

.makerList01 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.makerList01 li {
  width: 48%;
  margin-bottom: 20px;
}

.catalogBanner01 {
  margin-top: 70px;
  margin-bottom: 70px;
  margin-left: 10px;
  margin-right: 10px;
}

.catalogBanner01 a {
  border: 1px solid #b1b1b1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalogBanner01 a .txt {
  width: 45%;
  padding-right: 10px;
  padding-left: 10px;
}

.catalogBanner01 a .txt01 {
  padding: 5px;
  font-size: 16px;
  width: 100%;
  line-height: 20px;
}

.catalogBanner01 a .txt02 {
  width: 100%;
  font-size: 16px;
  padding-top: 10px;
}

.catalogBanner01 a .image {
  width: 55%;
}

/*-------------------
オフィス空間・家具
------------------ */
.office_check03 {
  width: 100%;
  padding: 30px 20px;
  border: 1px solid #868686;
  position: relative;
  margin: 0 auto 50px;
}

.office_check03 .block-ttl01 {
  width: 100%;
  font-size: 18px;
  color: #143081;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.office_check03 .block-img01 {
  position: static;
  width: 100%;
  text-align: center;
}


.office_check03 ul {
  width: 100%;
  padding: 30px 20px;
  background-color: #e7eaf2;
  border-radius: 6px;
  margin-top: 20px;
}

.office_check03 ul li {
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 10px;
  position: relative;
  padding-left: 30px;
}

.office_check03 ul li:first-of-type {
  margin-top: 0;
}

.office_check03 ul li::before {
  content: "";
  background-image: url(../../img/office_furniture/check02.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 28px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0px;
  background-size: contain;
}

.office_check,
.office_check2 {
  width: auto;
  margin-right: 10px;
  padding: 20px;
  margin-left: 10px;
  margin-bottom: 50px;
}

.office_check li,
.office_check2 li {
  font-size: 16px;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.office_check li::before,
.office_check2 li::before {
  width: 9px;
  height: 18px;
  top: 8px;
}

.office_produce {
  width: 100%;
  display: block;
  padding: 0 10px;
}

.officeBox {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #959595;
  position: relative;
  padding-bottom: 0;
}

.officeBox .detail {
  padding: 30px 20px;
}

.officeBox .detail h4 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-align: center;
}

.officeBox .detail .txt {
  line-height: 1.8em;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 0.075em;
}

.officeBox .detail .link {
  width: 250px;
  position: static;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin: 30px auto 0;
}

.officeBox .detail .link a {
  color: #ffffff;
  background-image: url(../../img/office_furniture/button01.png);
  width: 250px;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
}

.officeBox .detail .link a:hover {
  opacity: 0.7;
}

.question {
  margin-left: 10px;
  margin-right: 10px;
}

.question dt,
.question dd {
  font-size: 16px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 50px;
  padding-bottom: 10px;
  line-height: 32px;
}

.question dt::before,
.question dd::before {
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.layout_list01 {
  width: auto;
  display: block;
  margin-left: auto;
}

.layoutBox {
  width: 320px;
  height: 248px;
  background-size: 100% 100%;
  max-width: none;
  min-height: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.layoutBox h4 {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
}

.layoutBox p {
  line-height: 30px;
  margin-top: 20px;
  letter-spacing: 0em;
  width: auto;
  font-size: 14px;
  margin-left: 40px;
  margin-right: 20px;
}

.layout_list02 {
  margin-left: 10px;
  margin-right: 10px;
}

.layout_list02 li {
  width: 48%;
  margin-bottom: 30px;
}

.layout_list02 li p {
  width: 130px;
  height: 90px;
  top: calc(50% - 45px);
  left: calc(50% - 65px);
  font-size: 16px;
}

.exampleBox {
  margin-bottom: 70px;
}

.example {
  padding: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.example h4 {
  font-size: 14px;
  line-height: 36px;
  padding-left: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.example h4 span {
  width: 70px;
  height: 36px;
  top: 10px;
  left: 10px;
  background-color: #ffffff;
  color: #143081;
  text-align: center;
  display: block;
}

.example .detail {
  display: block;
}

.example .about {
  width: auto;
  margin-bottom: 10px;
}

.example .about table th {
  padding: 15px;
  font-size: 16px;
  width: 90px;
  text-align: left;
}

.example .about table td {
  padding: 15px;
  font-size: 14px;
}

.example .detail .photo {
  position: relative;
}

.example .detail .photo span {
  font-size: 16px;
  padding-right: 10px;
  padding-left: 10px;
}

.layout_after {
  width: 218px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 110px;
}

.example_after {
  display: block;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.example_after.prevention {
  margin-top: 50px;
  margin-bottom: 30px;
  margin-left: 40px;
  margin-right: 40px;
}

.example_after .d2 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.example_after .d2 img {
  width: auto;
}

.example_after.prevention .d2 {
  width: 100%;
  padding: 0px;
}

.example_after .d2 span {
  font-size: 16px;
}

.example_after.prevention .d2 span {
  top: 10px;
  left: 10px;
}

.example_after .d3 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-bottom: 0px;
}

.example_after.prevention .d3 {
  width: 100%;
  padding: 0px;
}

.example_after .d3 span {
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
}

.example_after.prevention .d3 span {
  top: 10px;
  left: 10px;
}

.example .table {
  width: 100%;
}

.example .table table {
  width: 100%;
}

.example .table table tr:nth-child(2n) {
  background-color: #eeeeee;
}

.example .table table th {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  width: 75px;
}

.example .table table td {
  padding: 10px;
  font-size: 16px;
}

.space_box {
  display: block;
  margin-bottom: 40px;
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 30px;
}

.space_box .box {
  width: auto;
}

.space_box h4 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

.space_box h4 span {
  margin-right: 10px;
  display: inline-block;
  width: 28px;
}

.space_box p {
  font-size: 14px;
  margin-bottom: 20px;
}

.space_box .image {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.beforeAfter {
  width: auto;
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.beforeAfter .box {
  display: block;
  margin-bottom: 20px;
}

.beforeAfter .before,
.beforeAfter .after {
  width: auto;
}

.beforeAfter .before span,
.beforeAfter .after span {
  top: 10px;
  left: 10px;
  font-size: 16px;
  width: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.beforeAfter .arrow {
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url(../../img/office_space/arrow01_sp.png);
  width: 36px;
  margin-right: auto;
  margin-left: auto;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}

.beforeAfter .arrow img {
  display: none;
}

/*-------------------
pickup-list
------------------ */
.pickup-list {
  display: block;
}

.pickup-list li {
  width: 100%;
  margin-right: 0;
  padding-bottom: 0;
}

.pickup-list li:nth-of-type(-n + 3) {
  margin-top: 70px;
}

.pickup-list li:nth-of-type(1) {
  margin-top: 0;
}

.pickup-list li .list-data {
  width: 100%;
  display: flex;
  align-items: center;
}

.pickup-list li .list-data .cat {
  padding: 5px 10px;
}

.pickup-list li .list-ttl {
  font-size: 16px;
  line-height: 1.4;
}

.pickup-list li .list-txt {
  font-size: 14px;
}

.pickup-list li .list-btn {
  max-width: 200px;
  position: static;
  margin: 20px auto 0;
}

/*-------------------
いち衛門とは
------------------ */
.conceptImg01 {
  margin-right: 30px;
  margin-left: 30px;
}

.concept_list01 {
  display: block;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
}

.concept_list01 li {
  width: auto;
  margin-bottom: 40px;
}

.concept_list01 h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.concept_list01 p {
  line-height: 24px;
  font-size: 16px;
}

.concept_list02 {
  width: calc(100% - 20px);
  display: block;
  font-size: 16px;
  margin: 30px auto 0;
}

.concept_list02 li {
  width: auto;
  margin-bottom: 10px;
}

.concept_list02 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.concept_list02 .image {
  width: 50%;
  display: block;
}

.concept_list02 .txt {
  width: 50%;
  font-size: 16px;
}

.concept_list03 {
  width: calc(100% - 20px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.concept_list03 li {
  width: 48%;
  text-align: center;
  margin-top: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.concept_list03 li:nth-child(-n + 2) {
  margin-top: 0px;
}

/*-------------------
コンセプト
------------------ */
#concept {
  padding-top: 50px;
  padding-bottom: 50px;
}

#concept .concept_txt01 {
  width: 100%;
  font-size: 1em;
  margin-top: 20px;
}

#concept .concept01 .concept_txt01 {
  width: 100%;
}

#concept .concept01 .inner {
  padding: 0 10px;
}

#concept .concept01 .inner .concept_img01 {
  right: 0;
}

#concept .concept02 {
  margin-top: 50px;
}

#concept .concept02 .inner {
  padding: 0 10px;
}

#concept .concept03 {
  margin-top: 50px;
}

#concept .concept03 .inner {
  padding-right: 0;
  padding: 0 10px;
  position: relative;
}

#concept .concept03 .inner .concept_img02 {
  width: 60%;
  position: static;
  top: 0;
  transform: translateY(0%);
  text-align: center;
  margin: 0 auto;
}

#concept .concept03 .inner .concept_txt01 {
  padding-left: 0;
}

#concept .concept03 .inner .concept_txt02 {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: static;
}

#concept .concept03 .inner .concept_txt02 img {
  width: 40%;
  display: block;
  margin-left: 3%;
}

.sub_title04 {
  width: 100%;
  font-size: 20px;
}

/*-------------------
ブログ
------------------ */
#blog_contents {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
  margin-top: 30px;
}

.content {
  width: 100%;
  order: 1;
}

.content.catalog {
  width: calc(100% - 120px);
}

.blog_list {
  display: block;
}

.blog_list .date {
  padding-top: 2px;
}

.blog_list li {
  width: 100%;
  margin-top: 30px;
}

.blog_list.blog_list_top li {
  width: 100%;
}

.blog_list li:nth-of-type(-n + 3) {
  margin-top: 30px;
}

.blog_list li:first-of-type {
  margin-top: 0;
}


.blog_side {
  width: 100%;
  order: 2;
  margin-top: 50px;
}

.side_list01 {
  margin-bottom: 40px;
}

.side_list01 li {
  width: 100%;
  margin-bottom: 10px;
}

.side_list01 li a {
  font-size: 16px;
}

.side_list02 {
  margin-bottom: 40px;
}

.side_list02 li {
  margin-top: 20px;
}

.side_list02 li .image {
  margin-right: 20px;
}

.side_list02 li .txt {
  width: calc(100% - 160px);
}

.side_list02 li:first-of-type {
  margin-top: 0;
}

#side_catalog {
  width: 100px;
}

.side_list03 {
  border-top: 1px solid #808080;
}

.side_list03 li {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #808080;
  width: 100%;
}

.side_list03 li a {
  font-size: 11px;
  color: #333333;
  display: block;
  padding: 5px;
  text-align: center;
}

.catalog_list {
  width: 100%;
}

.catalog_list li {
  width: 100%;
  margin-bottom: 50px;
}

.catalog_list li .head {
  position: relative;
  display: block;
}

.catalog_list .cat {
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  line-height: 20px;
  font-size: 12px;
  display: inline-block;
  width: auto;
  position: static;
}

.catalog_list .name {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 0%;
  padding-bottom: 5px;
  line-height: 24px;
  font-size: 14px;
  min-height: 0px;
}

.catalog_item {
  display: block;
  padding-top: 10px;
}

.catalog_list .detail {
  width: 100%;
  padding-top: 5px;
  display: block;
}

.catalog_list .image {
  width: 100%;
  display: block;
}

#catalog_single .head {
  display: block;
  margin-top: 0px;
}

.catalog_cat {
  line-height: 24px;
  font-size: 16px;
  margin-right: 0px;
  height: 30px;
}

#catalog_title {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 24px;
  font-size: 16px;
  min-height: 30px;
  margin-top: 10px;
}

#catalog_single .detail {
  display: block;
}

#catalog_single .photo {
  width: 100%;
}

#catalog_single .spec {
  width: auto;
  margin-top: 20px;
}

#catalog_single .spec p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.catalog_slide {
  margin-bottom: 10px;
}

.catalog_thum {
  margin-left: 0.5%;
}

.catalog_thum .slick-slide {
  margin-right: 1%;
  margin-bottom: 5px;
  width: 24% !important;
}

.catalog_table {
  margin-top: 30px;
}

.catalog_table table th {
  padding: 10px;
  width: 100px;
  font-size: 14px;
}

.catalog_table table td {
  font-size: 14px;
  padding: 10px;
}

.pageNavi {
  margin-top: 50px;
}

/*-------------------
お問い合わせ
------------------ */
.mailform {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.mailform input,
.mailform textarea,
.mailform select {
  padding: 8px;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border: 1px solid #000;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mailform dt {
  padding-top: 25px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  width: auto;
}

.mailform dt.textbox {
  width: 100%;
}

.mailform dd {
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 20px;
  min-height: 0px;
}

.mailform dd .zip {
  background-color: #000;
  color: #ffffff;
  padding: 5px;
  font-style: 16;
  display: inline-block;
  margin-left: 20px;
  margin-top: -5px;
}

.mailform dd p {
  padding-top: 10px;
}

#privacy {
  width: auto;
  margin-top: -40px;
  padding-top: 80px;
  margin-bottom: 40px;
}

#privacy .sub_txt02 {
  margin-left: auto;
  margin-right: auto;
}

#privacy textarea {
  width: 100%;
  height: 240px;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chkbox {
  width: 300px;
  margin-bottom: 20px;
}

.chkbox label span {
  font-size: 12px;
}

.submit_btn {
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  text-align: center;
}

.submit_btn input[type="submit"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.submit_btn input[type="submit"].back {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.contact_tel {
  padding: 25px;
  width: auto;
  margin-top: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

.contact_tel h3 {
  font-size: 20px;
  padding: 10px;
}

.contact_tel p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: left;
}

.contact_tel .tel_number {
  display: block;
}

.contact_tel .tel_number dl {
  width: auto;
  text-align: center;
  margin-bottom: 10px;
}

.contact_tel .tel_number dt {
  display: inline;
  font-size: 20px;
  font-weight: bold;
}

.contact_tel .tel_number dd {
  display: inline;
  font-size: 30px;
}

.mw_wp_form_preview .mailform dd {
  padding-left: 0px;
}

/* 会社概要 */
.company_table table th {
  width: auto;
  display: block;
}

.company_table table td {
  width: auto;
  display: block;
  margin-bottom: 30px;
  border: none;
}

.concept02 .concept_box01 {
  position: static;
}

.concept02 .concept_box01 .img01 {
  width: calc(100% - 20px);
  text-align: center;
  margin: 20px auto 0;
}

.concept02 .inner .sub_title02,
.concept02 .inner .sub_txt02 {
  padding-right: 0;
}

.concept06 .inner {
  position: relative;
  height: auto;
}

.concept06 .inner .gmap {
  width: 100%;
  height: 400px;
  position: static;
  margin: 20px auto 0;
}

.concept06 .inner .gmap iframe {
  width: 100%;
  height: 100%;
}

.concept06 .inner .sub_title02,
.concept06 .inner .sub_txt02 {
  padding-right: 0;
}

.infolist {
  width: 100%;
  display: block;
}

.infolist .category {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.7;
  display: inline-block;
  padding: 4px 15px 2px;
  background-color: #143081;
  margin-right: 10px;
  order: 1;
}

.infolist .thum {
  margin-bottom: 10px;
}

.infolist .date {
  width: 65px;
  font-size: 13px;
  color: #333333;
  line-height: 1.7;
  display: flex;
  align-items: center;
  padding-top: 4px;
  order: 2;
}

.infolist .text {
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  order: 3;
}


.infolist02 li a {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.infolist02 li a .category {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.7;
  display: inline-block;
  padding: 4px 15px 2px;
  background-color: #143081;
  margin-right: 10px;
  order: 1;
}

.infolist02 li a .date {
  width: 65px;
  font-size: 13px;
  color: #333333;
  line-height: 1.7;
  display: flex;
  align-items: center;
  padding-top: 4px;
  order: 2;
}

.infolist02 li a .text {
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  order: 3;
}

#info_single .info_cat {
  font-size: 12px;
  line-height: 1;
  padding: 7px 10px 5px;
  margin-right: 10px;
}

#info_single .info_date {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 0;
}

.works_block {
  width: 100%;
  display: block;
}

.works_box {
  width: 100%;
  background-color: #e7eaf2;
  position: relative;
  margin-top: 20px;
}

.works_box .detail {
  padding: 30px 20px;
}

.works_box .detail h4 {
  font-size: 22px;
  line-height: 1.4;
  color: #143081;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.works_box .detail h4::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #143081;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.works_box .detail .txt {
  font-size: 18px;
  line-height: 1.8em;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-align: center;
  position: static;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 20px;
}

.works_box a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 0;
}

.works_box a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.flow_block {
  width: 100%;
}

.flow_block .flow_box {
  width: 100%;
  height: auto;
  padding: 30px;
  background-color: #e7eaf2;
  margin-top: 30px;
  position: relative;
}

.flow_block .flow_box:first-of-type {
  margin-top: 0;
}

.flow_block .flow_box::before {
  content: "";
  width: 0;
  height: 30px;
  border-right: dotted 4px #143081;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.flow_block .flow_box:first-of-type::before {
  display: none;
}

.flow_block .flow_box .ttl01 {
  width: 100%;
  font-size: 22px;
  line-height: 1.4;
  color: #143081;
  padding-bottom: 15px;
  position: relative;
}

.flow_block .flow_box .img01 {
  width: 40%;
  position: static;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin: 10px auto 0;
}

.flow_block .flow_box .txt01 {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
}

.flow_block .flow_box .txt02 {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
  text-align: right;
  position: static;
}

.flow_block .flow_box .txt02 a {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  color: #143081;
  border-bottom: solid 1px #26335c;
}

.flow_block .flow_box:first-of-type {
  margin-top: 0;
}

.furniture_block {
  width: 100%;
  display: block;
}

.furniture_block .furniture_box {
  width: 100%;
  margin-top: 20px;
}

.furniture_block .furniture_box:first-of-type {
  margin-top: 0;
}

.furniture_block .furniture_box .image {
  width: 100%;
  text-align: center;
}

.furniture_block .furniture_box .ttl {
  width: 100%;
  font-size: 20px;
  color: #143081;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.common_btn_txt01 {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding: 0 20px;
}

.common_btn_txt01 span {
  display: inline-block;
  font-size: 18px;
  color: #143081;
  font-weight: 700;
  position: relative;
  padding: 0 10px;
}

.common_btn_txt01 span::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #143081;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-25deg);
  transform: translateY(-50%) rotate(-25deg);
}

.common_btn_txt01 span::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #143081;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(25deg);
  transform: translateY(-50%) rotate(25deg);
}

.common_btn01 {
  width: 100%;
}

.common_btn01 a {
  width: 100%;
  min-height: 60px;
  border: solid 2px #143081;
  background-color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #143081;
  margin: 10px auto 0;
  position: relative;
}

.common_btn01 a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 2px #26335c;
  border-bottom: solid 2px #26335c;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.common_btn01 a:hover::before {
  right: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.common_btn02 a {
  width: 100%;
  max-width: 300px;
}

.common_btn03 {
  margin-top: 30px;
  padding: 0 10px;
}

.common_btn03 a {
  width: 100%;
  max-width: 400px;
  height: 70px;
  font-size: 20px;
  margin: 0 auto;
}

.common_btn03 a::before {
  width: 20px;
  height: 17.6px;
  right: 30px;
}

.common_btn03 a:hover::before {
  right: 20px;
}

.columnlist {
  display: block;
}

.columnlist li {
  width: 100%;
  margin-top: 30px;
}

.columnlist li:first-of-type {
  margin-top: 0;
}

.link01.pickup {
  width: 230px;
  height: 30px;
  margin: 30px auto 0;
}

.link01.pickup a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 12px;
  background: url(../../img/top/top_button04.png) no-repeat center center/contain;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact_tel02 {
  width: 100%;
  display: block;
  margin-top: 30px;
  text-align: center;
  padding: 0 10px;
}

.contact_tel02 a,
.contact_tel02 span {
  width: 100%;
  pointer-events: auto;
  display: inline-block;
  margin-top: 10px;
}

.mailform02 {
  width: 100%;
  margin-top: 30px;
  padding: 0 10px;
}

.mailform02 dl {
  width: 100%;
}

.mailform02 dt {
  width: 100%;
  padding: 20px;
  background-color: #f3f3f3;
  font-weight: 700;
  border-bottom: solid 1px #dddddd;
  position: relative;
}

.mailform02 dt:first-of-type {
  border-top: solid 1px #dddddd;
}

.mailform02 dt .must {
  width: 45px;
  height: 24px;
  border-radius: 3px;
  background-color: #d71315;
  color: #fff;
  font-size: 13px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mailform02 dt .any {
  width: 45px;
  height: 24px;
  border-radius: 3px;
  background-color: #d71315;
  color: #fff;
  font-size: 13px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #999999;
}

.mailform02 dd {
  width: 100%;
  padding: 20px;
  border-bottom: solid 1px #dddddd;
}

.mailform02 p {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
}

.mailform02 dd.form_name input {
  width: 45%;
  margin-right: 2%;
}

.mailform02 dd .zip {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 3%;
  color: #fff;
  background-color: #999;
  margin-left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 0;
  width: calc(100% - 215px);
  display: inline-block;
  text-align: center;
}

.mailform02 dd .zip:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mailform02 dd .zip .pc {
  display: none;
}

.mailform02 dd:first-of-type {
  border-top: none;
}

.mailform02 input,
.mailform02 textarea {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mailform02 select {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
}

.mailform02 input:focus,
.mailform02:focus,
.mailform02 select:focus {
  outline: none;
}

.mailform02 .mwform-tel-field {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mailform02 .mwform-tel-field input {
  width: 30% !important;
}

.question02 {
  width: 100%;
  border-bottom: none;

}

.question02 dt {
  width: 100%;
  cursor: pointer;
  border-top: solid 1px #dddddd;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  position: relative;
}

.question02 dt p {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 30px 20px;
  line-height: 1.4;
}

.question02 dt::before {
  content: "";
  width: 12px;
  height: 12px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.question02 dt.arrow::before {
  -webkit-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.question02 dt p span {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}

.question02 dd {
  width: 100%;
  cursor: pointer;
  font-weight: 700;
  background-color: #f3f3f3;
  display: none;
}

.question02 dd p {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 30px 20px;
  line-height: 1.4;
}

.question02 dd p span {
  font-size: 20px;
  color: #143081;
  display: inline-block;
  margin-right: 10px;
}

.bread_area {
  width: 100%;
  margin-top: 10px;
}

.bread_area .list {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bread_area .list li {
  padding-right: 30px;
  position: relative;
  font-size: 12px;
  font-weight: 700;
}

.bread_area .list li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-right: solid 1px #143081;
  border-bottom: solid 1px #143081;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.bread_area .list li:last-of-type::before {
  display: none;
}

.works_list01 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.works_list01 li {
  width: 48%;
  margin-right: 4%;
  margin-top: 10%;
}

.works_list01 li:nth-of-type(-n + 3) {
  margin-top: 10%;
}

.works_list01 li:nth-of-type(-n + 2) {
  margin-top: 0;
}

.works_list01 li:nth-of-type(3n) {
  margin-right: 4%;
}

.works_list01 li:nth-of-type(2n) {
  margin-right: 0;
}

.works_list01 li a {
  width: 100%;
  color: #333;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.works_list01 li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.works_list01 li a .img01 {
  width: 100%;
  height: 100px;
  text-align: center;
}

.works_list01 li a .img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works_list01 li a .ttl01 {
  font-size: 18px;
  margin-top: 20px;
}

.works_list01 li a .dl01 {
  width: 100%;
  display: block;
  border: solid 1px #dddddd;
  border-top: none;
}

.works_list01 li a .dl01:first-of-type {
  margin-top: 20px;
  border-top: solid 1px #dddddd;
}

.works_list01 li a .dl01 dt {
  width: 100%;
  padding: 10px;
  background-color: #f3f3f3;
  text-align: center;
}

.works_list01 li a .dl01 dd {
  width: 100%;
  padding: 10px;
}

.works_datail {
  width: 100%;
  padding: 0 20px;
}

.works_datail #slider {
  width: 100%;
  padding: 0 40px;
}

.works_datail #slider .slick-prev,
.works_datail #slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -1000px;
  overflow: hidden;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background-color: #9a9a9a;
}

.works_datail #slider .slick-prev::before,
.works_datail #slider .slick-next::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
}

.works_datail #slider .slick-prev {
  left: 0;
}

.works_datail #slider .slick-prev::before {
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 10px;
  left: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.works_datail #slider .slick-next {
  right: 0;
}

.works_datail #slider .slick-next::before {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 10px;
  right: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.works_datail #thumbnail_slider {
  width: 100%;
  padding: 0 40px;
  margin-top: 10px;
}

.works_datail #thumbnail_slider .slick-track .slick-slide {
  padding: 0;
}

.works_datail #thumbnail_slider .slick-track .slick-slide li {
  border: solid 1px transparent;
}

.works_datail #thumbnail_slider .slick-track .slick-current li {
  border: solid 1px #1d2b55;
}

.works_datail .copy {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}

.works_datail .copy span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  border-bottom: solid 1px #000;
  padding: 0 20px 5px 20px;
}

.works_datail .list01 {
  width: calc(100% - 20px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  padding: 10px;
  margin: 45px auto 0;
}

.works_datail .list01 dt {
  width: 70px;
  font-weight: 700;
  display: inline-block;
}

.works_datail .list01 dt:first-of-type {
  padding-left: 1em;
}

.works_datail .list01 dd {
  width: calc(100% - 70px);
  display: inline-block;
}

.works_datail .list01 dd:first-of-type {
  margin-right: 0;
}

.works_datail .list02,
.works_datail .list03 {
  width: calc(100% - 20px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.works_datail .list02 dt,
.works_datail .list03 dt {
  width: 70px;
  font-weight: 700;
  border-bottom: solid 1px #dddddd;
  padding: 10px 0;
}

.works_datail .list02 dd,
.works_datail .list03 dd {
  width: 100%;
  border-bottom: solid 1px #dddddd;
  padding: 10px 0;
  padding-left: 70px;
}

.works_datail .list02 dd:first-of-type,
.works_datail .list03 dd:first-of-type {
  width: calc(100% - 70px);
  padding-left: 0;
}

.works_datail .list02 {
  margin-top: 50px;
}


.office_supplies_list01 li {
  margin-top: 20px;
}

.office_supplies_list01 li:first-of-type {
  margin-top: 0;
}

.office_supplies_list01 li h4 {
  padding-bottom: 10px;
}

.office_supplies_list01 li p {
  padding: 0 20px;
}

.disaster_flow {
  margin-top: 30px;
}

.disaster_flow .disaster_flow_box {
  display: block;
}

.disaster_flow .disaster_flow_box::before {
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.disaster_flow .disaster_flow_box dt {
  width: 100%;
  margin-right: 0;
  padding: 30px;
}

.disaster_flow .disaster_flow_box dd {
  width: 100%;
  min-height: 0;
  margin-top: 20px;
}

.disaster_flow .disaster_flow_box dd ul {
  width: 100%;
}

.disaster_flow .disaster_flow_box dd ul li {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}

.disaster_flow .disaster_flow_box dd ul li:first-of-type {
  margin-top: 0;
}

.disaster_flow .disaster_flow_box dd .txt02 {
  width: 100%;
  font-size: 16px;
  margin-top: 10px;
  text-align: right;
}

.disaster_flow .disaster_flow_box dd .txt02 a {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  color: #143081;
  border-bottom: solid 1px #26335c;
}

.disaster_flow .disaster_flow_box dd .txt02 a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 1px #26335c;
  border-bottom: solid 1px #26335c;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sub_title06 {
  width: calc(100% - 40px);
  max-width: 400px;
  margin: 0 auto;
}

.product_catalog_box_area {
  display: block;
}

.product_catalog_box_area .product_catalog_box {
  margin-top: 100px;
}

.product_catalog_box_area .product_catalog_box:first-of-type {
  margin-top: 0;
}

.product_catalog_box_area .product_catalog_box.herf {
  width: 100%;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list li {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 80px;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list li:nth-of-type(-n + 2) {
  margin-top: 60px;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list li:nth-of-type(1) {
  margin-top: 0;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list li .product_catalog_img {
  width: 100%;
  float: none;
  text-align: center;
  margin-top: 30px;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list li .product_catalog_img img {
  max-width: 100%;
  width: auto;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list li .product_catalog_ttl {
  width: 100%;
  float: none;
  margin-top: 0;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list li .product_catalog_txt {
  width: 100%;
  float: none;
  margin-top: 20px;
}

/*# sourceMappingURL=sp.css.map */


/**20210917**/
.guidance-input label {
  margin: 5px 10px 0 0 !important;
  display: inline-block !important;
}

.guidance-input label input {
  width: auto !important;
  padding: 0 !important;
  margin: 0 1px 2px 0 !important;
}

.agree {
  width: 100%;
  text-align: center;
}

.agree label {
  margin-top: 20px;
  display: inline-block;
}

.agree label input {
  width: auto !important;
  padding: 0 !important;
  margin: 0 1px 2px 0 !important;
}

.submit_btn02 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.submit_btn02 button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 47.5%;
  height: 50px;
  font-size: 1.125em;
  color: #143081;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: solid 1px #143081;
  margin-top: 30px;
  transition: .2s;
}

.submit_btn02 button.back {
  color: #ffff;
  background-color: #bbb;
  border: solid 1px #bbb;
  margin-right: 5%;
}

.submit_btn02 button.back::before {
  display: none;
}

.submit_btn02 button.back:hover {
  color: #fff;
  background-color: #bbb;
  opacity: .7;
  transition: .2s;
}

.submit_btn02 button::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: solid 1px #143081;
  border-bottom: solid 1px #143081;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
  transition: .2s;
}

.submit_btn02 button:hover {
  color: #fff;
  background-color: #143081;
  transition: .2s;
}

.submit_btn02 button:hover::before {
  right: 10px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transition: .2s;
}