@charset "UTF-8";
/* --------------------------------------------
   共通パーツ
-------------------------------------------- */
.headerLogo-img {
  bottom: -10.3125em;
}
.headerLogo-img img {
  width: 11.5625em;
}

.conversion-area {
  margin-top: 10em;
}

header.pageHeader {
  margin-bottom: 25px;
  background: url("../images/bg_gray_dark.png");
}

h2.entry-title {
  padding: 2em 1em;
  color: #231815;
  font-size: 2.25em;
  font-weight: bold;
  text-align: center;
}

h3.entry-title {
  margin-top: 2.5em;
  margin-bottom: 30px;
  padding: 0.6em 1em;
  background-color: #000;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.section {
  word-break: break-all;
}

.section h4 {
  margin-top: 4.2em;
  margin-bottom: 30px;
  padding: 0.6em 1em;
  border: 3px solid #ffd500;
  color: #3e3a39;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}

.section h5 {
  position: relative;
  margin-top: 3em;
  margin-bottom: 30px;
  padding: 0.5em 1em;
  border-bottom: 2px solid #000;
  color: #3e3a39;
  font-size: 1.125em;
  font-weight: 500;
  text-align: center;
}
.section h5::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
}

.section p:not([class]) {
  margin-bottom: 10px;
}

.section table p {
  margin-bottom: 0;
}

.breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  font-size: 0.875em;
  text-align: right;
}

.breadcrumb a {
  color: #f29600;
}

.readmore {
  margin-right: 10px;
  text-align: right;
}

.section blockquote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 20px 0;
  padding: 10px 15px 10px 60px;
  background: #efefef;
  color: #555;
  font-style: italic;
}

.section blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  color: #cfcfcf;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 1;
  vertical-align: middle;
  content: "";
}

.section blockquote p {
  margin: 10px 0;
  padding: 0;
  line-height: 1.7;
}

.section blockquote cite {
  display: block;
  color: #888888;
  font-size: 0.9em;
  text-align: right;
}

/* 各種テーブル用 */
.section table {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

/* ▼デフォルトスタイル */
.section table:not(.reset) th,
.section table:not(.reset) td {
  color: #3e3a39;
}

.section table:not(.reset) th {
  width: 23%;
  padding: 1em 1.375em;
  border-bottom: 0.375em solid #000;
  text-align: left;
}

.section table:not(.reset) td {
  width: 77%;
  padding: 1em 1.875em;
  border-bottom: 1px solid #000;
}

/* ▼table01 */
/* ----------------------------------------------
	PageNavi
---------------------------------------------- */
.wp-pagenavi {
  margin-right: 15px;
}

.wp-pagenavi a, .wp-pagenavi span {
  margin: 2px;
  padding: 3px 5px;
  border: 1px solid #BFBFBF;
  color: #11265F;
  text-decoration: none;
}

/* ----------------------------------------------
	spNation
---------------------------------------------- */
.spNation a {
  display: block;
  padding: 5px;
  overflow: hidden;
  font-weight: bold;
}

.spNation a:hover {
  color: #00AEE8;
}

.spNation .prev a {
  padding-left: 40px;
  float: left;
  background: url(images/btn_arr_prev.jpg) 0 center no-repeat;
}

.spNation .next a {
  padding-right: 40px;
  float: right;
  background: url(images/btn_arr_next.jpg) right center no-repeat;
  text-align: right;
}

/* ----------------------------------------------
	single_cat_link
---------------------------------------------- */
.single_cat_link {
  text-align: center;
}

.single_cat_link a {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #585858;
  color: #585858;
  font-size: 1.2em;
}

.single_cat_link a:hover {
  background-color: #585858;
  color: #fff;
}

.single_post_link_prev,
.single_post_link_next {
  list-style: none;
}

.single_post_link_prev {
  margin-bottom: 15px;
}

.single_post_link_next {
  text-align: right;
}

.single_post_link_prev a,
.single_post_link_next a {
  display: block;
  color: #585858;
}

.single_post_link_prev a .prev_post_title,
.single_post_link_next a .next_post_title {
  display: inline-block;
  max-width: 100%;
  padding: 0.5em 1em;
  overflow: hidden;
  border: 1px solid #585858;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single_post_link_prev a .prev_post_title:hover,
.single_post_link_next a .next_post_title:hover {
  background-color: #585858;
  color: #fff;
}
/* ----------------------------------------------
	category-child
---------------------------------------------- */
a.category-child {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff9f00,endColorstr=#fff77b00,GradientType=0)";
  -webkit-box-shadow: inset 1px 1px 0px #ffcc99;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #F87D00;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9f00), to(#f77b00));
  background-image: -webkit-linear-gradient(top, #ff9f00 0%, #f77b00 100%);
  background-image: linear-gradient(180deg, #ff9f00 0%, #f77b00 100%);
  box-shadow: inset 1px 1px 0px #ffcc99;
  color: #FFF;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff9f00,endColorstr=#fff77b00,GradientType=0);
}

a.category-child:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff9f00,endColorstr=#ffff9f00,GradientType=0)";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9f00), to(#ff9f00));
  background-image: -webkit-linear-gradient(top, #ff9f00 0%, #ff9f00 100%);
  background-image: linear-gradient(180deg, #ff9f00 0%, #ff9f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff9f00,endColorstr=#ffff9f00,GradientType=0);
}

/* --------------------------------------------
   sitemap
-------------------------------------------- */
ul.sitemap li {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
  border: dotted 1px #E5E5E5;
  border-top: solid 3px #E5E5E5;
  line-height: 2;
  list-style: none;
}

ul.sitemap li a {
  display: block;
}

ul.sitemap li ul.children {
  margin-bottom: 8px;
}

ul.sitemap li ul.children li {
  margin-left: 20px;
  padding-left: 0px;
  border: none;
  border-top: none;
  line-height: 1.5;
  list-style: disc;
}

/* --------------------------------------------
   faq
-------------------------------------------- */
.section ul.faqList li {
  margin: 0;
  padding-left: 20px;
  background: url(images/onm_q.png) no-repeat left top;
  color: #4C9CB6;
  list-style: none;
}

.section ul.faqList li a {
  color: #4C9CB6;
}

.faq {
  margin-bottom: 15px;
  padding: 10px 10px 5px 10px;
  background-color: #EEE;
}

.faq dt {
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(images/onm_q.png) no-repeat left top;
  color: #4C9CB6;
  font-weight: bold;
}

.faq dd {
  padding-left: 20px;
  background: url(images/onm_a.png) no-repeat left top;
}

.faq dd p {
  margin-bottom: 5px;
}

/* --------------------------------------------
   ブログ
-------------------------------------------- */
.blogDt {
  margin-right: 25px;
  color: #999;
  font-size: 12px;
  text-align: right;
}

.section ol li.comment {
  list-style: none;
}

.blog_container {
  width: 100%;
  margin-top: 4em;
}

.blog_container h3.entry-title {
  margin-top: 0;
}

.blog_cnt {
  width: 75%;
  margin-right: 2%;
  float: left;
}

.blog_sdr {
  width: 23%;
  float: left;
}

.blog_sdr .link_box {
  margin-bottom: 20px;
}

.blog_sdr .link_box a {
  display: block;
  font-size: 14px;
}

.blog_sdr .link_box .list_link {
  margin-top: 10px;
  text-align: right;
}

.blog_sdr .link_box dt {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #999;
  color: #fff;
  font-size: 16px;
}

.blog_sdr .link_box dd ul {
  margin-left: 10px;
}

.blog_sdr .link_box dd ul li {
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  font-size: 12px;
  list-style: outside none none;
}

.blog_sdr .link_box dd ul.archives a {
  display: inline-block;
}

/* タイトルリスト */
.blog-title-list {
  margin-bottom: 0.5em;
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
}

.blog-title-list .blog-title a {
  color: inherit;
  text-decoration: none;
}

.blog-title-list .blog-date {
  width: 25%;
}

.blog-title-list .blog-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* サムネイルリスト */
.blog-thumb-list {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.blog-thumb-list a {
  color: inherit;
  text-decoration: none;
}

.section_blog_post_date {
  color: #ccc;
  font-size: 0.8em;
}

.blog-thumb-list .blog-title {
  font-size: 1.2em;
  font-weight: bold;
}

.blog_line_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog_line_sub {
  margin-top: 10px;
}

.section_blog_line .section_blog_post_content,
.blog_line_sub {
  font-size: 0.8em;
}

.blog_line_category {
  padding-left: 1.5em;
}

/* サムネイルブロック */
.blog-thumb-block {
  position: relative;
  margin-bottom: 2em;
}

.blog-thumb-block a {
  display: block;
  border: 1px solid #ccc;
  color: inherit;
  text-decoration: none;
}

.blog-thumb-block .blog-imgwrap {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-thumb-block .blog-category {
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 23px;
  background: #000;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
}

.blog-thumb-block .blog-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(17, 17, 17, 0.5);
  color: #fff !important;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}

.blog-thumb-block .blog-imagebox {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.blog-thumb-block .blog-imagebox.size_h {
  background-size: 100% auto;
}
/* ----------------------------------------------
404
---------------------------------------------- */
#s {
  border: solid 1px #BABBBB;
  background-color: #FFF;
}

#searchsubmit {
  border-radius: 4px;
  background-color: #BABBBB;
  color: #FFF;
  cursor: pointer;
}

/* --------------------------------------------
   Contact Form 7
-------------------------------------------- */
/*上部のエリア*/
a.cont_text_mail {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #bbb;
  border-radius: 8px;
  background-color: #fff;
  color: #999;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

a.cont_text_mail i {
  margin-right: 20px;
  font-size: 1.3em;
  line-height: 100%;
}

a.lnk_color_inherit, .lnk_color_inherit a {
  color: inherit;
}

.contact_top {
  display: block;
  padding: 10px 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.2vw;
  text-align: center;
}

a.contact_top:hover {
  background-color: #F3F3F3;
}

a.contact_tel {
  color: #333;
}

a.contact_mail {
  color: #333;
}

.contact_top .fa {
  display: inline-block;
  margin-right: 10px;
}

.contact_top .fa-mobile {
  margin-top: -10px;
  color: #f60;
  font-size: 2.1vw;
  vertical-align: middle;
}

.contact_top .fa-envelope-o {
  margin-top: -5px;
  color: #009747;
  vertical-align: middle;
}

/*フォーム部分*/
form.wpcf7-form dl dt {
  width: 160px;
  margin: 0;
  padding: 10px 0;
  float: left;
  clear: both;
  border-top: 1px solid #ccc;
  font-size: 12px;
  text-align: right;
}

form.wpcf7-form dl dd {
  margin: 0;
  padding: 10px 5px 20px 170px;
  border-top: 1px solid #ccc;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
}

.alertlabel {
  padding: 5px 10px;
  color: inherit;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

form.wpcf7-form .mustlabel {
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
  float: left;
  border-radius: 2px;
  background-color: #F33C14;
  color: #fff;
  font-size: 12px;
}

form.wpcf7-form .anylabel {
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
  float: left;
  border-radius: 2px;
  background-color: #006DD9;
  color: #fff;
  font-size: 12px;
}

form.wpcf7-form input, form.wpcf7-form textarea {
  max-width: 100%;
  padding: 1% 2%;
  border: 1px solid #ddd;
  vertical-align: middle;
}

form.wpcf7-form input {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin-bottom: 5px;
}

form.wpcf7-form .message textarea {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.wpcf7-form-control.wpcf7-checkbox {
  /*	padding: 10px;*/
  /*	float: left;*/
}
.wpcf7-form-control-wrap.reason {
  /*	margin-left: 10px;*/
}

div.wpcf7-validation-errors {
  border: 2px solid #f80000 !important;
}

form.wpcf7-form input.wpcf7-submit,
form.wpcf7-form input.wpcf7-confirm {
  -webkit-transition: none;
  -webkit-box-shadow: 0 3px 0 #0e8c73;
  position: relative;
  width: 380px !important;
  max-width: 100%;
  margin-top: 2em;
  padding: 2% 5px;
  border-radius: 4px;
  background-color: #1abc9c;
  box-shadow: 0 3px 0 #0e8c73;
  color: #fff;
  font-size: 24px !important;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: none;
}

form.wpcf7-form input.wpcf7-submit:hover,
form.wpcf7-form input.wpcf7-confirm:hover {
  -webkit-box-shadow: 0 3px 0 #23a188;
  background-color: #31c8aa;
  box-shadow: 0 3px 0 #23a188;
}

form.wpcf7-form input.wpcf7-submit:active,
form.wpcf7-form input.wpcf7-confirm:active {
  -webkit-box-shadow: none;
  top: 3px;
  box-shadow: none;
}

form.wpcf7-form input.wpcf7-submit {
  margin-right: 50%;
}

form.wpcf7-form input.wpcf7-back {
  display: inline-block;
  padding: 10px 20px;
  float: left;
  cursor: pointer;
}

form.wpcf7-form input.wpcf7-back:hover {
  -webkit-box-shadow: 0 2px 15px #7ecef4;
  box-shadow: 0 2px 15px #7ecef4;
}

/*エラーメッセージ回り込み防止*/
span.wpcf7-not-valid-tip {
  clear: both;
  font-size: 12px;
}

/*確認画面設定*/
form.custom-wpcf7c-confirmed.wpcf7-form .anylabel,
form.custom-wpcf7c-confirmed.wpcf7-form .mustlabel {
  display: none;
}

.wpcf7.is_confirm .wpcf7c-conf {
  border: none;
  background-color: transparent;
  color: #8d8d8d;
  pointer-events: none;
}

/* --------------------------------------------
   遺品整理・生前整理
-------------------------------------------- */
.pest-control-title {
  color: #231815;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
.pest-control-title__inner {
  border-bottom: 0.1666666667em solid #ffd500;
}

.pest-control-icons__item {
  width: 9.375em;
  max-width: 100%;
  margin-top: 2.9375em;
  margin-right: 2.5em;
}
.pest-control-icons__item:last-of-type {
  margin-right: 0;
}

.pest-control-description {
  margin-top: 1.6666666667em;
  font-size: 1.5em;
  line-height: 1.8;
  text-align: center;
}
.pest-control-description__orange-text {
  color: #e95513;
  font-weight: bold;
}

.pest-control-box-wrap {
  width: 1031px;
  max-width: 100%;
  margin-top: 1.5em;
  margin-right: auto;
  margin-left: auto;
}

.pest-control-box {
  width: 47.572815534%;
  margin-top: 1.875em;
  border: 3px solid #000;
}

.pest-control-box-inner {
  padding: 1.25em 0.625em 1.625em;
}

.pest-control-box__title {
  padding: 0.1111111111em;
  background: url("../images/bg_gray_dark.png");
  color: #000;
  font-size: 2.25em;
  font-weight: bold;
  text-align: center;
}

.pest-control-box__image {
  width: 17.875em;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.pest-control-box__text {
  margin-top: 1.7333333333em;
  font-size: 0.9375em;
  line-height: 1.9;
  text-align: center;
}

/* --------------------------------------------
   店舗案内
-------------------------------------------- */
.staff-box-bg {
  width: 49%;
  margin-top: 1em;
  padding: 1.5em;
  background: url("../images/bg_gray_hexagon.png");
}

.staff-box-cnt {
  height: 100%;
  padding: 1em;
  background-color: #FFF;
}

.staff-box-cnt-main__img {
  width: 45%;
}

.staff-box-cnt-main__cnt {
  width: 52%;
}

.staff-box-cnt-main__cnt-position {
  margin-top: 0.8em;
  font-size: 1.125em;
}

.staff-box-cnt-main__cnt-name {
  font-size: 2.125em;
  font-weight: bold;
}

.staff-box-cnt-main__cnt-jpn {
  margin-top: 0.3em;
  color: #717071;
}

.staff-box-cnt-main__cnt-comments {
  margin-top: 0.8em;
  color: #F29600;
}

.staff-box-cnt-subtxt {
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1.5em;
  border-top: 0.25em solid #FFD500;
  line-height: 1.8;
}

/* --------------------------------------------
   業務案内 
-------------------------------------------- */
.guide-description {
  margin-top: 2em;
  font-size: 1.125em;
  line-height: 1.8;
  text-align: center;
}

.guide-aboutus-wrap {
  margin-top: 3em;
  padding: 2em 3em;
  background: url("../images/bg_gray_hexagon.png");
}

.guide-aboutus-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.2em 1em;
  border-top: 0.25em solid #000;
  border-bottom: 0.25em solid #000;
  background-color: #FFF;
  font-size: 2.25em;
  font-weight: bold;
}
.guide-aboutus-title::before {
  display: block;
  width: 2.153em;
  height: 2.153em;
  background-image: url("../images/icon_smile_shipping.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.guide-aboutus-title__label {
  margin-right: 0.8em;
  margin-left: 0.5em;
  padding: 0.1em 0.8em;
  background-color: #FFDF00;
  font-size: 1.167em;
  text-align: center;
}

.guide-aboutus-cnt-box {
  width: 50%;
  margin-top: 2em;
  padding: 2em;
}

.guide-aboutus-cnt-box--left {
  background-color: #FFDF00;
}

.guide-aboutus-cnt-box--right {
  background-color: #FFC400;
}

.guide-aboutus-cnt-title {
  position: relative;
  padding: 0.5em;
  background-color: #FFF;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.guide-aboutus-cnt-title::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.833em;
  left: 0;
  width: 1.875em;
  height: 0.833em;
  margin: 0 auto;
  border-top: 0.833em solid #FFF;
  border-right: 0.9375em solid transparent;
  border-bottom: transparent;
  border-left: 0.9375em solid transparent;
  content: "";
}

.guide-aboutus-cnt-main {
  margin-top: 2em;
}

.guide-aboutus-cnt-main-line {
  border-bottom: 3px solid #000;
  font-weight: bold;
  text-align: center;
}

.guide-aboutus-cnt-box--left .guide-aboutus-cnt-main-line {
  padding: 0.2em;
  font-size: 1.5em;
}

.guide-aboutus-cnt-box--left .guide-aboutus-cnt-main-line .txt-big {
  font-size: 2em;
}

.guide-aboutus-cnt-box--right .guide-aboutus-cnt-main-line {
  padding: 0.1em;
  font-size: 2.25em;
}

.guide-other-wrap {
  width: 90%;
  margin: 0 auto;
}

.guide-other-cnt {
  width: 61%;
}

.guide-other-cnt__title {
  padding-bottom: 0.5em;
  border-bottom: 0.167em solid #FFD500;
  font-size: 1.875em;
  font-weight: bold;
}

.guide-other-cnt__txt {
  margin-top: 1em;
  line-height: 2;
}

.guide-other-cnt__img {
  margin-top: 2em;
}
.guide-other-cnt__img img {
  display: block;
  margin: 0 auto;
}

.guide-other-cnt__btn {
  margin-top: 3em;
}

a.btn-gray {
  position: relative;
  min-width: 15em;
  margin-left: 2em;
  padding: 1em 3em 1em 1.5em;
  background: #9E9E9F;
  color: #FFF;
  font-size: 0.938em;
  text-decoration: none;
}
a.btn-gray:first-of-type {
  margin-left: 0;
}
a.btn-gray::after {
  position: absolute;
  right: 0.5em;
  font-size: 1.167em;
  line-height: 1.3;
  content: "＞";
}

.guide-other-img {
  width: 37%;
}

/* --------------------------------------------
   買取 / 不用品回収・処分 
-------------------------------------------- */
.business-txt {
  font-size: 1.125em;
  line-height: 1.8em;
  text-align: center;
}

a.business-txt-btn {
  display: block;
  position: relative;
  width: 17em;
  max-width: 100%;
  margin: 1.5em auto 0;
  padding: 0.5em 1em;
  border: 1px solid #000;
  background-color: #FFD500;
  font-size: 1.563em;
  text-decoration: none;
}
a.business-txt-btn::after {
  position: absolute;
  right: 1em;
  content: "＞";
}

.business-about-wrap {
  margin-top: 3em;
  padding: 2em 3em 3em;
  background-image: url(../images/bg_concrete.png);
}
.business-about-wrap h4 {
  margin-top: 2em;
  background-color: #fff;
}

.business-about-title {
  -webkit-box-shadow: 0.2em 0.2em #FFD500;
  position: relative;
  margin-bottom: 1em;
  padding: 0.5em;
  border-radius: 0.158em;
  background-color: #FFF;
  box-shadow: 0.2em 0.2em #FFD500;
  font-size: 2.375em;
  font-weight: bold;
  text-align: center;
}
.business-about-title::before {
  display: block;
  position: absolute;
  top: 0.35em;
  width: 1.816em;
  height: 1.816em;
  background-image: url("../images/icon_smile_shipping.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.business-about-container {
  width: 95%;
  margin: 0 auto;
}

.business-about-freelabel {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.151em;
  height: 4.151em;
  margin-right: 1em;
  border-radius: 50%;
  background-color: #FFD500;
  font-size: 1.675em;
  font-weight: bold;
  line-height: 1.2;
}

.business-about-txt {
  font-size: 1.125em;
  line-height: 1.8;
}

.business-about-flow-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 1em;
  padding: 1em;
  border: 1px solid #C8C9CA;
  border-radius: 0.375em;
  background-color: #FFF;
}

.business-about-flow-num {
  width: 2em;
  margin-right: 0.5em;
  padding: 0.2em 0 0.3em;
  border-radius: 0.176em;
  background-color: #000;
  color: #FFF;
  font-size: 2.125em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.business-about-flow-title {
  width: 10em;
  font-size: 1.5em;
  font-weight: bold;
}

.business-about-flow-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.7em 0;
  line-height: 1.8;
}
.business-about-flow-txt a.btn-gray {
  margin-top: 1em;
}

.business-about-flow-txt__red {
  color: #E95513;
}

.business-about-flow-contact {
  max-width: 100%;
  margin-top: 1.5em;
}

.business-about-flow-contact__freedial {
  width: 18.75em;
  margin-right: 2em;
}

a.business-about-flow-contact__contact {
  padding: 0.2em 1.5em;
  border-radius: 0.375em;
  background-color: #888888;
  color: #FFF;
  text-decoration: none;
}

.business-about-flow-contact__contact-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 1.9em;
  margin-right: 0.8em;
}

.business-about-flow-contact__contact-txt {
  font-size: 0.875em;
  line-height: 1.2;
}

.business-about-container ul li.business-about-flow-list {
  position: relative;
  margin-top: 0.8em;
  font-size: 0.95em;
  list-style: none;
}
.business-about-container ul li.business-about-flow-list::before {
  position: absolute;
  left: -1em;
  content: "※";
}

.business-undertake-box {
  width: 31%;
  margin-top: 3.5%;
  margin-right: 3.5%;
  padding: 0.8em 1em 1.5em;
  border: 1px solid #C8C9CA;
  border-radius: 0.375em;
  background-color: #FFF;
}
.business-undertake-box:nth-last-of-type(3n) {
  margin-right: 0;
}

.business-undertake-box__icon {
  width: 4.243em;
  margin: 0 auto;
}

.business-undertake-box__title {
  margin-top: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.business-undertake-box__txt {
  margin-top: 1em;
  font-size: 0.99em;
}

.section-track .business-about-freelabel {
  width: 5em;
  height: 5em;
}

.business-about-track-wrap {
  margin-top: 2em;
}

.business-about-tarck-box {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  width: 48%;
  padding: 1em;
  border: 1px solid #717071;
  border-radius: 0.5em;
  background-color: #FFF;
}

.business-about-tarck-box__title {
  padding-bottom: 0.3em;
  border-bottom: 2px solid #171c61;
  color: #171c61;
  font-size: 1.625em;
  font-weight: bold;
  text-align: center;
}

.business-about-tarck-box-cnt__img {
  width: 11em;
  margin-right: 1em;
}

.business-about-tarck-box-cnt__txt {
  font-size: 2.125em;
  font-weight: bold;
}

.business-about-tarck-box-cnt__txt-tax {
  font-size: 0.5em;
}

/* --------------------------------------------
   お客様の声
-------------------------------------------- */
.voice-wrap {
  margin-top: 2em;
  padding: 2em;
  background-image: url(../images/bg_cloth.jpg);
}

.voice-img {
  width: 45%;
}

.voice-cnt {
  width: 52%;
}

.voice-cnt-info {
  font-size: 1.125em;
}

.voice-cnt-info_cat {
  margin-left: 1.5em;
  padding: 0.3em 1.5em;
  border-radius: 0.472em;
  background-color: #ffd500;
}

.voice-cnt-comment {
  margin-top: 1em;
  padding: 0.5em 1em;
  border: 1px solid #b4b4b5;
  background-color: #FFF;
  font-size: 1.125em;
}

.voice-cnt-re {
  margin-top: 0.8em;
  border: 1px solid #b4b4b5;
  background-color: #FFF;
}

.voice-cnt-re_titile {
  width: 15em;
  padding: 0.4em;
  background-color: #eeeeef;
  color: #f29600;
  text-align: center;
}

.voice-cnt-re_txt {
  display: inline-block;
  padding: 1em;
  font-size: 0.875em;
  line-height: 2;
}

.voice-cnt-re_responsible {
  padding: 0 1em 1em;
  text-align: right;
}

/* --------------------------------------------
   買取品目
-------------------------------------------- */
.purchase-box {
  margin-top: 4em;
  padding: 1em;
  border: 3px solid #000;
}

.purchase-box-top {
  padding: 0 1em 1em 0;
}

.purchase-box-top__title {
  width: 11.5em;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
}

.purchase-box-top__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.938em;
  line-height: 1.8;
}

.purchase-box-bottom {
  padding: 1em;
  border-top: 0.188em solid #ffd500;
}

.purchase-box-bottom__img {
  width: 18em;
}

.purchase-box-bottom_cnt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1em;
  border: 1px solid #b4b4b5;
}

.purchase-box-bottom__cnt-title {
  width: 8em;
  padding: 0.3em;
  background-color: #eeeeef;
  color: #f29600;
  text-align: center;
}

ul.purchase-box-bottom__cnt-list {
  padding: 1em 0.5em;
}
ul.purchase-box-bottom__cnt-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
  list-style: none;
}
ul.purchase-box-bottom__cnt-list li::before {
  display: block;
  content: "・";
}
@media screen and (max-width: 1024px) {
  /* 共通パーツ */
  /* PageNavi */
  /* spNation */
  /* single_cat_link */
  /* category-child */
  /* sitemap */
  /* faq */
  /* ブログ */
  /* 404 */
  /* Contact Form 7 */
  /* 遺品整理・生前整理 */
  /* 店舗案内 */
}
@media screen and (max-width: 768px) {
  /* 共通パーツ */
  .headerLogo-img img {
    width: 6.25em;
  }
  h2.entry-title {
    margin-right: 0;
    margin-left: 0;
  }
  h3.entry-title {
    margin-right: 0;
    margin-left: 0;
  }
  .section {
    margin-right: 0;
    margin-left: 0;
  }
  .section table.tab_set th,
.section table.tab_set td {
    display: block;
    width: 100%;
  }
  /* PageNavi */
  /* spNation */
  /* single_cat_link */
  /* category-child */
  /* sitemap */
  /* faq */
  /* ブログ */
  .blog_sdr .link_box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;
  }
  .blog_wrap .blog_box {
    height: auto;
  }

  .blog_wrap .more-link {
    position: static;
  }

  .blog_cnt, .blog_sdr {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .blog_sdr .link_box:last-child {
    margin-right: 0;
  }
  /* 404 */
  /* Contact Form 7 */
  .contact_top {
    font-size: 3vmin;
  }
  .contact_top .fa-mobile {
    margin-top: -10px;
    font-size: 25px;
  }
  form.wpcf7-form input.wpcf7-submit {
    margin: 0 auto;
  }
  /* 遺品整理・生前整理 */
  .pest-control-description {
    font-size: 1.375em;
  }
  .pest-control-box {
    width: 48.5%;
  }
  /* 店舗案内 */
  .staff-box-bg {
    padding: 1em;
  }
  .staff-box-cnt-main__img {
    width: 100%;
  }
  .staff-box-cnt-main__cnt {
    width: 100%;
  }
  .guide-description {
    font-size: 0.9em;
  }
  .guide-aboutus-wrap {
    font-size: 0.9em;
  }
  .guide-aboutus-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .guide-aboutus-title::before {
    content: none;
  }
  .guide-aboutus-title__label {
    margin-bottom: 0.3em;
  }
  .business-flow-flexwrap {
    width: 100%;
  }
  .business-about-flow-txt {
    margin-top: 0.3em;
  }
  .business-undertake-box__title {
    font-size: 1.125em;
  }
  .business-about-tarck-box {
    width: 65%;
    margin: 1em auto 0;
  }
}
@media screen and (max-width: 480px) {
  /* 共通パーツ */
  h2.entry-title {
    padding: 1.5em 0.3em;
  }
  .section {
    word-break: break-all;
  }
  .section table.sp_set th,
.section table.sp_set td {
    display: block;
    width: 100%;
  }
  /* PageNavi */
  .wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
  }
  /* spNation */
  /* single_cat_link */
  .single_post_link_prev a,
.single_post_link_next a {
    display: block;
  }
  /* category-child */
  /* sitemap */
  /* faq */
  /* ブログ */
  .blog_sdr .link_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  /* 404 */
  /* Contact Form 7 */
  .contact_top {
    margin-bottom: 8px;
    font-size: 6vw;
  }
  a.contact_tel {
    display: block;
    margin-bottom: 5px;
  }
  form.wpcf7-form dl dt {
    width: 100%;
    float: none;
    font-size: 12px;
    text-align: left;
  }
  form.wpcf7-form dl dd {
    padding: 10px 5px 20px 0;
    border-top: none;
  }
  .alertlabel {
    padding: 5px 0;
    font-size: 1rem;
  }
  form.wpcf7-form input {
    width: 100%;
  }
  form.wpcf7-form .wpcf7-form-control.wpcf7-checkbox input {
    width: auto;
  }

  form.wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    display: block;
    width: 100%;
  }
  .wpcf7-form-control-wrap.reason {
    margin-left: 0;
  }
  form.wpcf7-form input.wpcf7-submit,
form.wpcf7-form input.wpcf7-confirm {
    padding: 5% 5px;
    font-size: 18px !important;
  }
  /* 遺品整理・生前整理 */
  .pest-control-title {
    font-size: 1.5em;
  }
  .pest-control-icons__item {
    margin-right: 1em;
  }
  .pest-control-description {
    font-size: 1.125em;
  }
  .pest-control-box {
    width: 100%;
  }
  .pest-control-box__text {
    font-size: 0.875em;
  }
  /* 店舗案内 */
  .staff-box-bg {
    width: 100%;
  }
  .guide-description {
    font-size: 1em;
  }
  .guide-aboutus-wrap {
    padding: 2em 0;
  }
  .guide-aboutus-title {
    padding: 0.5em;
    font-size: 1.95em;
  }
  .guide-aboutus-cnt-box {
    width: 100%;
    margin: 1em 1em 0;
  }
  .guide-other-wrap {
    width: 100%;
  }
  .guide-other-cnt {
    width: 100%;
  }
  .guide-other-cnt__title {
    font-size: 1.5em;
  }
  .guide-other-cnt__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  a.btn-gray {
    margin-left: 1em;
    font-size: 0.85em;
  }
  .guide-other-img {
    display: none;
  }
  .business-txt {
    font-size: 1em;
  }
  .business-about-wrap {
    padding: 1em;
  }
  .business-about-title {
    font-size: 2em;
  }
  .business-about-container {
    width: 100%;
  }
  .business-about-freelabel {
    width: 8.151em;
    height: auto;
    margin: 0 auto 0.8em;
    padding: 0.5em;
    border-radius: unset;
  }
  .business-about-flow-wrap {
    padding: 0.5em;
  }
  .business-about-flow-contact {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  a.business-about-flow-contact__contact {
    margin-top: 1.5em;
  }
  .business-undertake-box {
    width: 100%;
    margin-right: 0;
  }
  .business-undertake-box__title {
    font-size: 1.5em;
  }
  .section-track .business-about-freelabel {
    width: 10em;
    max-width: 100%;
    height: 2em;
  }
  .business-about-tarck-box {
    width: 100%;
  }
  .business-about-tarck-box-cnt__txt {
    font-size: 2em;
  }
  .voice-img {
    width: 100%;
  }
  .voice-cnt {
    width: 100%;
    margin-top: 1em;
  }
  .purchase-box {
    margin-top: 2em;
  }
  .purchase-box-top__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .purchase-box-top__title {
    width: 8em;
    margin-left: 0.5em;
    text-align: left;
  }
  .purchase-box-top__info {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin-top: 1em;
  }
  .purchase-box-bottom {
    padding: 1em 0;
  }
  .purchase-box-bottom_cnt {
    margin-left: 0;
  }
  ul.purchase-box-bottom__cnt-list li {
    margin-right: 0.5em;
  }
}