@charset "utf-8";
/*---------------------- Main Title ------------------------*/
#works .mainTitle{
	position:relative;
}
#works .mainTitle h1{
	position: absolute;
	top: 50%;
	left: 0;
	right:0;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	color: #FFFFFF;
}
@media (min-width: 768px) {
#works .mainTitle{
	padding: 20% 0 0;
	background: url(../images/pc_main_banner.jpg) no-repeat center center;
	background-size:cover;
}
#works .mainTitle h1{
	margin-top:-20px;
	font-size:3em;
}
}
@media (max-width: 767px){
#works .mainTitle{
	padding: 40% 0 0;
	background: url(../images/sp_main_banner.jpg) no-repeat center center;
	background-size:cover;
}
#works .mainTitle h1{
	margin-top:-10px;
	font-size:2em;
}
}

/*---------------------- Main Contents ------------------------*/
#noCar{
	background-color: #fdf8f0;
}
#works .title{
    max-width: 980px;
    margin: 0 auto 40px;
    text-align: center;
}
#works .title h2{
	font-size:2.0em;
	display: inline-block;
	padding: 0 0 0.5em;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom: 4px solid #fa3200;
	font-weight:500;
}
#works #myCar ul li{
	list-style-type: none;
	background-color: #fdf8f0;
}
#works #myCar ul li img{
	width:100%;
}
#works #myCar ul li .text{
	padding:20px;
}
#works #myCar ul li h3{
	text-align: center;
	margin-bottom:15px;
	font-size:1.1em;
	font-weight: 700;
}
#works #myCar ul li p{
	font-size: 0.9em;
}
#works #noCar h3{
	margin:40px 0 20px;
	text-align: center;
	padding:0 30px 0 0;
}
#works #noCar h3 img{
	max-width: 100%;
}
#works #noCar .linkBtn{
	text-align: center;
	margin:20px 0 40px;
}
#works #noCar .linkBtn a{
	color:#FFFFFF;
	background-color: #22c1e9;
	padding:20px 50px 20px 40px;
	display:inline-block;
	text-decoration: none;
	position: relative;
	font-size:20px;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	border-radius: 6px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
}
#works #noCar .linkBtn a::after{
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
content: "";
vertical-align: middle;
right: 25px;
width: 8px;
height: 8px;
border-top: 2px solid #FFFFFF;
border-right: 2px solid #FFFFFF;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition: 0.5s;
}
@media (min-width: 768px) {
#works .inner{
	max-width: 980px;
	margin: auto;
	padding:50px 40px 60px;
}
#works p{
	line-height: 180%;
}
#works #myCar ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-top:40px;
}
#works #myCar ul li{
	width:calc(96% / 3);
	margin-right:2%;
}
#works #myCar ul li:last-child{
	margin-right:0;
}
}
@media (max-width: 767px) {
#works .inner{
	padding:30px 20px 10px;
}
#works .title{
    margin: 0 auto 20px;
}
#works .title h2{
	font-size:1.4em;
}
#works p{
	line-height: 160%;
}
#works #myCar ul{
	margin-top:20px;
}
#works #myCar ul li{
	margin-bottom:20px;
}
#works #noCar h3{
	margin:20px auto 15px;
	text-align: center;
	padding:0 15px 0 0;
	width:70%;
	box-sizing: border-box;
}
#works #noCar .linkBtn{
	margin:15px 0 30px;
}
#works #noCar .linkBtn a{
	font-size:16px;
	padding: 18px 45px 18px 30px;
}
}