@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
}
footer, header {
  padding: 10px;
}
main {
  flex: 1;
}
header .inner {
  display: flex;
  justify-content: space-between;
}
#toc_container{
	display: none!important;
}
#main_site_link{
	    display: flex;
    justify-content: center;
    padding: 10px;
}
#main_site_link a{
	    display: block;
    margin: 5px;
    color: #003399;
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
	font-size: 1.5rem;
}
.contact-line{
	    display: flex!important;
    justify-content: center!important;
    flex-wrap: wrap!important;
    gap: 10px;
}
.contact-line a{
  display: table;
  border-radius: 10px;
  padding: 10px;
	font-size: 1.2rem;
} 
.contact-line a,
.contact-line a span {
  color: #fff;
	font-weight: bold;
}
.contact-line a div {
  display: table-cell;
  vertical-align: middle;
}
.contact-line a img{
	max-height: 40px;
}
.contact-line a.mainbtn{
background: linear-gradient(#cccccc, #919191);	
}
.contact-line a.telbtn {
background: linear-gradient(#ff9000, #ff5d00);
}

.contact-line a.mailbtn{
	background: linear-gradient(#4495ff, #0062e2);
}
.contact-line a.linebtn{
	background: linear-gradient(#06c655, #058e3c);
}
footer {
  background: #003399;
  color: #fff;
}
footer aside {
  text-align: center;
	    font-size: 0.8rem;
    padding-top: 1em;
}
footer a.tel_btn {
  display: block;
  max-width: 600px;
  margin: auto;
}
#post_content {}
img {
  max-width: 100%;
  height: auto;
}
.caution{
	background: rgba(255, 255, 255, 0.5);
    padding: 5px;
    text-align: left;
}
.caution ol li{
	list-style: auto;
    margin-left: 2em;
}
/* ↓ スライドの外枠*/
.slide-wrapper {
  position: relative;
}
.slider {
  width: 100%;
}
.swiper-slide .inside h2 span,
.swiper-slide .inside h2 {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
  margin: 10px;
}
#post_content h1 {
    background: #039902;
    padding: 10px;
    color: #fff;
    font-weight: bold;
	text-align: center;
}
/* サムネイルのスタイル */
.thumbnail {}
.thumbnail .swiper-slide {
  opacity: 0.5;
}
.swiper-button-next, .swiper-button-prev {}
/* サムネイルのアクティブスタイル */
.thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}
.white_box {}
.white_box li {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 5px black;
}
.white_box li .img {
  width: 25%;
}
.white_box li h3 {
  color: #00558e;
  font-weight: bold;
}
.white_box li p {}
#slide-6 .inside img, #slide-3 .inside img {
  padding: 10px;
  border-radius: 10px;
}
#slide-3 .inside div img {
  border: 3px solid #fff;
  padding: 0;
  border-radius: 10px;
  margin-bottom: 2em;
  margin-top: 1em;
}
#slide-2 .white_box li {
  display: flex;
  flex-wrap: wrap;
}
#slide-2 .white_box li .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#washing-machine-post #slide-2 .white_box li:nth-child(1) .img {
  background-image: url("images/trouble/con_01_1.png");
}
#washing-machine-post #slide-2 .white_box li:nth-child(2) .img {
  background-image: url("images/trouble/con_01_2.png");
}
#washing-machine-post #slide-2 .white_box li:nth-child(3) .img {
  background-image: url("images/trouble/con_01_3.png");
}
#washing-machine-post #slide-2 .white_box li:nth-child(4) .img {
  background-image: url("images/trouble/con_01_4.png");
}
#washing-machine-post #slide-2 .white_box li:nth-child(5) .img {
  background-image: url("images/trouble/con_01_5.png");
}
#drain-cleaning-post #slide-2 .white_box li:nth-child(1) .img {
  background-image: url("images/trouble/haisui/con_01_1.png");
} 
#drain-cleaning-post #slide-2 .white_box li:nth-child(2) .img {
  background-image: url("images/trouble/haisui/con_01_2.png");
}
#drain-cleaning-post #slide-2 .white_box li:nth-child(3) .img {
  background-image: url("images/trouble/haisui/con_01_3.png");
}
#drain-cleaning-post #slide-2 .white_box li:nth-child(4) .img {
  background-image: url("images/trouble/haisui/con_01_4.png");
}
#drain-cleaning-post #slide-2 .white_box li:nth-child(5) .img {
  background-image: url("images/trouble/haisui/con_01_5.png");
}
#slide-5 .white_box li div p, #slide-2 .white_box li div.text {
  width: 75%;
  line-height: 1.3;
  text-align: left;
  padding: 5px 10px;
}
#slide-5 .white_box li > div {
  display: flex;
  flex-wrap: wrap;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.tex_left{
	text-align: left;
}
.white_box strong{
font-weight: bold;
    font-size: 1.8rem;
    padding-top: 1em;
    display: block;
	color: brown;
}
.scroll_box {
  background: rgba(255, 255, 255, 0.8);
}

.check_list li {
  background-image: url("images/trouble/check.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 1.8em;
  text-align: left;
}
.quest_list li{
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 1.8em;
  text-align: left;	
	padding-bottom: 1em;
}
.quest_list li:nth-child(odd){
  background-image: url("images/lp/q-mark.png");
}
.quest_list li:nth-child(even){
  background-image: url("images/lp/a-mark.png");
}
#yoko-container .swiper-pagination {
  position: inherit !important;
  bottom: inherit !important;
  left: inherit !important;
}
.slider .swiper-slide .inside {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

#slide-2 .inside {
  background-color: #0099cc;
}
#slide-3 .inside {
  background-color: #ff9900;
}
#slide-4 .inside {
  background-color: #3366cc;
}
#slide-5 .inside {
  background-color: #66cccc;
}
#slide-6 .inside {
  background-image: url("images/trouble/con_05_bg.png");
}
#slide-7 .inside {
  background-image: url("images/trouble/con_06_bg.png");
}
#slide-8 .inside{
	background-color:cornflowerblue;
}
#slide-7 p{
font-size: 18px;
    margin: 1em;	
	    line-height: 1.5;
}
.six_lists{
	display: flex;
    flex-wrap: wrap;
	    justify-content: center;
}
.six_lists li{
    border-radius: 30px;
    border: solid #fff 3px;
    background: #fff;
	overflow: hidden;
}
#slide-6 h4{
    color: darkblue;
    font-weight: bold;
    margin-bottom: 1em;
	
}
.six_lists .title{
	background: #0288bf;
    color: #fff;
    font-weight: bold;
    
}
.white_bg{
	background: rgba(255,255,255,0.7);

	padding: 10px 0;
	        max-width: 95%;
	overflow: hidden;
	margin: auto;
}
.white_bg p{
	margin-bottom: 10px;
		    color: darkblue;
    font-weight: bold;
}
#slide-1 .white_bg ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:10px;
}
table.table{
	    max-width: 800px;
    margin: 2em auto;
}

table.table th,
table.table td{
	padding: 1em;
}
table.table th{
	white-space: nowrap;
	background:#c1dcff;
	color: #003399;
    vertical-align: middle;
    border: 1px solid #fff;
}
table.table td{
	border: 1px solid #c1dcff;
	text-align: left;
	background: #fff;
}
@media screen and (min-width:769px) {
	#slide-1 .white_bg li img {
    max-height: 50px;
}
	.white_bg{
    font-size: 2rem;
	}
		#post_content h1 {
    font-size: 5rem;
}
	.six_lists li{
	margin: 10px;
	}
	#slide-6 h4{
    font-size: 3rem;
	}
	.six_lists .title{
    font-size: 2rem;
		line-height:2;
	}
	.six_lists li{
    width: 30%;
	}
  .side_flex_menu {
        position: fixed;
        top: 10%;
        right: 0;
        z-index: 9999999;
        padding: 2px 0 2px 2px;
  }
  .side_flex_menu a {
    display: block;
    font-size: 12px;
    text-align: center;
    background: #0696FF;
    color: #fff;
    padding: 5px;
    line-height: 2;
    margin-bottom: 2px;
  }
  .side_flex_menu a:hover {
    background: #7cd3ff;
    color: #00088F;
  }
  #slide-3 .inside div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #slide-3 .inside div img {
    max-width: 45%;
  }
  .white_box li {
    margin: 1em;
  }
  .white_box li h3 {
            margin: 15px 10px 0;
  }
  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
  }
  #slide-2 .white_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #slide-2 .white_box li {
    width: 45%;
    height: 10em;
  }
  .thumbnail .swiper-slide, .swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none !important;
  }
  .swiper-wrapper {
    display: inherit !important;
  }
  .mb {
    display: none;
  }
  .pc {
    display: block;
  }

.contact-line a img{
	margin-right: 5px;
}
  #container {
    margin-bottom: 200px;
  }
	.swiper-slide .inside h2 span,
  .swiper-slide .inside h2 {
    font-size: 5rem;
    margin: 1em;
  }
  .slider .swiper-slide .inside {
    padding: 1em;
  }
  #slide-5 .white_box {
    max-width: 80%;
    margin: auto;
  }
  #slide-5 .white_box li h3 {
    font-size: 4rem;
  }
  #slide-5 .white_box li div p {
    font-size: 18px;
    line-height: 2;
    padding: 2em;
  }
  #slide-2 .white_box li div.text {
    font-size: 18px;
  }
  .scroll_box {
    padding: 2em;
    max-width: 80%;
    margin: auto;
  }
  .check_list li {
    margin-bottom: 1em;
    line-height: 1.5;
  }
}
@media screen and (max-width:768px) {
	table.table th,
	table.table td{
		display: block;
	}
	#slide-1 .white_bg li img {
    max-height: 31px;
}
		.white_bg{
    font-size: 2rem;
	}
	#post_content h1 {
    font-size: 3rem;
}
	
		.six_lists li{
	margin: 5px;
	}
		#slide-6 h4{
    font-size: 2rem;
	}
	.six_lists .title{
font-size: 1.5rem;
        line-height: 1.5;
        padding: 10px 0;
	}
	.six_lists li{
    width: 45%;
	}
	#slide-6 .inside img,
	#slide-3 .inside div img,
	#slide-1 img{
		max-width:95%; 
	}
  .white_box li {
    min-height: 6em;
	  margin-bottom: 1em;
  }
.swiper-slide .inside h2 span,
  .swiper-slide .inside h2 {
    font-size: 3rem;
  }
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100svh;
  }
  .swiper-slide {
    width: 100%;
    padding: 10px 20px;
  }
  .swiper-slide .inside {
    border-radius: 20px;
    padding: 10px;
  }
  .thumbnail .swiper-wrapper {
    display: table !important;
  }
  .thumbnail .swiper-slide {
    height: 5em !important;
    opacity: 0.5;
    display: table-cell;
    vertical-align: middle;
    flex-shrink: inherit;
    padding: 0 !important;
    border: solid 1px #fff;
    color: #fff;
    margin: 2px !important;
    text-align: center;
    background: #003399;
	  line-height: 1.5;
	  font-size: 11px;
  }
  .thumbnail .swiper-slide-thumb-active {
    opacity: inherit;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 45% !important;
  }
  .swiper-slide {
    /* height: 650px!important;*/
  }
  #slide-5 .white_box li div p, #slide-2 .white_box li div.text {
  line-height: 1.5;
  }
  .scroll_box {
    overflow: scroll;
    max-height: 70vh;
    max-height: 70svh;
    padding: 1em;
    margin-bottom: 1em;
  }
  .mb {
    display: block;
  }
  .pc {
    display: none;
  }

  .logo {
    max-width: 40%;
  }

	main{
		padding-bottom: 150px;
	}
	footer{
		text-align: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999999;
	}
}