@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - https://richclarkdesign.com 
Twitter: @rich_clark
*/

/*HP-css*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	padding-top: 0px;
	height: auto;
}


.mobile_contact_button {
	position: fixed;
	z-index: 20;
	width: 100vw;
	background-color: #129bd0;
	bottom: 0px;
	padding-top: 6px;
	padding-bottom: 19px;
}
.mobile_contact_button .text {
	/* [disabled]width: 93%; */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: center;
	position: relative;
}
.mobile_contact_button .text p {
	color: #FFEB00;
	font-size:min(4.4vw,17px);/*（基本サイズ、最大サイズ）*/
	font-weight: bold;
}
.mobile_contact_button .container {
	width: 93%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	max-width: 345px;
	position: relative;
}
.mobile_contact_button .tel {
	background-color: #FFFFFF;
	border-radius: 6px;
	display: inline-block;
	align-items: center;
	padding-left: 3%;
	padding-right: 3%;
	text-decoration: none;
	box-shadow: 0px 0px 3px #2B2B2B;
}
.mobile_contact_button .tel .inner {
	display: flex;
	align-items: center;
	line-height: 0;
	height: 43px;
}
.mobile_contact_button .tel .inner img {
	margin-right: 5px;
	width: 15%;
	max-width: 32px;
}
.mobile_contact_button .tel .inner span {
	font-size: min(5.2vw,21px);/*（基本サイズ、最大サイズ）*/
	font-weight: bold;
	color: #FF7000;
	display: inline-block;
}
.mobile_contact_button .mail {
	background-color: #39AAD8;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 0px 3px #2B2B2B;
}
.mobile_contact_button .mail .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 43px;
	width: 43px;
	font-size: 11px;
	line-height: 0;
}
.mobile_contact_button .mail img {
	max-width: 26px;
	width: 50%;
}
.mobile_contact_button .mail span {
	font-size:min(2.8vw,11px);/*（基本サイズ、最大サイズ）*/
	line-height: 0;
	color: #FFFFFF;
	margin-top: -7px;
}
.mobile_contact_button .line {
	background-color: #53B535;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 0px 3px #2B2B2B;
}
.mobile_contact_button .line .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 43px;
	width: 43px;
	font-size: 11px;
	line-height: 0;
}
.mobile_contact_button .line img {
	max-width: 26px;
	width: 50%;
}
.mobile_contact_button .line span {
	font-size:min(2.8vw,11px);/*（基本サイズ、最大サイズ）*/
	line-height: 0;
	color: #FFFFFF;
	margin-top: -7px;
}


.event_banner {
	position: fixed;
	left: auto;
	top: 70px;
	z-index: 10;
	right: 10px;
}
.event_banner a {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	background-color: #00679F;
	color: #FFFFFF;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 30px;
	border: 2px solid #FFEB00;
	line-height: 1.4;
	text-decoration: none;
}




.hero_banner {
	display: none;
}
.menu_banner {
	margin-top: 7px;
	position: relative;
	margin-left: 12px;
}
.menu_banner p {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	background-color: #FFEB00;
	color: #00679F;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 30px;
	border: 1px solid #00679F;
	line-height: 1.3;
}

.colum_bulue_box {
  width: 100vw;
  height: 60px;
  background-color: #39AFDD;
}

/*-----コラムテーブル-----*/
.colum_conA table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 12px;
	margin-top: 13px;
	margin-bottom: 13px;
}

.colum_conA table th:last-child{
	border-right: 1px solid #555555;
}
.colum_conA table th.right_large{
	width: 75%;
}
.colum_conA table th{
	text-align: center;
	border-left: 1px solid #555555;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	width: 25%;
	padding: 10px 0;
	letter-spacing: 0.2em;
	background-color: #EDEDED;
}
.colum_conA table.five th{
	width: 20%;
}
.colum_conA table.five td{
	width: 20%;
}
.colum_conA table td{
	text-align: left;
	border-left: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-top: none;
	width: 25%;
	padding: 10px 5px;
	background-color: #FFFFFF;
	line-height: 1.9;
}
.colum_conA table td.red_text{
	color: #FF5C1D;
}
.colum_conA table td:last-child{
	border-right: 1px solid #555555;
}

/*----------------------------------*/

.colum_conA .text_box .img_box {
	margin-top: 20px;
}

.colum_conA .text_box h3 span {
	font-size: 13px;
	font-weight: normal;
}


.sub_conA .column_box .space_box {
	width: 47.5%;
}
.colum_conA .text_box .middle_img {
	height: 230px;
	margin-top: 15px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.colum_conA .text_box .illust_img {
  margin-top: 15px;
}
.colum_conA .text_box .middle_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_001_D.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.colum_conA .text_box .middle_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/co_001_E.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.colum_conA .text_box .middle_img.img_F {
  background-image: url(https://mkc.jp/columns/column_img/co_001_F.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb li a span {
	/* [disabled]font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif; */
}
.colum_conA .text_box p .red_text {
  font-weight: bold;
  color: #FF5C1D;
}
.colum_conA .text_box a.banner {
	position: relative;
	padding: 1rem 1rem;
	text-align: center;
	border: 2px solid #FFEB00;
	border-radius: 50px;
	font-size: 17px;
	margin-top: 30px;
	font-weight: bold;
	background-color: #0071AF;
	color: #FFEB00;
	text-decoration: none;
}
.colum_conA .text_box p.point {
	position: relative;
	padding: 1rem 1rem;
	text-align: justify;
	border: 2px solid #009CD8;
	border-radius: 0 10px 10px 10px;
	font-size: 14px;
	margin-top: 50px;
	font-weight: bold;
}
.colum_conA .text_box p.point:before {
	font-size: 15px;
  position: absolute;
  top: -28px;
  left: -2px;
  height: 28px;
  padding: 0 1em;
  content: 'プロの一言アドバイス';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #009CD8;
}
.colum_conA .text_box h4 span {
  font-weight: bold;
	font-size: 15px;
}
.colum_conA p .bold {
  font-weight: bold;
}
.colum_conA .title_img {
  height: 230px;
  width: 95vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 20px;
	background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	overflow:hidden;
}
.colum_conA .title_img img {
	object-fit: cover;
}
.colum_conA.co_001 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_001_A.jpg);
}
.colum_conA.co_001 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_001_B.jpg);
}
.colum_conA.co_001 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_001_C.jpg);
}
.colum_conA.co_001 .title_img.img_G {
  background-image: url(https://mkc.jp/columns/column_img/co_001_G.jpg);
}
.colum_conA.co_001 .title_img.img_H {
  background-image: url(https://mkc.jp/columns/column_img/light.jpg);
}
.colum_conA.co_001 .title_img.img_I {
  background-image: url(https://mkc.jp/columns/column_img/co_008_C.jpg);
}
.colum_conA.co_001 .title_img.img_J {
  background-image: url(https://mkc.jp/columns/column_img/question_F.jpg);
}
.colum_conA.co_001 .title_img.img_K {
  background-image: url(https://mkc.jp/columns/column_img/caution_A.jpg);
}

.colum_conA.co_002 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_002_A.jpg);
}
.colum_conA.co_002 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_002_B.jpg);
}
.colum_conA.co_002 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_002_C.jpg);
}
.colum_conA.co_002 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_002_D.jpg);
}
.colum_conA.co_002 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/demerit.jpg);
}
.colum_conA.co_002 .title_img.img_F {
  background-image: url(https://mkc.jp/columns/column_img/merchant.jpg);
}
.colum_conA.co_002 .title_img.img_G {
  background-image: url(https://mkc.jp/columns/column_img/merit.jpg);
}

.colum_conA.co_003 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_002_C.jpg);
}
.colum_conA.co_003 .text_box .middle_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_004_B.jpg);
}
.colum_conA.co_003 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_003_C.jpg);
}
.colum_conA.co_003 .text_box .middle_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_003_D.jpg);
}
.colum_conA.co_003 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/co_001_B.jpg);
}
.colum_conA.co_003 .text_box .middle_img.img_F {
  background-image: url(https://mkc.jp/columns/column_img/co_003_F.jpg);
}
.colum_conA.co_003 .text_box .middle_img.img_G {
  background-image: url(https://mkc.jp/columns/column_img/co_003_G.jpg);
}
.colum_conA.co_003 .text_box .middle_img.img_H {
  background-image: url(https://mkc.jp/columns/column_img/co_003_H.jpg);
}
.colum_conA.co_003 .text_box .middle_img.img_I {
  background-image: url(https://mkc.jp/columns/column_img/co_003_I.jpg);
}
.colum_conA.co_003 .title_img.img_J {
  background-image: url(https://mkc.jp/columns/column_img/co_003_J.jpg);
}
.colum_conA.co_003 .title_img.img_K {
  background-image: url(https://mkc.jp/columns/column_img/co_003_K.jpg);
}
.colum_conA.co_003 .title_img.img_L {
  background-image: url(https://mkc.jp/columns/column_img/co_017_A.jpg);
}
.colum_conA.co_003 .title_img.img_M {
  background-image: url(https://mkc.jp/columns/column_img/co_010_F.jpg);
}
.colum_conA.co_003 .title_img.img_N {
  background-image: url(https://mkc.jp/columns/column_img/co_008_C.jpg);
}

.colum_conA.co_004 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_004_A.jpg);
}
.colum_conA.co_004 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_004_B.jpg);
}
.colum_conA.co_004 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/co_004_E.jpg);
}
.colum_conA.co_004 .title_img.img_F {
  background-image: url(https://mkc.jp/columns/column_img/co_001_B.jpg);
}
.colum_conA.co_004 .title_img.img_G {
  background-image: url(https://mkc.jp/columns/column_img/co_003_H.jpg);
}
.colum_conA.co_004 .title_img.img_H {
  background-image: url(https://mkc.jp/columns/column_img/co_004_H.jpg);
}
.colum_conA.co_004 .title_img.img_I {
  background-image: url(https://mkc.jp/columns/column_img/co_004_I.jpg);
}
.colum_conA.co_004 .title_img.img_J {
  background-image: url(https://mkc.jp/columns/column_img/kitchen_cleaning.jpg);
}

.colum_conA.co_005 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_005_A.jpg);
}

.colum_conA.co_032 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_029_A.jpg);
}
.colum_conA.co_032 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/clean_tool.jpg);
}
.colum_conA.co_032 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_054 .title_img.img_A {
  background-image: url(columns/column_img/sink.jpg);
}
.colum_conA.co_054 .title_img.img_B {
  background-image: url(columns/column_img/stink.jpg);
}
.colum_conA.co_054 .title_img.img_C {
  background-image: url(columns/column_img/point.jpg);
}
.colum_conA.co_054 .title_img.img_D {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_055 .title_img.img_A {
  background-image: url(columns/column_img/question_B.jpg);
}
.colum_conA.co_055 .title_img.img_B {
  background-image: url(columns/column_img/check_B.jpg);
}
.colum_conA.co_055 .title_img.img_C {
  background-image: url(columns/column_img/apartment.jpg);
}
.colum_conA.co_055 .title_img.img_D {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_056 .title_img.img_A {
  background-image: url(columns/column_img/cause.jpg);
}
.colum_conA.co_056 .title_img.img_B {
  background-image: url(columns/column_img/question.jpg);
}
.colum_conA.co_056 .title_img.img_C {
  background-image: url(columns/column_img/bath_room.jpg);
}
.colum_conA.co_056 .title_img.img_D {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_058 .title_img.img_A {
  background-image: url(columns/column_img/bathtub_C.jpg);
}
.colum_conA.co_058 .title_img.img_B {
  background-image: url(columns/column_img/co_025_C.jpg);
}
.colum_conA.co_058 .title_img.img_C {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_059 .title_img.img_A {
  background-image: url(columns/column_img/room_C.jpg);
}
.colum_conA.co_059 .title_img.img_B {
  background-image: url(columns/column_img/pipe_A.jpg);
}
.colum_conA.co_059 .title_img.img_C {
  background-image: url(columns/column_img/co_029_C.jpg);
}
.colum_conA.co_059 .title_img.img_D {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_060 .title_img.img_A {
  background-image: url(columns/column_img/wall_C.jpg);
}
.colum_conA.co_060 .title_img.img_B {
  background-image: url(columns/column_img/wall_B.jpg);
}
.colum_conA.co_060 .title_img.img_C {
  background-image: url(columns/column_img/apartment_B.jpg);
}
.colum_conA.co_060 .title_img.img_D {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_061 .title_img.img_A {
  background-image: url(columns/column_img/catch_basin.jpg);
}
.colum_conA.co_061 .title_img.img_B {
  background-image: url(columns/column_img/co_015_A.jpg);
}
.colum_conA.co_061 .title_img.img_C {
  background-image: url(columns/column_img/co_012_C.jpg);
}
.colum_conA.co_061 .title_img.img_D {
  background-image: url(columns/column_img/gloves.jpg);
}
.colum_conA.co_061 .title_img.img_E {
  background-image: url(columns/column_img/trader.jpg);
}
.colum_conA.co_061 .title_img.img_F {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_062 .title_img.img_A {
  background-image: url(columns/column_img/catch_basin.jpg);
}
.colum_conA.co_062 .title_img.img_B {
  background-image: url(columns/column_img/gloves.jpg);
}
.colum_conA.co_062 .title_img.img_C {
  background-image: url(columns/column_img/check_B.jpg);
}
.colum_conA.co_062 .title_img.img_D {
  background-image: url(columns/column_img/merit_demerit.jpg);
}
.colum_conA.co_062 .title_img.img_E {
  background-image: url(columns/column_img/trader.jpg);
}
.colum_conA.co_062 .title_img.img_F {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_063 .title_img.img_A {
  background-image: url(columns/column_img/catch_basin.jpg);
}
.colum_conA.co_063 .title_img.img_B {
  background-image: url(columns/column_img/gloves.jpg);
}
.colum_conA.co_063 .title_img.img_C {
  background-image: url(columns/column_img/co_024_C.jpg);
}
.colum_conA.co_063 .title_img.img_D {
  background-image: url(columns/column_img/question_C.jpg);
}
.colum_conA.co_063 .title_img.img_E {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_064 .title_img.img_A {
  background-image: url(columns/column_img/cesspool.jpg);
}
.colum_conA.co_064 .title_img.img_B {
  background-image: url(columns/column_img/co_024_C.jpg);
}
.colum_conA.co_064 .title_img.img_C {
  background-image: url(columns/column_img/step.jpg);
}
.colum_conA.co_064 .title_img.img_D {
  background-image: url(columns/column_img/merchant.jpg);
}
.colum_conA.co_064 .title_img.img_E {
  background-image: url(columns/column_img/co_003_C.jpg);
}
.colum_conA.co_064 .title_img.img_F {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_070 .title_img.img_A {
  background-image: url(columns/column_img/co_026_C.jpg);
}
.colum_conA.co_070 .title_img.img_B {
  background-image: url(columns/column_img/cleaning_tools_B.jpg);
}
.colum_conA.co_070 .title_img.img_C {
  background-image: url(columns/column_img/point.jpg);
}
.colum_conA.co_070 .title_img.img_D {
  background-image: url(columns/column_img/question_D.jpg);
}
.colum_conA.co_070 .title_img.img_E {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_071 .title_img.img_A {
  background-image: url(columns/column_img/list.jpg);
}
.colum_conA.co_071 .title_img.img_B {
  background-image: url(columns/column_img/check_B.jpg);
}
.colum_conA.co_071 .title_img.img_C {
  background-image: url(columns/column_img/question_D.jpg);
}
.colum_conA.co_071 .title_img.img_D {
  background-image: url(columns/column_img/search.jpg);
}
.colum_conA.co_071 .title_img.img_E {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_072 .title_img.img_A {
  background-image: url(columns/column_img/osui_masu_B.jpg);
}
.colum_conA.co_072 .title_img.img_B {
  background-image: url(columns/column_img/osui_masu.jpg);
}
.colum_conA.co_072 .title_img.img_C {
  background-image: url(columns/column_img/merchant.jpg);
}
.colum_conA.co_072 .title_img.img_D {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_073 .title_img.img_A {
  background-image: url(columns/column_img/co_027_A.jpg);
}
.colum_conA.co_073 .title_img.img_B {
  background-image: url(columns/column_img/osui_masu.jpg);
}
.colum_conA.co_073 .title_img.img_C {
  background-image: url(columns/column_img/merchant.jpg);
}
.colum_conA.co_073 .title_img.img_D {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_076 .title_img.img_A {
  background-image: url(columns/column_img/co_029_B.jpg);
}
.colum_conA.co_076 .title_img.img_B {
  background-image: url(columns/column_img/grease_trap.jpg);
}
.colum_conA.co_076 .title_img.img_C {
  background-image: url(columns/column_img/question_E.jpg);
}
.colum_conA.co_076 .title_img.img_D {
  background-image: url(columns/column_img/cleaning_tools_B.jpg);
}
.colum_conA.co_076 .title_img.img_E {
  background-image: url(columns/column_img/merchant.jpg);
}
.colum_conA.co_076 .title_img.img_F {
  background-image: url(columns/column_img/point.jpg);
}
.colum_conA.co_076 .title_img.img_G {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_077 .title_img.img_A {
  background-image: url(columns/column_img/question_E.jpg);
}
.colum_conA.co_077 .title_img.img_B {
  background-image: url(columns/column_img/grease_trap.jpg);
}
.colum_conA.co_077 .title_img.img_C {
  background-image: url(columns/column_img/question_D.jpg);
}
.colum_conA.co_077 .title_img.img_D {
  background-image: url(columns/column_img/co_029_C.jpg);
}
.colum_conA.co_077 .title_img.img_E {
  background-image: url(columns/column_img/merchant.jpg);
}
.colum_conA.co_077 .title_img.img_F {
  background-image: url(columns/column_img/check_B.jpg);
}
.colum_conA.co_077 .title_img.img_G {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_078 .title_img.img_A {
  background-image: url(columns/column_img/question_F.jpg);
}
.colum_conA.co_078 .title_img.img_B {
  background-image: url(columns/column_img/check_B.jpg);
}
.colum_conA.co_078 .title_img.img_C {
  background-image: url(columns/column_img/co_029_B.jpg);
}
.colum_conA.co_078 .title_img.img_D {
  background-image: url(columns/column_img/co_010_G.jpg);
}
.colum_conA.co_078 .title_img.img_E {
  background-image: url(columns/column_img/cause.jpg);
}
.colum_conA.co_078 .title_img.img_F {
  background-image: url(columns/column_img/water_repair.jpg);
}
.colum_conA.co_078 .title_img.img_G {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_079 .title_img.img_A {
  background-image: url(columns/column_img/masu_cleaning.jpg);
}
.colum_conA.co_079 .title_img.img_B {
  background-image: url(columns/column_img/question_D.jpg);
}
.colum_conA.co_079 .title_img.img_C {
  background-image: url(columns/column_img/cleaning_tools_B.jpg);
}
.colum_conA.co_079 .title_img.img_D {
  background-image: url(columns/column_img/merchant.jpg);
}
.colum_conA.co_079 .title_img.img_E {
  background-image: url(columns/column_img/co_010_F.jpg);
}
.colum_conA.co_079 .title_img.img_F {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_080 .title_img.img_A {
  background-image: url(columns/column_img/co_026_hero_A.jpg);
}
.colum_conA.co_080 .title_img.img_B {
  background-image: url(columns/column_img/merit.jpg);
}
.colum_conA.co_080 .title_img.img_C {
  background-image: url(columns/column_img/cause.jpg);
}
.colum_conA.co_080 .title_img.img_D {
  background-image: url(columns/column_img/calculation.jpg);
}
.colum_conA.co_080 .title_img.img_E {
  background-image: url(columns/column_img/co_003_C.jpg);
}
.colum_conA.co_080 .title_img.img_F {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_081 .title_img.img_A {
  background-image: url(columns/column_img/check_B.jpg);
}
.colum_conA.co_081 .title_img.img_B {
  background-image: url(columns/column_img/co_026_C.jpg);
}
.colum_conA.co_081 .title_img.img_C {
  background-image: url(columns/column_img/point.jpg);
}
.colum_conA.co_081 .title_img.img_D {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_082 .title_img.img_A {
  background-image: url(columns/column_img/co_013_C.jpg);
}
.colum_conA.co_082 .title_img.img_B {
  background-image: url(columns/column_img/question_E.jpg);
}
.colum_conA.co_082 .title_img.img_C {
  background-image: url(columns/column_img/caution.jpg);
}
.colum_conA.co_082 .title_img.img_D {
  background-image: url(columns/column_img/co_029_B.jpg);
}
.colum_conA.co_082 .title_img.img_E {
  background-image: url(columns/column_img/failure_A.jpg);
}
.colum_conA.co_082 .title_img.img_F {
  background-image: url(columns/column_img/merchant.jpg);
}
.colum_conA.co_082 .title_img.img_G {
  background-image: url(columns/column_img/co_026_C.jpg);
}
.colum_conA.co_082 .title_img.img_H {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_083 .title_img.img_A {
  background-image: url(columns/column_img/snow.jpg);
}
.colum_conA.co_083 .title_img.img_B {
  background-image: url(columns/column_img/co_022_hero_A.jpg);
}
.colum_conA.co_083 .title_img.img_C {
  background-image: url(columns/column_img/caution.jpg);
}
.colum_conA.co_083 .title_img.img_D {
  background-image: url(columns/column_img/co_010_F.jpg);
}
.colum_conA.co_083 .title_img.img_E {
  background-image: url(columns/column_img/co_015_C.jpg);
}
.colum_conA.co_083 .title_img.img_F {
  background-image: url(columns/column_img/merchant.jpg);
}
.colum_conA.co_083 .title_img.img_G {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_084 .title_img.img_A {
  background-image: url(columns/column_img/pipe_rupture.jpg);
}
.colum_conA.co_084 .title_img.img_B {
  background-image: url(columns/column_img/failure_A.jpg);
}
.colum_conA.co_084 .title_img.img_C {
  background-image: url(columns/column_img/inspection.jpg);
}
.colum_conA.co_084 .title_img.img_D {
  background-image: url(columns/column_img/caution.jpg);
}
.colum_conA.co_084 .title_img.img_E {
  background-image: url(columns/column_img/merchant.jpg);
}
.colum_conA.co_084 .title_img.img_F {
  background-image: url(columns/column_img/calculation.jpg);
}
.colum_conA.co_084 .title_img.img_G {
  background-image: url(columns/column_img/co_021_B.jpg);
}
.colum_conA.co_084 .title_img.img_H {
  background-image: url(columns/column_img/co_010_F.jpg);
}
.colum_conA.co_084 .title_img.img_I {
  background-image: url(columns/column_img/question_E.jpg);
}
.colum_conA.co_084 .title_img.img_J {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_085 .title_img.img_A {
  background-image: url(columns/column_img/co_002_A.jpg);
}
.colum_conA.co_085 .title_img.img_B {
  background-image: url(columns/column_img/co_002_C.jpg);
}
.colum_conA.co_085 .title_img.img_C {
  background-image: url(columns/column_img/co_024_C.jpg);
}
.colum_conA.co_085 .title_img.img_D {
  background-image: url(columns/column_img/check_B.jpg);
}
.colum_conA.co_085 .title_img.img_E {
  background-image: url(columns/column_img/calculation.jpg);
}
.colum_conA.co_085 .title_img.img_F {
  background-image: url(columns/column_img/co_010_F.jpg);
}
.colum_conA.co_085 .title_img.img_G {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_086 .title_img.img_A {
  background-image: url(columns/column_img/co_001_B.jpg);
}
.colum_conA.co_086 .title_img.img_B {
  background-image: url(columns/column_img/co_002_C.jpg);
}
.colum_conA.co_086 .title_img.img_C {
  background-image: url(columns/column_img/check_B.jpg);
}
.colum_conA.co_086 .title_img.img_D {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_087 .title_img.img_A {
  background-image: url(columns/column_img/apartment_A.jpg);
}
.colum_conA.co_087 .title_img.img_B {
  background-image: url(columns/column_img/co_002_C.jpg);
}
.colum_conA.co_087 .title_img.img_C {
  background-image: url(columns/column_img/co_026_C.jpg);
}
.colum_conA.co_087 .title_img.img_D {
  background-image: url(columns/column_img/question_D.jpg);
}
.colum_conA.co_087 .title_img.img_E {
  background-image: url(columns/column_img/check_B.jpg);
}
.colum_conA.co_087 .title_img.img_F {
  background-image: url(columns/column_img/cause.jpg);
}
.colum_conA.co_087 .title_img.img_G {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_075 .title_img.img_A {
  background-image: url(columns/column_img/soap.jpg);
}
.colum_conA.co_075 .title_img.img_B {
  background-image: url(columns/column_img/check_B.jpg);
}
.colum_conA.co_075 .title_img.img_C {
  background-image: url(columns/column_img/question_E.jpg);
}
.colum_conA.co_075 .title_img.img_D {
  background-image: url(columns/column_img/cleaning_tools_B.jpg);
}
.colum_conA.co_075 .title_img.img_E {
  background-image: url(columns/column_img/co_020_A.jpg);
}
.colum_conA.co_075 .title_img.img_F {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_074 .title_img.img_A {
  background-image: url(columns/column_img/masu_cleaning.jpg);
}
.colum_conA.co_074 .title_img.img_B {
  background-image: url(columns/column_img/osui_masu.jpg);
}
.colum_conA.co_074 .title_img.img_C {
  background-image: url(columns/column_img/co_012_C.jpg);
}
.colum_conA.co_074 .title_img.img_D {
  background-image: url(columns/column_img/check_B.jpg);
}
.colum_conA.co_074 .title_img.img_E {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_069 .title_img.img_A {
  background-image: url(columns/column_img/osui_masu.jpg);
}
.colum_conA.co_069 .title_img.img_B {
  background-image: url(columns/column_img/haisui_masu_B.jpg);
}
.colum_conA.co_069 .title_img.img_C {
  background-image: url(columns/column_img/cleaning_tools.jpg);
}
.colum_conA.co_069 .title_img.img_D {
  background-image: url(columns/column_img/step4.jpg);
}
.colum_conA.co_069 .title_img.img_E {
  background-image: url(columns/column_img/merchant.jpg);
}
.colum_conA.co_069 .title_img.img_F {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_068 .title_img.img_A {
  background-image: url(columns/column_img/catch_basin.jpg);
}
.colum_conA.co_068 .title_img.img_B {
  background-image: url(columns/column_img/question_D.jpg);
}
.colum_conA.co_068 .title_img.img_C {
  background-image: url(columns/column_img/mizuconnect.jpg);
}
.colum_conA.co_068 .title_img.img_D {
  background-image: url(columns/column_img/co_025_D.jpg);
}
.colum_conA.co_068 .title_img.img_E {
  background-image: url(columns/column_img/point.jpg);
}
.colum_conA.co_068 .title_img.img_F {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_067 .title_img.img_A {
  background-image: url(columns/column_img/osui_masu_B.jpg);
}
.colum_conA.co_067 .title_img.img_B {
  background-image: url(columns/column_img/masu_cleaning.jpg);
}
.colum_conA.co_067 .title_img.img_C {
  background-image: url(columns/column_img/question_D.jpg);
}
.colum_conA.co_067 .title_img.img_D {
  background-image: url(columns/column_img/step4.jpg);
}
.colum_conA.co_067 .title_img.img_E {
  background-image: url(columns/column_img/merchant.jpg);
}
.colum_conA.co_067 .title_img.img_F {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_066 .title_img.img_A {
  background-image: url(columns/column_img/co_015_A.jpg);
}
.colum_conA.co_066 .title_img.img_B {
  background-image: url(columns/column_img/cleaning_tools.jpg);
}
.colum_conA.co_066 .title_img.img_C {
  background-image: url(columns/column_img/cleaning_tools_B.jpg);
}
.colum_conA.co_066 .title_img.img_D {
  background-image: url(columns/column_img/demerit.jpg);
}
.colum_conA.co_066 .title_img.img_E {
  background-image: url(columns/column_img/merchant.jpg);
}
.colum_conA.co_066 .title_img.img_F {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_065 .title_img.img_A {
  background-image: url(columns/column_img/toilet_bowl.jpg);
}
.colum_conA.co_065 .title_img.img_B {
  background-image: url(columns/column_img/co_019_A.jpg);
}
.colum_conA.co_065 .title_img.img_C {
  background-image: url(columns/column_img/co_001_B.jpg);
}
.colum_conA.co_065 .title_img.img_D {
  background-image: url(columns/column_img/demerit.jpg);
}
.colum_conA.co_065 .title_img.img_E {
  background-image: url(columns/column_img/co_004_H.jpg);
}
.colum_conA.co_065 .title_img.img_F {
  background-image: url(columns/column_img/no_soap.jpg);
}
.colum_conA.co_065 .title_img.img_G {
  background-image: url(columns/column_img/balance.jpg);
}
.colum_conA.co_065 .title_img.img_H {
  background-image: url(columns/column_img/high_pressure.jpg);
}
.colum_conA.co_065 .title_img.img_I {
  background-image: url(columns/column_img/co_018_B.jpg);
}
.colum_conA.co_065 .title_img.img_J {
  background-image: url(columns/column_img/merchant.jpg);
}
.colum_conA.co_065 .title_img.img_K {
  background-image: url(columns/column_img/mizuconnect.jpg);
}


.colum_conA.co_053 .title_img.img_A {
  background-image: url(columns/column_img/ceiling_D.jpg);
}
.colum_conA.co_053 .title_img.img_B {
  background-image: url(columns/column_img/condensation.jpg);
}
.colum_conA.co_053 .title_img.img_C {
  background-image: url(columns/column_img/water_drops.jpg);
}
.colum_conA.co_053 .title_img.img_D {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_057 .title_img.img_A {
  background-image: url(columns/column_img/co_029_B.jpg);
}
.colum_conA.co_057 .title_img.img_B {
  background-image: url(columns/column_img/ceiling_B.jpg);
}
.colum_conA.co_057 .title_img.img_C {
  background-image: url(columns/column_img/cause.jpg);
}
.colum_conA.co_057 .title_img.img_D {
  background-image: url(columns/column_img/co_010_A.jpg);
}
.colum_conA.co_057 .title_img.img_E {
  background-image: url(columns/column_img/fight.jpg);
}
.colum_conA.co_057 .title_img.img_F {
  background-image: url(columns/column_img/co_020_A.jpg);
}
.colum_conA.co_057 .title_img.img_G {
  background-image: url(columns/column_img/insurance_B.jpg);
}
.colum_conA.co_057 .title_img.img_H {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_052 .title_img.img_A {
  background-image: url(columns/column_img/calendar.jpg);
}
.colum_conA.co_052 .title_img.img_B {
  background-image: url(columns/column_img/ceiling_D.jpg);
}
.colum_conA.co_052 .title_img.img_C {
  background-image: url(columns/column_img/veranda.jpg);
}
.colum_conA.co_052 .title_img.img_D {
  background-image: url(columns/column_img/apartment.jpg);
}
.colum_conA.co_052 .title_img.img_E {
  background-image: url(columns/column_img/window.jpg);
}
.colum_conA.co_052 .title_img.img_F {
  background-image: url(columns/column_img/stopcock_B.jpg);
}
.colum_conA.co_052 .title_img.img_G {
  background-image: url(columns/column_img/bath_room.jpg);
}
.colum_conA.co_052 .title_img.img_H {
  background-image: url(columns/column_img/cause.jpg);
}
.colum_conA.co_052 .title_img.img_I {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_051 .title_img.img_A {
  background-image: url(columns/column_img/bath_room.jpg);
}
.colum_conA.co_051 .title_img.img_B {
  background-image: url(columns/column_img/shower.jpg);
}
.colum_conA.co_051 .title_img.img_C {
  background-image: url(columns/column_img/apology_B.jpg);
}
.colum_conA.co_051 .title_img.img_D {
  background-image: url(columns/column_img/co_023_B.jpg);
}
.colum_conA.co_051 .title_img.img_E {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_050 .title_img.img_A {
  background-image: url(columns/column_img/tile.jpg);
}
.colum_conA.co_050 .title_img.img_B {
  background-image: url(columns/column_img/co_014_C.jpg);
}
.colum_conA.co_050 .title_img.img_C {
  background-image: url(columns/column_img/insurance.jpg);
}
.colum_conA.co_050 .title_img.img_D {
  background-image: url(columns/column_img/co_020_B.jpg);
}
.colum_conA.co_050 .title_img.img_E {
  background-image: url(columns/column_img/merchant.jpg);
}
.colum_conA.co_050 .title_img.img_F {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_049 .title_img.img_A {
  background-image: url(columns/column_img/question_B.jpg);
}
.colum_conA.co_049 .title_img.img_B {
  background-image: url(columns/column_img/phone_B.jpg);
}
.colum_conA.co_049 .title_img.img_C {
  background-image: url(columns/column_img/discussion.jpg);
}
.colum_conA.co_049 .title_img.img_D {
  background-image: url(columns/column_img/co_023_B.jpg);
}
.colum_conA.co_049 .title_img.img_E {
  background-image: url(columns/column_img/cause.jpg);
}
.colum_conA.co_049 .title_img.img_F {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_048 .title_img.img_A {
  background-image: url(columns/column_img/wash_machine.jpg);
}
.colum_conA.co_048 .title_img.img_B {
  background-image: url(columns/column_img/water_B.jpg);
}
.colum_conA.co_048 .title_img.img_C {
  background-image: url(columns/column_img/co_009_B.jpg);
}
.colum_conA.co_048 .title_img.img_D {
  background-image: url(columns/column_img/mizuconnect.jpg);
}


.colum_conA.co_047 .title_img.img_A {
  background-image: url(columns/column_img/leakage.jpg);
}
.colum_conA.co_047 .title_img.img_B {
  background-image: url(columns/column_img/water_check.jpg);
}
.colum_conA.co_047 .title_img.img_C {
  background-image: url(columns/column_img/water_pipe_C.jpg);
}
.colum_conA.co_047 .title_img.img_D {
  background-image: url(columns/column_img/co_026_C.jpg);
}
.colum_conA.co_047 .title_img.img_E {
  background-image: url(columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_046 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/ceiling_C.jpg);
}
.colum_conA.co_046 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/question_B.jpg);
}
.colum_conA.co_046 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/ceiling.jpg);
}
.colum_conA.co_046 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/question_A.jpg);
}
.colum_conA.co_046 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/calculation.jpg);
}
.colum_conA.co_046 .title_img.img_F {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_045 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/water_leak_B.jpg);
}
.colum_conA.co_045 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/entrance.jpg);
}
.colum_conA.co_045 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/question_A.jpg);
}
.colum_conA.co_045 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/arguing.jpg);
}
.colum_conA.co_045 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/merchant.jpg);
}
.colum_conA.co_045 .title_img.img_F {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_044 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/cause.jpg);
}
.colum_conA.co_044 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/tool_A.jpg);
}
.colum_conA.co_044 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/merchant.jpg);
}
.colum_conA.co_044 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_043 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/water_leak_A.jpg);
}
.colum_conA.co_043 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/cost_A.jpg);
}
.colum_conA.co_043 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/cost_B.jpg);
}
.colum_conA.co_043 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_042 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/water_leak_B.jpg);
}
.colum_conA.co_042 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/pipe_B.jpg);
}
.colum_conA.co_042 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/water_leak_C.jpg);
}
.colum_conA.co_042 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_041 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/room_B.jpg);
}
.colum_conA.co_041 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/water_leak_B.jpg);
}
.colum_conA.co_041 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/water_stopcock.jpg);
}
.colum_conA.co_041 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_040 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_005_D.jpg);
}
.colum_conA.co_040 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/ceiling_C.jpg);
}
.colum_conA.co_040 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_027_B.jpg);
}
.colum_conA.co_040 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_039 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/question_B.jpg);
}
.colum_conA.co_039 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/phone.jpg);
}
.colum_conA.co_039 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/calculation.jpg);
}
.colum_conA.co_039 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_038 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/wall.jpg);
}
.colum_conA.co_038 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_029_B.jpg);
}
.colum_conA.co_038 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/trader.jpg);
}
.colum_conA.co_038 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/calculation.jpg);
}
.colum_conA.co_038 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_037 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/pipe_B.jpg);
}
.colum_conA.co_037 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/phone.jpg);
}
.colum_conA.co_037 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/apology.jpg);
}
.colum_conA.co_037 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img//mizuconnect.jpg);
}

.colum_conA.co_036 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/law.jpg);
}
.colum_conA.co_036 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/no_good.jpg);
}
.colum_conA.co_036 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/clean_tool_B.jpg);
}
.colum_conA.co_036 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_035 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/estimate.jpg);
}
.colum_conA.co_035 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/check_02.jpg);
}
.colum_conA.co_035 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/seesaw.jpg);
}
.colum_conA.co_035 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_034 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/question.jpg);
}
.colum_conA.co_034 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_034_hero.jpg);
}
.colum_conA.co_034 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/no_soap.jpg);
}
.colum_conA.co_034 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_033 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_033_hero.jpg);
}
.colum_conA.co_033 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/list.jpg);
}
.colum_conA.co_033 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/clean_tool.jpg);
}
.colum_conA.co_033 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_031 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/water_supply.jpg);
}
.colum_conA.co_031 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/water_leak.jpg);
}
.colum_conA.co_031 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/water_pipe_B.jpg);
}
.colum_conA.co_031 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/tool.jpg);
}
.colum_conA.co_031 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/co_017_D.jpg);
}
.colum_conA.co_031 .title_img.img_F {
  background-image: url(https://mkc.jp/columns/column_img/co_008_B.jpg);
}
.colum_conA.co_031 .title_img.img_G {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_030 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/check.jpg);
}
.colum_conA.co_030 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_004_B.jpg);
}
.colum_conA.co_030 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_027_A.jpg);
}
.colum_conA.co_030 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_026_B.jpg);
}
.colum_conA.co_030 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/water_supply.jpg);
}
.colum_conA.co_030 .title_img.img_F {
  background-image: url(https://mkc.jp/columns/column_img/co_002_A.jpg);
}
.colum_conA.co_030 .title_img.img_G {
  background-image: url(https://mkc.jp/columns/column_img/cost.jpg);
}
.colum_conA.co_030 .title_img.img_H {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_029 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_029_A.jpg);
}
.colum_conA.co_029 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_029_B.jpg);
}
.colum_conA.co_029 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_029_C.jpg);
}
.colum_conA.co_029 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_029_hero_A.jpg);
}
.colum_conA.co_029 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/co_029_E.jpg);
}
.colum_conA.co_029 .title_img.img_F {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}

.colum_conA.co_028 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_026_B.jpg);
}
.colum_conA.co_028 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_026_C.jpg);
}
.colum_conA.co_028 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/demerit.jpg);
}
.colum_conA.co_028 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/diy_A.jpg);
}
.colum_conA.co_028 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}
.colum_conA.co_027 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_027_A.jpg);
}
.colum_conA.co_027 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_027_B.jpg);
}
.colum_conA.co_027 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_027_C.jpg);
}
.colum_conA.co_027 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_027_D.jpg);
}
.colum_conA.co_027 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}
.colum_conA.co_026 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_026_A.jpg);
}
.colum_conA.co_026 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_026_B.jpg);
}
.colum_conA.co_026 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_026_C.jpg);
}
.colum_conA.co_026 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_026_D.jpg);
}
.colum_conA.co_026 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}
.colum_conA.co_025 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_025_A.jpg);
}
.colum_conA.co_025 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_025_B.jpg);
}
.colum_conA.co_025 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_025_C.jpg);
}
.colum_conA.co_025 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_025_D.jpg);
}
.colum_conA.co_025 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}
.colum_conA.co_024 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_024_A.jpg);
}
.colum_conA.co_024 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_024_B.jpg);
}
.colum_conA.co_024 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_024_C.jpg);
}
.colum_conA.co_024 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_024_D.jpg);
}
.colum_conA.co_024 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}
.colum_conA.co_023 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_023_A.jpg);
}
.colum_conA.co_023 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_023_B.jpg);
}
.colum_conA.co_023 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_023_C.jpg);
}
.colum_conA.co_023 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}
.colum_conA.co_022 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_022_A.jpg);
}
.colum_conA.co_022 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_022_B.jpg);
}
.colum_conA.co_022 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_022_C.jpg);
}
.colum_conA.co_022 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_022_D.jpg);
}
.colum_conA.co_022 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}
.colum_conA.co_021 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_021_A.jpg);
}
.colum_conA.co_021 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_021_B.jpg);
}
.colum_conA.co_021 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}
.colum_conA.co_020 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_020_A.jpg);
}
.colum_conA.co_020 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_020_B.jpg);
}
.colum_conA.co_020 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_020_C.jpg);
}
.colum_conA.co_020 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}
.colum_conA.co_019 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_019_A.jpg);
}
.colum_conA.co_019 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_019_B.jpg);
}
.colum_conA.co_019 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_019_C.jpg);
}
.colum_conA.co_019 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}
.colum_conA.co_018 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_018_A.jpg);
}
.colum_conA.co_018 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_018_B.jpg);
}
.colum_conA.co_018 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}
.colum_conA.co_017 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_017_A.jpg);
}
.colum_conA.co_017 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_017_B.jpg);
}
.colum_conA.co_017 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_017_C.jpg);
}
.colum_conA.co_017 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_017_D.jpg);
}
.colum_conA.co_017 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}
.colum_conA.co_016 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_016_A.jpg);
}
.colum_conA.co_016 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_016_B.jpg);
}
.colum_conA.co_016 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_016_C.jpg);
}
.colum_conA.co_016 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}
.colum_conA.co_015 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_015_A.jpg);
}
.colum_conA.co_015 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_015_B.jpg);
}
.colum_conA.co_015 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_015_C.jpg);
}
.colum_conA.co_015 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}
.colum_conA.co_014 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_014_A.jpg);
}
.colum_conA.co_014 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_014_B.jpg);
}
.colum_conA.co_014 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_014_C.jpg);
}
.colum_conA.co_014 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_014_D.jpg);
}
.colum_conA.co_014 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/co_014_E.jpg);
}
.colum_conA.co_013 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_013_A.jpg);
}
.colum_conA.co_013 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_013_B.jpg);
}
.colum_conA.co_013 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_013_C.jpg);
}
.colum_conA.co_013 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_013_D.jpg);
}
.colum_conA.co_012 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_012_A.jpg);
}
.colum_conA.co_012 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_012_B.jpg);
}
.colum_conA.co_012 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_012_C.jpg);
}
.colum_conA .title_img.mizuconnect {
  background-image: url(https://mkc.jp/columns/column_img/mizuconnect.jpg);
}
.colum_conA.co_011 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_011_A.jpg);
}
.colum_conA.co_011 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_011_B.jpg);
}
.colum_conA.co_011 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_011_C.jpg);
}
.colum_conA.co_010 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_010_A.jpg);
}
.colum_conA.co_010 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_010_B.jpg);
}
.colum_conA.co_010 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_010_C.jpg);
}
.colum_conA.co_010 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_010_D.jpg);
}
.colum_conA.co_010 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/co_010_E.jpg);
}
.colum_conA.co_010 .title_img.img_F {
  background-image: url(https://mkc.jp/columns/column_img/co_010_F.jpg);
}
.colum_conA.co_010 .title_img.img_G {
  background-image: url(https://mkc.jp/columns/column_img/co_010_G.jpg);
}
.colum_conA.co_010 .title_img.img_H {
  background-image: url(https://mkc.jp/columns/column_img/co_010_H.jpg);
}
.colum_conA.co_009 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_009_A.jpg);
}
.colum_conA.co_009 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_009_B.jpg);
}
.colum_conA.co_009 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_009_C.jpg);
}
.colum_conA.co_009 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_009_D.jpg);
}
.colum_conA.co_009 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/co_009_E.jpg);
}
.colum_conA.co_008 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_008_A.jpg);
}
.colum_conA.co_008 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_008_B.jpg);
}
.colum_conA.co_008 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_008_C.jpg);
}
.colum_conA.co_008 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_008_D.jpg);
}
.colum_conA.co_007 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_007_A.jpg);
}
.colum_conA.co_007 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_007_B.jpg);
}
.colum_conA.co_007 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_007_C.jpg);
}
.colum_conA.co_007 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_007_D.jpg);
}
.colum_conA.co_007 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/co_007_E.jpg);
}
.colum_conA.co_007 .title_img.img_F {
  background-image: url(https://mkc.jp/columns/column_img/co_007_F.jpg);
}
.colum_conA.co_007 .title_img.img_G {
  background-image: url(https://mkc.jp/columns/column_img/co_007_G.jpg);
}
.colum_conA.co_007 .title_img.img_H {
  background-image: url(https://mkc.jp/columns/column_img/co_007_H.jpg);
}
.colum_conA.co_006 .title_img.img_A {
  background-image: url(https://mkc.jp/columns/column_img/co_006_A.jpg);
}
.colum_conA.co_006 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_006_B.jpg);
}
.colum_conA.co_006 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_006_C.jpg);
}
.colum_conA.co_006 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_006_D.jpg);
}
.colum_conA.co_006 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/co_006_E.jpg);
}
.colum_conA.co_006 .title_img.img_F {
  background-image: url(https://mkc.jp/columns/column_img/co_006_F.jpg);
}
.colum_conA.co_005 .title_img.img_B {
  background-image: url(https://mkc.jp/columns/column_img/co_005_B.jpg);
}
.colum_conA.co_005 .title_img.img_C {
  background-image: url(https://mkc.jp/columns/column_img/co_005_C.jpg);
}
.colum_conA.co_005 .title_img.img_D {
  background-image: url(https://mkc.jp/columns/column_img/co_005_D.jpg);
}
.colum_conA.co_005 .title_img.img_E {
  background-image: url(https://mkc.jp/columns/column_img/co_005_E.jpg);
}
.colum_conA.co_005 .title_img.img_F {
  background-image: url(https://mkc.jp/columns/column_img/light.jpg);
}
.colum_conA.co_005 .title_img.img_G {
  background-image: url(https://mkc.jp/columns/column_img/water_meter_A.jpg);
}
.colum_conA.co_005 .title_img.img_H {
  background-image: url(https://mkc.jp/columns/column_img/co_014_B.jpg);
}
.colum_conA.co_005 .title_img.img_I {
  background-image: url(https://mkc.jp/columns/column_img/trader.jpg);
}
.colum_conA.co_005 .title_img.img_J {
  background-image: url(https://mkc.jp/columns/column_img/co_009_E.jpg);
}
.colum_conA.co_005 .title_img.img_K {
  background-image: url(https://mkc.jp/columns/column_img/co_024_D.jpg);
}

.colum_conA .column_title {
  margin-bottom: 30px;
  margin-top: 45px;
}
.colum_conA .column_title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.colum_conA .text_box {
  background-color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 10px 20px rgba(0,0,0,0.3);
  box-shadow: 5px 10px 20px rgba(0,0,0,0.3);
}
.colum_conA .top_text_box {
  background-color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  border-radius: 10px;
  padding-top: 10px;
	-webkit-box-shadow: 5px 10px 20px rgba(0,0,0,0.3);
  box-shadow: 5px 10px 20px rgba(0,0,0,0.3);
}
.colum_conA {
  position: relative;
  background-color: #39AFDD;
  padding-top: 25px;
	padding-bottom: 5px;
}
.colum_conA .container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.colum_conA .contents {
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 25px;
  border-radius: 10px;
  padding-right: 15px;
	-webkit-box-shadow: 5px 10px 20px rgba(0,0,0,0.3);
  box-shadow: 5px 10px 20px rgba(0,0,0,0.3);
}
.page_top img {
	width: 36px;
}
.mobile_page_top img {
	width: 35px;
}
.page_top:hover {
	opacity: 0.8;
	cursor: pointer;
}
.sub_conD .commit_box .text h3 span {
  font-size: 12px;
}
.sub_conH .commit_box .text h3 span {
  font-size: 12px;
}
.sub_conD .commit_box {
  margin-top: 10px;
}
.sub_conH .commit_box {
  margin-top: 10px;
}
.sub_conD .commit_box section {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 30px;
	padding-top: 35px;
}
.sub_conD .commit_box section:last-child {
  border-bottom: none;
}
.sub_conH .commit_box section:last-child {
  border-bottom: none;
}
.sub_conH .commit_box section {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 30px;
	padding-top: 35px;
}
.sub_conD .commit_box section .text {
  margin-top: 15px;
}
.sub_conH .commit_box section .text {
  margin-top: 15px;
}
.sub_conD .commit_box section .img {
  height: 250px;
}
.sub_conH .commit_box section .img {
  height: 250px;
}
.sub_conG .case_under_box .right_triangle {
  display: none;
}
.sub_conG .case_split_box .right_triangle {
  display: none;
}
.sub_conG .under_triangle {
  display: none;
}
.sub_conG .case_box .text {
  margin-bottom: 20px;
}
.kawasaki200401 .case_A {
  background-image: url(case/case_img/kawasaki_200401/case_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_B {
  background-image: url(case/case_img/kawasaki_200401/case_B.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_C {
  background-image: url(case/case_img/kawasaki_200401/case_C.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_D {
  background-image: url(case/case_img/kawasaki_200401/case_D.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_E {
  background-image: url(case/case_img/kawasaki_200401/case_E.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_F {
  background-image: url(case/case_img/kawasaki_200401/case_F.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_G {
  background-image: url(case/case_img/kawasaki_200401/case_G.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_H {
  background-image: url(case/case_img/kawasaki_200401/case_H.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_I {
  background-image: url(case/case_img/kawasaki_200401/case_I.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_J {
  background-image: url(case/case_img/kawasaki_200401/case_J.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_K {
  background-image: url(case/case_img/kawasaki_200401/case_K.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_L {
  background-image: url(case/case_img/kawasaki_200401/case_L.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_M {
  background-image: url(case/case_img/kawasaki_200401/case_M.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_N {
  background-image: url(case/case_img/kawasaki_200401/case_N.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_O {
  background-image: url(case/case_img/kawasaki_200401/case_O.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_P {
  background-image: url(case/case_img/kawasaki_200401/case_P.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_Q {
  background-image: url(case/case_img/kawasaki_200401/case_Q.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_R {
  background-image: url(case/case_img/kawasaki_200401/case_R.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_S {
  background-image: url(case/case_img/kawasaki_200401/case_S.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_T {
  background-image: url(case/case_img/kawasaki_200401/case_T.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_U {
  background-image: url(case/case_img/kawasaki_200401/case_U.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_V {
  background-image: url(case/case_img/kawasaki_200401/case_E.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_W {
  background-image: url(case/case_img/kawasaki_200401/case_W.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_X {
  background-image: url(case/case_img/kawasaki_200401/case_X.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_Y {
  background-image: url(case/case_img/kawasaki_200401/case_Y.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kawasaki200401 .case_Z {
  background-image: url(case/case_img/kawasaki_200401/after.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.otaku190801 .case_A {
  background-image: url(case/case_img/otaku_190801/case_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_B {
  background-image: url(case/case_img/otaku_190801/case_B.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_C {
  background-image: url(case/case_img/otaku_190801/case_C.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_D {
  background-image: url(case/case_img/otaku_190801/case_D.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_E {
  background-image: url(case/case_img/otaku_190801/case_E.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_F {
  background-image: url(case/case_img/otaku_190801/case_F.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_G {
  background-image: url(case/case_img/otaku_190801/case_G.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_H {
  background-image: url(case/case_img/otaku_190801/case_H.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_I {
  background-image: url(case/case_img/otaku_190801/case_I.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_J {
  background-image: url(case/case_img/otaku_190801/case_J.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_K {
  background-image: url(case/case_img/otaku_190801/case_K.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_L {
  background-image: url(case/case_img/otaku_190801/case_L.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_M {
  background-image: url(case/case_img/otaku_190801/case_M.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_N {
  background-image: url(case/case_img/otaku_190801/case_N.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_O {
  background-image: url(case/case_img/otaku_190801/case_L.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_P {
  background-image: url(case/case_img/otaku_190801/case_P.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_Q {
  background-image: url(case/case_img/otaku_190801/case_Q.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_R {
  background-image: url(case/case_img/otaku_190801/case_R.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.otaku190801 .case_S {
  background-image: url(case/case_img/otaku_190801/case_I.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conG .case_box .img {
  height: 250px;
}
.sub_conG .case_under_box .img {
  height: 250px;
  margin-top: 25px;
}
.sub_conG .case_split_box .img {
  height: 250px;
  margin-top: 20px;
}
.sub_conG .case_box {
  margin-top: 40px;
}
.sub_conG .case_under_box {
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 50px;
}
.sub_conG .case_under_box.end {
  border-bottom: none;
}
.sub_conG .case_split_box {
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 50px;
  padding-top: 30px;
}
.sub_conA .comparison {
  width: 92%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.sub_conA .comparison .img {
  height: 310px;
  margin-bottom: 25px;
}
.sub_conA .comparison .before h3 {
  background-color: rgba(255,255,255,0.85);
  color: #4D4D4D;
  font-weight: bold;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.sub_conA .comparison .after h3 {
  background-color: rgba(255,255,255,0.85);
  color: #FF7D4A;
  font-weight: bold;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.sub_conA .comparison.kawasaki200401 .before {
  background-image: url(case/case_img/kawasaki_200401/before.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conA .comparison.kawasaki200401 .after {
  background-image: url(case/case_img/kawasaki_200401/after.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conA .comparison.otaku190801 .before {
  background-image: url(case/case_img/otaku_190801/before.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conA .comparison.otaku190801 .after {
  background-image: url(case/case_img/otaku_190801/after.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conA.works_top .works_box {
  padding-top: 40px;
}
.sub_conA.voice_top .voice_box {
  padding-top: 40px;
}
.sub_conA.contact_top .partner_link {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  margin-bottom: 50px;
}
.sub_conA.contact_top .partner_link p {
  font-size: 12px;
  text-align: justify;
  color: #FFFFFF;
}
.part_conA .offer_arrow img {
  width: 77%;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.part_conA .offer_arrow {
  display: none;
}
.request_box .flow_triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #39afdd transparent transparent transparent;
  margin-left: auto;
  margin-right: auto;
}
.price_box h2 span {
  font-size: 12px;
}
.price_box .price_table section .text {
  display: flex;
  border-bottom: 1px solid #B7B7B7;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.price_box .price_table section .text:last-child{
  border-bottom: none;
}
.price_box .price_table section .text h4 {
  font-size: 14px;
  width: 30%;
  border-right: 1px solid #B7B7B7;
	padding-left: 10px;
}
.price_box .price_table section .text .blue_text {
  color: #39AFDD;
}
.price_box .price_table section .text p {
  font-size: 14px;
  width: 70%;
	padding-left: 20px;
}
.sub_conA .other_trouble {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.sub_conA.scrollme .other_trouble section .text {
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.sub_conA.scrollme.service_top .other_trouble .text span {
  font-size: 13px;
  color: #FF7D4A;
  margin-top: 8px;
  display: block;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
.sub_conA .other_trouble section .trouble_img {
  width: 100%;
  height: 220px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conA.scrollme .other_trouble section .trouble_img.trouble_D {
  background-image: url(img/leakage.jpg);
}
.sub_conA.scrollme .other_trouble section .trouble_img.other_A {
  background-image: url(img/reform.jpg);
}
.sub_conA.scrollme .other_trouble section .trouble_img.other_B {
  background-image: url(img/wallpaper.jpg);
}
.sub_conA.scrollme .other_trouble section .trouble_img.other_C {
  background-image: url(img/flooring.jpg);
}
.sub_conA.scrollme .other_trouble section .trouble_img.other_D {
  background-image: url(img/wall_paint.jpg);
}
.sub_conA.scrollme .other_trouble section .trouble_img.other_E {
  background-image: url(img/waterworks.jpg);
}
.sub_conA.scrollme .other_trouble section .trouble_img.other_F {
  background-image: url(img/pest_control.jpg);
}
.sub_conA.scrollme .other_trouble section .trouble_img.other_G {
  background-image: url(img/water_tank.jpg);
}
.sub_conA.scrollme .other_trouble section {
  margin-top: 30px;
	-webkit-box-shadow: 0px 0px 6px #717171;
  box-shadow: 0px 0px 6px #717171;
}
form p {
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 15px;
  padding-top: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
form .textfield_label {
  font-size: 14px;
  display: inline-block;
  width: 125px;
  color: #2E2E2E;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
form .icon_any {
  font-size: 11px;
  background-color: #0095CD;
  font-weight: normal;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #FFFFFF;
  border-radius: 3px;
}
form .icon_require {
  font-size: 11px;
  background-color: #FF7038;
  font-weight: normal;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #FFFFFF;
  border-radius: 3px;
}
form .content_box .radio {
	width: 12px;
	height: 12px;
	top: 1px;
	position: relative;
}
form .content_box {
	font-size: 12px;
	margin-top: 5px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000000;
	font-weight: normal;
}
form .supplement {
	font-size: 12px;
	margin-top: 5px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #FF7038;
	font-weight: normal;
	display: inline-block;
}
form #fullname {
	padding: 3px;
	width: 97%;
	font-size: 12px;
	margin-top: 7px;
	border: 1px solid #919EA9;
}
form #company {
	padding: 3px;
	width: 97%;
	font-size: 12px;
	margin-top: 7px;
	border: 1px solid #919EA9;
}
form #hour {
	padding: 3px;
	width: 97%;
	font-size: 12px;
	margin-top: 7px;
	border: 1px solid #919EA9;
}
form #staff {
	padding: 3px;
	width: 97%;
	font-size: 12px;
	margin-top: 7px;
	border: 1px solid #919EA9;
}
form #cooperate {
	padding: 3px;
	width: 97%;
	font-size: 12px;
	margin-top: 7px;
	border: 1px solid #919EA9;
}
form #qualify {
	padding: 3px;
	width: 97%;
	font-size: 12px;
	margin-top: 7px;
	border: 1px solid #919EA9;
}
form #url {
	padding: 3px;
	width: 97%;
	font-size: 12px;
	margin-top: 7px;
	border: 1px solid #919EA9;
}
form #day_off {
	padding: 3px;
	width: 97%;
	font-size: 12px;
	margin-top: 7px;
	border: 1px solid #919EA9;
}
form #tel {
	padding: 3px;
	width: 97%;
	font-size: 12px;
	margin-top: 7px;
	border: 1px solid #919EA9;
}
form #mail {
	padding: 3px;
	width: 97%;
	font-size: 12px;
	margin-top: 7px;
	border: 1px solid #919EA9;
}
form #area {
	padding: 3px;
	width: 97%;
	font-size: 12px;
	margin-top: 7px;
	border: 1px solid #919EA9;
}
form #address {
	padding: 3px;
	width: 97%;
	font-size: 12px;
	margin-top: 7px;
	border: 1px solid #919EA9;
}
form #visit {
	padding: 3px;
	width: 97%;
	font-size: 12px;
	margin-top: 7px;
	border: 1px solid #919EA9;
}
form #message {
	padding: 3px;
	width: 97%;
	font-size: 12px;
	margin-top: 7px;
	height: 160px;
	border: 1px solid #919EA9;
}
form .submit {
	border-bottom-style: none;
	margin-top: 5px;
	text-align: center;
}
form .submit input {
  font-size: 14px;
  background-color: #0095CD;
  color: #FFFFFF;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.3s;
  border-radius: 5px;
}
form .submit input:hover  {
	cursor: pointer;
	opacity: 0.7;
}
.conB .mail_form {
  background-color: rgba(255,255,255,0.93);
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 3px solid #39AFDD;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
footer .foot_logo {
  margin-top: 30px;
}
footer small span {
  font-size: 15px;
  margin-right: 3px;
  display: block;
}
footer small {
  color: #93E0FF;
  font-size: 11px;
  text-align: center;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.sub_conD .service_box .triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 12px solid white;
  margin-left: auto;
  margin-right: auto;
}
.sub_conC .service_box .triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 12px solid #39AFDD;
  margin-left: auto;
  margin-right: auto;
}
.sub_conD .invest_box .img_box {
  height: 190px;
  margin-left: 8px;
  margin-right: 8px;
	border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.invest_box .img_box {
	height: 200px;
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
}
.invest_box .img_box .before {
	background-color: #353535;
	color: #FFFFFF;
	font-size: 13px;
	display: inline-block;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 0.12em;
	position: absolute;
	border-radius: 30px;
	left: 5px;
	top: 8px;
	text-align: center;
	border: 1px solid #FFFFFF;
}
.invest_box .img_box .after {
	background-color: #39AFDD;
  color: #FFFFFF;
  font-size: 13px;
  display: inline-block;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
  letter-spacing: 0.12em;
  position: absolute;
	border-radius: 30px;
	left: 5px;
	top: 8px;
	text-align: center;
	border: 1px solid #FFFFFF;
}
.invest_box .img_box.margin_top {
	margin-top: 15px;
}
.sub_conD .invest_box .img_box.fiberscope {
  background-image: url(img/trouble_toilet_H.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.washstand_repair {
  background-image: url(img/trouble_washroom_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.pump_repair {
  background-image: url(img/trouble_pump_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.boiler_change {
  background-image: url(img/trouble_boiler_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.repaper {
  background-image: url(img/wallpaper.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.faucet_leakage {
  background-image: url(img/trouble_faucet_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.bath_clog {
  background-image: url(img/trouble_bath_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.kitchen_faucet {
  background-image: url(img/trouble_kitchen_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.toilet_tank {
  background-image: url(img/trouble_toilet_C.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.pump_stop {
  background-image: url(img/test_sample.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.boiler_leakage {
  background-image: url(img/trouble_boiler_C.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.repaint {
  background-image: url(img/wall_paint.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.bath_stench {
  background-image: url(img/trouble_bath_E.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.kitchen_leakage {
  background-image: url(img/trouble_drain_C.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.sewer {
  background-image: url(img/trouble_pipe_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.trap {
  background-image: url(img/greasetrap.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.faucet_change {
  background-image: url(img/trouble_washroom_C.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.out_faucet_change {
  background-image: url(img/faucet_change.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.toilet_failure {
  background-image: url(img/washlet.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.toilet_crack {
  background-image: url(img/trouble_toilet_G.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.pest {
  background-image: url(img/pest_control.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.hose_change {
  background-image: url(img/trouble_bath_C.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.washstand_change {
  background-image: url(img/washstand_change.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub_conC .invest_box .img_box.waterpipe_burst_trouble_A {
  background-image: url(waterpipe_burst_img/trouble_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.waterpipe_burst_trouble_B {
  background-image: url(waterpipe_burst_img/trouble_B.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.waterpipe_burst_trouble_C {
  background-image: url(waterpipe_burst_img/trouble_C.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub_conC .invest_box .img_box.ceiling_leak_trouble_A {
  background-image: url(ceiling_leak_img/trouble_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.ceiling_leak_trouble_B {
  background-image: url(ceiling_leak_img/trouble_B.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.ceiling_leak_trouble_C {
  background-image: url(ceiling_leak_img/trouble_C.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub_conC .invest_box .img_box.tg_trouble_A {
  background-image: url(tracergas_img/trouble_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.tg_trouble_B {
  background-image: url(tracergas_img/trouble_B.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.tg_trouble_C {
  background-image: url(tracergas_img/trouble_E.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.tg_trouble_D {
  background-image: url(tracergas_img/trouble_F.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub_conC .invest_box .img_box.equipment_A {
  background-image: url(tracergas_img/equipment_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.equipment_B {
  background-image: url(tracergas_img/equipment_B.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.equipment_C {
  background-image: url(tracergas_img/equipment_C.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.equipment_D {
  background-image: url(tracergas_img/equipment_D.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub_conC .invest_box .img_box.pipelocator {
  background-image: url(img/trouble_toilet_B.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.pump_change {
  background-image: url(img/trouble_pump_B.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.pump_change_B {
  background-image: url(img/trouble_pump_C.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.boiler_failure {
  background-image: url(img/trouble_boiler_B.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.wooden_floor {
  background-image: url(img/flooring.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.faucet_repair {
  background-image: url(img/trouble_faucet_B.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.bath_leakage {
  background-image: url(img/trouble_bath_B.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.kitchen_clog {
  background-image: url(img/trouble_drain_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.kitchen_clog {
  background-image: url(img/trouble_drain_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.masu {
  background-image: url(img/masu.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.invest_box .img_box.tracer {
  background-image: url(img/tracer.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.plumbing {
  background-image: url(img/trouble_pipe_B.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.washstand_stench {
  background-image: url(img/washstand.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.stench {
  background-image: url(img/trouble_toilet_D.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.exchange {
  background-image: url(img/toilet_trouble.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.waterworks {
  background-image: url(img/waterworks.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.bath_faucet {
  background-image: url(img/trouble_bath_D.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.kitchen_stench {
  background-image: url(img/trouble_drain_B.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conD .invest_box .img_box.pipe_stench {
  background-image: url(img/leakage.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.invest_box .img_box.pipe_stench {
  background-image: url(img/leakage.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.washstand_close {
  background-image: url(img/trouble_washroom_D.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.laundry {
  background-image: url(img/trouble_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub_conC .invest_box .img_box.ceiling_leak_case_A_01 {
  background-image: url(ceiling_leak_img/ceiling_leak_case_A_01.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.ceiling_leak_case_A_02 {
  background-image: url(ceiling_leak_img/ceiling_leak_case_A_02.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.ceiling_leak_case_A_03 {
  background-image: url(ceiling_leak_img/ceiling_leak_case_A_03.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.ceiling_leak_case_B_01 {
  background-image: url(ceiling_leak_img/ceiling_leak_case_B_01.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.ceiling_leak_case_B_02 {
  background-image: url(ceiling_leak_img/ceiling_leak_case_B_02.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.ceiling_leak_case_B_03 {
  background-image: url(ceiling_leak_img/ceiling_leak_case_B_03.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.ceiling_leak_case_C_01 {
  background-image: url(ceiling_leak_img/ceiling_leak_case_C_01.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.ceiling_leak_case_C_02 {
  background-image: url(ceiling_leak_img/ceiling_leak_case_C_02.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.ceiling_leak_case_C_03 {
  background-image: url(ceiling_leak_img/ceiling_leak_case_C_03.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub_conC .invest_box .img_box.tracer_gas_case_A_01 {
  background-image: url(tracergas_img/tracer_gas_case_A_01.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.tracer_gas_case_A_02 {
  background-image: url(tracergas_img/tracer_gas_case_A_02.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.tracer_gas_case_A_03 {
  background-image: url(tracergas_img/tracer_gas_case_A_03.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.tracer_gas_case_B_01 {
  background-image: url(tracergas_img/tracer_gas_case_B_01.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.tracer_gas_case_B_02 {
  background-image: url(tracergas_img/tracer_gas_case_B_02.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.tracer_gas_case_B_03 {
  background-image: url(tracergas_img/tracer_gas_case_B_03.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.tracer_gas_case_C_01 {
  background-image: url(tracergas_img/tracer_gas_case_C_01.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.tracer_gas_case_C_02 {
  background-image: url(tracergas_img/tracer_gas_case_C_02.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.tracer_gas_case_C_03 {
  background-image: url(tracergas_img/tracer_gas_case_C_03.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub_conC .invest_box .img_box.waterpipe_burst_case_A_01 {
  background-image: url(waterpipe_burst_img/waterpipe_burst_case_A_01.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.waterpipe_burst_case_A_02 {
  background-image: url(waterpipe_burst_img/waterpipe_burst_case_A_02.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.waterpipe_burst_case_A_03 {
  background-image: url(waterpipe_burst_img/waterpipe_burst_case_A_03.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.waterpipe_burst_case_B_01 {
  background-image: url(waterpipe_burst_img/waterpipe_burst_case_B_01.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.waterpipe_burst_case_B_02 {
  background-image: url(waterpipe_burst_img/waterpipe_burst_case_B_02.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.waterpipe_burst_case_B_03 {
  background-image: url(waterpipe_burst_img/waterpipe_burst_case_B_03.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.waterpipe_burst_case_C_01 {
  background-image: url(waterpipe_burst_img/waterpipe_burst_case_C_01.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.waterpipe_burst_case_C_02 {
  background-image: url(waterpipe_burst_img/waterpipe_burst_case_C_02.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conC .invest_box .img_box.waterpipe_burst_case_C_03 {
  background-image: url(waterpipe_burst_img/waterpipe_burst_case_C_03.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


.sub_conE .main_text {
  margin-bottom: 30px;
}
.sub_conE .base_price {
  margin-top: 25px;
}
.map_img .map_zoom {
  position: absolute;
  top: 44%;
  left: 30%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.accordion .section_title_white h3 {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 10px;
  margin-top: 25px;
}
.accordion .section_title_black h3 {
  font-size: 15px;
  font-weight: bold;
  color: #313131;
  border-bottom: 1px solid #313131;
  padding-bottom: 10px;
  margin-top: 25px;
}
.trouble_box .trouble_title h3 span {
  font-size: 10px;
  font-weight: normal;
}
.accordion .ac_box dt .qmark {
  width: 32px;
  height: 32px;
  background-color: #39AFDD;
  position: relative;
  border-radius: 5px;
  margin-right: 5px;
}
.accordion .ac_box dd .amark {
  width: 32px;
  height: 32px;
  background-color: #FF7D4A;
  position: relative;
  border-radius: 5px;
  margin-right: 5px;
}
.accordion .ac_box dt span {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;
  font-size: 22px;
}
.accordion .ac_box dd span {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;
  font-size: 22px;
}
.accordion .ac_box dt h3 {
  font-size: 12px;
  width: 86%;
}
.foot_menu .ac_box dt h4 {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.phone_menu .ac_box dt h3 {
  font-size: 13px;
  color: #FFFFFF;
  text-align: left;
  width: 100%;
  display: block;
  padding-top: 10px;
	padding-bottom: 8px;
  transition: all 0.3s;
}
.foot_menu .ac_box dt a {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
.phone_menu .ac_box dt a {
  font-size: 13px;
  color: #FFFFFF;
  text-align: left;
  width: 100%;
  text-decoration: none;
  padding-top: 10px;
  transition: all 0.3s;
  padding-bottom: 8px;
}
.phone_menu .ac_box dt a:hover  {
  color: #FFE500;
}
.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
.foot_menu {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
.phone_menu {
  margin-left: auto;
  margin-right: auto;
  z-index: 50;
}
.sub_conD .accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 40px;
}
.sub_conF .accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 40px;
}
.conG .accordion {
	width: 92%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 40px;
}
.accordion .ac_box {
  margin-top: 17px;
}
.accordion .ac_box dt {
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  height: auto;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding-top: 8px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 8px;
}
.foot_menu .ac_box dt {
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  height: auto;
  justify-content: space-between;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #FFFFFF;
}
.phone_menu .ac_box dt {
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid #A7E5FF;
  justify-content: space-between;
}
.phone_menu .ac_box dt:hover h3 {
  color: #FFE500;
}
.foot_menu .ac_box .last_line {
  border-bottom: 1px solid #FFFFFF;
}
.conG .accordion .ac_box dt {
  background-color: #ECF8FF;
}
.sub_conF .accordion .ac_box dt {
  background-color: #ECF8FF;
}
.accordion .ac_box dd {
  text-align: justify;
  display: none;
  background-color: #FFFFFF;
  padding-bottom: 10px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.foot_menu .ac_box dd {
  text-align: justify;
  display: none;
  background-color: #FFFFFF;
  padding-bottom: 10px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.phone_menu .ac_box dd {
  text-align: left;
  display: none;
  background-color: #FFFFFF;
  padding-bottom: 10px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.works_box section .text_box {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
}
.voice_box section .text_box {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #FFFFFF;
  margin-bottom: 20px;
	 -webkit-box-shadow: 0px 0px 8px #717171;
  box-shadow: 0px 0px 8px #717171;
}
.works_box .text_box .works_text {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
}
.voice_box .text_box .voice_text {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
}
.works_box .text_box .works_text:last-child  {
  border: none;
}
.voice_box .text_box .voice_text:last-child  {
  border: none;
}
.works_box .img.bath_case_A {
  background-image: url(works_img/bath_case_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.bath_case_B {
  background-image: url(works_img/bath_case_B.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.bath_case_C {
  background-image: url(works_img/bath_case_C.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.bath_case_D {
  background-image: url(works_img/bath_case_D.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.bath_case_E {
  background-image: url(works_img/bath_case_E.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.bath_case_F {
  background-image: url(works_img/bath_case_F.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.bath_case_G {
  background-image: url(works_img/bath_case_G.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.bath_case_H {
  background-image: url(works_img/bath_case_H.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.bath_case_I {
  background-image: url(works_img/bath_case_I.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.bath_case_J {
  background-image: url(works_img/bath_case_J.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.bath_case_K {
  background-image: url(works_img/bath_case_K.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.bath_case_L {
  background-image: url(works_img/bath_case_L.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.bath_case_M {
  background-image: url(works_img/bath_case_M.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.bath_case_N {
  background-image: url(works_img/bath_case_N.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_A {
  background-image: url(works_img/outdoor_case_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_B {
  background-image: url(works_img/outdoor_case_B.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_C {
  background-image: url(works_img/outdoor_case_C.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_D {
  background-image: url(works_img/outdoor_case_D.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_E {
  background-image: url(works_img/outdoor_case_E.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_F {
  background-image: url(works_img/outdoor_case_F.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_G {
  background-image: url(works_img/outdoor_case_G.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_H {
  background-image: url(works_img/outdoor_case_H.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_I {
  background-image: url(works_img/outdoor_case_I.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_J {
  background-image: url(works_img/outdoor_case_J.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_K {
  background-image: url(works_img/outdoor_case_K.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_L {
  background-image: url(works_img/outdoor_case_L.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_M {
  background-image: url(works_img/outdoor_case_M.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_N {
  background-image: url(works_img/outdoor_case_N.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_O {
  background-image: url(works_img/outdoor_case_O.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_P {
  background-image: url(works_img/outdoor_case_P.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_Q {
  background-image: url(works_img/outdoor_case_Q.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_R {
  background-image: url(works_img/outdoor_case_R.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_S {
  background-image: url(works_img/outdoor_case_S.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_T {
  background-image: url(works_img/outdoor_case_T.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_U {
  background-image: url(works_img/outdoor_case_U.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_V {
  background-image: url(works_img/outdoor_case_V.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_W {
  background-image: url(works_img/outdoor_case_W.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_X {
  background-image: url(works_img/outdoor_case_X.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works_box .img.outdoor_case_Y {
  background-image: url(works_img/outdoor_case_Y.jpg);
}
.works_box .img.outdoor_case_Z {
  background-image: url(works_img/outdoor_case_Z.jpg);
}
.works_box .img.outdoor_case_AA {
	background-image: url(works_img/outdoor_case_AA.jpg);
}
.works_box .img.outdoor_case_AB {
	background-image: url(works_img/outdoor_case_AB.jpg);
}
.works_box .img.outdoor_case_AC {
	background-image: url(works_img/outdoor_case_AC.jpg);
}


.works_box .img.pipe_case_A {
  background-image: url(works_img/pipe_case_A.jpg);
}
.works_box .img.pipe_case_B {
  background-image: url(works_img/pipe_case_B.jpg);
}
.works_box .img.pipe_case_C {
  background-image: url(works_img/pipe_case_C.jpg);
}
.works_box .img.pipe_case_D {
  background-image: url(works_img/pipe_case_D.jpg);
}
.works_box .img.pipe_case_E {
  background-image: url(works_img/pipe_case_E.jpg);
}
.works_box .img.pipe_case_F {
  background-image: url(works_img/pipe_case_F.jpg);
}
.works_box .img.pipe_case_G {
  background-image: url(works_img/pipe_case_G.jpg);
}
.works_box .img.pipe_case_H {
  background-image: url(works_img/pipe_case_H.jpg);
}
.works_box .img.pipe_case_I {
  background-image: url(works_img/pipe_case_I.jpg);
}
.works_box .img.pipe_case_J {
  background-image: url(works_img/pipe_case_J.jpg);
}
.works_box .img.pipe_case_K {
  background-image: url(works_img/pipe_case_K.jpg);
}
.works_box .img.pipe_case_L {
  background-image: url(works_img/pipe_case_L.jpg);
}
.works_box .img.pipe_case_M {
  background-image: url(works_img/pipe_case_M.jpg);
}
.works_box .img.pipe_case_N {
  background-image: url(works_img/pipe_case_N.jpg);
}
.works_box .img.pipe_case_O {
  background-image: url(works_img/pipe_case_O.jpg);
}
.works_box .img.pipe_case_P {
  background-image: url(works_img/pipe_case_P.jpg);
}
.works_box .img.pipe_case_Q {
  background-image: url(works_img/pipe_case_Q.jpg);
}
.works_box .img.pipe_case_R {
  background-image: url(works_img/pipe_case_R.jpg);
}
.works_box .img.pipe_case_S {
  background-image: url(works_img/pipe_case_S.jpg);
}
.works_box .img.pipe_case_T {
  background-image: url(works_img/pipe_case_T.jpg);
}
.works_box .img.pipe_case_U {
  background-image: url(works_img/pipe_case_U.jpg);
}
.works_box .img.pipe_case_V {
  background-image: url(works_img/pipe_case_V.jpg);
}
.works_box .img.pipe_case_W {
  background-image: url(works_img/pipe_case_W.jpg);
}
.works_box .img.pipe_case_X {
  background-image: url(works_img/pipe_case_X.jpg);
}
.works_box .img.pipe_case_Y {
  background-image: url(works_img/pipe_case_Y.jpg);
}
.works_box .img.pipe_case_Z {
	background-image: url(works_img/pipe_case_Z.jpg);
}


.works_box .img.kitchen_case_A {
  background-image: url(works_img/kitchen_case_A.jpg);
}
.works_box .img.kitchen_case_B {
  background-image: url(works_img/kitchen_case_B.jpg);
}
.works_box .img.kitchen_case_C {
  background-image: url(works_img/kitchen_case_C.jpg);
}
.works_box .img.kitchen_case_D {
  background-image: url(works_img/kitchen_case_D.jpg);
}
.works_box .img.kitchen_case_E {
  background-image: url(works_img/kitchen_case_E.jpg);
}
.works_box .img.kitchen_case_F {
  background-image: url(works_img/kitchen_case_F.jpg);
}
.works_box .img.kitchen_case_G {
  background-image: url(works_img/kitchen_case_G.jpg);
}
.works_box .img.kitchen_case_H {
  background-image: url(works_img/kitchen_case_H.jpg);
}
.works_box .img.kitchen_case_I {
  background-image: url(works_img/kitchen_case_I.jpg);
}
.works_box .img.kitchen_case_J {
  background-image: url(works_img/kitchen_case_J.jpg);
}
.works_box .img.kitchen_case_K {
  background-image: url(works_img/kitchen_case_K.jpg);
}
.works_box .img.kitchen_case_L {
  background-image: url(works_img/kitchen_case_L.jpg);
}
.works_box .img.kitchen_case_M {
  background-image: url(works_img/kitchen_case_M.jpg);
}
.works_box .img.kitchen_case_N {
  background-image: url(works_img/kitchen_case_N.jpg);
}
.works_box .img.kitchen_case_O {
  background-image: url(works_img/kitchen_case_O.jpg);
}
.works_box .img.kitchen_case_P {
  background-image: url(works_img/kitchen_case_P.jpg);
}
.works_box .img.kitchen_case_Q {
  background-image: url(works_img/kitchen_case_Q.jpg);
}
.works_box .img.kitchen_case_R {
  background-image: url(works_img/kitchen_case_R.jpg);
}
.works_box .img.kitchen_case_S {
  background-image: url(works_img/kitchen_case_S.jpg);
}
.works_box .img.kitchen_case_T {
  background-image: url(works_img/kitchen_case_T.jpg);
}
.works_box .img.kitchen_case_U {
  background-image: url(works_img/kitchen_case_U.jpg);
}
.works_box .img.kitchen_case_V {
  background-image: url(works_img/kitchen_case_V.jpg);
}
.works_box .img.kitchen_case_W {
  background-image: url(works_img/kitchen_case_W.jpg);
}
.works_box .img.kitchen_case_X {
  background-image: url(works_img/kitchen_case_X.jpg);
}
.works_box .img.kitchen_case_Y {
  background-image: url(works_img/kitchen_case_Y.jpg);
}
.works_box .img.kitchen_case_Z {
  background-image: url(works_img/kitchen_case_Z.jpg);
}
.works_box .img.kitchen_case_AA {
  background-image: url(works_img/kitchen_case_AA.jpg);
}
.works_box .img.kitchen_case_AB {
  background-image: url(works_img/kitchen_case_AB.jpg);
}
.works_box .img.kitchen_case_AC {
  background-image: url(works_img/kitchen_case_AC.jpg);
}
.works_box .img.kitchen_case_AD {
  background-image: url(works_img/kitchen_case_AD.jpg);
}
.works_box .img.kitchen_case_AE {
  background-image: url(works_img/kitchen_case_AE.jpg);
}
.works_box .img.kitchen_case_AF {
	background-image: url(works_img/kitchen_case_AF.jpg);
}
.works_box .img.kitchen_case_AG {
	background-image: url(works_img/kitchen_case_AG.jpg);
}


.works_box .img.washroom_case_A {
  background-image: url(works_img/washroom_case_A.jpg);
}
.works_box .img.washroom_case_B {
  background-image: url(works_img/washroom_case_B.jpg);
}
.works_box .img.washroom_case_C {
  background-image: url(works_img/washroom_case_C.jpg);
}
.works_box .img.washroom_case_D {
  background-image: url(works_img/washroom_case_D.jpg);
}
.works_box .img.washroom_case_E {
  background-image: url(works_img/washroom_case_E.jpg);
}
.works_box .img.washroom_case_F {
  background-image: url(works_img/washroom_case_F.jpg);
}
.works_box .img.washroom_case_G {
  background-image: url(works_img/washroom_case_G.jpg);
}
.works_box .img.washroom_case_H {
  background-image: url(works_img/washroom_case_H.jpg);
}
.works_box .img.washroom_case_I {
  background-image: url(works_img/washroom_case_I.jpg);
}
.works_box .img.washroom_case_J {
  background-image: url(works_img/washroom_case_J.jpg);
}
.works_box .img.washroom_case_K {
  background-image: url(works_img/washroom_case_K.jpg);
}
.works_box .img.washroom_case_L {
  background-image: url(works_img/washroom_case_L.jpg);
}
.works_box .img.washroom_case_M {
  background-image: url(works_img/washroom_case_M.jpg);
}
.works_box .img.washroom_case_N {
  background-image: url(works_img/washroom_case_N.jpg);
}
.works_box .img.washroom_case_O {
  background-image: url(works_img/washroom_case_O.jpg);
}
.works_box .img.washroom_case_P {
  background-image: url(works_img/washroom_case_P.jpg);
}
.works_box .img.washroom_case_Q {
  background-image: url(works_img/washroom_case_Q.jpg);
}
.works_box .img.washroom_case_R {
  background-image: url(works_img/washroom_case_R.jpg);
}
.works_box .img.washroom_case_S {
  background-image: url(works_img/washroom_case_S.jpg);
}
.works_box .img.washroom_case_T {
  background-image: url(works_img/washroom_case_T.jpg);
}
.works_box .img.toilet_case_A {
  background-image: url(works_img/toilet_case_A.jpg);
}
.works_box .img.toilet_case_B {
  background-image: url(works_img/toilet_case_B.jpg);
}
.works_box .img.toilet_case_C {
  background-image: url(works_img/toilet_case_C.jpg);
}
.works_box .img.toilet_case_D {
  background-image: url(works_img/toilet_case_D.jpg);
}
.works_box .img.toilet_case_E {
  background-image: url(works_img/toilet_case_E.jpg);
}
.works_box .img.toilet_case_F {
  background-image: url(works_img/toilet_case_F.jpg);
}
.works_box .img.toilet_case_G {
  background-image: url(works_img/toilet_case_G.jpg);
}
.works_box .img.toilet_case_H {
  background-image: url(works_img/toilet_case_H.jpg);
}
.works_box .img.toilet_case_I {
  background-image: url(works_img/toilet_case_I.jpg);
}
.works_box .img.toilet_case_J {
  background-image: url(works_img/toilet_case_J.jpg);
}
.works_box .img.toilet_case_K {
  background-image: url(works_img/toilet_case_K.jpg);
}
.works_box .img.toilet_case_L {
  background-image: url(works_img/toilet_case_L.jpg);
}
.works_box .img.toilet_case_M {
  background-image: url(works_img/toilet_case_M.jpg);
}
.works_box .img.toilet_case_N {
  background-image: url(works_img/toilet_case_N.jpg);
}
.works_box .img.toilet_case_O {
  background-image: url(works_img/toilet_case_O.jpg);
}
.works_box .img.toilet_case_P {
  background-image: url(works_img/toilet_case_P.jpg);
}
.works_box .img.toilet_case_Q {
  background-image: url(works_img/toilet_case_Q.jpg);
}
.works_box .img.toilet_case_R {
  background-image: url(works_img/toilet_case_R.jpg);
}
.works_box .img.toilet_case_S {
  background-image: url(works_img/toilet_case_S.jpg);
}
.works_box .img.toilet_case_T {
  background-image: url(works_img/toilet_case_T.jpg);
}
.works_box .img.toilet_case_U {
  background-image: url(works_img/toilet_case_U.jpg);
}
.works_box .img.toilet_case_V {
  background-image: url(works_img/toilet_case_V.jpg);
}
.works_box .img.toilet_case_W {
  background-image: url(works_img/toilet_case_W.jpg);
}
.works_box .img.toilet_case_X {
  background-image: url(works_img/toilet_case_X.jpg);
}
.works_box .img.toilet_case_Y {
  background-image: url(works_img/toilet_case_Y.jpg);
}
.works_box .img.toilet_case_Z {
  background-image: url(works_img/toilet_case_Z.jpg);
}
.works_box .img.toilet_case_AA {
  background-image: url(works_img/toilet_case_AA.jpg);
}
.works_box .img.toilet_case_AB {
  background-image: url(works_img/toilet_case_AB.jpg);
}
.works_box .img.toilet_case_AC {
  background-image: url(works_img/toilet_case_AC.jpg);
}
.works_box .img.toilet_case_AD {
  background-image: url(works_img/toilet_case_AD.jpg);
}
.works_box .img.toilet_case_AE {
  background-image: url(works_img/toilet_case_AE.jpg);
}
.works_box .img.toilet_case_AF {
  background-image: url(works_img/toilet_case_AF.jpg);
}
.works_box .img.toilet_case_AG {
  background-image: url(works_img/toilet_case_AG.jpg);
}
.works_box .img.toilet_case_AH {
  background-image: url(works_img/toilet_case_AH.jpg);
}
.works_box .img.toilet_case_AI {
  background-image: url(works_img/toilet_case_AI.jpg);
}
.works_box .img.toilet_case_AJ {
  background-image: url(works_img/toilet_case_AJ.jpg);
}
.works_box .img.toilet_case_AK {
  background-image: url(works_img/toilet_case_AK.jpg);
}
.works_box .img.toilet_case_AL {
  background-image: url(works_img/toilet_case_AL.jpg);
}
.works_box .img.toilet_case_AM {
  background-image: url(works_img/toilet_case_AM.jpg);
}
.works_box .img.toilet_case_AN {
  background-image: url(works_img/toilet_case_AN.jpg);
}
.works_box .img.toilet_case_AO {
	background-image: url(works_img/toilet_case_AO.jpg);
}
.works_box .img.toilet_case_AP {
	background-image: url(works_img/toilet_case_AP.jpg);
}


.works_box .img {
	height: 240px;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.works_box .img_box {
	height: 240px;
	position: relative;
	display: flex;
}
.works_box .img_box .separate_img {
	width: 50%;
	overflow: hidden;
}
.works_box .img_box .separate_img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.works_box section {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 8px #717171;
  box-shadow: 0px 0px 8px #717171;
}
.voice_box section {
  margin-bottom: 30px;
}
.works_box section h2 {
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #FFFFFF;
}
.works_box .works_text h3 {
  font-size: 11px;
  font-weight: bold;
  width: 80px;
  padding-left: 15px;
}
.voice_box .voice_text h3 {
  font-size: 11px;
  font-weight: bold;
  width: 80px;
  padding-left: 15px;
}
.works_box .works_text p {
  font-size: 11px;
  border-left: 1px solid #CCCCCC;
  padding-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.voice_box .voice_text p {
  font-size: 11px;
  border-left: 1px solid #CCCCCC;
  padding-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.voice_box .voice_text_last p {
  font-size: 11px;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.sub_conA.works_top .container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}
.sub_conA.voice_top .container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}
.rec_detail {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: rgba(255,255,255,0.80);
}
.case_detail {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.recruit_link a .rec_link_box .rec_link_inner {
  transition-duration: 0.4s;
  height: 150px;
  width: 100%;
}
.recruit_link a .rec_link_box .rec_A {
  background-image: url(img/connect_question.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.recruit_link a .rec_link_box .rec_B {
  background-image: url(img/pose.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.recruit_link a .rec_link_box .rec_C {
  background-image: url(img/standby.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.recruit_link a .rec_link_box {
  width: 100%;
  height: 150px;
  margin-left: 0px;
  margin-right: auto;
  overflow: hidden;
  filter: brightness(70%);
}
.recruit_link {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.privacy_box section {
  margin-bottom: 20px;
}
.privacy_box {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}
.privacy_box section p {
  font-size: 12px;
  color: #FFFFFF;
  text-align: justify;
}
.company_box {
  margin-top: 25px;
}
.company_box .img {
  height: 250px;
  border-radius: 10px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 8px #777777;
  box-shadow: 0px 0px 8px #777777;
}
.company_box .guideline_img {
  margin-bottom: 25px;
}
.company_box .img.ceo_img {
  background-image: url(img/ceo.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.company_box .text h3 {
  font-size: 17px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 5px;
}
.company_box h3 span {
  color: #FFFF00;
  font-size: 12px;
}
.company_box .img.philosophy_img {
  background-image: url(img/philosophy.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.diffe_box section span {
  font-size: 11px;
  text-align: center;
  display: block;
  color: #7E7E7E;
  margin-bottom: 15px;
}
.diffe_box .title_logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.diffe_box section .diffe_img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.diffe_box h2 .blue_text {
  color: #56C9F6;
  font-size: 6vw;
  text-shadow: 0px 0px 10px #FFFFFF;
}
.price_box h2 .blue_text {
  color: #56C9F6;
  text-shadow: 0px 0px 10px #FFFFFF;
}
.diffe_box h2 .red_text {
  color: #FF7D4A;
  font-size: 6vw;
	text-shadow: 0px 0px 10px #FFFFFF;
}
.attract_box section .attract_img {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
}
.request_box section .request_img {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -50px;
	display: block;
	padding: 0;
	background-color: #39AFDD;
	width: 95%;
}
.breadcrumb li {
	list-style-type: none;
	display: inline;
}
.breadcrumb li a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 11px;
  transition: all 0.3s;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.breadcrumb li a:hover  {
	opacity: 0.8;
}
.breadcrumb li:after{
  content: '>';
  padding-right: 2px;
	padding-left: 3px;
  color: #DEDEDE;
}
.breadcrumb li:last-child:after{
  content: '';
}
.conH .area_box {
  margin-top: 30px;
}
.sub_conA .area_box {
  margin-top: 30px;
}
.conH .area_box h3 {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	line-height: 2.1;
}
.sub_conA .area_box h3 {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	line-height: 2.1;
}
.conH .area_box p {
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
}
.sub_conA .area_box p {
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
}
.conH .container {
  padding-top: 70px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.conH {
  position: relative;
  background-color: rgba(30,93,118,0.40);
  padding-bottom: 75px;
}
.faq_box .swiper-container .swiper-button-prev {
  padding: 8px;
  border-radius: 5px;
  background-color: #39AFDD;
}
.faq_box .swiper-container .swiper-button-next {
  padding: 8px;
  border-radius: 5px;
  background-color: #39AFDD;
}
.faq_box {
  margin-top: 25px;
}
.faq_box .swiper-slide section {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 4px #616161;
  box-shadow: 0px 0px 4px #616161;
  display: block;
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
}
.faq_box .swiper-slide section p {
  font-size: 11px;
  text-align: justify;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.faq_box .swiper-slide section p.voice_text  {
  font-size: 11px;
  text-align: justify;
  text-indent: 0;
  padding-left: 0px;
}
.faq_box .swiper-slide section h3 {
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-weight: bold;
}
.faq_box .swiper-slide section h4 {
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-weight: bold;
}
.swiper-slide-next{
  opacity: 0.5;
}
.swiper-slide-prev{
  opacity: 0.5;
}
.conE .flow_box .middle_text {
  margin-bottom: 70px;
}
.conE .flow_box .middle_text p {
  color: #FFFF00;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
}
.conF .maker_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-around;
}
.conF .container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.conG .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.com_conB .container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.rec_conB .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.conF {
  position: relative;
  background-image: url(img/water_surface_A.jpg);
  background-position: center 14%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 90px;
  background-color: #FFFFFF;
}
.conG {
  position: relative;
  background-image: url(img/water_surface_A.jpg);
  background-position: center 14%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  background-color: #FFFFFF;
}
.com_conB {
  position: relative;
  background-image: url(img/water_surface_B.jpg);
  background-position: center 14%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  background-color: #FFFFFF;
}
.rec_conB {
  position: relative;
  background-image: url(img/water_surface_B.jpg);
  background-position: center 14%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  background-color: #FFFFFF;
}
.conB .main_title.second {
	margin-top: 15px;
}
.conC .trouble_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 45px;
}
.sub_conA .trouble_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.sub_conA .column_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.sub_conA.column_link .column_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  background-color: #39AFDD;
}

.conE .trouble_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
.attract_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 45px;
}
.request_box {
  margin-top: 45px;
}
.service_box {
  margin-top: 45px;
}
.conC .container {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.campaign_box {
	position: relative;
	background-color: #FFFFFF;
}
.campaign_box .container {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	padding-bottom: 50px;
}
.campaign_box .code_box {
	background-color: #39AFDD;
	padding-top: 40px;
	padding-bottom: 35px;
	border-radius: 10px;
	border: 4px solid #FBFF00;
}
.campaign_box .code_box p {
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
.campaign_box .code_box p span {
	color: #FF3D00;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.campaign_box .code_box p button {
	margin-left: 5px;
	font-size: 12px;
}
.campaign_box .code_box p.small {
	font-size: 12px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0px;
}
.campaign_box .code_box h4 {
	font-size: 20px;
	text-align: center;
	color: #FBFF00;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.campaign_box .code_box h4 span {
	font-size: 30px;
}

.sub_conA .container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}
.sub_conC .container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}
.sub_conG .container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}
.part_conA .container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}
.sub_conF .container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}
.sub_conE .container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.conC .trouble_box a .trouble_title {
	position: absolute;
	width: 100%;
	z-index: 5;
}
.sub_conA .trouble_box a .trouble_title {
	position: absolute;
	width: 100%;
	z-index: 5;
}
.sub_conA .column_box a .column_title {
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.conE .trouble_box a .trouble_title {
	position: absolute;
	width: 100%;
	z-index: 5;
}
.conC .trouble_box a .price_button {
	position: absolute;
	width: 135px;
	z-index: 5;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.sub_conA .trouble_box a .price_button {
	position: absolute;
	width: 135px;
	z-index: 5;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.sub_conA .column_box a .column_button {
	position: absolute;
	width: 135px;
	z-index: 5;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.conE .trouble_box a .price_button {
	position: absolute;
	width: 135px;
	z-index: 5;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.conC .trouble_box a .price_button p {
	font-size: 12px;
	text-align: center;
	
}
.sub_conA .trouble_box a .price_button p {
	font-size: 12px;
	text-align: center;
	
}
.sub_conA .column_box a .column_button p {
	font-size: 12px;
	text-align: center;
}
.conE .trouble_box a .price_button p {
	font-size: 12px;
	text-align: center;
	
}
.conC .trouble_box a .trouble_title h3 {
  background-color: rgba(57,175,221,0.90);
  color: #FFFFFF;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: bold;
	
}
.sub_conA .trouble_box a .trouble_title h3 {
  background-color: rgba(21,72,104,0.80);
  color: #FFFFFF;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  font-weight: bold;
}
.sub_conA .column_box a .column_title h3 {
  background-color: rgba(21,72,104,0.80);
  color: #FFFFFF;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: justify;
  padding-left: 5px;
  padding-right: 5px;
}
.sub_conA .column_box a .column_title h4 {
  background-color: rgba(21,72,104,0.80);
  color: #FFFFFF;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: justify;
  padding-left: 5px;
  padding-right: 5px;
}

.conE .trouble_box a .trouble_title h3 {
  background-color: rgba(57,175,221,0.90);
  color: #FFFFFF;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  font-weight: bold;
}
.attract_box section h3 {
  background-color: #39AFDD;
  color: #FFFFFF;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.request_box section h3 {
  background-color: #39AFDD;
  color: #FFFFFF;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.service_box section h3 {
  background-color: #39AFDD;
  color: #FFFFFF;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.price_box section h3 {
  background-color: #39AFDD;
  color: #FFFFFF;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin-bottom: 5px;
}
.conC .trouble_box a .trouble_title p {
	background-color: rgba(21,72,104,0.60);
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
.conE .trouble_box a .trouble_title p {
	background-color: rgba(21,72,104,0.60);
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
.sub_conA .trouble_box a .trouble_title p {
  background-color: rgba(21,72,104,0.55);
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 4px;
  padding-bottom: 4px;
}
.conC .trouble_box a:hover .expansion{
	transform: scale(1.12);
	transition-duration: 0.4s;
	filter: brightness(70%);
}
.sub_conA .trouble_box a:hover .expansion{
	transform: scale(1.12);
	transition-duration: 0.4s;
	filter: brightness(70%);
}
.sub_conA .column_box a:hover .expansion{
	transform: scale(1.12);
	transition-duration: 0.4s;
	filter: brightness(70%);
}

.conE .trouble_box a:hover .expansion{
	transform: scale(1.12);
	transition-duration: 0.4s;
	filter: brightness(70%);
}
.conC .trouble_box a .expansion{
	transition-duration: 0.4s;
	height: 180px;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.sub_conA .trouble_box a .expansion{
  transition-duration: 0.4s;
  height: 170px;
  width: 100%;
	background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conA .column_box a .expansion{
  transition-duration: 0.4s;
  height: 160px;
  width: 100%;
	background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.conE .trouble_box a .expansion{
	transition-duration: 0.4s;
	height: 170px;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.conC .trouble_box a .expansion_box {
	width: 100%;
	height: 180px;
	margin-left: 0px;
	margin-right: auto;
	overflow: hidden;
}
.sub_conA .trouble_box a .expansion_box {
  width: 100%;
  height: 170px;
  margin-left: 0px;
  margin-right: auto;
  overflow: hidden;
}
.sub_conA .column_box a .expansion_box {
  width: 100%;
  height: 160px;
  margin-left: 0px;
  margin-right: auto;
  overflow: hidden;
	border-radius: 7px;
}

.conE .trouble_box a .expansion_box {
  width: 100%;
  height: 170px;
  margin-left: 0px;
  margin-right: auto;
  overflow: hidden;
}
.conC .trouble_box .expansion.sv_A {
	background-image: url(img/toilet_trouble.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.sub_conA .trouble_box .expansion.sv_A {
	background-image: url(img/toilet_trouble.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.sub_conA .trouble_box .expansion.toilet_A {
  background-image: url(img/trouble_toilet_A.jpg);
}
.sub_conA .trouble_box .expansion.toilet_B {
  background-image: url(img/trouble_toilet_B.jpg);
}
.sub_conA .trouble_box .expansion.toilet_C {
  background-image: url(img/trouble_toilet_C.jpg);
}
.sub_conA .trouble_box .expansion.toilet_D {
  background-image: url(img/trouble_toilet_D.jpg);
}
.sub_conA .trouble_box .expansion.toilet_E {
  background-image: url(img/trouble_toilet_G.jpg);
}
.sub_conA .trouble_box .expansion.toilet_F {
  background-image: url(img/toilet_trouble.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conA .trouble_box .expansion.toilet_G {
  background-image: url(img/trouble_toilet_F.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_conA .trouble_box .expansion.pump_A {
  background-image: url(img/trouble_pump_A.jpg);
}
.sub_conA .trouble_box .expansion.pump_B {
  background-image: url(img/trouble_pump_B.jpg);
}
.sub_conA .trouble_box .expansion.pump_C {
  background-image: url(img/trouble_pump_C.jpg);
}
.sub_conA .trouble_box .expansion.boiler_A {
  background-image: url(img/trouble_boiler_A.jpg);
}
.sub_conA .trouble_box .expansion.boiler_B {
  background-image: url(img/trouble_boiler_B.jpg);
}
.sub_conA .trouble_box .expansion.boiler_C {
  background-image: url(img/trouble_boiler_C.jpg);
}
.sub_conA .trouble_box .expansion.question_A {
  background-image: url(img/flow_C.jpg);
}
.sub_conA .trouble_box .expansion.question_B {
  background-image: url(img/calculator.jpg);
}
.sub_conA .trouble_box .expansion.question_C {
  background-image: url(img/trouble_toilet_A.jpg);
}
.sub_conA .trouble_box .expansion.question_D {
  background-image: url(img/kitchen_trouble.jpg);
}
.sub_conA .trouble_box .expansion.question_E {
  background-image: url(img/washroom_trouble.jpg);
}
.sub_conA .trouble_box .expansion.question_F {
  background-image: url(img/trouble_drain_B.jpg);
}
.sub_conA .trouble_box .expansion.question_G {
  background-image: url(img/trouble_kitchen_A.jpg);
}
.sub_conA .trouble_box .expansion.question_H {
  background-image: url(img/water_supply.jpg);
}
.sub_conA .trouble_box .expansion.question_I {
  background-image: url(img/connect_question.jpg);
}
.sub_conA .trouble_box .expansion.question_J {
  background-image: url(img/problem.jpg);
}

.sub_conA .column_box .expansion.co_001 {
  background-image: url(https://mkc.jp/columns/column_img/co_001_G.jpg);
}
.sub_conA .column_box .expansion.co_002 {
  background-image: url(https://mkc.jp/columns/column_img/co_003_K.jpg);
}
.sub_conA .column_box .expansion.co_003 {
  background-image: url(https://mkc.jp/columns/column_img/co_004_B.jpg);
}
.sub_conA .column_box .expansion.co_004 {
  background-image: url(https://mkc.jp/columns/column_img/co_004_A.jpg);
}
.sub_conA .column_box .expansion.co_005 {
  background-image: url(https://mkc.jp/columns/column_img/co_005_D.jpg);
}
.sub_conA .column_box .expansion.co_006 {
  background-image: url(https://mkc.jp/columns/column_img/co_006_C.jpg);
}
.sub_conA .column_box .expansion.co_007 {
  background-image: url(https://mkc.jp/columns/column_img/co_007_hero_A.jpg);
}
.sub_conA .column_box .expansion.co_008 {
  background-image: url(https://mkc.jp/columns/column_img/co_008_A.jpg);
}
.sub_conA .column_box .expansion.co_009 {
  background-image: url(https://mkc.jp/columns/column_img/panic.jpg);
}
.sub_conA .column_box .expansion.co_010 {
  background-image: url(https://mkc.jp/columns/column_img/co_010_B.jpg);
}
.sub_conA .column_box .expansion.co_011 {
  background-image: url(https://mkc.jp/columns/column_img/co_011_img.jpg);
}
.sub_conA .column_box .expansion.co_012 {
  background-image: url(https://mkc.jp/columns/column_img/co_012_B.jpg);
}
.sub_conA .column_box .expansion.co_013 {
  background-image: url(https://mkc.jp/columns/column_img/co_013_A.jpg);
}
.sub_conA .column_box .expansion.co_014 {
  background-image: url(https://mkc.jp/columns/column_img/co_014_hero_A.jpg);
}
.sub_conA .column_box .expansion.co_015 {
  background-image: url(https://mkc.jp/columns/column_img/co_015_hero_B.jpg);
}
.sub_conA .column_box .expansion.co_016 {
  background-image: url(https://mkc.jp/columns/column_img/co_016_hero_A.jpg);
}
.sub_conA .column_box .expansion.co_017 {
  background-image: url(https://mkc.jp/columns/column_img/co_017_hero_A.jpg);
}
.sub_conA .column_box .expansion.co_018 {
  background-image: url(https://mkc.jp/columns/column_img/co_018_hero_B.jpg);
}
.sub_conA .column_box .expansion.co_019 {
  background-image: url(https://mkc.jp/columns/column_img/co_019_A.jpg);
}
.sub_conA .column_box .expansion.co_020 {
  background-image: url(https://mkc.jp/columns/column_img/co_020_A.jpg);
}
.sub_conA .column_box .expansion.co_021 {
  background-image: url(https://mkc.jp/columns/column_img/co_021_A.jpg);
}
.sub_conA .column_box .expansion.co_022 {
  background-image: url(https://mkc.jp/columns/column_img/co_022_A.jpg);
}
.sub_conA .column_box .expansion.co_023 {
  background-image: url(https://mkc.jp/columns/column_img/co_023_A.jpg);
}
.sub_conA .column_box .expansion.co_024 {
  background-image: url(https://mkc.jp/columns/column_img/co_024_B.jpg);
}
.sub_conA .column_box .expansion.co_025 {
  background-image: url(https://mkc.jp/columns/column_img/co_025_A.jpg);
}
.sub_conA .column_box .expansion.co_026 {
  background-image: url(https://mkc.jp/columns/column_img/co_026_hero_A.jpg);
}
.sub_conA .column_box .expansion.co_027 {
  background-image: url(https://mkc.jp/columns/column_img/co_027_A.jpg);
}
.sub_conA .column_box .expansion.co_028 {
  background-image: url(https://mkc.jp/columns/column_img/co_003_B.jpg);
}
.sub_conA .column_box .expansion.co_029 {
  background-image: url(https://mkc.jp/columns/column_img/co_029_hero_A.jpg);
}
.sub_conA .column_box .expansion.co_030 {
  background-image: url(https://mkc.jp/columns/column_img/co_030_hero.jpg);
}
.sub_conA .column_box .expansion.co_031 {
  background-image: url(https://mkc.jp/columns/column_img/water_leak.jpg);
}
.sub_conA .column_box .expansion.co_032 {
  background-image: url(https://mkc.jp/columns/column_img/co_029_A.jpg);
}
.sub_conA .column_box .expansion.co_033 {
  background-image: url(https://mkc.jp/columns/column_img/co_033_hero.jpg);
}
.sub_conA .column_box .expansion.co_034 {
  background-image: url(https://mkc.jp/columns/column_img/co_034_hero.jpg);
}
.sub_conA .column_box .expansion.co_035 {
  background-image: url(https://mkc.jp/columns/column_img/clean_staff.jpg);
}
.sub_conA .column_box .expansion.co_036 {
  background-image: url(https://mkc.jp/columns/column_img/restaurant.jpg);
}
.sub_conA .column_box .expansion.co_037 {
  background-image: url(https://mkc.jp/columns/column_img/co_027_B.jpg);
}
.sub_conA .column_box .expansion.co_038 {
  background-image: url(https://mkc.jp/columns/column_img/room.jpg);
}
.sub_conA .column_box .expansion.co_039 {
  background-image: url(https://mkc.jp/columns/column_img/ceiling.jpg);
}
.sub_conA .column_box .expansion.co_040 {
  background-image: url(https://mkc.jp/columns/column_img/ceiling_B.jpg);
}
.sub_conA .column_box .expansion.co_041 {
  background-image: url(https://mkc.jp/columns/column_img/listen.jpg);
}
.sub_conA .column_box .expansion.co_042 {
  background-image: url(https://mkc.jp/columns/column_img/water_leak_C.jpg);
}
.sub_conA .column_box .expansion.co_043 {
  background-image: url(https://mkc.jp/columns/column_img/cost_B.jpg);
}
.sub_conA .column_box .expansion.co_044 {
  background-image: url(https://mkc.jp/columns/column_img/wall.jpg);
}
.sub_conA .column_box .expansion.co_045 {
  background-image: url(https://mkc.jp/columns/column_img/water_leak_B.jpg);
}
.sub_conA .column_box .expansion.co_046 {
  background-image: url(https://mkc.jp/columns/column_img/ceiling_C.jpg);
}
.sub_conA .column_box .expansion.co_047 {
  background-image: url(https://mkc.jp/columns/column_img/leakage.jpg);
}
.sub_conA .column_box .expansion.co_048 {
  background-image: url(https://mkc.jp/columns/column_img/wash_machine.jpg);
}
.sub_conA .column_box .expansion.co_049 {
  background-image: url(https://mkc.jp/columns/column_img/leaking.jpg);
}
.sub_conA .column_box .expansion.co_050 {
  background-image: url(https://mkc.jp/columns/column_img/tile.jpg);
}
.sub_conA .column_box .expansion.co_051 {
  background-image: url(https://mkc.jp/columns/column_img/bath_room.jpg);
}
.sub_conA .column_box .expansion.co_052 {
  background-image: url(https://mkc.jp/columns/column_img/calendar.jpg);
}
.sub_conA .column_box .expansion.co_053 {
  background-image: url(https://mkc.jp/columns/column_img/water_drops.jpg);
}
.sub_conA .column_box .expansion.co_054 {
  background-image: url(https://mkc.jp/columns/column_img/sink.jpg);
}
.sub_conA .column_box .expansion.co_055 {
  background-image: url(https://mkc.jp/columns/column_img/listen_B.jpg);
}
.sub_conA .column_box .expansion.co_056 {
  background-image: url(https://mkc.jp/columns/column_img/bathtub_B.jpg);
}
.sub_conA .column_box .expansion.co_057 {
  background-image: url(https://mkc.jp/columns/column_img/water_drops_B.jpg);
}
.sub_conA .column_box .expansion.co_058 {
  background-image: url(https://mkc.jp/columns/column_img/bathtub_C.jpg);
}
.sub_conA .column_box .expansion.co_059 {
  background-image: url(https://mkc.jp/columns/column_img/room_C.jpg);
}
.sub_conA .column_box .expansion.co_060 {
  background-image: url(https://mkc.jp/columns/column_img/wall_C.jpg);
}
.sub_conA .column_box .expansion.co_061 {
  background-image: url(https://mkc.jp/columns/column_img/osui_masu.jpg);
}
.sub_conA .column_box .expansion.co_062 {
  background-image: url(https://mkc.jp/columns/column_img/co_015_A.jpg);
}
.sub_conA .column_box .expansion.co_063 {
  background-image: url(https://mkc.jp/columns/column_img/cesspool.jpg);
}
.sub_conA .column_box .expansion.co_064 {
  background-image: url(https://mkc.jp/columns/column_img/co_003_H.jpg);
}
.sub_conA .column_box .expansion.co_065 {
  background-image: url(https://mkc.jp/columns/column_img/toilet.jpg);
}
.sub_conA .column_box .expansion.co_066 {
  background-image: url(https://mkc.jp/columns/column_img/haisui_masu.jpg);
}
.sub_conA .column_box .expansion.co_067 {
  background-image: url(https://mkc.jp/columns/column_img/osui_masu_B.jpg);
}
.sub_conA .column_box .expansion.co_068 {
  background-image: url(https://mkc.jp/columns/column_img/haisui_masu_B.jpg);
}
.sub_conA .column_box .expansion.co_069 {
  background-image: url(https://mkc.jp/columns/column_img/cleaning_tools_B.jpg);
}
.sub_conA .column_box .expansion.co_070 {
  background-image: url(https://mkc.jp/columns/column_img/co_026_C.jpg);
}
.sub_conA .column_box .expansion.co_071 {
  background-image: url(https://mkc.jp/columns/column_img/survey.jpg);
}
.sub_conA .column_box .expansion.co_072 {
  background-image: url(https://mkc.jp/columns/column_img/stink_B.jpg);
}
.sub_conA .column_box .expansion.co_073 {
  background-image: url(https://mkc.jp/columns/column_img/inspection.jpg);
}
.sub_conA .column_box .expansion.co_074 {
  background-image: url(https://mkc.jp/columns/column_img/question_E.jpg);
}
.sub_conA .column_box .expansion.co_075 {
  background-image: url(https://mkc.jp/columns/column_img/no_good.jpg);
}
.sub_conA .column_box .expansion.co_076 {
  background-image: url(https://mkc.jp/columns/column_img/grease_trap.jpg);
}
.sub_conA .column_box .expansion.co_077 {
  background-image: url(https://mkc.jp/columns/column_img/grease_trap_B.jpg);
}
.sub_conA .column_box .expansion.co_078 {
  background-image: url(https://mkc.jp/columns/column_img/drain_pipe.jpg);
}

.sub_conA .column_box .expansion.co_079 {
  background-image: url(https://mkc.jp/columns/column_img/cleaning_tools.jpg);
}
.sub_conA .column_box .expansion.co_080 {
  background-image: url(https://mkc.jp/columns/column_img/water_pipe_B.jpg);
}
.sub_conA .column_box .expansion.co_081 {
  background-image: url(https://mkc.jp/columns/column_img/question_C.jpg);
}
.sub_conA .column_box .expansion.co_082 {
  background-image: url(https://mkc.jp/columns/column_img/water_meter_A.jpg);
}
.sub_conA .column_box .expansion.co_083 {
  background-image: url(https://mkc.jp/columns/column_img/icicle.jpg);
}
.sub_conA .column_box .expansion.co_084 {
  background-image: url(https://mkc.jp/columns/column_img/pipe_rupture.jpg);
}
.sub_conA .column_box .expansion.co_085 {
  background-image: url(https://mkc.jp/columns/column_img/co_001_F.jpg);
}
.sub_conA .column_box .expansion.co_086 {
  background-image: url(https://mkc.jp/columns/column_img/co_001_B.jpg);
}
.sub_conA .column_box .expansion.co_087 {
  background-image: url(https://mkc.jp/columns/column_img/apartment_A.jpg);
}
.sub_conA .column_box .expansion.co_088 {
  background-image: url(https://mkc.jp/columns/column_img/question_D.jpg);
}
.sub_conA .column_box .expansion.co_089 {
  background-image: url(https://mkc.jp/columns/column_img/tracer.jpg);
}
.sub_conA .column_box .expansion.co_090 {
  background-image: url(https://mkc.jp/columns/column_img/water_pump.jpg);
}
.sub_conA .column_box .expansion.co_091 {
  background-image: url(https://mkc.jp/columns/column_img/concrete.jpg);
}
.sub_conA .column_box .expansion.co_092 {
  background-image: url(https://mkc.jp/columns/column_img/inspection_A.jpg);
}
.sub_conA .column_box .expansion.co_093 {
  background-image: url(https://mkc.jp/columns/column_img/co_026_D.jpg);
}
.sub_conA .column_box .expansion.co_094 {
  background-image: url(https://mkc.jp/columns/column_img/toilet_B.jpg);
}
.sub_conA .column_box .expansion.co_095 {
  background-image: url(https://mkc.jp/columns/column_img/ng.jpg);
}
.sub_conA .column_box .expansion.co_096 {
  background-image: url(https://mkc.jp/columns/column_img/hot_water.jpg);
}
.sub_conA .column_box .expansion.co_097 {
  background-image: url(https://mkc.jp/columns/column_img/rubber_cup.jpg);
}
.sub_conA .column_box .expansion.co_098 {
  background-image: url(https://mkc.jp/columns/column_img/price_B.jpg);
}
.sub_conA .column_box .expansion.co_099 {
  background-image: url(https://mkc.jp/columns/column_img/co_099_hero.jpg);
}
.sub_conA .column_box .expansion.co_100 {
  background-image: url(https://mkc.jp/columns/column_img/co_100_hero.jpg);
}
.sub_conA .column_box .expansion.co_101 {
  background-image: url(https://mkc.jp/columns/column_img/co_008_C.jpg);
}
.sub_conA .column_box .expansion.co_102 {
  background-image: url(https://mkc.jp/columns/column_img/housewife.jpg);
}
.sub_conA .column_box .expansion.co_103 {
  background-image: url(https://mkc.jp/columns/column_img/failure_A.jpg);
}
.sub_conA .column_box .expansion.co_104 {
  background-image: url(https://mkc.jp/columns/column_img/check_A.jpg);
}
.sub_conA .column_box .expansion.co_105 {
  background-image: url(https://mkc.jp/columns/column_img/ceiling_D.jpg);
}
.sub_conA .column_box .expansion.co_106 {
  background-image: url(https://mkc.jp/columns/column_img/no_rubber_cup.jpg);
}
.sub_conA .column_box .expansion.co_107 {
  background-image: url(https://mkc.jp/columns/column_img/toilet_C.jpg);
}
.sub_conA .column_box .expansion.co_108 {
  background-image: url(https://mkc.jp/columns/column_img/toilet_D.jpg);
}
.sub_conA .column_box .expansion.co_109 {
  background-image: url(https://mkc.jp/columns/column_img/diy.jpg);
}
.sub_conA .column_box .expansion.co_110 {
  background-image: url(https://mkc.jp/columns/column_img/explanation.jpg);
}
.sub_conA .column_box .expansion.co_111 {
  background-image: url(https://mkc.jp/columns/column_img/toilet_check.jpg);
}
.sub_conA .column_box .expansion.co_112 {
  background-image: url(https://mkc.jp/columns/column_img/toilet_E.jpg);
}
.sub_conA .column_box .expansion.co_113 {
  background-image: url(https://mkc.jp/columns/column_img/home_insurance.jpg);
}
.sub_conA .column_box .expansion.co_114 {
  background-image: url(https://mkc.jp/columns/column_img/co_006_D.jpg);
}
.sub_conA .column_box .expansion.co_115 {
  background-image: url(https://mkc.jp/columns/column_img/waterpipe.jpg);
}
.sub_conA .column_box .expansion.co_116 {
  background-image: url(https://mkc.jp/columns/column_img/inspection_B.jpg);
}
.sub_conA .column_box .expansion.co_117 {
  background-image: url(https://mkc.jp/columns/column_img/toilet_F.jpg);
}
.sub_conA .column_box .expansion.co_118 {
  background-image: url(https://mkc.jp/columns/column_img/toilet_G.jpg);
}
.sub_conA .column_box .expansion.co_119 {
  background-image: url(https://mkc.jp/columns/column_img/kouatsu.jpg);
}
.sub_conA .column_box .expansion.co_120 {
  background-image: url(https://mkc.jp/columns/column_img/water_pump_B.jpg);
}
.sub_conA .column_box .expansion.co_121 {
  background-image: url(https://mkc.jp/columns/column_img/tissue.jpg);
}
.sub_conA .column_box .expansion.co_122 {
  background-image: url(https://mkc.jp/columns/column_img/water_pipe_D.jpg);
}
.sub_conA .column_box .expansion.co_123 {
  background-image: url(https://mkc.jp/columns/column_img/drainage_pump_A.jpg);
}
.sub_conA .column_box .expansion.co_124 {
  background-image: url(https://mkc.jp/columns/column_img/waterpipe_burst_A.jpg);
}
.sub_conA .column_box .expansion.co_125 {
  background-image: url(https://mkc.jp/columns/column_img/caution_A.jpg);
}
.sub_conA .column_box .expansion.co_126 {
  background-image: url(https://mkc.jp/columns/column_img/tracer_A.jpg);
}
.sub_conA .column_box .expansion.co_127 {
  background-image: url(https://mkc.jp/columns/column_img/apartment_B.jpg);
}
.sub_conA .column_box .expansion.co_128 {
  background-image: url(https://mkc.jp/columns/column_img/rise.jpg);
}
.sub_conA .column_box .expansion.co_129 {
  background-image: url(https://mkc.jp/columns/column_img/subsidy.jpg);
}
.sub_conA .column_box .expansion.co_130 {
  background-image: url(https://mkc.jp/columns/column_img/kitchen.jpg);
}
.sub_conA .column_box .expansion.co_131 {
  background-image: url(https://mkc.jp/columns/column_img/toilet_H.jpg);
}
.sub_conA .column_box .expansion.co_132 {
  background-image: url(https://mkc.jp/columns/column_img/frozen.jpg);
}


.sub_conA .trouble_box .expansion.bath_A {
  background-image: url(img/trouble_bath_A.jpg);
}
.sub_conA .trouble_box .expansion.bath_B {
  background-image: url(img/trouble_bath_B.jpg);
}
.sub_conA .trouble_box .expansion.bath_C {
  background-image: url(img/trouble_bath_E.jpg);
}
.sub_conA .trouble_box .expansion.bath_D {
  background-image: url(img/trouble_bath_D.jpg);
}
.sub_conA .trouble_box .expansion.bath_E {
  background-image: url(img/trouble_bath_C.jpg);
}
.sub_conA .trouble_box .expansion.outdoor_A {
  background-image: url(works_img/outdoor_trouble_A.jpg);
}
.sub_conA .trouble_box .expansion.outdoor_B {
  background-image: url(works_img/outdoor_trouble_B.jpg);
}
.sub_conA .trouble_box .expansion.outdoor_C {
  background-image: url(works_img/outdoor_trouble_C.jpg);
}
.sub_conA .trouble_box .expansion.water_pipe_A {
  background-image: url(works_img/pipe_trouble_A.jpg);
}
.sub_conA .trouble_box .expansion.water_pipe_B {
  background-image: url(works_img/pipe_trouble_B.jpg);
}
.sub_conA .trouble_box .expansion.kitchen_A {
  background-image: url(img/trouble_kitchen_A.jpg);
}
.sub_conA .trouble_box .expansion.kitchen_B {
  background-image: url(img/trouble_drain_A.jpg);
}
.sub_conA .trouble_box .expansion.kitchen_C {
  background-image: url(img/trouble_drain_C.jpg);
}
.sub_conA .trouble_box .expansion.kitchen_D {
  background-image: url(img/trouble_drain_B.jpg);
}
.sub_conA .trouble_box .expansion.kitchen_E {
  background-image: url(img/leakage.jpg);
}
.sub_conA .trouble_box .expansion.kitchen_G {
  background-image: url(img/kitchen_trouble.jpg);
}
.sub_conA .trouble_box .expansion.faucet_A {
  background-image: url(img/trouble_faucet_A.jpg);
}
.sub_conA .trouble_box .expansion.faucet_B {
  background-image: url(img/trouble_faucet_B.jpg);
}
.sub_conA .trouble_box .expansion.faucet_C {
  background-image: url(img/faucet_change.jpg);
}
.sub_conA .trouble_box .expansion.trap_A {
  background-image: url(img/masu.jpg);
}
.sub_conA .trouble_box .expansion.trap_B {
  background-image: url(img/greasetrap.jpg);
}
.sub_conA .trouble_box .expansion.leakage_A {
  background-image: url(img/tracer.jpg);
}
.sub_conA .trouble_box .expansion.leakage_B {
  background-image: url(img/leakage.jpg);
}
.sub_conA .trouble_box .expansion.drain_A {
  background-image: url(img/trouble_pipe_B.jpg);
}
.conE .trouble_box .expansion.works_A {
  background-image: url(img/toilet_trouble.jpg);
}
.conE .trouble_box .expansion.works_B {
  background-image: url(img/kitchen_trouble.jpg);
}
.conE .trouble_box .expansion.works_C {
  background-image: url(img/bath_trouble.jpg);
}
.conE .trouble_box .expansion.works_D {
  background-image: url(img/washroom_trouble.jpg);
}
.conE .trouble_box .expansion.works_E {
  background-image: url(img/drain_pipe.jpg);
}
.conE .trouble_box .expansion.works_F {
  background-image: url(img/faucet_repair.jpg);
}
.conE .trouble_box .expansion.works_G {
  background-image: url(img/masu.jpg);
}
.conE .trouble_box .expansion.works_H {
  background-image: url(img/trable_grease_trap.jpg);
}
.conE .trouble_box .expansion.works_I {
  background-image: url(img/water_pipe.jpg);
}
.conE .trouble_box .expansion.works_J {
  background-image: url(img/leakage.jpg);
}
.conE .trouble_box .expansion.works_K {
  background-image: url(img/waterpump.jpg);
}
.conE .trouble_box .expansion.works_L {
  background-image: url(img/water_supply_pump.jpg);
}
.conE .trouble_box .expansion.works_M {
  background-image: url(img/trouble_pipe_B.jpg);
}
.conE .trouble_box .expansion.works_N {
  background-image: url(img/trouble_boiler_A.jpg);
}
.conE .trouble_box .expansion.works_O {
  background-image: url(img/flooring.jpg);
}

.sub_conA .trouble_box .expansion.drain_B {
  background-image: url(img/trouble_pipe_A.jpg);
}
.sub_conA .trouble_box .expansion.washroom_A {
  background-image: url(img/trouble_washroom_A.jpg);
}
.sub_conA .trouble_box .expansion.washroom_B {
  background-image: url(img/trouble_washroom_B.jpg);
}
.sub_conA .trouble_box .expansion.washroom_C {
  background-image: url(img/trouble_washroom_C.jpg);
}
.sub_conA .trouble_box .expansion.washroom_D {
  background-image: url(img/trouble_washroom_D.jpg);
}
.sub_conA .trouble_box .expansion.washroom_E {
  background-image: url(img/trouble_washroom_E.jpg);
}
.sub_conA .trouble_box .expansion.washroom_F {
  background-image: url(img/trouble_A.jpg);
}
.sub_conA .trouble_box .expansion.washroom_G {
  background-image: url(works_img/washroom_trouble_A.jpg);
}
.conC .trouble_box .expansion.sv_B {
	background-image: url(img/bath_trouble.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.sub_conA .trouble_box .expansion.sv_B {
	background-image: url(img/bath_trouble.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.conC .trouble_box .expansion.sv_C {
	background-image: url(img/kitchen_trouble.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.sub_conA .trouble_box .expansion.sv_C {
	background-image: url(img/kitchen_trouble.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.conC .trouble_box .expansion.sv_D {
	background-image: url(img/washroom_trouble.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.sub_conA .trouble_box .expansion.sv_D {
	background-image: url(img/washroom_trouble.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.conC .trouble_box .expansion.sv_E {
  background-image: url(img/trouble_boiler_A.jpg);
}
.sub_conA .trouble_box .expansion.sv_E {
	background-image: url(img/trouble_boiler_A.jpg);
}
.conC .trouble_box .expansion.sv_F {
  background-image: url(img/trouble_pipe_B.jpg);
}
.sub_conA .trouble_box .expansion.sv_F {
	background-image: url(img/drain_trouble.jpg);
}
.conC .trouble_box .expansion.sv_G {
	background-image: url(img/leakage.jpg);
}
.conC .trouble_box .expansion.sv_H {
	background-image: url(img/faucet.jpg);
}
.conC .trouble_box .expansion.sv_I {
	background-image: url(img/waterpump.jpg);
}
.conC .trouble_box .expansion.sv_J {
	background-image: url(img/masu.jpg);
}
.conC .trouble_box .expansion.sv_K {
	background-image: url(img/flooring.jpg);
}
.conC .main_title .black span {
	color: #313131;
}
.conF .main_title .black span {
	color: #313131;
}
.conG .main_title .black span {
	color: #313131;
}
.com_conB .main_title .black span {
	color: #313131;
}
.up_down {
  animation: up_down 2.3s infinite;
}
@keyframes up_down {
  0% { transform:translateY(0px); }
  50% { transform:translateY(22px); }
  100% { transform:translateY(0px); }
}
.link_button {
	position: relative;
	outline: none;
	text-decoration: none;
	border-radius: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-transform: uppercase;
	height: 45px;
	width: 240px;
	opacity: 1;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	transition: all 0.3s;
}
.link_button span {
	color: #313131;
	font-size: 14px;
	letter-spacing: 0.04em;
}
.link_button:hover {
	animation: rotate 0.7s ease-in-out both;
	opacity: 0.9;
}
.link_button.blue_button {
  background-color: #39AFDD;
}

.link_button:hover span {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
}
.link_button.blue_button span {
  color: #FFFFFF;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}

.conB .drop_frame section .text .icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sub_conA .drop_frame section .text .icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.conB .container {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  max-width: 850px;
  position: relative;
  z-index: 5;
}
.conB.sub_contact .container {
  padding-top: 60px;
}
.conB.service_contact .container {
  padding-top: 0px;
}

.conE .container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 800px;
  padding-top: 70px;
}
.sub_conD .container {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  padding-top: 70px;
}
.sub_conD .container.no_width {
  width: 100%;
}
.sub_conH .container {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}
.com_conA .container {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  padding-top: 70px;
}
.conB .drop_frame section {
	width: 40%;
	position: relative;
	max-width: 145px;
	z-index: 10;
	margin-top: -30px;
}
.sub_conA .drop_frame section {
	width: 40%;
	position: relative;
	max-width: 145px;
	z-index: 10;
	margin-top: -30px;
}
.conB .drop_frame {
	display: flex;
	position: relative;
	flex-wrap: wrap-reverse;
	justify-content: space-around;
	margin-bottom: 30px;
	z-index: 5;
}
.sub_conA .drop_frame {
  display: flex;
  position: relative;
  flex-wrap: wrap-reverse;
  justify-content: space-around;
  margin-bottom: 30px;
  z-index: 5;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}
.conB .drop_frame section .text {
	position: absolute;
	top: 49%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	margin: auto;
	width: 100%;
}
.sub_conA .drop_frame section .text {
	position: absolute;
	top: 49%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	margin: auto;
	width: 100%;
}
.conC {
	position: relative;
	background-image: url(img/water_surface_A.jpg);
	background-position: center 6%;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-bottom: 40px;
}
.sub_conC {
	position: relative;
	background-image: url(img/water_surface_A.jpg);
	background-position: center 6%;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-bottom: 40px;
}
.sub_conG {
  position: relative;
  background-color: #FFFFFF;
  padding-bottom: 40px;
}
.part_conA {
  position: relative;
  background-color: #FFFFFF;
  padding-bottom: 40px;
}
.sub_conF {
  position: relative;
  background-color: #FFFFFF;
  padding-bottom: 40px;
}
.sub_conE {
  position: relative;
  background-position: center 6%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  padding-bottom: 40px;
}
.slide {
	height: 100%;
	position: relative;
}
.slide .slide_img {
	position: absolute;
}
.slide .slide_img:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-2;
	width:100%;
	min-height: 100%;
}
.slide .slide_img.sv_boiler_slide01:before {
  background:url(img/trouble_boiler_A.jpg) center no-repeat;
	background-size:cover;
}
.slide .slide_img.sv_boiler_slide02:before {
  background:url(img/trouble_boiler_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_boiler_slide03:before {
  background:url(img/trouble_boiler_C.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_washroom_slide01:before {
  background:url(img/question_hero_C.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_washroom_slide02:before {
  background:url(img/washroom_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_washroom_slide03:before {
  background:url(img/washroom_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.water_pipe_slide01:before {
background:url(img/flow_hero_B.jpg) center no-repeat;
  background-size:cover;
}

.slide .slide_img.downstairs_leakage_slide01:before {
background:url(img/downstairs_leakage_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.downstairs_leakage_slide02:before {
background:url(img/downstairs_leakage_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.water_pump_slide01:before {
background:url(img/water_pump_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.water_pump_slide02:before {
background:url(img/water_pump_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.drainage_pump_slide01:before {
background:url(img/water_supply_pump.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.drainage_pump_slide02:before {
background:url(img/drainage_pump_hero.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.works_water_pipe_slide01:before {
background:url(img/water_pipe.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.works_water_pipe_slide02:before {
background:url(img/works_water_pipe_hero.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.otaku190801_slide01:before {
background:url(case/case_img/otaku_190801/case_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.otaku190801_slide02:before {
background:url(case/case_img/otaku_190801/case_hero_B.jpg) center no-repeat;
  background-size:cover;
}

.slide .slide_img.kawasaki200401_slide01:before {
background:url(case/case_img/kawasaki_200401/case_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.kawasaki200401_slide02:before {
background:url(case/case_img/kawasaki_200401/case_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.water_pipe_slide02:before {
background:url(img/water_pipe_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_030_hero:before {
background:url(https://mkc.jp/columns/column_img/co_030_hero.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_031_hero:before {
background:url(https://mkc.jp/columns/column_img/co_009_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_033_hero:before {
background:url(https://mkc.jp/columns/column_img/co_033_hero.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_034_hero:before {
background:url(https://mkc.jp/columns/column_img/co_034_hero.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_035_hero:before {
background:url(https://mkc.jp/columns/column_img/clean_staff.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_036_hero:before {
background:url(https://mkc.jp/columns/column_img/restaurant.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_037_hero:before {
background:url(https://mkc.jp/columns/column_img/co_027_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_038_hero:before {
background:url(https://mkc.jp/columns/column_img/room.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_039_hero:before {
background:url(https://mkc.jp/columns/column_img/ceiling.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_040_hero:before {
background:url(https://mkc.jp/columns/column_img/ceiling_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_041_hero:before {
background:url(https://mkc.jp/columns/column_img/listen.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_042_hero:before {
background:url(https://mkc.jp/columns/column_img/water_leak_C.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_043_hero:before {
background:url(https://mkc.jp/columns/column_img/cost_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_044_hero:before {
background:url(https://mkc.jp/columns/column_img/wall.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_045_hero:before {
background:url(https://mkc.jp/columns/column_img/water_leak_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_046_hero:before {
background:url(https://mkc.jp/columns/column_img/ceiling_C.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_047_hero:before {
background:url(columns/column_img/leakage.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_048_hero:before {
background:url(columns/column_img/wash_machine.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_049_hero:before {
background:url(columns/column_img/leaking.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_050_hero:before {
background:url(columns/column_img/tile.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_051_hero:before {
background:url(columns/column_img/bath_room.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_052_hero:before {
background:url(columns/column_img/calendar.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_053_hero:before {
background:url(columns/column_img/water_drops.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_054_hero:before {
background:url(columns/column_img/sink.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_055_hero:before {
background:url(columns/column_img/listen_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_056_hero:before {
background:url(columns/column_img/bathtub_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_057_hero:before {
background:url(columns/column_img/water_drops_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_058_hero:before {
background:url(columns/column_img/bathtub_C.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_059_hero:before {
background:url(columns/column_img/room_C.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_060_hero:before {
background:url(columns/column_img/wall_C.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_061_hero:before {
background:url(columns/column_img/osui_masu.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_062_hero:before {
background:url(columns/column_img/co_015_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_063_hero:before {
background:url(columns/column_img/cesspool.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_064_hero:before {
background:url(columns/column_img/co_003_H.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_065_hero:before {
background:url(columns/column_img/toilet.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_066_hero:before {
background:url(columns/column_img/haisui_masu.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_067_hero:before {
background:url(columns/column_img/osui_masu_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_068_hero:before {
background:url(columns/column_img/haisui_masu_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_069_hero:before {
background:url(columns/column_img/cleaning_tools_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_070_hero:before {
background:url(columns/column_img/co_026_C.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_071_hero:before {
background:url(columns/column_img/survey.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_072_hero:before {
background:url(columns/column_img/stink_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_073_hero:before {
background:url(columns/column_img/inspection.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_074_hero:before {
background:url(columns/column_img/question_E.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_075_hero:before {
background:url(columns/column_img/no_good.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_076_hero:before {
background:url(columns/column_img/grease_trap.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_077_hero:before {
background:url(columns/column_img/grease_trap_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_078_hero:before {
background:url(columns/column_img/drain_pipe.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_079_hero:before {
background:url(columns/column_img/cleaning_tools.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_080_hero:before {
background:url(columns/column_img/water_pipe_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_081_hero:before {
background:url(columns/column_img/question_C.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_082_hero:before {
background:url(columns/column_img/water_meter_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_083_hero:before {
background:url(columns/column_img/icicle.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_084_hero:before {
background:url(columns/column_img/pipe_rupture.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_085_hero:before {
background:url(columns/column_img/co_001_F.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_086_hero:before {
background:url(columns/column_img/co_001_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_087_hero:before {
background:url(columns/column_img/apartment_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_088_hero:before {
background:url(columns/column_img/question_D.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_089_hero:before {
background:url(columns/column_img/tracer.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_090_hero:before {
background:url(columns/column_img/water_pump.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_091_hero:before {
background:url(columns/column_img/concrete.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_092_hero:before {
background:url(columns/column_img/inspection_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_093_hero:before {
background:url(columns/column_img/co_026_D.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_094_hero:before {
background:url(columns/column_img/toilet_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_095_hero:before {
background:url(columns/column_img/ng.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_096_hero:before {
background:url(columns/column_img/hot_water.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_097_hero:before {
background:url(columns/column_img/rubber_cup.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_098_hero:before {
background:url(columns/column_img/price_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_099_hero:before {
background:url(columns/column_img/co_099_hero.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_100_hero:before {
background:url(columns/column_img/co_100_hero.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_101_hero:before {
background:url(columns/column_img/co_008_C.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_102_hero:before {
background:url(columns/column_img/housewife.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_103_hero:before {
background:url(columns/column_img/failure_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_104_hero:before {
background:url(columns/column_img/check_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_105_hero:before {
background:url(columns/column_img/ceiling_D.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_106_hero:before {
background:url(columns/column_img/no_rubber_cup.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_107_hero:before {
background:url(columns/column_img/toilet_C.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_108_hero:before {
background:url(columns/column_img/toilet_D.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_109_hero:before {
background:url(columns/column_img/diy.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_110_hero:before {
background:url(columns/column_img/explanation.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_111_hero:before {
background:url(columns/column_img/toilet_check.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_112_hero:before {
background:url(columns/column_img/toilet_E.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_113_hero:before {
background:url(columns/column_img/home_insurance.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_114_hero:before {
background:url(columns/column_img/co_006_D.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_115_hero:before {
background:url(columns/column_img/waterpipe.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_116_hero:before {
background:url(columns/column_img/inspection_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_117_hero:before {
background:url(columns/column_img/toilet_F.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_118_hero:before {
background:url(columns/column_img/toilet_G.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_119_hero:before {
background:url(columns/column_img/kouatsu.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_120_hero:before {
background:url(columns/column_img/water_pump_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_121_hero:before {
background:url(columns/column_img/tissue.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_122_hero:before {
background:url(columns/column_img/water_pipe_D.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_123_hero:before {
background:url(columns/column_img/drainage_pump_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_124_hero:before {
background:url(columns/column_img/waterpipe_burst_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_125_hero:before {
background:url(columns/column_img/caution_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_126_hero:before {
background:url(columns/column_img/tracer_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_127_hero:before {
background:url(columns/column_img/apartment_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_128_hero:before {
background:url(columns/column_img/rise.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_129_hero:before {
background:url(columns/column_img/subsidy.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_130_hero:before {
background:url(columns/column_img/kitchen.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_131_hero:before {
background:url(columns/column_img/toilet_H.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_132_hero:before {
background:url(columns/column_img/frozen.jpg) center no-repeat;
  background-size:cover;
}


.slide .slide_img.co_029_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_029_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_002_slide01:before {
background:url(https://mkc.jp/columns/column_img/co_003_K.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_002_slide02:before {
background:url(https://mkc.jp/columns/column_img/co_002_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_003_slide01:before {
background:url(https://mkc.jp/columns/column_img/co_001_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_003_slide02:before {
background:url(https://mkc.jp/columns/column_img/co_004_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_004_slide01:before {
background:url(https://mkc.jp/columns/column_img/co_004_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_004_slide02:before {
background:url(https://mkc.jp/columns/column_img/co_004_E.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_005_slide01:before {
background:url(https://mkc.jp/columns/column_img/co_005_D.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_005_slide02:before {
background:url(https://mkc.jp/columns/column_img/co_005_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_006_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_006_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_020_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_020_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_021_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_021_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_022_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_022_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_023_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_023_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_024_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_024_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_025_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_025_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_006_hero_B:before {
background:url(https://mkc.jp/columns/column_img/co_006_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_007_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_007_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_007_hero_B:before {
background:url(https://mkc.jp/columns/column_img/co_007_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_leakage_slide01:before {
background:url(img/leakage.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_leakage_slide02:before {
background:url(img/leakage_B.jpg) center no-repeat;
  background-size:cover;
}

.slide .slide_img.sv_toilet_slide01:before {
background:url(img/attract_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_toilet_slide02:before {
background:url(img/toilet_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_toilet_slide03:before {
background:url(img/toilet_hero_C.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_kitchen_slide01:before {
background:url(img/kitchen_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_kitchen_slide02:before {
background:url(img/question_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_kitchen_slide03:before {
background:url(img/kitchen_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_bath_slide01:before {
background:url(img/bath_hero_C.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_bath_slide02:before {
background:url(img/bath_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_bath_slide03:before {
background:url(img/question_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.question_slide01:before {
background:url(img/question_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.question_slide02:before {
background:url(img/question_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.question_slide03:before {
background:url(img/question_hero_C.jpg) center no-repeat;
  background-size:cover;
}

.slide .slide_img.sv_other_slide01:before {
background:url(img/other_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_other_slide02:before {
background:url(img/other_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_other_slide03:before {
background:url(img/other_hero_C.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_grease_trap_slide01:before {
background:url(img/greasetrap.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_grease_trap_slide02:before {
background:url(img/cookroom.jpg) center no-repeat;
  background-size:cover;
}

.slide .slide_img.trap_slide01:before {
background:url(img/masu.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.trap_slide02:before {
background:url(img/greasetrap.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.leakage_slide01:before {
background:url(img/leakage.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.leakage_slide02:before {
background:url(img/leakage_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.investigate_slide01:before {
background:url(img/survey.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.investigate_slide02:before {
background:url(img/tracer.jpg) center no-repeat;
  background-size:cover;
}

.slide .slide_img.co_018_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_018_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_018_hero_B:before {
background:url(https://mkc.jp/columns/column_img/co_018_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_017_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_017_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_017_hero_B:before {
background:url(https://mkc.jp/columns/column_img/co_017_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_015_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_015_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_015_hero_B:before {
background:url(https://mkc.jp/columns/column_img/co_015_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_014_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_014_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_014_hero_B:before {
background:url(https://mkc.jp/columns/column_img/co_014_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_013_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_013_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_013_hero_B:before {
background:url(https://mkc.jp/columns/column_img/co_013_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_012_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_012_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_012_hero_B:before {
background:url(https://mkc.jp/columns/column_img/co_012_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_011_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_011_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_011_hero_B:before {
background:url(https://mkc.jp/columns/column_img/co_011_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_010_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_010_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_010_hero_B:before {
background:url(https://mkc.jp/columns/column_img/co_010_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_009_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_009_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_009_hero_B:before {
background:url(https://mkc.jp/columns/column_img/co_009_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.co_026_hero_A:before {
background:url(https://mkc.jp/columns/column_img/co_026_hero_A.jpg) center no-repeat;
  background-size:cover;
}

.slide .slide_img.drain_slide01:before {
background:url(img/water_pipe_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.drain_slide02:before {
background:url(img/water_pipe_hero_B.jpg) center no-repeat;
  background-size:cover;
}

.slide .slide_img.catch_basin_slide01:before {
background:url(img/masu.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.catch_basin_slide02:before {
background:url(img/catch_basin_hero.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.grease_trap_slide01:before {
background:url(img/trable_grease_trap.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.grease_trap_slide02:before {
background:url(img/grease_trap_hero.jpg) center no-repeat;
  background-size:cover;
}


.slide .slide_img.faucet_slide01:before {
background:url(img/faucet_hero_C.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.faucet_slide02:before {
background:url(img/faucet_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.faucet_slide03:before {
background:url(img/faucet_hero_C.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_pump_slide01:before {
background:url(img/pump_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.sv_pump_slide02:before {
background:url(img/pump_hero_B.jpg) center no-repeat;
  background-size:cover;
}

.slide .slide_img.flow_slide01:before {
background:url(img/flow_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.flow_slide02:before {
background:url(img/attract_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.flow_slide03:before {
background:url(img/flow_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.company_slide01:before {
background:url(img/top_slide_D.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.company_slide02:before {
background:url(img/top_slide_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.company_slide03:before {
background:url(img/all_staff.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.rewarding_slide01:before {
background:url(img/rewa_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.rewarding_slide02:before {
background:url(img/rewa_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.rewarding_slide03:before {
background:url(img/all_staff.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.privacy_slide01:before {
background:url(img/question_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.privacy_slide02:before {
background:url(img/question_hero_C.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.recruit_slide01:before {
background:url(img/top_slide_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.recruit_slide02:before {
background:url(img/top_slide_D.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.recruit_slide03:before {
background:url(img/all_staff.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.area_slide01:before {
background:url("img/tokyo_area.jpg") center no-repeat;
  background-size:cover;
}
.slide .slide_img.partner_form_A:before {
background:url("img/top_slide_B.jpg") center no-repeat;
  background-size:cover;
}
.slide .slide_img.partner_form_B:before {
background:url("img/top_slide_C.jpg") center no-repeat;
  background-size:cover;
}
.slide .slide_img.partner_form_C:before {
background:url("img/top_slide_D.jpg") center no-repeat;
  background-size:cover;
}

.slide .slide_img.top_slide01:before {
background:url(img/top_slide_A_small.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.top_slide02:before {
background:url(img/top_slide_B_small.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.top_slide03:before {
background:url(img/top_slide_D_small.jpg) center no-repeat;
  background-size:cover;
}

.slide .slide_img.waterpipe_burst_slide01:before {
background:url(waterpipe_burst_img/slide_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.waterpipe_burst_slide02:before {
background:url(waterpipe_burst_img/slide_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.waterpipe_burst_slide03:before {
background:url(waterpipe_burst_img/slide_C.jpg) center no-repeat;
  background-size:cover;
}

.slide .slide_img.ceiling_leak_slide01:before {
background:url(ceiling_leak_img/slide_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.ceiling_leak_slide02:before {
background:url(ceiling_leak_img/slide_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.ceiling_leak_slide03:before {
background:url(ceiling_leak_img/slide_C.jpg) center no-repeat;
  background-size:cover;
}

.slide .slide_img.tracergas_slide01:before {
background:url(tracergas_img/slide_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.tracergas_slide02:before {
background:url(tracergas_img/slide_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.tracergas_slide03:before {
background:url(tracergas_img/slide_C.jpg) center no-repeat;
  background-size:cover;
}

.slide .slide_img.area_slide02:before {
background:url("img/kanagawa_area.jpg") center no-repeat;
  background-size:cover;
}
.slide .slide_img.attract_slide01:before {
background:url(img/attract_hero_A.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.partner_slide01:before {
background:url(img/all_staff.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.attract_slide02:before {
background:url(img/attract_hero_B.jpg) center no-repeat;
  background-size:cover;
}
.slide .slide_img.attract_slide03:before {
background:url(img/attract_hero_C.jpg) center no-repeat;
  background-size:cover;
}
.conB {
	background-color: rgba(30,93,118,0.40);
	position: relative;
	padding-bottom: 90px;
}
.conE {
  background-color: rgba(30,93,118,0.40);
  position: relative;
  padding-bottom: 85px;
}
.sub_conD {
  background-color: rgba(30,93,118,0.40);
  position: relative;
  padding-bottom: 85px;
}
.com_conA {
  background-color: rgba(30,93,118,0.40);
  position: relative;
  padding-bottom: 85px;
}
.wave_img {
	width: 100vw;
	overflow-x: hidden;
	z-index: 5;
	margin-top: -5px;
	position: absolute;
}
.main_title h2 span {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.main_title h4 span {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.sub_conC .main_title h2 span {
  color: #313131;
}
.sub_conG .main_title h2 span {
  color: #313131;
}
.part_conA .main_title h2 span {
  color: #313131;
}
.sub_conE .main_title h2 span {
  color: #313131;
}
.sub_conF .main_title h2 span {
  color: #313131;
}
.main_title .white {
  color: #EAF8FF;
}
.main_title .black {
	color: #313131;
}
.hero .hero_text h2 span {
	color: #F5E850;
}
.hero .tracer_gas h2 span {
	color: #F5E850;
}
.hero .ceiling_leak h2 span {
	color: #F5E850;
}

.overlay_nav .under_arrow{
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: transparent transparent #FFFFFF #FFFFFF;
  transform: rotate(-45deg);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
  margin-top: 0px;
}
.no_link {
	pointer-events: none;
}
.pc_contact_button {
  display: none;
}
.page_top {
	position: fixed;
	right: 10px;
	bottom: 70px;
	z-index: 25;
	display: none;
}
.mobile_page_top {
	position: fixed;
	right: 10px;
	bottom: 101px;
	z-index: 25;
}

.contact_button a .button_content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.6;
}
.contact_button a .button_content {
	position: relative;
}
.contact_button a span {
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	letter-spacing: 0.01em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%) scale(0.95);
	margin: auto;
	left: 50%;
	width: 60px;
	font-weight: bold;
	line-height: 1.4;
}
.contact_button a .yellow {
	color: #F6E600;
}
.contact_button a {
	text-decoration: none;
	background-color: #0095CD;
	border-radius: 7px;
	width: 55px;
	-webkit-box-shadow: 0px 0px 6px #D5D5D5;
	box-shadow: 0px 0px 6px #D5D5D5;
	text-align: center;
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 2px solid #D5D5D5;
	margin-left: 7px;
}
.contact_button .edge {
	-webkit-box-shadow: 0px 0px 6px #F6E600;
	box-shadow: 0px 0px 6px #F6E600;
	border: 2px solid #F6E600;
}
.contact_button {
  position: fixed;
  bottom: 10px;
  z-index: 20;
  display: flex;
  align-items: center;
  width: 100vw;
  left: 3px;
}
.info_back {
	background-color: #39AFDD;
	margin-top: -65px;
	position: relative;
}
.info_box {
	display: flex;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 13px;
}
.info_box #ticker ul li span {
  font-size: 11px;
  display: block;
  line-height: 1.4;
  color: #D1F2FF;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.info_box h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin-right: 5px;
	position: relative;
	margin-top: 8px;
}
.info_box #ticker ul li a {
	font-size: 11px;
	text-decoration: none;
	line-height: 1.4;
	display: block;
	color: #FFFFFF;
}
.ticker {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 28px;
	width: 75%;
	text-align: left;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.ticker ul {
	position: relative;
}
.ticker ul li {
	display: none;
}
.pc_nav .headA {
	display: inline-block;
	position: relative;
	margin-top: 6px;
	margin-left: 10px;
}
header .pc_nav {
	display: flex;
	align-items: center;
}
.pc_nav .headA img {
  display: block;
  transition: all 0.3s;
}
.no_link {
	pointer-events: none;
}
.megamenu {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	display: none;
}
.megamenu > li {
  float: left;
  list-style-type: none;
  transition: all 0.3s;
}
.megamenu > li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  font-size: 14px;
  padding-left: 13px;
  padding-right: 13px;
}
.megamenu .menu_box .menu_contents li a p span {
  font-size: 11px;
  font-weight: normal;
  color: #767676;
}
.megaenu > li a:hover {
	color: #999;
}
ul.menu_contents {
	visibility: hidden;
	opacity: 0;
	list-style-type: none;
}
.megamenu > li:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #279ECD;
}
.menu_contents li a:hover {
  opacity: 0.8;
}
.menu_contents li a {
  color: #313131;
  display: flex;
  text-align: left;
  padding-left: 0px;
  justify-content: flex-start;
  border-radius: 6px;
  height: 65px;
  transition: all 0.3s;
  background-color: #FFFFFF;
}
/* 下矢印 */
.init-bottom:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	margin: 0 0 6px 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* floatクリア */
.megamenu:before,
.megamenu:after {
	content: " ";
	display: table;
}
.megamenu:after {
	clear: both;
}
li.menu_box ul.menu_contents {
  position: absolute;
  top: 90px;
  left: 0;
  box-sizing: border-box;
  width: 700px;
  padding-top: 20px;
  padding-right: 18px;
  padding-left: 18px;
  padding-bottom: 0px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: rgba(21,72,104,0.90);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.megamenu {
    *zoom: 1;
}
li.menu_box:hover ul.menu_contents {
  top: 66px;
  visibility: visible;
  opacity: 1;
}
li.menu_box ul.menu_contents > li {
  width: 31.5%;
  margin-bottom: 18px;
  border-radius: 6px;
  display: block;
  background-color: #2997C2;
}
li.menu_box ul.menu_contents:after {
  width: 31.5%;
  content: "";
}
.megamenu .menu_box .menu_contents li a .menu_A {
  background-image: url(img/toilet_trouble.jpg);
}
.megamenu .menu_box .menu_contents li a .menu_B {
  background-image: url(img/kitchen_trouble.jpg);
}
.megamenu .menu_box .menu_contents li a .menu_C {
  background-image: url(img/bath_trouble.jpg);
}
.megamenu .menu_box .menu_contents li a .menu_D {
  background-image: url(img/washroom_trouble.jpg);
}
.megamenu .menu_box .menu_contents li a .menu_E {
  background-image: url(img/trouble_boiler_A.jpg);
}
.megamenu .menu_box .menu_contents li a .menu_F {
  background-image: url(img/trouble_pipe_B.jpg);
}
.megamenu .menu_box .menu_contents li a .menu_G {
  background-image: url(img/waterpump.jpg);
}
.megamenu .menu_box .menu_contents li a .menu_H {
  background-image: url(img/faucet.jpg);
}
.megamenu .menu_box .menu_contents li a .menu_I {
  background-image: url(img/flooring.jpg);
}
.megamenu .menu_box .menu_contents li a .menu_J {
  background-image: url(img/leakage.jpg);
}
.megamenu .menu_box .menu_contents li a .menu_K {
  background-image: url(img/masu.jpg);
}
.megamenu .menu_box .menu_contents li a .menu_L {
  background-image: url(img/trable_grease_trap.jpg);
}
.megamenu .menu_box .menu_contents li a .menu_M {
  background-image: url(img/trouble_all.jpg);
}
.megamenu .menu_box .menu_contents li a .menu_N {
  background-image: url(img/leakage.jpg);
}
.megamenu .menu_box .menu_contents li a .menu_O {
  background-image: url(img/trouble_pipe_C.jpg);
}
.megamenu .menu_box .menu_contents li a .menu_P {
  background-image: url(img/water_supply_pump.jpg);
}
.megamenu .menu_box .menu_contents li a .menu_Q {
  background-image: url(img/water_pipe.jpg);
}
.megamenu .menu_box .menu_contents li a .menu_R {
  background-image: url(img/tracer.jpg);
}

.megamenu .menu_box .menu_contents li a .menu_img {
  width: 35%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.scroll_icon.hero_scroll {
	top: auto;
	transform: translateY(-50%) translateX(-50%);
	margin: auto;
	bottom: 45px;
	position: absolute;
	/*animation: appear 2s 2.5s forwards;*/
	animation: appear 2s 0.8s forwards;
	opacity: 0;
	padding-right: 0px;
	left: 50%;
}
.scroll_icon.white_scroll {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.scroll_icon.blue_scroll {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.com_conB .scroll_icon.blue_scroll {
  margin-top: 30px;
}
.scroll_icon.hbg_scroll {
	top: auto;
	left: auto;
	margin: auto;
	bottom: 10px;
	position: fixed;
	padding-right: 0px;
	right: 17px;
}
.conA .container {
	width: 100vw;
	position: relative;
}
.conA.recruit_conA .container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
footer {
  background-color: #39AFDD;
  position: relative;
  padding-bottom: 90px;
  margin-top: -15px;
  background-image: url(img/footer_wave.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.conA {
  background-color: #39AFDD;
  height: 470px;
  position: relative;
  padding-top: 40px;
}
.sub_conA {
  background-color: #39AFDD;
  position: relative;
}
.sub_conA.flow_top {
  padding-top: 30px;
  padding-bottom: 15px;
}
.sub_conA.attract_top {
  padding-top: 35px;
  padding-bottom: 70px;
}
.sub_conA.area_top {
  padding-top: 15px;
  padding-bottom: 30px;
}
.sub_conA.contact_top {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sub_conA.service_top {
  padding-top: 35px;
  padding-bottom: 70px;
}
.sub_conA.column_top {
  padding-top: 5px;
  padding-bottom: 35px;
}
.sub_conA.column_link {
	padding-top: 0px;
}
.sub_conA.under_margin {
	padding-top: 0px;
	padding-bottom: 30px;
}


.sub_conA.case_top {
  padding-top: 35px;
  padding-bottom: 70px;
}
.sub_conH {
  padding-top: 35px;
  padding-bottom: 70px;
  background-color: #39AFDD;
  position: relative;
}
.sub_conA.question_top {
  padding-top: 35px;
  padding-bottom: 70px;
}
.sub_conA.works_top {
  padding-top: 0px;
  padding-bottom: 70px;
}
.sub_conA.voice_top {
  padding-top: 0px;
  padding-bottom: 70px;
}
header {
	position: fixed;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100vw;
}
header .menu_filter {
	width: 100%;
	height: 60px;
	background-color: rgba(21,72,104,0.90);
	position: absolute;
	display: none;
}
.hero .hero_filter {
  width: 100%;
  height: 100vh;
  background-color: rgba(30,93,118,0.30);
  position: absolute;
}
.sub_hero .hero_filter {
  width: 100%;
  height: 100vh;
  background-color: rgba(30,93,118,0.35);
  position: absolute;
}
/*------------フェードイン（スマホ・タブレット）----------*/
/* 画面外にいる状態 */
.fade-in {
  opacity : 0;
  transform : translate(0, 0);/*フェードする距離*/
  transition : all 900ms;
}
/* 画面内に入った状態 */
.fade-in.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
/*------------フェードアップ（スマホ・タブレット）----------*/
/* 画面外にいる状態 */
.fade-up {
  opacity : 0;
  transform : translate(0, 30px);/*フェードする距離*/
  transition : all 700ms;
}
.diffe_box section {
  display: block;
  position: relative;
  width: 98%;
  -webkit-box-shadow: 0px 0px 6px #717171;
  box-shadow: 0px 0px 6px #717171;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255,255,255,0.94);
  padding-top: 18px;
  padding-bottom: 18px;
}
/* 画面内に入った状態 */
.fade-up.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
/* ローディングの背景部分のCSS */
.loader_box{
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
  background-color: #FFFFFF;
}
/*--------------------------*/
h1, h2, h3, h4, p, a {
	line-height: 1.6;
	letter-spacing: 0.04em;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #313131;
	font-weight: normal;
}
.colum_conA .text_box h4 {
  padding: 0.7rem 1rem;
  border-left: 5px solid #39AFDD;
  background-color: #F4F4F4;
  font-size: 13px;
  margin-top: 20px;
}
.colum_conA .text_box h3 {
	padding: 0.8rem 0.8rem;
	border: 6px double #FFF;
	margin-top: 20px;
	font-size: 17px;
	font-weight: bold;
	background-color: #009CD8;
	color: #FFFFFF;
}
.colum_conA .column_title h2 {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}
.colum_conA .column_title h4 {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}
.colum_conA .column_title p {
  font-size: 11px;
  color: #FFFFFF;
  text-align: center;
}
.colum_conA .text_box p {
  font-size: 14px;
  text-align: justify;
  margin-top: 15px;
  display: block;
  line-height: 1.9;
}
.colum_conA .text_box a {
  font-size: 14px;
  text-align: justify;
  margin-top: 15px;
  display: block;
  line-height: 1.9;
}
.colum_conA .top_text_box p {
  font-size: 14px;
  text-align: justify;
  margin-top: 15px;
  display: block;
  line-height: 1.9;
}
.colum_conA .contents .title_A {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-top: 15px;
	padding-top: 15px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  border-top: 1px dotted #B4B4B4;
}
.colum_conA .contents .title_A:first-child  {
  margin-top: 5px;
  padding-top: 15px;
  padding-left: 1.5em;
  border: none;
}
.colum_conA .contents .title_B {
	font-size: 14px;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	margin-left: 18px;
	padding-left: 1em;
	text-indent: -1em;
}
.colum_conA .contents .title_A span {
  color: #979797;
}
.sub_conD .commit_box section .text p {
  font-size: 12px;
  color: #FFFFFF;
}
.sub_conH .commit_box section .text p {
  font-size: 12px;
  color: #FFFFFF;
}
.sub_conG .case_box .img h3 {
  background-color: #39AFDD;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.sub_conG .case_under_box .img h3 {
  background-color: #39AFDD;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.sub_conD .commit_box section .text h3 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.sub_conH .commit_box section .text h3 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.sub_conG .case_split_box .img h3 {
  background-color: #39AFDD;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.sub_conG .case_box .text p {
  font-size: 12px;
}
.sub_conG .case_box .text h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #39AFDD;
  margin-bottom: 10px;
}
.voice_box section .text_box .text_inner h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #39AFDD;
}
.request_box h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 30px;
}
.conB.sub_contact .main_text a {
  color: #FFE500;
  font-size: 12px;
  text-align: center;
}
.sub_conA.scrollme .other_trouble section .text p {
  font-size: 12px;
  text-align: justify;
}
.sub_conA .other_trouble section .trouble_img h3 {
  background-color: rgba(21,72,104,0.80);
  color: #FFFFFF;
  font-size: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  font-weight: bold;
}
footer .foot_contact h4 {
  font-size: 13px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 20px;
}
.foot_menu .ac_box dd a {
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}
.phone_menu .ac_box dd a {
  text-decoration: none;
  font-size: 13px;
  text-align: left;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 13px;
  transition: all 0.3s;
}
.phone_menu .ac_box dd a:hover  {
  color: #39AFDD;
}
footer .foot_logo p {
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 10px;
}
footer .foot_logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
footer .foot_contact .tel_number p {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 10px;
}
footer .foot_contact .mail_form p {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 24px;
}
.sub_conD .invest_box p {
  font-size: 12px;
  padding-top: 8px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #FFFFFF;
  text-align: justify;
  padding-bottom: 12px;
}
.invest_box p {
  font-size: 13px;
  padding-top: 8px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #FFFFFF;
  text-align: justify;
  padding-bottom: 12px;
}
.invest_box p.case {
	line-height: 2;
}
.sub_conD .invest_box h3 {
  background-color: #FFFFFF;
  color: #39AFDD;
  font-size: 18px;
  padding-top: 12px;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding-bottom: 0px;
}
.invest_box h3 {
  background-color: #FFFFFF;
  color: #39AFDD;
  font-size: 18px;
  padding-top: 12px;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding-bottom: 0px;
}
.flow_box .flow_text p a {
  color: #39AFDD;
}
.sub_conC .explanation_text p {
  font-size: 12px;
  text-align: justify;
  margin-bottom: 30px;
}
.sub_conC .explanation_text p .phone_none {
  display: none;
}
.megamenu .menu_box .menu_contents li a p {
	font-size: 14px;
	font-weight: bold;
	margin-left: 16px;
	display: block;
	color: #39AFDD;
	line-height: 1.4;
	transition: all 0.3s;
}
.accordion .ac_box dd p {
  font-size: 12px;
  width: 86%;
}
.works_box .img .before {
  background-color: rgba(255,255,255,0.85);
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  color: #4D4D4D;
}
.works_box .img_box .before {
  background-color: rgba(255,255,255,0.85);
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  color: #4D4D4D;
}
.works_box .img .after {
  background-color: rgba(255,255,255,0.85);
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  right: 0px;
  color: #FF7D4A;
}
.works_box .img_box .after {
  background-color: rgba(255,255,255,0.85);
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  right: 0px;
  color: #FF7D4A;
}
.rec_detail section h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
}
.case_detail section h3 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
}
.rec_detail section p {
  font-size: 12px;
  padding-left: 5px;
}
.case_detail section p {
  font-size: 12px;
  padding-left: 5px;
}
.rec_detail section {
  border-top: 1px solid #ABABAB;
  padding-top: 8px;
  padding-bottom: 10px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.case_detail section {
  border-top: 1px solid #ABABAB;
  padding-top: 8px;
  padding-bottom: 10px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.case_detail section:first-child {
  border-top: none;
}
.recruit_link a p {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  font-size: 12px;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
}
.recruit_link a span {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  font-size: 12px;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
}
.recruit_link a h3 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
}
.recruit_link a {
  display: block;
  width: 47%;
  position: relative;
  text-decoration: none;
	-webkit-box-shadow: 0px 0px 6px #717171;
  box-shadow: 0px 0px 6px #717171;
}
.sub_conA.contact_top .partner_link .recruit_link a {
  width: 100%;
}
.privacy_box section h2 {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}
.company_box .text p {
  font-size: 12px;
  color: #FFFFFF;
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 10px;
}
.com_conB .company_box .text p {
  color: #313131;
  background-color: rgba(255,255,255,0.80);
  padding-left: 5px;
  padding-right: 5px;
}
.diffe_box section h3 {
  font-size: 22px;
  font-weight: bold;
  color: #FF7D4A;
  text-align: center;
  margin-bottom: 10px;
}
.diffe_box h2 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 20px;
}
.price_box h2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 50px;
  color: #FFFFFF;
}
.diffe_box section p {
  font-size: 18px;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  text-align: center;
  font-weight: bold;
}
.attract_box section p {
  font-size: 12px;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: justify;
  padding-bottom: 12px;
}
.request_box section p {
  font-size: 12px;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: justify;
  padding-bottom: 12px;
}
.service_box section p {
  font-size: 12px;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: justify;
  padding-bottom: 12px;
}
.conE .flow_box h3 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #FFFFFF;
  background-color: #39AFDD;
  font-size: 18px;
  font-weight: bold;
  padding-right: 9px;
  width: 40px;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 9px;
}
.conE .flow_box h4 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #FFFFFF;
  background-color: #39AFDD;
  font-size: 18px;
  font-weight: bold;
  padding-right: 9px;
  width: 40px;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 9px;
}
.conB .middle_contact p {
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}
.colum_conA .text_box .column_contact p {
	text-align: center;
	font-size: 12px;
	margin-top: 0px;
}
.sub_conA .middle_contact p {
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}
.conB .drop_frame section .text p {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}
.sub_conA .drop_frame section .text p {
  font-size: 11px;
  text-align: center;
  margin-top: 5px;
}
.conB .drop_frame section .text p.white {
	color: #FFFFFF;
	
}
.conC .trouble_box a {
  display: block;
  position: relative;
  width: 47%;
  -webkit-box-shadow: 0px 0px 6px #717171;
  box-shadow: 0px 0px 6px #717171;
  margin-bottom: 25px;
}
.sub_conA .trouble_box a {
  display: block;
  position: relative;
  width: 47.5%;
  -webkit-box-shadow: 0px 0px 6px #717171;
  box-shadow: 0px 0px 6px #717171;
  margin-bottom: 25px;
}
.sub_conA .column_box a {
  display: block;
  position: relative;
  width: 47.5%;
  -webkit-box-shadow: 0px 0px 6px #717171;
  box-shadow: 0px 0px 6px #717171;
  margin-bottom: 25px;
	border-radius: 7px;
}

.conE .trouble_box a {
  display: block;
  position: relative;
  width: 47.5%;
  -webkit-box-shadow: 0px 0px 6px #717171;
  box-shadow: 0px 0px 6px #717171;
  margin-bottom: 25px;
}
.attract_box section {
  display: block;
  position: relative;
  width: 98%;
  -webkit-box-shadow: 0px 0px 6px #717171;
  box-shadow: 0px 0px 6px #717171;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}
.request_box section {
  display: block;
  position: relative;
  width: 98%;
  -webkit-box-shadow: 0px 0px 6px #717171;
  box-shadow: 0px 0px 6px #717171;
  border-radius: 10px;
  margin-bottom: 15px;
	margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}
.service_box section {
  display: block;
  position: relative;
  width: 98%;
  -webkit-box-shadow: 0px 0px 6px #717171;
  box-shadow: 0px 0px 6px #717171;
  border-radius: 7px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  margin-top: 15px;
}
.price_box section {
  display: block;
  position: relative;
  width: 98%;
  -webkit-box-shadow: 0px 0px 6px #717171;
  box-shadow: 0px 0px 6px #717171;
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  margin-top: 25px;
	margin-bottom: 25px;
  padding-bottom: 5px;
}
.conB .drop_frame section .text h3 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top: 8px;
}
.sub_conA .drop_frame section .text h3 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top: 8px;
}
.conB .drop_frame section .text h3.yellow {
	color: #FFFF00;
	
}
.main_text p {
  color: #FFFFFF;
  font-size: 13px;
  text-align: center;
  line-height: 1.8;
  margin-top: 15px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.conB.sub_contact .main_text p {
  text-align: left;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}


.main_title h2 {
	font-size: 10px;
	text-align: center;
}
.main_title h4 {
	font-size: 10px;
	text-align: center;
}
.conB.sub_contact .main_text .phone_none {
  display: none;
}
.main_title p {
  color: #FFFFFF;
  font-size: 5.6vw;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.main_title p.black_text {
  color: #000000;
}
.main_title p span {
	color: #FFFF00;
}
.main_title p.black_text span {
	color: #39AFDD;
}
.sub_conC .main_title p span {
  color: #39AFDD;
}
.part_conA .main_title p span {
  color: #39AFDD;
}
.sub_conE .main_title p span {
  color: #39AFDD;
}
.sub_conF .main_title p span {
  color: #39AFDD;
}
.sub_conE .main_text .black {
  color: #313131;
}
/*フルスクリーン動画*/
.hero {
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: 710px;
}
.sub_hero {
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: 710px;
}
.sub_hero.not_hero {
  background-image: url(img/tokyo_area.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_hero.thanks_hero {
  background-image: url(img/thanks_hero.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero video {
	/* Make video to at least 100% wide and tall */
	min-width: 100%;
	min-height: 100%;
	/* Setting width & height to auto prevents the browser from stretching or squishing the video */
	width: auto;
	height: 100%;
	/* Center the video */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
body {
	overflow-x: hidden;
	position: relative;
	font-size: medium;
	width: auto;
}
.hero .drop-container {
	position: absolute;
	top: -37.5%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 160px;
	width: 160px;
}
.sub_hero .drop-container {
	position: absolute;
	top: -37.5%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 160px;
	width: 160px;
}
.hero .hero_text {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	z-index: 5;
}
.hero .hero_text h2 {
	color: #FFFFFF;
	text-align: center;
	opacity: 0;
	animation: appear 2s 2.5s forwards;
	display: block;
	width: 100%;
	font-size: 6vw;
	font-weight: bold;
	line-height: 1.7;
}
.hero .tracer_gas {
	position: absolute;
	top: 57%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}
.hero .ceiling_leak {
	position: absolute;
	top: 57%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}
.hero .tracer_gas h2 {
	margin-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
	opacity: 0;
	animation: appear 2s 2.5s forwards;
	display: block;
	width: 100%;
	font-size: 5.8vw;
	font-weight: bold;
	z-index: 2;
	line-height: 1.7;
}
.hero .ceiling_leak h2 {
	margin-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
	opacity: 0;
	animation: appear 2s 2.5s forwards;
	display: block;
	width: 100%;
	font-size: 5.2vw;
	font-weight: bold;
	z-index: 2;
	line-height: 1.7;
}
.sub_hero .hero_text h1 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  color: #FFFFFF;
  text-align: center;
  /*opacity: 0;*/
 /* animation: appear 2s 0.8s forwards;*/
  display: block;
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  z-index: 2;
  line-height: 1.5;
}
.sub_hero .hero_text h1 span {
	font-size: 11px;
	font-weight: normal;
}
.hero .hero_text h1 {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-align: center;
	opacity: 0;
	animation: appear 2s 2.5s forwards;
	display: block;
	width: 82%;
	font-size: 12px;
	border-top: 1px solid #FFFFFF;
	padding-top: 8px;
}
.hero .hero_text p {
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-align: center;
	opacity: 0;
	animation: appear 2s 2.5s forwards;
	display: block;
	width: 82%;
	font-size: 12px;
}
.hero .tracer_gas h1 {
	margin: auto;
	color: #FFFFFF;
	text-align: center;
	opacity: 0;
	animation: appear 2s 2.5s forwards;
	display: block;
	width: 82%;
	font-size: 12px;
	z-index: 2;
	border-top: 1px solid #FFFFFF;
	padding-top: 8px;
}
.hero .ceiling_leak h1 {
	margin: auto;
	color: #FFFFFF;
	text-align: center;
	opacity: 0;
	animation: appear 2s 2.5s forwards;
	display: block;
	width: 82%;
	font-size: 12px;
	z-index: 2;
	border-top: 1px solid #FFFFFF;
	padding-top: 8px;
}
.sub_hero .hero_text p {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  /*opacity: 0;*/
	/*animation: appear 2s 0.8s forwards;*/
  display: block;
  z-index: 2;
  color: #FFFFFF;
  font-size: 5.2vw;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  width: 100%;
}
.sub_hero .hero_text p span{
  color: #FFFF00;
}
.hero .drop {
	position: absolute;
	top: -20%;
	width: 100%;
	height: 100%;
	border-radius: 100% 3% 100% 100%;
	transform: rotate(-45deg);
	margin: 0px;
	background: #39AFDD;
	animation: drip 1.5s forwards;
	z-index: 1;
}
.sub_hero .drop {
	position: absolute;
	top: -20%;
	width: 100%;
	height: 100%;
	border-radius: 100% 3% 100% 100%;
	transform: rotate(-45deg);
	margin: 0px;
	background: #39AFDD;
	animation: drip 1.5s forwards;
	z-index: 1;
}
.hero .logo_title img {
	position: absolute;
	top: -37.5%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	margin: auto;
	text-align: center;
	opacity: 0;
	animation: appear 2s 0.7s forwards;
}
.sub_hero .logo_title img {
  position: absolute;
  top: -37.5%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  text-align: center;
  /*opacity: 0;*/
 /* animation: appear 2s 0.7s forwards;*/
  display: block;
  width: 160px;
}
.hero .logo_title h2 span {
	font-size: 24px;
	font-weight: bold;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero .drop-container:before,
.hero .drop-container:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 60%;
  right: 50%;
  transform: translate(50%) rotateX(75deg);
  border-radius: 100%;
  opacity: 0;
  width: 75%;
  height: 75%;
  border: 5px solid #FFFFFF;
  animation: dripple 2s ease-out 0.6s;
}
.sub_hero .drop-container:before,
.sub_hero .drop-container:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 60%;
  right: 50%;
  transform: translate(50%) rotateX(75deg);
  border-radius: 100%;
  opacity: 0;
  width: 75%;
  height: 75%;
  border: 5px solid #FFFFFF;
  animation: dripple 2s ease-out 0.6s;
}
.hero .drop-container:after {
  animation: dripple 2s ease-out 1.7s;
}
.sub_hero .drop-container:after {
  animation: dripple 2s ease-out 1.7s;
}
@keyframes drip {
  45% {
    top: 0;
    border-radius: 100% 5% 100% 100%;
    transform: rotate(-45deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
    border-radius: 100%;
  }
}

@keyframes dripple {
  0% {
    width: 150px;
    height: 150px;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 320px;
    height: 250px;
    top: 40%;
    opacity: 0;
  }
}
.raindrops_menu {
	width: 100vw;
	height: 120px;
	margin-top: -120px;
	position: absolute;
	top: 125px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.raindrops {
  width: 100%;
  height: 120px;
  margin-top: -120px;
}
.raindrops_w {
  width: 100%;
  height: 120px;
  margin-top: -120px;
}
.raindrops_sub {
  width: 100%;
  height: 120px;
  margin-top: -120px;
}
/*----ハンバーガーボタン----*/
.full_nav {
	text-align: center;
	position: fixed;
	overflow: hidden;
	background: none;
	z-index: 60;
	right: 10px;
	left: auto;
	width: 40px;
	height: 40px;
	top: 6px;
}
.full_nav .button {
	display: inline;
	position: absolute;
}
.full_nav .button a {
	text-decoration: none;
}
.full_nav .button a:hover {
	cursor: pointer;
}
.full_nav .btn-open:after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(img/menu_button_b.png);
	margin: 0 0 0 -20px;
	background-size: contain;
	ertical-align: middle;
	transition-property:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
}
.full_nav .btn-open:hover:after {
	opacity: 0.7;
}
.full_nav .btn-close:after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(img/menu_button_w.png);
	margin: 0 0 0 -20px;
	background-size: contain;
	ertical-align: middle;
	transition-property:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
}
.full_nav .btn-close:hover:after {
	opacity: 0.7;
}
/*---ハンバーガー全画面MENU---*/
.overlay_nav {
  display: none;
  position: fixed;
  height: 100%;
  width: 290px;
  overflow: auto;
  z-index: 30;
  background-color: rgba(21,72,104,0.90);
  right: 0px;
  left: auto;
  top: 53px;
}
.overlay_nav.patner {
  height: auto;
}
.overlay_nav .container {
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 80px;
  width: 80%;
  max-width: 250px;
}
.overlay_nav.patner .container {
  padding-bottom: 15px;
}
.sub_nav {
	display: none;
}
/*----------------------*/
/*----CSS波紋三連アニメーション----*/
.css_ripple,
.css_ripple:before,
.css_ripple:after {
	display: block;
	border-radius: 2px;
	width: 2px;
	height: 2px;
	animation: rip 6s infinite ease-out;
}
.css_ripple {
  display: none;
}
.css_ripple:before,
.css_ripple:after {
	content: "";
	position: absolute;
}
.css_ripple:before {
	animation-delay: 0.2s;
	top: 5px;
	left: 25px;
}
.css_ripple:after {
	animation-delay: 0.8s;
	top: 25px;
	left: 0;
}
@keyframes rip {
	0% {
		box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent, 0 0 0 0 transparent,
		0 0 0 0 transparent;
	}
	15% {
		box-shadow: 0 0 0 0 #39AFDD, 0 0 0 0 rgba(255, 255, 255, 0.4),
		0 0 0 0 #39AFDD, 0 0 0 0 rgba(0, 0, 0, 0.05);
	}
	100% {
		box-shadow: 0 0 30px 180px #39AFDD, 0 0 10px 200px transparent,
		0 0 20px 200px #39AFDD, 0 0 5px 230px transparent;
	}
}
/*----------------------------*/
/*----水滴三連スクロールアニメーション----*/
.scroll_icon .scroll_ripple {
	height: 10px;
	width: 10px;
	position: relative;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.scroll_icon span {
	position: absolute;
	transform: rotate(-45deg);
	border-radius: 100% 0% 100% 100%;
	background-color: #39AFDD;
	width: 10px;
	height: 10px;
}
.scroll_icon.hbg_scroll .scroll_ripple span {
	background-color: #FFFFFF;
}
.scroll_icon .ripple_A {
	-webkit-animation-name: scroll_icon_1;
	animation-name: scroll_icon_1;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes scroll_icon_1 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.scroll_icon .ripple_B {
	-webkit-animation-name: scroll_icon_2;
	animation-name: scroll_icon_2;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes scroll_icon_2 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	60% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.scroll_icon .ripple_C {
	-webkit-animation-name: scroll_icon_3;
	animation-name: scroll_icon_3;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.main_title img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.scroll_icon.white_scroll span {
	background-color: #FFFFFF;
}
.scroll_icon.blue_scroll span {
	background-color: #39AFDD;
}
.conC .main_text .black {
	color: #313131;
}
.main_text .black {
	color: #313131;
}
.conF .main_text .phone_none {
}
.conF .maker_box img {
  width: 155px;
  margin-bottom: 5px;
  display: block;
  height: 70px;
}
.conB .middle_contact {
  border-radius: 10px;
  background-color: rgba(255,255,255,0.96);
  border: 3px solid #39AFDD;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
.colum_conA .text_box .column_contact {
	border-radius: 10px;
	background-color: #FFEB00;
	border: 3px solid #39AFDD;
	padding-top: 25px;
	padding-bottom: 20px;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
}
.sub_conA .middle_contact {
  border-radius: 10px;
  background-color: rgba(255,255,255,0.96);
  border: 3px solid #39AFDD;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.conB .middle_contact a {
	text-decoration: none;
	font-size: 37px;
	font-weight: bold;
	color: #39AFDD;
	text-align: center;
	display: block;
	letter-spacing: 0.01em;
	font-family: Arial, Helvetica, sans-serif;
}
.colum_conA .text_box .column_contact a {
	text-decoration: none;
	font-size: 37px;
	font-weight: bold;
	color: #39AFDD;
	text-align: center;
	display: block;
	letter-spacing: 0.01em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
.sub_conA .middle_contact a {
	text-decoration: none;
	font-size: 37px;
	font-weight: bold;
	color: #39AFDD;
	text-align: center;
	display: block;
	letter-spacing: 0.01em;
	font-family: Arial, Helvetica, sans-serif;
}
.conB .middle_contact .flex img {
	display: block;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.colum_conA .text_box .column_contact .flex img {
	display: block;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
}
.sub_conA .middle_contact .flex img {
	display: block;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.conB .middle_contact .payment {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.conD {
  background-color: #39AFDD;
  position: relative;
  padding-bottom: 30px;
}
.conF .main_text {
  margin-bottom: 25px;
}
.conE .flow_box section .flow_img {
  height: 180px;
  border-top-right-radius: 10px;
}
.conE .flow_box section .flow_img.flow_A {
  background-image: url(img/flow_A_s.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.conE .flow_box section .flow_img.entry_A {
  background-image: url(img/entry_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.conE .flow_box section .flow_img.entry_B {
  background-image: url(img/entry_B.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.conE .flow_box section .flow_img.entry_C {
  background-image: url(img/entry_C.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.conE .flow_box section .flow_img.entry_D {
  background-image: url(img/entry_D.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.conE .flow_box section .flow_img.flow_B {
  background-image: url(img/flow_B_s.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.conE .flow_box section .flow_img.flow_C {
  background-image: url(img/flow_C_s.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.conE .flow_box section .flow_img.flow_D {
  background-image: url(img/flow_D_s.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.conE .flow_box section .flow_img.flow_E {
  background-image: url(img/flow_E_s.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.conE .flow_box .flow_number {
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  top: -50px;
}
.conE .flow_box .flow_text {
  background-color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-right-radius: 10px;
}
.conE .flow_box .flow_text h4 {
  font-size: 16px;
  width: 91%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  color: #39AFDD;
  font-weight: bold;
}
.conE .flow_box .flow_text h5 {
  font-size: 16px;
  width: 91%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  color: #39AFDD;
  font-weight: bold;
}
.conE .flow_box .flow_text p {
  font-size: 12px;
  width: 91%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: justify;
}
.conE .flow_box section {
  position: relative;
  margin-top: 25px;
  margin-bottom: 50px;
  background-color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  width: 100%;
}
.conG .scroll_icon.blue_scroll {
  margin-top: 30px;
}
.sub_conC .scroll_icon.blue_scroll {
  margin-top: 30px;
}
.attract_box .attract_img.at_A {
  background-image: url(img/solution.jpg);
  background-position: center center;
}
.attract_box .attract_img.part_A {
  background-image: url(img/free.jpg);
  background-position: center center;
}
.attract_box .attract_img.part_B {
  background-image: url(img/income.jpg);
  background-position: center center;
}
.attract_box .attract_img.part_C {
  background-image: url(img/pose.jpg);
  background-position: center center;
}
.attract_box .attract_img.part_D {
  background-image: url(img/rewa_F.jpg);
  background-position: center center;
}
.attract_box .attract_img.part_E {
  background-image: url(img/rewa_H.jpg);
  background-position: center center;
}
.attract_box .attract_img.part_F {
  background-image: url(img/handshake.jpg);
  background-position: center center;
}
.attract_box .attract_img.rewa_G {
  background-image: url(img/pose.jpg);
  background-position: center center;
}
.attract_box .attract_img.rewa_H {
  background-image: url(img/rewa_H.jpg);
  background-position: center center;
}
.attract_box .attract_img.rewa_I {
  background-image: url(img/rewa_I.jpg);
  background-position: center center;
}
.attract_box .attract_img.rewa_D {
  background-image: url(img/rewa_D.jpg);
  background-position: center center;
}
.attract_box .attract_img.rewa_A {
  background-image: url(img/rewa_A.jpg);
  background-position: center center;
}
.attract_box .attract_img.at_G {
  background-image: url(img/year.jpg);
  background-position: center center;
}
.request_box .request_img.req_A {
  background-image: url(img/customer.jpg);
  background-position: center center;
}
.request_box .request_img.req_B {
  background-image: url(img/operator.jpg);
  background-position: center center;
}
.request_box .request_img.req_C {
  background-image: url(img/partner.jpg);
  background-position: center center;
}
.attract_box .attract_img.at_D {
  background-image: url(img/pose.jpg);
  background-position: center center;
}
.attract_box .attract_img.at_B {
  background-image: url(img/stop.jpg);
  background-position: center center;
}
.attract_box .attract_img.rewa_E {
  background-image: url(img/flow_A.jpg);
  background-position: center center;
}
.attract_box .attract_img.rewa_B {
  background-image: url(img/rewa_B.jpg);
  background-position: center center;
}
.attract_box .attract_img.at_H {
  background-image: url(img/standby.jpg);
  background-position: center center;
}
.attract_box .attract_img.at_E {
  background-image: url(img/flow_C.jpg);
  background-position: center center;
}
.attract_box .attract_img.at_C {
  background-image: url(img/discount.jpg);
  background-position: center center;
}
.attract_box .attract_img.rewa_F {
  background-image: url(img/rewa_F.jpg);
  background-position: center center;
}
.attract_box .attract_img.rewa_C {
  background-image: url(img/stop.jpg);
  background-position: center center;
}
.attract_box .attract_img.at_I {
  background-image: url(img/cooperation.jpg);
  background-position: center center;
}
.attract_box .attract_img.at_F {
  background-image: url(img/knowledge.jpg);
  background-position: center center;
}

.attract_box .attract_img.tracer_at_A {
  background-image: url(tracergas_img/tracer_at_A.jpg);
  background-position: center center;
}
.attract_box .attract_img.tracer_at_B {
  background-image: url(tracergas_img/tracer_at_B.jpg);
  background-position: center center;
}
.attract_box .attract_img.tracer_at_C {
  background-image: url(tracergas_img/tracer_at_C.jpg);
  background-position: center center;
}

.attract_box .attract_img.waterpipe_burst_trouble_A {
  background-image: url(waterpipe_burst_img/trouble_A.jpg);
  background-position: center center;
}
.attract_box .attract_img.waterpipe_burst_trouble_B {
  background-image: url(waterpipe_burst_img/trouble_B.jpg);
  background-position: center center;
}
.attract_box .attract_img.waterpipe_burst_trouble_C {
  background-image: url(waterpipe_burst_img/trouble_C.jpg);
  background-position: center center;
}

.attract_box .attract_img.ceiling_leak_trouble_A {
  background-image: url(ceiling_leak_img/trouble_A.jpg);
  background-position: center center;
}
.attract_box .attract_img.ceiling_leak_trouble_B {
  background-image: url(ceiling_leak_img/trouble_B.jpg);
  background-position: center center;
}
.attract_box .attract_img.ceiling_leak_trouble_C {
  background-image: url(ceiling_leak_img/trouble_C.jpg);
  background-position: center center;
}

.attract_box .attract_img.tg_trouble_A {
  background-image: url(tracergas_img/trouble_A.jpg);
  background-position: center center;
}
.attract_box .attract_img.tg_trouble_B {
  background-image: url(tracergas_img/trouble_B.jpg);
  background-position: center center;
}
.attract_box .attract_img.tg_trouble_C {
  background-image: url(tracergas_img/trouble_C.jpg);
  background-position: center center;
}
.attract_box .attract_img.tg_trouble_D {
  background-image: url(tracergas_img/trouble_D.jpg);
  background-position: center center;
}
.attract_box .attract_img.tg_trouble_E {
  background-image: url(tracergas_img/trouble_E.jpg);
  background-position: center center;
}
.attract_box .attract_img.tg_trouble_F {
  background-image: url(tracergas_img/trouble_F.jpg);
  background-position: center center;
}

.attract_box .attract_img.tg_reason_A {
  background-image: url(tracergas_img/reason_A.jpg);
  background-position: center center;
}
.attract_box .attract_img.tg_reason_B {
  background-image: url(tracergas_img/reason_B.jpg);
  background-position: center center;
}
.attract_box .attract_img.tg_reason_C {
  background-image: url(tracergas_img/reason_C.jpg);
  background-position: center center;
}

.attract_box .attract_img.ceiling_leak_feature_A {
  background-image: url(ceiling_leak_img/feature_A.jpg);
  background-position: center center;
}
.attract_box .attract_img.ceiling_leak_feature_B {
  background-image: url(ceiling_leak_img/feature_B.jpg);
  background-position: center center;
}
.attract_box .attract_img.ceiling_leak_feature_C {
  background-image: url(ceiling_leak_img/feature_C.jpg);
  background-position: center center;
}
.attract_box .attract_img.ceiling_leak_feature_D {
  background-image: url(ceiling_leak_img/feature_D.png);
  background-position: center center;
}
.attract_box .attract_img.ceiling_leak_feature_E {
  background-image: url(ceiling_leak_img/feature_E.jpg);
  background-position: center center;
}
.attract_box .attract_img.ceiling_leak_feature_F {
  background-image: url(ceiling_leak_img/feature_F.jpg);
  background-position: center center;
}

.attract_box .attract_img.tg_feature_A {
  background-image: url(tracergas_img/feature_A.jpg);
  background-position: center center;
}
.attract_box .attract_img.tg_feature_B {
  background-image: url(tracergas_img/feature_B.jpg);
  background-position: center center;
}
.attract_box .attract_img.tg_feature_C {
  background-image: url(tracergas_img/feature_C.jpg);
  background-position: center center;
}

.attract_box .attract_img.waterpipe_burst_reason_A {
  background-image: url(waterpipe_burst_img/reason_A.jpg);
  background-position: center center;
}
.attract_box .attract_img.waterpipe_burst_reason_B {
  background-image: url(waterpipe_burst_img/reason_B.jpg);
  background-position: center center;
}
.attract_box .attract_img.waterpipe_burst_reason_C {
  background-image: url(waterpipe_burst_img/reason_C.jpg);
  background-position: center center;
}

.attract_box .attract_img.ceiling_leak_reason_A {
  background-image: url(ceiling_leak_img/reason_A.jpg);
  background-position: center center;
}
.attract_box .attract_img.ceiling_leak_reason_B {
  background-image: url(ceiling_leak_img/reason_B.jpg);
  background-position: center center;
}
.attract_box .attract_img.ceiling_leak_reason_C {
  background-image: url(ceiling_leak_img/reason_C.jpg);
  background-position: center center;
}
.attract_box .attract_img.ceiling_leak_reason_D {
  background-image: url(ceiling_leak_img/reason_D.jpg);
  background-position: center center;
}
.attract_box .attract_img.ceiling_leak_reason_E {
  background-image: url(ceiling_leak_img/reason_E.jpg);
  background-position: center center;
}
.attract_box .attract_img.ceiling_leak_reason_F {
  background-image: url(ceiling_leak_img/reason_F.jpg);
  background-position: center center;
}

.diffe_box section .blue_text {
  color: #39AFDD;
}
.diffe_box section .red_text {
  color: #FF7D4A;
}
.diffe_box .white_text {
  color: #FFFFFF;
}
.conE.flow_conE {
  padding-bottom: 60px;
}
.conE.part_conE {
  padding-bottom: 80px;
}
.conA.company_conA {
  height: 430px;
}
.conA.recruit_conA {
  height: auto;
  padding-bottom: 30px;
}
.conA.privacy_conA {
  height: auto;
  padding-bottom: 30px;
}
.conA p .phone_none {
  display: none;
}
.conA.recruit_conA .main_text p {
  text-align: justify;
}
.accordion .ac_box dd .answer_flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.rec_conB .main_title span {
  color: #313131;
}
.trouble_box .question_space {
  display: none;
}
.accordion .ac_box dd p a {
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  border: 1px solid #313131;
  margin-top: 10px;
  display: inline-block;
  background-color: #F9F9F9;
  text-decoration: none;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.faq_box section h3 span {
  font-weight: bold;
  color: #39AFDD;
}
.faq_box section h4 span {
  font-weight: bold;
  color: #39AFDD;
}
.faq_box section p span {
  font-size: 13px;
  font-weight: bold;
  color: #FF7D4A;
}
.map_img {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 92%;
}
.sub_conA.area_top .container {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
}
.sub_conD .invest_box {
  -webkit-box-shadow: 0px 0px 6px #717171;
  box-shadow: 0px 0px 6px #717171;
  margin-top: 30px;
  border-radius: 7px;
  background-color: #FFFFFF;
  padding-bottom: 8px;
}
.invest_box {
  -webkit-box-shadow: 0px 0px 6px #717171;
  box-shadow: 0px 0px 6px #717171;
  margin-top: 30px;
  border-radius: 7px;
  background-color: #FFFFFF;
  padding-bottom: 8px;
}
footer .foot_contact .tel_number {
  border: 2px solid #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  padding-bottom: 3px;
  margin-bottom: 20px;
  border-radius: 7px;
  background-color: #0095CD;
}
footer .foot_contact .mail_form {
  border: 2px solid #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 7px;
  background-color: #0095CD;
}
footer .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.pc_foot_menu {
  display: none;
}
.sub_hero .hero_text .privacy {
  font-size: 4.8vw;
}
.price_box {
}
.price_box .price_table section .text .red_text {
  color: #FF7D4A;
  font-weight: bold;
}
.price_box .blue_title {
  color: #39AFDD;
}
.conF .maker_box .space_box {
  display: none;
}
.conG.sub_page_space {
  padding-bottom: 60px;
}
.sub_hero .hero_text .small_text {
  font-size: 15px;
}
.conE.part_conE .flow_box.part_box {
  margin-top: 70px;
}
.rec_conB.part_conB {
  padding-bottom: 80px;
}
.sub_conA.contact_top .partner_link .left_box h2 {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.sub_conA .works_box .text_box a {
  text-decoration: none;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  border: 1px solid #2E2E2E;
  margin-top: 10px;
}
.sub_conA .voice_box .text_box a {
  text-decoration: none;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  border: 1px solid #2E2E2E;
  margin-top: 10px;
}
.sub_hero .hero_text .column_text {
  font-size: 13px;
}
.sub_hero .hero_text h1.column_title {
  font-size: 23px;
}
.trouble_box .space_box {
  display: none;
}
.conC .trouble_box .space_box {
  display: none;
}
.conE .trouble_box .space_box {
  display: none;
}
.hero .pc_hero {
  display: none;
}
















































@-webkit-keyframes scroll_icon_3 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/*--------------------------*/




































/*--------------------------------------*/
@media (min-width:600px) and (max-width:1059px){
.sub_conD .invest_box {
  -webkit-box-shadow: 0px 0px 6px #717171;
  box-shadow: 0px 0px 6px #717171;
  margin-top: 30px;
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.conA.company_conA {
  height: 450px;
}
/*フルスクリーン動画*/
.hero {
  width: 100%;
  max-height: 100vh;
}
.hero video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: 100%;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero .hero_text {
	top: 56%;
	left: 50%;
}
.hero .hero_text h2 {
	font-size: 30px;
	letter-spacing: 0.07em;
	line-height: 1.7;
}
.hero .hero_text h1 {
	font-size: 14px;
	width: 420px;
	padding-top: 10px;
}
.hero .hero_text p {
	font-size: 14px;
	width: 420px;
}
.main_title p {
	font-size: 30px;
	line-height: 1.7;
}
.conA p .phone_none {
	display: inline;
}
.conA {
	height: 490px;
	padding-top: 30px;
}
.conB .container {
	width: 95%;
	max-width: 600px;
}
.conC .container {
	width: 92%;
	max-width: 600px;
}
.conC .trouble_box a .expansion_box {
	width: 100%;
	height: 210px;
}
.conC .trouble_box a .expansion {
	height: 210px;
}
.conF .maker_box img {
  margin-bottom: 15px;
}
.conF .maker_box .space_box {
  width: 155px;
  display: inline;
}
.conF .maker_box {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.conE .flow_box section {
  margin-top: 25px;
  margin-bottom: 65px;
  display: block;
}
.conE .flow_box h3 {
  font-size: 18px;
  padding-left: 9px;
  padding-right: 9px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  height: 100%;
  left: -18px;
  width: auto;
  margin-right: auto;
  right: auto;
}
.conE .flow_box h4 {
  font-size: 18px;
  padding-left: 9px;
  padding-right: 9px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  height: 100%;
  left: -18px;
  width: auto;
  margin-right: auto;
  right: auto;
}
.conE .flow_box section .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.conE .flow_box section .flow_img {
  height: 240px;
  width: 42%;
  border-radius: 10px 0px 0px 10px;
}
.conE .flow_box .flow_text p {
  width: 83%;
}
.conE .flow_box .flow_text h4 {
  width: 83%;
}
.conE .flow_box .flow_text h5 {
  width: 83%;
}
.conE .flow_box .flow_text {
  background-color: #FFFFFF;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 58%;
}
.conE .container {
  max-width: 700px;
	padding-top: 90px;
}
.conH .container {
  max-width: 650px;
}
footer .container {
  max-width: 600px;
}
.sub_conA .drop_frame {
  max-width: 600px;
}
.sub_hero .hero_text p {
  top: 61%;
  left: 50%;
  font-size: 30px;
}
.sub_hero {
  height: 660px;
}
.map_img {
  max-width: 600px;
}
.attract_box section {
  width: 46.5%;
}
.request_box section {
  width: 500px;
}
.sub_conC .container {
  max-width: 750px;
}
.sub_conG .container {
  max-width: 600px;
}
.diffe_box h2 .blue_text {
  font-size: 30px;
}
.diffe_box h2 .red_text {
  font-size: 30px;
}
.sub_conC .diffe_box {
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}
.sub_conD .diffe_box {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}
.com_conA .container {
  width: 500px;
}
.company_box .img {
  height: 350px;
}
.com_conB .container {
  width: 500px;
}
.sub_conA .middle_contact {
  width: 550px;
}
.sub_hero .hero_text .privacy {
  font-size: 26px;
}
.privacy_box {
  max-width: 500px;
}
.sub_conA .trouble_box {
  max-width: 600px;
}
.sub_conA .column_box {
  max-width: 600px;
}
.sub_conA.column_link .column_box {
  max-width: 600px;
}

.conE .trouble_box {
  max-width: 600px;
}
.sub_conA .trouble_box a .expansion_box {
  height: 210px;
}
.sub_conA .column_box a .expansion_box {
  height: 210px;
}

.conE .trouble_box a .expansion_box {
  height: 210px;
}
.sub_conA.question_top .trouble_box a .expansion {
  transition-duration: 0.4s;
  height: 210px;
}
.sub_conD .container {
  max-width: 750px;
}
.sub_conF .container {
  max-width: 600px;
}
.conA.recruit_conA .main_text p {
  text-align: center;
}
.conA.recruit_conA .container {
  max-width: 600px;
}
.rec_conB .container {
  max-width: 600px;
}
.sub_conA .trouble_box a .expansion {
  height: 210px;
}
.sub_conA .column_box a .expansion {
  height: 210px;
}

.conE .trouble_box a .expansion {
  height: 210px;
}
.sub_conD .invest_box .img_box {
  height: 300px;
  margin-left: 8px;
  margin-right: 8px;
}
.invest_box .img_box {
  height: 300px;
  margin-left: 8px;
  margin-right: 8px;
}
.sub_conE .container {
  max-width: 750px;
}
.sub_conD .accordion {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}
.sub_conA .comparison {
  max-width: 600px;
}
.case_detail {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 600px;
}
.sub_conD.otaku190801 .container {
  max-width: 600px;
}
.sub_conD.kawasaki200401 .container {
  max-width: 600px;
}
.sub_conH .container {
  max-width: 600px;
}
.sub_conG .case_box .img {
  height: 450px;
}
.sub_conA .comparison .img {
  height: 450px;
  margin-bottom: 25px;
}
.sub_conG .case_under_box .img {
  height: 450px;
  margin-top: 25px;
}
.sub_conG .case_split_box .img {
  height: 450px;
  margin-top: 20px;
}
.sub_conD .commit_box section .img {
  height: 450px;
}
.sub_conH .commit_box section .img {
  height: 450px;
}
.sub_conA.voice_top .voice_box {
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.hero .drop-container {
  position: absolute;
  top: -37.5%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 160px;
  width: 160px;
}
.invest_box {
  -webkit-box-shadow: 0px 0px 6px #717171;
  box-shadow: 0px 0px 6px #717171;
  margin-top: 30px;
  border-radius: 7px;
  background-color: #FFFFFF;
  padding-bottom: 8px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.service_box {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.price_box {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;

}
.sub_conE .base_price {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.page_top {
	position: fixed;
	right: 20px;
	bottom: 17px;
	display: inline;
}
.sub_conA.works_top .works_box {
  padding-top: 40px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
.sub_conA.contact_top .partner_link {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  max-width: 550px;
}
.css_ripple {
  position: absolute;
  /* [disabled]z-index: -1; */
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  opacity: 0.8;
  display: inline;
}
.colum_conA .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.colum_conA .top_text_box {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.colum_conA .contents {
  padding-top: 10px;
  padding-left: 35px;
  padding-bottom: 25px;
  padding-right: 35px;
}
.colum_conA .text_box {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 30px;
}
.colum_conA .title_img {
  height: 350px;
  max-width: 700px;
}
.colum_conA .text_box .middle_img {
  height: 350px;
}
/*---ハンバーガー全画面MENU---*/
.overlay_nav {
  width: 290px;
}
.hero .pc_hero {
  display: inline;
}
.hero .phone_hero {
  display: none;
}
.sub_conA .column_box a .column_title h3 {
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}
.sub_conA .column_box a .column_title h4 {
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}
.hero .tracer_gas h2 {
	top: 58%;
	left: 50%;
	font-size: min(3.1vw,44px);/*（基本サイズ、最大サイズ）*/
	letter-spacing: 0.07em;
	line-height: 1.6;
}
.hero .ceiling_leak h2 {
	top: 58%;
	left: 50%;
	font-size: min(3.1vw,44px);/*（基本サイズ、最大サイズ）*/
	letter-spacing: 0.07em;
	line-height: 1.6;
}
.mobile_page_top {
	display: none;
}



































}
@media (min-width:1060px){
.hero video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*フルスクリーン動画*/
.hero {
  height: 100vh;
  font-size: 20px;
  max-height: 100vh;
}
/*フルスクリーン動画*/
.sub_hero {
  height: 100vh;
  font-size: 20px;
  max-height: 100vh;
}
.hero .logo_title h2 span {
	font-size: 50px;
	font-weight: bold;
}
.hero .hero_filter {
	width: 100%;
	height: 100vh;
}
.sub_hero .hero_filter {
  width: 100%;
  height: 100%;
}
.raindrops {
	height: 120px;
	margin-top: -120px;
}
.raindrops_w {
	height: 120px;
	margin-top: -120px;
}
.raindrops_sub {
	height: 90px;
	margin-top: -90px;
}
.breadcrumb {
	width: 78%;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
}
.breadcrumb li a {
  font-size: 13px;
}
.hero .logo_title img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 360px;
  top: -38%;
}
.sub_hero .logo_title img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 225px;
  top: -38%;
}
.hero .drop-container {
  position: absolute;
  top: -38%;
  right: 0;
  bottom: 0;
  left: 0;
  height: 220px;
  width: 220px;
}
.sub_hero .drop-container {
  position: absolute;
  top: -38%;
  right: 0;
  bottom: 0;
  left: 0;
  height: 220px;
  width: 220px;
}
.hero .hero_text {
	top: 61%;
	left: 50%;
}
.hero .hero_text h2 {
	font-size: 44px;
	letter-spacing: 0.07em;
	line-height: 1.7;
}
.hero .tracer_gas h2 {
	font-size: min(2.8vw,38px);/*（基本サイズ、最大サイズ）*/
	letter-spacing: 0.07em;
	line-height: 1.4;
}
.hero .ceiling_leak h2 {
	font-size: min(2.8vw,36px);/*（基本サイズ、最大サイズ）*/
	letter-spacing: 0.07em;
	line-height: 1.5;
}
.sub_hero .hero_text h1 {
	top: 29%;
	left: 50%;
	font-size: 47px;
	font-weight: bold;
	letter-spacing: 0.07em;
	line-height: 1.4;
}
.hero .hero_text h1 {
	font-size: 14px;
	width: 615px;
	padding-top: 15px;
}
.hero .hero_text p {
	font-size: 14px;
	width: 615px;
}
.hero .tracer_gas h1 {
	padding-top: 12px;
	font-size: 15px;
}
.hero .ceiling_leak h1 {
	padding-top: 12px;
	font-size: 15px;
}
.sub_hero .hero_text p {
	top: 61%;
	left: 50%;
	text-align: center;
	font-size: 35px;
	line-height: 1.8;
}
.hero .hero_text h1 br {
	display: none;
}

header .headA img {
	width: 160px;
}
/*----ハンバーガーボタン----*/
.full_nav {
	width: 44px;
	height: 44px;
	right: 20px;
	top: 10px;
}
.full_nav.part_full_nav {
  display: none;
}
.full_nav .btn-open:after {
	width: 44px;
	height: 44px;
	margin: 0 0 0 -22px;
}
.full_nav .btn-close:after {
	width: 44px;
	height: 44px;
	margin: 0 0 0 -22px;
}
.megamenu {
	display: inline;
}
.pc_nav .headA {
  margin-right: 2vw;
  margin-top: -2px;
  margin-left: 20px;
}
.pc_nav .headA.lp {
  margin-right: 2vw;
  margin-top: 6px;
  margin-left: 20px;
}
.sub_nav a {
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	width: 80px;
	background-color: #39AFDD;
	text-align: center;
	border-radius: 12px;
	text-decoration: none;
	margin-bottom: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition: all 0.3s;
	margin-left: 7px;
}
.sub_nav a:hover  {
	opacity: 0.8;

}
.sub_nav {
	position: fixed;
	right: 80px;
	z-index: 10;
	top: 10px;
	display: flex;
}
header .menu_filter {
	height: 66px;
}
.info_back {
  margin-top: -58px;
}
.info_box h2 {
	font-size: 14px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 7px;
	border-right: 1px solid #D1F2FF;
	padding-right: 15px;
}
.info_box #ticker ul li span {
	font-size: 13px;
	line-height: 1.4;
	display: inline;
	margin-right: 10px;
}
.info_box #ticker ul li a {
	font-size: 13px;
	line-height: 1.4;
	display: inline;
}
.info_box {
	width: 90%;
	align-items: center;
}
.pc_contact_button {
	position: fixed;
	z-index: 60;
	display: flex;
	align-items: center;
	width: 100vw;
	left: auto;
	justify-content: flex-end;
	bottom: 10px;
}
.contact_button {
	display: none;
}
.pc_contact_button a img {
	height: 45px;
	width: auto;
}
.pc_contact_button a {
  display: block;
  margin-left: 12px;
  transition: all 0.3s;
}
.pc_contact_button a:hover  {
  opacity: 0.8;
}
.pc_nav .headA img:hover {
  opacity: 0.8;
}
.page_top img {
	width: 42px;
}
.page_top {
	right: 20px;
	bottom: 0px;
	transition: all 0.3s;
	z-index: 60;
	display: inline;
}
.scroll_icon.hero_scroll {
	top: auto;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	bottom: 50px;
	position: absolute;
}
.scroll_icon.white_scroll {
  margin-top: 60px;
}
.scroll_icon.hbg_scroll {
	display: none;

}
.scroll_icon span {
	width: 14px;
	height: 14px;
}
/*----------------------------*/
/*----水滴三連スクロールアニメーション----*/
.scroll_icon .scroll_ripple {
  height: 14px;
  width: 14px;
  margin-bottom: 14px;
  border-radius: 10px;
}
.overlay_nav .container {
  padding-top: 33px;
  padding-bottom: 150px;
  text-align: left;
}
.overlay_nav .under_arrow {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
/*---ハンバーガー全画面MENU---*/
.overlay_nav {
  width: 292px;
  left: auto;
  right: 0px;
  top: 66px;
}
.info_back .info_box ul li .flex {
	display: flex;
}
.ticker {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	width: 75%;
}
.main_title h2 {
	font-size: 13px;
}
.main_title h4 {
	font-size: 13px;
}
.main_title h2 span {
	font-size: 35px;
}
.main_title h4 span {
	font-size: 35px;
}
.main_title img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 18px;
}
.main_title p {
	font-size: 44px;
	line-height: 1.7;
}
.conA {
  height: 770px;
  padding-top: 90px;
}
.main_text p {
  font-size: 15px;
  line-height: 2;
  margin-top: 30px;
}
.conB {
  padding-bottom: 160px;
}
.conE {
  padding-bottom: 160px;
}
.sub_conD {
  padding-bottom: 160px;
}
.com_conA {
  padding-bottom: 160px;
}
.conB .drop_frame {
	flex-wrap: no-wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}
.sub_conA .drop_frame {
	flex-wrap: no-wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}
.conB .drop_frame section {
	width: 31%;
	max-width: 210px;
	margin-top: -15px;
}
.sub_conA .drop_frame section {
	width: 31%;
	max-width: 210px;
	margin-top: -15px;
}
.conB .drop_frame section .text .icon {
	width: 78px;
}
.sub_conA .drop_frame section .text .icon {
	width: 78px;
}
.conB .drop_frame section .text h3 {
	font-size: 26px;
	margin-top: 8px;
}
.sub_conA .drop_frame section .text h3 {
	font-size: 30px;
	margin-top: 8px;
}
.conB .drop_frame section .text p {
  font-size: 15px;
  margin-top: 8px;
}
.sub_conA .drop_frame section .text p {
  font-size: 15px;
  margin-top: 8px;
}
.conB .drop_frame section .text {
	top: 50%;
	left: 50%;
}
.sub_conA .drop_frame section .text {
	top: 50%;
	left: 50%;
}
.link_button {
	border-radius: 45px;
	display: flex;
	height: 55px;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.link_button span {
	font-size: 18px;
	font-weight: bold;
}
.conC .trouble_box a {
  width: 22%;
  -webkit-box-shadow: 0px 0px 8px #717171;
  box-shadow: 0px 0px 8px #717171;
  margin-bottom: 50px;
  border-radius: 7px;
}
.sub_conA .trouble_box a {
  width: 30%;
  -webkit-box-shadow: 0px 0px 8px #717171;
  box-shadow: 0px 0px 8px #717171;
  margin-bottom: 50px;
  border-radius: 7px;
}
.sub_conA .column_box a {
  width: 30%;
  -webkit-box-shadow: 0px 0px 8px #717171;
  box-shadow: 0px 0px 8px #717171;
  margin-bottom: 50px;
  border-radius: 7px;
}
.conE .trouble_box a {
  width: 30%;
  -webkit-box-shadow: 0px 0px 8px #717171;
  box-shadow: 0px 0px 8px #717171;
  margin-bottom: 50px;
  border-radius: 7px;
}
.conE .quadruple .trouble_box a {
  width: 22%;
}
.sub_conA.question_top .trouble_box a {
  width: 23%;
  -webkit-box-shadow: 0px 0px 8px #717171;
  box-shadow: 0px 0px 8px #717171;
  margin-bottom: 35px;
  border-radius: 7px;
}
.attract_box section {
  width: 30.5%;
  -webkit-box-shadow: 0px 0px 8px #717171;
  box-shadow: 0px 0px 8px #717171;
  margin-bottom: 50px;
  border-radius: 7px;
  margin-left: 0px;
  margin-right: 0px;
}
.request_box section {
  width: 30%;
  -webkit-box-shadow: 0px 0px 8px #717171;
  box-shadow: 0px 0px 8px #717171;
  margin-bottom: 0px;
  border-radius: 7px;
  margin-left: 0px;
  margin-right: 0px;
}
.service_box section {
  width: 46%;
  -webkit-box-shadow: 0px 0px 8px #717171;
  box-shadow: 0px 0px 8px #717171;
  margin-bottom: 35px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 35px;
  background-color: rgba(255,255,255,0.92);
}
.conC .trouble_box a .expansion_box {
  width: 100%;
  height: 255px;
  margin-left: 0px;
  margin-right: auto;
  overflow: hidden;
  border-radius: 7px;
}
.sub_conA .trouble_box a .expansion_box {
  width: 100%;
  height: 265px;
  margin-left: 0px;
  margin-right: auto;
  overflow: hidden;
  border-radius: 10px;
}
.sub_conA .column_box a .expansion_box {
  width: 100%;
  height: 240px;
  margin-left: 0px;
  margin-right: auto;
  overflow: hidden;
  border-radius: 7px;
}

.conE .trouble_box a .expansion_box {
  width: 100%;
  height: 255px;
  margin-left: 0px;
  margin-right: auto;
  overflow: hidden;
  border-radius: 10px;
}
.sub_conA.question_top .trouble_box a .expansion_box {
  width: 100%;
  height: 210px;
  margin-left: 0px;
  margin-right: auto;
  overflow: hidden;
  border-radius: 10px;
}
.conC .trouble_box a .expansion {
	transition-duration: 0.4s;
	height: 265px;
	width: 100%;
}
.sub_conA .trouble_box a .expansion {
  transition-duration: 0.4s;
  height: 265px;
  width: 100%;
}
.sub_conA .column_box a .expansion {
  transition-duration: 0.4s;
  height: 240px;
  width: 100%;
}
.conE .trouble_box a .expansion {
  transition-duration: 0.4s;
  height: 265px;
  width: 100%;
}
.sub_conA.question_top .trouble_box a .expansion {
  transition-duration: 0.4s;
  height: 210px;
  width: 100%;
}
.conC {
  background-image: url(img/water_surface_A_pc.jpg);
  background-position: center 15%;
  background-size: contain;
  padding-bottom: 60px;
  padding-top: 40px;
}
.sub_conC {
  background-image: url(img/water_surface_A_pc.jpg);
  background-position: center 30%;
  background-size: contain;
  padding-bottom: 60px;
  padding-top: 40px;
}
.sub_conG {
  padding-bottom: 60px;
  padding-top: 40px;
}
.part_conA {
  padding-bottom: 60px;
  padding-top: 40px;
}
.sub_conF {
  padding-bottom: 50px;
  padding-top: 40px;
}
.sub_conE {
  background-position: center 30%;
  background-size: contain;
  padding-bottom: 60px;
  padding-top: 40px;
}
.conF {
  background-image: url(img/water_surface_A_pc.jpg);
  background-position: center 30%;
  padding-bottom: 160px;
  padding-top: 40px;
}
.conG {
	background-image: url(img/water_surface_A_pc.jpg);
	background-position: center 10%;
	padding-bottom: 25px;
	padding-top: 40px;
	width: 100vw;
}
.com_conB {
  background-position: center 10%;
  padding-bottom: 25px;
  padding-top: 40px;
}
.rec_conB {
  background-position: center 15%;
  padding-bottom: 25px;
  padding-top: 40px;
}
.conC .trouble_box {
  justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 20px;
}
.sub_conA .trouble_box {
  justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 20px;
  max-width: 1300px;
}
.sub_conA .column_box {
  justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 20px;
  max-width: 1150px;
  font-weight: bold;
}
.sub_conA.column_link .column_box {
  justify-content: space-between;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 1050px;
  font-weight: bold;
}
.conE .trouble_box {
  justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 20px;
}
.attract_box {
  justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 20px;
}
.request_box {
  justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.service_box {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
}
.conC .trouble_box a .trouble_title h3 {
  font-size: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.sub_conA .trouble_box a .trouble_title h3 {
  font-size: 21px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.sub_conA .column_box a .column_title h3 {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
}
.sub_conA .column_box a .column_title h4 {
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
}
.conE .trouble_box a .trouble_title h3 {
  font-size: 21px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.attract_box section h3 {
  background-color: #39AFDD;
  color: #FFFFFF;
  font-size: 23px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.request_box section h3 {
  background-color: #39AFDD;
  color: #FFFFFF;
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.service_box section h3 {
  background-color: #39AFDD;
  color: #FFFFFF;
  font-size: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.price_box section h3 {
  background-color: #39AFDD;
  color: #FFFFFF;
  font-size: 23px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.conC .trouble_box a .trouble_title p {
	background-color: rgba(21,72,104,0.60);
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.conE .trouble_box a .trouble_title p {
	background-color: rgba(21,72,104,0.60);
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.sub_conA .trouble_box a .trouble_title p {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.conC .trouble_box a .price_button p {
	font-size: 14px;
}
.sub_conA .trouble_box a .price_button p {
	font-size: 14px;
}
.sub_conA .column_box a .column_button p {
	font-size: 14px;
}
.conE .trouble_box a .price_button p {
	font-size: 14px;
}
.conC .trouble_box a .price_button {
  width: 170px;
  bottom: 20px;
  border-radius: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  opacity: 0;
  transition: all 0.3s;
}
.sub_conA .trouble_box a .price_button {
  width: 170px;
  bottom: 25px;
  border-radius: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  opacity: 0;
  transition: all 0.3s;
}
.sub_conA .column_box a .column_button {
  width: 170px;
  bottom: 20px;
  border-radius: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  opacity: 0;
  transition: all 0.3s;
}
.conE .trouble_box a .price_button {
  width: 170px;
  bottom: 25px;
  border-radius: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  opacity: 0;
  transition: all 0.3s;
}
.conB .middle_contact {
  border-radius: 15px;
  border-width: 5px;
  padding-top: 30px;
  padding-bottom: 45px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 35px;
}
.colum_conA .text_box .column_contact {
	border-radius: 15px;
	border-width: 5px;
	padding-top: 15px;
	padding-bottom: 35px;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.sub_conA .middle_contact {
  border-radius: 15px;
  border-width: 5px;
  padding-top: 30px;
  padding-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 60px;
  max-width: 850px;
}
.conB .middle_contact .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.colum_conA .text_box .column_contact .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.sub_conA .middle_contact .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 83%;
  margin-left: auto;
  margin-right: auto;
}
.conB .middle_contact .flex img {
	width: 220px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.colum_conA .text_box .column_contact .flex img {
	width: 220px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.sub_conA .middle_contact .flex img {
	width: 220px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.conB .middle_contact a {
	font-size: 64px;
	text-align: left;
	margin-top: 5px;
}
.conB .middle_contact a.lp {
	font-size: 60px;
	text-align: left;
	margin-top: 5px;
}
.colum_conA .text_box .column_contact a {
	font-size: 62px;
	text-align: left;
}
.sub_conA .middle_contact a {
	font-size: 66px;
	text-align: left;
	margin-top: 5px;
}
.conB .middle_contact p {
	font-size: 22px;
	margin-top: 15px;
}
.colum_conA .text_box .column_contact p {
	font-size: 22px;
	margin-top: 5px;
}
.sub_conA .middle_contact p {
	font-size: 22px;
	margin-top: 15px;
}
.conB .middle_contact .payment {
	margin-bottom: 35px;
	width: 85%;
	margin-top: 30px;
}
.conB .main_title.second {
	margin-top: 60px;
}
.conE .container {
  width: 95%;
  max-width: 1000px;
  padding-top: 190px;
}
.conE .container.quadruple {
  width: 92%;
  max-width: 1200px;
}
.sub_conD .container {
  width: 92%;
  max-width: 1150px;
  padding-top: 190px;
}
.sub_conD .container.no_width {
  width: 100%;
  max-width: 100%;
}
.sub_conH .container {
  width: 92%;
  max-width: 1150px;
}
.com_conA .container {
  width: 92%;
  max-width: 1150px;
  padding-top: 190px;
}
.conD {
  padding-bottom: 15px;
  padding-top: 40px;
}
.conF .maker_box img {
  width: 235px;
  margin-bottom: 30px;
  height: 95px;
}
.conF .container {
  width: 92%;
  max-width: 1000px;
}
.conG .container {
  width: 100%;
}
.com_conB .container {
  width: 92%;
  max-width: 1150px;
}
.rec_conB .container {
  width: 100%;
}
.conF .main_text .phone_none {
  display: none;
}
.conF .maker_box {
  margin-top: 80px;
}
.conF .main_text {
  margin-bottom: 60px;
}
.conE .flow_box section .flex {
  display: flex;
  align-items: center;
}
.conE .flow_box section .flow_img {
  height: 320px;
  width: 42.5%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
	border-top-right-radius: 0px;
}
.conE .flow_box .flow_text {
  background-color: #FFFFFF;
  padding-top: 25px;
  padding-bottom: 0px;
  width: 57.5%;
}
.conE .flow_box .flow_number img {
  width: 83px;
}
.conE .flow_box h3 {
  font-size: 28px;
  padding-left: 17px;
  padding-right: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  position: absolute;
  height: 100%;
  width: auto;
  right: auto;
	left: -33px;
}
.conE .flow_box h4 {
  font-size: 28px;
  padding-left: 17px;
  padding-right: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  position: absolute;
  height: 100%;
  width: auto;
  right: auto;
	left: -33px;
}
.conE .flow_box .flow_number {
  top: -65px;
}
.conE .flow_box section {
  margin-top: 90px;
  border-radius: 15px;
  margin-bottom: 80px;
  display: block;
}
.conE .flow_box .flow_text h4 {
  font-size: 27px;
  width: 83%;
  margin-bottom: 15px;
  font-weight: bold;
}
.conE .flow_box .flow_text h5 {
  font-size: 27px;
  width: 84%;
  margin-bottom: 15px;
  font-weight: bold;
}
.conE .flow_box .flow_text p {
  font-size: 15px;
  width: 84%;
}
.conE .flow_box .middle_text p {
  font-size: 45px;
}
.conE .flow_box .middle_text {
  margin-bottom: 110px;
	
}
.faq_box .swiper-slide section {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 6px #616161;
  box-shadow: 0px 0px 6px #616161;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  max-width: 650px;
  margin-top: 35px;
}
.faq_box .swiper-container .swiper-button-prev {
  padding-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 12px;
  border-radius: 5px;
  background-color: #39AFDD;
  margin-left: 12%;
}
.faq_box .swiper-container .swiper-button-next {
  padding-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 12px;
  border-radius: 5px;
  background-color: #39AFDD;
  margin-right: 12%;
}
.faq_box {
  margin-top: 30px;
}
.faq_box .swiper-slide section h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.faq_box .swiper-slide section h4 {
  font-size: 24px;
  margin-bottom: 5px;
}
.faq_box .swiper-slide section p {
  font-size: 15px;
	padding-left: 2.8em;
  text-indent: -2.8em;
}
.conG .scroll_icon.blue_scroll {
  margin-top: 60px;
}
.conH .container {
  padding-top: 190px;
  max-width: 1000px;
}
.conH {
  padding-bottom: 160px;
}
.conH .area_box {
  margin-top: 40px;
}
.sub_conA .area_box {
  margin-top: 40px;
}
.conH .area_box h3 {
  font-size: 34px;
  margin-bottom: 30px;
  text-align: center;
}
.sub_conA .area_box h3 {
  font-size: 34px;
  margin-bottom: 30px;
  text-align: center;
}
.conH .area_box p {
  font-size: 15px;
  text-align: center;
}
.sub_conA .area_box p {
  font-size: 15px;
  text-align: center;
}
footer {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
}
.sub_hero .hero_text h1 span {
  font-size: 13px;
}
.conE .flow_box {
  margin-top: -70px;
}
.attract_box section .attract_img {
  height: 210px;
}
.request_box section .request_img {
  height: 210px;
}
.attract_box section p {
  font-size: 15px;
  padding: 15px;
}
.request_box section p {
  font-size: 15px;
  padding: 15px;
}
.service_box section p {
  font-size: 15px;
  padding-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 30px;
  background-color: rgba(0,0,0,0.00);
}
.conB.sub_contact .container {
  padding-top: 190px;
}
.conB.service_contact .container {
  padding-top: 0px;
}
.sub_conA.attract_top {
  padding-top: 35px;
  padding-bottom: 160px;
}
.sub_conA.area_top {
  padding-top: 100px;
  padding-bottom: 50px;
}
.sub_conA.contact_top {
  padding-top: 70px;
  padding-bottom: 50px;
}
.sub_conA.service_top {
  padding-top: 35px;
  padding-bottom: 160px;
}
.sub_conA.column_top {
  padding-top: 25px;
  padding-bottom: 90px;
}
.sub_conA.column_link {
  padding-top: 0px;
}
.sub_conA.under_margin {
	padding-top: 0px;
	padding-bottom: 70px;
}
.sub_conA.case_top {
  padding-top: 70px;
  padding-bottom: 160px;
}
.sub_conH {
  padding-top: 70px;
  padding-bottom: 80px;
}
.sub_conA.question_top {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sub_conA.works_top {
  padding-top: 0px;
  padding-bottom: 140px;
}
.sub_conA.voice_top {
  padding-top: 0px;
  padding-bottom: 100px;
}
.sub_conA.flow_top {
  padding-top: 35px;
  padding-bottom: 20px;
}
.diffe_box .flex {
  display: flex;
  justify-content: space-between;
}
.diffe_box section {
  width: 48%;
  -webkit-box-shadow: 0px 0px 8px #717171;
  box-shadow: 0px 0px 8px #717171;
  border-radius: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
.diffe_box h2 .blue_text {
  font-size: 45px;
}
.diffe_box h2 .red_text {
  font-size: 45px;
}
.diffe_box h2 {
  font-size: 30px;
  margin-bottom: 80px;
  margin-top: 50px;
}
.price_box h2 {
  font-size: 37px;
  margin-bottom: 40px;
  margin-top: 80px;
}
.diffe_box .title_logo img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  width: 180px;
}
.diffe_box section .diffe_img {
  width: 80%;
  max-width: 420px;
}
.diffe_box section p {
  font-size: 27px;
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
}
.diffe_box section h3 {
  font-size: 32px;
  margin-bottom: 15px;
}
.diffe_box section span {
  font-size: 12px;
  margin-bottom: 15px;
}
.diffe_box section span br {
  display: none;
}
.main_title p .pc_none {
  display: none;
}
.conE.flow_conE {
  padding-bottom: 100px;
}
.conE.part_conE {
  padding-bottom: 150px;
}
.conA.company_conA {
  height: 750px;
}
.conA.recruit_conA {
  height: auto;
  padding-bottom: 50px;
}
.conA.privacy_conA {
  height: auto;
}
.company_box .flex_A {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company_box .flex_B {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.company_box .img {
  height: 410px;
  width: 47%;
  border-radius: 15px;
  margin-bottom: 0px;
}
.company_box .guideline_img {
  width: 45%;
  border-radius: 15px;
  margin-bottom: 0px;
}
.company_box .text p {
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.company_box {
  margin-top: 80px;
}
.company_box .text {
  width: 47%;
}
.com_conB .scroll_icon.blue_scroll {
  margin-top: 60px;
}
.com_conB .company_box .text p {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.company_box .text h3 {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.company_box h3 span {
  font-size: 18px;
}
.privacy_box section {
  margin-bottom: 60px;
  width: 46.5%;
}
.privacy_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.privacy_box section h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.privacy_box section p {
  font-size: 15px;
}
.conA p .phone_none {
  display: inline;
}
.conA.recruit_conA .main_text p {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 25px;
}
.recruit_link a .rec_link_box {
  width: 100%;
  height: 220px;
  margin-left: 0px;
  margin-right: auto;
  overflow: hidden;
  border-radius: 10px;
  filter: brightness(80%);
}
.recruit_link a .rec_link_box .rec_link_inner {
  transition-duration: 0.4s;
  height: 220px;
  width: 100%;
}
.recruit_link a:hover .rec_link_inner{
	transform: scale(1.12);
	transition-duration: 0.4s;
	filter: blur(2px);
	filter: brightness(65%);
}
.recruit_link {
  margin-top: 0px;
  display: block;
  width: 42%;
}
.conA.recruit_conA .container {
  width: 92%;
  max-width: 1150px;
}
.recruit_link a {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 45px;
}
.recruit_link a h3 {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 28px;
}
.recruit_link a p {
  position: absolute;
  top: 65%;
  left: 50%;
  font-size: 15px;
}
.recruit_link a span {
  position: absolute;
  top: 65%;
  left: 50%;
  font-size: 15px;
}
.conC .trouble_box a:hover .price_button {
  opacity: 1;
}
.sub_conA .trouble_box a:hover .price_button {
  opacity: 1;
}
.sub_conA .column_box a:hover .column_button {
  opacity: 1;
}
.conE .trouble_box a:hover .price_button {
  opacity: 1;
}
.conA.recruit_conA .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 0px;
  margin-top: 60px;
}
.conA.recruit_conA .flex .main_text {
  width: 58%;
  max-width: 565px;
}
.rec_detail section {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  width: 92%;
  max-width: 1150px;
  justify-content: space-around;
}
.case_detail section {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  width: 92%;
  max-width: 1150px;
  justify-content: space-around;
}
.rec_detail section h3 {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: bold;
  width: 38%;
  padding-left: 0px;
  text-align: center;
}
.case_detail section h3 {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
  width: 35%;
  padding-left: 0px;
  text-align: center;
}
.rec_detail section p {
  font-size: 15px;
  width: 60%;
  border-left: 1px solid #ABABAB;
  padding-left: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.case_detail section p {
  font-size: 15px;
  width: 60%;
  border-left: 1px solid #ABABAB;
  padding-left: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.rec_detail {
  background-color: rgba(255,255,255,0.80);
  margin-top: 70px;
  margin-bottom: 60px;
}
.case_detail {
  margin-top: 70px;
  margin-bottom: 60px;
  max-width: 1150px;
  padding-top: 20px;
  padding-bottom: 20px;
	border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px #707070;
  box-shadow: 0px 0px 8px #707070;
}
.works_box section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
}
.voice_box section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
.works_box .img {
  height: 370px;
  border-radius: 10px;
  width: 45.5%;
  -webkit-box-shadow: 0px 0px 8px #707070;
  box-shadow: 0px 0px 8px #707070;
}
.works_box .img_box {
  height: 370px;
  border-radius: 10px;
  width: 45.5%;
  -webkit-box-shadow: 0px 0px 8px #707070;
  box-shadow: 0px 0px 8px #707070;
	overflow: hidden;
}
.works_box section h2 {
  font-size: 22px;
  padding-top: 0px;
  padding-bottom: 0px;
  writing-mode: vertical-rl;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #39AFDD;
  color: #FFFFFF;
}
.works_box section .text_box {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 45.5%;
  display: flex;
  border-radius: 10px;
  align-items: center;
  -webkit-box-shadow: 0px 0px 8px #707070;
  box-shadow: 0px 0px 8px #707070;
}
.voice_box section .text_box {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 25px;
  width: 47.5%;
  border-radius: 10px;
  margin-bottom: 55px;
}
.works_box .boder_line {
  border-bottom: 1px solid #9EE0FA;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 55px;
}
.works_box .works_text h3 {
  font-size: 15px;
  width: 140px;
  padding-left: 0px;
  text-align: center;
}
.voice_box .voice_text h3 {
  font-size: 13px;
  width: 100px;
  padding-left: 0px;
  text-align: center;
}
.works_box section .text_box .text_inner {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.voice_box section .text_box .text_inner {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.works_box .works_text p {
  font-size: 13px;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.voice_box .voice_text p {
  font-size: 13px;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.voice_box .voice_text_last p {
  font-size: 15px;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.works_box .img .before {
  font-size: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-left-radius: 10px;
}
.works_box .img_box .before {
  font-size: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-left-radius: 10px;
}
.works_box .img .after {
  font-size: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  right: 0px;
  border-top-right-radius: 10px;
}
.works_box .img_box .after {
  font-size: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  right: 0px;
  border-top-right-radius: 10px;
}
.trouble_box .space_box {
  width: 30%;
  display: inline;
}
.conC .trouble_box .space_box {
  width: 22%;
  display: inline;
}
.conE .trouble_box .space_box {
  width: 22%;
  display: inline;
}
.trouble_box .question_space {
  width: 23%;
  display: inline;
}
.accordion {
  margin-top: 80px;
}
.foot_menu {
  display: none;
}
.phone_menu {
  margin-top: 0px;
}
.sub_conD .accordion {
  margin-top: 80px;
  margin-bottom: 90px;
}
.sub_conF .accordion {
  margin-top: 80px;
  margin-bottom: 90px;
}
.conG .accordion {
  margin-top: 60px;
  margin-bottom: 60px;
}
.accordion .flex {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foot_menu .flex {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pc_foot_menu .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.accordion .ac_box {
  width: 48%;
  margin-top: 35px;
  transition: all 0.3s;
}
.foot_menu .ac_box {
  width: 48%;
  transition: all 0.3s;
}
.phone_menu .ac_box {
  transition: all 0.3s;
}
.pc_foot_menu .box {
  transition: all 0.3s;
}
.accordion .ac_box dt:hover {
	opacity: 0.8;
}
.accordion .ac_box dd {
  padding-top: 15px;
  padding-right: 18px;
  padding-left: 12px;
  padding-bottom: 15px;
}
.foot_menu .ac_box dd {
  padding-top: 15px;
  padding-right: 18px;
  padding-left: 12px;
  padding-bottom: 15px;
}
.phone_menu .ac_box dd {
  padding-top: 15px;
  padding-right: 18px;
  padding-left: 12px;
  padding-bottom: 15px;
}
.accordion .ac_box dt h3 {
	font-size: 18px;
	width: 87%;
	line-height: 1.4;
}
.foot_menu .ac_box dt h4 {
  font-size: 15px;
  width: 87%;
}
.phone_menu .ac_box dt h3 {
  font-size: 14px;
  width: 87%;
}
.pc_foot_menu .box dt h4 {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
}
.foot_menu .ac_box dt a {
  font-size: 15px;
  width: 87%;
}
.phone_menu .ac_box dt a {
  font-size: 14px;
  width: 87%;
}
.pc_foot_menu .box dt a {
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
}
.pc_foot_menu .box dt a:hover {
  color: #FFF262;
}
footer .foot_logo a {
  display: block;
}
.accordion .ac_box dt span {
  font-size: 32px;
}
.accordion .ac_box dt .qmark {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  margin-right: 10px;
}
.accordion .ac_box dt {
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
}
.foot_menu .ac_box dt {
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
}
.phone_menu .ac_box dt {
  padding-right: 12px;
  padding-left: 12px;
}
.pc_foot_menu .box dt {
  margin-bottom: 8px;
}
.accordion .ac_box dd p {
  font-size: 15px;
  width: 87%;
}
.accordion .ac_box dd .amark {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  margin-right: 10px;
}
.accordion .ac_box dd span {
  font-size: 32px;
}
.trouble_box .trouble_title h3 span {
  font-size: 14px;
}
.accordion .ac_box dd p a {
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-top: 15px;
}
.accordion .ac_box dd p a:hover  {
  background-color: #909090;
  color: #FFFFFF;
}
.accordion .section_title_white h3 {
  font-size: 23px;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 5px;
  margin-top: 55px;
}
.accordion .section_title_black h3 {
  font-size: 23px;
  padding-bottom: 7px;
  margin-top: 55px;
}
.sub_conC .explanation_text p .phone_none {
  display: inline;
}
.sub_conC .explanation_text p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 100px;
}
.faq_box section p span {
  font-size: 24px;
  margin-right: 7px;
}
.map_img {
  margin-left: auto;
  margin-right: auto;
  width: 88%;
  margin-top: -130px;
  max-width: 870px;
}
.map_img .map_zoom {
  top: 47%;
  left: 35%;
  width: 50%;
}
.sub_conE .base_price {
  margin-top: 70px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.sub_conE .main_text {
  margin-bottom: 70px;
  margin-top: 70px;
}
.sub_conD .invest_box h3 {
	font-size: 26px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	border-top-left-radius: 7px;
	border-top-right-radius: 0px;
	text-align: left;
	background-color: rgba(255,255,255,0.00);
}
.invest_box h3 {
	font-size: 26px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	border-top-left-radius: 7px;
	border-top-right-radius: 0px;
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.sub_conD .invest_box .text {
  width: 48.5%;
}
.invest_box .text {
  width: 48.5%;
}
.invest_box .text.short {
  width: 25%;
}
.invest_box.single .text {
  width: 100%;
}
.sub_conD .invest_box .img_box {
  height: 355px;
  width: 49%;
  margin-left: 0px;
  margin-right: 0px;
	border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.invest_box .img_box {
  height: 355px;
  width: 49%;
  margin-left: 0px;
  margin-right: 0px;
	border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.invest_box .img_box.short {
  height: 355px;
  width: 36.5%;
}
.invest_box .img_box .before {
	font-size: 15px;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
	left: 15px;
	top: 18px;
}
.invest_box .img_box .after {
	font-size: 15px;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
	left: 15px;
	top: 18px;
}
.invest_box .img_box.margin_top {
	margin-top: 23px;
}
.invest_box .img_box.short.margin_top {
	margin-top: 0px;
}
.invest_box.single .img_box {
	height: 500px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.sub_conD .invest_box p {
	font-size: 15px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 7px;
	margin-top: 10px;
	background-color: rgba(255,255,255,0.00);
	padding-left: 0px;
	padding-right: 0px;
}
.invest_box p {
	font-size: 15px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 7px;
	margin-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.sub_conD .invest_box {
  background-color: rgba(255,255,255,0.88);
  -webkit-box-shadow: 0px 0px 8px #717171;
  box-shadow: 0px 0px 8px #717171;
  margin-top: 70px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  align-items: center;
}
.invest_box {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px #717171;
  box-shadow: 0px 0px 8px #717171;
  margin-top: 70px;
  display: flex;
	flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  padding-left: 25px;
  align-items: center;
	justify-content: space-between;
}
.invest_box.single {
  display: block;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-right: 0px;
}
.sub_conD .service_box .triangle {
  width: 0;
  height: 0;
  border-left: 25px solid #FFFFFF;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 35px;
}
.sub_conC .service_box .triangle {
  width: 0;
  height: 0;
  border-left: 25px solid #39AFDD;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 35px;
}
footer .container {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .foot_contact {
  width: 36%;
  max-width: 470px;
}
footer .container.flex {
  display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
footer .foot_logo {
  margin-top: -80px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
footer .flex .foot_logo {
	margin-top: 0px;
	width: 50%;
	margin-left: 0px;
	margin-right: auto;
}
footer small {
  font-size: 12px;
  text-align: left;
  margin-top: 90px;
  width: 88%;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
}
.pc_foot_menu {
  display: inline;
  width: 60%;
  position: relative;
  max-width: 720px;
}
.pc_foot_menu .box dd a {
  text-decoration: none;
  font-size: 12px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF;
  transition: all 0.3s;
}
.pc_foot_menu .box dd a:hover  {
  color: #FFF262;
}
footer .foot_logo img {
  display: block;
  margin-left: 0px;
  margin-right: auto;
  width: 250px;
  transition: all 0.3s;
}
footer .foot_logo img:hover  {
  opacity: 0.8;
}
footer .foot_logo p {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
}
footer small span {
  font-size: 16px;
  margin-right: 4px;
}
footer .foot_contact .tel_number p {
  font-size: 30px;
  margin-left: 10px;
}
footer .foot_contact .tel_number img {
  width: 35px;
}
footer .foot_contact .mail_form p {
  font-size: 22px;
  margin-left: 24px;
}
footer .foot_contact .mail_form img {
  width: 37px;
}
footer .foot_contact h4 {
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
}
footer .foot_contact .mail_form {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s;
}
footer .foot_contact .tel_number {
  padding-top: 5px;
  padding-bottom: 4px;
  margin-bottom: 25px;
  transition: all 0.3s;
}
footer .foot_contact .tel_number:hover  {
  opacity: 0.7;
}
footer .foot_contact .mail_form:hover  {
  opacity: 0.7;
}
.conB .mail_form {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 70px;
  border-width: 5px;
}
form p {
  padding-bottom: 17px;
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}
form .textfield_label {
  font-size: 17px;
  width: 170px;
  font-weight: bold;
}
form .icon_any {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;
}
form .content_box .radio {
  width: 14px;
  height: 14px;
  top: 2px;
  margin-top: 8px;
  margin-bottom: 11px;
	margin-right: 5px;
}
form .content_box {
	font-size: 13px;
	margin-top: 0px;
	width: 335px;
}
form #fullname {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 50%;
	font-size: 13px;
	margin-top: 0px;
	max-width: 330px;
}
form #company {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 50%;
	font-size: 13px;
	margin-top: 0px;
	max-width: 330px;
}
form #hour {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 50%;
	font-size: 13px;
	margin-top: 0px;
	max-width: 330px;
}
form #staff {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 50%;
	font-size: 13px;
	margin-top: 0px;
	max-width: 330px;
}
form #cooperate {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 50%;
	font-size: 13px;
	margin-top: 0px;
	max-width: 330px;
}
form #qualify {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 50%;
	font-size: 13px;
	margin-top: 0px;
	max-width: 330px;
}
form #url {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 50%;
	font-size: 13px;
	margin-top: 0px;
	max-width: 330px;
}
form #day_off {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 50%;
	font-size: 13px;
	margin-top: 0px;
	max-width: 330px;
}
form .icon_require {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;
}
form #tel {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 50%;
	font-size: 13px;
	margin-top: 0px;
	max-width: 330px;
}
form #mail {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  width: 50%;
  font-size: 13px;
  margin-top: 0px;
  max-width: 330px;
}
form #area {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  width: 50%;
  font-size: 13px;
  margin-top: 0px;
  max-width: 330px;
}
form #address {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  width: 50%;
  font-size: 13px;
  margin-top: 0px;
  max-width: 330px;
}
form #visit {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  width: 50%;
  font-size: 13px;
  margin-top: 0px;
  max-width: 330px;
}
form #message {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  width: 50%;
  font-size: 13px;
  margin-top: 0px;
  height: 140px;
  max-width: 330px;
}
form .submit {
	margin-top: 0px;
	display: block;
}
form .submit input {
	font-size: 15px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
}
.sub_conA.scrollme .other_trouble section {
  margin-top: 65px;
  width: 47%;
  border-radius: 7px;
  background-color: #FFFFFF;
}
.sub_conA .other_trouble section .trouble_img {
  height: 320px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.sub_conA.scrollme .other_trouble section .text {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background-color: rgba(0,0,0,0.00);
}
.sub_conA .other_trouble {
  width: 92%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1150px;
}
.sub_conA.scrollme .other_trouble section .text p {
  font-size: 15px;
}
.sub_conA .other_trouble section .trouble_img h3 {
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.conF .maker_box .space_box {
  display: none;
}
.price_box .price_table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.price_box section {
  width: 47%;
  margin-bottom: 25px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: rgba(255,255,255,0.92);
  margin-top: 35px;
  padding-bottom: 10px;
}
.price_box h2 span {
  font-size: 14px;
}
.price_box .price_table section .text h4 {
  font-size: 18px;
  width: 30%;
  padding-left: 30px;
}
.price_box .price_table section .text p {
  font-size: 18px;
  width: 70%;
  padding-left: 30px;
}
.price_box .price_table section .text {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.sub_conC .price_box {
  margin-bottom: 50px;
}
.sub_hero .hero_text .privacy {
  font-size: 38px;
}
.sub_conA.scrollme.service_top .other_trouble .text span {
  font-size: 17px;
  margin-top: 10px;
}
.conB.sub_contact .main_text .phone_none {
  display: inline;
}
.conB.sub_contact .main_text p {
  text-align: center;
  width: 95%;
}
.conB.sub_contact .main_text a {
  font-size: 15px;
}
.conG.sub_page_space {
  padding-bottom: 140px;
}
.sub_hero .hero_text .small_text {
  font-size: 32px;
}
.request_box .flow_triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 20px;
  border-color: transparent transparent transparent #39AFDD;
}
.request_box .flow_triangle.pc_none {
  display: none;
}
.part_conA .offer_arrow {
  display: inline;
}
.request_box h2 {
  display: none;
}
.conE.part_conE .flow_box.part_box {
  margin-top: 110px;
}
.rec_conB.part_conB {
  padding-bottom: 160px;
}
footer .foot_logo.part_footC {
  margin-top: 40px;
}
.sub_conA.contact_top .partner_link {
  width: 92%;
  max-width: 1150px;
  display: flex;
  justify-content: space-between;
}
.sub_conA.contact_top .partner_link p {
  font-size: 15px;
  margin-bottom: 10px;
}
.sub_conA.contact_top .partner_link .recruit_link a {
  width: 100%;
}
.sub_conA.contact_top .partner_link .left_box {
  width: 50%;
}
.sub_conA.contact_top .partner_link .left_box h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
.sub_conA.works_top .works_box {
  padding-top: 110px;
}
.sub_conA.voice_top .voice_box {
  padding-top: 110px;
}
.faq_box .swiper-slide section p.voice_text {
  font-size: 15px;
  text-indent: 0;
  padding-left: 0px;
}
.voice_box section .text_box .text_inner h2 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 20px;
}
.sub_conA .comparison {
  display: flex;
  justify-content: space-between;
}
.sub_conA .comparison .img {
  height: 500px;
  margin-bottom: 25px;
  width: 46.5%;
	border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px #707070;
  box-shadow: 0px 0px 8px #707070;
}
.sub_conA .comparison .before h3 {
  font-size: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.sub_conA .comparison .after h3 {
  font-size: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.sub_conG .case_box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 85px;
  align-items: center;
}
.sub_conG .case_under_box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
}
.sub_conG .case_split_box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
  padding-top: 35px;
}
.sub_conG .case_box .img {
  width: 47%;
  height: 390px;
	border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px #707070;
  box-shadow: 0px 0px 8px #707070;
}
.sub_conG .case_under_box .img {
  width: 47%;
  height: 390px;
  margin-top: 50px;
	border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px #707070;
  box-shadow: 0px 0px 8px #707070;
}
.sub_conG .case_split_box .img {
  width: 47%;
  height: 390px;
  margin-top: 50px;
	border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px #707070;
  box-shadow: 0px 0px 8px #707070;
}
.sub_conG .case_box .text {
  width: 47%;
  margin-bottom: 0px;
}
.sub_conG .case_box .text h3 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 15px;
}
.sub_conG .case_box .text p {
  font-size: 15px;
}
.sub_conG .case_box .img h3 {
  font-size: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.sub_conG .case_under_box .img h3 {
  font-size: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.sub_conG .case_split_box .img h3 {
  font-size: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.sub_conG .under_triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 30px 0 30px;
  border-color: #39AFDD transparent transparent transparent;
  margin-top: 30px;
  margin-bottom: -20px;
  margin-left: 240px;
}
.sub_conG .case_under_box .right_triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 25px;
  border-color: transparent transparent transparent #39AFDD;
  margin-top: 210px;
}
.sub_conG .case_split_box .right_triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 25px;
  border-color: transparent transparent transparent #39AFDD;
  margin-top: 210px;
}
.sub_conD .commit_box section {
  padding-bottom: 60px;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_conH .commit_box section {
  padding-bottom: 60px;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_conD .commit_box section.flex_B {
  flex-direction: row-reverse;
}
.sub_conH .commit_box section.flex_B {
  flex-direction: row-reverse;
}
.sub_conD .commit_box section .img {
  height: 390px;
  width: 47%;
	border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px #707070;
  box-shadow: 0px 0px 8px #707070;
}
.sub_conH .commit_box section .img {
  height: 390px;
  width: 47%;
	border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px #707070;
  box-shadow: 0px 0px 8px #707070;
}
.sub_conD .commit_box section .text {
  margin-top: 0px;
  width: 47%;
}
.sub_conH .commit_box section .text {
  margin-top: 0px;
  width: 47%;
}
.sub_conD .commit_box section .text h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.sub_conH .commit_box section .text h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.sub_conD .commit_box section .text p {
  font-size: 15px;
}
.sub_conH .commit_box section .text p {
  font-size: 15px;
}
.sub_conD .commit_box {
  margin-top: 40px;
}
.sub_conH .commit_box {
  margin-top: 40px;
}
.sub_conD .commit_box .text h3 span {
  font-size: 15px;
}
.sub_conH .commit_box .text h3 span {
  font-size: 15px;
}
.sub_conA .works_box .text_box a {
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 25px;
  transition: all 0.3s;
}
.sub_conA .voice_box .text_box a {
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 10px;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.sub_conA .works_box .text_box a:hover {
  background-color: #39AFDD;
  color: #FFFFFF;
}
.sub_conA .voice_box .text_box a:hover {
  background-color: #39AFDD;
  color: #FFFFFF;
}
.css_ripple {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  opacity: 0.8;
  display: inline;
}
.sub_conC .scroll_icon.blue_scroll {
  margin-top: 60px;
}
.colum_conA .container {
  margin-left: auto;
  margin-right: auto;
  max-width:1050px;
}
.colum_conA .contents .title_A {
  font-size: 20px;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 15px;
  transition: all 0.2s;
}
.colum_conA .contents .title_A:hover  {
  color: #39AFDD;
}
.colum_conA .contents .title_B:hover  {
  color: #39AFDD;
}
.colum_conA .contents .title_B {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  margin-left: 30px;
  transition: all 0.2s;
}
.colum_conA .contents {
  background-color: #FFFFFF;
  padding-top: 40px;
  padding-left: 90px;
  padding-bottom: 50px;
  padding-right: 90px;
}
.colum_conA .title_img {
  height: 600px;
  max-width: 1050px;
  margin-bottom: 45px;
}
.colum_conA .text_box {
  background-color: #FFFFFF;
  padding-left: 90px;
  padding-right: 90px;
  padding-bottom: 70px;
}
.colum_conA .top_text_box {
  background-color: #FFFFFF;
  padding-left: 90px;
  padding-right: 90px;
  padding-bottom: 60px;
  border-radius: 10px;
  padding-top: 40px;
}
.colum_conA .top_text_box p {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.9;
}
.colum_conA .column_title h2 {
  font-size: 38px;
}
.colum_conA .column_title h4 {
  font-size: 38px;
}
.colum_conA {
  padding-top: 50px;
	padding-bottom: 70px;
}
.colum_conA .column_title img {
	margin-top: 30px;
	margin-bottom: 25px;
	width: 18px;
}
.colum_conA .column_title p {
  font-size: 14px;
}
.colum_conA .column_title {
  margin-bottom: 50px;
  margin-top: 120px;
}
.colum_conA .text_box p {
  font-size: 16px;
  margin-top: 28px;
  line-height: 1.9;
  margin-right: 30px;
	margin-left: 30px;
}
.colum_conA .text_box a {
  font-size: 16px;
  margin-top: 25px;
  line-height: 1.9;
  margin-right: 20px;
	margin-left: 20px;
}
.colum_conA .text_box h4 {
  padding: 1rem 1.5rem;
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 38px;
}
.colum_conA .text_box h3 {
  padding: 1rem 1.5rem;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 25px;
}
.colum_conA .text_box a.banner {
	padding: 1.7rem 2rem;
	font-size: 24px;
	margin-top: 65px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
	border: 5px solid #FFEB00;
	border-radius: 70px;
	transition: all 0.3s;
}
.colum_conA .text_box a.banner:hover {
	opacity: 0.7;
}
.colum_conA .text_box a.banner br {
  display: none;
}
.colum_conA .text_box p.point {
  padding: 1.7rem 2rem;
  text-align: justify;
  font-size: 18px;
  margin-top: 90px;
  margin-left: 0px;
  margin-right: 0px;
	font-weight: bold;
}
.colum_conA .text_box p.point:before {
	font-size: 18px;
  top: -48px;
  left: -2px;
  height: 40px;
  padding-right: 1em;
	padding-left: 1em;
	padding-top: 8px;
}
.breadcrumb li a span {
	/* [disabled]font-size: 13px; */
}
.colum_conA .text_box .middle_img {
  height: 450px;
  margin-top: 25px;
	margin-left: 20px;
	margin-right: 20px;
}
.colum_conA .text_box .illust_img {
	margin-top: 40px;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 10px;
}
.sub_hero .hero_text .column_text {
  font-size: 24px;
}
.sub_hero .hero_text h1.column_title {
  font-size: 40px;
  line-height: 1.5;
}
.breadcrumb.colum_bread {
  max-width: 870px;
}
.pc_nav.top_pc_nav .megamenu .menu_box .menu_contents .space_box {
  width: 32%;
}
.sub_conA .column_box .space_box {
  width: 30%;
}
.colum_conA .text_box h3 span {
  font-size: 17px;
}
.colum_conA .text_box h4 span {
  font-weight: bold;
  font-size: 22px;
}
.colum_conA .text_box .img_box {
  margin-top: 40px;
  margin-bottom: 35px;
}
/*-----コラムテーブル-----*/
.colum_conA table {
	font-size: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.colum_conA table td {
	padding: 12px 12px;
	line-height: 1.9;
}
.colum_conA table th {
  width: 25%;
  padding: 15px 0;
}

.slide .slide_img.top_slide01:before {
  background:url(img/top_slide_A.jpg) center no-repeat;
}
.slide .slide_img.top_slide02:before {
  background:url(img/top_slide_B.jpg) center no-repeat;
}
.slide .slide_img.top_slide03:before {
  background:url(img/top_slide_D.jpg) center no-repeat;
}
.hero .pc_hero {
  display: inline;
}
.hero .phone_hero {
  display: none;
}
.conE .flow_box section .flow_img.flow_A {
  background-image: url(img/flow_A.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.conE .flow_box section .flow_img.flow_B {
  background-image: url(img/flow_B.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.conE .flow_box section .flow_img.flow_C {
  background-image: url(img/flow_C.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.conE .flow_box section .flow_img.flow_D {
  background-image: url(img/flow_D.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.conE .flow_box section .flow_img.flow_E {
  background-image: url(img/flow_E.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.colum_bulue_box {
  height: 70px;
}
form .supplement {
	font-size: 13px;
	margin-top: 10px;
}

.event_banner {
	top: 100px;
	right: 20px;
}
.event_banner a {
	padding-left: 22px;
	padding-right: 22px;
	font-size: 17px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 30px;
	transition: all 0.3s;
}
.event_banner a:hover {
	opacity: 0.7;
}

.hero_banner {
	display: inline;
	position: absolute;
	left: 20px;
	top: 75px;
	z-index: 2;
}
.hero_banner p {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	background-color: #FFEB00;
	color: #00679F;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 30px;
	border: 2px solid #00679F;
	line-height: 1.4;
}
.menu_banner {
	display: none;
}
.slide {
	width: 100vw;
	height: 100%;
}
.slide .slide_img {
	width: 100vw;
	height: auto;
}

.slide .slide_img:before {
	content: '';/*何も入れない*/
  display: inline-block;
	width: 100%;
	height: 100vh;
}
.hero .tracer_gas {
	top: 61%;
	width: 600px;
}
.hero .ceiling_leak {
	top: 61%;
	width: 700px;
}
.campaign_box .container {
	padding-top: 20px;
	padding-bottom: 80px;
}
.mobile_contact_button {
	display: none;
}
.mobile_page_top {
	display: none;
}

.campaign_box .code_box {
	padding-top: 70px;
	padding-bottom: 60px;
}
.campaign_box .code_box p {
	font-size: 27px;
	margin-bottom: 10px;
}
.campaign_box .code_box p button {
	margin-left: 10px;
	font-size: 13px;
}
.campaign_box .code_box p.small {
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 0px;
}
.campaign_box .code_box h4 {
	font-size: 42px;
	margin-bottom: 15px;
}
.campaign_box .code_box h4 span {
	font-size: 70px;
}


























































































































































































































































































































































































































}
/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #FFFFFF;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  padding-top: 5px;
  padding-bottom: 5px;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}



