@charset "utf-8";

:root {
  --blue_color: #116cb0;
  --orange_color: #ff8c37;
  --main_heading_eng_color: #ffcda8;
  --sub_heading_eng_color: #ddf2ff;
}

.web_font_M {
  transform: rotate(0.03deg);
}

#content-top {
  overflow-x: hidden;
}
  
/* header */
header {
  padding: 7px 0 15px;
}

header section {
  max-width: 1100px;
}

header p {
  margin-bottom: 15px;
}

header div a:first-of-type img {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
	header div a:first-of-type img.header {
	margin-right: none;
	}
}

.pc_header .header_wrap div {
  float: none;
}

/* nav */
.nav_menu_pc a:hover {
  font-weight: 900;
  color: #004771;
}

nav.nav_menu_pc {
  position: relative;
  z-index: 1;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0;
}

.dropdown:hover {
  border: solid 1px var(--blue_color);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding: 5px 5px 0 5px;
  margin: -5px -6px 0 -6px;
}

.dropdown ul {
  position: absolute;
  flex-flow: column;
  transform: translateX(-33%);
  text-align: center;
  border-radius: 65px 65px 10px 10px;
}

.dropdown ul li a {
  color: #444;
  padding: 5px 10px;
  display: inline-block;
  width: 100%;
}

.dropdown ul li a:hover {
  background-color: #ddf2ff;
}

.dropdown ul {
  height: 0;
  overflow: hidden;
  line-height: 0;
}

.dropdown:hover ul {
  height: auto;
  line-height: 1.5;
  transition: 0.2s;
  border: solid 2px var(--blue_color);
  border-top: solid 1px var(--blue_color);
}

.dropdown ul li {
  background: white;
  height: 0;
  width: 100%;
}
.dropdown:hover ul li {
  height: auto;
  border-bottom: solid 2px var(--blue_color);
}

.dropdown:hover ul li:last-of-type {
  border-bottom: none;
}
/* cta-time */
#cta-time{
  margin-top: 80px;
}
#cta-time p{
  background-color: #DBEFFB;
  color: #000;
  padding: 16px;
  width: 80%;
  text-align: center;
  font-size: 28px;
  border-radius: 10px;
}
#cta-time ul li{
  margin-bottom: 0;
}



@media(max-width:768px){
  #cta-time {
    margin-top: 0px;
}
.area_tofuken #cta-time{
  margin-top: 80px;
}
  #cta-time p{
    border: 2px solid #004771;
    font-size: 16px;
    padding: 6px;
  }
  .disposal_items .otoiawase{
    max-width: 350px;
  }
}

/* Performance-css */
.outline-area-scroll-table {
  overflow-x: scroll;
}
.inner-area-table {
  table-layout: fixed;
}
.zisseki-number {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #004771;
}
.inner-area-table .zisseki-head th:first-child {
  background: #116CB0;
  color: #fff;
  line-height: 1;
}
.inner-area-table .zisseki-head th {
  font-size: 22px;
  width: auto;
  text-align: center;
  background: #116CB0;
  color: #fff;
  vertical-align: middle;
}
.inner-area-table th, .inner-area-table td{
  text-align: center;
}
.zisseki-number th {
  border: 1px solid #004771 !important;
  text-align: left;
  vertical-align: middle;
  font-size: 26px;
  font-weight: bold;
  padding: 15px 10px 20px;
  width: 33.333%;
}
@media (max-width: 768px){
.inner-area-table .zisseki-head th {
    width: 80px;
    font-size: 16px;
}
.inner-area-table .zisseki-data td {
  width: 80px;
  font-size: 16px;
}
}

/* first view */
.background_img {
  height: 700px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto -35px;
  background-image: url(../img/top/top_back.png);
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whiteback {
  background: white;
  padding: 8px 16px;
  border-radius: 16px;
  position: relative;
}

.whiteback::after {
  content: "";
  background-image: url(../img/top/kadodekun.png);
  width: 300px;
  height: 450px;
  position: absolute;
  right: -73px;
  bottom: 7px;
}

.fv_text {
  margin-bottom: 40px;
}

.blocks {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.w700 {
  width: 700px;
}

.h120 {
  height: 120px;
}

.orange_plate {
  background: var(--orange_color);
  width: 150px;
  height: 45px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin: 27px;
  padding-top: 6px;
}

.fz35 {
  font-size: 35px;
  font-weight: bold;
}

.ml20 {
  margin-left: 20px;
}

.border_bottom_line {
  background: linear-gradient(transparent 86%, #ffc59b 0%) no-repeat;
  padding: 0 0 3px 7px;
}

.small_font {
  font-size: 25px;
  font-weight: bold;
  padding: 10px;
}

.blue_circle {
  background: var(--blue_color);
  width: 176px;
  height: 176px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin: 40px 10px;
  padding-top: 24px;
}

.mr200 {
  margin-right: 200px;
}

.pr90 {
  padding-right: 90px;
}

.fv_text .orange {
  color: #ff6c00;
}

/* mask_title */
.step_title {
  text-align: center;
}

.card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 80px;
}

.step {
  background: #ddf2ff;
  border: none;
  padding: 15px;
}

.step_text {
  padding: 0 47px;
  line-height: 1.6;
  margin: 15px auto;
}

/* point10 */
p.banzai {
  font-size: 16px;
  margin-right: 370px;
}

.banzai::before,
.banzai::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.banzai::before {
  background-image: url(../img/top/bbs.png);
  margin-right: 10px;
}

.banzai::after {
  background-image: url(../img/top/bs.png);
}

.promise_text {
  line-height: 1.8;
}

.promise_text img {
  margin-right: 10px;
}

.otoiawase {
  margin-bottom: 120px;
}

.otoiawase img:hover {
  transform: translate(0, 5px);
}

/* reason */
.reason:not(.sp_block) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 16px auto 60px;
}

.big_arrow {
  display: block;
  margin: 0 auto 40px;
}

.point975 {
  margin-bottom: 60px;
}

span.banzai {
  font-size: 20px;
}

span.banzai::before {
  width: 20px;
  background-image: url(../img/top/sbs.png);
}
span.banzai::after {
  width: 20px;
  background-image: url(../img/top/ss.png);
}

p.b6 {
  bottom: 6;
}

.index img {
  height: auto;
}

/* webwari */
.webwari_campaign {
  margin: 120px 0 60px;
}

.webwari_campaign_text {
  line-height: 1.5;
}

/* magokoro */
.magokoro_pack {
  background-position: center 30px;
  margin-bottom: 50px;
}

.magokoro_nashi_ari {
  margin-bottom: 80px;
}

.magokoro_pack_text {
  font-size: 18px;
  line-height: 2.2;
}

.free_mitsumori_text {
  font-weight: bold;
}

/*=================================
	CASE
===================================*/
.case {
  margin-top: 30px;
  margin-bottom: 30px;
}
.case .case-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 25px 0 15px;
  padding-bottom: 4px;
}

.case .case-content .case-image-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.case .case-content .case-image-wrap img {
  width: 500px;
  box-sizing: border-box;
}

.case-content {
  display: flex;
  flex-flow: column;
}
.case-content h3 {
  order: 1;
}
.case-content .case-info {
  order: 2;
}
.case-content .case-comment {
  order: 3;
}

.case-image-wrap {
  background-image: url(../img/top/右矢印.png);
  background-repeat: no-repeat;
  background-position: center;
}

.case-image-wrap::before {
  content: "Before";
  background: #bbe5ff;
  left: 2px;
}

.case-image-wrap::after {
  content: "After";
  background: #ffb884;
  right: 272px;
}

.case-image-wrap::before,
.case-image-wrap::after {
  /* color: black; */
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border: 3px solid black;
  border-radius: 30px;
  width: 230px;
  height: 60px;
  top: -80px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.case-info {
  font-size: 18px;
  border: solid 3px #004771;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
}

.case-info tr:not(:last-child) {
  border-bottom: solid 3px #004771;
}

.case-info tr:last-child {
  border-bottom: none;
}

.case-info dt {
  background: var(--blue_color);
  color: white;
  text-align: center;
  flex: 320;
  flex-basis: 320px;
  padding: 0.4em;
}

.case-info dd {
  background: white;
  color: #474f6a;
  padding: 0.4em;
  padding-left: 10px;
  margin: 0;
  flex: 774;
  flex-basis: 774px;
}

.case-info dt:nth-of-type(even),
.case-info dd:nth-of-type(even) {
  border-top: solid 3px #004771;
}

.case-info dt:first-of-type {
border-radius: 16px 16px 0 0;
}
.case-info dd:first-of-type {
  border-radius: 0 16px 0 0;
}
.case-info dd:last-of-type {
  border-radius: 16px;
}

.case-comment {
  background: #ebf7fa;
  filter: drop-shadow(5px 5px 0 #00000029);
  font-size: 18px;
  line-height: 1.5;
  margin: 20px auto 120px;
  padding: 20px 30px;
  border-radius: 10px;
}

p.case-comment-fortify {
  display: none;
}

/* collect_case_contents */
.collect_case_contents ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.collect_case_contents li {
  background: #ddf2ff;
  width: 203px;
  height: 87px;
  border-radius: 12px;
  margin: 0 8px 16px;
  padding: 10px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.collect_case_contents .dummy {
  opacity: 0;
}

.collect_case_contents span.banzai {
  display: block;
  margin-right: 160px;
}

.collect_case_contents li span {
  width: 50%;
  word-break: keep-all;
}

.collect_case_contents li span.w60 {
  width: 60%;
}

.collect_case_contents li img {
  margin: auto;
}

.collect_case_contents .border_bottom {
  background: linear-gradient(transparent 50%, #ffc595 0%);
}

/* area */
.area div {
  width: auto;
}

.accordions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 120px;
}
#out-lineaccordion .accordions {
  margin-bottom: 0;
}
.accordion {
  margin: 10px auto;
  border: none;
  border-radius: 6px;
}

.accordion p:first-of-type {
  font-size: 20px;
  padding: 0px 12px;
}

i {
  margin-top: 6px;
}

.accordions_left {
  width: 50%;
  padding-right: 20px;
}

.accordions_right {
  width: 50%;
  padding-left: 20px;
}

.accordion_open {
  border-radius: 0 0 6px 6px;
  filter: drop-shadow(0 3px 6px #00000029);
}

.accordion_open_text {
  word-break: keep-all;
}

/* flow */
.two_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.flow .step {
  background: white;
  width: 300px;
  height: 300px;
  padding-top: 40px;
  box-sizing: border-box;
  filter: drop-shadow(5px 5px 0 #00000029);
}

.flow .step_title {
  margin-top: 12px;
}

.flow .step:last-of-type {
  margin-bottom: 60px;
}

.blue_button {
  display: block;
  background: var(--blue_color);
  font-size: 20px;
  color: white;
  border-radius: 32px;
  padding: 20px;
  margin: 60px 32px;
  width: 234px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* sidebar */
.sidebar {
  background: #dbeffb;
  width: 400px;
  height: 940px;
  border-radius: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}

.sidebar h3 {
  background: var(--blue_color);
  width: 100%;
  padding: 20px;
  font-size: 28px;
  color: white;
  text-align: center;
  border-radius: 20px 20px 0 0;
}

.sidebar p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.sidebar .free_call {
  border-top: dotted 3px var(--blue_color);
  border-bottom: dotted 3px var(--blue_color);
  color: #ff8c37;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -6px;
  padding: 6px;
}

.sidebar .free_call img {
  margin-bottom: 5px;
}

.sidebar span.border_bottom {
  font-size: 22px;
  background: linear-gradient(transparent 50%, #ffc595 0%);
  margin-bottom: 10px;
}

.sidebar li {
  box-sizing: border-box;
  background: white;
  width: 363px;
  height: 70px;
  border: solid 4px var(--blue_color);
  border-radius: 35px;
  display: flex;
  align-items: center;
  margin: 10px auto 20px;
}

.sidebar ul {
  list-style: none;
}

.sidebar li a {
  font-size: 22px;
  position: relative;
  width: 100%;
  padding: 18px 0;
  border-radius: 35px;
}

.sidebar li img {
  transform: translateX(50px) translateX(-50%);
}

.sidebar li span {
  position: absolute;
  width: max-content;
  left: 100px;
  font-weight: bold;
}

/* ba_case */
.clean_up {
  margin-bottom: 140px;
}

.clean_up p.tac {
  font-weight: bold;
}

.ba_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.ba_img::before {
  content: "Before";
  background: #bbe5ff;
  left: 2px;
}

.ba_img::after {
  content: "After";
  background: #ffb884;
  right: 272px;
}

.ba_img::before,
.ba_img::after {
  /* color: black; */
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border: 3px solid black;
  border-radius: 30px;
  width: 230px;
  height: 60px;
  top: -80px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ba_case span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 20px auto 10px;
}

.radius_mask {
  border: solid #004771;
  border-radius: 20px;
}

.ba_case table {
  font-size: 18px;
  margin-bottom: 0;
}

.ba_case table tr:not(:last-child) {
  border-bottom: solid 3px #004771;
}

.ba_case table tr:last-child {
  border-bottom: none;
}

.ba_case table td:nth-child(odd) {
  background: var(--blue_color);
  color: white;
  text-align: center;
  border-right: solid 3px #004771;
}

.ba_case table td:nth-child(even) {
  background: white;
  color: #474f6a;
  padding-left: 10px;
}

.ba_case table tr:first-of-type td:first-of-type {
  border-radius: 16px 0 0 0;
}
.ba_case table tr:first-of-type td:last-of-type {
  border-radius: 0 16px 0 0;
}
.ba_case table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 16px;
  border-bottom: none;
}
.ba_case table tr:last-of-type td:last-of-type {
  border-radius: 0 0 16px 0;
}

.ba_case .comment {
  background: #ebf7fa;
  filter: drop-shadow(5px 5px 0 #00000029);
  font-size: 18px;
  line-height: 1.5;
  margin: 20px auto 120px;
  padding: 20px 30px;
  border-radius: 10px;
}

/* voice */
.to_right {
  display: flex;
  justify-content: flex-end;
}

.voice {
  margin-bottom: 10px;
}

.voice_hukidashi01 {
  margin-bottom: 50px;
}

.voice_hukidashi02 {
  margin-bottom: 50px;
}

.voice .blue_button {
  margin: 30px auto 60px;
}

/* second_accordion */
.accordion2 {
  margin: 20px auto;
  cursor: pointer;
}

.accordion2:last-of-type {
  margin: 20px auto 120px;
}

.accordion2 .ti03 {
  text-align: center;
}

.accordion2 .fa-plus {
  transition: 0.2s;
}

.rolling {
  transform: rotate(405deg);
  transition: 0.2s;
  transform-origin: center;
}

/* news_part */
.news_part {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.news_part .title_left {
  width: 300px;
}

.news_part .ti01 {
  font-size: 32px;
}

.news_part .blue_button {
  margin: 12px 32px 120px;
}

.news_part ul {
  list-style: none;
}

.news_part li {
  padding: 6px 18px 18px;
  border-bottom: solid 1px black;
  font-size: 16px;
  width: 792px;
  max-width: 100vw;
}

.news_part li a {
  margin-left: 35px;
  font-size: 21px;
}

.font_silver {
  color: #707070;
}

.mt120 {
  margin-top: 120px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb36 {
  margin-bottom: 36px;
}

.mb77 {
  margin-bottom: 77px;
}
.mb120 {
  margin-bottom: 120px;
}

p.fz20 {
  font-size: 20px;
}

p.fz32 {
  font-size: 32px;
}

p.fz54 {
  font-size: 54px;
}

.flex_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tac {
  text-align: center;
}

.wrap {
  max-width: 1100px;
}

/* .caution {
  margin-top: 20px;
  margin-bottom: 120px;
} */

.ti03 {
  background: #ff8c37;
  color: white;
  font-size: 30px;
  padding: 20px;
  border-radius: 6px;
}

.huyou-box {
  background: white;
  filter: drop-shadow(6px 6px 6px silver);
  margin-bottom: 25px;
  padding: 20px;
  font-size: 16px;
  line-height: 2;
}

/* q&A */
.qa {
  margin-bottom: 60px;
}

.question {
  width: 860px;
  max-width: 100vw;
}

.free_diale {
  margin-bottom: 24px;
}

/* footer_box */

.footer_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: solid 1px #7697aa;
  padding: 24px 0;
  font-size: 14px;
}

.footer_box h4 {
  margin-bottom: 5px;
}

.footer_box ul {
  list-style: none;
}

.footer_box a:hover {
  color: #004771;
  font-weight: 900;
}

.footer_box a {
  text-decoration: underline;
}

.footer_box_right p {
  letter-spacing: 1px;
}

.footer_box_left {
  border-left: solid 1px #7697aa;
  border-right: solid 1px #7697aa;
  padding: 0 40px;
  flex-basis: 485px;
}

.footer_box_center {
  padding: 0 30px;
  flex-basis: 385px;
}

.footer_box_right {
  display: flex;
  flex-flow: column;
  justify-content: center;
  border-left: solid 1px #7697aa;
  border-right: solid 1px #7697aa;
  padding: 0 40px;
  flex-basis: 230px;
  text-align: center;
}

.footer_box_left section {
  display: flex;
  justify-content: space-between;
}

.footer_box_center section {
  display: flex;
  justify-content: space-between;
}
.relevance {
  margin-top: 10px;
}

/* breadcrumb */
nav.pankuzu ul {
  justify-content: flex-start;
}

nav.pankuzu li:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
}

/* service */
.mt30 {
  margin-top: 30px;
}

.mb-20 {
  margin-bottom: -20px;
}

.w820 {
  width: 820px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.fz20 {
  font-size: 20px;
}

.service h3 {
  box-sizing: border-box;
  background: white;
  width: 440px;
  height: 60px;
  border: solid 4px var(--blue_color);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 50px;
  font-size: 28px;
}

.service_box {
  display: flex;
  margin-bottom: 40px;
}

.service_box img {
  /* height: fit-content; */
  height: auto;
}

.service_text_box {
  margin-left: 58px;
  font-size: 20px;
}

.service_text_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 234px;
  height: 63px;
  box-sizing: border-box;
  color: white;
  border-radius: 10px;
  background: var(--blue_color);
  margin: 40px auto;
}

.service .price_text2 {
  margin: 60px auto;
}

.service .price img:last-of-type {
  margin-bottom: 0;
}

.mb60 {
  margin-bottom: 60px;
}

/* price */
.mb70 {
  margin-bottom: 70px;
}

.page_price .fixed_charge_word {
  letter-spacing: 7.5px;
}

.mt20 {
  margin-top: 20px;
}

.ma {
  margin: auto;
}

.tal {
  text-align: left;
}

.examples {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.example_box {
  background: white;
  width: 320px;
  height: 536px;
  border: solid 4px var(--blue_color);
  border-radius: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 10px;
}

.example_box h3 {
  background: var(--blue_color);
  width: 100%;
  padding: 0 0 8px;
  font-size: 30px;
  color: #ddf2ff;
  text-align: center;
  border-radius: 14px 14px 0 0;
}

.example_box p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.81px;
}

.example_box img {
  margin-top: 20px;
}

.example_box div {
  margin-top: 20px;
}

p.example_price {
  border-bottom: solid 4px #ff8c37;
  color: #ff8c37;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
}

p.example_price::before {
  content: "回収費";
  color: #ff8c37;
  font-size: 20px;
  font-weight: bold;
  padding: 6px;
}

p.example_price::after {
  content: "円";
  color: #ff8c37;
  font-size: 20px;
  font-weight: bold;
  padding: 6px;
}

.example_box span {
  font-size: 16px;
  text-align: center;
  margin: 7px auto;
  line-height: 1.4;
}

.comment {
  text-align: left;
}

/* area */
.jp_map {
  background-image: url(../img/area/areaページ地図.png);
  background-repeat: no-repeat;
  height: 880px;
  position: relative;
  margin-bottom: 150px;
}

.jp_map div {
  position: absolute;
  border: solid 4px var(--blue_color);
  border-radius: 24px;
  background: white;
  width: 230px;
  height: 312px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 5px 25px;
}

.jp_map div::before {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 30%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: solid 26px white;
  z-index: 2;
}

.jp_map div::after {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 30%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: solid 30px var(--blue_color);
  z-index: 1;
}

.jp_map div:nth-child(1)::before,.jp_map div:nth-child(2)::before,.jp_map div:nth-child(4)::before,.jp_map div:nth-child(6)::before{
  top: -24px;
  bottom: initial;
  border-top: none;
  border-bottom: solid 26px white;
}

.jp_map div:nth-child(1)::after,.jp_map div:nth-child(2)::after,.jp_map div:nth-child(4)::after,.jp_map div:nth-child(6)::after{
  top: -34px;
  bottom: initial;
  border-top: none;
  border-bottom: solid 30px var(--blue_color);
}

.w100per {
  width: 100%;
}

.jp_map .kyushu {
  left: 24px;
  bottom: 0;
  width: 435px;
}

.jp_map .kyushu::before,
.jp_map .kyushu::after {
  left: 27%;
}

.jp_map .chugoku {
  left: 330px;
  top: -34px;
  height: 362px;
}
.jp_map .chugoku::before,
.jp_map .chugoku::after {
  left: 78%;
}

.jp_map .kansai {
  left: 530px;
  bottom: 0;
}
.jp_map .kansai::before,
.jp_map .kansai::after {
  left: 27%;
}

.jp_map .chubu {
  left: 620px;
  top: -33px;
  height: 206px;
}
.jp_map .chubu::before,
.jp_map .chubu::after {
  left: 73%;
}

.jp_map .kanto {
  left: 830px;
  bottom: 0;
}
.jp_map .kanto::before,
.jp_map .kanto::after {
  left: 24%;
}

.jp_map p {
  font-size: 34px;
  font-weight: bold;
  color: var(--blue_color);
  text-align: center;
}

.jp_map a {
  font-size: 28px;
  color: white;
  width: 180px;
  height: 45px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7bccfe;
  margin: 0 auto;
  z-index: 2;
}

.jp_map .kansai {
  padding: 5px 2px 5px;
}

.jp_map .kansai a {
  height: 40px;
}

.jp_map .void_a {
  cursor: default;
  background: white;
}

.selection .selection_text {
  bottom: 55px;
}

.page_area_box {
  display: flex;
  margin-bottom: 80px;
}

.page_area h3 {
  font-size: 30px;
  color: var(--blue_color);
  text-align: center;
  margin-bottom: 10px;
}

.page_area_box img {
  height: fit-content;
  /* height: auto; */
  margin-top: 60px;
}

.page_area_text_box {
  margin-left: 50px;
  font-size: 16px;
  color: #707070;
  font-weight: normal;
  word-break: keep-all;
}

.page_area_text_box a {
  text-decoration: underline;
}

.page_area_text_box span:last-child {
  display: none;
}

.page_area .blue_button {
  margin: 40px auto 0;
  text-decoration: none;
}

.kadode_kaiketsu article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.point_background {
  width: 520px;
  float: none;
  height: 280px;
}

.point_background:nth-of-type(even):not(:last-child) {
  margin: 0 0 60px;
}

.point {
  position: absolute;
  bottom: 151px;
  left: 25px;
}

/* dust */
.page_dust .dust_text {
  margin: 90px auto;
  font-weight: normal;
  letter-spacing: -0.5px;
}

.page_dust.trouble {
  margin-bottom: 120px;
}

.troubles {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.trouble_box {
  background: white;
  box-sizing: border-box;
  border: solid 6px black;
  border-radius: 20px;
  width: 1000px;
  height: 150px;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.trouble_box img {
  position: absolute;
  left: 52px;
  bottom: 0;
}

.trouble_box:nth-child(even) img {
  left: initial;
  right: 60px;
}

.trouble_box p {
  font-size: 20px;
}

.fz30 {
  font-size: 30px;
}

.wbbw {
  word-break: break-word;
}

.mt40 {
  margin-top: 40px;
}

.fz16 {
  font-size: 16px;
}

/* huyouhin */
.mb40 {
  margin-bottom: 40px;
}

.page_huyouhin .banzai {
  margin: 0;
  font-size: 20px;
}

.page_huyouhin .junk_removal_text {
  font-size: 18px;
  bottom: 0;
  margin: 40px auto 120px;
}

/* .page_huyouhin h3 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  bottom: 53px;
  letter-spacing: 7px;
} */

.fz18 {
  font-size: 18px;
}

.fwb {
  font-weight: bold;
}

.mt60 {
  margin-top: 60px;
}

.purchasings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 60px;
}

.purchasing_box {
  width: 342px;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  word-break: normal;
  margin-top: 40px;
}

.purchasing_box p:first-of-type {
  margin: 10px auto;
}

.w810 {
  width: 810px;
}

.mt-20 {
  margin-top: -20px;
}

.merit li {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
}

.merit li img {
  margin-right: 36px;
}

span.orange {
  color: var(--orange_color);
}

.estimate_text {
  display: block;
  width: 738px;
  font-size: 18px;
  font-weight: bold;
  margin: -20px auto 0;
}

.page_huyouhin .flow {
  display: flex;
  margin: 70px auto 50px;
}

.page_huyouhin .flow .step {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  width: 190px;
  height: 280px;
  margin-bottom: 0;
}

.page_huyouhin .flow .step img {
  width: fit-content;
  height: fit-content;
}

.page_huyouhin .flow .step img:last-of-type {
  margin-top: 25px;
}

.page_huyouhin .flow .step_title {
  font-size: 24px;
  margin-top: 0;
}

.page_huyouhin .blue_button {
  margin: 0 auto 60px;
}

.free_mitsumori {
  padding: 50px;
  height: 262px;
}

.free_mitsumori .free_mitsumori_text {
  line-height: 40px;
}

.free_mitsumori .free_mitsumori_text span {
  margin-bottom: 45px;
}

.page_huyouhin.service h3 {
  bottom: 0;
  margin-top: 0;
  font-size: 28px;
  letter-spacing: 0.1px;
}

/* page_flow */
.page_flow .flow_text {
  margin: 10px auto 60px;
  font-weight: normal;
  letter-spacing: 0 !important;
}

.page_flow .step {
  width: 660px;
  height: auto;
}

.page_flow .step_text {
  padding: 0 25px;
  margin: 15px auto 40px;
}

.page_flow .mitsumori {
  justify-content: space-around;
  margin-bottom: 30px;
}

.page_flow .card {
  width: 420px;
  margin: 0 auto 36px;
}

.page_flow .card .dfffc {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.page_flow .card img {
  margin: 12px auto;
}

.page_flow.service_text_box {
  width: 720px;
  display: flex;
  margin: 60px auto 120px;
}

.page_flow.service_text_box a {
  margin: 0 auto;
}

/* hikkoshi */
.page_hikkoshi .hikkoshi_text {
  margin: 40px auto 120px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
}

.pb10 {
  padding-bottom: 10px;
}

.page_hikkoshi .purchasings {
  width: 1080px;
  margin-top: 0;
  margin-bottom: 120px;
}

.page_hikkoshi .purchasing_box {
  width: 220px;
}

.page_hikkoshi .flow {
  display: flex;
  margin: 60px auto 50px;
}

.page_hikkoshi .flow .step {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  width: 190px;
  height: 280px;
  margin-bottom: 0;
}

.page_hikkoshi .flow .step img {
  width: fit-content;
  height: fit-content;
}

.page_hikkoshi .flow .step img:last-of-type {
  margin-top: 25px;
}

.page_hikkoshi .flow .step_title {
  font-size: 24px;
  margin-top: 0;
}

.page_hikkoshi .blue_button {
  margin: 0 auto 120px;
}

/* ihin */
.page_ihin .banzai {
  margin: 0;
  font-size: 20px;
}

.page_ihin .junk_removal_text {
  font-size: 20px;
  font-weight: normal;
  bottom: 0;
  margin: 40px auto 80px;
  letter-spacing: 0;
}

/* .page_ihin .blue_text {
  color: #DDF2FF;
  letter-spacing: 0;
} */

/* .page_ihin h3 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  bottom: 53px;
  letter-spacing: 7px;
} */

.mb50 {
  margin-bottom: 50px;
}

.lh2 {
  line-height: 2;
}

.page_ihin table {
  font-size: 26px;
}

.page_ihin tr {
  height: 92px;
  border-bottom: solid 1px #707070;
}

.page_ihin td:first-child {
  color: #0c3e64;
  text-align: center;
  font-weight: bold;
  padding-left: 40px;
}

.page_ihin td:last-child {
  padding-left: 140px;
}

.ls1 {
  letter-spacing: 1px;
}

.estimate_text.mt20 {
  margin-top: 20px;
}

/* info */
.page_info.sub-mainimg {
  display: block;
  text-align: center;
  background: #e0f6ff;
}

.page_info.sub-mainimg h2 {
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 100%;
  color: #1299d0;
  padding: 34px 0 26px 0;
}

.dfjb {
  display: flex;
  justify-content: space-between;
}

.page_info .left-box {
  flex: 1;
}

.page_info .ti02 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 100%;
  background: linear-gradient(0deg, #bbeeff, transparent);
  background-size: auto 100%;
  border-bottom: #e1e1e1 solid 4px;
  border-top: #e1e1e1 solid 4px;
  padding: 20px 0 20px 0;
  margin-bottom: 45px;
}

.df {
  display: flex;
}

.page_info .info-box .one {
  border-bottom: #383838 dotted 1px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.page_info .info-box .one figure {
  margin-right: 20px;
}

.page_info .info-box .one dl .days {
  display: block;
  color: var(--blue_color);
  font-size: 17px;
  line-height: 100%;
  padding-right: 15px;
  padding-top: 5px;
}

.page_info .info-box .one dl dt {
  display: block;
  float: left;
}

.page_info .info-box .one dl .cat a {
  display: inline-block;
  text-align: center;
  border-radius: 15px;
  color: #fff;
  font-size: 13px;
  padding: 2px 20px 2px 20px;
  background: #005d8a;
  text-decoration: none;
}

.page_info .info-box .one dl dd {
  display: block;
  width: 100%;
  clear: both;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  padding: 14px 0 14px 0;
}

.page_info .dl-mt dt {
  display: block;
  clear: both;
  float: left;
  color: #116cb0;
  font-size: 17px;
  line-height: 100%;
}

.page_info .dl-mt dd {
  display: block;
  clear: both;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  border-bottom: #383838 dotted 1px;
  padding: 14px 0 14px 0;
  margin: 0 0 14px;
}

.page_info .deta001 {
  display: block;
  font-size: 16px;
  line-height: 180%;
  padding-bottom: 35px;
}

/* not found */
.page_404.sub-mainimg {
  display: block;
  text-align: center;
  background: #e0f6ff;
}

.page_404.sub-mainimg h2 {
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 100%;
  color: #1299d0;
  padding: 34px 0 26px 0;
}

.page_404 .pankuzu {
  margin: 24px 0;
}

.page_404 .areabox02 {
  font-size: 18px;
}

/* search_results */
.search_results.sub-mainimg {
  display: block;
  text-align: center;
  background: #e0f6ff;
}

.search_results.sub-mainimg h2 {
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 100%;
  color: #1299d0;
  padding: 34px 0 26px 0;
}

.search_results .pankuzu {
  margin: 24px 0;
}

.search_results .areabox02 {
  font-size: 18px;
}

/* contact-confirm-thanks */
.lh50 {
  line-height: 50px;
}

.ml24 {
  margin-left: 24px;
}

.contact .form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid #ddf2ff;
  padding: 30px 0;
}

.contact h3 {
  font-size: 26px;
}

.contact h3::before {
  content: "";
  color: white;
  font-size: 16px;
  border-radius: 5px;
  padding: 4px 10px;
  margin-right: 24px;
}

.contact h3.required::before {
  content: "必須";
  background: #ff8c37;
}

.contact h3.any::before {
  content: "任意";
  background: #ddf2ff;
}

.fwn {
  font-weight: normal;
}

.contact input[type="text"],
.contact input[type="email"],
.contact select,
.contact textarea {
  width: 595px;
  height: 70px;
  border: solid 3px #ddf2ff;
  font-size: 30px;
  padding: 8px;
}

.contact .red_text,
.contact .black_text {
  font-size: 20px;
  font-weight: normal;
  display: block;
  margin: 8px 40px 0 24px;
  width: 440px;
}

.contact .red_text {
  color: #f51e1e;
}

.contact .checkboxs {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  word-break: keep-all;
}

.fz26 {
  font-size: 26px;
}

.contact .mw_wp_form .horizontal-item {
  margin-left: 0px;
  width: 298px;
  height: 64px;
  word-break: keep-all;
  line-height: 1;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0px !important ;
}

.checkboxs input[type="checkbox"] {
  display: none;
}

.checkboxs label span {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 10px;
}

.checkboxs label span::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: solid 3px #ddf2ff;
  border-radius: 5px;
  background-color: white;
}

.checkboxs label input[type="checkbox"]:checked + span::after {
  content: "\2714";
  position: absolute;
  width: 36px;
  height: 36px;
  top: 8px;
  left: 0;
  font-size: 30px;
  color: white;
  background: var(--blue_color);
  border-radius: 5px;
  padding-left: 8px;
}

.checkboxs .mwform-checkbox-field.horizontal-item:nth-child(8) {
  margin-top: -12px;
}

.checkboxs .mwform-checkbox-field.horizontal-item:nth-child(8) input[type="checkbox"]:checked + span::after {
  top: 20px;
}

.contact .dfaii {
  align-items: initial;
}

.contact textarea {
  height: 247px;
}

.contact .blue_button {
  width: 498px;
  height: 102px;
  border-radius: 10px;
}

.contact input[type="reset"],
.contact input[type="submit"] {
  background: var(--blue_color);
  font-size: 40px;
  color: white;
  border: none;
}

.contact p {
  font-size: 26px;
  width: 600px;
}

.confirm .red_text,
.confirm .black_text {
  display: none;
}

.contact h3.fz40 {
  font-size: 40px;
}

/* faq */ /*copy&paste*/
.page_qa .ti01 {
  display: block;
  font-size: 27px;
  font-weight: bold;
  line-height: 100%;
  color: #116cb0;
  border-left: #116cb0 solid 10px;
  background: #dbe9f3;
  padding: 17px 40px 17px 40px;
  margin-bottom: 25px;
}
.faq-catch {
  display: block;
}
.faq-catch p {
  display: block;
  font-size: 21px;
  font-weight: bold;
  line-height: 160%;
  padding-bottom: 20px;
}
.faq-catch .list {
  display: block;
  margin-bottom: 35px;
}
.faq-catch .list li {
  display: block;
  float: left;
  width: 48.7%;
  margin-bottom: 15px;
}
.faq-catch .list li:nth-child(2n) {
  float: right;
}
.faq-catch .list li a {
  display: block;
  color: #116cb0;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  border: #116cb0 solid 2px;
  padding: 15px;
  transition: all 0.2s;
}
.faq-catch .list li a span {
  display: inline-block;
  position: relative;
}
.faq-catch .list li a span::before,
.faq-catch .list li a span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.faq-catch .list li a span::before {
  right: -23px;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--blue_color);
  border-right: 2px solid var(--blue_color);
  transform: rotate(45deg);
}
.faq-catch .list li a:hover {
  border: #d6000a solid 2px;
  color: #d6000a;
  transition: all 0.2s;
}
.faq-catch .list li a:hover span::before {
  right: -33px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #d6000a;
  border-right: 2px solid #d6000a;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.faq-box-sub {
  display: block;
  margin-bottom: 100px;
  word-break: keep-all;
}
.faq-box-sub dl {
  display: block;
  border-bottom: #414141 dashed 2px;
  padding: 23px 0 0px 0;
  font-size: 20px;
  line-height: 150%;
}
.faq-box-sub dt {
  display: block;
  background: url(../img/faq/subq.jpg) left top no-repeat;
  padding: 10px 0px 35px 60px;
  font-weight: bold;
}
.faq-box-sub dd {
  display: block;
  background: url(../img/faq/suba.jpg) left top no-repeat;
  padding: 10px 0px 35px 60px;
  font-weight: bold;
  margin: 0;
}
.faq-box-sub dd a {
  text-decoration: underline;
  color: #1299d0;
}
.faq-box-sub dd a:hover {
  text-decoration: none;
}
.c-red {
  color: #d6000a;
}

@media screen and (min-width: 576px) and (max-width: 1200px) {
  .faq-catch p {
    font-size: 18px;
  }
  .faq-catch .list li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .faq-catch p {
    font-size: 16px;
  }
  .faq-catch .list li a {
    font-size: 13px;
  }
  .faq-catch .list li a span::before {
    right: -12px;
    width: 4px;
    height: 4px;
    border-top: 2px solid var(--blue_color);
    border-right: 2px solid var(--blue_color);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .faq-box-sub dt {
    font-size: 17px;
  }
  .faq-box-sub dd {
    font-size: 17px;
  }
}

/* area-tofuken */
.pankuzu_area {
  color: #474f6a;
}

.background_img.area_tofuken {
  background-image: url(../img/area-shikuchoson/kagu_background_pc.png);
  height: 900px;
}

.area_tofuken .accordion {
  width: 100%;
  border-radius: 15px;
}

.area_tofuken .accordion p:first-of-type {
  padding: 15px 12px;
  font-weight: bold;
}

.accordion_open_text a {
  text-decoration: underline;
}

.post_content {
  overflow-x: hidden;
}

.post_content .case {
  background: white;
  border: solid 5px #7bccfe;
  border-radius: 15px;
  width: 100%;
}

.post_content:not(.custom) {
  /* max-width: 820px; */
  margin: auto;
  font-size: 16px;
  line-height: 2.5;
}

/* del */
/* .post_content:not(.custom) p img ,
.post_content:not(.custom) p:nth-last-of-type(15) ,
.post_content:not(.custom) p:nth-last-of-type(14) ,
.post_content:not(.custom) p:nth-last-of-type(13) ,
.post_content:not(.custom) h2:nth-last-of-type(6) ,
.post_content:not(.custom) h2:nth-last-of-type(5) ,
.post_content:not(.custom) h3:nth-last-of-type(15) ,
.post_content:not(.custom) h3:nth-last-of-type(11) ,
.post_content:not(.custom) .service02 ,
.post_content:not(.custom) .service02 + h3 ,
.post_content .ti01:nth-last-of-type(1) ,
.post_content iframe {
  display: none;
} */
/* del */

.post_content .case h3 {
  font-size: 20px;
  color: white;
  text-align: center;
  background: #7bccfe;
  border-radius: 10px 10px 0 0;
  margin: 0;
  padding: 10px 12px;
}

.post_content .case .case-content {
  position: relative;
}

.post_content .case .case-content h4 {
  font-size: 20px;
  color: var(--blue_color);
  text-align: center;
  border-top: solid 5px #ddf2ff;
  margin: 0 50px;
  padding: 15px 0;
}

.post_content .case .case-content:first-of-type h4 {
  border-top: none;
  margin-top: 15px;
}

.post_content .case .case-content .case-info {
  border: none;
  border-radius: 0;
  justify-content: space-between;
  margin: 15px 50px;
}

.post_content .case .case-content dt:first-of-type {
  display: none;
}

.post_content .case .case-content dd:first-of-type {
  position: absolute;
  top: 145px;
  left: 60px;
  color: black;
  max-width: 18em;
  word-break: keep-all;
}

.post_content .case .case-content dt {
  flex-basis: 103px;
  background: #7bccfe;
  border: none;
  border-radius: 17px;
  font-size: 18px;
  height: 33px;
  margin-left: 373px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post_content .case .case-content dd:not(:first-of-type) {
  flex-basis: 500px;
  border: none;
  margin-bottom: 19px;
  padding: 0 0.4em 0 6em;
  text-indent: -6em;
}

.post_content .case .case-content dd:not(:first-of-type)::before {
  content: "・・・・・・";
  color: #7bccfe;
}

.merit_demerit .radius_masks {
  border: solid 0.5px #707070;
  border-top: none;
  border-radius: 20px;
}

.merit_demerit table {
  font-size: 18px;
  margin-bottom: 0;
}

.merit_demerit table ul {
  list-style: none;
  text-align: left;
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: -1px;
  max-width: 378px;
}

.w25p {
  width: 25%;
}

.merit_demerit table tr:not(:last-child) {
  border-bottom: solid 1px #707070;
}

.merit_demerit table tr:last-child {
  border-bottom: none;
}

.merit_demerit table tr:first-child td {
  background: var(--blue_color);
  color: white;
  text-align: center;
}

.merit_demerit table tr:first-child td:not(:last-child) {
  border-right: solid 1px white;
}

.merit_demerit table tr:not(:first-child) td:not(:last-child) {
  border-right: solid 1px #707070;
}

.merit_demerit table tr:not(:first-child) td {
  background: white;
  padding-left: 10px;
}

.merit_demerit table tr:first-of-type td:first-of-type {
  border-radius: 20px 0 0 0;
}
.merit_demerit table tr:first-of-type td:last-of-type {
  border-radius: 0 20px 0 0;
}
.merit_demerit table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 20px;
}
.merit_demerit table tr:last-of-type td:last-of-type {
  border-radius: 0 0 20px 0;
}

/* area-shikuchoson */
.background_img.area_shikuchoson {
  background-image: url(../img/area-shikuchoson/kagu_background_pc.png);
  height: 900px;
  align-items: flex-start;
}

.mb-100 {
  margin-bottom: -100px;
}

.area_shikuchoson .charaback {
  position: relative;
  width: 900px;
  display: flex;
  justify-content: center;
}

.pl70 {
  padding-left: 70px;
}

.area_shikuchoson .charaback .fv_text {
  position: absolute;
  top: 80px;
  width: 100%;
  left: 50%;
  text-align: center;
  transform: translate(-50%,-50%);
  word-break: break-all;
}

h2.fz24 {
  font-size: 24px;
  bottom: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

h2.fz30 {
  font-size: 30px;
}

span.fz24 {
  font-size: 24px;
}

.content h2 {
  text-align: center;
}

.content h3 {
  color: var(--blue_color);
  text-align: center;
  margin: 70px auto 40px;
}

h3.mt10 {
  margin-top: 10px;
}

.blue_color {
  color: var(--blue_color);
}

.fz24 {
  font-size: 24px;
}

.area_shikuchoson .post_content table {
  width: 100%;
}

.area_shikuchoson .post_content th,
.area_shikuchoson .post_content td {
  width: auto;
  display: table-cell;
}

.area_shikuchoson .post_content td a {
  text-decoration: underline;
}

.area_shikuchoson .post_content table {
  /* border: solid 2px var(--blue_color); */
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  background: white;
  font-size: 15px;
}
.area_shikuchoson .post_content table thead th,
.area_shikuchoson .post_content table tbody th,
.area_shikuchoson .post_content table tbody td {
  border-bottom: solid 1px var(--blue_color);
}
.area_shikuchoson .post_content table tbody th,
.area_shikuchoson .post_content table tr:first-child td {
  background: var(--blue_color);
  color: white;
  text-align: center;
}
.area_shikuchoson .post_content table tr:first-child td:not(:last-child),
.area_shikuchoson .post_content table tr:first-child th:not(:last-child) {
  border-right: solid 1px white;
}
.area_shikuchoson .post_content table thead th + th,
.area_shikuchoson .post_content table tbody td {
  border-left: solid 1px var(--blue_color);
}
.area_shikuchoson .post_content table tr:first-of-type {
  font-weight: bold;
}

.post_content ul,
.post_content ol {
  width: 80%;
  margin: 0 auto;
}

.post_content table,
.post_content th,
.post_content td {
  border: 1px solid var(--blue_color);
  padding: 0.4em;
}

.post_content table {
  margin: 30px auto;
}

.area_shikuchoson .accordion {
  width: 100%;
}

.area_shikuchoson .accordion p:first-of-type {
  padding: 15px 12px;
}

/* accordion */
.accordion p {
  word-break: keep-all;
}
.accordion_open_text span:last-child {
  display: none;
}

/* disposal_items */
.disposal_items h1,
.disposal_items h2 {
  line-height: 1.2;
}

.disposal_items .content h2 {
    background: #116cb0;
    padding: 0.75em 1em;
    position: relative;
    color: #fff;
    width: 100%;
    margin: 30px 0;
    text-align: left !important;
}
.disposal_items .content h2::before {
    position: absolute;
    display: block;
    pointer-events: none;
    content: "";
    top: -4px;
    left: 0;
    width: 100%;
    height: calc(100% + 4px);
    box-sizing: content-box;
    border-top: solid 2px #116cb0;
    border-bottom: solid 2px #116cb0;}

.entry-content h3 {
    margin: 2.6em 0 0.7em;
    padding: 10px 0 10px 10px;
    border-left-width: 4px;
    border-left-style: solid;
    font-size: 1.2em;
    line-height: 1.5;
}
.disposal_items .content h3{
    margin-top: 50px;
    font-weight: 900;
    padding: 0.5em;
	border-color: #116cb0;
    color: #494949;
	width:100%;
    background: #f3f6fa;
    border-left: solid 5px #116cb0;
	text-align: left !important;
}

.disposal_items .content .no-tag {
  text-align: center;
  font-size: 16px;
  width: 820px;
}

.disposal_items .content p + div {
  margin: 20px 0;
}

.disposal_items .content ul,
.disposal_items .content ol {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  padding: 20px;
  margin: 0 auto;
}

.disposal_items .content p + ul,
.disposal_items .content ol {
  margin: 20px auto;
  width: 100%;
}

.disposal_items .content img.size-large {
  width: 100%;
}

.disposal_items .content .w_b_w100,
.disposal_items .content > p {
  width: 100%;
  font-size: 16px;
  line-height: 2em;
  text-align: left;
	    font-weight: 500;
}

.disposal_items .content .w_b_w100 {
  width: 100%;}


.disposal_items .content h4 {
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 2em;
    position: relative;
    margin: 3em 0 2em;
    color: #116cb0;
}

.disposal_items .content h4:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: repeating-linear-gradient(90deg, #116cb0 0%,rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    left: 0;
    z-index: 0;
}


.w_b_name.w_b_w100.w_b_lh.w_b_name_C.w_b_ta_C.w_b_mp0.w_b_div {
    text-align: center;
}
.disposal_items .content blockquote + p {
  text-align: center;
}

.disposal_items .content iframe {
  margin: 30px auto;
}

.disposal_items .content table,
.disposal_items .content td {
  border: 1px solid var(--blue_color);
  border-collapse: separate;
  border-spacing: 0;
  /* border-radius: 10px; */
  margin: 10px auto;
  width: 820px;
  background: white;
font-size: 16px;
font-weight: 500;
}


.disposal_items .content th{
background: var(--blue_color);
color: #fff;
text-align: center;
padding: 0.4em;
font-size: 16px;
}


.disposal_items .content td:nth-child(odd) {
  width: 205px;
  padding: 10px;
}


.disposal_items .content p strong {
  line-height: 60px;
}

.disposal_items .content strong a {
  text-decoration: underline;
}

.disposal_items .content div.case {
  margin-top: 80px;
}

.disposal_items .content .case-comment {
  margin: 20px auto 40px;
}

.disposal_items .content img.size-large {
  margin: 20px auto;
}

/* anything */
/* company */
.areabox02.company > * {
  display: none;
}

.areabox02.company > .company-box {
  display: block;
}

.company-box table {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
	background: white;
}

.company-box table th {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  background: #efefef;
    padding: 0.8em;
  width: 24%;
}

.company-box table td {
  text-align: left;
  vertical-align: top;
    padding: 0.8em;
  word-break: keep-all;
}

.company-box table,
.company-box th,
.company-box td {
  border: 1px solid var(--blue_color);
}

/* privacy */
.privacy p {
  font-size: 21px;
  word-break: keep-all;
}

.privacy h2 {
  font-size: 32px;
  color: var(--blue_color);
  text-align: center;
  margin: 20px auto;
}

/* sitemap */
.sitemap p:first-of-type {
  font-size: 21px;
  word-break: keep-all;
}

.sitemap h2 {
  font-size: 32px;
  color: var(--blue_color);
  text-align: center;
}

.sitemap .ti01 {
  display: block;
  font-weight: bold;
  line-height: 100%;
  color: var(--blue_color);
  border-left: var(--blue_color) solid 10px;
  background: #dbe9f3;
  padding: 17px 40px;
  margin-bottom: 25px;
}

.servise-deta01 ul.list-group > li.list-group-item {
  display: block;
  background: url(../img/ihin/time.png) left top no-repeat;
  background-size: 30px auto;
  font-size: 21px;
  font-weight: bold;
  line-height: 100%;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: #848484 dashed 1px;
  padding: 5px 0 12px 55px;
  margin-bottom: 15px;
}

.sitemap a:link,
.sitemap a:visited {
  text-decoration: underline;
  color: #000;
}

/* tablet */
@media screen and (min-width: 769px) and (max-width: 1099px) {
  h1 {
    margin-left: 10px;
  }

  .wrap {
    padding: 0 10px;
  }

  nav.nav_menu_pc ul {
    flex-wrap: wrap;
  }

  nav.nav_menu_pc ul li {
    margin: 5px 20px;
  }

  header div img {
    max-width: 33vw;
    margin: ;
  }

  nav.nav_menu_pc li:nth-child(1) {
    width: 39%;
  }
  nav.nav_menu_pc li:nth-child(8) {
    width: 50%;
    text-align: right;
  }

  nav.nav_menu_pc li:nth-child(2) {
    order: 1;
  }
  nav.nav_menu_pc li:nth-child(2) {
    order: 1;
  }
  nav.nav_menu_pc li:nth-child(3) {
    order: 2;
  }
  nav.nav_menu_pc li:nth-child(4) {
    order: 3;
  }
  nav.nav_menu_pc li:nth-child(5) {
    order: 4;
  }
  nav.nav_menu_pc li:nth-child(6) {
    order: 5;
  }
  nav.nav_menu_pc li:nth-child(7) {
    order: 6;
  }

  .background_img.area_tofuken {
    height: 700px;
    max-width: 100%;
  }

  .whiteback {
    width: 630px;
    height: 450px;
  }

  .whiteback::after {
    background-size: 75%;
    background-repeat: no-repeat;
    background-position-x: right;
    right: -70px;
    bottom: -110px;
  }

  .orange_plate {
    width: 136px;
    height: 40px;
    font-size: 18px;
    margin: 5px;
  }

  .fz35 {
    font-size: 30px;
  }

  .mr200 {
    margin-right: 120px;
  }

  .blue_circle {
    width: 136px;
    height: 136px;
    font-size: 30px;
    margin: 20px 10px;
  }

  .w700 {
    width: auto;
  }

  .otoiawase_top {
    top: 0;
  }

  .card img {
    height: 80px;
  }

  .reason:not(.sp_block) {
    justify-content: center;
  }

  .reason:not(.sp_block) img:first-of-type {
    margin-bottom: 40px;
  }

  .magokoro_pack {
    padding: 10px;
  }

  .free_mitsumori {
    padding: 20px;
  }

  .collect_case_contents ul {
    margin-left: 50px;
  }

  .sidebar {
    display: none;
  }

  .ba_img img.pc_block {
    width: 45vw;
    max-width: fit-content;
  }

  .ba_img::after {
    left: calc(102vw / 2);
  }

  .to_right {
    display: block;
    justify-content: inherit;
  }

  /* .caution .caution_text {
    padding: 30px;
  } */

  .news_part {
    margin-bottom: 40px;
    justify-content: center;
  }

  .news_part .blue_button {
    margin: 12px 32px 40px;
  }

  .news_part li {
    width: 680px;
    padding: 6px 18px;
  }

  .question {
    width: 86vw;
    max-width: 750px;
  }

  .footer_box_left {
    border-left: solid 1px #7697aa;
    border-right: solid 1px #7697aa;
    padding: 0 10px;
    flex-basis: 340px;
  }

  .footer_box_center {
    padding: 0 10px;
    flex-basis: 255px;
  }

  .footer_box_right {
    padding: 0 10px;
    flex-basis: 170px;
    align-items: center;
  }

  /* service */
  .w820 {
    max-width: 750px;
  }

  /* page_huyouhin */
  .w810 {
    max-width: 750px;
  }

  .page_huyouhin .flow .step {
    width: calc(100vw / 6);
  }

  /* page_dust */
  .trouble_box {
    width: 750px;
  }

  .trouble_box p {
    width: 500px;
  }

  .trouble_box img {
    left: 12px;
  }

  .trouble_box:nth-child(even) img {
    right: 20;
  }

  .page_dust h3 {
    letter-spacing: 2.5px;
  }

  /* page_hikkoshi */
  .page_hikkoshi .purchasings {
    width: 750px;
  }

  .page_hikkoshi .purchasing_box {
    width: 180px;
  }

  /* area */
  .jp_map {
    background-size: 730px auto;
    height: 600px;
    width: 730px;
    margin: auto;
  }

  .jp_map div {
    width: 170px;
    height: 180px;
    padding: 5px 5px 12px;
  }

  .jp_map p {
    font-size: 20px;
  }

  .jp_map a {
    font-size: 18px;
    width: 135px;
    height: 30px;
    margin: 1px auto;
  }

  .jp_map .kyushu {
    left: 12px;
    bottom: 0;
    width: 330px;
  }

  .jp_map .chugoku {
    left: 210px;
    top: 0;
    height: 240px;
  }

  .jp_map .kansai {
    left: 360px;
    bottom: 0;
  }

  .jp_map .chubu {
    left: 400px;
    top: 0;
    height: 150px;
  }

  .jp_map .kanto {
    left: 550px;
  }

  .jp_map .kansai a {
    height: 24px;
  }

  .page_area_box {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .page_area_box h3.sp_block {
    font-size: 15px;
    margin: 0 auto;
  }

  .page_area_box img {
    width: 225px;
    margin: 15px auto;
  }

  .page_area_text_box {
    margin-left: 15px;
    font-size: 15px;
    word-break: normal;
    max-width: 750px;
    margin: auto;
  }

  .page_area .blue_button {
    margin: 15px auto 40px;
    width: 150px;
  }

  /* area_tofuken */
  .post_content .case .case-content .case-info {
    margin: 15px 35px;
  }

  .post_content .case .case-content dd:first-of-type {
    position: initial;
    text-align: center;
    max-width: 100%;
  }

  .post_content .case .case-content dt {
    flex-basis: 80px;
    margin-left: calc(50vw - 384px);
  }

  .post_content .case .case-content dd:not(:first-of-type)::before {
    content: "・・・";
  }

  .post_content .case .case-content dd:not(:first-of-type) {
    padding: 0 0.4em 0 3em;
    text-indent: -3em;
  }

  .case .case-content .case-image-wrap img {
    width: 45vw;
    min-width: 45vw;
    max-width: fit-content;
  }

  .case-image-wrap::after {
    left: calc(105vw / 2);
  }

  .case-info dd:last-child {
    border-bottom: none;
  }

  .case-info dt {
    text-align: left;
    padding-left: 15px;
    border-right: none;
    border-bottom: solid 3px #004771;
  }

  .case-info dt:nth-of-type(even) {
    border-bottom: 0;
  }

  .case-info dt:first-of-type {
    border-radius: 16px 16px 0 0;
  }
  .case-info dt:last-of-type {
    border-radius: 0;
  }
  .case-info dd:last-of-type {
    border-radius: 0 0 16px 16px;
  }

  /* area_shikuchoson */
  .background_img.area_shikuchoson {
    height: 100vw;
  }

  .area_shikuchoson .charaback .fv_text {
    top: calc(8vw + 0px);
    font-size: calc(3vw - 3px);
  }

  .mb60 {
    margin-bottom: 30px;
  }

  .mb120 {
    margin-bottom: 60px;
  }

  .otoiawase {
    margin-bottom: 60px;
  }

  /* contact */
  .contact .form-group {
    flex-wrap: wrap;
  }

  .contact p {
    width: initial;
  }

  .contact input[type="text"],
  .contact input[type="email"],
  .contact select,
  .contact textarea {
    width: 700px;
  }

  .contact .checkboxs {
    width: 700px;
  }

  .contact .mw_wp_form .horizontal-item {
    width: 348px;
  }

  .fo-btn .dfjb {
    display: block;
    margin: auto;
  }

  .fo-btn .blue_button {
    margin: 60px auto;
  }

  .privacy p {
    word-break: initial;
  }

  /* disposal_items */
  #content-top {
    overflow-x: hidden;
  }

  .disposal_items .left-inner {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .disposal_items h2 {
    word-break: keep-all;
    line-height: 1.2;
    letter-spacing: -1px;
  }

  .disposal_items .content img.size-large {
    width: 100%;
    transform: scale(1);
    padding: 20px 0;
  }

  .disposal_items .content .no-tag {
    width: 730px;
  }

  .disposal_items .content,
  .disposal_items .content > p {
    width: 730px;
    max-width: 730px;
  }

  .w_b_w100 {
    width: 600px;
    max-width: 600px;
  }

  .disposal_items .content table,
  .disposal_items .content th,
  .disposal_items .content td {
    width: 730px;
  }

  .disposal_items .case-image-wrap::after {
    left: 430px;
  }

  .disposal_items .case .case-content .case-image-wrap img {
    width: 45vw;
    min-width: inherit;
    max-width: fit-content;
  }
}

/* ??? */
@media screen and (min-width: 576px) and (max-width: 768px) {
  header {
    padding: 0;
  }

  h1 {
    font-size: 14px;
  }

  .background_img {
    height: 440px;
    max-width: 100%;
    top: 94px;
    margin-bottom: 60px;
  }

  .whiteback {
    width: 500px;
    height: 340px;
  }

  .whiteback::after {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position-x: right;
    right: -20px;
    bottom: -230px;
  }

  .orange_plate {
    width: 100px;
    height: 35px;
    font-size: 14px;
    margin: 5px;
  }

  .fz35 {
    font-size: 24px;
  }

  .small_font {
    font-size: 16px;
    padding: 5px;
  }

  .mr200 {
    margin-right: 80px;
  }

  .blue_circle {
    width: 100px;
    height: 100px;
    font-size: 24px;
    margin: 20px 10px;
    padding-top: 12px;
  }

  .w700 {
    width: auto;
  }

  .blocks p {
    text-align: left;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .blocks p .sp_block {
    display: none;
  }

  .otoiawase_top {
    top: 0;
  }

  .otoiawase {
    margin-bottom: 50px;
  }

  .card img {
    height: 60px;
  }

  p.banzai {
    font-size: 16px;
    margin-right: 0;
  }

  .reason:not(.sp_block) {
    display: none;
  }

  .magokoro_pack {
    padding: 10px;
  }

  .magokoro_pack_text {
    text-align: left;
  }

  .free_mitsumori {
    padding: 20px;
  }

  .collect_case_contents ul {
    margin-left: 50px;
  }

  .sidebar {
    display: none;
  }

  .clean_up p {
    margin-bottom: 100px;
  }

  .ba_img img.sp_block {
    width: 44vw;
    max-width: fit-content;
  }

  .ba_img::after {
    left: calc(102vw / 2);
  }

  .to_right {
    display: block;
    justify-content: inherit;
  }

  /* .caution .caution_text {
    padding: 30px;
  } */

  .news_part {
    margin-bottom: 40px;
    justify-content: center;
  }

  .news_part .blue_button {
    margin: 12px 32px 40px;
  }

  .news_part li {
    width: 550px;
    padding: 6px 18px;
  }

  .news_part li a {
    font-size: 16px;
  }

  .question {
    width: 86vw;
    max-width: 750px;
  }

  .footer_box {
    border: none;
    padding-top: 0;
  }

  .footer_box h4 {
    margin-bottom: 15px;
    padding-left: 15px;
    background: #ebf7fa;
    width: 550px;
    height: 38px;
    font-size: 18px;
    display: flex;
    align-items: center;
  }

  .footer_box_left {
    border: none;
    padding: 0;
    flex-basis: 1px;
  }

  .footer_box_left section {
    justify-content: space-around;
    padding: 0 16px;
  }

  .footer_box_left section div:nth-child(odd) ul {
    margin: 0;
  }

  .footer_box_center {
    padding: 0;
    flex-basis: auto;
  }

  .footer_box_center section {
    justify-content: space-around;
    padding: 0 16px;
  }

  .footer_box_right {
    border: none;
    padding: 0;
    flex-basis: auto;
  }

  .footer_box_right p {
    margin-left: 16px;
  }

  /* service */
  .w820 {
    max-width: 530px;
  }

  .pankuzu {
    padding-top: 120px;
  }

  .service_box {
    flex-flow: column;
    align-items: center;
    margin-bottom: 0;
  }

  .service_text_box {
    margin-left: 0;
  }

  .page_price .fixed_charge_word {
    letter-spacing: 5.5px;
  }

  .ba_img::before,
  .ba_img::after {
    font-size: 24px;
    width: 130px;
    height: 40px;
    top: -65px;
  }

  .ba_img::after {
    left: calc(105vw / 2);
  }

  /* page_huyouhin */
  p.fz32 {
    font-size: 24px;
  }

  .w810 {
    max-width: 530px;
  }

  /* #purchasing span.blue_text {
    font-size: 45px;
  } */

  /* .page_huyouhin h3 {
    font-size: 24px;
    bottom: 40px;
  } */

  .purchasings {
    justify-content: center;
  }

  .page_huyouhin .flow {
    flex-flow: column;
  }

  .page_huyouhin .flow .step {
    margin-bottom: 25px;
  }

  .estimate_text {
    width: 530px;
  }

  /* page_dust */
  .trouble_box {
    width: 530px;
  }

  .trouble_box img {
    left: 12px;
  }

  .trouble_box:nth-child(even) img {
    right: 20px;
  }

  .trouble_box p {
    margin-left: 120px;
  }

  .trouble_box:nth-child(even) p {
    margin-left: 15px;
    margin-right: 120px;
  }

  .page_dust h3 {
    letter-spacing: 0.5px;
  }

  .merit li {
    font-size: 20px;
  }

  /* page_hikkoshi */
  .page_hikkoshi .purchasings {
    width: 530px;
  }

  .page_hikkoshi .purchasing_box {
    width: 130px;
  }

  /* page_ihin */
  p.promise_text.fz30 {
    font-size: 20px;
  }

  .page_flow .step {
    width: 530px;
  }

  .page_flow.service_text_box {
    width: 530px;
    margin: 30px auto 50px;
  }

  /* area */
  .jp_map {
    background: none;
    height: auto;
    display: flex;
    flex-flow: column-reverse;
  }

  .page_area .jp_map div {
    position: initial;
    border: solid 2px var(--blue_color);
    border-radius: 10px;
    width: 350px;
    height: auto;
    margin: 5px auto;
    padding: 12px;
  }

  .jp_map div::before,
  .jp_map div::after {
    display: none;
  }

  .jp_map p {
    font-size: 17px;
    padding-left: 15px;
  }

  .jp_map a {
    font-size: 15px;
    color: white;
    width: 320px;
    height: 40px;
    border-radius: 20px;
    margin: 10px auto;
  }

  .page_area_box {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .page_area_box h3.sp_block {
    font-size: 18px;
    margin: 0 auto;
  }

  .page_area_box img {
    width: 225px;
    margin: 15px auto;
  }

  .page_area_text_box {
    margin-left: 15px;
    font-size: 15px;
    word-break: normal;
    max-width: 530px;
    margin: auto;
  }

  .page_area .blue_button {
    margin: 15px auto 40px;
    width: 150px;
  }

  /* area_tofuken */
  .wrap.area_tofuken {
    padding: 0 5px;
  }

  .background_img.area_tofuken {
    height: 100vw;
    top: 0;
    margin-bottom: -30px;
  }

  .background_img.area_tofuken img {
    width: 400px;
    padding: 0 !important;
  }

  .area_tofuken p.fz18.fwb.tac.lh2 {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
    padding: 0 15px;
  }

  .area_tofuken .area.mt60 {
    display: flex;
  }

  .area_tofuken .area.mt60 div {
    padding: 0;
  }

  .area_tofuken iframe {
    width: 530px;
    height: 400px;
  }

  .wrap.post_content.custom {
    padding: 0 5px;
  }

  .area_tofuken .accordion {
    border-radius: 10px;
  }

  .area_tofuken .accordion p:first-of-type {
    padding: 9px 12px;
    font-weight: bold;
  }

  .post_content .case .case-content h4 {
    font-size: 15px;
    border-top: solid 2px #ddf2ff;
    margin: 0 20px;
    padding: 5px 0;
  }

  .post_content .case .case-content .case-info {
    margin: 0 37px 15px;
  }

  .post_content .case .case-content dd:first-of-type {
    position: initial;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    max-width: 100%;
    word-break: keep-all;
  }

  .post_content .case .case-content dt {
    flex-basis: 56px;
    border-radius: 9px;
    font-size: 10px;
    height: 18px;
    margin-left: 0;
    margin-right: 70%;
    padding: 0 0 2px;
  }

  .post_content .case .case-content dd:not(:first-of-type) {
    flex-basis: 350px;
    border: none;
    font-size: 13px;
    margin-bottom: 6px;
    padding: 0;
    text-indent: 0;
    word-break: keep-all;
  }

  .post_content .case .case-content dd:not(:first-of-type)::before {
    content: "";
    display: none;
  }

  .area_tofuken .magokoro_pack_text {
    padding-top: 30px;
  }

  .area_tofuken .magokoro_nashi_ari {
    padding-bottom: 30px;
  }

  .area_tofuken .post_content .case {
    margin: 10px auto;
    border-radius: 10px;
  }

  .area_tofuken .post_content .case h3 {
    font-size: 15px;
    border-radius: 4px 4px 0 0;
    padding: 5px 12px;
  }

  .clean_up {
    margin-bottom: 40px;
  }

  .case .case-content .case-image-wrap img {
    width: 43%;
    box-sizing: border-box;
  }

  .case-image-wrap {
    margin-top: 30px;
    background-size: 26px;
  }

  .case-image-wrap::before {
    left: 12px;
  }

  .case-image-wrap::after {
    right: 12px;
  }

  .case-image-wrap::before,
  .case-image-wrap::after {
    font-size: 15px;
    border-radius: 15px;
    width: 130px;
    height: 30px;
    top: -40px;
  }

  .ts5 {
    transform: scale(0.5);
  }

  .case-info dd:last-child {
    border-bottom: none;
  }

  .case-info dt {
    text-align: left;
    padding-left: 15px;
    border-right: none;
    border-bottom: solid 3px #004771;
  }

  .case-info dt:nth-of-type(even) {
    border-bottom: 0;
  }

  .case-info dt:first-of-type {
    border-radius: 16px 16px 0 0;
  }
  .case-info dt:last-of-type {
    border-radius: 0;
  }
  .case-info dd:last-of-type {
    border-radius: 0 0 16px 16px;
  }

  .case-comment {
    margin: 15px auto 50px;
    font-size: 15px;
  }

  .characteristics.index {
    padding: 0;
  }

  .post_content {
    max-width: 100%;
    overflow-x: hidden;
  }

  .post_content h2 {
    font-size: 18px;
    text-align: center;
  }

  .post_content h3 {
    font-size: 16px;
    margin: 35px auto 20px;
  }

  .post_content:not(.custom) p {
    max-width: 530px;
    margin: auto;
    line-height: 1.5;
    word-break: keep-all;
    overflow-x: hidden;
  }

  .merit_demerit .index {
    padding: 0;
  }

  .merit_demerit p {
    padding: 0 25px;
  }

  .merit_demerit table {
    font-size: 15px;
  }

  .merit_demerit table tr td.fz24.header_blue {
    background: var(--blue_color);
    color: white;
    text-align: center;
    height: 45px;
    padding: 0;
  }

  .merit_demerit td.fz24 {
    font-size: 14px;
  }

  .merit_demerit td {
    width: 50%;
    display: table-cell;
    padding-right: 5px;
  }

  .merit_demerit table tr:first-of-type td:last-of-type {
    border-radius: 20px 20px 0 0;
  }

  .kadode_kaiketsu {
    padding: 0;
  }

  .kadode_kaiketsu article {
    justify-content: center;
  }

  .point {
    bottom: -54px;
    width: 45px;
    left: 3px;
  }

  .point_background {
    width: 350px;
    height: auto;
    border-radius: 10px;
    margin: 0 5px 20px !important;
  }

  .point_background .point_text {
    font-size: 14px;
    padding: 10px 14px;
  }

  /* area_shikuchoson */
  .background_img.area_shikuchoson {
    height: 130vw;
    top: 0;
    margin-bottom: -60px;
  }

  .area_shikuchoson.service h2 {
    letter-spacing: 6px;
  }

  .area_shikuchoson .trouble_box {
    width: 500px;
  }

  /* faq */
  .faq-box-sub {
    word-break: initial;
  }

  /* contact */
  .contact .form-group {
    flex-wrap: wrap;
  }

  .contact p {
    width: initial;
  }

  .contact input[type="text"],
  .contact input[type="email"],
  .contact select,
  .contact textarea {
    width: 530px;
  }

  .contact .checkboxs {
    width: 530px;
  }

  .contact .mw_wp_form .horizontal-item {
    width: 260px;
  }

  .fo-btn .dfjb {
    display: block;
    margin: auto;
  }

  .fo-btn .blue_button {
    margin: 60px auto;
  }

  .privacy p {
    word-break: initial;
  }

  /* disposal_items */
  #content-top {
    overflow-x: hidden;
  }

  .disposal_items .left-inner {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .disposal_items .content img.size-large {
    width: 100%;
    transform: scale(1);
    padding: 20px 0;
  }

  .disposal_items .content .no-tag {
    width: 530px;
  }

  .disposal_items .content,
  .disposal_items .content > p {
    width: calc(100vw - 100px);
    max-width: calc(100vw - 100px);
  }

  .w_b_w100 {
    width: 500px;
    max-width: 500px;
  }

  .disposal_items .content table,
  .disposal_items .content th,
  .disposal_items .content td {
    width: 530px;
  }

  .disposal_items .case-image-wrap::after {
    left: inherit;
    right: 0;
  }

  .disposal_items .case .case-content .case-image-wrap img {
    width: 35vw;
    min-width: inherit;
    max-width: 35vw;
  }
}

/* smartphone */
@media screen and (max-width: 575px) {
  /* index */
  header {
    padding: 0;
  }

  .fz11 {
    font-size: 11px;
  }

  .blocks.mr200 {
    margin-right: 0;
  }

  .blocks.w700 {
    max-width: 100%;
  }

  .background_img {
    background-image: url(../img/top/top_back.png);
    max-width: 100%;
    height: 325px;
    top: 94px;
  }

  .whiteback {
    padding: 0;
    width: 307px;
    height: 256px;
  }

  .whiteback::after {
    background-size: cover;
    width: 70px;
    height: 105px;
    right: 6px;
    bottom: 3px;
  }

  .orange_plate {
    background: var(--orange_color);
    width: 65px;
    height: 22px;
    border-radius: 5px;
    font-size: 11px;
    color: white;
    margin: 10px 5px;
    padding-top: 3px;
  }

  .fv_text .border_bottom_line {
    font-size: 16px;
    margin-left: 10px;
  }
  .fv_text .border_bottom_line .small_font {
    font-size: 13px;
    padding: 5px;
  }

  .blue_circle {
    background: var(--blue_color);
    width: 68px;
    height: 68px;
    font-size: 16px;
    margin: 10px 6px;
    padding-top: 10px;
  }

  .blocks.pr90 {
    display: block;
    margin-left: 30px;
  }

  .blocks p {
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .blocks p .orange {
    font-size: 23px;
  }

  .blocks .small_font {
    font-size: 11px;
    padding: 5px;
  }

  .blocks .middle_font {
    font-size: 14px;
  }

  /* otoiawase */
  .otoiawase {
    margin: 30px auto;
  }
  .free_diale {
    margin-bottom: 9px;
  }

  .otoiawase_top {
    margin: 105px auto 50px;
  }

  /* card */
  p.step_title {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .card {
    margin-bottom: 50px;
  }

  .card img {
    height: 35px;
    max-width: 50px;
  }

  /* mask */
  .mask .step_title {
    letter-spacing: 1.2px;
  }

  .mask .step_text {
    font-size: 15px;
    padding: 0 23px;
    letter-spacing: 0.15px;
  }

  /* point10 */
  .point10 p.banzai {
    font-size: 14px;
    margin-right: 0;
    padding-top: 20px;
  }

  .point10 img.logo_top {
    transform: scale(1);
  }

  .banzai::before {
    margin-right: 5px;
  }

  .banzai::before,
  .banzai::after {
    width: 17px;
    height: 20px;
  }

  .reason {
    margin: 0;
  }

  .reason img:first-child {
    margin-bottom: 25px;
  }

  .reason.pc_block {
    display: none;
  }

  .big_arrow {
    display: block;
    margin: 0 auto 25px;
    transform: scale(0.5);
  }

  .promise_text {
    font-size: 20px !important;
    margin-bottom: 18px;
  }

  /* point975 */
  .point975 .index {
    padding: 0;
  }

  span.banzai {
    font-size: 14px;
    margin: 25px;
  }

  span.banzai::before,
  span.banzai::after {
    width: 9px;
  }

  .point975 {
    margin-bottom: -30px;
  }

  .point975 img {
    margin-top: -50px;
  }

  /* webwari_campaign */
  .webwari_campaign_text {
    font-size: 15px;
    margin-bottom: 25px;
    margin-top: 25px;
    line-height: 1.5;
    padding: 0 18px;
    word-break: break-word;
  }

  .webwari_campaign {
    margin: 50px 0 30px;
  }

  /* price */
  .mt120 {
    margin-top: 0;
  }

  .price img {
    margin-bottom: 15px;
  }

  .price img:last-of-type {
    margin-bottom: 25px;
  }

  /* pack */
  .magokoro_pack,
  .free_mitsumori {
    padding: 0;
    bottom: 25px;
  }

  .magokoro_pack_text {
    font-size: 15px;
    text-align: left;
    line-height: 1.5;
    margin: 0 25px;
  }

  .magokoro_nashi_ari {
    margin-bottom: 25px;
  }

  .free_mitsumori {
    padding: 0;
    height: auto;
  }

  .magokoro_pack_text,
  .free_mitsumori_text {
    font-size: 15px;
  }

  .free_mitsumori .free_mitsumori_text {
    line-height: 1.5;
    margin: 0 25px;
  }

  .magokoro_pack_text span,
  .free_mitsumori_text span {
    font-size: 20px;
  }

  /* example */
  .collect_case_contents ul {
    /* justify-content: space-evenly; */
    padding: 0;
  }

  .collect_case_contents li {
    width: 33.3333333%;
    height: 46px;
    border-radius: 6px;
    margin: 0;
    padding: 5px;
    font-size: 9px;
    box-sizing: border-box;
    border: 5px solid #fefef3;
  }

  .collect_case_contents li img {
    max-height: -webkit-fill-available;
    max-width: 50%;
  }

  .collect_case_contents span.banzai {
    margin: 0 0 0 40px;
    font-size: 14px;
  }

  .collect_case_contents p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .mb120 {
    margin-bottom: 0;
  }

  /* flow */
  .flow .step {
    padding-top: 20px;
    height: 250px;
  }

  .flow .step:last-of-type {
    margin-bottom: 30px;
  }

  .flow .blue_button {
    border-radius: 20px;
    margin: auto;
    width: 150px;
    height: 40px;
  }

  /* sidebar */
  .sidebar {
    display: none;
  }

  /* area */
  .area {
    margin-bottom: 15px;
  }

  .area div {
    margin-bottom: 15px;
  }

  .accordions {
    margin-bottom: 50px;
  }

  .accordion {
    margin: 10px auto 0;
  }

  .accordion i {
    margin-top: 6px;
  }

  .accordion p:first-of-type {
    font-size: 15px;
    padding: 5px 12px 5px 32px;
  }

  /* clean_up */
  .clean_up {
    margin-bottom: 25px;
  }

  .clean_up p.tac {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    width: 280px;
    margin: auto;
  }

  .ba_img {
    margin-top: 65px;
  }

  .ba_img::before {
    left: 12px;
  }

  .ba_img::after {
    right: 12px;
  }

  .ba_img::before,
  .ba_img::after {
    font-size: 15px;
    border-radius: 15px;
    width: 130px;
    height: 30px;
    top: -40px;
  }

  .ba_img img {
    width: 43%;
  }

  .ts5 {
    transform: scale(0.5);
  }
  .ba_case table tr:last-child {
    border-bottom: none;
  }

  .ba_case table td:nth-child(odd) {
font-size: 15px;
    width: 31%;
    text-align: left;
    text-align: left;
    padding-left: 10px;
    border-right: none;
    border-bottom: solid 3px #004771;
  }

  .ba_case table tr:first-of-type td:first-of-type {
    border-radius: 16px 0 0 0;
  }
  .ba_case table tr:last-of-type td:last-of-type {
    border-radius: 0 0 16px 16px;
    border-bottom: none;
  }

  .ba_case .comment {
    font-size: 15px;
    line-height: 1.5;
    margin: 20px auto 0;
    padding: 20px;
    border-radius: 5px;
    filter: drop-shadow(3px 3px 0 #00000029);
  }

  /* voice */
  .voice_hukidashi01,
  .voice_hukidashi02 {
    padding: 20px 37px 40px;
    margin-bottom: 25px;
  }

  .voice_left {
    margin-top: 175px;
  }

  .pack {
    width: 150px;
    font-size: 20px;
    border-radius: 5px;
    word-break: keep-all;
  }

  .pack span {
    margin-right: 5px;
  }

  .voice_right p span {
    letter-spacing: 0;
  }

  .joho {
    font-size: 15px !important;
    margin-bottom: 20px;
  }

  .voice_right p {
    font-size: 14px;
    letter-spacing: 0.9px;
  }

  .voice .blue_button {
    margin: 25px auto;
  }

  /* caution */
  /* .caution {
    margin: 50px auto;
    padding: 20px 12px 16px;
    font-size: 15px;
  }

  .caution .caution_title {
    font-size: 20px;
  }

  .caution .caution_text {
    padding: 15px 0;
    font-weight: lighter;
  } */

  /* accordion2 */
  .accordion2 {
    margin: 10px auto;
  }
  .ti03 {
    font-size: 15px;
    padding: 10px;
    border-radius: 10px;
  }

  i {
    margin-top: 4px;
  }

  .huyou-box {
    margin-bottom: 25px;
    padding: 10px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1.6px;
  }

  /* news_part */
  .news_part {
    margin: 50px auto;
    justify-content: center;
  }

  .news_part .title_left {
    margin: auto;
  }

  .news_part .ti01 {
    font-size: 20px;
  }

  .news_part li {
    width: 350px;
    max-width: 350px;
    display: flex;
    flex-flow: column;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
  }

  .news_part li a {
    margin-left: 0;
    font-size: 14px;
  }

  .news_part .blue_button {
    margin: 12px auto 18px;
  }
  .blue_button {
    font-size: 15px;
    color: white;
    border-radius: 32px;
    padding: 20px;
    margin: 60px 32px;
    width: 130px;
    height: 40px;
  }

  /* qa */
  #area,
  #price,
  #flow,
  #voice,
  #qa {
    margin-top: 50px;
    padding-top: 0;
  }

  .index img {
    transform: scale(0.56);
  }

  .sp.opt img {
    transform: none;
  }

  .index p {
    font-size: 20px;
    bottom: 30px;
    letter-spacing: 0px;
  }

  #qa p {
    margin-bottom: 0;
  }

  .qa {
    margin-bottom: 30px;
  }

  .question {
    margin: 0 auto 10px;
    padding: 20px 18px;
    max-width: 350px;
  }

  .question_title {
    font-size: 17px;
    line-height: 25px;
  }

  .question_text {
    font-size: 15px;
  }

  /* footer */
  .footer_box {
    border: none;
    padding-top: 0;
  }

  .footer_box h4 {
    margin-bottom: 15px;
    padding-left: 15px;
    background: #ebf7fa;
    width: 350px;
    height: 38px;
    font-size: 18px;
    display: flex;
    align-items: center;
  }

  .footer_box_left {
    border: none;
    padding: 0;
    flex-basis: 1px;
  }

  .footer_box_left section {
    flex-wrap: wrap;
    padding: 0 16px;
  }

  .footer_box_left section div:nth-child(odd) ul {
    margin: 0;
  }

  .footer_box_center {
    padding: 0;
    flex-basis: auto;
  }

  .footer_box_center section {
    padding: 0 16px;
  }

  .footer_box_right {
    border: none;
    padding: 0;
    flex-basis: auto;
  }

  .footer_box_right p {
    margin-left: 16px;
  }

  /* ??? */

  p.banzai {
    margin-right: 0;
  }

  .accordions_left {
    width: 100%;
    padding-right: 0;
  }

  .accordions_right {
    width: 100%;
    padding-left: 0;
  }

  .to_right {
    display: block;
    justify-content: initial;
  }

  /* service */
  nav.nav_menu ul {
    flex-flow: column;
    font-size: 20px;
    padding: 10px;
  }

  nav.nav_menu ul li a {
    padding: 0.5em 0;
  }

  .pankuzu {
    padding-top: 94px;
    font-size: 9px;
  }

  .w820 {
    max-width: 100%;
  }

  .mt30 {
    margin-top: 15px;
  }

  .mb-20 {
    margin-bottom: -10px;
  }

  p.fz20 {
    font-size: 15px;
  }

  .service_text_top {
    margin: 0 35px 50px;
  }

  .service h3 {
    background: white;
    width: 220px;
    height: 30px;
    border: solid 2px var(--blue_color);
    border-radius: 15px;
    margin: 0 auto 10px;
    font-size: 14px;
  }

  .service_box img {
    width: 50%;
  }

  .service_box {
    flex-flow: column;
    align-items: center;
    margin-bottom: 0;
  }

  .service_text_box {
    margin: 0 auto;
  }

  .service_text_box p {
    width: 250px;
    margin: 0 auto;
    font-size: 15px;
  }

  .service_text_box a {
    font-size: 15px;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    margin: 10px auto;
  }

  .mb80 {
    margin-bottom: 50px;
  }

  .service .price_text2 {
    margin: 20px auto 10px;
    padding: 0 5px;
  }

  .webwari_campaign_img.sp_block {
    margin-bottom: 50px;
  }

  /* page_price */
  .wrap.page_price.mb80 {
    margin-bottom: 25px;
  }

  .page_price #page_price {
    margin: 0;
  }

  #page_price img {
    margin: -35px auto 0;
  }

  .page_price_text {
    margin: 0 20px;
  }

  .page_price .magokoro_pack_text {
    top: 65px;
    padding-bottom: 25px;
    margin: 0 35px;
  }

  .page_price .free_mitsumori_text {
    top: 35px;
  }

  .page_price .magokoro_nashi_ari {
    margin-bottom: 50px;
  }

  .index.page_price {
    margin-top: 50px;
    padding: 0;
  }

  .page_price .fixed_charge_img {
    transform: scale(0.8);
  }

  .page_price .fixed_charge_word {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 3.7px;
    bottom: 25px;
  }

  .fixed_charge_contents {
    margin: 0 auto 50px;
  }

  .index.immediately {
    padding: 0;
  }

  .page_price .immediately_img {
    transform: scale(0.9);
  }

  .page_price .immediately_text {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0 !important;
    bottom: 25px;
  }

  .custom_img {
    width: 150px;
    margin: 60px auto 25px;
  }

  .custom_text {
    margin: 0 20px 25px;
    line-height: 1.5;
  }

  .examples {
    margin: -10px auto 50px;
  }

  .example_box {
    width: 160px;
    height: 268px;
    border: solid 2px var(--blue_color);
    border-radius: 10px;
    margin: 5px;
  }

  .example_box h3 {
    padding: 0 0 4px;
    font-size: 15px;
    color: #ddf2ff;
    border-radius: 7px 7px 0 0;
  }

  .example_box p {
    font-size: 9px;
    letter-spacing: 0.4px;
  }

  .example_box img {
    margin-top: 10px;
    width: 70%;
  }

  .example_box div {
    margin-top: 5px;
  }

  p.example_price {
    border-bottom: solid 2px #ff8c37;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 1.5;
  }

  p.example_price::before {
    font-size: 10px;
    padding: 3px;
  }

  p.example_price::after {
    font-size: 10px;
    padding: 3px;
  }

  .example_box span {
    font-size: 8px;
    margin: 3px auto;
    line-height: 1.2;
  }

  .index .clean_up_img {
    transform: scale(0.65);
  }

  .clean_up_text {
    letter-spacing: 0 !important;
  }

  /* page_area */
  div.page_area.mb100 {
    margin-bottom: -10px;
  }

  #page_area {
    margin: 0 auto 20px;
  }

  #page_area img {
    transform: scale(1);
  }

  .jp_map {
    background: none;
    height: auto;
    display: flex;
    flex-flow: column-reverse;
  }

  .page_area .jp_map div {
    position: initial;
    border: solid 2px var(--blue_color);
    border-radius: 10px;
    width: 350px;
    height: auto;
    margin: 5px auto;
    padding: 12px;
  }

  .jp_map div::before,
  .jp_map div::after {
    display: none;
  }

  .jp_map p {
    font-size: 17px;
    padding-left: 15px;
  }

  .jp_map a {
    font-size: 15px;
    color: white;
    width: 320px;
    height: 40px;
    border-radius: 20px;
    margin: 10px auto;
  }

  .jp_map .void_a {
    display: none;
  }

  .selection .selection_img {
    transform: scale(0.9);
  }

  .selection .selection_text {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 3.7px;
    bottom: 35px;
    margin-bottom: -10px;
  }

  .page_area_box {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .page_area_box h3.sp_block {
    font-size: 15px;
    margin: 0 auto;
  }

  .page_area_box img {
    width: 225px;
    height: auto;
    margin: 15px auto;
  }

  .page_area_text_box {
    margin-left: 15px;
    font-size: 15px;
    word-break: normal;
  }

  .page_area .blue_button {
    margin: 15px auto 0;
    width: 150px;
  }

  /* page_dust */
  .page_dust .dust_img {
    margin-top: -35px;
  }

  .page_dust .dust_text {
    margin: 20px auto -10px;
    padding: 0 10px;
    font-weight: normal;
    letter-spacing: 0.15px;
  }

  .page_dust h3 {
    font-size: 20px;
    bottom: 33px;
    letter-spacing: 3.7px;
  }

  .page_dust p.fz18.tac {
    font-size: 15px;
    text-align: left;
    padding: 0 20px;
  }

  .page_dust.trouble {
    margin-bottom: 30px;
  }

  .mt60 {
    margin-top: 20px;
  }

  .page_dust .troubles p.w820 {
    padding: 0 25px;
  }

  .trouble {
    padding: 0;
  }

  .trouble p.fz18.tac.mb60 {
    margin-bottom: 25px;
    padding: 0 40px;
  }

  .trouble_box {
    border: solid 3px black;
    border-radius: 10px;
    width: 350px;
    height: auto;
    min-height: 74px;
    margin: 5px auto;
    justify-content: initial;
  }

  .trouble_box img {
    width: 49px;
    left: 10px;
    right: 0;
  }

  .trouble_box:nth-child(even) img {
    left: 10px;
    right: 0;
  }

  .trouble_box p {
    font-size: 15px;
    padding: 13px 13px 13px 61px;
  }

  .troubles .logo_top {
    width: 180px;
  }

  .troubles span.fz20 {
    font-size: 10px;
  }

  .troubles span.fz30 {
    font-size: 15px;
  }

  .w810 {
    width: auto;
  }

  .page_dust.merit {
    margin-top: 50px;
  }

  .merit h3 {
    letter-spacing: 0;
  }

  .merit ul {
    margin-top: 0;
  }

  .merit li {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .merit li img {
    margin-right: 18px;
    width: 64px;
  }

  small.fz16 {
    font-size: smaller;
  }

  .merit p.fz18 {
    font-size: 15px;
    font-weight: normal;
    padding: 0 25px;
  }

  .page_huyouhin.estimate {
    margin-top: 70px;
  }

  .estimate_text {
    width: auto;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    padding: 0 25px;
    margin: 0 auto;
  }

  .page_huyouhin .flow {
    flex-flow: column;
    margin: 20px auto 30px;
  }

  .page_huyouhin .flow .step {
    width: 314px;
    height: 250px;
    margin-bottom: 25px;
  }

  .page_huyouhin .flow .step:last-of-type {
    margin-bottom: 0;
  }

  .page_huyouhin .step img:first-of-type {
    margin-bottom: 15px;
  }

  .page_huyouhin p.step_title {
    font-size: 20px;
    margin: 0;
  }

  .page_huyouhin .step img:last-of-type {
    order: 1;
    margin: 0 auto 30px;
  }

  .immediately_contents {
    margin: 0 auto;
    padding: 0 12px;
  }

  .page_huyouhin .voice {
    padding: 0;
  }

  .page_huyouhin .pack span {
    margin-right: 5px;
  }

  .page_huyouhin .voice_right span {
    font-size: 16px;
  }

  .page_huyouhin.service h3 {
    font-size: 15px;
    letter-spacing: 0;
  }

  .service_text_box a {
    border-radius: 10px;
    margin: 10px auto 50px;
  }

  .service_box:last-of-type a {
    margin: 10px auto 0;
  }

  /* page_huyouhin */
  .page_huyouhin .banzai {
    font-size: 10px;
  }

  .promise_text {
    font-size: 15px !important;
    margin-bottom: 9px;
  }

  .promise_text img:first-of-type {
    transform: scale(1);
    width: 150px;
  }

  .page_huyouhin .promise_img {
    transform: scale(1);
    width: 200px;
  }

  .page_huyouhin .junk_removal_text {
    font-size: 15px;
    bottom: 0;
    margin: 20px auto 50px;
  }

  .purchasing p {
    text-align: left;
  }

  .purchasing p.fz18.tac {
    font-size: 15px;
    font-weight: normal;
    padding: 0 25px;
  }

  .purchasings {
    margin: 0 auto 30px;
  }

  .purchasing_box:first-of-type {
    margin-top: 0;
  }

  .purchasing_box:not(:first-of-type) {
    margin-top: 30px;
  }

  .purchasing_box p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    padding: 0 45px;
  }

  .purchasing p.fz18.fwb.mt60 {
    font-size: 15px;
    font-weight: normal;
    padding: 0 34px;
  }

  .page_huyouhin.merit {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .merit h3 {
    line-height: 1.2;
  }

  /* page_hikkoshi */
  .hikkoshi_img {
    width: 100px;
  }

  .page_hikkoshi .hikkoshi_text {
    font-size: 15px;
    margin: 20px auto 50px;
    padding: 0 25px;
  }

  .page_hikkoshi h3 {
    font-size: 20px;
    line-height: 1.2;
    bottom: 33px;
    letter-spacing: 3.7px;
  }

  .page_hikkoshi p.fz18.fwb.tac {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    padding: 0 35px;
  }

  .page_hikkoshi .purchasings {
    max-width: 100%;
    margin-bottom: 0;
  }

  .page_hikkoshi .purchasing_img {
    width: 100px;
    margin-top: 10px;
  }

  .page_hikkoshi .purchasing_text {
    font-size: 15px;
    font-weight: normal;
    margin: 20px auto;
    padding: 0 35px;
  }

  .page_hikkoshi .collect_case_text {
    text-align: center;
  }

  .page_hikkoshi .purchasing_box {
    width: 177px;
    margin: 0;
  }

  .page_hikkoshi .purchasing_box p {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    padding: 0;
  }

  .index .immediately_img {
    transform: scale(0.9);
    margin-top: 50px;
  }

  .mb60 {
    margin-bottom: 30px;
  }

  p.fz18.fwb.wbbw {
    font-size: 15px;
    font-weight: normal;
    margin: 20px auto 0;
    padding: 0 35px;
  }

  /* ihin */
  .page_ihin .banzai {
    margin-top: 30px;
    font-size: 10px;
  }

  .page_ihin .ihin_img {
    transform: scale(1);
    width: 100px;
    margin: 0;
  }

  .page_ihin .junk_removal_text {
    font-size: 15px;
    margin: 20px auto 50px;
    padding: 0 5px;
  }

  .page_ihin h3 {
    font-size: 20px;
    line-height: 1.2;
    bottom: 23px;
    letter-spacing: 3px;
  }

  .page_ihin p.fz18.fwb.tac {
    font-size: 15px;
    font-weight: normal;
    margin: 0 auto 20px;
  }

  .page_ihin .trouble_box {
    min-height: 72px;
  }

  .page_ihin p.fz20.wbbw {
    font-size: 15px;
    padding: 0 44px;
  }

  .page_ihin p.fz20.mt60.lh2 {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 34px;
  }

  .page_ihin table {
    margin: 5px auto 0;
  }

  .page_ihin tr {
    display: flex;
    align-items: center;
    height: 46px;
  }

  .page_ihin td {
    font-size: 13px;
    margin: 0;
    padding: 0;
  }

  .page_ihin td:first-child {
    padding-left: 0;
  }

  .page_ihin td:last-child {
    padding-left: 30px;
  }

  .appropriate_time {
    padding: 0;
  }

  #appropriate_time span {
    letter-spacing: -2.5px;
  }

  .appropriate_time h3 {
    bottom: 33px;
  }

  .appropriate_time p {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 34px;
  }

  .organizing_life {
    margin-top: 50px;
  }

  .organizing_life div {
    padding: 0;
  }

  .organizing_life h3 {
    bottom: 33px;
  }

  .organizing_life p.fz20 {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 auto 20px;
    padding: 0 34px;
  }

  .page_ihin .immediately_img {
    margin-top: 20px;
  }

  /* page_flow */
  .page_flow .flow_text {
    margin: 5px auto 30px;
    padding: 0 25px;
    letter-spacing: 0 !important;
  }

  .page_flow .step {
    width: 330px;
    height: auto;
    padding: 15px 0;
  }

  .page_flow p.step_title {
    font-size: 15px;
  }

  .page_flow p.step_text {
    font-size: 14px;
    margin: 15px auto 10px;
  }

  .page_flow .mitsumori {
    display: block;
    margin: 0;
  }

  .page_flow .mitsumori a:first-of-type {
    margin: 0;
  }

  .page_flow .mitsumori a img {
    width: 288px;
    margin: 10px auto;
  }

  .page_flow.service_text_box {
    width: auto;
    margin: 30px auto 50px;
  }

  .page_flow .card {
    width: auto;
    margin: -10px auto 18px;
    padding: 0 50px;
  }

  .page_flow .card img {
    height: 40px;
  }

  .page_flow.service_text_box {
    width: auto;
    display: block;
    margin: 50px auto;
  }

  .page_flow.service_text_box a {
    width: 200px;
    height: 40px;
    line-height: 2;
    border-radius: 10px;
    margin: 30px auto;
  }

  /* area_tofuken */
  .wrap.area_tofuken {
    padding: 0 5px;
  }

  .background_img.area_tofuken {
    height: 523px;
    top: 0;
    margin-bottom: -60px;
  }

  .background_img.area_tofuken img {
    width: 310px;
    padding: 0 !important;
  }

  .area_tofuken p.fz18.fwb.tac.lh2 {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
    padding: 0 15px;
  }

  .area_tofuken .area.mt60 {
    display: flex;
  }

  .area_tofuken .area.mt60 div {
    padding: 0;
  }

  .area_tofuken iframe {
    width: 265px;
    height: 301px;
  }

  .wrap.post_content.custom {
    padding: 0 5px;
  }

  .area_tofuken .accordion {
    border-radius: 10px;
  }

  .area_tofuken .accordion p:first-of-type {
    padding: 9px 12px;
    font-weight: bold;
  }

  .post_content .case .case-content h4 {
    font-size: 15px;
    border-top: solid 2px #ddf2ff;
    margin: 0 20px;
    padding: 5px 0;
  }

  .post_content .case .case-content .case-info {
    margin: 0 37px 15px;
  }

  .post_content .case .case-content dd:first-of-type {
    position: initial;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    max-width: 100%;
    word-break: keep-all;
  }

  .post_content .case .case-content dt {
    flex-basis: 56px;
    border-radius: 9px;
    font-size: 10px;
    height: 18px;
    margin-left: 0;
    margin-right: 70%;
    padding: 0 0 2px;
  }

  .post_content .case .case-content dd:not(:first-of-type) {
    flex-basis: 350px;
    border: none;
    font-size: 13px;
    margin-bottom: 6px;
    padding: 0;
    text-indent: 0;
    word-break: keep-all;
  }

  .post_content .case .case-content dd:not(:first-of-type)::before {
    content: "";
    display: none;
  }

  .area_tofuken .magokoro_pack_text {
    padding-top: 30px;
  }

  .area_tofuken .magokoro_nashi_ari {
    padding-bottom: 30px;
  }

  .area_tofuken .post_content .case {
    margin: 10px auto;
    border-radius: 10px;
  }

  .area_tofuken .post_content .case h3 {
    font-size: 15px;
    border-radius: 4px 4px 0 0;
    padding: 5px 12px;
  }

  .case .case-content .case-image-wrap img {
    width: 150px;
    box-sizing: border-box;
  }

  .case-image-wrap {
    margin-top: 30px;
    background-size: 26px;
  }

  .case-image-wrap::before {
    left: 12px;
  }

  .case-image-wrap::after {
    right: 12px;
  }

  .case-image-wrap::before,
  .case-image-wrap::after {
    font-size: 15px;
    border-radius: 15px;
    width: 130px;
    height: 30px;
    top: -40px;
  }

  .case-image-wrap img {
    width: 43%;
  }

  .ts5 {
    transform: scale(0.5);
  }

  .case-info dd:last-child {
    border-bottom: none;
  }

  .case-info dt {
    text-align: left;
    padding-left: 15px;
    border-right: none;
    border-bottom: solid 3px #004771;
  }

  .case-info dt:nth-of-type(even) {
    border-bottom: 0;
  }

  .case-info dt:first-of-type {
    border-radius: 16px 16px 0 0;
  }
  .case-info dt:last-of-type {
    border-radius: 0;
  }
  .case-info dd:last-of-type {
    border-radius: 0 0 16px 16px;
  }

  .case-comment {
    margin: 15px auto 50px;
    font-size: 15px;
    filter: drop-shadow(3px 3px 0 #00000029);
  }

  .characteristics.index {
    padding: 0;
  }

  .post_content {
    max-width: 100%;
    overflow-x: hidden;
  }

  .post_content h2 {
    font-size: 18px;
    text-align: center;
  }

  .post_content h3 {
    font-size: 16px;
    margin: 35px auto 20px;
  }
  /* delete-css */
  /* .post_content:not(.custom) p {
    max-width: 300px;
    margin: auto;
    line-height: 1.5;
    word-break: keep-all;
    overflow-x: hidden;
  } */

  .merit_demerit .index {
    padding: 0;
  }

  .merit_demerit p {
    padding: 0 25px;
  }

  .merit_demerit table {
    font-size: 15px;
  }

  .merit_demerit table tr td.fz24.header_blue {
    background: var(--blue_color);
    color: white;
    text-align: center;
    height: 45px;
    padding: 0;
  }

  .merit_demerit td.fz24 {
    font-size: 14px;
  }

  .merit_demerit td {
    width: 50%;
    display: table-cell;
    padding-right: 5px;
  }

  .merit_demerit table tr:first-of-type td:last-of-type {
    border-radius: 20px 20px 0 0;
  }

  .kadode_kaiketsu {
    padding: 0;
  }

  .point {
    bottom: -54px;
    width: 45px;
    left: 3px;
  }

  .point_background {
    width: 350px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px !important;
  }

  .point_background .point_text {
    font-size: 14px;
    padding: 10px 14px;
  }

  /* area_shikuchoson */
  .background_img.area_shikuchoson {
    height: 523px;
    top: 0;
  }

  .background_img.area_shikuchoson img {
    width: 310px;
    padding: 0 !important;
  }

  .mb-100 {
    margin-bottom: -50px;
  }

  .area_shikuchoson .charaback .fv_text {
    top: 40px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.2px;
  }

  .trouble.area_shikuchoson .index {
    padding: 0;
  }

  .trouble.area_shikuchoson h2 {
    font-size: 20px;
  }

  .trouble.area_shikuchoson h2 span {
    font-size: 20px;
  }

  .service.area_shikuchoson .trouble_box p {
    font-size: 15px;
    padding: 13px 10px 13px 61px;
    margin-bottom: 0;
  }

  .trouble.area_shikuchoson .logo_top {
    transform: scale(1);
  }

  .service.area_shikuchoson .troubles > p {
    padding: 0 22px;
    margin: 10px 0;
  }
  .post_content p {
    padding-bottom: 10px;
  }
  .area_shikuchoson .post_content {
    max-width: 360px;
    padding: 0;
    line-height: 1.5;
  }
  /* delete-css */
  /* .area_shikuchoson .post_content ul {
    padding-left: 0;
  } */
  /* delete-css */
  /* .area_shikuchoson .post_content p,
  .area_shikuchoson .post_content ul li {
    max-width: 350px;
    margin: 0 25px;
    word-break: normal;
  } */

  .area_shikuchoson .post_content th,
  .area_shikuchoson .post_content td {
    width: auto;
    display: table-cell;
  }

  .area_shikuchoson .post_content td a {
    text-decoration: underline;
  }

  .area_shikuchoson .post_content th a {
    color: #fff;
  }

  .mb80 {
    margin-bottom: 50px;
  }

  .area_shikuchoson .magokoro_pack_text {
    padding-top: 30px;
  }

  .area_shikuchoson .magokoro_nashi_ari {
    padding-bottom: 30px;
  }

  .service.area_shikuchoson h2 {
    line-height: 1.2;
  }

  .service.area_shikuchoson p {
    text-align: left;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 0 25px;
  }

  .area_shikuchoson .area.mt60 {
    display: flex;
  }

  .area_shikuchoson .area.mt60 div {
    padding: 0;
  }

  .area_shikuchoson iframe {
    width: 265px;
    height: 301px;
  }

  /* contact */
  /* #content-top .{
    font-size: 40px;
    letter-spacing: 0.15px;
  } */

  /* #content-top h2 {
    font-size: 20px;
    bottom: 31px;
    letter-spacing: 3.7px;
    line-height: 1.2;
  } */

  .contact p {
    font-size: 14px;
    width: 350px;
  }

  .contact .form-group {
    flex-wrap: wrap;
    border-top: 2px solid #ddf2ff;
    padding: 15px 0;
  }

  .contact h3 {
    font-size: 16px;
  }

  .contact h3::before {
    font-size: 11px;
    border-radius: 5px;
    padding: 4px 10px;
    margin-right: 10px;
  }

  .fz20 {
    font-size: 14px;
  }

  .ml24 {
    margin-left: 0;
  }

  .contact input[type="text"],
  .contact input[type="email"],
  .contact select,
  .contact textarea {
    width: 350px;
    height: 40px;
    border: solid 2px #ddf2ff;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 10px;
  }

  /* .contact select {
    appearance: none;
  }

  .contact p:after select{
  content:"\25bc";
  font-size:16px;
  color:white;
  background:#f3a1a1;
  width:42px;
  text-align:center;
  line-height:3.2em;
  top:0;
  right:0;
  bottom:0;
  position:absolute;
  pointer-events:none;
  } */

  .contact .red_text,
  .contact .black_text {
    font-size: 14px;
    margin: 4px 0;
    width: 350px;
    letter-spacing: -0.5px;
  }

  .contact .checkboxs {
    width: 350px;
  }

  .fz26 {
    font-size: 16px;
  }

  .checkboxs label span {
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 5px;
  }

  .checkboxs label span::before {
    width: 23px;
    height: 23px;
    margin-top: -7px;
    left: 0;
    top: 50%;
    border: solid 2px #ddf2ff;
    border-radius: 5px;
  }

  .checkboxs label input[type="checkbox"]:checked + span::after {
    width: 23px;
    height: 23px;
    top: 3px;
    font-size: 20px;
    padding-left: 4px;
  }

  .checkboxs .mwform-checkbox-field.horizontal-item:nth-child(8) {
    margin-top: -8px;
  }

  .checkboxs .mwform-checkbox-field.horizontal-item:nth-child(8) input[type="checkbox"]:checked + span::after {
    top: 12px;
  }

  .contact .mw_wp_form .horizontal-item {
    width: 175px;
    height: 44px;
  }

  .contact textarea {
    height: 160px;
  }

  .contact .fo-btn {
    border-top: 2px solid #ddf2ff;
    padding: 25px 0;
  }

  .contact input[type="reset"],
  .contact input[type="submit"] {
    font-size: 20px;
  }

  .contact .blue_button {
    width: 249px;
    height: 51px;
    border-radius: 5px;
    margin: 5px auto;
    padding: 0;
    padding-top: 5px;
  }

  .dfjb {
    flex-flow: column;
  }

  /* qa */
  .page_qa *,
  .page_qa p {
    font-size: 15px;
  }

  .page_qa .ti01 {
    font-size: 20px;
    padding: 10px 20px;
  }

  .faq-catch .list li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }

  .faq-box-sub {
    word-break: normal;
  }

  /* info */
  .page_info .info-box .one figure {
    margin-right: 10px;
    max-width: 33%;
  }

  .info-box dd {
    margin: 0;
  }

  /* disposal_items */
  .pankuzu.disposal_items li {
    letter-spacing: -0.7px;
  }

  .disposal_items {
    overflow-x: hidden;
  }

  .disposal_items .wrap {
    margin: 0;
    padding: 0;
  }

  .disposal_items .index {
    margin: 0;
    padding: 0;
  }

  .disposal_items h2 {
    word-break: normal;
  }

  .disposal_items .content img.size-large {
    transform: scale(1);
    padding: 0;
  }

  .disposal_items .content h2 {
    margin: 30px auto 30px;
	  line-height: 1.5em;
  }

  .disposal_items .content .no-tag {
    text-align: left;
    font-size: 14px;
    width: 350px;
  }
	.check-list li{
		margin-top:10px;
	}

  .disposal_items .content p + div {
    margin: 10px 0;
  }

  .disposal_items .content ul,
  .disposal_items .content ol {
    font-size: 14px;
    padding: 10px;
  }
#toc_container ul ul {
    margin-left: 0.5em;
}
  .disposal_items .content p + ul,
  .disposal_items .content ol {
    margin: 20px auto;
  }

.disposal_items .content h3 {
    padding: 13px 10px;
    margin: 35px auto 20px;
    font-size: 17px;
}

  .disposal_items .content .w_b_w100,
  .disposal_items .content > p {
    font-size: 16px;
  }

  .disposal_items .content .w_b_w100 {
    width: 100%;
    max-width: 350px;
  }

  .disposal_items .content h4 {
    margin: 15px auto;
  }

  .disposal_items .content iframe {
    margin: 15px auto;
  }

  /* .disposal_items .content table,
  .disposal_items .content th,
  .disposal_items .content td {
    border: none;
    padding: 0;
    margin: 10px auto;
    width: 350px;
    background: none;
  } */

  .disposal_items .content td {
    border: solid 1px var(--blue_color);
    margin: 0;
  }

  .disposal_items .content td {
    background: white;
	  font-size:14px;
  }

  /* .disposal_items .content td:nth-child(odd) {
    width: auto;
    background: var(--blue_color);
    color: white;
  } */

  /* .disposal_items .content tr:first-of-type td:first-of-type {
    border-radius: 8px 8px 0 0;
  } */
  .disposal_items .content tr:first-of-type td:last-of-type {
    border-radius: 0;
  }
  .disposal_items .content tr:last-of-type td:first-of-type {
    border-radius: 0;
  }
  .disposal_items .content tr:last-of-type td:last-of-type {
    border-radius: 0 0 8px 8px;
  }

  .disposal_items .content table ul {
    padding: 0 0 0 20px;
  }

  .disposal_items .content p strong {
    line-height: 30px;
  }

  .disposal_items .content div.case {
    margin-top: 40px;
  }

  .disposal_items .content .case-comment {
    margin: 10px auto 20px;
  }

  .disposal_items .content img.size-large {
    margin: 10px auto;
  }

  /* anything */
  /* company */
  .company-box table th {
    width: 100%;
  }

  .company-box tr {
    border: none;
  }

  /* privacy */
  .privacy p {
    font-size: 16px;
    word-break: normal;
  }

  #content-top .privacy h2 {
    font-size: 18px;
  }

  /* sitemap */
  .sitemap p:first-of-type {
    font-size: 16px;
  }

  .sitemap h2 {
    font-size: 18px;
  }

  .sitemap .ti01 {
    padding: 8px 20px;
    margin-bottom: 12px;
  }

  .servise-deta01 ul.list-group > li.list-group-item {
    font-size: 16px;
    padding: 5px 0 12px 35px;
  }

  .sitemap a:link,
  .sitemap a:visited {
    text-decoration: underline;
    color: #000;
  }

  @media(max-width:768px){
  .company-box table th,.company-box table td {
    width: 100%;
    display:block;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	 padding-left: 10px;
  }
  }

  /* pcsp */
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
}

@media screen and (min-width: 412px) and (max-width: 575px) {
  .pankuzu {
    padding-top: 108px;
  }
}

/*=================================
	refactoring
===================================*/

/* heading-parts */

.index .main_heading_eng {
  font-size: clamp(40px, calc(36px + ((100vw - 300px) / 20)), 80px);
  font-weight: bold;
  color: var(--main_heading_eng_color);
  word-break: break-word;
  line-height: 1.2;
}
.index .main_heading_jp {
  position: relative;
  font-size: clamp(20px, calc(20px + ((100vw - 300px) / 40)), 40px);
  bottom: clamp(30px, calc(30px + ((100vw - 400px) / 20)), 63px);
}

.index .sub_heading_eng {
  font-size: clamp(30px, calc(38px + ((100vw - 300px) / 40)), 60px);
  font-weight: bold;
  color: var(--sub_heading_eng_color);
  letter-spacing: -1px;
  /* line-height: 1.2; */
  /* margin-bottom: 0; */
}
.index .sub_heading_jp {
  position: relative;
  font-size: clamp(20px, calc(20px + ((100vw - 300px) / 80)), 30px);
  bottom: clamp(40px, calc(30px + ((100vw - 400px) / 40)), 53px);
  /* line-height: 1.2; */
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .disposal_items h2 {
    bottom: 40px;
    word-break: initial;
    letter-spacing: -1px;
  }
}

/* @media screen and (max-width: 575px) {
  .page_huyouhin .{
    word-break: break-word;
    line-height: 1;
  }
} */

/* aftar day tommorow*/
@media screen and (min-width: 1100px) {
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
}
@media screen and (min-width: 576px) and (max-width: 768px) {
}
@media screen and (max-width: 575px) {
}

/*=================================
	Safari hack
===================================*/
/* kadodekun */
/* _::-webkit-full-page-media, _:future, :root .whiteback::after {
  bottom: 3px;
} */

/* heading_parts */
_::-webkit-full-page-media,
_:future,
:root .main_heading_eng {
  font-size: 40px;
  font-weight: bold;
  color: var(--main_heading_eng_color);
  word-break: break-word;
  line-height: 1.2;
}

_::-webkit-full-page-media,
_:future,
:root .main_heading_jp {
  position: relative;
  font-size: 20px;
  bottom: 30px;
}

_::-webkit-full-page-media,
_:future,
:root .sub_heading_eng {
  font-size: 30px;
  font-weight: bold;
  color: var(--sub_heading_eng_color);
}

_::-webkit-full-page-media,
_:future,
:root .sub_heading_jp {
  position: relative;
  font-size: 20px;
  bottom: 20px;
  line-height: 1.2;
}

_::-webkit-full-page-media,
_:future,
:root input[type="reset"],
_::-webkit-full-page-media,
_:future,
:root input[type="submit"],
_::-webkit-full-page-media,
_:future,
:root input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  background: var(--blue_color);
  font-size: 20px;
  color: white;
  width: 249px;
  height: 51px;
  border-radius: 5px;
  margin: 5px auto;
  padding: 0;
  padding-top: 5px;
}
/* _::-webkit-full-page-media, _:future, :root input[type="submit"]::-webkit-search-decoration,
_::-webkit-full-page-media, _:future, :root input[type="button"]::-webkit-search-decoration {
  display: none;
}
_::-webkit-full-page-media, _:future, :root input[type="submit"]::focus,
_::-webkit-full-page-media, _:future, :root input[type="button"]::focus {
  outline-offset: -2px;
} */

_::-webkit-full-page-media,
_:future,
:root .contact .mw_wp_form .horizontal-item {
  word-break: normal;
}

/*=================================
	ios chrome hack (no-working)
===================================*/
@media screen and (max-width: 575px) {
  .main_heading_eng {
    font-size: 40px;
    font-weight: bold;
    word-break: break-word;
    line-height: 1.2;
  }
  .main_heading_jp {
    position: relative;
    font-size: 20px;
    bottom: 30px;
  }

  .sub_heading_eng {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
  }
  .sub_heading_jp {
    position: relative;
    font-size: 20px;
    bottom: 40px;
    line-height: 1.2;
  }
}

/*=================================
  request for revision
===================================*/
.sidebar li:last-child {
  margin-bottom: 0;
}

.twitter-widget {
  overflow-y: scroll;
  margin-bottom: 30px;
}

/*=================================
  request for revision
===================================*/
/* @media screen and (min-width: 576px) {
  .pankuzu {
    margin: 5px auto;
  }
} */

.web_font_M {
  font-family: "M PLUS 1p", "メイリオ", Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
}

@media screen and (max-width: 575px) {
  .magokoro_pack span {
    padding-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .free_mitsumori {
    margin-top: 50px;
  }
}

.sidebar {
  height: 1500px;
}

@media screen and (min-width: 769px) {
  .ba_img::before,
  .ba_img::after {
    border: 5px solid black;
    height: 50px;
    top: -60px;
  }
}

@media screen and (min-width: 576px) {
  .news_part li {
    padding: 18px 18px 6px;
    position: relative;
    display: flex;
    align-items: center;
  }

  .news_part li a {
    position: absolute;
    left: 150px;
  }
}

@media screen and (min-width: 576px) {
  .service .price_text2 {
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 576px) {
  .page_hikkoshi .hikkoshi_text {
    font-weight: bold;
  }
}

@media screen and (min-width: 576px) {
  .trouble_box img {
    bottom: -1px;
  }
}

@media screen and (min-width: 576px) {
  .page_hikkoshi .immediately_contents {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 576px) {
  .page_huyouhin.service .sub_heading_eng {
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 575px) {
  .troubles span.fz20 {
    position: relative;
    bottom: 2px;
    margin: auto 3px;
  }
}

@media screen and (max-width: 575px) {
  .page_hikkoshi .purchasings {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .okyakusama_01 img,
  .okyakusama_02 img {
    height: 150px;
  }
}

@media screen and (min-width: 576px) {
  .page_huyouhin .junk_removal_text {
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 576px) {
  .index .sub_heading_jp {
    position: relative;
    font-size: clamp(20px, calc(20px + ((100vw - 300px) / 80)), 30px);
    bottom: clamp(40px, calc(30px + ((100vw - 400px) / 40)), 53px);
    /* line-height: 1.2; */
  }
}

@media screen and (max-width: 575px) {
  .page_huyouhin.service h3 {
    display: grid;
    place-items: center;
  }
}

@media screen and (min-width: 576px) {
  .estimate_text {
    text-align: center;
  }
}

@media screen and (min-width: 576px) {
  .contact select {
    font-size: 20px;
  }
}

@media screen and (min-width: 576px) {
  .contact .fo-btn {
    border-top: 3px solid #ddf2ff;
  }
}

.sitemap .imgs1 {
  margin-bottom: 25px;
}

@media screen and (max-width: 575px) {
  .service.area_shikuchoson .troubles > p {
    padding: 0px 15px;
  }
}

@media screen and (max-width: 575px) {
  .background_img.area_shikuchoson img {
    height: 430px;
  }
}

@media screen and (min-width: 576px) {
  .page_huyouhin .promise_text {
    letter-spacing: 1px !important;
  }
}

@media screen and (min-width: 576px) {
  .page_huyouhin .promise_text {
    letter-spacing: 1px !important;
  }
}

@media screen and (min-width: 576px) {
  .pankuzu a {
    display: inline-block;
    padding: 5px;
  }
}

@media screen and (max-width: 575px) {
  .purchasing .sub_heading_eng {
    line-height: 1.2;
  }

  .service.area_tofuken .sub_heading_jp,
  .service.area_shikuchoson .sub_heading_jp,
  .merit .sub_heading_jp {
    line-height: 1.2;
  }
}

@media screen and (min-width: 576px) {
  .organizing_life .promise_text {
    letter-spacing: 2px !important;
  }
}

@media screen and (min-width: 576px) {
  .page_price_text,
  .custom_text {
    font-weight: bold;
  }
}

.estimate .sub_heading_jp {
  letter-spacing: 1px;
}

@media screen and (max-width: 575px) {
  .purchasing_box p:not(:last-child) {
    font-weight: bold;
  }
}

@media screen and (min-width: 576px) {
  .page_huyouhin .blue_button {
    width: 220px;
    height: 50px;
  }
}

@media screen and (max-width: 575px) {
  .page_price .magokoro_pack span {
    padding-top: 0;
  }
}

.jp_map a {
  font-weight: bold;
}

/* delete-css */
/* @media screen and (max-width: 575px) {
  .post_content:not(.custom) p {
    word-break: initial;
    text-align: center;
  }
} */

@media screen and (min-width: 769px) {
  .case-image-wrap::before,
  .case-image-wrap::after {
    border: 5px solid black;
    height: 50px;
    top: -60px;
  }
}

@media screen and (max-width: 1099px) and (min-width: 769px) {
  .background_img.area_tofuken {
    height: 750px;
  }
}

@media screen and (max-width: 575px) {
  .contact p {
    width: 100%;
  }
  .contact input[type="text"],
  .contact input[type="email"],
  .contact select,
  .contact textarea {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
  .post_content ul,
  .post_content ol {
    width: 530px;
    margin: auto;
  }
}

.post_content.custom.small_area {
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 1099px) and (min-width: 769px) {
  .post_content.custom.small_area {
    padding: 0 10px;
  }
  .post_content .case .case-content dt {
    flex-basis: initial;
  }
}
@media screen and (max-width: 768px) {
  .post_content.custom.small_area {
    padding: 0 10px;
  }
}

@media screen and (min-width: 576px) {
  .index .sub_heading_eng {
    font-size: clamp(35px, calc(38px + ((100vw - 300px) / 40)), 70px);
  }
}

@media screen and (max-width: 575px) {
  .kadode_kaiketsu article {
    justify-content: center;
  }
  .post_content .case .case-content dd:not(:first-of-type) {
    word-break: break-word;
  }
  .checkboxs label input[type="checkbox"]:checked + span::after {
    content: "\2714\fe0e";
    font-size: 18px;
    color: white;
    padding-top: 2px;
  }
  .ba_case span.sub_heading_eng {
    margin: 0;
  }
  .purchasing .index {
    padding: 0;
  }
  .purchasing .sub_heading_eng {
    line-height: normal;
  }
  .page_hikkoshi .hikkoshi_text {
    word-wrap: break-word;
  }
  .merit .index {
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
  .pankuzu {
    padding-top: 100px;
    padding-bottom: 10px;
    font-size: 9px;
  }
}

@media screen and (min-width: 576px) {
  .pankuzu a {
    padding: 15px 5px;
  }
}

@media screen and (min-width: 1100px) {
  .news_part {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 575px) {
  .page_qa .pankuzu * {
    font-size: 9px;
  }
}

@media screen and (max-width: 768px) {
  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 575px) {
  .purchasing_box {
    margin: auto;
  }
}

@media screen and (min-width: 769px) {
  .news_part li {
    padding: 18px;
  }
}

@media screen and (max-width: 575px) {
  .collect_case_contents li img {
    object-fit: contain;
  }
}

.page_price .fixed_charge_word {
  letter-spacing: 3.7px;
}

@media screen and (max-width: 575px) {
  .area_tofuken .area {
    padding: 0 25px;
  }
  .area_tofuken iframe {
    /* width: 315px; */
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .company-box table {
    font-size: 16px;
  }
}

/* area調整 */
.jp_map div {
  width: 170px;
}

.jp_map a {
  width: 140px;
}

.jp_map .kyushu {
  width: 315px;
}

.jp_map .shikoku {
  left: 355px;
  bottom: 12px;
  height: 308px;
}

.jp_map .kansai {
  left: 540px;
  width: 315px;
  height: 260px;
  bottom: 58px;
}

.jp_map .chubu {
  left: 540px;
  height: 360px;
  width: 315px;
  padding: 8px 8px 0px;
}
.jp_map .kanto {
  left: 870px;
  height: 470px;
  bottom: -100px;
}

.jp_map .kanto::before,
.jp_map .kanto::after {
  left: 30%;
}

.jp_map .tohoku {
  left: 870px;
  height: 240px;
  bottom: 580px;
  width: 315px;
}

.jp_map .tohoku::before,
.jp_map .tohoku::after {
  left: 23%;
}
.jp_map .hokkaido {
  left: 920px;
  top: -114px;
  height: 142px;
  width: 260px;
}

/* ipad-area */
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .jp_map div {
    width: 120px;
  }

  .jp_map a {
    width: 100px;
  }

  .jp_map .kyushu {
    width: 235px;
  }

  .jp_map .shikoku {
    left: 255px;
    bottom: 30px;
    height: 200px;
  }

  .jp_map .shikoku a {
    width: 90px;
  }

  .jp_map .kansai {
    left: 382px;
    bottom: 30px;
    width: 210px;
    height: 180px;
  }

  .jp_map .kansai a {
    width: 90px;
    height: 30px;
  }

   .jp_map .chubu a {
    width: 90px;
    height: 30px;
  }

  .jp_map .chubu {
    left: 355px;
    height: 240px;
    width: 215px;
  }
  .jp_map .tohoku{
    left: 580px;
    height: 130px;
    bottom: 440px;
  }

  .jp_map .kanto {
    left: 600px;
    height: 330px;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .jp_map {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) {
  .jp_map {
    height: 570px;
  }
}

.dropdown:hover ul li {
  margin: 0;
  width: 100% !important;
}

.delete_element {
  display: none;
}

.keiko_blue {
  padding-bottom: 2px;
  background: linear-gradient(transparent 50%, #ffc595 0%);
}

.collect_case_contents li {
  position: relative;
}

.collect_case_contents li a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 12px;
}

.post_content:not(.custom) table tr td p img {
  display: initial;
}

#price_table {
  text-align: center;
  font-size: 1.2rem;
}

#price_table th {
  background: var(--blue_color);
  color: #fff;
  text-align: center;
}

#price_table th:not(:last-child) {
  border-right: solid 1px white;
}

#price_table,
#price_table td {
  border: 1px solid var(--blue_color);
  border-collapse: separate;
  border-spacing: 0;
  background: white;
}

#price_table thead th {
  border-bottom: 0;
}

@media (max-width: 768px) {
  #table th,
  #table td,
  #price_table th,
  #price_table td {
    width: 100%;
    text-align: center;
    display: table-cell !important;
  }
  #price_table {
    font-size: 0.8rem;
  }

  #price_table th {
    background: var(--blue_color);
    color: #fff;
  }
  .page_area_text_box a {
    padding-right: 10px;
    line-height: 2;
  }
  .disposal_items h1,
  .disposal_items h2 {
    word-break: break-all;
  }
  nav.nav_menu ul li a:active {
    background-color: #fff;
    color: #004771;
  }
  .otoiawase img:active,
  .otoiawase img:focus {
    transform: translate(0, 5px);
  }
  .footer_box a:active {
    color: #004771;
    font-weight: 900;
  }
}
.example-textonly {
  margin-top: 40px;
}
.example-textonly ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}
.example-textonly li {
  width: 18%;
  text-align: center;
  background-color: #ddf2ff;
  height: 50px;
  line-height: 50px;
  margin: 0 10px 10px 10px;
  box-shadow: 4px 4px rgb(0 0 0 / 10%);
  border-radius: 4px;
}
.example-textonly li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
@media (max-width: 768px) {
  .example-textonly {
    margin-top: 20px;
  }
  .example-textonly ul {
    align-items: center;
  }
  .example-textonly li {
    width: 26%;
    height: 40px;
    line-height: 10px;
    align-self: center;
  }
  .example-textonly li a {
    font-size: 12px;
    line-height: 1.2;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    word-break: break-all;
  }
}
#postinner-accordion,
#postinner-accordion .accordion_open {
  background: none;
}
#accordion-text {
  background: #7bccfe;
}
#schedule-text {
  text-align: right;
}

a.btn-c {
  font-size: 1rem;
  position: relative;
  padding: 1rem;
  color: #fff !important;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
  font-weight: 900;
}

a.btn-c span {
  font-size: 1.5rem;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.btn-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}

/* author-css */
.author-info.pastel-bc {
  width: 90%;
}
.author-info__inner .tb {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 6px gray;
}
.tb {
  display: table;
  width: 100%;
}
.author-info__inner .tb-left{
  width: 220px;
  border-right: 2px #eaedf2 dashed;
  text-align: center;
  padding: 20px 30px 20px 30px;
}
.author-info__inner .tb-left .aut {
  display: block;
  width: 100%;
  padding: 0;
  vertical-align: middle;
  line-height: 1.3;
}
.author-info__inner .tb-left dt {
  font-size: 19px;
  font-weight: bold;
  margin-top: 25px;
}
.author-info__inner .tb-left dd {
  padding-top: 4px;
  color: #686868;
  font-size: 15px;
  font-weight: bold;
}
.tb-left, .tb-right {
  display: table-cell;
  vertical-align: middle;
}
.tb-right p{
  margin-bottom: 30px;
}
.author-info__inner .tb-right{
  width: calc(100% - 220px);
  padding: 20px;
  font-size: 1rem;
  line-height: 1.7;
}
.follow_btn {
    margin: 0 8px 5px 0;
}
.author_label span {
  display: inline-block;
  position: relative;
  min-width: 220px;
  max-width: 100%;
  margin: 0 0 15px;
  padding: 6px 12px;
  border-radius: 20px;
  background: #eaedf2;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  z-index: 2;
  margin-bottom: 20px;
}
.author_label span:before {
  position: absolute;
  top: 100%;
  left: 33px;
  border: 13px solid transparent;
  border-top: solid 10px #eaedf2;
  content: "";
}
.author_label span::before {
  z-index: -1;
  top: calc(100% - 15px);
  left: 50px;
  border: 15px solid transparent;
  border-top: solid 30px #eaedf2;
  transform: rotate(-40deg);
}
.author-info__inner {
    margin-top: 30px;
}
.author_img {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin: 0;
  vertical-align: middle;
}
.author_img img {
  border: solid 5px #dfe2e8;
  border-radius: 50%;
}
.servise-deta01 .list-group{
  margin-bottom: 80px;
}

@media(max-width:768px){
  .author-info.pastel-bc {
    width: 96%;
  }
  .author-info.pastel-bc {
    margin: 0 5px;
  }
  .tb-left, .tb-right{
    display: block;
  }
  .author_label{
    margin-top: 10px;
  }
  .author-info__inner .tb-left{
    width: 100%;
    border-right:none;
  }
  .author-info__inner .tb-right{
    width: 100%;
    padding: 0 20px 20px 20px;
  }
  .tb-right p {
    text-align: center;
  }
  .author-info__inner .tb {
    box-shadow: 0 0 4px grey;
  }
  .follow_btn.dfont {
    text-align: center;
    width: 100%;
  }
  .servise-deta01 .list-group{
    margin-bottom: 30px;
  }
}

/* timeline-css */
.timeline {
  list-style: none;
  }
.timeline li {
  margin-bottom: 30px;
}
.timeline-content {
  margin-top: 1rem;
}

ul.timeline {
  background-color: #fffef6;
  border:dashed 1px #e5e5d1;
}

.timeline span.midashi{
  font-weight:500;
  font-size:120%;
  color: #fdc44f;
}

ul.timeline li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  transform: scale(1.0);
  font-weight: bold;
  color: #fdc44f;
  font-size:80%;
}

@media (min-width: 640px){
  .timeline li {
  overflow: hidden;
  margin: 0;
  position: relative;
  }

  .timeline-date {
  width: 110px;
  margin-top: 0px;
  font-size:80%;
  }
  .timeline-content {
  width: auto;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 20px;
  }
}
.m-auto{
  margin: 0 auto;
}
.left{
  text-align: left;
}
.super-comment{
  margin-bottom: 90px;
}
.w_b_icon_wrap.w_b_relative.w_b_div {
    margin-bottom: 10px;
}
/* iphone-5 */
@media only screen
    and (min-device-width:320px)
    and (max-device-width:568px){
  .question,.news_part li{
    width: 270px;
  }
  .footer_box h4{
    width: 320px;
  }
}

@media(max-width:768px){
.cv-arrow {
  color: #fff;
  text-align: center;
}
.cv-arrow::before,.cv-arrow::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f063';
  color: #ff6c00;
  font-size: 19px;
  top: 11px;
  font-weight: 700;
  position: absolute;
  bottom: 5px;
  animation: bound 1.5s linear 1s infinite normal none running;
}
.cv-arrow::before {
    left: 5%;
}
.cv-arrow::after {
    right: 5%;
}

@keyframes bound {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-25px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
}
.scroll table{
width:100%;
}
.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
  height: 5px;
}
.scroll::-webkit-scrollbar-track{
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.tablesorter {
	text-align: center
}
.tablesorter img {
	padding: 6px 0;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 0 !important
}

.tablesorter th {
	position: relative;
	cursor: pointer;
	text-align: left
}

.tablesorter th::before,
.tablesorter th::after {
	content: '';
	position: absolute;
	z-index: 2;
	right: 7px;
	width: 0;
	height: 0;
	border: 4px dashed;
	border-color: #fff transparent;
	pointer-events: none
}

.tablesorter th::before {
	border-bottom-style: solid;
	border-top: 0;
	top: 30%
}

.tablesorter th::after {
	border-top-style: solid;
	border-bottom: 0;
	bottom: 30%
}

.tablesorter th.tablesorter-headerAsc:after {
	border: 0
}

.tablesorter th.tablesorter-headerAsc:before {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.tablesorter th.tablesorter-headerDesc:before {
	border: 0
}

.tablesorter th.tablesorter-headerDesc:after {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.tablesorter th.sorter-false:before,
.tablesorter th.sorter-false:after {
	border: 0
}

.outline-data span {
	vertical-align: middle
}
.item td{
  background: #fff !important;
  color: #000 !important;
  font-weight: normal;
}
.item th{
    background: var(--blue_color) !important;
    color: #fff;
    text-align: center;
}
@media(max-width:768px) {
	.tablesorter img {
		margin-right: 0
	}
	.outline-data span {
		display: block
	}

	.best {
		width: 50%
	}
  .scroll table{
    font-size: 17px !important;
  }
}
@media(max-width:340px) {
	.tablesorter-header-inner,
	.tablesorter th,
	.tablesorter td {
		width: 40px
	}
}
div.blank {
    margin-top: 100px;
}
#popupimage{
  position: relative;
}
#backGuide, #backGuide p {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
#backGuide {
display: none;
position: fixed !important;
background-color: rgba( 0, 0, 0, 0.70 );
z-index: 99999;
}
#backGuide p {
display: block;
line-height: 80px;
margin: auto;
cursor: pointer;
text-align: center;
height: 500px;
font-weight: bold;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.batsu {
  display: block;
  position: relative;
  left: 270px;
    top: -20px;
}

.batsu::before, .batsu::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #fff;
}

.batsu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.batsu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media(max-width:768px){
  .batsu {
    left: 180px;
}
}

/*--------------------------------------------------------------
ヘッダー Call CTA 光らせる ABテスト
--------------------------------------------------------------*/

@media (max-width: 575px) {
a.header_tel {
    animation-name: header_tel-fade-in;
    animation-duration: 3s;
    position: relative;
    overflow: hidden;
    padding: 0px;
	z-index:1;
	display: block;
	position: relative;
  }

a.header_tel::before {
    position: absolute;
    content: '';
    display: inline-block;
    height: 100%;
    top: -180px;
    width: 30px;
    left: 0;
    background-color: #fff;
    animation: header_tel 3s ease-in-out infinite;
}

a.header_tel > img {
    width: 65%;
}

@-webkit-keyframes header_tel {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
}
/*--------------------------------------------------------------
CTA 光らせる ABテスト大竹
--------------------------------------------------------------*/

.contact-shiny {
    display: inline-block;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    animation-name: contact-shiny;
    animation-duration: 3s;
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
.contact-shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 40px;
    height: 100%;
    animation: contact-shiny-img 3s ease-in-out infinite;
    background-color:#fff;
    z-index:1;
}

@-webkit-keyframes contact-shiny-img {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.line-cta-pc {
    text-align: right;
}
.contact-cta-pc {
    text-align: left;
}
@media (max-width: 575px) {
  .contact-shiny {
    display: inline-block;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    animation-name: contact-shiny;
    animation-duration: 3s;
    margin: 0px 5px;
    text-align: center;
    overflow: hidden;
    position: relative;
  }

.contact-shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    animation: contact-shiny-img 3s ease-in-out infinite;
    background-color:#fff;
    z-index:1;
}

@-webkit-keyframes contact-shiny-img {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
}
@media (max-width: 575px) {
  .sp-cta {
    display: inline-block;
    position: fixed;
    bottom: 0px;
    left: 0px;
  z-index: 9999;
    animation-name: footer-fixed-image-fade-in;
    animation-duration: 3s;
    margin: 0px auto;
    text-align: center;
    overflow: hidden;

  }

.sp-cta::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: footer-fixed-banner 3s ease-in-out infinite;
}
#test-nav ul {
    flex-flow: column;
    font-size: 20px;
    padding: 10px;
    height: 100%;
    justify-content: inherit;
  }
  .nav-div{
    height: 100%;
  }
  #test-nav ul li:last-child{
    padding-bottom: 100px;
  }
  .nav-div .otoiawase {
    background: #FEFEF3 !important;
    padding: 10px !important;
    margin-top: 0 !important;
}
@-webkit-keyframes footer-fixed-banner {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
}
blockquote {
  box-sizing: border-box !important;
  position: relative;
  padding: 32px 32px 10px 32px;
  background: #FFF;
border: solid 4px #b3b3b3;
  border-radius: 5px;
  color: #464646;
     font-size: 17px;
    line-height: 2em;
    margin-top: 30px;
}
blockquote a,.under-lines{
    color: #009cff;
    font-weight: bold;
    text-decoration: underline;
}


blockquote:before {
  color: #fff !important;
  font-size: 1em;
  margin: auto;
  width: 40px !important;
  height: 40px !important;
  text-align: center;
  position: absolute !important;
  top: -23px !important;
  left: 32px !important;
  background: #464646;
  border-radius: 100px;
  line-height: 2.3 !important;
}

blockquote:before {
  display: inline-block !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  content: "\f10d" !important;
}
cite a{
  text-decoration: underline;
}
.disposal_items{
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;align-content
	font-weight:500;
}
.disposal_items .article-btn{
	width:100%;
}
#toc_container{
	width:100%;
}
.disposal_items .left-inner a {
    text-decoration: underline;
    font-weight: 900;
    color: #005acb;
}
.page-items{
	    max-width: 830px;
}
.disposal_items .mitsumori img{
	padding:0 4px 0 4px;
}
.check-list{
		border:none !important;

}
.disposal_items .check-list li {
    display: block;
	position:relative;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.6em;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: #848484 dashed 1px;
    margin-bottom: 15px;
}
.disposal_items .check-list li:before{
    background-size: 30px auto;
    color: #116CB0;
    content: url(../img/ihin/time.png) !important;
    font-size: 20px;
    font-weight: 900;
    margin-right: 10px;
    vertical-align: middle;
transform: scale(0.8);
    display: inline-block;
}
.disposal_items .step{
  width: 100%;
}
@media(max-width:768px){
.disposal_items #post-search {
    margin-top: 30px;
	width:100%;
}
	.video_container{
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video_container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.disposal_items .check-list li {
font-size: 15px;
}
}

.disposal_items .content > p.strong {
font-weight: 600;
}


.top_h1_copy{
  text-align: center;
  font-size: min(1.75em,2.5vw);
  top: 0.4em;
  z-index: 5;
  background: #fff;
  display: table;
  padding: 0 2em;
  border-radius: 1em;
  margin: auto;
  margin-bottom: -1em;
  z-index: 5;
  position: relative;
  margin-top: 5em;
}
.top_header_copy{
  margin-bottom: 0;
  margin-left: 10px;
  font-weight: 700;
}
/* nav.nav_menu_pc li:nth-child(8) img{
  animation: yureru-j 4s infinite;
}
.otoiawase{
  animation: yureru-j 4s infinite;
}
.footer-navi ul{
  animation: yureru-j 4s infinite;
}
.sp_header .tel_img{
  animation: yureru-j 4s infinite;
}


.new_cta {
  background-color: #ddf2ff;
  padding: 8px;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 6px);
}
.otoiawase-inner {
  background-color: #fff;
  padding: 20px 2.047% 20px 1.109%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.otoiawase-inner .otoiawase-img {
  width: 16.949%;
  text-align: center;
}
.otoiawase-inner .otoiawase-img img{
width: 80%;
}
.otoiawase-inner .otoiawase-img img:hover{
transform: none;
}
.otoiawase-inner .tel {
  text-align: left;
  margin-top: 15px
}

.otoiawase-inner .tel .upper {
  display: flex;
  margin-bottom: 20px;
  align-items: center
}

.otoiawase-inner .tel .upper p {
  font-size: 20px;
  margin-right: 24px
}

.otoiawase-inner .tel .upper p span {
  font-size: 30px;
  background: linear-gradient(transparent 50%, #ddf2ff 50%)
}

.otoiawase-inner .tel .upper p img {
  width: 20.611%
}

.otoiawase-inner .tel .free {
  font-size: 20px;
  border: solid 1px #7bccfe;
  border-radius: 6px;
  padding: 6px 25px;
  display: inline-block;
  margin-bottom: 20px
}

.otoiawase-inner .tel .number {
  display: table;
  font-size: 54px;
  color: #ed9027;
  font-weight: 700;
  padding-right: 0.35em;
  margin-bottom: 20px;
  background: rgb(255,141,39);
  background: linear-gradient(180deg, transparent 70%, rgba(255, 197, 149, 0.75) 70%, rgba(255, 197, 149, 0.75)  90%,transparent 90%);
  animation: yureru-j 2s infinite;

}

.otoiawase-inner .tel .number::before {
  content: "";
  display: inline-block;
  background: url(../img/before-tel.svg) center/contain no-repeat;
  width: 1.5em;
  height: .9em;
  vertical-align: middle;
  margin-top: -0.125em;
}

.otoiawase-inner .tel .under {
  font-size: 14px;
  display: flex;
  list-style-type: none;
}

.otoiawase-inner .tel .under li {
  padding: 0 8px
}

.otoiawase-inner .tel .under li:not(:last-child) {
  border-right: 1px solid #9f9f9f
}

.otoiawase-inner .tel .under li .strong {
  font-size: 20px;
  color: #ed9027
}
.otoiawase-inner .mitsumori{
flex-direction: column;
  margin-top: 15px;
  width: 30.717%;
  margin-bottom: 18px
}

.otoiawase-inner .mitsumori img {
  width: 100%
}
.otoiawase-inner .mitsumori a:first-of-type{
  margin-right: 0 !important;
}
.otoiawase-inner .mitsumori a+a {
  margin-top: 1em;
}
@media screen and (max-width: 1212px) {
  .otoiawase-inner .tel .upper p {
      font-size:1.694vw
  }

  .otoiawase-inner .tel .upper p span {
      font-size: 2.542vw
  }

  .otoiawase-inner .tel .free {
      font-size: 3.03vw;
      padding: 6px 3.787vw;
      margin-bottom: 3.03vw
  }

  .otoiawase-inner .tel .number {
      font-size: 4.576vw
  }

  /* .otoiawase-inner .tel .number::before {
      width: 6.666vw;
      height: 4.242vw
  } */

  .otoiawase-inner .tel .under {
      font-size: 1.118vw
  }

  .otoiawase-inner .tel .under li {
      padding: 0 1.21vw
  }

  .otoiawase-inner .tel .under li .strong {
      font-size: 1.694vw
  }
}

@media screen and (max-width: 768px) {
  .otoiawase-parts {
      padding:1.04vw
  }

  .otoiawase-inner {
    flex-wrap: wrap;
    padding: 2.604vw 1.04vw 1px 1.04vw
  }
}

@media screen and (max-width: 768px) and (max-width: 480px) {
  .otoiawase-inner {
      white-space:nowrap
  }
}

@media screen and (max-width: 768px) {
  .otoiawase-inner .otoiawase-img {
      vertical-align:top;
      width: 20%;
  }

  .otoiawase-inner .tel {
      display: inline-block;
      margin-top: 1.953vw;  
      width: 80%;
  }

  .otoiawase-inner .tel .upper {
      margin-bottom: 2.604vw;
  }

  .otoiawase-inner .tel .upper p {
      font-size: 3.2vw;
      margin-right: 1vw
  }

  .otoiawase-inner .tel .upper p span {
      font-size: 4.24vw
  }

  .otoiawase-inner .tel .upper img {
      width: 15vw
  }

  .otoiawase-inner .tel .number {
      font-size: 6.969vw;
      margin-bottom: 2.604vw;

  }

  .otoiawase-inner .tel .free {
      padding: .52vw 2.86vw;
      border-radius: .781vw;

  }
}

@media screen and (max-width: 768px) and (max-width: 480px) {
  .otoiawase-inner .tel .free {
      font-size:12px
  }
}

@media screen and (max-width: 768px) {
  .otoiawase-inner .tel .under {
      font-size:3vw;
      margin-left: -20%;
  }
}

@media screen and (max-width: 768px) and (max-width: 580px) {
  /* .otoiawase-inner .tel .under {
      margin-left:-21.5vw
  } */
}

@media screen and (max-width: 768px) {
  .otoiawase-inner .tel .under li {
      padding:0 .8vw
  }
}

@media screen and (max-width: 768px) and (max-width: 400px) {
  .otoiawase-inner .tel .under li {
      padding:0 .4vw
  }
}

@media screen and (max-width: 768px) {
  .otoiawase-inner .tel .under li .strong {
      font-size:3.125vw
  }

  .otoiawase-inner .mitsumori {
      width: 100%
  }

  .otoiawase-inner .mitsumori img:not(:last-child) {
      margin-bottom: 10px
  }
}

@keyframes yureru-j {
  0% {
      transform: translate(0px, 2px);
  }
  5% {
      transform: translate(0px, -2px);
  }
  10% {
      transform: translate(0px, 2px);
  }
  15% {
      transform: translate(0px, -2px);
  }
  20% {
      transform: translate(0px, 2px);
  }
  25% {
      transform: translate(0px, -2px);
  }
  30% {
      transform: translate(0px, 0px);
  }
}
@media screen and (max-width: 768px) {
  .top_h1_copy{
    margin-top: 20vw;
  }
}
@media screen and (max-width: 574px) {
  .top_h1_copy{
    margin-top: 160px;
    margin-bottom: -105px;
  }
}

.questionnaire-container + .questionnaire-container{
  margin-top: 6em;
}
.questionnaire-txt{
  border: 2px solid var(--sub_heading_eng_color);
  padding: 1.25em;
  background: #fff;
  border-radius: 10px;
}
.questionnaire-txt{
  line-height: 1.75;
}
.questionnaire-point{
  font-size:  clamp(16px,4vw,1.5em);
  border-bottom: 2px solid var(--sub_heading_eng_color);
  padding-bottom: .35em;
  margin: 0.25em;
  text-align: center;
  color: var(--blue_color);
}
.voice-container + .voice-container{
  margin-top: 6em;
}
.voice-container .voice-ttl{
  background:#7bccfe no-repeat .75em center / 2.8em;
  color: #fff;
  padding: .75em 2em .75em 4.25em;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1.3;
  font-size:  clamp(16px,3vw,1.125em);
  text-align: left;

}
.voice-container .voice-ttl.good{
  background-image: url(../img/good.svg);
}
.voice-container .voice-ttl.bad{
  background-image: url(../img/bad.svg);
}
.voice-container .voice-ttl em{
  font-size: 1.3em;
  font-style: normal;
}
.voice-container .user-name{
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.35;
}
.voice-container .user-rating .stars{
  color: #ccc;
  position: relative;
}
.voice-container .user-rating .stars:after{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fbb829;
  line-height: 1.5;
}
.voice-container .user-rating .stars-01:after{
  content:'★';
}
.voice-container .user-rating .stars-02:after{
  content:'★★';
}
.voice-container .user-rating .stars-03:after{
  content:'★★★';
}
.voice-container .user-rating .stars-04:after{
  content:'★★★★';
}
.voice-container .user-rating .stars-05:after{
  content:'★★★★';
}
.voice-container .user-detail {
  border: 1px solid var(--blue_color) !important;
  border-radius: 0 !important;
}

.voice-container .user-detail th{
  background: var(--sub_heading_eng_color) !important;
  color: var(--blue_color) !important;
}
.area_shikuchoson .voice-container  .user-detaille tr:first-child td:not(:last-child),
.area_shikuchoson .voice-container  .user-detail tr:first-child th:not(:last-child){
  border-right-color: var(--blue_color);
}
.area_shikuchoson .voice-container  .user-detail tr:first-child td,
.voice-container td{
  background: #fff !important;
  font-weight: normal;
  color: #1e1e1e;
  text-align: left;
  padding-left: 1em;
}
.voice-container .voice-list div{
  border: 1px solid var(--blue_color);
  padding: 1em;
  margin-top: 3em;
  background: #fff;
}
.voice-container .voice-list div + div{
  margin-top: 2em;
}
.voice-container .voice-list dt{
  font-size: 1.125em;
  line-height: 1.4;
  font-weight: 700;
  background-color: var(--sub_heading_eng_color);
  padding: .75em 1em;
  color: var(--blue_color);;
}
.voice-container .voice-list dd{
  margin: 0;
}
@media screen and (min-width: 769px) {
  .questionnaire-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .questionnaire-img{
    width: 48%;
  }
  .questionnaire-txt{
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  .questionnaire-container + .questionnaire-container{
    margin-top: 10vw;
  }
  .questionnaire-txt{
    margin-top: 5vw;
  }
  .voice-container + .voice-container{
    margin-top: 10vw;
  }
}
.comparison_box{
  text-align: center;
  margin-top: 6em
}
@media screen and (max-width: 768px) {
  .comparison_box{
    margin-top: 10vw;
  }
}

@media(max-width:768px){
  .sp-flooting {
      display:block;
      position: fixed;
      box-sizing: border-box;
      padding: 4px;
      width: 100%;
      left: 0;
      bottom: 0;
      z-index: 99999;
      opacity: 1;
      background: #DBEFFB;
  }
  .sp-flooting ul{
     display: flex;
     list-style: none;
     align-items: center;
     padding:0;
     margin:0;
     width:100%;
     justify-content: space-between;
  }
  .sp-flooting li{
     align-items: center;
     padding:0;
     margin:0;
     font-size: 14px;
     padding: 0 2px;
  }
}

@media screen and (min-width: 769px) {
  .area_tofuken .otoiawase + .caution{
		margin-bottom: -3em;
	}
  .area_tofuken .otoiawase + .caution + #area{
		margin-top: 4em;
	}
  .single + .caution{
    margin-bottom: -3em;
  }
  .single + .caution + #area{
		margin-top: 4em;
  }
}
@media screen and (max-width: 768px) {
  .area_tofuken .otoiawase + .caution{
		margin-bottom: -4em;
	}
  .area_tofuken .otoiawase + .caution + #area{
		margin-top: 5em;
	}
}
@media screen and (max-width: 768px) and (min-width: 576px) {
  .single + .caution{
    margin-bottom: -4em;
  }
  .single + .caution + #area{
		margin-top: 5em;
  }
}
@media screen and (max-width: 575px) {
  .area_tofuken .otoiawase + .caution{
		margin-bottom: -5em;
    
	}
  .area_tofuken .otoiawase + .caution + #area{
		margin-top: 6em;
	}
}
@media screen and (max-width: 575px) {
	.otoiawase_top.new_cta_v2top {
		margin: 0 auto min(50px,5vw);
	}
}
.background_img.area_shikuchoson,
.background_img.area_tofuken{
  margin-bottom: 0;
}
.front.new_cta_v2top {
  margin-top: 2em;
}
@media screen and (max-width: 575px) {
	.front.new_cta_v2top {
		margin: 105px auto min(50px,5vw);
	}
}
#mw_wp_form_mw-wp-form-89 .fo-btn .col-sm-6{
  margin: auto;
}
.contactforms .thanks {
  max-inline-size: max-content;
  margin-inline: auto;
  margin-top: 5em;
}
.contactforms .thanks h3{
  text-align: center;
}

/*20240906*/
.jp_map span:not(.plus) {
  font-size: 28px;
  color: white;
  width: 180px;
  height: 45px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7bccfe;
  margin: 0 auto;
  z-index: 2;
  font-weight: bold;
  width: 140px;
}
/* .jp_map aside  span:not(.plus) + span:not(.plus){
  margin-top: 10px;
} */
@media screen and (min-width: 769px) {
  .jp_map aside {
    display: flex !important;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .jp_map span:not(.plus) {
    font-size: 18px;
    height: 30px;
    margin: 1px auto;
    width: 90px;
  }
  .jp_map aside  span:not(.plus) + span:not(.plus){
    margin-top: 5px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .jp_map span:not(.plus) {
    /* font-size: 15px;
    color: white;
    width: 320px;
    height: 40px;
    border-radius: 20px;
    margin: 10px auto; */
    display: none;
  }
  .jp_map aside {
    display: flex;
    flex-wrap: wrap;
  }
  /* .jp_map aside  span:not(.plus) + span:not(.plus){
    margin-top:20px;
  } */
}
@media screen and (max-width: 575px) {
  .jp_map span:not(.plus) {
    /* font-size: 15px;
    color: white;
    width: 320px;
    height: 40px;
    border-radius: 20px;
    margin: 10px auto; */
    display: none;
  }
  .jp_map aside {
    display: flex;
    flex-wrap: wrap;
  }
  /* .jp_map aside  span:not(.plus) + span:not(.plus){
    margin-top:20px;
  } */
}
.footer_box{
  padding-bottom: 60px;
}
/* .l-case h1{
  text-align: center;
  margin-bottom: 3em;
}
.l-case h1:after{
  content:'';
  width: 1.5em;
  height: 3px;
  display: block;
  margin: .7em auto 0;
  background: #7bccfe;
} */
.l-case .case-container h3{
  text-align: center;
  margin-bottom: 2em;
}
.l-case .case-box {
  display: grid;
 
  gap:2em 2%;
}
@media only screen and (min-width: 769px) {
  .l-case .case-box {
    grid-template-columns: repeat(4,1fr);
  }
}
@media only screen and (max-width: 768px) {
  .l-case .case-box {
    grid-template-columns: repeat(2,1fr);
  }
}
@media only screen and (max-width:480px) {
  .l-case .case-box {
    grid-template-columns: repeat(1,1fr);
  }
}
.l-case .case-txt{
  margin-top: 0.5em;  
  font-size: 1.125em;
  font-weight: 700;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 0 .5em;
  line-height: 1.5;
}
.l-case .case-txt .date{
  width: 6em;
}
.l-case .case-txt .area{
  margin: 0;
  padding: 0;
}
.l-case .case-txt .size{
  width: 100%;
}
.l-case .voice-container {
  margin-top: 6.5em;
  padding-bottom: 11.5em;
}
.l-case .voice-container h3{
  text-align: center;
  margin-bottom: 2em;
}

.l-case .voice-box{
  padding: 1em 0;
  background: #fff;
}
.l-case .voice-item{
  width: 90%;
  margin: 2.5em auto;

}
.l-case  .voice-item + .voice-item {
  margin-top: 3.75em;
}
.l-case  .voice-prof {
  margin: 1.25em 0;
  display: grid;
  gap: 0 5%;
  align-items: center;
  font-size: 1.25em;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .l-case  .voice-prof {
    grid-template-columns: 5em 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .l-case  .voice-prof {
    grid-template-columns: 4em 1fr;
  }
}
.l-case  .voice-avatar img {
  border-radius: 50%;
  border: 1px solid #3097D6;
}
.l-case  .voice-prof-txt {
  line-height: 1.75;
}
.l-case  .voice-prof-txt .area{
  display: block;
  margin: 0;
  text-align: left;
  padding: 0;
}
.l-case .voice-comment{
  font-size: 1.125em;
  background: #ddf2ff;
  padding: 1em;
  border-radius: 5px;
}
.l-case .voice-comment .voice{
  margin-bottom: 0;
}
.l-case  .more-btn{
  margin: 2em auto 0;
  width: 90%;
  max-width: 280px;
  cursor:pointer; 
  text-align: center;
  color: #3097d6;
  border: 1px solid #3097D6;
  background: #fff;
  font-size: 1.125em;
  padding: 1em 2em;
  transition: background .3s,color .3s;
}
@media (hover: hover) {
  .l-case  .more-btn:hover,
  .l-case  .more-btn:active{
    color: #fff;
    background: #3097d6;
  }
}
.l-case .case-area h3{
  text-align: center;
  margin-bottom: 2em;
}
.l-case  .case-area-list{
  max-inline-size: max-content;
  margin-inline: auto;
  font-size: 1.125em;
}

.l-case .case-area-list div + div{
  margin-top: 1em;
}
.l-case .case-area-list dt{
  color: #3097d6;
}
.l-case .case-area-list dd{
  margin: 0;
}
.l-case .case-area-list a{
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .l-case .case-area-list div{
    display: flex;
  }
  .l-case .case-area-list dt{
    width: 9em;
  }
  .l-case .case-area-list dd{
    margin: 0;
    width:calc(100% - 9em);
  }
}

.l-case .case-area-list ul{
  display: flex;
  flex-wrap:wrap;
  gap:.2em 1em;
  margin: 0;
}
.l-case .case-area-list li{
  padding: 0;
  list-style-type: none;
}
.l-case .case-area + .case-container{
  margin-top: 6.5em;
}

@media screen and (min-width: 576px) {
  .collect_case_contents ul {
    margin-left: 0;
  }
}
.collect_case_contents li{
  padding: 0;
  width:min(203px,((100% - 48px )/3));
  font-size: min(18px,2.2vw);
}

.collect_case_contents li a{
  position: relative;
  height: auto;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .collect_case_contents ul{
    gap:10px;
  }
  .collect_case_contents li {
    height: auto;
    border: none;
    padding: 0;
    width:calc((100% - 20px)/3);
    font-size: min(18px ,2.3vw);
  }
  .collect_case_contents li a{
    height: 46px;
  }
}

.footer_box .footer-info{
  margin-bottom: 2em;
}
.footer_box .footer-logo a{
  font-size: 1.65em;
  font-weight: 700;
  text-decoration: none;
}
.footer_box  .footer-addr{
  font-size: 1.125em;
}
.footer_box  .footer-permit{
  display: flex;
  flex-wrap: wrap;

}
.footer_box  .footer-permit dt{
  font-weight: 700;
  margin-top: .75em;
  font-size: 1.125em;
  font-weight: 700;
  width: 100%;
}
.footer_box   .footer-permit dd{
  margin: 0;
}

.footer_box   .footer-permit dd:not(:last-child):after{
  content:'/';
  padding: 0 0.5em;
}
.sidebar .free_call{
  letter-spacing: 0;
}
/*20250929*/
.mv-2025 {
  background: url(../img/mv_2025_bg.png) repeat center / auto 100%;
}
.mv-2025-img{
  height: 100%;
  background: #7bccfd;	
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mv-2025 {
    background: url(../img/sp_mv_2025_bg.png) repeat center / auto 100%;
    height: auto;
  }

  .mv-2025-inner{
    max-width: 500px;
  }
  .mv-2025-img{
    background: transparent;
    padding: 6.5vw 0;
  }
}