@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 50000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 250px;
	margin-top: 120px;
	margin-left: auto; 
	margin-right: auto;
	border-radius: 0 0 30px 30px;
	background-color: #FFBE00;
}
#mimgtxt {
	position: relative;
	width: 1100px;
	padding-top: 75px;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
}
#mimgtxt .p1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 45px;
	line-height: 45px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
	letter-spacing: 3px;
}
#mimgtxt .p2{
	width: 100%;
	height: auto;
	float: left;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	text-align: left;
	color: #FFF;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-left: 5px;
}
#mimgtxt .p3{
	width: auto;
	height: auto;
	padding: 5px 40px 3px 40px;
	float: left;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	text-align: left;
	color: #000;
	letter-spacing: 1px;
	margin-top: 15px;
	background-color: #FFF;
	border-radius: 12px;
}
#breadcrumb {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
　　list-style: none;
    text-align: left;
}
#breadcrumb li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}

#breadcrumb li:after {
  content: '>';
  padding: 3px 7px;
  color: #000;
}

#breadcrumb li:last-child:after {
  content: '';
}

#breadcrumb li a {
	width: auto;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 15px;
  text-decoration: none;
  color: #fff;
  background: #666;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
#breadcrumb .nl{
	width: auto;
  display: inline-block;
  padding: 0px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

#breadcrumb li a:hover {
  background: #FFBE00;
}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 50px;
}
#contents01 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 1100px;
	height: 50px;
	font-size: 50px;
	line-height: 50px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 auto;
}
#contents01 .c01txt {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
}
#servicenavi {
	width: 100%;
	height: auto;
	margin-top: 50px;
	float: left;
}
#servicenavi_nv a{
	display: block;
	width: 245px;
	height: 50px;
	float: left;
	outline: 2px solid #FFBE00;
	outline-offset: -2px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	font-weight: 600;
	transition: 0.4s;
	background-image: url(../web/service01/nvac.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFF;
	border-radius: 25px;
	background-color: #FFBE00;
}
#servicenavi_nv.off a{
	display: block;
	width: 245px;
	height: 50px;
	float: left;
	outline: 2px solid #999;
	outline-offset: -2px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	font-weight: 600;
	transition: 0.4s;
	background-image: url(../web/service01/nvac02.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #000;
	border-radius: 25px;
	background-color: #FFF;
}
#servicenavi_nv.f a{
	margin-left: 40px;
}
#servicenavi_nv a:hover{
	background-color: #FFBE00;
	outline: 2px solid #FFBE00;
	color: #FFF;
}


#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents02 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
h3 {
	position: relative;
	width: 100%;
	height: auto;
    font-size: 55px;
	line-height: 55px;
    font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
}
h3::after {
    content: '';
    width: 100px;
    height: 5px;
    display: inline-block;
    background-color: #FFBE00;
    position: absolute;
    bottom: -45px;
    left: 0;
}
.h3ac {
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	font-weight: 600;
	float: left;
	margin-top: 15px;
}

h4 {
	position: relative;
	width: 100%;
	height: 46px;
    font-size: 40px;
	line-height: 46px;
    font-weight: 600;
	letter-spacing: 3px;
	text-align: left;
	border-bottom: 4px solid #000;
	float: left;
	margin-top: 60px;
}
h4.f {margin-top: 80px;}
h4 span{
	position: relative;
	width: auto;
	height: auto;
    font-size: 15px;
	line-height: 15px;
    font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	margin-left: 20px;
}
#contents02 .txt01 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}

#c02Imgbox {
	width: 650px;
	height: 450px;
	float: left;
	margin-top: 40px;
}
#c02Imgbox img{
	width: 650px;
	height: 450px;
}
#c02txtbox {
	width: 400px;
	height: auto;
	float: left;
	margin-top: 40px;
	margin-left: 50px;
}
#c02txtbox .ttl01{
	position: relative;
	width: 100%;
	height: 28px;
	float: left;
	border-bottom: 2px solid #000;
	text-align: left;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}
#c02txtbox .ttl01.f{
	margin-top: 30px;
}
#c02txtbox .ttl01::after {
    content: '';
    width: 40px;
    height: 2px;
    display: inline-block;
    background-color: #FFBE00;
    position: absolute;
    bottom: -2px;
    left: 0;
}
#contents02 .list01 {
	width: 380px;
	height: auto;
	float: left;
	margin-top: 10px;
	list-style: outside disc;
	padding-left: 20px;
}
#contents02 .list01 li{
	width: 100%;
	height: auto;
	float: left;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}
#contents02 .txt02 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}
.catalogbtn a{
	display:block;
	width: 800px;
	height: 60px;
	float: left;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 1px;
	margin-top: 80px;
	margin-left: 150px;
	background-color: #FFBE00;
	border-radius: 30px;
	transition: 0.4s;
}
.catalogbtn a:hover{
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 1px;
	background-color: #666;
	border-radius: 30px;
	transition: 0.4s;
}



@media screen and (min-width:768px){


}
