@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 737px) {

	
/* c-pagettl */

.c-pagettl__inner::after {
	height: 160px;
	margin-bottom: -25px;
	margin-right: -20px;
}
	
/* c-concept */

.c-concept {
	margin-bottom: 40px;
}
	
.c-concept h3 {
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.6;
}

.c-concept img {
	width: 100%;
height: auto;
}
	
	.p-cel2--area {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.p-cel2--box{
	width: 100%;
	margin-bottom: 10px;
	background: #fff;
}
.p-cel2--box img{
	width: 100%;
	height: auto ;
}
.p-bg-blue {
	background-color: #08A0E9;
	color: #FFFFFF;
	font-size:18px;
	padding: 20px 0;
}
.p-left--box {
	padding: 0px 0px;
	width: 220px;
	display: inline-block;
	vertical-align: middle;
}
.p-left--box img{
	display: block;
	width: 144px;
	height: auto;
	margin: 0 auto;
}
.p-right--box {
	padding: 20px 20px 0px 20px;
	width: 100%;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	font-size:14px;
	line-height: 1.8;
}


/* p-service-container01 */

.p-service-container01 {
	margin-bottom: 70px;
}

.p-service-container01__item {
	gap:60px 60px;
	padding-top: 20px;
	flex-direction: column;
}

.p-service-container01-before {
	width: 330px;
	height: 310px;
	padding: 0px 40px;
	padding-top: 70px;
}

.p-service-container01-before::before {
bottom: 30px;
	margin-left: -10px;
}

.p-service-container01__item:nth-child(1) .p-service-container01-before::before {
	height: 120px;
}

.p-service-container01__item:nth-child(2) .p-service-container01-before::before {
	height: 130px;
}

.p-service-container01__item:nth-child(3) .p-service-container01-before::before {
	height: 150px;
	margin-left: 0px;
}

.p-service-container01__item:nth-child(4) .p-service-container01-before::before {
	height: 130px;
}

.p-service-container01-after {
	width: 330px;
	height: auto;
	padding: 30px 25px;
}

.p-service-container01-after::after {
	background-image: url("../../img/service/arrow-case_sp.svg");
background-position: center top;
	background-size: auto 50px;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: -60px;
}

.p-service-container01 h3 {
	font-size: 18px;
line-height: 1.8;
letter-spacing: 0em;
}

    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
