@charset "utf-8";

/* ==================================================================
	health-check-support.css
=================================================================== */
body{
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M" , "メイリオ", "ＭＳ Ｐゴシック", sans-serif;    
    font-size: 150%;
    color: #222222;
}

.contents {
    overflow: hidden;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
}

.contents section.wide {
    width: 100%;
}

.contents p{
	margin: 0px;
}


header .area, 
footer .area {
    max-width: 1276px;
}

#about,#point{
	margin: 0px;
}

.inner{
    max-width: 1280px;
    padding: 0 5%;
    margin: 0 auto;
}



/* 共通   
-------------------------------------------- */

#digitalsignageLP h2{
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

#digitalsignageLP h3{
	font-size: 42px;
	line-height: 1.8;
	font-weight: 700;
	border-bottom: none;
	margin: 0 0 38px 0;
    padding: 0px;
}

#digitalsignageLP figure>p{
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.2em;
	font-weight: 600;
	margin: 0px;
}

.contents section{
	margin: 0px;
}



.flexBox-c{
	display: flex;
    justify-content: center;
    align-items: center;
}

._sp {
    display: none!important;
}


/* buttonStyle
-------------------------------------------- */
.buttonStyle-m {
	text-align: center;   
}

.buttonStyle-m a {
	position: relative;
	box-sizing: border-box;
	display: flex;
    width: 392px;
	height: 72px;
    align-items: center;
    justify-content: center;
	color: #fff;
	background: linear-gradient(to left,#00BBC9,#0079C9);
	border: 1px solid #0780D5;
	text-decoration: none;
	transition: all 300ms 0s ease;
	font-size: 133.33%;
    font-weight: bold;
	line-height: 1;
	border-radius: 72px;
	cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

    .buttonStyle-m a:hover {
        opacity: 0.8;
    }

.buttonStyle-m a::before {
    position: absolute;
    right: 2.2rem;
    transform: translateX(50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    content: '';
}

.buttonStyle-m a::after {
    position: absolute;
    right: 2.0rem;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 3px solid #2589d0;
    border-right: 3px solid #2589d0;
    content: '';
}

.buttonStyle-c a {
	position: relative;
	box-sizing: border-box;
	display: flex;
    width: 392px;
	height: 72px;
    align-items: center;
    justify-content: center;
	color: #0079C9;
	background: #fff;
	border: 1px solid #0780D5;
	text-decoration: none;
	transition: all 300ms 0s ease;
	font-size: 133.33%;
    font-weight: bold;
	line-height: 1;
	border-radius: 72px;
	cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

    .buttonStyle-c a:hover {
        opacity: 0.8;
    }

.buttonStyle-c a::before {
    position: absolute;
    right: 2.2rem;
    transform: translateX(50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(to top,#00BBC9,#0079C9);
    content: '';
}

.buttonStyle-c a::after {
    position: absolute;
    right: 2.0rem;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}

/* header  
-------------------------------------------- */
header {
    margin-bottom: 0;
    border-bottom: none;
    height: auto;
}

header .area {
    position: absolute;
    height: 82px;
    width: 100%;
}

header .area h1 {
    top: 40px;
    left: 40px;    
    z-index: 99;
}

header .buttonArea {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 168px;
	height: auto;
	padding: 10px;
    position: fixed;
    z-index: 99;
    top: 40px;
    right: 20px;
    float: right;
	background: linear-gradient(to left,#00BBC9,#0079C9);
	border-radius: 36px;
}

header .buttonArea a{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

header .buttonArea a>img{
	margin: 4px 5px 0 0;
}



/* accentarea  
-------------------------------------------- */


.accentarea {
    width: 100%;
    height: calc(100vh - 82px);    
    min-height: 700px;
    margin: auto;
    position: relative;
    background-image: url("../../images/lp/digital-signage/mv-01.png");
    background-size: cover;
}

.accentarea .container {
	flex-direction: column;
	margin: auto;
	width: 548px;
	height: 475px;
	background-color: #ececec87;
	backdrop-filter: blur(3px);
	position: relative;
	animation: fadeIn 1s ease 0.5s normal;
    animation-fill-mode: both;	
}

.accentarea .txtArea {
	flex-direction: column;
	justify-content: flex-end;
	vertical-align: top;
	width: 568px;
	height: 495px;
	margin: auto;
    background-image: url("../../images/lp/digital-signage/Lcopy-mv.png");
    background-size: cover;
	position: absolute;
	top: -11px;
	left: -11px;

    z-index: 3;
    animation: fadeIn 1s ease 0.5s normal;
    animation-fill-mode: both;	
}

@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.accentarea .txtArea dl{
	position: absolute;
	top: 8px;
}

.accentarea .txtArea dl dt>*,
.accentarea .txtArea dl dd>*{    
    display: flex;
	justify-content: center;
	margin: auto;
	margin-bottom: 20px;
}

.accentarea .txtArea h1{
	font-size: 48px;
	line-height: 1.6;
	text-align: center;
}

.accentarea .txtArea dt>p{
	display: flex;
	width: 207px;
	height: 174px;
	margin: -10px auto 0;
	overflow: visible;
}

.accentarea .txtArea dd{
	font-size: 24px;
	line-height: 1.6;
	font-weight: 600;
	text-align: center;
}

.accentarea .txtArea p{
	margin-bottom: 57px;
}

/* sectionBox1
-------------------------------------------- */

.sectionBox1 {
	margin-top: 120px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
	background: url("../../images/lp/digital-signage/about-back.png") no-repeat left center;
	width: 100%;
	height: auto;
	background-size: contain;
}

.sectionBox1 .txtArea{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin:0 auto 60px;
}

.sectionBox1 .txtArea dt>*{
	margin: 0;
}

.sectionBox1 .txtArea dt>p{
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.sectionBox1 .txtArea dt>h2{
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.sectionBox1 .txtArea dd{
	font-size: 28px;
	font-weight: 700;
	line-height: 3.0;
}

.sectionBox1 .txtArea dd>span{
	color: #0079C9;
}

.sectionBox1 .txtArea >p{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.sectionBox1 .txtArea div{
	display: flex;
	width: 491px;
	height: 72px;
	text-align: center;
	background-color: #0079C9;
}

.sectionBox1 .txtArea div>p{
	font-size: 22px;
	color: #fff;
	line-height: 1.8;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin: auto;
}

.sectionBox1 .txtArea .miniText{
	font-size: 24px;
	line-height: 2.4;
	font-weight: 700;
	letter-spacing: 0.05em;
	vertical-align:text-top;
}

.sectionBox1 .Annotation {
	margin-top: 35px;
}

.sectionBox1 .Annotation p{
	font-size: 13px;
	line-height: 2.2;
}

.sectionBox1 .imageArea{
    display: flex;
	width: 48%;
	height: auto;
    position: relative;
}

.sectionBox1 .imageArea img{
	width: 100%;
	height: auto;
    
}

.sectionBox1 .imageArea p.imageText2{
	position: absolute;
    color: #fff;
    font-size: 13px;
    left: 25px;
    bottom: 20px;
    width: auto;
    height: auto;
    z-index: 5;
}

.imageWide{
	margin-top: 80px;
    position: relative;
}

.imageWide img{
    object-fit: cover;
    width: 100%;
    height: auto;
}

/* sectionBox2
-------------------------------------------- */

.sectionBox2 {
	margin: 0px;
	flex-direction: row;
	background: url("../../images/lp/digital-signage/point-back.png") no-repeat top center;
	width: 100%;
	height: auto;
	background-size: contain;
}

.sectionBox2 figure{
	padding-top: 95px;
	flex-direction: column;
	color: #fff;
    margin: 0 auto;
}

.sectionBox2 figure>p{
	font-size: 18px;
	line-height: 2.0;
	font-weight: 600;
}

.sectionBox2 figure>h3{
	margin-bottom: 38px;
	padding: 0;
}

.sectionBox2 figcaption>p{
	display: flex;
	text-align: center;
	font-size: 18px;
	line-height: 2.0;
	margin-bottom: 37px;
}


/* pointBox
-------------------------------------------- */

ul.pointBox {
	display: flex;
	justify-content: space-between;
}

ul.pointBox > li.point{
    display: flex;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    margin: 50px 0;
    width: 260px;
	min-height: 410px;
    border-radius: 4px;
    color: #000;
    gap: 20px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08)}

.pointBox .point01{
    position: relative;
}

.pointBox .point01 .triangle{
    position: absolute;
    border-bottom: 50px solid #0079C9;
    border-left: 50px solid transparent;
    bottom: 0px;
    right: 0px;
    border-radius: 0 0 4px 0px;
}

.pointBox .point02{
    position: relative;
}

.pointBox .point02 .triangle{
    position: absolute;
    border-bottom: 50px solid #4AA535;
    border-left: 50px solid transparent;
    bottom: 0px;
    right: 0px;
    border-radius: 0 0 4px 0px;
}

.pointBox .point03{
    position: relative;
}

.pointBox .point03 .triangle{
    position: absolute;
    border-bottom: 50px solid #FCB717;
    border-left: 50px solid transparent;
    bottom: 0px;
    right: 0px;
    border-radius: 0 0 4px 0px;
}

.pointBox .point04{
    position: relative;
}

.pointBox .point04 .triangle{
    position: absolute;
    border-bottom: 50px solid #FB730B;
    border-left: 50px solid transparent;
    bottom: 0px;
    right: 0px;
    border-radius: 0 0 4px 0px;
}

ul.pointBox > li.point>*{
    display: flex;
    justify-content: center;
    align-items: center;
}

.explain{
	display: flex;
	height: 70px;
	align-items: center;
    text-align: center;
    margin-top: 30px;
    font-size: 23px;
    font-weight: 600;
}


.border1{
    border-bottom: solid 4px #000;
    border-right: solid 4px #000;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    display: block;
    margin:auto;
}

/* sectionBox3
-------------------------------------------- */
.sectionBox3{
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 396px;
    margin: 40px 0 0;
    background: url("../../images/lp/digital-signage/value-back.png") no-repeat top center;
    background-size: contain;
}

.sectionBox3 p{
    font-size: 24px;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
}

#digitalsignageLP .sectionBox3 h3{
    margin: 30px;
}

.sectionBox3 h3 > span,
.sectionBox3 p > span{
    color: #0079C9;
}

/* sectionBox4
-------------------------------------------- */
.sectionBox4{
    background: url("../../images/lp/digital-signage/location-back.png") no-repeat top center;
    margin: 96px 0 0;
    padding: 61px 0 93px;
    background-size: cover;
}

.sectionBox4 h3,p>span{
    color: #0079C9;
}

.sectionBox4 figure.flexBox-c{
    flex-direction: column;
    text-align: center;
    padding-top: 61px; 
}

.sectionBox4 figcaption {
    margin: 10px 0;
}

.sectionBox4 figcaption p{
    margin-top: 20px;
    text-align: center;
}

.map{
    margin-bottom: 80px;
}

.imageBox{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.imageBox li{
    width: 48%;
    height: auto;
    flex-direction: column;
    margin: 0;
    justify-content: space-between;
    text-align: center;
    gap: 20px;
    position: relative;
}

.imageBox img{
    width: 100%;
    height: auto;
    object-fit: scale-down;
}


/* specBox  
-------------------------------------------- */

.specBox{
    margin-top: 93px;
}

.specBox > p{
    text-align: center;
    margin-bottom:-40px;
}

.specific{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 4px solid #E2E2E2;
    width: 95.5%;
    padding: 67px 0px 50px 4%;
    gap: 30px;
	background-color: #fff;
}

.specific > li{
    width: 290px;
    text-align: left;
}


.specific p{
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.specific p::after{
    position: absolute;
    content: "";
    background: url("../../images/lp/digital-signage/check-icon.png") no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    top: 5px;
    left: -28px;
}

/* priceTable  
-------------------------------------------- */

.sectionBox5{
    padding-bottom: 90px;
    height: auto;
    background-color: #EEF8FF;
}

.sectionBox5 figure{
    flex-direction: column;
    text-align: center;
    padding-top: 61px;
	padding-bottom: 20px;
}

.sectionBox5 figure > p{
    margin: 0;
}

.sectionBox5 figure > h3,
.sectionBox5 figure > p >span{
    color: #0079C9;
}

.sectionBox5 p{
    font-size: 13px;
	margin-bottom: 20px;
}

.sectionBox5 figcaption>p{
    text-align: right;
    font-size: 15px;
}

.priceTable{
    width: 100%;
    table-layout: fixed;
    border-collapse:  collapse; 
}

.priceTable th,td{
    text-align: center;
    border: 2px solid #ECECEC;
    padding: 20px;
    font-size: 16px;
}

.priceTable th{
    background-color: #0079C9;
    color: #fff;
}

.priceTable td{
    background-color: #fff;
}

.notesBox {
    display: block;
    margin: 30px auto 90px;
    width: auto;
    height: auto;
    padding: 28px;
    text-align: center;
    background-color: #ABABAB;
    border-radius: 5px;
    color: #fff;
}

/* sectionBox6
-------------------------------------------- */

.sectionBox6 {
	margin: 0px;
	flex-direction: row;
	background: url("../../images/lp/digital-signage/contact-back.png") no-repeat top center;
	width: 100%;
	height: auto;
	background-size: cover;
}

.sectionBox6 figure{
	padding: 80px 0;
	flex-direction: column;
	color: #fff;
}

.sectionBox6 figure>p{
	font-size: 18px;
	line-height: 2.0;
	font-weight: 600;
}

.sectionBox6 figure>h3{
	margin-bottom: 25px;
	padding: 0;
}

.sectionBox6 figcaption>p{
	display: flex;
	text-align: center;
	font-size: 18px;
	line-height: 2.0;
}

.sectionBox6 .tell{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	margin-top: 25px;
	gap: 30px;
}

.sectionBox6 .tellNum a{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 21px;
	line-height: 1.8;
	font-weight: 600;
	color: #fff;
}




/* footer  
-------------------------------------------- */
footer {
    margin-top: 60px;
    border-top: none;
}

footer .center {
    font-size: 58.33%;
    padding: 54px 0;
    text-align: center;
    margin-bottom: 0;
}

footer figure>*{
	flex-direction: column;
	gap: 20px;
}

footer figcaption p,
footer figcaption .footerNum>p {
	font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}

footer figcaption .footerNum{
	position: relative;
	gap:20px;
}

footer figcaption .footerNum span {
	position: absolute;
	display: inline-block;
	border-right: 1px solid #000;
	width: 16px;
	height: 16px;
	transform: rotate(30deg);
	top: 2px;
	left:130px;
}

#pagetop img {
    border-radius: 5px;
}



/* smartPhone */
@media screen and (max-width: 640px) {
     /* --------------------------------
       □ 大枠 
    -------------------------------- */
    .contents{
        height :auto;
        padding: 0;
        box-sizing: border-box;
    }
    
    .contents section{
        margin:0px;
    }
    
    header{
        width: 100%;
    }
    
    header .area, 
    footer .area {
        width: 100%;
    }
    
    .inner{
        max-width: auto;
        padding: 0 2%;
    }
    
    .flexBox-c{
    }
    
     /*共通   
    -------------------------------------------- */
	#digitalsignageLP h2 {
		font-size: 36px;
		line-height: 1.4;
	}
	
	#digitalsignageLP h3 {
		font-size: 32px;
		line-height: 1.8;
		letter-spacing: 0.06em;
		font-weight: 700;
		border-bottom: none;
		margin: 0 0 26px 0;
		padding: 0px;
		text-align: center;
	}
	
	p.imageText1{
		top: 20px;
		right: 3%;
	}
	
	._pc {
        display: none!important;
    }
    
    ._sp {
        display: block!important;
    }
	
	
    /* buttonStyle
    -------------------------------------------- */
    .buttonStyle-m a {
        position: relative;
        box-sizing: border-box;
        display: flex;
        width: 289px;
        height: 52px;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: linear-gradient(to left,#00BBC9,#0079C9);
        border: 1px solid #0780D5;
        text-decoration: none;
        transition: all 300ms 0s ease;
        font-size: 15px;
        font-weight: bold;
        line-height: 1;
        border-radius: 72px;
        cursor: pointer;
        text-align: left;
        vertical-align: middle;
    }

        .buttonStyle-m a:hover {
            opacity: 0.8;
        }

    .buttonStyle-m a::before {
        position: absolute;
        right: 2.2rem;
        transform: translateX(50%);
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background-color: #fff;
        content: '';
    }

    .buttonStyle-m a::after {
        position: absolute;
        right: 2.0rem;
        transform: rotate(45deg);
        width: 5px;
        height: 5px;
        border-top: 3px solid #2589d0;
        border-right: 3px solid #2589d0;
        content: '';
    }

    .buttonStyle-c a {
        position: relative;
        max-width: 420px;
        width: 100%;
        height: 52px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        border-radius: 72px;
        cursor: pointer;
        text-align: left;
        vertical-align: middle;
    }


    /* header  
    -------------------------------------------- */

	header .area {
		position: absolute;
		height: 65px;
		width: 100%;
	}

	header .area h1 {
		display: inline;
		top: 10px;
		left: 20px;    
		z-index: 99;
		background-color: rgba(255,255,255,.5);
	}

	header .buttonArea {
		width: 110px;
		height: auto;
		padding: 5px;
		z-index: 99;
		top: 25px;
		right: 20px;
	}

	header .buttonArea a{
		color: #fff;
		font-size: 12px;
		font-weight: 700;
	}

	header .buttonArea a>img{
		margin: 2px 5px 0 0;
	}
    
    /* accentarea  
    -------------------------------------------- */
    .accentarea{
        font-size:31px;
        background: url("../../images/lp/digital-signage/mv-01-sp.png") no-repeat top center;
        background-size: cover;
        justify-content: center;
    }
    
    .accentarea .container{
        max-width: 325px;
        max-height: 326px;
        min-height: 321px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .accentarea .txtArea {
        align-items: center;
        max-width: 339px;
        max-height: 340px;
        min-height: 315px;
        background: url("../../images/lp/digital-signage/Lcopy-mv-sp.png") no-repeat top center;
        background-size: cover;
        position: absolute;
        top: -7px;
        left: -8px;
    }
	
	.accentarea .txtArea p {
		margin-bottom: 48px;
	}
    
	.accentarea .txtArea dt>p {
		display: flex;
		width: 148px;
		height: 110px;
		margin: 8px auto;
	}
	
    .accentarea .txtArea dt p>img{
        max-width: 148px;
        height: auto;
        object-fit: contain;
    }
    
    .accentarea .txtArea dt h1{
        font-size: 31px;
		margin-bottom: 10px;
    }
    
    .accentarea .txtArea dd p{
        font-size: 16px;
    }
	
	
		/* sectionBox1
	-------------------------------------------- */

	.sectionBox1 {
		margin-top: 0px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		background: url("../../images/lp/digital-signage/about-back-sp.png") no-repeat top center;
		background-size: cover;
	}

	.sectionBox1 .txtArea{
		margin: 100px auto 40px;
		padding: 0 2%;
	}

	.sectionBox1 .txtArea dt>*{
		margin: 0;
	}

	.sectionBox1 .txtArea dt>p{
		font-size: 26px;
		line-height: 1.4;
		margin-bottomn: 20px;
	}

	.sectionBox1 .txtArea dd{
		font-size: 22px;
		line-height: 1.8;
		margin: 15px 0;
	}

	.sectionBox1 .txtArea >p{
		font-size: 15px;
		line-height: 1.8;
	}

	.sectionBox1 .txtArea div{
		width: 100%;
		height: 57px;
	}

	.sectionBox1 .txtArea div>p{
		font-size: 18px;
		margin: auto;
	}
	
	.sectionBox1 .txtArea .miniText{
		font-size: 20px;
		line-height: 2.0;
		font-weight: 700;
		letter-spacing: 0.05em;
		vertical-align:text-top;
	}

	.sectionBox1 .Annotation {
		margin-top: 20px;
	}

	.sectionBox1 .Annotation p{
		font-size: 14px;
	}

	.sectionBox1 .imageArea{
		width: 100%;
		height: auto;
		position: relative;
	}

	.sectionBox1 .imageArea img{
		width: 100%;
		height: auto;
	}

	.sectionBox1 .imageArea p.imageText2{
		font-size: 12px;
		left: 3%;
		bottom: 10px;
	}

	.imageWide{
		margin-top: 60px;
	}

	/* sectionBox2
	-------------------------------------------- */

	.sectionBox2 {
		background: url("../../images/lp/digital-signage/point-back-sp.png") no-repeat top center;
		background-size: 100% 875px;
	}

	.sectionBox2 figure{
		padding-top: 50px;
	}

	.sectionBox2 figure>p{
		font-size: 14px;
		line-height: 2.0;
		font-weight: 600;
	}

	.sectionBox2 figure>h3{
		margin-bottom: 26px;
		padding: 0;
	}

	.sectionBox2 figcaption>p{
		font-size: 15px;
		margin-bottom: 45px;
	}
	

	/* pointBox
	-------------------------------------------- */

	ul.pointBox {
		flex-direction: column;
		justify-content: flex-start;
		gap: 17px;
		margin: 40px auto 20px;
	}

	ul.pointBox > li.point{
		flex-direction: row;
		justify-content: flex-start;
		margin: 0px auto;
		padding: 28px 0 28px 4%;
		width: 95%;
		max-height: 130px;
		min-height: auto;
		gap: 10%;
	}

	ul.pointBox > li.point p{
		width: 16%;
		height: auto;
	}
	
	ul.pointBox > li.point p > img{
		width: 100%;
		height: auto;
	}

	ul.pointBox > li.point p.explain{
		width: auto;
		text-align: left;
		margin-top: 0px;
		font-size: 18px;
		line-height: 1.8;
	}


	.border1{
		width: 30px;
		height: 30px;
	}

	/* sectionBox3
	-------------------------------------------- */
	.sectionBox3{
		min-height: 339px;
		margin: 10px 0 0;
		background: url("../../images/lp/digital-signage/value-back-sp.png") no-repeat top center;
		background-size: contain;
	}

	.sectionBox3 p{
		font-size: 18px;
		line-height: 1.6;
		font-weight: 600;
		text-align: center;
	}

	#digitalsignageLP .sectionBox3 h3{
		font-size: 34px;
		line-height: 1.4;
		margin: 0 0 10px;
	}

	/* sectionBox4
	-------------------------------------------- */
	.sectionBox4{
		background: url("../../images/lp/digital-signage/location-back.png") no-repeat top center;
		margin: 67px 0 0;
		padding: 67px 0 73px;
		background-size: cover;
	}

	.sectionBox4 h3 > span,
	.sectionBox4 p > span{
		color: #0079C9;
	}
	
	.sectionBox4 figure{
		margin:0;
	}

	.sectionBox4 figure.flexBox-c{
		flex-direction: column;
		text-align: center;
		padding-top: 0px; 
	}

	.sectionBox4 figcaption {
		margin: 10px 0;
	}

	.sectionBox4 figcaption p{
		font-size:14px;
		margin-top: 14px;
		text-align: center;
	}

	.map{
		margin-bottom: 80px;
		
	}

	.imageBox{
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 20px;
	}

	.imageBox li{
		width: 100%;
		height: auto;
		flex-direction: column;
		margin: 0;
		justify-content: space-between;
		text-align: center;
		gap: 10px;
		position: relative;
	}

	.imageBox img{
		width: 100%;
		height: auto;
		object-fit: scale-down;
	}
	
	.imageBox p{
		font-size: 15px;
	}


	/* specBox  
	-------------------------------------------- */
	
	.specBox {
		margin-top: 59px;
		align-items: center;
	}

	.specBox > p{
		text-align: center;
		margin-bottom:-25px;
	}
	
	.specBox > p >img{
		width: 104px;
		height: auto;
		object-fit: scale-down;
	}

	.specific{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 98%;
		height: auto;
		padding:30px 0;
		gap: 20px;
	}

	.specific > li{
		width: 280px;
		justify-content: center;
		text-align: center;
	}


	.specific p{
		text-align: left;
		justify-content: center;
		text-indent: 0.5em;
		font-size: 16px;
	}

	.specific p::after{
		width: 18px;
		height: 18px;
		top: 3px;
		left: -18px;
	}

	/* priceTable  
	-------------------------------------------- */

	.sectionBox5{
		padding-bottom: 52px;
	}

	.sectionBox5 figure{
		flex-direction: column;
		text-align: center;
		padding-top: 61px;
		padding-bottom: 20px;
	}
	
	#digitalsignageLP .sectionBox5 h3{
		letter-spacing: 0;
		text-align: center;
	}

	.sectionBox5 figure > p{
		margin: 0;
		text-align: center;
	}

	.sectionBox5 p{
		font-size: 13px;
		margin-bottom: 0px;
	}

	.sectionBox5 figcaption>p{
		text-align: right;
		font-size: 15px;
	}

	.sectionBox5 figcaption .flexBox-table{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: baseline;
		margin-top: 40px;
	}
	
	.sectionBox5 figcaption .flexBox-table .tableCap{
		font-size: 18px;
		font-weight: 700;
	}
	
	.priceTable{
		width: 100%;
		table-layout: auto;
		border-collapse:  collapse; 
	}

	.priceTable th,td{
		text-align: center;
		border: 2px solid #ECECEC;
		padding: 20px;
		font-size: 16px;
	}

	.priceTable th{
		width: 40%;
	}


	#digitalsignageLP .notesBox {
		display: block;
		margin: 13px auto 0px;
		padding: 20px;
		text-align: left;
	}

	/* sectionBox6
	-------------------------------------------- */

	.sectionBox6 {
		margin: 0px;
		flex-direction: row;
		background: url("../../images/lp/digital-signage/contact-back-sp.png") no-repeat top center;
		width: 100%;
		height: auto;
		background-size: cover;
	}

	.sectionBox6 figure{
		padding: 42px 0;
		flex-direction: column;
		color: #fff;
	}

	.sectionBox6 figure > p{
		font-size: 14px;
		line-height: 2.0;
		font-weight: 600;
	}

	#digitalsignageLP .sectionBox6 figure > h3{
		letter-spacing: 0;
		margin-bottom: 15px;
		padding: 0;
	}

	.sectionBox6 figcaption>p{
		display: flex;
		text-align: center;
		font-size: 15px;
		line-height: 2.0;
	}

	.sectionBox6 .tell{
		display: flex;
		flex-direction: row;
		align-items: center;
		width: auto;
		margin-top: 15px;
	}
	.sectionBox6 .tell >p{
		font-size: 15px;
	}

	.sectionBox6 .tellNum a{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 10px;
		font-size: 21px;
		line-height: 1.8;
		font-weight: 600;
		color: #fff;
	}

	/* footer  
	-------------------------------------------- */
	footer {
		margin-top: 34px;
	}

	footer figure{
		margin: 0;
	}
	
	footer figure>*{
		flex-direction: column;
		gap: 20px;
	}

}