﻿@charset "UTF-8";
/*タイトル ========================================================================*/
#main .ttl_main.after_service h1{
	background:linear-gradient(-90deg, rgba(0,0,0,.1) 50%,rgba(0,0,0,.9)) 50%,url(../img/ttl_after_service.jpg) no-repeat center center / cover;
	}

#main .inner_box{
	height:50vh;
	}


@media screen and (min-width:700px) and ( max-width:1050px){
#main .inner_box{
	height:auto;
	}
}


@media screen and (max-width:700px){
#main .inner_box{
	height:auto;
	}
}