@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 125px;
	margin-top: 70px;
	margin-left: auto; 
	margin-right: auto;
	border-radius: 0 0 10px 10px;
	background-color: #FFBE00;
}
#mimgtxt {
	position: relative;
	width: 320px;
	padding-top: 35px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}
#mimgtxt .p1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
	letter-spacing: 1px;
}
#mimgtxt .p2{
	width: 100%;
	height: auto;
	float: left;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
	letter-spacing: 0px;
	margin-top: 3px;
	margin-left: 3px;
}
#mimgtxt .p3{
	width: auto;
	height: auto;
	padding: 3px 10px 2px 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: 600;
	text-align: left;
	color: #000;
	letter-spacing: 0px;
	margin-top: 8px;
	background-color: #FFF;
	border-radius: 8px;
}
#breadcrumb { display:none;}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 20px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	width: 100%;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 auto;
}
#contents01 .c01txt {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0px;
	font-weight: 500;
}
#servicenavi {
	width: 100%;
	height: auto;
	margin-top: 10px;
	float: left;
}
#servicenavi_nv a{
	display: block;
	width: 154px;
	height: 24px;
	float: left;
	outline: 2px solid #ffbe00;
	outline-offset: -2px;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: -1px;
	font-weight: 600;
	transition: 0.4s;
	background-image: url(../web/service01/nvac.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	color: #fff;
	border-radius: 10px;
	margin-top: 10px;
	margin-left: 3px;
	margin-right: 3px;
}
#servicenavi_nv.off a{
	display: block;
	width: 154px;
	height: 24px;
	float: left;
	outline: 2px solid #999;
	outline-offset: -2px;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: -1px;
	font-weight: 600;
	transition: 0.4s;
	background-image: url(../web/service01/nvac02.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	color: #000;
	border-radius: 10px;
	margin-top: 10px;
	margin-left: 3px;
	margin-right: 3px;
}
#servicenavi_nv.f a{
	margin-left: 3px;
	margin-right: 3px;
}
#servicenavi_nv a:hover{
	background-color: #FFF;
	outline: 2px solid #999;
	color: #000;
}

#section02 {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents02 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	position: relative;
	width: 100%;
	height: auto;
    font-size: 22px;
	line-height: 22px;
    font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	float: left;
}
h3::after {
    content: '';
    width: 70px;
    height: 3px;
    display: inline-block;
    background-color: #FFBE00;
    position: absolute;
    bottom: -25px;
    left: 0;
}
.h3ac {
	width: 100%;
	height: auto;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	font-weight: 600;
	float: left;
	margin-top: 7px;
}

h4 {
	position: relative;
	width: 100%;
	height: 23px;
    font-size: 18px;
	line-height: 23px;
    font-weight: 600;
	letter-spacing: 0px;
	text-align: left;
	border-bottom: 2px solid #000;
	float: left;
	margin-top: 0px;
}
h4.f {margin-top: 30px;}
h4 span{
	position: relative;
	width: auto;
	height: auto;
    font-size: 10px;
	line-height: 10px;
    font-weight: 500;
	letter-spacing: 0px;
	text-align: left;
	margin-left: 10px;
}

#contents02 .txt01 {
	width: 320px;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-left: 0px;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
}

#galley {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.thumb {
	width: 155px;
	height: auto;
	margin-top: 10px;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
}
.thumb img{
	width: 155px;
	height: 100px;
	padding-bottom: 5px;
	object-fit:cover;
	transition: 0.4s;
}
.thumb img:hover{
	transform: scale(1.00);
}

#contents02 .txt02 {
	width: 320px;
	height: auto;
	float: left;
	margin-top: 25px;
	margin-left: 0px;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
}
.worksbtn a{
	display:block;
	width: 280px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #FFF;
	background-color: #FFBE00;
	border-radius: 15px;
	transition: 0.4s;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}
.worksbtn a:hover{
	background-color: #666;
}


}
