@charset "UTF-8";

/* CSS Document */
/*--------------------------------------------------------------------
■共通
--------------------------------------------------------------------*/
[title^="お知らせ"] {
  background-color: #F7A477 !important;
}

[title^="新商品紹介"] {
  background-color: #C8A209 !important;
}

[title^="その他"] {
  background-color: #53930D !important;
}

body {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  min-width: 1280px;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

.clear {
  clear: both;
}

.clearfix {
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

a[href^="tel:"]:hover {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/*--------------------------------------
■共通
------------------------------------- */
.inner {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sec01 {
  margin-top: 70px;
  margin-bottom: 150px;
  padding: 0 20px;
}

.sec01.bg01 {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 0;
  margin-bottom: 70px;
  background-color: #f5f5f5;
}

.sec02 {
  padding: 70px 20px;
  background-color: #fbfbfb;
}

.sec03 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.notFound {
  padding-top: 100px;
  padding-bottom: 100px;
}

#pageTitle {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
}

#pageTitle.stationery {
  background-image: url(../../img/office_supplies/title_bg.png);
}

#pageTitle.office {
  background-image: url(../../img/office_furniture/title_bg.png);
}

#pageTitle.office_design {
  background-image: url(../../img/office_design/title_bg.png);
}

#pageTitle.proposal {
  background-image: url(../../img/office_proposal/title_bg.png);
}

#pageTitle.layout {
  background-image: url(../../img/office_design/title_bg.png);
}

#pageTitle.space {
  background-image: url(../../img/office_space/title_bg.png);
}

#pageTitle.oa {
  background-image: url(../../img/office_oa/title_bg.png);
}

#pageTitle.prevention {
  background-image: url(../../img/disaster/title_bg.png);
  background-position: right center;
}

#pageTitle.blog {
  background-image: url(../../img/blog/title_bg.png);
}

#pageTitle.info {
  background-image: url(../../img/info/title_bg.png);
}

#pageTitle.catalog {
  background-image: url(../../img/catalog/title_bg.png);
}

#pageTitle.concept {
  background-image: url(../../img/concept/title_bg.png);
}

#pageTitle.contact {
  background-image: url(../../img/contact/title_bg.png);
  background-position: top center;
}

#pageTitle.faq {
  background-image: url(../../img/faq/title_bg.png);
}

#pageTitle.works {
  background-image: url(../../img/works/title_bg.png);
}

#pageTitle.works_datail {
  background-image: url(../../img/works_datail/title_bg.png);
}

#pageTitle.product_catalog {
  background-image: url(../../img/product_catalog/title_bg.png);
}

#pageTitle.company {
  background-image: url(../../img/company/title_bg.png);
}

#pageTitle.xxx {
  background-image: url(../../img/xxx/title_bg.png);
}

#pageTitle h2 {
  font-size: 50px;
  font-weight: bold;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 100%;
  line-height: 1.4;
}

.sub_title01 {
  color: #143081;
  line-height: 1.4;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.sub_title01_02 {
  width: 1096px;
  color: #143081;
  line-height: 1.4;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin: 10px auto 0;
  white-space: nowrap;
}

.point_icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #143081;
  font-size: 20px;
  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-top: -100px;
  margin-left: 30px;
  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: 0;
  right: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sub_title02 {
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 0.075em;
  border-left: 6px solid #143081;
  line-height: 92px;
  position: relative;
  padding-left: 20px;
}

.sub_title02::before {
  content: "";
  width: 6px;
  height: 34px;
  position: absolute;
  top: 0px;
  left: -6px;
  z-index: 2;
  background-color: #dddddd;
}

.sub_title03 {
  color: #143081;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #143081;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.sub_title04 {
  color: #fff;
  font-size: 20px;
  color: #143081;
  margin-bottom: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 1px #143081;

  letter-spacing: 0.075em;
}

.sub_title05 {
  font-size: 26px;
  letter-spacing: 0.075em;
  padding-bottom: 10px;
  border-bottom: solid 1px #143081;
  margin-top: 100px;
}

.sub_title05:first-of-type {
  margin-top: 0;
}

.sub_txt01 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.sub_txt01.tal {
  text-align: left;
}

.sub_txt02 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.8;
}

.sub_list01 {
  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;
  margin-right: 30px;
  margin-left: 30px;
}

.sub_list01 li {
  width: 31.6%;
  margin-bottom: 50px;
}

.sub_list01 li .title {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.3em;
  margin-bottom: 20px;
  background-color: #143081;
  text-align: center;
}

.sub_list02 {
  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_list02 li {
  width: 305px;
  margin-bottom: 50px;
}

.sub_list02 li .title {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.3em;
  margin-bottom: 20px;
  background-color: #143081;
  text-align: center;
}

.link_btn01 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 60px;
}

.link_btn01 a {
  display: block;
  line-height: 90px;
  background: #143081;
  border: 1px solid #143081;
  color: #fff;
  font-size: 24px;
  position: relative;
  text-align: center;
}

.link_btn01 a:hover {
  background: #fff;
  color: #143081;
}

.link_btn01 a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #143081;
  top: calc(50% - 10px);
  left: 30px;
  z-index: 2;
  position: absolute;
}

.link_btn01 a:after {
  content: "";
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: 20px;
  background: #fff;
  z-index: 1;
  position: absolute;
}

.m_lr30 {
  margin-right: 30px;
  margin-left: 30px;
}

.m_b0 {
  margin-bottom: 0px !important;
}

.m_b20 {
  margin-bottom: 20px !important;
}

.m_b40 {
  margin-bottom: 40px;
}

.m_b150 {
  margin-bottom: 150px;
}

.m_t10 {
  margin-top: 10px;
}

/*-------------------
ヘッダー
------------------ */
#header {
  width: 100%;
  height: 140px;
  position: relative;
  padding: 0 20px;
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
}

#h_logo {
  width: 180px;
  padding-top: 60px;
}

#h_logo a {
  width: 100%;
  display: block;
  text-align: center;
}

#h_contact {
  width: 180px;
  height: 180px;
  position: absolute;
  right: 0px;
  top: 0px;
}

#h_contact a {
  width: 180px;
  height: 180px;
  display: block;
  background-image: url(../img/h_mail.png);
  background-position: center 50px;
  background-repeat: no-repeat;
  padding-top: 110px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

#h_contact a:hover {
  opacity: 0.7;
}

#h_navi {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#h_navi li {
  text-align: center;
  margin-right: 40px;
  padding-bottom: 20px;
}

#h_navi li:last-of-type {
  margin-right: 0;
}

#h_navi li a {
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

#h_navi li a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #143081;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transform-origin: left;
  transform-origin: left;
}

#h_navi li a:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#h_navi .p_list_li>a::before {
  display: none;
}

#h_navi .p_list_li .clist_block {
  width: 100%;
  background-color: rgba(255, 255, 255, .5);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  display: none;
  z-index: 2;
}

#h_navi .p_list_li:hover .clist_block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

#h_navi .p_list_li .clist_block dl {
  width: 750px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}

#h_navi .p_list_li .clist_block dl dt {
  font-size: 1.125em;
  font-weight: 700;
  margin-right: 30px;
  padding: 10px 30px 10px 20px;
  border-right: solid 1px #333;
}

#h_navi .p_list_li .clist_block dl dd {
  margin-right: 40px;
}

/*-------------------
フッター
------------------ */
#footer {
  width: 100%;
  border-top: 1px solid #cccccc;
  padding-top: 40px;
  padding-bottom: 60px;
}

#footer .inner {
  width: 100%;
  display: flex;
  justify-content: center;
}

#footer .copyright {
  color: #999999;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}

#footer .f_company {
  width: 400px;
  padding-top: 20px;
}

#f_company .f_address {
  font-family: "Noto Sans JP", sans-serif;
  color: #666666;
  font-size: 12px;
  padding-top: 20px;
  letter-spacing: 1px;
}

#f_company .f_tel {
  font-family: "Noto Sans JP", sans-serif;
  color: #666666;
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 1px;
}

#f_company {
  width: 330px;
  padding-right: 80px;
  margin-top: 30px;
}

#f_company .sns-area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#f_company .sns-area li {
  margin: 0 9px;
}

#f_company .sns-area li a {
  display: inline-block;
  transition: opacity .2s;
}

#f_company .sns-area li a:hover {
  opacity: .7;
  transition: opacity .2s;
}

#f_company .logo {
  text-align: center;
}

#f_navi {
  width: 330px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-right: 220px;
}

#f_navi ul li {
  width: 100%;
}

#f_navi ul li:first-of-type {
  font-weight: 700;
  border-bottom: solid 1px #000;
  padding-bottom: 3px;
  margin-bottom: 5px;
}

#f_navi li a {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  text-align: center;
  color: #666666;
  font-size: 16px;
  line-height: 2em;
}

#f_navi li a:hover {
  opacity: 0.7;
}

#footer .overlay {
  width: 100%;
  height: 60px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  background-color: #767676;
  z-index: 50;
}

#footer .overlay .f_contact {
  width: calc(50% - 60px);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 60px;
  text-align: right;
  background-color: #1d2b55;
  padding-right: 60px;
}

#footer .overlay .f_contact::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 20px;
  border-color: transparent transparent transparent #1d2b55;
  position: absolute;
  right: -20px;
  top: 0px;
}

#footer .overlay .f_contact span {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
}

#footer .overlay .f_button {
  width: calc(50% + 60px);
  position: absolute;
  top: 0px;
  right: 0px;
  height: 60px;
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .overlay .f_button .tel a {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 60px;
  margin-right: 50px;
  background-image: url(../img/f_tel.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-left: 36px;
  pointer-events: none;
}

#footer .overlay .f_button .mail a {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 60px;
  background-image: url(../img/f_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding-left: 42px;
}

#footer .f_button a {
  color: #fff;
}

#page_up {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 100;
  cursor: pointer;
}

/*-------------------
文具・事務用品
------------------ */
.stepBox {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #959595;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stepBox .step {
  padding: 20px;
  width: 260px;
  background-color: #143081;
}

.step .num {
  color: #143081;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.075em;
  background-color: #ffffff;
  line-height: 50px;
  padding-right: 26px;
}

.step .num::before {
  content: "";
  background-image: url(../../img/office_supplies/icon01.png);
  width: 26px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
  background-position: center center;
}

.step h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

.stepBox .stepTxt {
  width: 590px;
  padding-top: 20px;
}

.stepTxt .txt01 {
  font-size: 20px;
  color: #143081;
  font-weight: bold;
}

.stepTxt .txt02 {
  margin-top: 5px;
}

.stepTxt .txt03 {
  margin-top: 5px;
  font-size: 24px;
}

.step_arrow {
  background-image: url(../../img/office_supplies/arrow.png);
  height: 52px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  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%;
  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;
  margin-bottom: 30px;
}

.makerList01 li {
  width: 23%;
  margin-bottom: 30px;
}

.makerList01:before,
.makerList01:after {
  content: "";
  display: block;
  width: 23%;
  height: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.makerList01 li a:hover {
  opacity: 0.7;
}

.catalogBanner01 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.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:hover {
  opacity: 0.7;
}

.catalogBanner01 a .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 828px);
  padding-right: 55px;
  padding-left: 55px;
}

.catalogBanner01 a .txt01 {
  text-align: center;
  padding: 10px;
  background-color: #143081;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  line-height: 30px;
}

.catalogBanner01 a .txt02 {
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #333333;
  font-size: 52px;
  padding-top: 30px;
  line-height: 1em;
  letter-spacing: 0.05em;
}

.catalogBanner01 a .img {
  width: 828px;
}

/*-------------------
オフィス空間・家具
------------------ */

.office_check03 {
  width: 100%;
  min-height: 477px;
  padding: 50px;
  padding-left: 630px;
  border: 1px solid #868686;
  margin-bottom: 50px;
  position: relative;
}

.office_check03 .block-ttl01 {
  width: 100%;
  font-size: 20px;
  color: #143081;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.office_check03 .block-img01 {
  position: absolute;
  top: 50px;
  left: 50px;
}


.office_check03 ul {
  width: 100%;
  padding: 40px 30px;
  background-color: #e7eaf2;
  border-radius: 6px;
  margin-top: 20px;
}

.office_check03 ul li {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 20px;
  position: relative;
  padding-left: 45px;
}

.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: 34px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0px;
  background-size: contain;
}

.office_check {
  width: 1096px;
  margin-right: auto;
  padding: 60px 220px;
  margin-left: auto;
  border: 1px solid #868686;
  margin-bottom: 50px;
}

.office_check li {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 0.075em;
  position: relative;
  padding-left: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.office_check li::before {
  content: "";
  background-image: url(../../img/office_furniture/check.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 17px;
  height: 36px;
  position: absolute;
  top: 12px;
  left: 0px;
  background-size: contain;
}

.office_check2 {
  width: 1096px;
  margin-right: auto;
  padding-top: 60px;
  padding-right: 120px;
  padding-left: 120px;
  padding-bottom: 60px;
  margin-left: auto;
  border: 1px solid #868686;
  margin-bottom: 100px;
}

.office_check2 li {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 0.075em;
  position: relative;
  padding-left: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.office_check2 li::before {
  content: "";
  background-image: url(../../img/office_furniture/check.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 17px;
  height: 36px;
  position: absolute;
  top: 12px;
  left: 0px;
  background-size: contain;
}

.office_produce {
  width: 100%;
  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;
}

.officeBox {
  width: 400px;
  margin-bottom: 20px;
  border: 1px solid #959595;
  position: relative;
  padding-bottom: 110px;
}

.officeBox .detail {
  padding: 30px 30px 0;
}

.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: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.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 dt {
  font-size: 20px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 70px;
  padding-bottom: 10px;
  line-height: 50px;
  background-color: #dddddd;
  position: relative;
  font-weight: bold;
}

.question dt::before {
  content: "Q";
  font-size: 24px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
}

.question dd {
  font-size: 16px;
  line-height: 1.8em;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 70px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
}

.question dd::before {
  content: "A";
  font-size: 24px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #143081;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
  color: #ffffff;
}

.layout_list01 {
  width: 102%;
  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;
  margin-left: -2%;
}

.layoutBox {
  width: 33%;
  background-image: url(../../img/office_design/box01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  max-width: 459px;
  min-height: 336px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
}

.layoutBox h4 {
  color: #143081;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.075em;
  background-image: url(../../img/office_design/ribbon.png);
  height: 60px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 60px;
  width: 100%;
  text-align: center;
}

.layoutBox p {
  line-height: 30px;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 0.075em;
  width: 330px;
  color: #ffffff;
  font-size: 16px;
  margin-left: 40px;
}

.layout_list02 {
  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;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.layout_list02 li {
  width: 391px;
  position: relative;
  margin-bottom: 20px;
}

.layout_list02 li p {
  width: 250px;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.57);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 90px);
  left: calc(50% - 125px);
  font-size: 20px;
  font-weight: bold;
}

.exampleBox {
  margin-bottom: 150px;
}

.example {
  padding: 30px;
  border: 1px solid #b7b7b7;
}

.example h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  background-color: #143081;
  position: relative;
  padding-left: 170px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.example h4 span {
  width: 104px;
  height: 50px;
  position: absolute;
  top: 15px;
  left: 20px;
  background-color: #ffffff;
  color: #143081;
  text-align: center;
  display: block;
}

.example .detail {
  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;
}

.example .about {
  width: 745px;
}

.example .about table {
  width: 100%;
}

.example .about table tr:nth-child(2n) {
  background-color: #eeeeee;
}

.example .about table th {
  color: #143081;
  padding: 30px;
  font-size: 24px;
  width: 20%;
  text-align: left;
  vertical-align: middle;
}

.example .about table td {
  padding: 30px;
  font-size: 16px;
  font-weight: bold;
}

.example .detail .photo {
  position: relative;
}

.example .detail .photo span {
  background-color: #143081;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.layout_after {
  background-image: url(../../img/office_design/arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 290px;
  height: 145px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 110px;
  text-align: center;
}

.example_after {
  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;
  margin-bottom: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

.example_after.prevention {
  margin-top: 50px;
  margin-bottom: 30px;
  margin-left: 40px;
  margin-right: 40px;
}

.example_after .d2 {
  width: 620px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.example_after.prevention .d2 {
  width: 575px;
  padding: 0px;
}

.example_after .d2 span {
  background-color: #143081;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.example_after.prevention .d2 span {
  top: 10px;
  left: 10px;
}

.example_after .d3 {
  width: 564px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.example_after.prevention .d3 {
  width: 575px;
  padding: 0px;
}

.example_after .d3 span {
  background-color: #143081;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.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 {
  color: #143081;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  font-size: 24px;
  text-align: left;
}

.example .table table td {
  padding: 30px;
  font-size: 16px;
  font-weight: bold;
}

.space_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;
  margin-bottom: 50px;
  width: 1020px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}

.space_box .box {
  width: 530px;
}

.space_box h4 {
  color: #143081;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 20px;
}

.space_box h4 span {
  margin-right: 10px;
}

.space_box p {
  font-size: 16px;
  font-weight: bold;
}

.beforeAfter {
  margin-left: auto;
  margin-right: auto;
  width: 1080px;
  margin-top: 60px;
  margin-bottom: 70px;
}

.beforeAfter .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.beforeAfter .before {
  width: 425px;
  position: relative;
}

.beforeAfter .after {
  width: 525px;
  position: relative;
}

.beforeAfter .before span,
.beforeAfter .after span {
  background-color: #143081;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  text-align: center;
  width: 110px;
}

/*-------------------
pickup-list
------------------ */
.pickup-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.pickup-list li {
  width: 260px;
  padding-bottom: 70px;
  position: relative;
  margin-right: 30px;
  margin-top: 70px;
}

.pickup-list li:nth-of-type(3n) {
  margin-right: 0;
}

.pickup-list li:nth-of-type(-n + 3) {
  margin-top: 0;
}

.pickup-list li .list-data {
  width: 100%;
  display: flex;
  align-items: center;
}

.pickup-list li .list-data .cat {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.7;
  display: inline-block;
  padding: 5px 20px;
  background-color: #143081;
  margin-right: 10px;
}

.pickup-list li .list-data .day {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  line-height: 1.7;
  display: inline-block;
}

.pickup-list li .list-img {
  width: 100%;
  margin-top: 15px;
}

.pickup-list li .list-ttl {
  width: 100%;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 10px;
}

.pickup-list li .list-txt {
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 10px;
}

.pickup-list li .list-btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pickup-list li .list-btn a {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #143081;
  border: solid 1px #143081;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  display: block;
  position: relative;
  transition: .2s;
}

.pickup-list li .list-btn a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 1px #143081;
  border-bottom: solid 1px #143081;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
  transition: .2s;
}

.pickup-list li .list-btn a:hover {
  color: #fff;
  background-color: #143081;
  transition: .2s;
}

.pickup-list li .list-btn a:hover::before {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  right: 10px;
  transition: .2s;
}

/*-------------------
いち衛門とは
------------------ */
.conceptImg01 {
  text-align: center;
}

.concept_list01 {
  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;
  font-size: 24px;
  font-weight: bold;
}

.concept_list01 li {
  width: 406px;
}

.concept_list01 h4 {
  text-align: center;
  color: #143081;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.concept_list01 p {
  color: #333333;
  line-height: 30px;
  font-size: 20px;
}

.concept_list02 {
  width: 100%;
  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;
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
}

.concept_list02 li {
  width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #b2b2b2;
  margin-bottom: 50px;
  overflow: hidden;
}

.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 li a:hover {
  opacity: 0.7;
}

.concept_list02 .image {
  width: 350px;
  display: block;
}

.concept_list02 .txt {
  width: 270px;
  text-align: center;
  color: #143081;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.concept_list03 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.concept_list03 li {
  width: 20%;
  text-align: center;
}

.concept_list03 li a {
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.concept_list03 li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*-------------------
コンセプト
------------------ */
#concept {
  padding-top: 70px;
  padding-bottom: 150px;
}

#concept .concept_txt01 {
  width: 100%;
  font-size: 1.375em;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: justify;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

#concept .concept01 .concept_txt01 {
  width: 1140px;
  margin: 30px auto 0;
}

#concept .concept02 {
  margin-top: 50px;
}

#concept .concept03 {
  margin-top: 100px;
}

#concept .concept03 .inner {
  padding-right: 420px;
  position: relative;
}

#concept .concept03 .inner .concept_img02 {
  width: 350px;
  position: absolute;
  top: 200px;
  right: 0;
}

#concept .concept03 .inner .concept_txt01 {
  padding-left: 70px;
}

#concept .concept03 .inner .concept_txt02 {
  width: 350px;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 650px;
  right: 0;
}

#concept .concept03 .inner .concept_txt02 img {
  width: 200px;
  display: block;
}

/*-------------------
ブログ
------------------ */
#blog_contents {
  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;
  margin-bottom: 50px;
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}

.content {
  width: 900px;
}

.content.catalog {
  width: 100%;
}

.blog_list {
  display: flex;
  flex-wrap: wrap;
}

.blog_list a {
  display: flex;
  flex-wrap: wrap;
  transition: .2s;
}

.blog_list a:hover {
  opacity: 0.7;
  transition: .2s;
}

.blog_list li {
  width: 280px;
  margin-top: 40px;
  margin-right: 30px;
}

.blog_list.blog_list_top li {
  width: 406.666px;
}

.blog_list li:nth-of-type(3n) {
  margin-right: 0;
}

.blog_list li:nth-of-type(-n + 3) {
  margin-top: 0;
}

.blog_list .cat {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.7;
  display: inline-block;
  padding: 4px 15px 2px;
  background-color: #143081;
  margin-top: 10px;
  margin-right: 10px;
  order: 2;
}

.blog_list .cat.category01 {
  background-color: #956F0B;
}

.blog_list .cat.category02 {
  background-color: #0A9665;
}

.blog_list .date {
  width: 65px;
  font-size: 13px;
  color: #333333;
  line-height: 1.7;
  display: flex;
  align-items: center;
  padding-top: 4px;
  margin-top: 10px;
  order: 3;
}

.blog_list .image {
  width: 100%;
  order: 1;
}

.blog_list .image img {
  width: 100%;
}

.blog_list .title {
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  display: block;
  margin-top: 6px;
  order: 4;
}


.blog_side {
  width: 300px;
}

.side_list01 {
  margin-bottom: 70px;
}

.side_list01 li {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 15px;
}

.side_list01 li:last-of-type {
  margin-bottom: 0;
}


.side_list01 li a {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.side_list01 li a:hover {
  text-decoration: underline;
}

.archive_year {
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 10px;
}

.archive_year a {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

.archive_year a:hover {
  text-decoration: underline;
}

.archive_month {
  padding-left: 32px;
  margin-top: 5px;
}

.archive_month a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.archive_month a:hover {
  text-decoration: underline;
}

.side_list02 {
  margin-bottom: 70px;
}

.side_list02 li {
  margin-top: 30px;
}

.side_list02 li a {
  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;
}

.side_list02 li span {
  display: block;
}

.side_list02 .date {
  color: #333333;
  font-size: 13px;
  display: block;
  font-weight: bold;
}

.side_list02 .title {
  margin-top: 5px;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  font-weight: bold;
}

.side_list02 li a:hover .date,
.side_list02 li a:hover .title {
  text-decoration: underline;
}

.side_list02 .txt,
.side_list02 .image {
  width: 140px;
}

#side_catalog {
  width: 100%;
}

.side_list03 {
  width: 100%;
  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;
  margin-bottom: 100px;
}

.side_list03 li {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 2px solid #f7a477;
  width: 25%;
}

.side_list03 li.active {
  background-color: #f7a477;
}

.side_list03 li a {
  font-size: 20px;
  color: #333333;
  display: block;
  padding: 20px;
  text-align: center;
}

.side_list03 li.active a {
  color: #fff;
}

.side_list03 li a:hover {
  background-color: #f7a477;
  color: #fff;
}

.catalog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.catalog_list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 100px;
}

.catalog_list li a {
  display: block;
}

.catalog_list li a:hover {
  opacity: 0.7;
}

.catalog_list li:nth-of-type(3n) {
  margin-right: 0;
}

.catalog_list li .head {
  position: relative;
  display: block;
}

.catalog_list .cat {
  background-color: #f7a477;
  padding: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 110px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}

.catalog_list .name {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 120px;
  padding-bottom: 20px;
  color: #333333;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  word-break: break-all;
  display: block;
  min-height: 70px;
}

.catalog_item {
  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;
  padding-top: 20px;
  border-top: 2px solid #f7a477;
}

.catalog_list .detail {
  width: 45%;
}

.catalog_list .detail .txt {
  display: block;
  color: #333;
}

.catalog_list .image {
  width: 50%;
}

.catalog_list .image img {
  width: 100%;
}

.pageNavi {
  text-align: center;
  margin-top: 100px;
}

#info_single,
#catalog_single {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#blog_pagenavi {
  margin-top: 40px;
  margin-bottom: 20px;
}

#blog_pagenavi .pager_btn {
  text-align: center;
  position: relative;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.pager_btn a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.pager_btn a:hover {
  opacity: 0.7;
}

.pager_btn .to_list {
  background-color: #143081;
  padding: 10px;
  color: #ffffff;
  width: 200px;
}

.pager_btn .prev a,
.pager_btn .next a {
  width: calc(100% - 20px);
  text-align: center;
  margin: 10px;
}

.pager_btn .prev {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  text-align: left;
}

.pager_btn .next {
  position: absolute;
  top: 0px;
  display: block;
  right: 0px;
  text-align: right;
}

.pager_btn .list {
  width: 20%;
  position: absolute;
  left: 40%;
  top: 0px;
  display: block;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  color: #143081;
  display: inline-block;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #143081;
  color: #ffffff;
}

.info_cat {
  background-color: #143081;
  padding: 7px 10px 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

.info_cat.category01 {
  background-color: #956F0B;
}

.info_cat.category02 {
  background-color: #0A9665;
}

.info_date {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

#info_title {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333333;
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #143081;
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

#catalog_single .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border-bottom: 2px solid #143081;
  margin-top: 10px;
}

.catalog_cat {
  background-color: #143081;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 5px;
  color: #ffffff;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
  height: 40px;
}

#catalog_title {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #333333;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  min-height: 50px;
}

#catalog_single .detail {
  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;
  width: 100%;
}

#catalog_single .photo {
  width: 832px;
}

#catalog_single .photo img {
  width: 100%;
}

#catalog_single .spec {
  width: 420px;
}

#catalog_single .spec p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.catalog_slide {
  margin-bottom: 20px;
}

.catalog_thum .slick-track {
  -webkit-transform: unset !important;
  transform: unset !important;
  width: 100% !important;
}

.catalog_thum .slick-slide {
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 200px !important;
  border: #ccc solid 1px;
}

.catalog_thum .slick-slide:nth-child(4n) {
  margin-right: 0px;
}

.catalog_thum .slick-slide div {
  vertical-align: bottom;
}

.catalog_table {
  margin-top: 40px;
}

.catalog_table table {
  width: 100%;
}

.catalog_table table th {
  padding: 20px;
  width: 270px;
  text-align: left;
  background-color: #d6d6d6;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}

.catalog_table table td {
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}

#entry-content * {
  max-width: 100%;
  word-break: break-all;
}

#entry-content h1 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15px;
}

#entry-content h2 {
  border-bottom: 1px solid #143081;
  border-top: 1px solid #143081;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 20px;
  padding: 10px 0;
}

#entry-content h3 {
  border-bottom: 1px dashed #143081;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 8px;
}

#entry-content h4 {
  border-left: 4px solid #143081;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
}

#entry-content h5,
#entry-content h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

#entry-content p {
  line-height: 1.8em;
}

#entry-content ul {
  margin: 0 0 18px 1.5em;
}

#entry-content li {
  font-size: 16px;
  line-height: 2em;
  list-style: outside none square;
}

#entry-content ol {
  list-style: outside none decimal;
  margin: 0 0 16px 1.5em;
  padding-left: 10px;
}

#entry-content ol li {
  list-style: outside none decimal;
}

#entry-content ol ol {
  list-style: outside none upper-alpha;
}

#entry-content ol ol ol {
  list-style: outside none lower-roman;
}

#entry-content ol ol ol ol {
  list-style: outside none lower-alpha;
}

#entry-content ul ul {
  margin-bottom: 0;
}

ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

#entry-content dl {
  margin: 0 0 24px;
}

#entry-content dt {
  font-weight: bold;
}

#entry-content dd {
  margin-bottom: 16px;
}

#entry-content strong {
  font-size: 16px;
  font-weight: bold;
}

#entry-content cite {
  font-style: italic;
}

em,
i {
  font-style: italic;
}

#entry-content big {
  font-size: 131.25%;
}

#entry-content table {
  margin-bottom: 30px;
}

#entry-content td,
#entry-content th {
  padding: 10px;
  border: 1px solid #143081;
}

#entry-content ins {
  background: #ffc none repeat scroll 0 0;
  text-decoration: none;
}

#entry-content blockquote {
  border-left: 2px solid #143081;
  font-style: italic;
  padding: 30px 20px;
  background-attachment: scroll;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

#entry-content blockquote p {
  margin-bottom: 0;
}

#entry-content blockquote cite {
  font-style: normal;
}

blockquote em,
blockquote i {
  font-style: normal;
}

#entry-content hr {
  margin-bottom: 20px;
  margin-top: 20px;
}

#entry-content pre {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  overflow: auto;
  padding: 1.5em;
}

#entry-content abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
}

acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

#entry-content sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

#entry-content sup {
  bottom: 1ex;
}

#entry-content sub {
  top: 0.5ex;
}

#entry-content input[type="text"] {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
  padding: 2px;
}

textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
  padding: 2px;
}

#entry-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#entry-content .screen-reader-text {
  left: -9000px;
  position: absolute;
}

/*-------------------
お問い合わせ
------------------ */
.mailform {
  padding-top: 40px;
  padding-bottom: 100px;
}

.mailform input,
.mailform textarea,
.mailform select {
  padding: 8px;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border: 1px solid #000;
}

.mailform dt {
  padding-top: 25px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  width: 240px;
}

.mailform dt.textbox {
  width: 380px;
}

.mailform dt .must {
  background-color: #143081;
  color: #ffffff;
  padding: 5px;
  font-style: 16;
  display: inline-block;
  margin-left: 20px;
  margin-top: -5px;
  clear: both;
}

.mailform dd {
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
  min-height: 80px;
}

.mailform dd .zip {
  background-color: #000;
  color: #ffffff;
  padding: 5px;
  font-style: 16;
  display: inline-block;
  margin-left: 20px;
  margin-top: -5px;
}

.mailform dd .zip:hover {
  opacity: 0.7;
}

.mailform dd p {
  padding-top: 10px;
}

#privacy {
  width: 100%;
  margin-top: 40px;
}

#privacy textarea {
  width: 100%;
  height: 240px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.chkbox {
  margin-right: auto;
  margin-left: auto;
  width: 430px;
  text-align: center;
}

.chkbox label span {
  background-color: #000;
  color: #ffffff;
  padding: 10px;
  padding-left: 38px;
  /* ラベルの位置 */
  font-size: 16px;
  line-height: 32px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.chkbox label span:before {
  content: "";
  width: 32px;
  /* ボックスの横幅 */
  height: 32px;
  /* ボックスの縦幅 */
  display: block;
  position: absolute;
  left: 15px;
  background-color: #fff;
}

.chkbox input[type="checkbox"] {
  display: none;
}

.chkbox input[type="checkbox"]:checked+span:before {
  content: "\2713";
  /* チェックの文字 */
  font-size: 34px;
  /* チェックのサイズ */
  color: #143081;
  /* チェックの色 */
  background-color: #fff;
  /* チェックした時の色 */
}

.chkbox .error {
  text-align: center;
}

/* ラベルのスタイル　*/
/* ボックスのスタイル */
/* 元のチェックボックスを表示しない */
/* チェックした時のスタイル */
.submit_btn {
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  text-align: center;
}

.submit_btn input[type="submit"] {
  width: 210px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 66px;
  text-align: center;
  background-color: #143081;
  padding-left: 30px;
  background-image: url(../../img/contact/icon01.png);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: left 20px center;
  cursor: pointer;
  margin-right: 20px;
  margin-left: 20px;
}

.submit_btn input[type="submit"].back {
  width: 210px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 66px;
  text-align: center;
  background-color: #000;
  padding-left: 30px;
  background-image: url(../../img/contact/icon02.png);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: left 20px center;
  cursor: pointer;
  margin-right: 20px;
  margin-left: 20px;
}

.submit_btn input[type="submit"]:hover {
  opacity: 0.7;
}

.mw_wp_form_preview #privacy,
.mw_wp_form_preview .mailform dd .zip {
  display: none;
}

.mw_wp_form_preview dt .must,
.mw_wp_form_preview dt p {
  display: none;
}

.mw_wp_form_preview dd p {
  display: none;
}

.mw_wp_form_preview .mailform dd {
  padding-top: 25px;
  padding-left: 380px;
}

.privacy_txt {
  padding: 20px;
  border: 1px solid #cccccc;
  margin-bottom: 50px;
  height: 300px;
  overflow-y: scroll;
}

.privacy_txt h3 {
  font-size: 17px;
}

.privacy_txt h4 {
  font-size: 14px;
  margin: 20px 0 5px;
}

.privacy_txt p {
  font-size: 15px;
}

#privacy .sub_txt02 {
  text-align: center;
}

.contact_tel {
  padding: 50px;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  border: 1px solid #797979;
}

.contact_tel h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  background: #143081;
  color: #fff;
}

.contact_tel p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.contact_tel .tel_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_tel .tel_number dl {
  width: 49%;
  text-align: center;
}

.contact_tel .tel_number dt {
  display: inline;
  font-size: 28px;
  font-weight: bold;
}

.contact_tel .tel_number dd {
  display: inline;
  font-size: 40px;
  font-weight: bold;
  color: #143081;
}

/* 会社概要 */
.company_table table {
  width: 100%;
}

.company_table table th {
  padding: 10px;
  border: 1px solid #ccc;
  width: 200px;
  background: #eee;
}

.company_table table td {
  padding: 10px;
  border: 1px solid #ccc;
}

.concept02 .inner {
  position: relative;
}

.concept02 .concept_box01 {
  position: absolute;
  top: 0;
  right: 0;
}

.concept02 .concept_box01 .img01 {
  width: 100%;
  text-align: center;
}

.concept02 .concept_box01 .name {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.concept02 .concept_box01 .name span {
  font-size: 1.25em;
  margin-left: 5px;
}

.concept02 .inner .sub_title02,
.concept02 .inner .sub_txt02 {
  padding-right: 450px;
}

.concept06 .inner {
  position: relative;
  height: 400px;
}

.concept06 .inner .gmap {
  width: 700px;
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
}

.concept06 .inner .gmap iframe {
  width: 100%;
  height: 100%;
}

.concept06 .inner .sub_title02,
.concept06 .inner .sub_txt02 {
  padding-right: 800px;
}

.infolist {
  width: 100%;
}

.infolist li {
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
}

.infolist li:last-of-type {
  border-bottom: none;
}

.infolist li a {
  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;
}

.infolist li:first-of-type {
  margin-top: 0;
}

.infolist span {
  display: block;
}

.infolist a:hover {
  opacity: 0.7;
}

.infolist .thum {
  margin-bottom: 10px;
}

.infolist .date {
  width: 100px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-right: 10px;
  display: inline-block;
}

.infolist .category {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 0 5px;
  background-color: #333;
  color: #fff;
  text-align: center;
}

.infolist .text {
  width: 100%;
  font-size: 20px;
  color: #333333;
  margin-top: 5px;
}

.infolist02 {
  width: 100%;
}

.infolist02 li {
  width: 100%;
  margin-top: 5px;
  padding: 20px 0;
  border-bottom: solid 1px #dddddd;
}

.infolist02 li:first-of-type {
  margin-top: 0;
}

.infolist02 li a {
  width: 100%;
  color: #000;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transiton: 0.2s;
}

.infolist02 li a:hover {
  opacity: 0.7;
  transiton: 0.2s;
}

.infolist02 li a .date {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-right: 15px;
}

.infolist02 li a .category {
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
  display: inline-block;
  padding: 8px;
  background-color: #143081;
  margin-right: 20px;
}

.infolist02 li a .text {
  font-size: 16px;
  font-weight: 700;
}

.columnlist {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columnlist li {
  width: 400px;
  margin-right: calc((100% - 1200px) / 2);
}

.columnlist li:nth-child(3n) {
  margin-right: 0;
}

.columnlist span {
  display: block;
}

.columnlist a:hover {
  opacity: 0.7;
}

.columnlist .thum {
  margin-bottom: 10px;
}

.columnlist .date {
  font-size: 14px;
  color: #3f88ec;
}

.columnlist .text {
  font-size: 16px;
  color: #333333;
}

.works_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works_box {
  width: 400px;
  background-color: #e7eaf2;
  position: relative;
  margin-right: 40px;
}

.works_box:last-of-type {
  margin-right: 0;
}

.works_box .image {
  width: 100%;
}

.works_box .image img {
  width: 100%;
  max-width: initial;
}

.works_box .detail {
  padding: 30px 30px 0;
}

.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: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.works_box a {
  display: block;
  padding-bottom: 90px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.works_box a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.flow_block {
  width: 100%;
}

.flow_block .flow_box {
  width: 100%;
  min-height: 200px;
  padding: 30px;
  padding-right: 210px;
  background-color: #e7eaf2;
  margin-top: 60px;
  border-radius: 10px;
  position: relative;
}

.flow_block .flow_box:first-of-type {
  margin-top: 0;
}

.flow_block .flow_box::before {
  content: "";
  width: 0;
  height: 60px;
  border-right: dotted 4px #143081;
  position: absolute;
  top: 0;
  left: 93px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.flow_block .flow_box:first-of-type::before {
  display: none;
}

.flow_block .flow_box .ttl01 {
  width: 100%;
  font-size: 22px;
  color: #143081;
  padding-bottom: 15px;
  position: relative;
}

.flow_block .flow_box .ttl01 span {
  display: inline-block;
  position: relative;
}

.flow_block .flow_box .ttl01 span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #143081;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.flow_block .flow_box .img01 {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow_block .flow_box .txt01 {
  width: 100%;
  font-size: 18px;
  line-height: 1.7;
  margin-top: 20px;
}

.flow_block .flow_box .txt02 {
  width: 900px;
  font-size: 16px;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 50px;
}

.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 .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;
}

.flow_block .flow_box .txt02 a:hover::before {
  right: -25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.flow_block .flow_box:first-of-type {
  margin-top: 0;
}

.furniture_block {
  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;
}

.furniture_block .furniture_box {
  width: 600px;
  background-color: #fff;
}

.furniture_block .furniture_box .image {
  width: 100%;
  text-align: center;
}

.furniture_block .furniture_box .image img {
  max-width: initial;
  width: 100%;
}

.furniture_block .furniture_box .ttl {
  width: 100%;
  font-size: 20px;
  color: #143081;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.furniture_block .furniture_box_list {
  width: 100%;
  padding: 20px;
}

.furniture_block .furniture_box_list li {
  width: 100%;
  margin-top: 5px;
}

.furniture_block .furniture_box_list li:first-of-type {
  margin-top: 0;
}

.furniture_block .furniture_box_btn {
  width: 100%;
  text-align: right;
  padding: 20px;
}

.furniture_block .furniture_box_btn a {
  display: inline-block;
  color: #143081;
  position: relative;
  padding-right: 30px;
}

.furniture_block .furniture_box_btn a::before {
  content: "";
  width: 10px;
  height: 10px;
  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);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.furniture_block .furniture_box_btn a:hover::before {
  right: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.common_btn_txt01 {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.common_btn_txt01 span {
  display: inline-block;
  font-size: 18px;
  color: #143081;
  font-weight: 700;
  position: relative;
  padding: 0 20px;
}

.common_btn_txt01 span::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #143081;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-30deg);
  transform: translateY(-50%) rotate(-30deg);
}

.common_btn_txt01 span::after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #143081;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(30deg);
  transform: translateY(-50%) rotate(30deg);
}

.common_btn01 {
  width: 100%;
}

.common_btn01 a {
  width: 600px;
  height: 80px;
  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: 22px;
  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: 30px;
  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: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.common_btn02 {
  width: 100%;
  text-align: center;
}

.common_btn02 a {
  width: 300px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-align: center;
  background: url(../../img/top/top_button01.png) no-repeat center center/contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 auto;
}

.common_btn02 a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.common_btn03 {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.common_btn03 a {
  width: 650px;
  height: 78px;
  background-color: #143081;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  margin: 0 auto;
}

.common_btn03 a::before {
  content: "";
  width: 25px;
  height: 22px;
  background: url("../../img/office_supplies/arrow02.png") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.common_btn03 a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.common_btn03 a:hover::before {
  right: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.link01 {
  width: 100%;
  text-align: right;
  margin-top: 30px;
}

.link01.pickup {
  width: 390px;
  height: 50px;
  margin: 50px 0 0 auto;
}

.link01.pickup a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 20px;
  background: url(../../img/top/top_button04.png) no-repeat center center/contain;
}

.link01 a {
  min-width: 200px;
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  padding: 3px 40px;
  border-radius: 20px;
  text-align: center;
  border: solid 1px #000;
  position: relative;
}

.link01 a::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.link01 a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.link01 a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.link01 a:hover::before,
.link01 a:hover::after {
  right: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact_tel02 {
  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;
  margin-top: 50px;
}

.contact_tel02 a,
.contact_tel02 span {
  pointer-events: none;
  display: inline-block;
}

.mailform02 {
  width: 100%;
  margin-top: 30px;
}

.mailform02 dl {
  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;
}

.mailform02 dt {
  width: 300px;
  padding: 35px 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: 35px;
  right: 20px;
}

.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: 35px;
  right: 20px;
  background-color: #999999;
}

.mailform02 dd {
  width: calc(100% - 300px);
  padding: 30px 20px;
  border-bottom: solid 1px #dddddd;
}

.mailform02 dd.form_name input {
  width: 30%;
  margin-right: 10px;
}

.mailform02 dd p {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
}

.mailform02 dd .zip {
  font-size: 12px;
  padding: 10px;
  border-radius: 3%;
  color: #fff;
  background-color: #999;
  margin-left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mailform02 dd .zip .pc {
  display: inline;
}

.mailform02 dd .zip:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mailform02 dd:first-of-type {
  border-top: solid 1px #dddddd;
}

.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;
}

.question02 {
  width: 100%;
  border-bottom: solid 1px #dddddd;
}

.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 20px;
}

.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: 30px;
  display: inline-block;
  margin-right: 25px;
}

.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 20px;
}

.question02 dd p span {
  font-size: 30px;
  color: #143081;
  display: inline-block;
  margin-right: 25px;
}

.bread_area {
  width: 100%;
  padding: 0 20px;
  margin-top: 20px;
}

.bread_area .list {
  width: 100%;
  max-width: 1280px;
  display: flex;
  margin: 0 auto;
}

.bread_area .list li {
  padding-right: 30px;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  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: 48%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.bread_area .list li:last-of-type::before {
  display: none;
}


.bread_area .list li a {
  color: #1d2b55;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bread_area .list li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.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;
}

.works_list01 li {
  width: 32%;
  margin-right: 2%;
  margin-top: 50px;
}

.works_list01 li:nth-of-type(-n + 3) {
  margin-top: 0;
}

.works_list01 li:nth-of-type(3n) {
  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: 256px;
  text-align: center;
}

.works_list01 li a .img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works_list01 li a .ttl01 {
  font-size: 18px;
  color: #143081;
  text-align: center;
  margin-top: 20px;
}

.works_list01 li a .dl01 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #dddddd;
}

.works_list01 li a .dl01:first-of-type {
  margin-top: 20px;
  border-top: solid 1px #dddddd;
}

.works_list01 li a .dl01 dt {
  width: 110px;
  padding: 10px;
  background-color: #e5f1f8;
  text-align: center;
}

.works_list01 li a .dl01 dd {
  width: calc(100% - 110px);
  padding: 10px;
}

.works_datail {
  width: 100%;
}

.works_datail #slider {
  width: 100%;
  padding: 0 90px;
}

.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: 60px;
  height: 60px;
  background-color: #9a9a9a;
}

.works_datail #slider .slick-prev::before,
.works_datail #slider .slick-next::before {
  content: "";
  width: 20px;
  height: 20px;
  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: 20px;
  left: 24px;
  -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: 20px;
  right: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.works_datail #thumbnail_slider {
  width: 100%;
  padding: 0 85px;
  margin-top: 30px;
}

.works_datail #thumbnail_slider div .slick-slide {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.works_datail #thumbnail_slider div .slick-slide li {
  border: solid 1px transparent;
}

.works_datail #thumbnail_slider div .slick-current li {
  border: solid 1px #1d2b55;
}

.works_datail .copy {
  width: 100%;
  text-align: center;
  margin-top: 150px;
}

.works_datail .copy span {
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
}

.works_datail .list01 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  padding: 10px;
  margin-top: 45px;
}

.works_datail .list01 dt {
  font-weight: 700;
  display: inline-block;
}

.works_datail .list01 dd {
  display: inline-block;
}

.works_datail .list01 dd:first-of-type {
  margin-right: 80px;
}

.works_datail .list02,
.works_datail .list03 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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;
}

#slider,
#thumbnail_slider {
  width: 300px;
  margin: 0 auto 10px;
}

.slide-item img {
  width: 100%;
}

.thumbnail-item img {
  width: 98%;
  margin: 0 auto;
}

.office_supplies_list01 {
  width: 100%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.office_supplies_list01 li {
  width: 402px;
  border: solid 1px #cccccc;
  background-color: #fff;
}

.office_supplies_list01 li figure {
  width: 100%;
  text-align: center;
  border-bottom: solid 1px #cccccc;
}

.office_supplies_list01 li h4 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  position: relative;
  padding: 30px;
  padding-bottom: 20px;
}

.office_supplies_list01 li h4::before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #143081;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.office_supplies_list01 li p {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.025em;
  text-align: justify;
  margin-top: 15px;
  padding: 0 30px;
}

.office_supplies_list01 li .btn01 {
  width: 100%;
  text-align: center;
  padding: 0 30px 30px;
  margin-top: 20px;
}

.office_supplies_list01 li .btn01 a {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  color: #143081;
  border-bottom: solid 1px#26335c;
  transition: .2s;
}

.office_supplies_list01 li .btn01 a:hover {
  opacity: .7;
  transition: .2s;
}

.office_supplies_list01 li .btn01 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;
}

.office_supplies_list01 li .common_btn02 {
  margin-top: 20px;
  margin-bottom: 25px;
}

.disaster_flow {
  width: 100%;
  margin-top: 40px;
}

.disaster_flow .disaster_flow_box {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  position: relative;
}

.disaster_flow .disaster_flow_box::before {
  content: "";
  width: 82px;
  height: 35px;
  background: url("../../img/disaster/arrow02.png") no-repeat center center/contain;
  position: absolute;
  bottom: -25px;
  left: 100px;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.disaster_flow .disaster_flow_box:last-of-type {
  margin-bottom: 0;
}

.disaster_flow .disaster_flow_box:last-of-type::before {
  display: none;
}

.disaster_flow .disaster_flow_box dt {
  width: 270px;
  background-color: #e7eaf2;
  border-radius: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
}

.disaster_flow .disaster_flow_box dt .disaster_flow_ttl {
  width: 100%;
  font-size: 26px;
  color: #143081;
  text-align: center;
}

.disaster_flow .disaster_flow_box dt .disaster_flow_ttl span {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}

.disaster_flow .disaster_flow_box dd {
  width: calc(100% - 290px);
  min-height: 180px;
  border: solid 1px #143081;
  border-radius: 5px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  background-color: #fff;
}

.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: 20px;
  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: 100%;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #143081;
}

.product_catalog_box_area {
  width: 100%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product_catalog_box_area .product_catalog_box {
  width: 100%;
  margin-top: 120px;
}

.product_catalog_box_area .product_catalog_box:first-of-type {
  margin-top: 0;
}

.product_catalog_box_area .product_catalog_box.herf {
  width: 610px;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list {
  width: 100%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list li {
  width: 610px;
  min-height: 326px;
  margin-top: 60px;
  background-color: #fff;
  padding: 30px;
  position: relative;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list li:nth-of-type(-n + 2) {
  margin-top: 0;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list li .product_catalog_img {
  width: 190px;
  float: left;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list li .product_catalog_ttl {
  width: 300px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  float: right;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list li .product_catalog_txt {
  width: 310px;
  font-size: 16px;
  font-weight: 500;
  float: right;
  margin-top: 30px;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list li .product_catalog_btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list li .product_catalog_btn a {
  display: inline-block;
  color: #143081;
  position: relative;
  padding-right: 30px;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list li .product_catalog_btn a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 1px #143081;
  border-bottom: solid 1px #143081;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product_catalog_box_area .product_catalog_box .product_catalog_box_list li .product_catalog_btn a:hover::before {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}


.product_catalog_box_area .common_btn03 {
  margin-top: 90px;
}

/*# sourceMappingURL=common.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: 500px;
  height: 70px;
  font-size: 1.125em;
  color: #143081;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: solid 1px #143081;
  margin-top: 50px;
  transition: .2s;
}

.submit_btn02 button.back {
  color: #ffff;
  background-color: #bbb;
  border: solid 1px #bbb;
  margin-right: 50px;
}

.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: 13px;
  height: 13px;
  border-right: solid 1px #143081;
  border-bottom: solid 1px #143081;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(-45deg);
  transition: .2s;
}

.submit_btn02 button:hover {
  color: #fff;
  background-color: #143081;
  transition: .2s;
}

.submit_btn02 button:hover::before {
  right: 20px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transition: .2s;
}