﻿@charset "utf-8";

:root {
	--text: #0A0A0A;
	--main: #1177be;
}
body {
    counter-reset: number 0;
    font-feature-settings: "palt";
}

#lp_wrap {
	background: #d8efff;
}

#lp_wrap p {
	line-height: 2;
}

#lp01 {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	background: #fff;
	position: relative;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#lp01 {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		background: #fff;
		position: relative;
		filter: unset;
	}
}

img {
	width: 100%;
	height: auto;
}

.sp_none { display: block; }
.pc_none { display: none; }
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .sp_none { display: none; }
    .pc_none { display: block; }
}

#header .headerMidRight tel a {
	font-family: 'Barlow', sans-serif;
}
#header .headerMidRight tel span {
	font-family: 'Barlow', sans-serif;
	margin-top: 5px;
}

.lp_header {
    padding-bottom: 20px;
}
#mainContents.lpContents {
    padding: 0;
    margin: 0 auto;
}
#mainContents.lpContents .scroll::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}
div.wpcf7 .ajax-loader {
    display: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #mainContents.lpContents .scroll {
        width: calc(100%);
        padding: 0;
        margin: 0 auto;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .lp_header {
        padding-bottom: 0;
    }
}


/************************************************************/
/*　LP構成
/************************************************************/
#lp-header {
	width: 100%;
	padding: 10px 0;
	margin: 0;
	position: relative;
	background: #fff;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
}
#lp-footer {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	background: var(--main);
}
#lp-wrap {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #f2f4f6;
	position: relative;
}
.lp-content {
	width: 1100px;
	padding: 0;
	margin: 0 auto;
	background: #fff;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
}
/*ヘッダー・フッター*/
#lp-header #lp-logo {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#lp-header #lp-logo img {
	width: auto;
	height: 40px;
}
#lp-footer .copyright {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#lp-header {
		width: 100%;
		padding: 10px 20px;
	}
	#lp-footer {
		width: 100%;
		padding: 20px 0;
	} {
		width: 100%;
		filter:unset;
	}
	/*ヘッダー・フッター*/
	#lp-header #lp-logo {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	#lp-header #lp-logo img {
		width: auto;
		height: 30px;
	}
	#lp-footer .copyright {
		text-align: center;
		color: #fff;
		font-size: 12px;
		line-height: 1;
	}
}

/*--------------------------------------------*/
/*  メインビジュアル
/*--------------------------------------------*/
#lp01_visual {
    width: 100%;
    padding: 0;
    margin: 0 auto 100px;
    position: relative;
    background-image: url('lp01/images/lp01_visual_bg2.webp');
    background-position: top -50px center;
    background-repeat: no-repeat;
    background-size: cover;
}
#lp01_visual > .lp01_visual_headtxt {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    background: linear-gradient(to right, #1177be 0%, #148fe5 50%, #1177be 100% );
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
#lp01_visual > .lp01_visual_main {
    width: 100%;
    max-width: 900px;
    padding: 120px 0 200px;
    margin: 0 auto;
}
#lp01_visual > .lp01_visual_main > span {
	display: block;
	width: 850px;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
}
#lp01_visual img {
	width: 100%;
	height: auto;
}
#lp01_visual > .lp01_visual_main > .lp01_visual_box {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0 auto;
	position: relative;
	column-gap: 30px;
}
#lp01_visual > .lp01_visual_main > .lp01_visual_box > h2 {
	width: 800px;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
}
#lp01_visual > .lp01_visual_main > .lp01_visual_box > .medal {
	display: block;
	width: 200px;
	padding: 0;
	margin: 0;
}

/*テキスト*/
.lp01_visual_btm {
	width: 80%;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	z-index: 2;
}
.lp01_visual_btm > strong {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: flex-end;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0 auto 15px;
	font-size: 35px;
	line-height: 1;
	color: #1e1e1e;
	font-weight: bold;
	position: relative;
	z-index: 5;
}
.lp01_visual_btm > strong::before {
	content: '';
	display: block;
	width: 28px;
	height: 45px;
	padding: 0;
	margin: 0 20px 0 0;
	background-image: url('img/svg/balloon_b_left.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.lp01_visual_btm > strong::after {
	content: '';
	display: block;
	width: 28px;
	height: 45px;
	padding: 0;
	margin: 0 0 0 20px;
	background-image: url('img/svg/balloon_b_right.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.lp01_visual_btm > strong > span {
	font-size: 45px;
	color: #ff883b;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#lp01_visual {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		background-image: url('lp01/images/lp01_visual_bg2_sp.webp');
		background-position: top -90px center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#lp01_visual > .lp01_visual_headtxt {
		width: 100%;
		padding: 7px 10px;
		margin: 0 auto;
		background: linear-gradient(to right, #1177be 0%, #148fe5 50%, #1177be 100% );
		font-size: 10px;
	}
	#lp01_visual > .lp01_visual_main {
		width: 100%;
		max-width: 100%;
		padding: 50px 0 75px;
		margin: 0 auto;
	}
	#lp01_visual > .lp01_visual_main > span {
		display: block;
		width: calc(100% - 60px);
	}
	#lp01_visual > .lp01_visual_main > .lp01_visual_box {
		width: calc(100% - 60px);
		column-gap: 15px;
	}
	#lp01_visual > .lp01_visual_main > .lp01_visual_box > h2 {
		width: 77%;
		padding: 0;
		margin: 0;
		position: relative;
		border: none;
		background: none;
	}
	#lp01_visual > .lp01_visual_main > .lp01_visual_box > .medal {
		display: block;
		width: 20%;
		padding: 0;
		margin: 0;
	}

	/*テキスト*/
	.lp01_visual_btm {
		width: calc(100% - 60px);
		padding: 0;
		margin: 0 auto;
		position: absolute;
		bottom: -15px;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		z-index: 2;
	}
	.lp01_visual_btm > strong {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: flex-end;
		flex-wrap: nowrap;
		padding: 0;
		margin: 0 auto 15px;
		font-size: 15px;
		line-height: 1;
		color: #1e1e1e;
		font-weight: bold;
		position: relative;
		z-index: 5;
	}
	.lp01_visual_btm > strong::before {
		content: '';
		display: block;
		width: 14px;
		height: 23px;
		padding: 0;
		margin: 0 10px 0 0;
		background-image: url('img/svg/balloon_b_left.svg');
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
	}
	.lp01_visual_btm > strong::after {
		content: '';
		display: block;
		width: 14px;
		height: 23px;
		padding: 0;
		margin: 0 0 0 10px;
		background-image: url('img/svg/balloon_b_right.svg');
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
	}
	.lp01_visual_btm > strong > span {
		font-size: 20px;
		color: #ff883b;
	}
}

.campaign_head {
	width: calc(100% - 100px);
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.campaign_head > em {
	display: block;
	width: 300px;
	padding: 0;
	margin: 0 auto 10px;
}
.campaign_head > em img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
.campaign_head > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 50px;
	line-height: 1;
	font-weight: bold;
	background-image: linear-gradient( to right, #ff4200 0, #f4cc00 100%);
	-webkit-background-clip: text;
	color: transparent;
	border: none;
	text-align: center;
}
.campaign_head > h2 img {
	width: 100%;
	max-width: 800px;
	padding: 0;
	margin: 0 auto 20px;
	background: none;
	border: none;
	text-align: center;
}
.campaign_head > strong {
	display: inline-block;
	padding: 10px 50px;
	margin: 0 auto 20px;
	text-align: center;
	background: #e8800d;
	border-radius: 40px;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
}
.campaign_head > span {
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: none;
	color: #222;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.campaign_head {
		width: calc(100% - 60px);
		max-width: 100%;
	}
	.campaign_head > strong {
		display: block;
		padding: 10px 20px;
		margin: 0 auto 20px;
		text-align: center;
		background: #e8800d;
		border-radius: 40px;
		color: #fff;
		font-size: 13px;
		line-height: 1;
		font-weight: bold;
	}
	.campaign_head > span {
		display: block;
		padding: 0;
		margin: 0 auto;
		text-align: center;
		background: none;
		color: #222;
		font-size: 13px;
		line-height: 1;
		font-weight: bold;
		text-align: center;
	}
}

/*--------------------------------------------*/
/*  電話番号・お問い合わせ
/*--------------------------------------------*/
.lp01_tel {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
    background-image: url('lp01/images/lp01_tel_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
.lp01_tel::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0.55);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.lp01_tel_box {
    width: 100%;
    max-width: 730px;
    padding: 25px 0 25px 80px;
    margin: 0 auto 15px;
    background: #3a6498;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}
.lp01_tel_box > em {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: -1;
    overflow: hidden;
}
.lp01_tel_box > em::before {
    content: '';
    display: block;
    width: 90%;
    height: 250%;
    border-radius: 50%;
    background:#fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.lp01_tel_box > figure {
    width: 180px;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 3;
}
.lp01_tel_box > figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
/*電話番号*/
.lp01_tel_box > tel {
    width: 70%;
    padding: 0;
    margin: 0 0 5px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.lp01_tel_box > tel > img {
    width: auto;
    height: 38px;
    padding: 0;
    margin: 5px 10px 0 0;
}
.lp01_tel_box > tel > a {
	font-family: 'Barlow', sans-serif;
    font-size: 63px;
    line-height: 1;
    color: #222;
    font-weight: bold;
    white-space: nowrap;
}
.lp01_tel_box > tel > a:hover {
    text-decoration: none !important;
}
.lp01_tel_list {
    width: 70%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.lp01_tel_list > li {
    display: inline-block;
    padding: 10px 12px;
    border: 1px solid #1177be;
    border-radius: 30px;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: #1177be;
    position: relative;
}
/*ボタン*/
.lp01_tel_btn {
    width: 100%;
    max-width: 730px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    z-index: 0;
}
.lp01_tel_btn > li {
    width: 49%;
    padding: 0;
    margin: 0;
    position: relative;
}
.lp01_tel_btn > li::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #000;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 10px;
    z-index: -1;
    opacity: 0.3;
}
.lp01_tel_btn > li a {
    width: 100%;
    padding: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 0.2s ease;
}
.lp01_tel_btn > li a:hover {
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.lp01_tel_btn > li:first-child a {
    background: linear-gradient(to right, #148fe5 0%, #1177be 100%);
}
.lp01_tel_btn > li:last-child a {
    background: linear-gradient(to right, #ff7e21 0%, #ff4a21 100%);
}
.lp01_tel_btn > li:first-child a::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #1177be;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.2s ease;
}
.lp01_tel_btn > li:last-child a::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #ff4a21;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.2s ease;
}
.lp01_tel_btn > li a:hover::before {
    width: 100%;
    transition: all 0.2s ease;
}
.lp01_tel_btn > li a img {
    width: auto;
    height: 25px;
    padding: 0;
    margin: 0 10px 0 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .lp01_tel {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
        position: relative;
        background: #fff;
        z-index: 0;
    }
    .lp01_tel::before {
        display: none;
    }
    .lp01_tel_box {
        width: calc(100% - 60px);
        max-width: 100%;
        padding: 10px;
        margin: 0 auto 10px;
        background: #3a6498;
        border-radius: 5px;
        position: relative;
        z-index: 0;
        filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
    }
    .lp01_tel_box > em {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        z-index: -1;
        overflow: hidden;
    }
    .lp01_tel_box > em::before {
        content: '';
        display: block;
        width: 95%;
        height: 250%;
        border-radius: 50%;
        background:#fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    }
    .lp01_tel_box > figure {
        display: none;
    }
    /*電話番号*/
    .lp01_tel_box > tel {
        width: 100%;
        padding: 0;
        margin: 0 0 5px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }
    .lp01_tel_box > tel > img {
        width: auto;
        height: 25px;
        padding: 0;
        margin: 5px 5px 0 0;
    }
    .lp01_tel_box > tel > a {
		font-family: 'Barlow', sans-serif;
        font-size: 32px;
        line-height: 1;
        color: #222;
        font-weight: bold;
        white-space: nowrap;
    }
    .lp01_tel_list {
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }
    .lp01_tel_list > li {
        display: inline-block;
        padding: 5px 6px;
        margin: 0 2px;
        border: 1px solid #1177be;
        border-radius: 20px;
        font-size: 10px;
        line-height: 1;
        font-weight: bold;
        color: #1177be;
        position: relative;
    }
    /*ボタン*/
    .lp01_tel_btn {
        width: calc(100% - 60px);
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        list-style: none;
        position: relative;
        z-index: 0;
    }
    .lp01_tel_btn > li::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: #000;
        position: absolute;
        top: 3px;
        left: 3px;
        border-radius: 5px;
        z-index: -1;
        opacity: 0.1;
    }
    .lp01_tel_btn > li a {
        width: 100%;
        padding: 10px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        border-radius: 5px;
        line-height: 1;
        position: relative;
        overflow: hidden;
        z-index: 0;
        transition: all 0.2s ease;
    }
    .lp01_tel_btn > li a img {
        width: auto;
        height: 15px;
        padding: 0;
        margin: 0 10px 0 0;
    }
}


/*--------------------------------------------*/
/*  おすすめ
/*--------------------------------------------*/
#lp01_recom {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    background: #fff;
    z-index: 0;
}
.lp01_recom_box {
    width: 100%;
    max-width: 1100px;
    padding: 60px 50px 50px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.lp01_recom_box::before {
    content: '';
    width: 100%;
    height: 10px;
    padding: 0;
    margin: 0;
    background: linear-gradient(to right, #148fe5 0%, #1177be 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.lp01_recom_box > h2 {
    width: 80%;
    padding: 0;
    margin: 0 auto 40px;
    font-size: 30px;
    line-height: 1.1em;
    letter-spacing: -0.1em;
    font-weight: bold;
    
    color: #333;
    white-space: nowrap;
    text-align: center;
}
.lp01_recom_box > h2 > strong {
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0 -10px 0 0;
    font-size: 68px;
    line-height: 1.1em;
    font-weight: bold;
    
    background: linear-gradient(to right, #ff7e21 0%, #ff4a21 100%);
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 5px #fff);
}
.lp01_recom_box > h2 > span {
    display: inline-block;
    padding: 0 15px 0 5px;
    margin: 0 -10px 0 0;
    font-size: 40px;
    line-height: 1.1em;
    font-weight: bold;
    background: linear-gradient(to right, #148fe5 0%, #1177be 100% );
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 5px #fff);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #lp01_recom {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        background: #fff;
        z-index: 0;
    }
    .lp01_recom_box {
        width: calc(100%);
        max-width: 100%;
        padding: 30px 30px 0;
        margin: 0 auto;
        background: #fff;
        position: relative;
    }
    .lp01_recom_box::before {
        content: '';
        width: 100%;
        height: 5px;
        padding: 0;
        margin: 0;
        background: linear-gradient(to right, #148fe5 0%, #1177be 100%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .lp01_recom_box > h2 {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        font-size: 12px;
        line-height: 1.1em;
        letter-spacing: -0.1em;
        font-weight: bold;
        
        color: #333;
        white-space: nowrap;
        text-align: center;
    }
    .lp01_recom_box > h2 > strong {
        display: inline-block;
        padding: 0 5px 0 0;
        margin: 0 -5px 0 0;
        font-size: 30px;
        line-height: 1.1em;
        font-weight: bold;
        
        background: linear-gradient(to right, #ff7e21 0%, #ff4a21 100%);
        -webkit-background-clip: text;
        color: transparent;
        position: relative;
        z-index: 2;
        filter: drop-shadow(0 0 5px #fff);
    }
    .lp01_recom_box > h2 > span {
        display: inline-block;
        padding: 0 5px 0 0;
        margin: 0 -5px 0 0;
        font-size: 15px;
        line-height: 1.1em;
        font-weight: bold;
        background: linear-gradient(to right, #148fe5 0%, #1177be 100% );
        -webkit-background-clip: text;
        color: transparent;
        position: relative;
        z-index: 2;
        filter: drop-shadow(0 0 5px #fff);
    }
}

.lp01_recom_head {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
.lp01_recom_head::before {
    content: '';
    display: block;
    width: 450px;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-image: url('lp01/images/lp01_recom_head_bg.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100%;
}
.lp01_recom_head > dt {
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 30px;
    line-height: 1em;
    font-weight: bold;
    font-style: normal;
    color: #333;
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
}
.lp01_recom_head > dt::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 6px);
    padding: 0;
    margin: 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 0;
}
.lp01_recom_head > dt > strong {
    color: #ff4a21;
}
.lp01_recom_head > dd {
    padding: 40px 0;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 2;
}
#lp01 .checkList {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: left;
}
#lp01 .checkList > li {
    display: block;
    padding: 12px 20px 12px 45px;
    margin: 0 auto 10px 0;
    background: #fff;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #333;
    background-image: url('lp01/images/check.svg');
    background-position: left 10px top 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
}
#lp01 .checkList > li span {
    color: #1177be !important;
    position: relative;
    background: linear-gradient(transparent 70%,#ffe200 0%);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .lp01_recom_head {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }
    .lp01_recom_head::before {
        content: '';
        display: block;
        width: 50%;
        height: 100%;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        background-image: none;
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .lp01_recom_head > dt {
        width: 100%;
        padding: 10px 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
        font-size: 16px;
        line-height: 1em;
        font-weight: bold;
        font-style: normal;
        color: #333;
        border-top: 2px solid #333;
        border-bottom: 2px solid #333;
    }
    .lp01_recom_head > dt::before {
        content: '';
        display: block;
        width: 100%;
        height: calc(100% - 4px);
        padding: 0;
        margin: 0;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        z-index: 0;
    }
    .lp01_recom_head > dt > strong {
        color: #ff4a21;
    }
    .lp01_recom_head > dd {
        padding: 10px 0 10px;
        margin: 0 auto;
        text-align: left;
        position: relative;
        z-index: 2;
    }
	#lp01 .checkList {
        display: block;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        text-align: left;
        width: 100%;
    }
	#lp01 .checkList > li {
        display: block;
		width: 100%;
        padding: 10px 10px 10px 30px;
        margin: 0 auto 5px;
        background: rgba(255,255,255,0.95);
        border-radius: 30px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #333;
        background-image: url('lp01/images/check.svg');
        background-position: left 10px top 50%;
        background-repeat: no-repeat;
        background-size: 15px;
        filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
    }
	#lp01 .checkList > li span {
        color: #1177be;
        position: relative;
        background: linear-gradient(transparent 70%,#ffe200 0%);
    }
}

/*劣化*/
.lp01_recom_content {
    width: 100%;
    padding: 50px;
    margin: 0 auto;
	background: #f1f7fd;
    border-radius: 15px;
    position: relative;
}
.lp01_recom_content > h2 {
    width: 70%;
    padding: 0;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: bold;
    color: #333;
    position: relative;
}
.lp01_recom_content > h2 > strong {
    color: #1177be;
}
.lp01_recom_content > h2::before {
    content: '';
    display: block;
    width: 50px;
    height: 65px;
    padding: 0;
    margin: 0;
    background-image: url('lp01/images/lp01_fukidashi_left.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: -70px;
}
.lp01_recom_content > h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 65px;
    padding: 0;
    margin: 0;
    background-image: url('lp01/images/lp01_fukidashi_right.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: -70px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*劣化*/
    .lp01_recom_content {
        width: 100%;
        padding: 20px;
        margin: 0 auto;
        background: #f6f5ed;
        border-radius: 5px;
        position: relative;
    }
    .lp01_recom_content > h2 {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        text-align: center;
        font-size: 15px;
        line-height: 1.2em;
        font-weight: bold;
        color: #333;
        position: relative;
		white-space: nowrap;
    }
    .lp01_recom_content > h2 > strong {
        color: #1177be;
    }
    .lp01_recom_content > h2::before {
        content: '';
        display: block;
        width: 25px;
        height: 32px;
        padding: 0;
        margin: 0;
        background-image: url('lp01/images/lp01_fukidashi_left.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        bottom: 0;
        left: -35px;
    }
    .lp01_recom_content > h2::after {
        content: '';
        display: block;
        width: 25px;
        height: 32px;
        padding: 0;
        margin: 0;
        background-image: url('lp01/images/lp01_fukidashi_right.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        bottom: 0;
        right: -35px;
    }
}

/*リスト*/
.lp01_recom_list {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.lp01_recom_list::after {
    content: '';
    display: block;
    width: 31%;
}
.lp01_recom_list > li {
    width: 31%;
    padding: 0;
    margin: 0 0 30px;
    position: relative;
}
.lp01_recom_list > li > h4 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    width: 60%;
    padding: 10px;
    margin: 0 auto 10px;
    background: #393939;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    z-index: 5;
}
.lp01_recom_list > li > h4::before {
    content: "";
    display: block;
    width: 30px;
    height: 101%;
    background: #393939;
    transform: skewX(10deg);
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 0;
    left: -24px;
    z-index: -1;
}
.lp01_recom_list > li > h4::after {
    content: "";
    display: block;
    width: 30px;
    height: 101%;
    background: #393939;
    transform: skewX(-10deg);
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0;
    right: -24px;
    z-index: -1;
}
.lp01_recom_list > li > figure {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
}
.lp01_recom_list > li > figure::before {
    content: '';
    display: block;
    padding-top: 75%;
}
.lp01_recom_list > li > figure img,
.lp01_recom_list > li > figure source {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    object-fit: cover;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*リスト*/
    .lp01_recom_list {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }
    .lp01_recom_list::after {
        display: none;
    }
    .lp01_recom_list > li {
        width: 48%;
        padding: 0;
        margin: 0 0 10px;
        position: relative;
        border-radius: 5px;
    }
    .lp01_recom_list > li > h4 {
        font-size: 10px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        width: 100%;
        padding: 5px;
        margin: 0 auto 10px;
        background: #393939;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        z-index: 5;
        border-radius: 5px 5px 0 0;
    }
    .lp01_recom_list > li > h4::before {
        display: none;
    }
    .lp01_recom_list > li > h4::after {
        display: none;
    }
    .lp01_recom_list > li > figure {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        text-align: center;
        border-radius: 5px;
    }
    .lp01_recom_list > li > figure::before {
        content: '';
        display: block;
        padding-top: 75%;
    }
    .lp01_recom_list > li > figure img,
	.lp01_recom_list > li > figure source {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        object-fit: cover;
    }
}


/*--------------------------------------------*/
/*  9つのメリット
/*--------------------------------------------*/
#lp01_merit {
    width: 100%;
    padding: 70px 0 30px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    background: #f6f5ed;
}
#lp01_merit::before {
    content: '';
    display: block;
    width: 100%;
    height: 400px;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
#lp01_merit::after {
    content: '';
    display: block;
    width: 100%;
    height: 400px;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

#lp01_merit > h2 {
    width: 100%;
    max-width: 570px;
    padding: 0;
    margin: 0 auto 30px;
}
#lp01_merit > h2 img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#lp01_merit > p {
    text-align: center;
    padding: 0;
    margin: 0 auto 90px;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: bold;
}
/*リスト*/
.lp01_merit_list {
    width: 100%;
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.lp01_merit_list::after {
    content: '';
    display: block;
    width: 31%;
}
.lp01_merit_list > li {
    width: 31%;
    padding: 70px 20px 20px;
    margin: 0 0 80px;
    position: relative;
    z-index: 0;
    background: #fff;
    border-radius: 10px 10px 0 0;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,.1));
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,.1));
}
.lp01_merit_list > li::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    padding: 0;
    margin: 0;
    background: linear-gradient(to right, #1177be 0%, #148fe5 50%, #1177be 100% );
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.lp01_merit_list > li::after {
    display: block;
    counter-increment: number 1;
    content: "0" counter(number);
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 150px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: -1;
    opacity: 0.05;
}
.lp01_merit_list > li figure {
    width: 100px;
    padding: 0;
    margin: 0;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    z-index: 2;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0,0,0,.05));
}
.lp01_merit_list > li figure::before {
    content: '';
    display: block;
    padding: 50%;
}
.lp01_merit_list > li figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    object-fit: cover;
}
.lp01_merit_list > li h3 {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0 auto 15px;
    font-size: 35px;
    line-height: 1em;
    font-weight: bold;
    
    background: linear-gradient(to right, #148fe5 0%, #1177be 100% );
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
}
.lp01_merit_list > li h3::before {
    content: '';
    display: block;
    width: 18px;
    height: 45px;
    background-image: url('lp01/images/lp01_reward_left.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 10px;
}
.lp01_merit_list > li h3::after {
    content: '';
    display: block;
    width: 18px;
    height: 45px;
    background-image: url('lp01/images/lp01_reward_right.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 10px;
}
.lp01_merit_list > li > p {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 1.4em !important;
}
.lp01_merit_list > li > p span {
    position: relative;
    background: linear-gradient(transparent 70%,#ffe200 0%);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #lp01_merit {
        width: 100%;
        padding: 30px 0 0;
        margin: 0 auto;
        position: relative;
        z-index: 0;
        background: #f6f5ed;
    }
    #lp01_merit::before {
		display: none;
    }
    #lp01_merit::after {
        display: none;
    }

    #lp01_merit > h2 {
        width: 70%;
        max-width: 70%;
        padding: 0;
        margin: 0 auto 20px;
    }
    #lp01_merit > h2 img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #lp01_merit > p {
        text-align: center;
        padding: 0;
        margin: 0 auto 50px;
        font-size: 14px;
        line-height: 1.4em;
        font-weight: bold;
    }
    /*リスト*/
    .lp01_merit_list {
        width: calc(100% - 60px);
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }
    .lp01_merit_list::after {
        display: none;
    }
    .lp01_merit_list > li {
        width: 48%;
        padding: 40px 10px 20px;
        margin: 0 0 50px;
        position: relative;
        z-index: 0;
        background: #fff;
        border-radius: 10px 10px 0 0;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,.1));
        -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,.1));
    }
    .lp01_merit_list > li::before {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        padding: 0;
        margin: 0;
        background: linear-gradient(to right, #1177be 0%, #148fe5 50%, #1177be 100% );
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .lp01_merit_list > li::after {
        display: none;
    }
    .lp01_merit_list > li figure {
        width: 70px;
        padding: 0;
        margin: 0;
        text-align: center;
        overflow: hidden;
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        z-index: 2;
        border: 2px solid #fff;
        border-radius: 50%;
        -webkit-filter: drop-shadow(0px 0px 3px rgba(0,0,0,.05));
    }
    .lp01_merit_list > li figure::before {
        content: '';
        display: block;
        padding: 50%;
    }
    .lp01_merit_list > li figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        object-fit: cover;
    }
    .lp01_merit_list > li h3 {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0 auto 10px;
        font-size: 18px;
        line-height: 1em;
        font-weight: bold;
        
        background: none;
        -webkit-background-clip: unset;
        color: #148fe5;
        position: relative;
        z-index: 2;
    }
    .lp01_merit_list > li h3::before {
        content: '';
        display: block;
        width: 10px;
        height: 18px;
        background-image: url('lp01/images/lp01_reward_left.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        margin-right: 10px;
    }
    .lp01_merit_list > li h3::after {
        content: '';
        display: block;
        width: 10px;
        height: 18px;
        background-image: url('lp01/images/lp01_reward_right.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        margin-left: 10px;
    }
    .lp01_merit_list > li > p {
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        line-height: 1.4em !important;
    }
    .lp01_merit_list > li > p span {
        position: relative;
        background: linear-gradient(transparent 70%,#ffe200 0%);
    }
}

/*--------------------------------------------*/
/*  フロアコーティングの種類
/*--------------------------------------------*/
#lp01_type {
    width: 100%;
    padding: 100px 0 50px;
    margin: 0 auto;
    background-image: url('lp01/images/wood_pattern.jpg');
    position: relative;
}
#lp01_type::before {
    content: '';
    display: block;
    width: 100%;
    height: 400px;
    padding: 0;
    margin: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#lp01_type > h2 {
    width: 80%;
    padding: 0;
    margin: 0 auto 50px;
    font-size: 45px;
    line-height: 1.1em;
    letter-spacing: -0.1em;
    font-weight: bold;
    
    color: #333;
    white-space: nowrap;
    filter: drop-shadow(0 0 5px #fff);
    text-align: center;
}
#lp01_type > h2 > strong {
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0 -10px 0 0;
    font-size: 60px;
    line-height: 1.1em;
    font-weight: bold;
    
    background: linear-gradient(to right, #148fe5 0%, #1177be 100% );
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 5px #fff);
}
#lp01_type > h2 > span {
    display: inline-block;
    padding: 0 15px 0 5px;
    margin: 0 -10px 0 0;
    font-size: 60px;
    line-height: 1.1em;
    font-weight: bold;
    background: linear-gradient(to right, #ff7e21 0%, #ff4a21 100% );
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 5px #fff);
}

.lp01_type_box {
    width: 100%;
    max-width: 1000px;
    padding: 50px;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    box-shadow: 5px 5px rgba(0,0,0,0.1);
}
.lp01_type_box > span {
    display: block;
    width: 130px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -10px;
    right: -20px;
    z-index: 5;
}
.lp01_type_box > span img {
    width: 100%;
    height: auto;
}
/*上部*/
.lp01_type_top {
    width: 100%;
    padding: 0;
    margin: 0 auto 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.lp01_type_top > .lp01_type_info {
    width: 48%;
    padding: 0;
    margin: 0;
}
.lp01_type_top > figure {
    width: 48%;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}
.lp01_type_top > figure::before {
    content: '';
    display: block;
    padding-top: 75%;
}
.lp01_type_top > figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    object-fit: cover;
}
/*見出し*/
.lp01_type_top > .lp01_type_info h2 {
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0 auto 20px;
    border: none;
    background: none;
    position: relative;
}
.lp01_type_top > .lp01_type_info h2::before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    padding: 0;
    margin: 0;
    background: linear-gradient(to bottom, #1177be 0%, #148fe5 50%, #1177be 100% );
    position: absolute;
    top: 0;
    left: 0;
}
.lp01_type_top > .lp01_type_info h2 > span {
    display: block;
    padding: 0;
    margin: 0 auto 5px;
    font-size: 15px;
    line-height: 1.2em;
    color: #333;
    font-weight: bold;
    font-style: normal;
}
.lp01_type_top > .lp01_type_info h2 > strong {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 35px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    
    background: linear-gradient(to right, #148fe5 0%, #1177be 100% );
    -webkit-background-clip: text;
    color: transparent;
}
.lp01_type_top > .lp01_type_info > p {
    padding: 0;
    margin: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 2;
}
.lp01_type_top > .lp01_type_info > p strong {
    display: inline;
    position: relative;
    z-index: 0;
    background: linear-gradient(transparent 70%,#ffe200 0%);
}

/*タグ*/
.lp01_type_tagList {
    width: 100%;
    padding: 0;
    margin: 20px auto 0;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.lp01_type_tagList > li {
    display: inline-block;
    padding: 5px;
    margin: 0 5px 5px 0;
    border: 1px solid #1177be;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: #1177be;
}

/*下部*/
.lp01_type_btm {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lp01_type_btm > h3 {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 20px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    position: relative;
    white-space: nowrap;
}
.lp01_type_btm > h3::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0 10px 0 0;
    border-top: 1px dotted #333;
}
.lp01_type_btm > h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0 0 0 10px;
    border-top: 1px dotted #333;
}
/*ビフォーアフター*/
.lp01_type_case {
    width: 48%;
    padding: 0;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lp01_type_case_box {
    width: 48%;
    padding: 0;
    margin: 0;
}
.lp01_type_case_box > figure {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
}
.lp01_type_case_box > figure::before {
    content: '';
    display: block;
    padding-top: 75%;
}
.lp01_type_case_box > figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    object-fit: cover;
    border-radius: 5px;
}
.lp01_type_case > span {
    display: block;
    width: 4%;
    padding: 0;
    margin: 0;
    position: relative;
}
.lp01_type_case > span::before {
    content: '';
    display: block;
    width: 36px;
    height: 30px;
    padding: 0;
    margin: 0;
    background-image: url('lp01/images/ba_arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-60%);
    -webkit-transform: translate(-50%,-60%);
    z-index: 3;
}
.lp01_type_case_box > h4 {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    margin: 0 auto 5px;
    z-index: 5;
}
.lp01_type_case > p {
    width: 100%;
    padding: 10px 0 20px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}
/*説明*/
.lp01_type_btm > p {
    width: 100%;
    padding: 30px;
    margin: 0 auto 30px;
    border-radius: 10px;
    background: #d8efff;
    border: 4px solid #148fe5;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 2;
}
.lp01_type_btm > .siaa {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}
.lp01_type_btm > .siaa h4 {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
}
.lp01_type_btm > .siaa img {
    width: auto;
    max-height: 100px;
    padding: 0;
    margin: 0 10px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #lp01_type {
        width: 100%;
        padding: 30px 0 30px;
        margin: 0 auto;
		background: #e6d2b4;
        position: relative;
    }
    #lp01_type::before {
        display: none;
    }
    #lp01_type > h2 {
        width: 80%;
        padding: 0;
        margin: 0 auto 20px;
        font-size: 20px;
        line-height: 1.1em;
        letter-spacing: -0.1em;
        font-weight: bold;
        
        color: #333;
        white-space: nowrap;
        filter: drop-shadow(0 0 5px #fff);
        text-align: center;
    }
    #lp01_type > h2 > strong {
        display: inline-block;
        padding: 0 7px 0 0;
        margin: 0 -5px 0 0;
        font-size: 25px;
        line-height: 1.1em;
        font-weight: bold;
        
        background: linear-gradient(to right, #148fe5 0%, #1177be 100% );
        -webkit-background-clip: text;
        color: transparent;
        position: relative;
        z-index: 2;
        filter: drop-shadow(0 0 5px #fff);
    }
    #lp01_type > h2 > span {
        display: inline-block;
        padding: 0 7px 0 2px;
        margin: 0 -5px 0 0;
        font-size: 25px;
        line-height: 1.1em;
        font-weight: bold;
        background: linear-gradient(to right, #ff7e21 0%, #ff4a21 100% );
        -webkit-background-clip: text;
        color: transparent;
        position: relative;
        z-index: 2;
        filter: drop-shadow(0 0 5px #fff);
    }

    .lp01_type_box {
        width: calc(100% - 60px);
        max-width: 100%;
        padding: 20px;
        margin: 0 auto 20px;
        background: #fff;
        border-radius: 10px;
        position: relative;
        z-index: 1;
        box-shadow: 5px 5px rgba(0,0,0,0.1);
    }
    .lp01_type_box > span {
        display: block;
        width: 70px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: -10px;
        right: -20px;
        z-index: 5;
    }
    .lp01_type_box > span img {
        width: 100%;
        height: auto;
    }
    /*上部*/
    .lp01_type_top {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .lp01_type_top > .lp01_type_info {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .lp01_type_top > figure {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        text-align: center;
        overflow: hidden;
        border-radius: 10px;
    }
    .lp01_type_top > figure::before {
        content: '';
        display: block;
        padding-top: 75%;
    }
    .lp01_type_top > figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        object-fit: cover;
    }
    /*見出し*/
    .lp01_type_top > .lp01_type_info h2 {
        width: 90%;
        padding: 0 0 0 20px;
        margin: 0 auto 10px 0;
        border: none;
        background: none;
        position: relative;
    }
    .lp01_type_top > .lp01_type_info h2::before {
        content: '';
        display: block;
        width: 5px;
        height: 100%;
        padding: 0;
        margin: 0;
        background: linear-gradient(to bottom, #1177be 0%, #148fe5 50%, #1177be 100% );
        position: absolute;
        top: 0;
        left: 0;
    }
    .lp01_type_top > .lp01_type_info h2 > span {
        display: block;
        padding: 0;
        margin: 0 auto 5px;
        font-size: 12px;
        line-height: 1.2em;
        color: #333;
        font-weight: bold;
        font-style: normal;
    }
    .lp01_type_top > .lp01_type_info h2 > strong {
        display: block;
        padding: 0;
        margin: 0;
        font-size: 20px;
        line-height: 1;
        color: #333;
        font-weight: bold;
        
        background: linear-gradient(to right, #148fe5 0%, #1177be 100% );
        -webkit-background-clip: text;
        color: transparent;
    }
    .lp01_type_top > .lp01_type_info > p {
        padding: 0;
        margin: 0 auto 15px;
        text-align: left;
        text-justify: inter-ideograph;
        line-height: 2;
        font-size: 14px;
    }
    .lp01_type_top > .lp01_type_info > p strong {
        display: inline;
        position: relative;
        z-index: 0;
        background: linear-gradient(transparent 70%,#ffe200 0%);
    }
    /*タグ*/
    .lp01_type_tagList {
        width: 100%;
        padding: 0;
        margin: 15px auto 0;
        list-style: none;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        position: relative;
    }
    .lp01_type_tagList > li {
        display: inline-block;
        padding: 5px;
        margin: 0 5px 5px 0;
        border: 1px solid #1177be;
        border-radius: 3px;
        font-size: 10px;
        line-height: 1;
        font-weight: lighter;
        color: #1177be;
    }

    /*下部*/
    .lp01_type_btm {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .lp01_type_btm > h3 {
        width: 100%;
        padding: 0;
        margin: 0 auto 15px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 20px;
        line-height: 1;
        color: #333;
        font-weight: bold;
        position: relative;
        white-space: nowrap;
    }
    .lp01_type_btm > h3::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        padding: 0;
        margin: 0 10px 0 0;
        border-top: 1px dotted #333;
    }
    .lp01_type_btm > h3::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        padding: 0;
        margin: 0 0 0 10px;
        border-top: 1px dotted #333;
    }
    /*ビフォーアフター*/
    .lp01_type_case {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .lp01_type_case > figure {
        width: 48%;
        padding: 0;
        margin: 0;
        position: relative;
        text-align: center;
        overflow: hidden;
        border-radius: 3px;
    }
    .lp01_type_case > figure::before {
        content: '';
        display: block;
        padding-top: 65%;
    }
    .lp01_type_case > figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        object-fit: cover;
    }
    .lp01_type_case > span {
        display: block;
        width: 4%;
        padding: 0;
        margin: 0;
        position: relative;
    }
    .lp01_type_case > span::before {
        content: '';
        display: block;
        width: 36px;
        height: 30px;
        padding: 0;
        margin: 0;
        background-image: url('lp01/images/ba_arrow.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%,-60%);
        -webkit-transform: translate(-50%,-60%);
        z-index: 3;
    }
    .lp01_type_case > figure > h4 {
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        width: 100%;
        padding: 5px;
        margin: 0 auto 10px;
        background: #393939;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        z-index: 5;
    }
    .lp01_type_case > figure:last-of-type > h4 {
        background: linear-gradient(to right, #5ECC26 0%, #469719 100% );
    }
    .lp01_type_case > p {
        width: 100%;
        padding: 5px 0 20px;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
    }
    /*説明*/
    .lp01_type_btm > p {
        width: 100%;
        padding: 20px;
        margin: 0 auto 20px;
        border-radius: 10px;
        background: #d8efff;
        border: 4px solid #148fe5;
        box-sizing: border-box;
        font-weight: bold;
        line-height: 2;
    }
    .lp01_type_btm > .siaa {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        padding: 0;
        margin: 0 auto;
    }
    .lp01_type_btm > .siaa h4 {
        font-size: 14px;
        line-height: 1;
        font-weight: bold;
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
    }
    .lp01_type_btm > .siaa img {
        width: auto;
        max-height: 70px;
        padding: 0;
        margin: 0 10px;
    }
}


/*--------------------------------------------*/
/*  比較一覧
/*--------------------------------------------*/
#lp01_comp {
    width: 100%;
    padding: 100px 0 100px;
    margin: 0 auto;
    background: #f1f7fd;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
#lp01_comp > h2 {
    width: 80%;
    padding: 0;
    margin: 0 auto 50px;
    font-size: 45px;
    line-height: 1.1em;
    letter-spacing: -0.1em;
    font-weight: bold;
    
    color: #333;
    white-space: nowrap;
    filter: drop-shadow(0 0 5px #fff);
    text-align: center;
}
#lp01_comp > h2 > strong {
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0 -10px 0 0;
    font-size: 60px;
    line-height: 1.1em;
    font-weight: bold;
    
    background: linear-gradient(to right, #148fe5 0%, #1177be 100% );
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 5px #fff);
}
#lp01_comp > h2 > span {
    display: inline-block;
    padding: 0 15px 0 5px;
    margin: 0 -10px 0 0;
    font-size: 60px;
    line-height: 1.1em;
    font-weight: bold;
    background: linear-gradient(to right, #ff7e21 0%, #ff4a21 100% );
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 5px #fff);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #lp01_comp {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
        background: #f1f7fd;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
    }
    #lp01_comp > h2 {
        width: 80%;
        padding: 0;
        margin: 0 auto 20px;
        font-size: 20px;
        line-height: 1.1em;
        letter-spacing: -0.1em;
        font-weight: bold;
        
        color: #333;
        white-space: nowrap;
        filter: drop-shadow(0 0 5px #fff);
        text-align: center;
    }
    #lp01_comp > h2 > strong {
        display: inline-block;
        padding: 0 7px 0 0;
        margin: 0 -5px 0 0;
        font-size: 25px;
        line-height: 1.1em;
        font-weight: bold;
        
        background: linear-gradient(to right, #148fe5 0%, #1177be 100% );
        -webkit-background-clip: text;
        color: transparent;
        position: relative;
        z-index: 2;
        filter: drop-shadow(0 0 5px #fff);
    }
    #lp01_comp > h2 > span {
        display: inline-block;
        padding: 0 7px 0 2px;
        margin: 0 -5px 0 0;
        font-size: 25px;
        line-height: 1.1em;
        font-weight: bold;
        background: linear-gradient(to right, #ff7e21 0%, #ff4a21 100% );
        -webkit-background-clip: text;
        color: transparent;
        position: relative;
        z-index: 2;
        filter: drop-shadow(0 0 5px #fff);
    }
}

/*比較テーブル*/
.comp_table {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto 30px;
    border: none;
    background: none;
}
.comp_table tr {
    border: none;
    background: none;
}
.comp_table thead th {
    padding: 15px 0;
    margin: 0 5px 0 0;
    border: none;
    background: none;
    position: relative;
    z-index: 0;
    color: #fff;
    font-weight: bold;
	text-align: center;
}
.comp_table thead th::before {
    content: '';
    display: block;
    width: calc(100% - 4px);
    height: 100%;
    padding: 0;
    margin: 0;
    background: linear-gradient(to right, #148fe5 0%, #1177be 100% );
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    z-index: -1;
}
.comp_table thead th.gray::before {
    background: #b2b2b2;
}
.comp_table thead th:first-of-type::before {
    display: none;
}
.comp_table tbody th {
    padding: 15px 10px;
    margin: 0;
    border: none;
    background: none;
    position: relative;
    z-index: 0;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
	text-align: center;
}
.comp_table tbody th::before {
    content: '';
    display: block;
    width: calc(100% - 4px);
    height: 100%;
    padding: 0;
    margin: 0;
	border-bottom: 2px solid #f1f7fd;
	background: #1177be;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: -1;
	color: #fff;
}
.comp_table tbody td {
    padding: 15px 10px;
    margin: 0;
    border: none;
    background: none;
    position: relative;
    z-index: 0;
    text-align: center;
    color: #333;
    font-weight: bold;
}
.comp_table tbody td::before {
    content: '';
    display: block;
    width: calc(100% - 4px);
    height: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #dddddd;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: -1;
}
.comp_table tbody td .icon {
    width: auto;
    height: 13px;
    padding: 0;
    margin: 0 5px 0 0;
}
.comp_table tbody td > strong {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #ff4a21;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*比較テーブル*/
    .comp_table {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        border: none;
        background: none;
    }
    .comp_table thead th {
		min-width: 150px;
        padding: 15px 15px;
        margin: 0 5px 0 0;
        border: none;
        background: none;
        position: relative;
        z-index: 0;
        color: #fff;
        font-weight: bold;
		white-space: nowrap;
    }
    .comp_table tbody th {
        padding: 15px 15px;
        margin: 0;
        border: none;
        background: none;
        position: relative;
        z-index: 0;
        font-weight: bold;
        line-height: 1.4em;
        color: #fff;
		white-space: nowrap;
    }
}

/*ボックス*/
.lp01_comp_box {
    width: 100%;
    max-width: 1000px;
    padding: 30px;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 10px;
    border: 5px solid #d8efff;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 30px;
}
.lp01_comp_box > h2 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 25px;
    line-height: 1;
    color: #333;
    font-weight: bold;
}
.lp01_comp_box > h2::before {
    content: '';
    display: block;
    width: 20px;
    height: 30px;
    padding: 0;
    margin: 0 20px 0 0;
    background-image: url('lp01/images/title_line.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.lp01_comp_box > h2::after {
    content: '';
    display: block;
    width: 20px;
    height: 30px;
    padding: 0;
    margin: 0 0 0 20px;
    background-image: url('lp01/images/title_line.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.lp01_comp_box > dl {
    width: calc(100% / 3 - 20px);
    padding: 0;
    margin: 0;
}
.lp01_comp_box > dl dt {
    padding: 10px;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #1177be;
    border-radius: 5px 5px 0 0;
}
.lp01_comp_box > dl dd {
    padding: 20px;
    margin: 0;
    text-align: center;
    background: #fafafa;
    border-radius: 0 0 5px 5px;
}
.lp01_comp_box > dl dd img {
    width: 100%;
    max-width: 180px;
    padding: 0;
    margin: 0 auto;
}
/*事例*/
.lp01_comp_case {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lp01_comp_case > li {
    width: 48%;
    padding: 10px;
    margin: 0 0 30px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    box-shadow: 5px 5px rgb(0 0 0 / 10%);
}
.lp01_comp_case > li > h3 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    width: 50%;
    padding: 10px;
    margin: 0 auto 10px;
    background: #333;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    z-index: 5;
}
.lp01_comp_case > li > h3::before {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    background: #333;
    transform: skewX(10deg);
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 0;
    left: -24px;
    z-index: -1;
}
.lp01_comp_case > li > h3::after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    background: #333;
    transform: skewX(-10deg);
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0;
    right: -24px;
    z-index: -1;
}
.lp01_comp_case > li > figure {
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}
.lp01_comp_case > li > figure::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}
.lp01_comp_case > li > figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    object-fit: cover;
}
.lp01_comp_case > li > .lp01_comp_info {
    padding: 0 10px;
    margin: 0 auto;
}
.lp01_comp_case > li > .lp01_comp_info > p {
    padding: 0;
    margin: 0 auto 10px;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.lp01_comp_case > li > .lp01_comp_info > p > strong {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    color: #1177be;
    padding: 0;
    margin: 0 10px 0 0;
}
.lp01_comp_case > li > .lp01_comp_info > h4 {
    width: 100%;
    padding: 10px 10px;
    margin: 0 auto 5px;
    text-align: center;
    background: linear-gradient(to right, #148fe5 0%, #1177be 100% );
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
}
/*値段*/
.lp01_comp_price {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.lp01_comp_price_left {
    width: 38%;
    padding: 0;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.lp01_comp_price_right {
    width: 60%;
    padding: 0;
    margin: 0;
}
.lp01_comp_price_left > p {
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.lp01_comp_price_left > p:last-of-type {
    color: #ff4a21;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	white-space: nowrap;
}
.lp01_comp_price_left > p:last-of-type > span {
    display: inline-block;
    padding: 3px 5px;
    margin: 0 5px 0 0;
    background: #ff4a21;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    border-radius: 3px;
	white-space: nowrap;
}
.lp01_comp_price_right {
    font-weight: bold;
    font-size: 50px;
    
    line-height: 1;
    white-space: nowrap;
    color: #ff4a21;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.lp01_comp_price_right > small {
    font-size: 0.6em;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*ボックス*/
    .lp01_comp_box {
        width: calc(100% - 60px);
        max-width: 100%;
        padding: 20px;
        margin: 0 auto 20px;
        background: #fff;
        border-radius: 10px;
        border: 5px solid #d8efff;
        box-sizing: border-box;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 15px;
    }
    .lp01_comp_box > h2 {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-size: 20px;
        line-height: 1;
        color: #333;
        font-weight: bold;
    }
    .lp01_comp_box > h2::before {
        content: '';
        display: block;
        width: 18px;
        height: 20px;
        padding: 0;
        margin: 0 10px 0 0;
        background-image: url('lp01/images/title_line.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .lp01_comp_box > h2::after {
        content: '';
        display: block;
        width: 18px;
        height: 20px;
        padding: 0;
        margin: 0 0 0 10px;
        background-image: url('lp01/images/title_line.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .lp01_comp_box > dl {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .lp01_comp_box > dl dt {
        padding: 10px;
        margin: 0;
        font-size: 16px;
        line-height: 1;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background: #1177be;
        border-radius: 5px 5px 0 0;
    }
    .lp01_comp_box > dl dd {
        padding: 20px;
        margin: 0;
        text-align: center;
        background: #fafafa;
        border-radius: 0 0 5px 5px;
    }
    .lp01_comp_box > dl dd img {
        width: 100%;
        max-width: 180px;
        padding: 0;
        margin: 0 auto;
    }
    /*事例*/
    .lp01_comp_case {
        width: calc(100% - 60px);
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .lp01_comp_case > li {
        width: 100%;
        padding: 10px;
        margin: 0 0 30px;
        border-radius: 10px;
        background: #fff;
        position: relative;
        box-shadow: 5px 5px rgb(0 0 0 / 10%);
    }
    .lp01_comp_case > li > h3 {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        width: 50%;
        padding: 10px;
        margin: 0 auto 10px;
        background: #333;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        z-index: 5;
    }
    .lp01_comp_case > li > h3::before {
        content: "";
        display: block;
        width: 30px;
        height: 100%;
        background: #333;
        transform: skewX(10deg);
        border-bottom-left-radius: 10px;
        position: absolute;
        top: 0;
        left: -24px;
        z-index: -1;
    }
    .lp01_comp_case > li > h3::after {
        content: "";
        display: block;
        width: 30px;
        height: 100%;
        background: #333;
        transform: skewX(-10deg);
        border-bottom-right-radius: 10px;
        position: absolute;
        top: 0;
        right: -24px;
        z-index: -1;
    }
    .lp01_comp_case > li > figure {
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
        position: relative;
        text-align: center;
        overflow: hidden;
        border-radius: 10px;
    }
    .lp01_comp_case > li > figure::before {
        content: '';
        display: block;
        padding-top: 56.25%;
    }
    .lp01_comp_case > li > figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        object-fit: cover;
    }
    .lp01_comp_case > li > .lp01_comp_info {
        padding: 0 10px;
        margin: 0 auto;
    }
    .lp01_comp_case > li > .lp01_comp_info > p {
        padding: 0;
        margin: 0 auto 10px;
        font-size: 12px;
        font-weight: bold;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .lp01_comp_case > li > .lp01_comp_info > p > strong {
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        color: #1177be;
        padding: 0;
        margin: 0 10px 0 0;
    }
    .lp01_comp_case > li > .lp01_comp_info > h4 {
        width: 100%;
        padding: 10px 10px;
        margin: 0 auto 5px;
        text-align: center;
        background: linear-gradient(to right, #148fe5 0%, #1177be 100% );
        color: #fff;
        font-size: 14px;
        line-height: 1;
        font-weight: bold;
        color: #fff;
        border-radius: 3px;
    }
    /*値段*/
    .lp01_comp_price {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .lp01_comp_price_left {
        width: 40%;
        padding: 0;
        margin: 0;
        display: flex;
        display: -webkit-flex;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .lp01_comp_price_right {
        width: 60%;
        padding: 0;
        margin: 0;
    }
    .lp01_comp_price_left > p {
        font-size: 12px;
        font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    }
    .lp01_comp_price_left > p:last-of-type {
        color: #ff4a21;
        font-weight: bold;
        font-size: 14px;
        line-height: 1;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    }
    .lp01_comp_price_left > p:last-of-type > span {
        display: inline-block;
        padding: 3px 5px;
        margin: 0 5px 0 0;
        background: #ff4a21;
        font-size: 10px;
        line-height: 1;
        color: #fff;
        border-radius: 3px;
    }
    .lp01_comp_price_right {
        font-weight: bold;
        font-size: 30px;
        
        line-height: 1;
        white-space: nowrap;
        color: #ff4a21;
        font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        text-align: right;
    }
    .lp01_comp_price_right > small {
        font-size: 0.6em;
    }
}

/*--------------------------------------------*/
/*  施工の流れ
/*--------------------------------------------*/
#lp01_flow {
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: linear-gradient(-25deg, #fafafa 0%, #fafafa 50%, #fff 50%, #fff 100%);
    position: relative;
    z-index: 0;
}
/* - 見出し*/
#lp01_flow > h2 {
    width: 80%;
    padding: 0;
    margin: 0 auto 50px;
    font-size: 45px;
    line-height: 1.1em;
    letter-spacing: -0.1em;
    font-weight: bold;
    
    color: #333;
    white-space: nowrap;
    filter: drop-shadow(0 0 5px #fff);
    text-align: center;
}
#lp01_flow > h2 > strong {
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0 -10px 0 0;
    font-size: 60px;
    line-height: 1.1em;
    font-weight: bold;
    
    background: linear-gradient(to right, #148fe5 0%, #1177be 100% );
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 5px #fff);
}
#lp01_flow > h2 > span {
    display: inline-block;
    padding: 0 15px 0 5px;
    margin: 0 -10px 0 0;
    font-size: 60px;
    line-height: 1.1em;
    font-weight: bold;
    background: linear-gradient(to right, #ff7e21 0%, #ff4a21 100% );
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 5px #fff);
}

/* - リスト*/
.lp01_flowList {
    width: 100%;
    max-width: 900px;
    padding: 0 0 0 100px;
    margin: 0 auto;
    list-style: none;
}
.lp01_flowList > li {
    width: 100%;
    padding: 0;
    margin: 0 auto 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
/* - No.*/
.lp01_flowList > li > span.num {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    background: #1177be;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 1em;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 0;
    left: -100px;
}
.lp01_flowList > li > span.num > small {
    display: block;
    width: 100%;
    font-size: 8px;
    line-height: 1em;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}
.lp01_flowList > li > span.num::before {
    content: '';
    display: block;
    width: 76px;
    height: 76px;
    padding: 0;
    margin: 0;
    background: #d8efff;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: -1;
}
.lp01_flowList > li::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #1177be;
    padding: 0;
    margin: 0;
    background: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: -70px;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    z-index: -2;
}
.lp01_flowList > li > .lp01_flowListInfo {
    width: 100%;
    padding: 0;
    margin: 0;
}
/* - 情報 */
.lp01_flowListInfo > h3 {
    padding: 10px 0 15px;
    margin: 0 auto 20px;
    font-size: 25px;
    line-height: 1.2em;
    font-weight: bold;
    color: #393939;
    border-bottom: 1px solid #1177be;
}
.lp01_flowListInfo > p {
    padding: 0;
    margin: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #lp01_flow {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: linear-gradient(-25deg, #fafafa 0%, #fafafa 50%, #fff 50%, #fff 100%);
        position: relative;
        z-index: 0;
    }
    /* - 見出し*/
    #lp01_flow > h2 {
        width: 80%;
        padding: 0;
        margin: 0 auto 20px;
        font-size: 20px;
        line-height: 1.1em;
        letter-spacing: -0.1em;
        font-weight: bold;
        
        color: #333;
        white-space: nowrap;
        filter: drop-shadow(0 0 5px #fff);
        text-align: center;
    }
    #lp01_flow > h2 > strong {
        display: inline-block;
        padding: 0 7px 0 0;
        margin: 0 -5px 0 0;
        font-size: 25px;
        line-height: 1.1em;
        font-weight: bold;
        
        background: linear-gradient(to right, #148fe5 0%, #1177be 100% );
        -webkit-background-clip: text;
        color: transparent;
        position: relative;
        z-index: 2;
        filter: drop-shadow(0 0 5px #fff);
    }
    #lp01_flow > h2 > span {
        display: inline-block;
        padding: 0 7px 0 2px;
        margin: 0 -5px 0 0;
        font-size: 25px;
        line-height: 1.1em;
        font-weight: bold;
        background: linear-gradient(to right, #ff7e21 0%, #ff4a21 100% );
        -webkit-background-clip: text;
        color: transparent;
        position: relative;
        z-index: 2;
        filter: drop-shadow(0 0 5px #fff);
    }

    /* - リスト*/
    .lp01_flowList {
        width: calc(100% - 60px);
        padding: 0;
        margin: 0 auto;
        list-style: none;
    }
    .lp01_flowList > li {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }
    .lp01_flowList > li:last-child {
        margin-bottom: 0;
    }
    /* - No.*/
    .lp01_flowList > li > span.num {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 50px;
        height: 50px;
        padding: 0;
        margin: 0;
        background: #1177be;
        border-radius: 50%;
        box-sizing: border-box;
        font-size: 15px;
        line-height: 1em;
        font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-weight: 500;
        color: #fff;
        position: relative;
        top: unset;
        left: unset;
    }
    .lp01_flowList > li > span.num > small {
        display: block;
        width: 100%;
        font-size: 8px;
        line-height: 1em;
        font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-weight: 500;
        text-align: center;
        padding: 0;
        margin: 0 auto 2px;
    }
    .lp01_flowList > li > span.num::before {
        content: '';
        display: block;
        width: 56px;
        height: 56px;
        padding: 0;
        margin: 0;
        background: #d8efff;
        border-radius: 50%;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        z-index: -1;
    }
    .lp01_flowList > li::after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        border-left: 1px dashed #1177be;
        padding: 0;
        margin: 0;
        background: none;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 25px;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        z-index: -2;
    }
    .lp01_flowList > li > .lp01_flowListInfo {
        width: calc(100% - 80px);
        padding: 0;
        margin: 0;
    }
    /* - 画像*/
    .lp01_flowList > li > figure {
        width: calc(100% - 80px);
        padding: 0;
        margin: 0 0 0 auto;
        overflow: hidden;
        text-align: center;
        position: relative;
        border-radius: 10px;
    }
    .lp01_flowList > li > figure::before {
        content: '';
        display: block;
        padding-top: 56.25%;
    }
    .lp01_flowList > li > figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        object-fit: cover;
    }
    /* - 情報 */
    .lp01_flowListInfo > h3 {
        padding: 10px 0 10px;
        margin: 0 auto 10px;
        font-size: 15px;
        line-height: 1.2em;
        font-weight: bold;
        color: #393939;
        border-bottom: 1px solid #1177be;
    }
    .lp01_flowListInfo > p {
        padding: 0;
        margin: 0 auto 10px;
        text-align: justify;
        text-justify: inter-ideograph;
    }
}

/*==========================================*/
/** トラブルを解決
/*==========================================*/
#lp01_support {
    width: 100%;
    padding: 50px 0 100px;
    margin: 0;
    background-color: #fffce0;
    position: relative;
    z-index: 0;
}
#lp01_support > h2 {
    width: 100%;
    max-width: 850px;
    padding: 70px 0;
    margin: 0 auto 10px;
    background-image: url('lp01/images/lp01_hukidashi.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
}
#lp01_support > h2 > strong {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4em;
    color: #ff4a21;
}
#lp01_support > h2::before {
    content: '';
    display: block;
    width: 160px;
    height: 200px;
    padding: 0;
    margin: 0;
    background-image: url('lp01/images/lp01_solutionIllust01.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    z-index: 5;
}
#lp01_support > h2::after {
    content: '';
    display: block;
    width: 160px;
    height: 200px;
    padding: 0;
    margin: 0;
    background-image: url('lp01/images/lp01_solutionIllust02.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -80px;
    left: unset;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    z-index: 5;
}

/*情報*/
.lp01_support_box {
    width: 100%;
    max-width: 1000px;
    padding: 40px;
    margin: 0 auto;
    border-radius: 10px;
    border: 3px solid #1177be;
    background: #fff;
    box-shadow: 6px 6px rgba(0,0,0,0.05);
    position: relative;
    z-index: 0;
}
.lp01_support_box::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background: #1177be;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
}
.lp01_support_box::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background: #1177be;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}
.lp01_support_box > span::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background: #1177be;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 5;
}
.lp01_support_box > span::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background: #1177be;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 5;
}

/*ヘッダー*/
.lp01_support_head {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.lp01_support_head > figure {
    width: 100%;
    padding: 0;
    margin: 0;
}
.lp01_support_head > figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.lp01_support_head > h3 {
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: -20px;
    z-index: 5;
}
.lp01_support_head > h3::before,
.lp01_support_head > h3::after {
    display: none;
}
.lp01_support_head > h3 > div {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 0 15px;
    background: linear-gradient(to right, #ff7e21 0%, #ff4a21 100%);
    position: relative;
    z-index: 0;
    font-size: 50px;
    line-height: 1.2em;
    
    color: #fff;
    font-weight: 700;
    text-shadow: 3px 3px 0 rgb(0 0 0 / 30%);
}
.lp01_support_head > h3 > div::before {
    content: '';
    display: block;
    width: 21px;
    height: 15px;
    padding: 0;
    margin: 0;
    background: #ff4a21;
    position: absolute;
    bottom: -15px;
    left: 0;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    z-index: 5;
}
.lp01_support_head > h3 > div::after {
    content: '';
    display: block;
    width: 30px;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #ff4a21;
    position: absolute;
    top: 0;
    right: -20px;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
    z-index: -1;
}
.lp01_support_head > h3 small {
    font-size: 35px;
}
.lp01_support_head > h3 strong {
    color: #ffe200;
}
.lp01_support_head > span {
    display: block;
    width: 200px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 5;
}
.lp01_support_head > span img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

/*リスト*/
.lp01_supportList {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
.lp01_supportList > li {
    width: 100%;
    padding: 30px 30px 30px 85px;
    margin: 0 auto;
    border-bottom: 2px dashed #c0c0c0;
    position: relative;
    z-index: 0;
}
.lp01_supportList > li:last-child {
    border-bottom: none;
}
.lp01_supportList > li::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0;
    background-image: url('lp01/images/lp01_chechIcon.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 30px;
    left: 30px;
}
.lp01_supportList > li::after {
    display: none;
}
.lp01_supportList > li > h4 {
    font-size: 35px;
    line-height: 1.2em;
    
    font-weight: bold;
    padding: 0;
    margin: 0 auto 10px;
    background: none;
    border: none;
}
.lp01_supportList > li > h4::before,
.lp01_supportList > li > h4::after {
    display: none;
}
.lp01_supportList > li > h4 > strong {
    font-size: 45px;
    
    font-weight: bold;
    color: #1177be;
}
.lp01_supportList > li > p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #lp01_support {
        width: 100%;
        padding: 30px 0 30px;
        margin: 0;
        background: #fffce0;
        position: relative;
        z-index: 0;
    }
    #lp01_support > h2 {
        width: 90%;
        max-width: 90%;
        padding: 30px 0;
        margin: 0 auto;
		background-image: url('lp01/images/lp01_hukidashi.svg');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        z-index: 0;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2em;
        text-align: center;
    }
    #lp01_support > h2 > strong {
        font-size: 17px;
        font-weight: 600;
        line-height: 1.4em;
        color: #d66515;
    }
    #lp01_support > h2::before {
        content: '';
        display: block;
        width: 60px;
        height: 70px;
        padding: 0;
        margin: 0;
		background-image: url('lp01/images/lp01_solutionIllust01_sp.png');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        left: -15px;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        z-index: 5;
    }
    #lp01_support > h2::after {
        content: '';
        display: block;
        width: 60px;
        height: 70px;
        padding: 0;
        margin: 0;
		background-image: url('lp01/images/lp01_solutionIllust02_sp.png');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        right: -15px;
        left: unset;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        z-index: 5;
    }

    /*情報*/
    .lp01_support_box {
        width: 90%;
        max-width: 90%;
        padding: 20px;
        margin: 0 auto;
        border-radius: 10px;
        border: 3px solid #1177be;
        background: #fff;
        box-shadow: 6px 6px rgba(0,0,0,0.05);
        position: relative;
        z-index: 0;
    }
    .lp01_support_box::before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        padding: 0;
        margin: 0;
        border-radius: 50%;
        background: #1177be;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 5;
    }
    .lp01_support_box::after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        padding: 0;
        margin: 0;
        border-radius: 50%;
        background: #1177be;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 5;
    }
    .lp01_support_box > span::before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        padding: 0;
        margin: 0;
        border-radius: 50%;
        background: #1177be;
        position: absolute;
        bottom: 10px;
        left: 10px;
        z-index: 5;
    }
    .lp01_support_box > span::after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        padding: 0;
        margin: 0;
        border-radius: 50%;
        background: #1177be;
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 5;
    }

    /*ヘッダー*/
    .lp01_support_head {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        position: relative;
        z-index: 0;
    }
    .lp01_support_head > figure {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .lp01_support_head > figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    .lp01_support_head > h3 {
        width: 100%;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: 10px;
        left: -10px;
        z-index: 5;
    }
    .lp01_support_head > h3::before,
    .lp01_support_head > h3::after {
        display: none;
    }
    .lp01_support_head > h3 > div {
        display: inline-block;
        padding: 5px 10px;
        margin: 0 0 10px;
        background: #d66515;
        position: relative;
        z-index: 0;
        font-size: 18px;
        line-height: 1.2em;
        
        color: #fff;
        font-weight: 700;
        text-shadow: 3px 3px 0 rgb(0 0 0 / 30%);
    }
    .lp01_support_head > h3 > div::before {
        content: '';
        display: block;
        width: 11px;
        height: 10px;
        padding: 0;
        margin: 0;
        background: #e2935b;
        position: absolute;
        bottom: -10px;
        left: 0;
        clip-path: polygon(0 0, 100% 100%, 100% 0);
        z-index: 5;
    }
    .lp01_support_head > h3 > div::after {
        content: '';
        display: block;
        width: 30px;
        height: 100%;
        padding: 0;
        margin: 0;
        background: #d66515;
        position: absolute;
        top: 0;
        right: -20px;
        clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
        z-index: -1;
    }
    .lp01_support_head > h3 small {
        font-size: 15px;
    }
    .lp01_support_head > h3 strong {
        color: #ffe200;
    }
    .lp01_support_head > span {
        display: block;
        width: 60px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0px;
        left: -10px;
        z-index: 5;
    }
    .lp01_support_head > span img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }

    /*リスト*/
    .lp01_supportList {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
    }
    .lp01_supportList > li {
        width: 100%;
        padding: 15px 0 15px 35px;
        margin: 0 auto;
        border-bottom: 2px dashed #c0c0c0;
        position: relative;
        z-index: 0;
    }
    .lp01_supportList > li:last-child {
        border-bottom: none;
    }
    .lp01_supportList > li::before {
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        padding: 0;
        margin: 0;
        background-image: url('https://www.kk-leap.co.jp/wp-content/themes/kk-leap.co_.jp_/images/lp2/lp2_chechIcon.svg');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 15px;
        left: 0;
    }
    .lp01_supportList > li::after {
        display: none;
    }
    .lp01_supportList > li > h4 {
        font-size: 20px;
        line-height: 1.2em;
        
        padding: 0;
        margin: 0 auto 5px;
        background: none;
        border: none;
    }
    .lp01_supportList > li > h4::before,
    .lp01_supportList > li > h4::after {
        display: none;
    }
    .lp01_supportList > li > h4 > strong {
        font-size: 20px;
        color: #1177be;
    }
    .lp01_supportList > li > p {
        padding: 0;
        margin: 0;
        font-size: 14px;
        line-height: 1.4em;
        font-weight: 600;
    }
}

/*--------------------------------------------*/
/*  保証について
/*--------------------------------------------*/
#lp01_warranty {
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
    background: #F5F7F7;
}
/* - 見出し*/
#lp01_warranty > h2 {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: bold;
    padding: 0 0 25px;
    margin: 0 auto 25px;
    position: relative;
    text-align: center;
}
#lp01_warranty > h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    padding: 0;
    margin: 0;
    background: #1177be;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
#lp01_warranty > p {
    padding: 0;
    margin: 0 auto 50px;
    text-align: center;
}
.lp01_warrantyBox {
    width: calc(100% - 100px);
    max-width: 1100px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lp01_warrantyBox > dl {
    width: 48%;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    background: #fff;
}
.lp01_warrantyBox > dl dt {
    padding: 15px;
    margin: 0;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background: #EA5821;
    border-radius: 5px 5px 0 0;
}
.lp01_warrantyBox > dl.nocoverage dt {
    background: #1177be;
}
.lp01_warrantyBox > dl dd {
    padding: 20px 20px;
    margin: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.lp01_warrantyBox ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.lp01_warrantyBox ul > li {
    padding: 0 0 0 25px;
    margin: 0 auto 5px;
    position: relative;
	line-height: 1.8em;
}
.lp01_warrantyBox ul > li::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    background: #EA5821;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}
.lp01_warrantyBox dl.nocoverage ul > li::before {
    background: #1177be;
}
.lp01_warrantyBox ul > li > small {
    display: block;
    font-size: 0.8em;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #lp01_warranty {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
        background: #F5F7F7;
    }
    /* - 見出し*/
    #lp01_warranty > h2 {
        font-size: 20px;
        line-height: 1.4em;
        font-weight: bold;
        padding: 0 0 15px;
        margin: 0 auto 15px;
        position: relative;
        text-align: center;
    }
    #lp01_warranty > h2::after {
        content: '';
        display: block;
        width: 50px;
        height: 2px;
        padding: 0;
        margin: 0;
        background: #1177be;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
    }
    #lp01_warranty > p {
        width: calc(100% - 60px);
        padding: 0;
        margin: 0 auto 20px;
        text-align: center;
    }
    #lp01_warranty > p br {
        display: none;
    }
    .lp01_warrantyBox {
        width: calc(100% - 60px);
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .lp01_warrantyBox > dl {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        border-radius: 5px;
        background: #fff;
    }
    .lp01_warrantyBox > dl:last-of-type {
        margin-bottom: 0;
    }
    .lp01_warrantyBox > dl dt {
        padding: 15px;
        margin: 0;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        line-height: 1;
        color: #fff;
        background: #EA5821;
        border-radius: 5px 5px 0 0;
    }
    .lp01_warrantyBox > dl.nocoverage dt {
        background: #1177be;
    }
    .lp01_warrantyBox > dl dd {
        padding: 20px 20px;
        margin: 0;
        background: #fff;
        border-radius: 0 0 5px 5px;
    }
    .lp01_warrantyBox ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .lp01_warrantyBox ul > li {
        padding: 0 0 0 25px;
        margin: 0 auto 5px;
        position: relative;
    }
    .lp01_warrantyBox ul > li::before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        padding: 0;
        margin: 0;
        background: #EA5821;
        border-radius: 50%;
        position: absolute;
        top: 5px;
        left: 0;
    }
    .lp01_warrantyBox dl.nocoverage ul > li::before {
        background: #1177be;
    }
    .lp01_warrantyBox ul > li > small {
        display: block;
        font-size: 0.8em;
    }
}

/*--------------------------------------------*/
/*  よくある質問
/*--------------------------------------------*/
#lp01_faq {
    width: 100%;
    padding: 100px 0;
    margin: 0;
    background: #d8efff;
}
/*タイトル*/
#lp01_faq > h2 {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    
    color: #ff4a21;
    padding: 0;
    margin: 0 auto 50px;
}
#lp01_faq > h2::before {
    content: '';
    display: block;
    width: 40px;
    height: 50px;
    padding: 0;
    margin: 0 20px 0 0;
    background-image: url('lp01/images/title_mark_left.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#lp01_faq > h2::after {
    content: '';
    display: block;
    width: 40px;
    height: 50px;
    padding: 0;
    margin: 0 0 0 20px;
    background-image: url('lp01/images/title_mark_right.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}
/*リスト*/
.lp01_faqList {
    width: 100%;
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
}
.lp01_faqList dl {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
}
.lp01_faqList dl dt {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    background: #fff;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    position: relative;
    z-index: 0;
    padding: 20px 20px 20px 70px;
    margin: 0;
    cursor: pointer;
    transition: all 0.5s ease;
}
.lp01_faqList dl dt::before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    background-image: url('lp01/images/icon_q.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.lp01_faqList dl dt:hover {
    color: #1177be;
    transition: all 0.5s ease;
}
.lp01_faqList dl dt span::before,
.lp01_faqList dl dt span::after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 5px;
    background: #1177be;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.lp01_faqList dl dt span::after {
    background: #1177be;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}
.lp01_faqList dt span.active::after {
    transform: rotate(0);
    transition: 0.5s;
}
.lp01_faqList dl dd {
    padding: 20px 20px 20px 70px;
    margin: 20px auto 20px;
    background: #F5F7F7;
    position: relative;
    border-radius: 10px;
}
.lp01_faqList dl dd::before {
    content: 'A';
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.lp01_faqList dl dd p {
    padding: 0;
    margin: 0;
    line-height: 2;
}
.lp01_faqList dl dd p:last-of-type {
    margin-bottom: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #lp01_faq {
        width: 100%;
        padding: 30px 0;
        margin: 0;
        background: #d8efff;
    }
    /*タイトル*/
    #lp01_faq > h2 {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-size: 25px;
        line-height: 1;
        font-weight: bold;
        
        color: #ff4a21;
        padding: 0;
        margin: 0 auto 20px;
    }
    #lp01_faq > h2::before {
        content: '';
        display: block;
        width: 20px;
        height: 25px;
        padding: 0;
        margin: 0 10px 0 0;
        background-image: url('lp01/images/title_mark_left.png');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    #lp01_faq > h2::after {
        content: '';
        display: block;
        width: 20px;
        height: 25px;
        padding: 0;
        margin: 0 0 0 10px;
        background-image: url('lp01/images/title_mark_right.png');
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    /*リスト*/
    .lp01_faqList {
        width: calc(100% - 60px);
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .lp01_faqList dl {
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
    }
    .lp01_faqList dl dt {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        background: #fff;
        border: none;
        border-radius: 10px;
        font-size: 12px;
        line-height: 1.2em;
        color: #333;
        font-weight: bold;
        position: relative;
        z-index: 0;
        padding: 10px 30px 10px 35px;
        margin: 0;
        cursor: pointer;
        transition: all 0.5s ease;
    }
    .lp01_faqList dl dt::before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        background-image: url('lp01/images/icon_q.svg');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .lp01_faqList dl dt:hover {
        color: #1177be;
        transition: all 0.5s ease;
    }
    .lp01_faqList dl dt span::before,
    .lp01_faqList dl dt span::after {
        content: '';
        display: block;
        width: 10px;
        height: 2px;
        border-radius: 5px;
        background: #1177be;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .lp01_faqList dl dt span::after {
        background: #1177be;
        transform: translateY(-50%) rotate(90deg);
        transition: 0.5s;
    }
    .lp01_faqList dt span.active::after {
        transform: rotate(0);
        transition: 0.5s;
    }
    .lp01_faqList dl dd {
        padding: 10px 20px 10px 35px;
        margin: 10px auto 20px;
        background: #F5F7F7;
        position: relative;
        border-radius: 10px;]
        font-size: 14px;
    }
    .lp01_faqList dl dd::before {
        content: 'A';
        display: block;
        width: 16px;
        height: 16px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        font-size: 15px;
        line-height: 1;
        font-weight: bold;
        font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    }
    .lp01_faqList dl dd p {
        padding: 0;
        margin: 0;
        line-height: 2;
        font-size: 12px;
    }
    .lp01_faqList dl dd p:last-of-type {
        margin-bottom: 0;
    }
}

/*--------------------------------------------*/
/*  コロナ対策
/*--------------------------------------------*/
#lp01_measures {
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
    background: #f1f7fd;
}
.lp01_measures_box {
    width: 100%;
    max-width: 900px;
    padding: 50px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    border: 5px solid #d8efff;
    box-sizing: border-box;
}
.lp01_measures_box > h2 {
    padding: 0;
    margin: 0 auto 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 30px;
    line-height: 1;
    color: #1177be;
    font-weight: 700;
}
.lp01_measures_box > h2:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 15px 0 0;
    background: url(lp01/images/icon_cleanLeft.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
}
.lp01_measures_box > h2:after {
    content: '';
    display: block;
    width: 30px;
    height: 35px;
    padding: 0;
    margin: 0 0 0 15px;
    background: url(lp01/images/icon_cleanRight.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
}
.lp01_measures_box > h2 + p {
    padding: 0;
    margin: 0 auto 30px;
    text-align: center;
    font-weight: bold;
}
.lp01_measuresList {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
}
.lp01_measuresList > li {
    width: 26%;
    padding: 0;
    margin: 0 2%;
}
.lp01_measuresList > li > figure {
    width: 70%;
    padding: 0;
    margin: 0 auto 15px;
    text-align: center;
}
.lp01_measuresList > li > figure img {
    width: auto;
    height: 120px;
    padding: 0;
    margin: 0;
}
.lp01_measuresList > li > h3 {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    color: #333;
}
.lp01_measuresList > li > h3 > span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}
.lp01_measuresList > li > h3 > strong {
    display: inline-block;
    background: linear-gradient(transparent 70%,#ffe200 0%);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #lp01_measures {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
        position: relative;
        background: #f1f7fd;
    }
    .lp01_measures_box {
        width: calc(100% - 60px);
        max-width: 100%;
        padding: 20px;
        margin: 0 auto;
        background: #fff;
        border-radius: 10px;
        border: 5px solid #d8efff;
        box-sizing: border-box;
    }
    .lp01_measures_box > h2 {
        padding: 0;
        margin: 0 auto 10px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 20px;
        line-height: 1;
        color: #1177be;
        font-weight: 700;
        text-align: center;
    }
    .lp01_measures_box > h2:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 0 15px 0 0;
        background: url(lp01/images/icon_cleanLeft.svg) no-repeat;
        background-size: 100%;
        background-position: center center;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
    }
    .lp01_measures_box > h2:after {
        content: '';
        display: block;
        width: 20px;
        height: 25px;
        padding: 0;
        margin: 0 0 0 15px;
        background: url(lp01/images/icon_cleanRight.svg) no-repeat;
        background-size: 100%;
        background-position: center center;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
    }
    .lp01_measures_box > h2 + p {
        padding: 0;
        margin: 0 auto 20px;
        text-align: center;
        font-weight: bold;
        line-height: 1.4em;
    }
    .lp01_measuresList {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        position: relative;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .lp01_measuresList > li {
        width: 80%;
        padding: 0;
        margin: 0 auto 30px;
    }
    .lp01_measuresList > li:last-child {
        margin-bottom: 0;
    }
    .lp01_measuresList > li > figure {
        width: 70%;
        padding: 0;
        margin: 0 auto 15px;
        text-align: center;
    }
    .lp01_measuresList > li > figure img {
        width: auto;
        height: 120px;
        padding: 0;
        margin: 0;
    }
    .lp01_measuresList > li > h3 {
        text-align: center;
        padding: 0;
        margin: 0 auto;
        font-size: 20px;
        line-height: 1.2em;
        font-weight: bold;
        color: #333;
    }
    .lp01_measuresList > li > h3 > span {
        display: block;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        padding: 0;
        margin: 0 auto;
    }
    .lp01_measuresList > li > h3 > strong {
        display: inline-block;
        background: linear-gradient(transparent 70%,#ffe200 0%);
    }
}

/*--------------------------------------------*/
/*  お問い合わせ
/*--------------------------------------------*/
#lp01_contact {
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(-25deg, #f0f0f0 0%, #f0f0f0 50%, #fafafa 50%, #fafafa 100%);
}
.lp01_contact_box {
    width: 100%;
    max-width: 1000px;
    padding: 180px 70px 70px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}
.lp01_contact_box > h2 {
    width: calc(100% + 40px);
    padding: 20px;
    margin: 0 auto;
    background: #1177be;
    font-size: 50px;
    line-height: 1;
    color: #fff;
    
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    z-index: 2;
}
.lp01_contact_box > h2::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    background: #13537f;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
}
.lp01_contact_box > h2::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    background: #13537f;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: -1;
}
.lp01_contact_box > p {
    padding: 0;
    margin: 0 auto 50px;
    text-align: center;
    font-weight: 500;
}

/*テーブル*/
.lp01_contactForm {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    border: none;
    background: none;
}
.lp01_contactForm th {
    padding: 20px 20px 20px 0;
    margin: 0;
    white-space: nowrap;
    border: none;
    background: none;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.lp01_contactForm td {
    padding: 20px 0;
    margin: 0;
    border: none;
    background: none;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.lp01_contactForm td input,
.lp01_contactForm td textarea {
    background: #f8f8f8;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 10px;
    margin: 0;
    font-size: 14px;
}
.lp01_contactForm td input[type="file"] {
	margin-bottom: 8px;
}
.lp01_contactForm td input.w25 {
	width: 25%;
}
.lp01_contactForm td input.w15 {
	width: 15%;
}
.lp01_contactForm td input.w10 {
	width: 10%;
}
.lp01_contactForm td .wpcf7-list-item {
	margin: 0 1em 0 0;
}
.lp01_contactForm td textarea {
    width: 100%;
}
.lp01_contactForm th .att {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 10px;
    color: #d70012;
    position: relative;
    font-size: 12px;
}
.lp01_contactForm th .att::before {
    content: '※';
    display: inline-block;
}
.addForm {
    display: inline-block;
    margin-bottom: 5px;
}
.addForm:first-of-type input {
    width: 35%;
}
.txt_cent {
    text-align: center;
}
.txt_cent input[type="submit"] {
    display: inline-block;
    padding: 20px 100px;
    margin: 0 auto;
    background: linear-gradient(to top, #ff7e21 0%, #ff4a21 100% );
    border: 2px solid #ff7e21;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}
.txt_cent input[type="submit"]:hover {
    opacity: 0.8;
    transition: all 0.2s ease;
}
.txt_cent > span {
    display: inline-block;
    position: relative;
}
.txt_cent > span::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    z-index: 2;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.wpcf7-spinner {
    display: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #lp01_contact {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
        position: relative;
		background: #f0f0f0;
    }
    .lp01_contact_box {
        width: calc(100% - 60px);
        max-width: 100%;
        padding: 60px 20px 20px;
        margin: 0 auto;
        background: #fff;
        border-radius: 10px;
        position: relative;
        z-index: 0;
    }
    .lp01_contact_box > h2 {
        width: calc(100% + 20px);
        padding: 10px;
        margin: 0 auto;
        background: #1177be;
        font-size: 20px;
        line-height: 1;
        color: #fff;
        
        font-weight: bold;
        text-align: center;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        z-index: 2;
    }
    .lp01_contact_box > h2::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        padding: 0;
        margin: 0;
        background: #13537f;
        clip-path: polygon(0 0, 100% 100%, 100% 0);
        position: absolute;
        bottom: -10px;
        left: 0;
        z-index: -1;
    }
    .lp01_contact_box > h2::after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        padding: 0;
        margin: 0;
        background: #13537f;
        clip-path: polygon(0 0, 0 100%, 100% 0);
        position: absolute;
        bottom: -10px;
        right: 0;
        z-index: -1;
    }
    .lp01_contact_box > p {
        padding: 0;
        margin: 0 auto 20px;
        text-align: center;
        font-weight: 500;
    }

    /*テーブル*/
    .lp01_contactForm {
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
        border: none;
        background: none;
    }
    .lp01_contactForm tr {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }
    .lp01_contactForm th {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        white-space: nowrap;
        border: none;
        background: none;
        text-align: left;
        font-size: 15px;
        font-weight: bold;
        border-bottom: none;
    }
    .lp01_contactForm td {
        display: block;
        width: 100%;
        padding: 10px 0 20px;
        margin: 0 auto 10px;
        border: none;
        background: none;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    .lp01_contactForm td input,
    .lp01_contactForm td textarea {
        background: #f8f8f8;
        border: 1px solid #d2d2d2;
        border-radius: 5px;
        padding: 10px;
        margin: 0;
        font-size: 14px;
        width: 100%;
    }
	.lp01_contactForm td input.w25 {
		width: 25%;
	}
	.lp01_contactForm td input.w15 {
		width: 20%;
	}
	.lp01_contactForm td input.w10 {
		width: 20%;
	}
	.lp01_contactForm td .wpcf7-list-item label {
		display: inline-flex;
		justify-content: flex-start;
		align-content: center;
		align-content: center;
		flex-wrap: nowrap;
	}
	.wpcf7-list-item-label {
		white-space: nowrap;
	}
	.lp01_contactForm td .wpcf7-list-item {
		display: inline-flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		margin: 0 1em 0 0;
	}
	.lp01_contactForm td .wpcf7-radio {
		line-height: 1;
		padding: 0;
		margin: 0;
	}
	.lp01_contactForm td .wpcf7-list-item input {
		margin-right: 5px;
	}
	.lp01_contactForm td .wpcf7-list-item:last-of-type {
		margin-bottom: 0;
	}
    .lp01_contactForm td textarea {
        width: 100%;
    }
    .lp01_contactForm th .att {
        display: inline-block;
        padding: 0;
        margin: 0 0 0 10px;
        color: #d70012;
        position: relative;
        font-size: 12px;
    }
    .lp01_contactForm th .att::before {
        content: '※';
        display: inline-block;
    }
    .addForm {
        display: inline-block;
        margin-bottom: 5px;
    }
    .addForm:first-of-type input {
        width: 35%;
    }
    .txt_cent {
        text-align: center;
    }
    .txt_cent input[type="submit"] {
        width: 100%;
        display: block;
        padding: 10px 30px;
        margin: 0 auto;
        background: linear-gradient(to top, #ff7e21 0%, #ff4a21 100% );
        border: 2px solid #ff7e21;
        border-radius: 10px;
        font-size: 15px;
        line-height: 1;
        color: #fff;
        font-weight: bold;
        text-align: center;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.05);
        transition: all 0.2s ease;
    }
    .txt_cent input[type="submit"]:hover {
        opacity: 0.8;
        transition: all 0.2s ease;
    }
    .txt_cent > span {
        display: block;
        position: relative;
    }
    .txt_cent > span::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        padding: 0;
        margin: 0;
        background: #fff;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        z-index: 2;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
    }
    .wpcf7-spinner {
        display: none;
    }
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.sp_scroll_img {
		width: 100%;
		padding: 0;
		margin: 0;
		overflow-x: scroll;
	}
	.sp_scroll_img img {
		width: 700px;
		max-width: 700px;
		height: auto;
	}
}



/*--------------------------------------------*/
/*  施工事例
/*--------------------------------------------*/
#lp01_case {
	width: 100%;
	padding: 0 0 100px;
	margin: 0 auto;
	background: #f1f7fd;
	position: relative;
}
#lp01_case > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	border: none;
	background: none;
	font-size: 40px;
	line-height: 1.4em;
	color: #1177be;
	font-weight: bold;
	text-align: center;
}
.lp01_caseBox {
	width: 1000px;
	padding: 50px 30px;
	margin: 0 auto;
	position: relative;
	border-radius: 30px;
	background: #fff;
	overflow: hidden;
}
/*リスト*/
.lp01_caseList {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto 60px;
	list-style: none;
}
.lp01_caseList .slick-list {
	width: 100%;
	padding: 0;
	margin: 0;
}
.lp01_caseList .slick-track {
	padding: 30px 0 0;
}
.lp01_caseList .slick-slide {
	height: auto !important;
	padding: 30px 30px 30px;
	margin: 0 10px;
	background: none;
	list-style: none;
	border: 1px solid #1177be;
	border-top-width: 7px;
	position: relative;
}
.lp01_caseList li::before,
.lp01_caseList li::after {
	display: none;
}
.lp01_caseList .slick-slide a {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.lp01_caseList .slick-slide a img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	object-fit: cover;
	opacity: 0.4;
	transition: all 0.3s ease;
}
.lp01_caseList .slick-slide.slick-active img {
	opacity: 1;
	transition: all 0.3s ease;
}

.lp01_caseList li span.ttl {
	display: inline-block;
	padding: 10px 20px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	font-size: 25px;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	z-index: 1;
}
.lp01_caseList li h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto 15px;
	position: relative;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	border: none;
	background: none;
}
.lp01_caseList li h3 > strong {
	display: block;
	padding: 0;
	margin: 0 auto;
	color: #1177be;
	text-align: center;
}
.lp01_caseList li figure {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.lp01_caseList li figure:before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
.lp01_caseList li figure img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover;
}
.lp01_caseList li h4 {
	width: 100%;
	padding: 10px;
	margin: 0 auto 15px;
	background: #1177be;
	text-align: center;
	font-size: 18px;
	line-height: 1.4em;
	color: #fff;
}
#lp_wrap .lp01_caseList li .lp01_comp_price {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0 auto;
	column-gap: 20px;
}
#lp_wrap .lp01_caseList li .lp01_comp_price_left {
	width: auto;
	padding: 0;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 10px;
}
#lp_wrap .lp01_caseList li .lp01_comp_price_left p {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	font-feature-settings: "palt";
	font-family: 'Barlow';
}
#lp_wrap .lp01_caseList li .lp01_comp_price_left p:last-of-type > span {
	display: inline-block;
	padding: 3px 5px;
	margin: 0 5px 0 0;
	background: #ff4a21;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	border-radius: 3px;
	white-space: nowrap;
}
#lp_wrap .lp01_caseList li .lp01_comp_price_right {
	width: auto;
	padding: 0;
	margin: 0;
	font-size: 60px;
	font-family: 'Barlow', sans-serif !important;
	font-weight: 700;
	font-style: normal;
	font-feature-settings: "palt";
}
#lp_wrap .lp01_caseList li p {
	line-height: 1;
}

/*Nextボタン*/
#lp_wrap .slider .slick-next {
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-top: 3px solid #1177be;
	border-right: 3px solid #1177be;
	position: absolute;
	bottom: -55px;
	right: 250px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	transition: all 0.3s ease;
	z-index: 20;
	outline: none;
}

/*Prevボタン*/
#lp_wrap .slider .slick-prev {
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-top: 3px solid #1177be;
	border-left: 3px solid #1177be;
	position: absolute;
	bottom: -55px;
	left: 250px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	transition: all 0.3s ease;
	z-index: 20;
	outline: none;
}

/*ドットナビゲーションの設定*/
#lp_wrap .slider .slick-dots {
	width: 100%;
	max-width: 700px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	z-index: 5;
}
#lp_wrap .slider .slick-dots li {
	display:inline-block;
	width: 15px;
	margin: 0 5px;
	padding: 0;
}
#lp_wrap .slider .slick-dots button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: none;
	border: 1px solid #1177be;
	text-indent: -9999px;
	opacity: 1;
	transition: all 0.3s ease;
}
#lp_wrap .slider .slick-dots .slick-active button {
	background: #1177be;
	opacity: 1;
	transition: all 0.3s ease;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#lp01_case {
		width: 100%;
		padding: 0 0 50px;
		margin: 0 auto;
		background: #f1f7fd;
		position: relative;
	}
	#lp01_case > h2 {
		width: 100%;
		padding: 0;
		margin: 0 auto 15px;
		position: relative;
		border: none;
		background: none;
		font-size: 20px;
		line-height: 1.4em;
		color: #1177be;
		font-weight: bold;
		text-align: center;
	}
	.lp01_caseBox {
		width: 100%;
		padding: 40px 0 40px;
		margin: 0 auto;
		position: relative;
		border-radius: 0;
		background: #fff;
		overflow: hidden;
	}
	/*リスト*/
	.lp01_caseList {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto 40px;
		list-style: none;
	}
	.lp01_caseList .slick-list {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.lp01_caseList .slick-track {
		padding: 15px 0 0;
	}
	.lp01_caseList .slick-slide {
		height: auto !important;
		padding: 20px 20px 20px;
		margin: 0 10px!important;
		background: none;
		list-style: none;
		border: 1px solid #1177be;
		border-top-width: 5px;
		position: relative;
	}
	.lp01_caseList li::before,
	.lp01_caseList li::after {
		display: none;
	}
	.lp01_caseList .slick-slide a {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		text-align: center;
	}
	.lp01_caseList .slick-slide a img {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		object-fit: cover;
		opacity: 0.4;
		transition: all 0.3s ease;
	}
	.lp01_caseList .slick-slide.slick-active img {
		opacity: 1;
		transition: all 0.3s ease;
	}

	.lp01_caseList li span.ttl {
		display: inline-block;
		padding: 10px 20px;
		margin: 0 auto;
		background: #fff;
		text-align: center;
		font-size: 20px;
		line-height: 1;
		font-weight: bold;
		position: absolute;
		top: -21px;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		z-index: 1;
	}
	.lp01_caseList li h3 {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		position: relative;
		font-size: 15px;
		line-height: 1.4em;
		font-weight: bold;
		text-align: center;
		border: none;
		background: none;
	}
	.lp01_caseList li h3 > strong {
		display: block;
		padding: 0;
		margin: 0 auto 5px;
		color: #1177be;
		text-align: center;
	}
	.lp01_caseList li figure {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		text-align: center;
	}
	.lp01_caseList li figure:before {
		content: '';
		display: block;
		padding-top: 56.25%;
	}
	.lp01_caseList li figure img {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		object-fit: cover;
	}
	.lp01_caseList li h4 {
		width: 100%;
		padding: 10px;
		margin: 0 auto 10px;
		background: #1177be;
		text-align: center;
		font-size: 13px;
		line-height: 1.4em;
		color: #fff;
	}
	#lp_wrap .lp01_caseList li .lp01_comp_price {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: flex-end;
		align-items: flex-end;
		flex-wrap: nowrap;
		padding: 0;
		margin: 0 auto;
		column-gap: 20px;
	}
	#lp_wrap .lp01_caseList li .lp01_comp_price_left {
		width: auto;
		padding: 0;
		margin: 0;
		display: flex;
		display: -webkit-flex;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		grid-row-gap: 5px;
	}
	#lp_wrap .lp01_caseList li .lp01_comp_price_left p {
		width: 100%;
		padding: 0;
		margin: 0;
		font-size: 12px;
		font-weight: bold;
		font-feature-settings: "palt";
		font-family: 'Barlow';
	}
	#lp_wrap .lp01_caseList li .lp01_comp_price_left p:last-of-type > span {
		display: inline-block;
		padding: 3px 7px;
		margin: 0 5px 0 0;
		background: #ff4a21;
		font-size: 10px;
		line-height: 1;
		color: #fff;
		border-radius: 3px;
		white-space: nowrap;
	}
	#lp_wrap .lp01_caseList li .lp01_comp_price_right {
		width: auto;
		padding: 0;
		margin: 0;
		font-size: 35px;
		font-family: 'Barlow', sans-serif !important;
		font-weight: 700;
		font-style: normal;
		font-feature-settings: "palt";
	}
	#lp_wrap .lp01_caseList li p {
		line-height: 1;
	}

	/*Prevボタン*/
	#lp_wrap .slider .slick-prev {
		width: 30px;
		height: 30px;
		padding: 0;
		margin: 0;
		background: none;
		border: none;
		border-top: 3px solid #1177be;
		border-left: 3px solid #1177be;
		position: absolute;
		bottom: -55px;
		left: 250px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		display: block;
		cursor: pointer;
		text-indent: -9999px;
		transition: all 0.3s ease;
		z-index: 20;
		outline: none;
	}

	/*ドットナビゲーションの設定*/
	#lp_wrap .slider .slick-dots {
		width: 100%;
		max-width: 700px;
		padding: 0;
		margin: 0 auto;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		position: absolute;
		bottom: -30px;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		z-index: 5;
	}
	#lp_wrap .slider .slick-dots li {
		display:inline-block;
		width: 15px;
		margin: 0 5px;
		padding: 0;
	}
	#lp_wrap .slider .slick-dots button {
		background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
		display: block;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: none;
		border: 1px solid #1177be;
		text-indent: -9999px;
		opacity: 1;
		transition: all 0.3s ease;
	}
	#lp_wrap .slider .slick-dots .slick-active button {
		background: #1177be;
		opacity: 1;
		transition: all 0.3s ease;
	}
}/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('flexslider/fonts/flexslider-icon.eot');
  src: url('flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('flexslider/fonts/flexslider-icon.woff') format('woff'), url('flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
    height: auto;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    zoom: 1;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    height: auto;
    padding: 0;
    margin: 0;
    -moz-user-select: none;
}
.flex-viewport {
    width: 65%;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    margin-bottom: 50px;
}
.loading .flex-viewport {
    max-height: 300px;
}
@-moz-document url-prefix() {
    .loading .flex-viewport {
    max-height: none;
    }
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 50px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '';
}
.flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
  background: url(img/arrowp.png) no-repeat;
}
.flex-direction-nav .flex-next {
  opacity: 1;
  right: 35%;
  background: url(img/arrown.png) no-repeat;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
.flex-control-nav {
    width: auto; 
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    width: 31%;
    margin: 0 0 0 4%;
    padding: 0;
    position: static;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
}
.flex-control-thumbs li {
    width: 31%;
    margin: 0 0 12px;
}
.flex-control-thumbs li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 35%;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #222;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}

/* スマホ対応 */
/*====================================*/
@media screen and (max-width: 768px) {
    .flexslider {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
        zoom: 1;
        -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
        -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
        box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
        display: block;
    }
    .flex-viewport {
        width: 100%;
        height: 100%;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        margin-bottom: 20px;
    }
    .flex-control-thumbs {
        width: 100%;
        margin: 0 0 0 0;
        padding: 0;
        position: static;
        overflow: hidden;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #fff;
        margin-bottom: 10px;
    }
    .flex-control-thumbs li:nth-child(3n+2):last-child {
        margin-left: 0;
        margin-right: 0;
    }
    .flex-control-thumbs li {
        width: 23%;
        margin: 0 0 10px;
    }
    .flex-control-thumbs::before{
        content:"";
        display: block;
        width:23%;
        order:1;
    }
    .flex-control-thumbs::after{
        content:"";
        display: block;
        width:23%;
    }
    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 30px;
        height: 50px;
        margin: -20px 0 0;
        position: absolute;
        top: 22%;
        z-index: 10;
        opacity: 0;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

