.sp {display: none;}
@media screen and (max-width: 768px) {
	.sp {display: block;}
}

#section_survey .section_survey {
  margin: 60px auto 0 !important;
}
@media screen and (max-width: 768px) {
#section_survey .section_survey {
  margin: 40px auto 0 !important;
	}
}
.p-performance-section,
.p-utility-section{
  margin-top:70px;
}
.p-utility-section.mt140{
	margin-top: 140px;
}
.p-utility-sub-section{
	margin-top: 60px;
}
@media screen and (max-width: 768px){
  .p-performance-section,
  .p-utility-section{
    margin-top:70px;
  }
  .p-utility-section.mt140{
	margin-top: 70px;
	}
}

.c-grid__col > .c-text:first-child{
	margin-top: 0;
}
.c-card__image{
	border:none;
}
.c-card__image.w360{
	width: 360px;
}
.c-grid.center-w360{
	justify-content: center;
}
.c-grid.center-w360 .c-grid__col{
	width: 360px;
}
@media screen and (max-width: 768px){
	.c-grid.center-w360 .c-grid__col{
		width: 100%;
	}
}


.box_icon{
	display: flex;
	justify-content: flex-start;
}
.box_icon .icon img{
	width: 100px;
	margin-right: 40px;
}
.box_icon .content{
	width: calc(100% - 100px -40px);
}
.connect-totalcare{
	width: 100%;
	display: flex;
	align-items: center;
	background: #E4EFF4;
	border-radius: 8px;
}
.connect-totalcare span.mark{
	display: inline-block;
	padding: 0 20px 0 10px;
}
@media screen and (max-width: 768px){
	.box_icon{
		flex-direction: column;
	}
	.box_icon .icon{
		margin: 0 auto 40px;
	}
	.box_icon .icon img{
		margin-right: 0;
	}
	.connect-totalcare{
		padding: 10px 20px 20px 20px;
		flex-direction: column;
	}
	.connect-totalcare span.mark{
		padding: 0;
		margin-bottom: 10px;
	}
}

.box_app {
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width: 769px){
	.box_app {
		width: 640px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px){
	.box_app {
		width: 100%;
	}
}

.box_app a {
	display: block;
	transition: all 0.3s;
}
.box_app a img{
	width: 100%;
}
@media screen and (min-width: 769px){
	.box_app a {
		width: 300px;
	}
}

@media screen and (max-width: 768px){
	.box_app a {
		width: 50%;
	}
}

.box_app a:hover {
	opacity: 0.6;
}

.c-tag-black{
	vertical-align: middle;
}

@media screen and (max-width: 768px){
	.c-heading3.c-deco::before {
		top: 6%;
		height: 87%;
	}
	.sp-pt-20{
		padding-top: 20px;
	}
}



/* pic_slope_anim */
/* pic_size_back_wrapper */
.pic_slope_wrapper {
	text-align: center;
    position: relative;
    width: 930px;
    height: 523px;
}
 .pic_slope_anim {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 523px;

}
 .pic_slope_anim img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px){
	.pic_slope_wrapper {
		text-align: center;
		position: relative;
		width: 100%;
		height: 51vw;
	}
	 .pic_slope_anim {
		height: 80vw;
		margin: 0 auto;

	}
	 .pic_slope_anim img {
		width: 90vw;
		height: auto;
		position: absolute;
		left:50%;
		transform: translateX(-50%);
	}
}

.pic_size_back_wrapper {
	width: 475px;
	height: 475px;
}
.pic_size_back {
	width: 475px;
	position: relative;
}
.pic_size_back img {
	position: absolute;
	top: 0;
	left: 0;
	width: 475px;
	height: auto;
}
@media screen and (max-width: 768px){
	.pic_size_back_wrapper {
		width: 100%;
		height: auto;
		/*
		margin-top: -8vw;
		margin-bottom: -20vw;
		*/
	}
	.pic_size_back {
		width: 80vw;
		aspect-ratio: 1/1;
		margin: 0 auto;
		position: relative;
	}
	.pic_size_back img {
		width: 80vw;
		height: auto;
	}
}

/* animation settings */
.pic_slope_anim img.slope_anim {
	opacity:0;
	transition: all 0.2s;
	z-index:1;
}
.pic_slope_anim img.show{
	opacity:1;
	z-index:2;
}
.pic_slope_anim img.slope_anim02{z-index:2;}
.pic_slope_anim img.slope_anim03{z-index:3;}
.pic_slope_anim img.slope_anim04{z-index:4;}
.pic_slope_anim img.slope_anim05{z-index:5;}
.pic_slope_anim img.slope_anim06{z-index:6;}
.pic_slope_anim img.slope_anim07{z-index:7;}
.pic_slope_anim img.slope_anim08{z-index:8;}
.pic_slope_anim img.slope_anim09{z-index:9;}


 /*-- pic_size_anim --*/
.pic_size_back img.size_anim {
	opacity:0;
	transition: all 0.2s;
	z-index:1;
}
.pic_size_back img.show{
	opacity:1;
	z-index:2;
}
.pic_size_back img.size_anim02{z-index:2;}
.pic_size_back img.size_anim03{z-index:3;}


/* _________________________________________*/
