@charset "utf-8";
/* CSS Document */

/*------------------------------------------------
  add anime
--------------------------------------------------*/
@keyframes scale {
  0% { transform: scale(1, 1); }
  5% { transform: scale(1.05, 1.05); }
  10% { transform: scale(1, 1); }
  15% { transform: scale(1.05, 1.05); }
  20% { transform: scale(1.01, 1.01); }
  100% { transform: scale(1, 1); }
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
._shiny a:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}
/*-----------------
common

font-family: 'Barlow', sans-serif;

-------------------*/
:root {
    --red:    #ff3255;
    --blue:   #0059a9;
    --yellow: #fff538;
    --font-en: "Oswald", sans-serif;
    --font-Kurenaido: "Zen Kurenaido", sans-serif;
}
body {
    color: #000;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
}
.sp {
    display: none !important;
}

#global-header {
    display:none;
}

#lp-contents {
    overflow: hidden;
}
.lpBox {
    padding: 110px 0;
    position: relative;
}
.lpBox-s {
    padding: 70px 0;
    position: relative;
}
.lp-in {
    width: 100%;
    max-width: 1080px;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

.lp-title {
    margin-bottom: 70px;
    text-align: center;
}
.lp-title h2 {
    font-size: 50px;
}
.lp-title h2 b {
    color: var(--blue);
}
.lp-title h2 b span {
    font-size: 140%;
    font-family: var(--font-en);
    font-weight: 500;
}
.lp-title p{
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}


.contact-point__list {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.contact-point__list >li {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background: darkblue;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    width: 32%;
    align-items: center;
    line-height: 1.6;
    justify-content: center;
}
/* backto-service */
.backto-service {
    margin: 50px auto;
	padding: 0 20px;
    text-align: center;
}
.backto-service a {
    display: inline-block;
    color: var(--blue);
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    max-width: 375px;
    text-align: center;
    padding: 20px 0;
    border: solid 2px;
    border-radius: 6px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.backto-service a:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
}
.backto-service a:hover {
    color: #fff;
	background-color: var(--blue);
}
.lp-footer {
    color: #fff;
    text-align:center;
    padding: 20px 0;
    font-size: 12px;
    background: var(--blue);
}

.lp-floating {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 10;
}
.lp-floating a {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background: var(--red);
    border-radius: 10px 0 0 10px;
    padding: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
}


@media (max-width: 815px) {

    html{
      height: -webkit-fill-available;
    }
    body {
        min-width: 375px;
        font-size: 13px;
        min-height: 100vh;
        min-height: -webkit-fill-available;
		padding-top: 60px;
    }
    #global-header {
        display:block;
    }
    
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }

    .lp-title {
        margin-bottom: 40px;
    }
    .lp-title h2 {
        font-size: 24px;
    }
    .lp-title p {
        font-size: 12px;
    }

    .lpBox {
        padding: 55px 0;
    }
    .lpBox-s {
        padding: 35px 0;
    }
    
    .contact-point__list >li {
        font-size: 12px;
    }
/*
    .lp-floating {
        width: 100%;
        padding: 10px 0;
        background: rgba(0, 89, 169, 0.6);
        top: auto;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        bottom: -200px;
        z-index: 100;
    }
    .lp-floating.show {
        opacity: 1;
        bottom: 0;
    }
*/
    .lp-floating a {
        font-size: 10px;
/*
        max-width: 260px;
        border-radius: 1000px;
        text-align: center;
        padding: 10px;
        margin: auto;
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        box-shadow: 3px 3px #222;
*/
    }
    


}



/*-----------------
lp-fv
-------------------*/
#fv {

}
.fv-text {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    background: #5f9ea0;
    text-align: center;
    padding: 15px 0 18px;
}
.fv-main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
    height: calc(100vh - 85px);
    background-image: url("../img/water-trouble/fv_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
}

@media (max-width: 815px) {
    
    .fv-main {
        padding: 0 20px;
        height: 250px;
        min-height: 250px;
    }

}




/*-----------------
intro
-------------------*/
#intro h1 {
	font-size: 50px;
	text-align: center;
	margin-bottom: 70px;
}
#intro h1 span {
	padding: 0 20px;
    background: linear-gradient(transparent 70%, #cee7f8 0%);
}
.intro__list {
    display: flex;
    flex-wrap: wrap;
}
.intro__list >li {
    width: 48%;
    margin: 0 0 4% 4%;
    text-align: center;
}
.intro__list >li:nth-child(2n+1) {
    margin-left: 0;
}
.intro__list >li p {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 20px;
}
.intro__list >li p b {
	color: var(--blue);
}

.intro-text {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    margin-top: 50px;
}
.intro-text span {
	padding: 0 10px;
    background: linear-gradient(transparent 70%, #fefc1f 0%);
}
.intro-text b {
    font-size: 120%;
    color: #ff0000;
}





@media (max-width: 815px) {

	#intro h1 {
		font-size: 20px;
		margin-bottom: 40px;
	}
	#intro h1 span {
		padding: 0;
	}
	.intro__list >li p {
		font-size: 13px;
		margin-top: 10px;
	}
	.intro-text {
		font-size: 24px;
		margin-top: 30px;
	}
	.intro-text span {
		padding: 0;
	}

}

@media (max-width: 480px) {


}


/*-----------------
case
-------------------*/
#case h2 {
	font-size: 40px;
	text-align: center;
	line-height: 1.8;
	padding: 30px 0;
	margin-bottom: 120px;
	border-top: solid 2px var(--blue);
	border-bottom: solid 2px var(--blue);
}
#case h2 b {
	color: var(--blue);
}

.case-item {
	position: relative;
}
.case-item__list {
    display: flex;
    flex-wrap: wrap;
}
.case-item__list >li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    width: 32%;
    min-height: 100px;
    padding: 15px;
    border: solid 3px var(--blue);
    border-radius: 10px;
    margin: 0 0 2% 2%;
}
.case-item__list >li:nth-child(3n+1) {
    margin-left: 0;
}
.case-item__list >li i {
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url("../img/water-trouble/icon_check.svg") no-repeat center;
    background-size: contain;
}
.case-item__list >li span {
    width: calc(100% - 40px);
}
.case-item__list >li b {
    color: var(--blue);
}

.case-maker {
    text-align: center;
    margin-top: 70px;
    border: solid 3px var(--blue);
    border-radius: 10px;
    padding-bottom: 30px;
}
.case-maker h3 {
    color: #fff;
    background: var(--blue);
    padding: 10px;
}
.case-maker .img {
    margin: 50px 0;
}


@media (max-width: 815px) {

	 #case h2 {
		font-size: 15px;
		padding: 20px 0;
		margin-bottom: 60px;
	}
	.case-item__list {
		display: block;
	}
	.case-item__list >li {
		font-size: 14px;
		width: 100%;
		min-height: auto;
		margin: 0 0 10px;
	}

	.case-maker {
		margin-top: 30px;
	}
	.case-maker .img {
		margin: 20px;
	}
	.case-maker p {
		padding: 0 20px;
		text-align: left;
	}

}



/*-----------------
point
-------------------*/
#point {
	padding: 60px 0;
    margin-bottom: 60px;
    background: #d7ecff;
}
#point:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #d7ecff transparent transparent transparent;
    border-width: 100px 230px 0px 230px;
    position: absolute;
    left: calc(50% - 230px);
    bottom: -99px;
}
#point h2 {
	font-size: 38px;
	text-align: center;
	margin-bottom: 50px;
}
.point-main-in {
    display: flex;
    align-items: center;
    position: relative;
}
.point-main-in .img {
    width: 60%;
}
.point-main-in .img img {
    box-shadow: 20px 20px #8bb5da;
}
.point-main-in .info {
    width: 40%;
	margin-left: -110px;
}
.point-main-in .info .info-in {
    width: calc(100% + 110px);
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.point-main-in .info .info-in h3 {
	font-size: 30px;
	line-height: 1.6;
	color: var(--blue);
}
.point-main-in .info .info-in p {
	line-height: 2;
	margin-top: 30px;
}



@media (max-width: 815px) {

	#point:after {
		border-width: 40px 100px 0px 100px;
		left: calc(50% - 100px);
		bottom: -39px;
	}
	#point h2 {
		font-size: 18px;
	}
	.point-main-in {
		display: block;
	}
	.point-main-in .img {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.point-main-in .img img {
		box-shadow: 10px 10px #8bb5da;
	}
	.point-main-in .info {
		width: 100%;
		margin-left: 0;
	}
	.point-main-in .info .info-in {
		width: 100%;
		padding: 30px 20px;
	}
	.point-main-in .info .info-in h3 {
		font-size: 24px;
		text-align: center;
	}
	.point-main-in .info .info-in p {
		margin-top: 20px;
	}

}

@media (max-width: 480px) {
    

}


/*-----------------
estimate
-------------------*/
#estimate {
    padding: 0;
}
.estimate-title {
    text-align: center;
}
.estimate-title h2 {
    font-size: 36px;
    line-height: 1.8;
}
.estimate-title h2 span {
    font-size: 50px;
    background: linear-gradient(transparent 70%, #fefc1f 0%);
    padding: 0 20px;
}
.estimate-title h2 b {
    font-size: 64px;
    color: #ff4800;
}
.estimate-title p {
    font-size: 50px;
    font-weight: 600;
    margin-top: 80px;
}
.estimate-title p b {
    color: var(--blue);
}

.estimate-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 30px;
}
.estimate-line:after {
    content: '';
    display: block;
    width: 200vw;
    height: calc(100% - 40px);
    background: #fefc1f;
    position: absolute;
    bottom: 0;
    left: -50vw;
    z-index: -1;
}
.estimate-line .info {
    width: 50%;
    padding-top: 40px;
	text-align: right;
}
.estimate-line .info .btn {
	margin-top: 40px;
	padding: 0 20px;
}
.estimate-line .info .btn a {
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 500;
    padding: 10px 0;
    background: #00c818;
    text-align: center;
    border-radius: 10000px;
    box-shadow: 5px 5px #e5e31a;
}
.estimate-line .info .btn a i {
	display: inline-block;
    width: 36px;
    height: 36px;
    background: url("../img/cmn/line_icn.svg") no-repeat center;
    background-size: contain;
    vertical-align: -6px;
    margin-right: 10px;
}
.estimate-line .fig {
    width: 50%;
    text-align: center;
}


@media (max-width: 815px) {

	.estimate-title h2 {
		font-size: 18px;
	}
	.estimate-title h2 span {
		font-size: 24px;
		padding: 0;
	}
	.estimate-title h2 b {
		font-size: 26px;
	}
	.estimate-title p {
		font-size: 18px;
		margin-top: 40px;
	}

	.estimate-line {
		margin-top: 50px;
		display: block;
	}	
	.estimate-line:after {
		height: 100%;
	}

	.estimate-line .info {
		width: 100%;
		text-align: center;
	}
	.estimate-line .info .btn {
		padding: 0;
	}
	.estimate-line .info .btn a {
		font-size: 20px;
	}
	.estimate-line .info .btn a i {
		width: 28px;
		height: 28px;
	}
	.estimate-line .fig {
		width: 100%;
		text-align: right;
		margin-top: 30px;
	}
	.estimate-line .fig img {
		max-width: 300px;
	}

}

@media (max-width: 480px) {



}



/*-----------------
review
-------------------*/
#review {
    background: #d7ecff;
}
#review .swiper-container {
    overflow: visible;
}
#review h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}
.review-slide {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    height: auto;
}
.review-header {
    color: var(--blue);
    display: flex;
    align-items:center;
    border-bottom: solid 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.review-header i {
    width: 30px;
    height: 30px;
    background-size:90%;
    background-position: center bottom;
    background-repeat: no-repeat;
    border: solid 1px var(--blue);
    border-radius: 1000px;
    margin-right: 10px;
}
.review-header i.icon01 {
    background-image: url("../img/water-trouble/icon_p1.png");
}
.review-header i.icon02 {
    background-image: url("../img/water-trouble/icon_p2.png");
}
.review-comment {
    line-height: 2;
    font-family: var(--font-Kurenaido);
}

@media (max-width: 815px) {

    #review h2 {
        font-size: 18px;
        margin-bottom: 40px;
    }

}


/*-----------------
about
-------------------*/
.about-title {
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}
.about-title h2 {
    font-size: 50px;
    margin-top: 40px;
    line-height: 2;
}
.about-title h2 span {
    padding: 0 10px;
    background: linear-gradient(transparent 70%, var(--yellow) 0%);
}
.about-title p {
    display: inline-block;
    font-size: 26px;
    padding: 10px 50px;
    position: relative;
}
.about-title p:after {
    content: '';
    width: 100%;
    height: 100%;
    border: solid 1px;
    transform: skew(-10deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.about-title .img {
    position: absolute;
    bottom: 0;
}
.about-title .img.img-left {
    width: 22%;
    max-width: 235px;
    left: -10%;
}
.about-title .img.img-right {
    right: -10%;
    width: 25%;
    max-width: 266px;
}
.about-img__list {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: auto;
}
.about-img__list >li {
    width: 32%;
}
.about-detail {
    text-align: center;
    margin-top: 80px;
}
.about-detail p {
    font-size: 24px;
    font-weight: 500;
    line-height: 2.5;
    margin-bottom: 40px;
}
.about-detail h3 {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    padding: 5px 20px 6px;
    margin-bottom: 20px;
    color: #fff;
    background: var(--blue);
}
.about-detail ul  {
    max-width: 700px;
    margin: auto;
}
.about-detail ul li {
    display: inline-block;
    font-size: 20px;
    margin: 0 0 10px 5px;
}
.about-detail ul li:not(:first-child):before {
    content: '/';
    margin-right: 10px;
}


@media (max-width: 815px) {
    
    #about {
        padding-top: 0;
    }
    .about-title {
        margin-bottom: 40px;
    }
    .about-title h2 {
        font-size: 20px;
        margin-top: 20px;
    }
    .about-title p {
        font-size: 14px;
        padding: 10px 30px;
    }
    .about-title .img.img-left {
        left: 0;
    }
    .about-title .img.img-right {
        right: 0;
    }

    .about-detail {
        margin-top: 40px;
    }
    .about-detail p {
        font-size: 16px;
    }
    .about-detail h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .about-detail ul li {
        font-size: 16px;
    }

}

@media (max-width: 480px) {
    
    .about-title .img.img-left {
        left: -10%;
    }
    .about-title .img.img-right {
        right: -10%;
    }

}

/*-----------------
flow
-------------------*/
#flow {
    background: #f8f8f1;
}
#flow h2 {
	font-size: 50px;
    text-align: center;
	margin-bottom: 50px;
}
.flow__list >li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 100px;
    position: relative;
    box-shadow: 0 0 10px -5px #ccc;
}
.flow__list >li:not(:last-child):after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: var(--blue) transparent transparent transparent;
    border-width: 40px 100px 0px 100px;
    position: absolute;
    left: calc(50% - 100px);
    bottom: -70px;
}
.flow__list >li .img {
    width: 30%;
}
.flow__list >li .info {
    width: 63%;
}
.flow__list >li h3 {
    color: var(--blue);
    font-size: 32px;
    font-family: var(--font-en);
    font-weight: 500;
    margin-bottom: 15px;
}
.flow__list >li .info h3 span {
    font-size: 120%;
    margin-right: 20px;
}
.flow__list >li .info h3.free:after {
    content: '無料';
    display: inline-block;
    font-size: 22px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    color: #ff3255;
    margin-left: 10px;
    line-height: 1;
    padding: 5px 10px;
    background: #fefc1f;
    vertical-align: 2px;
}
.flow__list >li .info h4 {
    font-size: 30px
}
.flow__list >li .info p {
    line-height: 2;
    margin-top: 20px;
}
.flow__list >li .info p a {
    color: var(--blue);
    border-bottom: solid 1px;
}

.flow-catch {
    text-align: center;
}
.flow-catch span {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    padding: 0 10px;
    background: linear-gradient(transparent 70%, var(--blue) 0%);
    text-shadow: 2px 2px 0 var(--blue),
                -2px -2px 0 var(--blue),
                -2px 2px 0 var(--blue),
                 2px -2px 0 var(--blue),
                 0px 2px 0 var(--blue),
                  0 -2px 0 var(--blue),
                 -2px 0 0 var(--blue),
                 2px 0 0 var(--blue);
}

@media (max-width: 815px) {

	#flow h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}
    .flow__list >li h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .flow__list >li .info h3.free:after {
        font-size: 16px;
    }
    .flow__list >li .info h4 {
        font-size: 24px;
    }
    .flow__list >li .info p {
        margin-top: 15px;
    }
    .flow-catch span {
        font-size: 30px;
    }

}
@media (max-width: 480px) {

    .flow__list >li {
        display:block;
        margin-bottom: 50px;
    }
    .flow__list >li:not(:last-child):after {
        border-width: 20px 50px 0px 50px;
        left: calc(50% - 50px);
        bottom: -35px;
    }
    .flow__list >li .img {
        width: 100%;
        margin-bottom: 20px;
    }
    .flow__list >li .info {
        width: 100%;
    }


}



/*-----------------
youtube
-------------------*/
#youtube h2 {
	font-size: 50px;
    text-align: center;
	margin-bottom: 70px;
}
#youtube h2 span {
	color: var(--blue);
}
.youtube__list {
    display: flex;
    flex-wrap: wrap;
}
.youtube__list >li {
	width: 48%;
	margin: 0 0 50px 4%;
	cursor: pointer;
}
.youtube__list >li:nth-child(2n+1) {
	margin-left: 0;
}
.youtube__list >li .thumb {
    position: relative;
    height: 0;
    padding-top: 53%;
    overflow: hidden;
    border-radius: 10px;
}
.youtube__list >li .thumb img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.youtube__list >li p {
	font-size: 22px;
	line-height: 1.6;
	margin-top: 20px;
	color: var(--blue);
}

.to-yt-btn {
    text-align: center;
    margin-top: 100px;
}
.to-yt-btn a {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    border-radius: 1000px;
    width: 100%;
    max-width: 460px;
    color: #fff;
    background: #ff0000;
    padding: 10px 0 12px;
    box-shadow: 5px 5px #dcdfe2;
}



@media (max-width: 815px) {

	#youtube h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.youtube__list >li {
		margin-bottom: 30px
	}
	.youtube__list >li p {
		font-size: 11px;
		margin-top: 10px;
	}
	.to-yt-btn {
		margin-top: 30px;
	}
	.to-yt-btn a {
		font-size: 18px;
	}

}

/*-----------------
contact
-------------------*/
#lp-contact h2 {
    text-align: center;
    margin-bottom: 50px;
}
#lp-contact h2 span {
    background: linear-gradient(transparent 80%, var(--yellow) 0%);
}
#contact .contact-point__list {
    margin-bottom: 70px
}

.lp-form {
    padding: 40px;
    border: solid 1px #eee;
    border-radius: 15px;
}
.lp-form table {
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
}
.lp-form table th {
    font-weight: 400;
    width: 230px;
    text-align: left;
    vertical-align: top;
    padding: 10px 0;
}
.lp-form table th .required {
    display: inline-block;
    color: #fff;
    background: var(--red);
    line-height: 1;
    padding: 2px 5px 4px;
    margin-left: 10px;
    vertical-align: 0px;
}
.lp-form table td {
    padding: 10px 0;
}

.lp-form table td {
}
.cmn-input {
    width: 100%;
    height: 50px;
    border: none;
    background: #f1f1f1;
}
.cmn-textarea {
    width: 100%;
    height: 120px;
    border: none;
    background: #f1f1f1;
}
#btn-send {
    display: block;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    max-width: 520px;
    height: 80px;
    color: #fff;
    margin: 50px auto 0;
    background: var(--red);
    box-shadow: 5px 5px #ccc;
    border-radius: 10000px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#btn-send:hover {
    opacity: 0.7;
}

@media (max-width: 815px) {

	#lp-contact h2 {
		margin-bottom: 30px;
	}

    #contact .contact-point__list {
        margin-bottom: 40px;
    }
    .lp-form {
        padding: 40px 20px;
    }
    .lp-form table {
        font-size: 14px;
    }
    .lp-form table th,
    .lp-form table td {
        display:block;
        width: 100%;
    }
    #btn-send {
        font-size: 20px;
        height: 60px;
        margin: 30px auto 0;
    }

}



/**/
#lp-floating-fixed {
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
}
#lp-floating-fixed h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
#lp-floating-fixed h2 span {
    background: linear-gradient(transparent 80%, var(--yellow) 0%);
}
.lp-contact__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}
.lp-contact__list > li {
    width: 31%;
    text-align: center;
}
.lp-contact__list > li a {
    display: block;
    color: #fff;
    background: #418ce0;
    height: 100%;
    padding: 20px 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 7px 0px 0px #ccd2d4;
}
.lp-contact__list > li.btn-mail a {
    background: #e2a930;
}
.lp-contact__list > li.btn-line a {
    background: #4bc663;
}
.lp-contact__list > li .text01 {
    font-size: 20px;
    font-weight: 500;
}
.lp-contact__list > li .text02 {
    font-size: 30px;
    font-weight: bold;
}
.lp-contact__list > li .text02 span {
    display: inline-block;
    font-size: 42px;
    font-family: 'Oswald', serif;
    font-weight: 500;
}
.lp-contact__list > li .text02 i {
    display: inline-block;
    margin-right: 10px;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}
.lp-contact__list > li .text02 i.icon-tel {
    display:none;
    width: 44px;
    height: 44px;
    background-image: url("../img/cmn/icon_tel.png");
}
.lp-contact__list > li .text02 i.icon-mail {
    width: 44px;
    height: 28px;
    background-image: url("../img/cmn/mail_wh.svg");
    vertical-align: -1px;
}
.lp-contact__list > li .text02 i.icon-line {
    width: 43px;
    height: 42px;
    background-image: url("../img/cmn/line_icn.svg");
    vertical-align: -7px;
}



@media (max-width: 815px) {
 
	.lp-contact__list {
		display: block;
	}
	.lp-contact__list > li {
		width: 100%;
		margin: 20px 0;
	}


}

