@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 737px) {


	
/* c-concept */

.c-concept {
	margin-bottom: 70px;
}


.p-ancer__list li{
	display: block;
	margin: 0px 0px 0px;

}
.p-ancer__list li a{
	position: relative;
	background: #efefef;
	display: block;
	font-size: 16px;
	line-height: 50px;
	color: #333;
	transition: 0.2s;
	background-image: url(../../img/common/ancer-btn.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 30px auto;
	padding: 5px 40px 5px;
	margin-bottom: 10px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.p-ancer__list li a:hover{
	color:#08A0E9;
	opacity: 1;
	background-position: 96% center;
}
.p-sec--area {
	padding-bottom: 100px;
	padding-top: 0!important;
}

.p-sec--title {
	position: relative;
	height: 200px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	margin-bottom: 40px;
}

.p-sec--title01{
	background-image: url(../../img/work/back01.jpg);
}
.p-sec--title02{
	background-image: url(../../img/work/back02.jpg);
}
.p-sec--title03{
	background-image: url(../../img/work/back03.jpg);
}
.p-sec--title04{
	background-image: url(../../img/work/back04.jpg);
}

.p-sec--title span{
	display: block;
	background: #08A0E9;
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size:18px;
	font-weight: bold;
	color:#fff;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	
}
.p-cel2--area {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.p-cel2--box{
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
}
.p-cel2--box img{
	width: 100%;
	height: auto ;
}
.p-cel3--area {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.p-cel3--box{
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
}
.p-cel3--box img{
	width: 100%;
	height: auto ;
}
.p-subtile {
	font-size: 16px!important;
	font-weight: bold!important;
}
.p-subtile--blue {
	color:#08A0E9!important;
	font-size: 16px!important;
	font-weight: bold!important;
}
.p-cel2--box p{
	font-size: 12px;
}
.p-cel3--box p{
	font-size: 12px;
}
.p-white--box {
	padding: 20px 30px;
}



	
    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
