@charset "utf-8";


.sumahonav {
	display: none;
}

.slider li {
	float: left;
	position: relative;
	z-index: 200;
}

.slider img {
	width: 100%;
	height: auto;
}

.flexslider {
	position: relative;
	width: 100%;
	height: 100vh;
}

#fade1 {
	background-image: url(../images/fade1.jpg);
}

#fade2 {
	background-image: url(../images/fade2.jpg);
}

#fade3 {
	background-image: url(../images/fade3.jpg);
}

#fade4 {
	background-image: url(../images/fade4.jpg);
}

#fade1,
#fade2,
#fade3,
#fade4 {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
}



.itoptitle {
	position: absolute;
	z-index: 99;
	bottom: 10%;
	left: 10%;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
}

.itoptitle2 {
	position: relative;
	top: -10px;
	font-size: 26px;
}




.ntop1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 250px;
}

.inner_ntopsc {
	height: 100vh;
}

.ntopsc {
	overflow-y: scroll;
}

.ntoplogo a {
	display: block;
	transition: 0.3s ease-in-out;
}

.ntoplogo a:hover {
	opacity: 0.7;
}

.ntoplogo img {
	width: 100%;
	height: auto;
	padding: 0 8%;
	margin: 10px 0 40px;
}

.ntopmenu ul li a {
	display: block;
	border-left: 10px solid #eeeeee;
	color: #2084c2;
	font-size: 16px;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.ntopmenu ul li a:hover {
	background-color: #fcfcfc;
	border-left: 10px solid #2084c2;
	color: #05529a;
}


.nsns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	margin-top: 60px;
}

.nsns ul li {
	padding: 0 5%;
	text-align: center;
}

.nsns ul li a {
	display: block;
	transition: 0.3s ease-in-out;
}

.nsns ul li a:hover {
	opacity: 0.7;
}

.nsns ul li a img {
	height: 28px;
	width: auto;
}

.all {
	padding-left: 250px;
}

.all2 {
	padding: 100px 0 60px;
}

.ntop2,
.ctop2,
.otop2,
.ptop2,
.mtop2,
.stop2,
.etop2,
.ltop2,
.dtop2,
.ftop2,
.ttop2,
.jtop2 {
	position: relative;
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	height: 300px;
}

.ntop2 {
	background-image: url(../images/n1.jpg);
}

.ctop2 {
	background-image: url(../images/c1.jpg);
}

.otop2 {
	background-image: url(../images/o1.jpg);
}

.ptop2 {
	background-image: url(../images/p1.jpg);
}

.mtop2 {
	background-image: url(../images/m1.jpg);
}

.stop2 {
	background-image: url(../images/s1.jpg);
}

.etop2 {
	background-image: url(../images/e1.jpg);
}

.ltop2 {
	background-image: url(../images/l1.jpg);
}

.dtop2 {
	background-image: url(../images/d1.jpg);
}

.ftop2 {
	background-image: url(../images/f1.jpg);
}

.ttop2 {
	background-image: url(../images/t1.jpg);
}

.jtop2 {
	background-image: url(../images/j1.jpg);
}




#cy_footer {
	position: relative;
	padding: 60px 0;
}


.nf1 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.nf1 ul li {
	width: 48%;
}

.nflogo a {
	display: block;
	transition: 0.3s ease-in-out;
}

.nflog a:hover {
	opacity: 0.7;
}

.nflogo img {
	width: 180px;
	height: auto;
}

.nft {
	font-size: 26px;
	font-weight: bold;
	margin-top: -40px;
}

.nft1 {
	font-size: 20px;
}

.nfad {
	padding: 20px 0;
}

.nftel {
	font-size: 20px;
	font-weight: bold;
}

.nftel a {
	display: block;
	color: #333;
	text-decoration: none;
}

.nfsns {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.nfsns p {
	padding-right: 15px;
}

.nfsns p a {
	display: block;
	transition: 0.3s ease-in-out;
}

.nfsns p a:hover {
	opacity: 0.7;
}

.nfsns p a img {
	height: 25px;
	width: auto;
}

.nfmenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.nfmenu div {
	width: 33.333%;
}

.nfmenu div a {
	position: relative;
	display: block;
	color: #333;
	padding: 10px 0;
	text-decoration: none;
}

.nfmenu div a:before {
	position: absolute;
	content: ">";
	top: 0;
	left: -20px;
	display: block;
	color: #333;
	padding: 10px 0;
	text-decoration: none;
	opacity: 0;
	transition: 0.2s ease-in-out;
}

.nfmenu div a:hover:before {
	opacity: 1;
}

#copy {
	position: absolute;
	top: 50%;
	margin-top: -150px;
	right: 20px;
	font-size: 12px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#copy a {
	color: #333;
}

.nslogo {
	display: none !important;
}




/********************************** index ********************************/



.i1 {
	background-image: url(../images/iback.png);
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	padding: 150px 0;
}

.i11 ul {
	display: table;
	width: 100%;

}

.i11 ul li:nth-child(1) {
	display: table-cell;
	width: 380px;
}

.i11 ul li:nth-child(2) {
	display: table-cell;
}

.i13 a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.i13 a:hover {
	color: #2084c2;
}

.i14 {
	display: table;
	width: 100%;
	font-weight: bold;
	padding: 10px 0;
}

.i14 p:nth-child(1) {
	display: table-cell;
	width: 120px;
}

.i14 p:nth-child(2) {
	display: table-cell;
	width: 120px;
	text-align: center;
}

.i14 p:nth-child(3) {
	display: table-cell;
	padding-left: 20px;
	padding-top: 10px;
}

.icate2 {
	display: block;
	background-color: #333;
	color: #fff;
	width: 120px;
	text-align: center;
}

.ikuwa a {
	position: relative;
	z-index: 99;
	display: block;
	width: 250px;
	border: 1.5px solid #333;
	padding: 15px 0;
	margin-top: -40px;
	text-align: center;
	color: #333;
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.ikuwa a .pyaji {
	position: absolute;
	top: 19px;
	right: -40px;
	width: 80px;
	height: auto;
	transition: 0.3s ease-in-out;
}

.ikuwa a:hover .pyaji {
	position: absolute;
	top: 17.5px;
	right: -50px;
	width: 90px;
	height: auto;
}

.ikuwa2 a {
	position: relative;
	z-index: 99;
	display: block;
	width: 250px;
	border: 1.5px solid #2084c2;
	padding: 15px 0;
	margin-top: 60px;
	text-align: center;
	color: #2084c2;
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.ikuwa2 a .pyaji {
	position: absolute;
	top: 19px;
	right: -40px;
	width: 80px;
	height: auto;
	transition: 0.3s ease-in-out;
}

.ikuwa2 a:hover .pyaji {
	position: absolute;
	top: 17.5px;
	right: -50px;
	width: 90px;
	height: auto;
}

.ikuwa10 a {
	position: relative;
	z-index: 99;
	display: block;
	width: 250px;
	border: 1.5px solid #333;
	padding: 15px 0;
	margin-top: 40px;
	text-align: center;
	color: #333;
	background-color: transparent !important;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}


.i2 {
	position: relative;
	padding: 150px 0 400px;
}

.i21 {
	position: relative;
	left: 0 !important;
}

.isan1 {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	width: 60%;
	height: auto;
}

.isan2 {
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 60%;
	height: auto;
}

.ifune {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60%;
	height: auto;
}

.i3 {
	position: relative;
	padding: 170px 0;
	margin-top: -2px;
}

.igazou {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: auto;
}

.imizu {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	height: auto;
}

.i31 {
	display: block;
	margin: 0 0 0 auto;
	width: 50%;
}


.i4 {
	background-image: url(../images/iback2.jpg);
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	height: 750px;
	padding-top: 150px;
	color: #fff;
}

.i41 {
	font-weight: bold;
}

.i411 {
	font-size: 45px;
}

.i412 {
	font-size: 20px;
}

.i42 {
	margin-top: -230px;
}

.i42 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.i42 ul li {
	width: 31%;
}

.i43,
.i44,
.i45 {
	position: relative;
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	height: 350px;
}

.i43 {
	background-image: url(../images/i11.png);
}

.i44 {
	background-image: url(../images/i12.png);
}

.i45 {
	background-image: url(../images/i13.png);
}

.i43 img,
.i44 img,
.i45 img {
	position: absolute;
	bottom: -30px;
	right: -10px;
	width: 60%;
	height: auto;
}

.i5 {
	padding-top: 150px;
}

.i51 {
	position: relative;
	z-index: 99;
	border: 2px solid #333;
	padding: 40px 6%;
	background-color: #fff;
}

.i52 {
	font-size: 30px;
	font-weight: bold;
}

.i531 {
	font-size: 35px;
	font-weight: bold;
	margin-left: 40px;
	background: linear-gradient(transparent 80%, #afcddf 80%);
}

.i6 {
	position: relative;
	margin-top: -180px;
}

.iback3 {
	width: 100%;
	height: auto;
}

.i61 {
	position: absolute;
	bottom: 0;
	right: 4%;
	width: 600px;
}

.ijyo {
	position: relative;
	z-index: 990;
	width: 100%;
	height: auto;
}

.i04 {
	position: absolute;
	z-index: 991;
	bottom: -50px;
	right: 0;
	width: 350px;
	height: auto;
}

.i7all {
	margin: 160px 0 130px;
}

.i7all a {
	display: block;
	transition: 0.3s ease-in-out;
	color: #fff;
	text-decoration: none;
}

.i7all a:nth-child(2) {
	padding-top: 60px;
}

.i7all a:hover {
	opacity: 0.8;
}

.i7 ul {
	display: table;
	width: 100%;
}

.i7 ul li:nth-child(1) {
	display: table-cell;
	width: 500px;
	background-color: #05529a;
	color: #fff;
	vertical-align: middle;
	padding-left: 4%;
}

.i7 ul li:nth-child(2) {
	display: table-cell;
	background-image: url(../images/igazou1.jpg);
	background-size: cover;
	background-position: 50% 0;
	height: 380px;
}

.i72 {
	font-weight: bold;
	font-size: 32px;
}

.i721 {
	position: relative;
}

.i721:after {
	content: "";
	position: absolute;
	bottom: 15px;
	right: -70px;
	width: 60px;
	height: 1px;
	border-bottom: 1px solid #fff;
}

.i73 {
	font-size: 20px;
	margin-top: -5px;
}

.i8 ul {
	display: table;
	width: 100%;
}

.i8 ul li:nth-child(1) {
	display: table-cell;
	width: 500px;
	background-color: #05529a;
	color: #fff;
	vertical-align: middle;
	padding-left: 4%;
}

.i8 ul li:nth-child(2) {
	display: table-cell;
	background-image: url(../images/igazou2.jpg);
	background-size: cover;
	background-position: 50% 0;
	height: 380px;
}






/************************************ news ************************************/



.ntoptitle {
	position: absolute;
	bottom: 20px;
	left: 10%;
	color: #fff;
	font-size: 45px;
	font-weight: bold;
}

.ntoptel {
	position: absolute;
	z-index: 99;
	top: 20px;
	right: 20px;
	width: 350px;
	color: #fff;
	font-weight: bold;
	text-align: right;
}

.ntoptel br {
	display: none;
}

.ntoptel1 {
	font-size: 35px;
	font-family: cb;
	line-height: 1.4;
}

.ntoptel11 {
	font-size: 20px;
}

.ntoptel a {
	display: block;
	transition: 0.3s ease-in-out;
}

.ntoptel a:hover {
	opacity: 0.9;
}

.ntoptel a img {
	width: 100%;
	height: auto;
}

.ntoptime {
	font-size: 13px;
	margin-bottom: 8px;
}

.nparts {
	margin-top: 8px;
}


.n1 {
	position: relative;
	z-index: 99;
	left: -50px;
}

.n11 {
	position: relative;
	z-index: 99;
}

.n110 {
	position: relative;
	font-size: 60px;
	font-weight: bold;
	font-family: cb;
}

.n110:after {
	content: "";
	position: absolute;
	bottom: 12px;
	right: -60px;
	border-bottom: 1px solid #333;
	width: 50px;
	height: 1px;
}

.l21 {
	line-height: 1.3;
}

.l210:after {
	content: "";
	position: absolute;
	bottom: 12px;
	right: -60px;
	border-bottom: 1px solid #2084c2 !important;
	width: 50px;
	height: 1px;
}

.n111 {
	position: relative;
	font-size: 35px;
	font-weight: bold;
	font-family: cb;
}

.n111:after {
	content: "";
	position: absolute;
	bottom: 5px;
	right: -60px;
	border-bottom: 1px solid #333;
	width: 50px;
	height: 1px;
}

.n12 {
	font-size: 18px;
	margin-top: 5px;
}


.n2 a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.n2 a:hover {
	opacity: 0.6;
}

.n21 {
	margin-top: 80px;
}

.n21 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #333;
	padding: 0 15px;
	padding-bottom: 8px;
}

.n21 ul li {
	width: 60%;
}

.n21 ul li:nth-child(2) {
	width: 35%;
}

.ntitle {
	font-size: 20px;
	font-weight: bold;
}

.n23 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.ntime {
	width: 150px;
	font-size: 18px;
	font-weight: bold;
}

.ncate {
	width: 150px;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding-top: 2px;
}

.nperm {
	padding: 0 15px;
	padding-top: 20px;
}

.nback,
.kback,
.lback,
.uback,
.dback,
.tback {
	background-attachment: inherit;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	height: 350px;
	margin-top: 120px;
}

.nback {
	background-image: url(../images/nback.jpg);
}

.kback {
	background-image: url(../images/kgazou.jpg);
}

.lback {
	background-image: url(../images/lgazou7.jpg);
	margin-top: 200px;
}

.uback {
	background-image: url(../images/uback.jpg);
}

.dback {
	background-image: url(../images/dback.jpg);
}

.tback {
	background-image: url(../images/tback3.jpg);
}

.oback,
.pback {
	position: relative;
	background-attachment: inherit;
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	height: 500px;
	margin-top: 130px;
}

.oback {
	background-image: url(../images/oback.png);
}

.pback {
	background-image: url(../images/pgazou.png);
}

.osan {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}





/********************************** company ********************************/



.c1 {
	padding-top: 50px;
}

.c1 ul {
	display: table;
	width: 100%;
	border: 1px solid #b1b1b1;
	border-bottom: none;
	font-size: 16px;
}

.c1 ul:last-child {
	border: 1px solid #b1b1b1;
}

.c1 ul li:nth-child(1) {
	display: table-cell;
	width: 250px;
	background-color: #f4f4f4;
	padding: 20px 0;
	padding-left: 40px;
	border-right: 1px solid #b1b1b1;
}

.c1 ul li:nth-child(2) {
	padding: 20px 0;
	padding-left: 60px;
}

.cadd {
	background-image: url(../images/cback.png);
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	height: 100px;
}

.c2 {
	position: relative;
	top: -5px;
	padding-left: 8%;
	margin-top: 140px;
}

.cmap iframe {
	width: 100%;
	height: 450px;
}



/******************************** contact ******************************/



.o1 {
	padding-top: 60px;
}

.o1 ul {
	display: table;
	width: 100%;
	font-size: 16px;
}

.o1 ul li {
	position: relative;
	border: 3px solid #eeeeee;
	border-bottom: none;
}

.o1 ul li:nth-child(2) p {
	display: inline-block;
}

.o1 ul li:nth-child(2) span {
	display: inline-block;
}

.ctyou {
	padding-right: 20px;
}

.o1 ul:first-child li {
	border-top: 3px solid #eeeeee !important;
}

.o1 ul:last-child li {
	border: 3px solid #eeeeee !important;
	border-top: none;
}

.o1 ul:last-child li:nth-child(1) {
	border-top: 3px solid #fff !important;
}

.o1 ul li:nth-child(1) {
	display: table-cell;
	vertical-align: middle;
	background-color: #eeeeee;
	width: 400px;
	padding: 25px 0;
	padding-left: 30px;
	border-top: 3px solid #fff;
	border-right: none;
}

.o1 ul li:nth-child(2) {
	display: table-cell;
	padding: 25px 0;
	padding-left: 30px;
}

.okome {
	color: #b11c3e;
	font-size: 13px;
}

.ogray {
	font-size: 14px;
	color: #787878;
	padding-left: 30px;
}

.o14 {
	opacity: 0.3;
}



.osan a {
	position: relative;
	top: 15px;
	display: block;
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	padding: 10px;
	width: 150px;
	font-size: 18px;
	text-align: center;
	margin: 0 0 0 auto;
	margin-right: 25px;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.osan a:hover {
	display: block;
	background-color: #fff;
	color: #333;
}

.red {
	color: #B30002;
	padding-top: 8px;
}

.osou {
	max-width: 400px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.osou ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

.osou ul li {
	width: 48%;
	text-align: center;
}

.osou ul li a {
	display: block;
	border: 1px solid #333;
	color: #333;
	text-decoration: none;
	padding: 20px 0;
	transition: 0.3s ease-in-out;
	font-size: 15px;
}

.osou ul li a:hover {
	display: block;
	border: 1px solid #333;
	background-color: #333;
	color: #fff;
	;
	text-decoration: none;
	padding: 20px 0;
}







/********************************* product **********************************/



.p11 {
	position: relative;
	z-index: 99;
	font-size: 20px;
	font-weight: bold;
	padding-top: 25px;
}

.p12 {
	padding: 40px 0 100px;
}

.p2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p2 ul li {
	width: 22%;
}

.p2 ul li:nth-child(n+5) {
	padding-top: 120px;
}

.p2 ul li img {
	width: 100%;
}

.p2 ul li a {
	display: block;
	transition: 0.3s ease-in-out;
}

.p2 ul li a:hover {
	transform: scale(1.04);
}

.p21 {
	position: relative;
}

.phai {
	position: absolute;
	bottom: -25px;
	right: 0;
	width: 60% !important;
	height: auto;
}


.p3 {
	background-image: url(../images/pback.png);
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	padding: 150px 0;
	margin-top: 150px;
}

.p31 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.p31 ul li {
	width: 45%;
}

.p31 ul li img {
	width: 100%;
	height: auto;
}

.p33 {
	font-size: 30px;
	font-weight: bold;
}

.pline {
	border-bottom: 1px solid #333;
	width: 50px;
	height: 1px;
	margin: 5px 0 30px;
}


.p4 {
	position: relative;
	padding: 150px 0;
}

.pmizu {
	position: absolute;
	z-index: 9;
	top: -100px;
	right: 0;
	width: 400px;
	height: auto;
}

.pkuwa a {
	position: relative;
	z-index: 99;
	display: block;
	width: 250px;
	border: 1.5px solid #333;
	padding: 15px 0;
	margin-top: 60px;
	text-align: center;
	color: #333;
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.pkuwa a .pyaji {
	position: absolute;
	top: 19px;
	right: -40px;
	width: 80px;
	height: auto;
	transition: 0.3s ease-in-out;
}

.pkuwa a:hover .pyaji {
	position: absolute;
	top: 17.5px;
	right: -50px;
	width: 90px;
	height: auto;
}

.p5 {
	position: relative;
	z-index: 99;
	margin-top: -100px !important;
}



/*********************************** parts ************************************/



.k1 {
	background-image: url(../images/kback.png);
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	padding: 100px 0;
}

.k11 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.k11 ul li {
	width: 35%;
}

.k11 ul li:nth-child(2) {
	width: 60%;
}

.k121 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
}

.kline {
	border-bottom: 1px solid #333;
	width: 40px;
	height: 1px;
	margin-top: 8px;
}

.k131 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}

.k2 {
	padding-top: 100px;
}

.k21 {
	font-size: 35px;
	font-weight: bold;
}

.k211 {
	font-size: 20px;
}

.ktohatsu,
.khonda,
.kunimat {
	position: relative;
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	height: 400px;
	margin-top: 20px;
}

.ktohatsu {
	background-image: url(../images/ktohatsu.jpg);
}

.khonda {
	background-image: url(../images/khonda.jpg);
}

.kunimat {
	background-image: url(../images/kunimat.jpg);
}

.ktohatsu img {
	position: absolute;
	top: 0;
	left: 4%;
	width: 100px;
	height: auto;
}

.khonda img {
	position: absolute;
	top: 30px;
	left: 4%;
	width: 200px;
	height: auto;
}

.kunimat img {
	position: absolute;
	top: 30px;
	left: 4%;
	width: 150px;
	height: auto;
}

.kkuwa a {
	position: relative;
	display: block;
	width: 320px;
	border: 2px solid #333;
	padding: 10px 10px;
	text-align: center;
	color: #333;
	text-decoration: none;
	margin-top: 40px;
	font-size: 13px;
}

.kkuwa a .kyaji {
	position: absolute;
	top: 15px;
	right: -40px;
	width: 80px;
	height: auto;
	transition: 0.3s ease-in-out;
}

.kkuwa a:hover .kyaji {
	position: absolute;
	top: 13.5px;
	right: -50px;
	width: 90px;
	height: auto;
}



/*********************************** maintenance ************************************/




.m2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.m2 ul:nth-child(n+2) {
	padding-top: 60px;
}

.m2 ul li {
	width: 35%;
}

.m2 ul li:nth-child(2) {
	position: relative;
	left: -140px;
	width: 60%;
}

.m21,
.m210,
.m2100 {
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	height: 380px;
}

.m21 {
	background-image: url(../images/m11.png);
}

.m210 {
	background-image: url(../images/m12.png);
}

.m2100 {
	background-image: url(../images/m13.png);
}

.m23 {
	background-color: #333;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 30px 10px;
}

.m231 {
	font-size: 60px;
	margin-right: 20px;
	font-family: cb;
}

.m232 {
	position: relative;
	top: -14px;
}

.m24 {
	padding-top: 30px;
	padding-left: 18%;
}

.m3 {
	position: relative;
	background-image: url(../images/mgray.png);
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	padding: 150px 0;
	margin: 100px 0;
}

.m311 {
	position: relative;
	z-index: 99;
	/** text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
             #fff 1px -1px 0px, #fff -1px -1px 0px; **/
	font-weight: bold;
}

.mgazou {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: auto;
}



.m4all {
	position: relative;
}

.mhaikei {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 55%;
	height: auto;
}

.m42 {
	position: relative;
	padding-top: 60px;
}

.m42:after {
	content: "";
	position: absolute;
	top: 100px;
	left: 40.5px;
	width: 3px;
	height: 85%;
	background-image: url(../images/mten.png);
	background-size: contain;
	background-position: 50% 0;
}

.m420:after {
	content: "";
	position: absolute;
	top: 100px;
	left: 40.5px;
	width: 3px;
	height: 98%;
	background-image: url(../images/mten.png);
	background-size: contain;
	background-position: 50% 0;
}

.m42 ul {
	position: relative;
	display: flex;
	width: 100%;
}

.m42 ul:last-child li:nth-child(1) {
	position: relative;
	z-index: 999;
	background-color: #fff;
}

.m42 ul:nth-child(n+2) {
	padding-top: 60px;
}

.m42 ul li:nth-child(1) {
	width: 80px;
}

.m42 ul li:nth-child(2) {
	padding-left: 40px;
	padding-top: 25px;
	width: calc(100% - 80px);
}

.m42 ul li img {
	position: relative;
	z-index: 99;
	width: 100%;
	height: auto;
}

.m441 {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 15px;
}

.m442 {
	padding-top: 30px;
}

.msiro {
	position: relative;
	z-index: 999;
	background-color: #fff;
}

.m43 {
	position: relative;
	z-index: 999;
	background-color: #fff;
	padding-top: 10px;
}

.m5 {
	background-image: url(../images/mback.png);
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	padding: 100px 0;
	color: #fff;
	margin-top: 100px;
	font-weight: bold;
}




/********************************* snowblower *****************************/



.s1 {
	position: relative;
	padding: 150px 0;
}

.s11 {
	position: relative;
	z-index: 99;
	/** text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
             #fff 1px -1px 0px, #fff -1px -1px 0px; **/
}

.sgazou {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: auto;
}

.s2 {
	position: relative;
	padding: 100px 0 140px;
}

.s2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
	background-image: url(../images/sback.png);
	background-size: cover;
	background-position: 50% 0;
}

.s21 ul {
	position: relative;
	z-index: 99;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.s21 ul li {
	width: 23%;
}

.s22,
.s23,
.s24,
.s25 {
	position: relative;
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	height: 280px;
}

.s22 {
	background-image: url(../images/s11.png);
}

.s23 {
	background-image: url(../images/s12.png);
}

.s24 {
	background-image: url(../images/s13.png);
}

.s25 {
	background-image: url(../images/s14.png);
}

.s22 img,
.s23 img,
.s24 img,
.s25 img {
	position: absolute;
	bottom: -30px;
	right: -10px;
	width: 60%;
	height: auto;
}

.s3 {
	border: 2px solid #333;
	padding: 60px 10%;
}

.s32 {
	font-size: 35px;
	font-weight: bold;
}

.s34 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
}

.s4 {
	padding: 100px 0;
}

.s41 {
	margin-top: 40px;
}

.s411 {
	text-align: right;
}


.s42 img {
	width: 100%;
	height: auto;
}

.syoko {
	text-align: center;
	padding: 10px 0;
	display: none;
}

.s43 {
	font-size: 20px;
	font-weight: bold;
	color: #b11c3e;
	padding-top: 10px;
}

.s431 {
	font-size: 26px;
}

.s44 {
	max-width: 650px;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	border: 1px solid #b11c3e;
	text-align: center;
	padding: 30px 20px;
	color: #b11c3e;
	font-weight: bold;
}

.s5 {
	border: 3px solid #599fca;
}

.s51 {
	background-color: #599fca;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 40px;
}

.s51 img {
	position: relative;
	top: -2px;
	width: 50px;
	height: auto;
	margin-right: 15px;
}

.s52 {
	padding: 40px 8%;
}

.s54 {
	font-size: 26px;
	font-weight: bold;
	padding-top: 40px;
}

.s55 {
	margin-top: -30px;
}

.s551 {
	text-align: right;
}

.s56 {
	font-weight: bold;
	padding-top: 5px;
}

.s56 ul li:nth-child(1) {
	width: 300px;
}

.s57 {
	padding-left: 20px;
}

.s58 {
	padding-left: 20px;
}

.s6 {
	margin-top: 60px;
}

.s61 {
	font-weight: bold;
}

.s7 {
	position: relative;
	background-color: #05529a;
	padding: 130px 0;
	color: #fff;
	font-weight: bold;
	margin-top: 130px;
}

.sjyo {
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 400px;
	height: auto;
}

.s72 {
	position: relative;
	padding-bottom: 30px;
}

.s721 {
	font-size: 30px;
}

.s722 {
	font-weight: bold;
	font-size: 20px;
}

.s73 {
	position: relative;
}

.s74 {
	padding: 2px 0;
}

/* 対応エリア追加 */
.area_cont {
	border: 3px solid #1c5185;
	padding: 100px 20px;
}

.midashi45 {
	font-size: 45px;
	line-height: 1.5em;
	font-weight: bold;
}

.area_map {
	text-align: center;
}

.area_map img {
	width: 100%;
	height: auto;
	max-width: 710px;
}

.area_list_bg {
	background-color: #f4f6ff;
	padding: 70px 120px;
}

.area_list {
	display: inline-block;
}

.area_list li {
	padding: 0 25px;
	border-right: 1px solid #1c5185;
	line-height: 1.3em;
	display: inline-block;
	margin: 10px 0;
	color: #1c5185;
	font-weight: bold;
}

.area_list li:last-child {
	border-right: 0;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}


/*********************************** repaier ************************************/



.e2 {
	position: relative;
	background-image: url(../images/ehaikei.jpg);
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	padding-bottom: 300px;
	padding-top: 100px;
	margin-top: 150px;
}

.esan {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: auto;
}

.e21all {
	position: relative;
	top: 0;
}

.egazou1 {
	position: absolute;
	bottom: -50px;
	right: 0;
}

.egazou1 img {
	height: 450px;
	width: auto;
}

.e21 {
	background-color: #05529a;
	padding: 100px 10% 160px;
	color: #fff;
}

.e24 {
	background-color: #2084c2;
	padding: 100px 10% 120px;
	color: #fff;
}

.e210 {
	position: relative;
	z-index: 99;
	/** text-shadow: #05529a 1px 1px 0px, #05529a -1px 1px 0px,
             #05529a 1px -1px 0px, #05529a -1px -1px 0px; **/
}

.e240 {
	position: relative;
	z-index: 99;
	/** text-shadow: #2084c2 1px 1px 0px, #2084c2 -1px 1px 0px,
             #2084c2 1px -1px 0px, #2084c2 -1px -1px 0px; **/
}

.e22 {
	position: relative;
}

.e01 {
	position: absolute;
	top: -40px;
	left: -40px;
	width: 150px;
	height: auto;
	opacity: 0.5;
}

.e221 {
	font-family: cb;
	font-size: 55px;
	font-weight: bold;
}

.e222 {
	margin-top: -20px;
	font-size: 18px;
}

.e23 {
	padding-top: 40px;
}

.e231 {
	font-size: 24px;
	font-weight: bold;
}

.e24all {
	position: relative;
	margin-top: 200px;
}

.e3 {
	position: relative;
	background-image: url(../images/eback.png);
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	padding: 100px 0;
}

.elogo {
	position: absolute;
	bottom: 40px;
	right: 5%;
	width: 500px;
	height: auto;
}

.e31 {
	position: relative;
	border: 2px solid #fff;
	padding: 80px 10%;
	color: #fff;
	font-weight: bold;
}

.e32 {
	line-height: 2;
}

.e4 img {
	width: 100%;
	height: auto;
}



/***************************** smallship ******************************/



.l11 ul {
	position: relative;
	z-index: 99;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.l11 ul li {
	width: 46%;
}

.l12 {
	position: relative;
	background-image: url(../images/lgazou1.png);
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	height: 350px;
}

.l13 {
	position: relative;
	background-image: url(../images/lgazou2.png);
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	height: 350px;
}

.l12 img,
.l13 img {
	position: absolute;
	bottom: -40px;
	right: -10px;
	width: 60%;
	height: auto;
}

.l2 {
	position: relative;
	padding: 60px 0 280px;
}

.l20 {
	color: #2084c2;
	position: relative;
	z-index: 99;
	/** text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
             #fff 1px -1px 0px, #fff -1px -1px 0px; **/
	left: 0;
}

.lgazou3 {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: auto;
}

.lgazou4 {
	position: absolute;
	bottom: -200px;
	left: 10%;
	width: 300px;
	height: auto;
}

.lgazou6 {
	position: absolute;
	bottom: -50px;
	left: 10%;
	width: 320px;
	height: auto;
}

.l001 {
	position: absolute;
	top: -55px;
	left: -60px;
	width: 140px;
	height: auto;
	opacity: 0.5;
}

.llogo {
	padding-right: 10%;
	text-align: right;
}

.llogo img {
	width: 480px;
	height: auto;
}



/******************************* unimat *********************************/



.ukuwa {
	margin-top: -20px;
}


/***************************** honda ******************************/


.d11 {
	max-width: 400px;
	width: 100% !important;
	margin-top: 40px;
}

/*****/

.m42 ul .slider {
	display: block;
	width: 100%;
}

.m42 ul .slider:last-child li:nth-child(1) {
	position: relative;
	z-index: 999;
	background-color: #fff;
}

.m42 ul .slider:nth-child(n+2) {
	padding-top: 0;
}

.m42 ul li .slider li:nth-child(1) {
	display: block;
	width: auto;
}

.m42 ul li .slider li:nth-child(2) {
	display: block;
	padding-left: 0;
}

.m42 ul li .slick_div li img {
	width: 65%;
	height: auto;
}

/*****/

.m42 ul li .slick_div li {
	width: 200px;
	float: left;
}

.m42 ul li .slick_div li img {
	width: 100%;
	height: auto;
}

.m42 ul li .a_slider {
	display: block;
	margin: 0 auto;
	padding-left: 0;
	padding-top: 20px;
}


/**************************** tohatsu ********************************/



.tkataall {
	padding: 80px 0;
}

.t11 {
	text-align: center;
	font-weight: bold;
}

.t111 {
	font-size: 24px;
	font-weight: bold;
}

.t2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.t21 {
	width: 27.5%;
}

.t22 {
	margin-bottom: 15px;
}

.t221 {
	background-color: #05529a;
	padding: 5px 20px;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}


.t23 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.t23 div {
	width: 47%;
}

.t23 div img {
	width: 100%;
	height: auto;
}

.t24 a {
	position: relative;
	display: block;
	transition: 0.3s ease-in-out;
}

.t24 a:after {
	content: "";
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #333;
}

.t24 a:hover {
	opacity: 0.6;
}

.t241 {
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
	line-height: 1.4;
}

.t3 {
	margin-top: 40px;
}

.t31 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.t31 div:nth-child(n+8) {
	padding-top:
		15px;
}

.t31 div {
	width: 13%;
}

.t32 a {
	position: relative;
	display: block;
	transition: 0.3s ease-in-out;
}

.t32 a:hover {
	opacity: 0.7;
}

.t32 a:after {
	content: "";
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	border: 2.5px solid #333;
	width: 100%;
	height: 100%;
}

.t32 img {
	width: 100%;
	height: auto;
}

.t4 {
	background-image: url(../images/tback.png);
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	padding: 100px 13%;
}

.t42 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
}

.t43 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.t43 div {
	width: 48%;
}

.t4kuwa a {
	display: block;
	border: 2px solid #333;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 16.5px 10px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.t4kuwa a:hover {
	opacity: 0.7;
	border: 2px solid #333;
	background-color: #fff;
	color: #333;
}

.t4kuwa2 a {
	display: block;
	background-color: #05529a;
	color: #fff;
	text-align: center;
	padding: 20px 10px 15px;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}

.t4kuwa2 a span {
	font-size: 16px;
}


.t5 {
	margin-top: 80px;
}

.t5 a {
	display: block;
	transition: 0.3s ease-in-out;
}

.t5 a:hover {
	opacity: 0.8;
}

.t51 {
	position: relative;
	background-image: url(../images/tback2.jpg);
	background-size: cover;
	background-position: 50% 0;
	width: 100%;
	height: 350px;
}

.tlogo {
	position: absolute;
	top: 90px;
	left: -2px;
	width: 250px !important;
	height: auto !important;
}

.t52 {
	position: absolute;
	top: 30px;
	right: 8%;
	font-size: 40px;
	color: #333;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
		#fff 1px -1px 0px, #fff -1px -1px 0px;
	font-weight: bold;
}

.t521 {
	font-size: 20px;
}










/******************************* facility **********************************/




.f1 {
	position: static !important;
}

.fgazou1 img {
	width: 100%;
	height: auto;
	margin-top: -60px;
}

.fgazou2 img {
	width: 100%;
	height: auto;
	margin-top: 60px;
}


.f2 {
	background-image: url(../images/fback.jpg);
	background-size: contain;
	background-position: 50% 0;
	width: 100%;
	padding: 150px 0 100px;
	margin-top: 100px;
}

.f32 {
	position: relative;
	font-size: 30px;
	font-weight: bold;
}

.f01 {
	position: absolute;
	top: -70px;
	left: -80px;
	width: auto;
	height: 110px;
	opacity: 0.1;
}

.f33 {
	padding-top: 10px;
}

.f330 {
	padding-top: 10px;
	min-height: 130px;
}

.f34 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.f34 ul li {
	width: 47%;
}

.f34 ul li img {
	width: 100%;
	height: auto;
}


.f4 {
	padding-top: 150px;
}

.f4 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.f4 ul li {
	width: 47%;
}

.f41gazou {
	width: 100%;
	height: auto;
}


.junbi {
	text-align: center;
	padding: 150px 0;
	font-size: 30px;
}

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
	margin-bottom: 60px;
}




















@media only screen and (max-width: 1800px) {}

@media only screen and (max-width: 1700px) {
	.n1 {
		position: relative;
		z-index: 99;
		left: 0;
	}

	.f01 {
		position: absolute;
		top: -60px;
		left: 0;
		width: auto;
		height: 100px;
		opacity: 0.1;
	}

	.i61 {
		position: absolute;
		bottom: 0;
		right: 4%;
		width: 400px;
	}

	.i04 {
		position: absolute;
		z-index: 991;
		bottom: -50px;
		right: 0;
		width: 300px;
		height: auto;
	}

}

@media only screen and (max-width: 1600px) {
	.s1 {
		position: relative;
		padding: 130px 0;
	}

	.l2 {
		position: relative;
		padding: 60px 0 250px;
	}

	.lgazou3 {
		position: absolute;
		top: 0;
		right: 0;
		height: 500px;
		width: auto;
	}

	.l001 {
		position: absolute;
		top: -70px;
		left: 0;
		width: 120px;
		height: auto;
		opacity: 0.5;
	}

	.i4 {
		background-image: url(../images/iback2.jpg);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 600px;
		padding-top: 100px;
		color: #fff;
	}

	.i42 {
		margin-top: -200px;
	}

	.i43,
	.i44,
	.i45 {
		position: relative;
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 280px;
	}

}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1440px) {

	.k121 {
		font-size: 35px;
		font-weight: bold;
		line-height: 1.4;
	}

	.oback,
	.pback {
		position: relative;
		background-attachment: inherit;
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 400px;
		margin-top: 100px;
	}

	.s1 {
		position: relative;
		padding: 100px 0;
	}

	.l12 {
		position: relative;
		background-image: url(../images/lgazou1.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 300px;
	}

	.l13 {
		position: relative;
		background-image: url(../images/lgazou2.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 300px;
	}

	.l2 {
		position: relative;
		padding: 60px 0 200px;
	}

	.lgazou3 {
		position: absolute;
		top: 0;
		right: 0;
		height: 400px;
		width: auto;
	}

	.lgazou4 {
		position: absolute;
		bottom: -200px;
		left: 10%;
		width: 250px;
		height: auto;
	}

	.llogo {
		padding-right: 10%;
		text-align: right;
	}

	.llogo img {
		position: relative;
		top: -60px;
		width: 480px;
		height: auto;
	}

	.lgazou6 {
		position: absolute;
		bottom: -130px;
		left: 10%;
		width: 320px;
		height: auto;
	}

	.e21 {
		background-color: #05529a;
		padding: 80px 10% 130px;
		color: #fff;
	}

	.e24 {
		background-color: #2084c2;
		padding: 80px 10%;
		color: #fff;
	}

	.egazou1 img {
		height: 400px;
		width: auto;
	}

	.e24all {
		position: relative;
		margin-top: 150px;
	}

	.e3 {
		position: relative;
		background-image: url(../images/eback.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding: 80px 0;
	}

	.elogo {
		position: absolute;
		bottom: 80px;
		right: 5%;
		width: 400px;
		height: auto;
	}

	.p5 {
		margin-top: -100px;
	}

	.s1 {
		position: relative;
		padding: 80px 0;
	}

	.s22,
	.s23,
	.s24,
	.s25 {
		position: relative;
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 200px;
	}

	.s2:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 65%;
		background-image: url(../images/sback.png);
		background-size: cover;
		background-position: 50% 0;
	}

	.s22 img,
	.s23 img,
	.s24 img,
	.s25 img {
		position: absolute;
		bottom: -30px;
		right: -10px;
		width: 65%;
		height: auto;
	}

	.m2 ul li:nth-child(2) {
		position: relative;
		left: -100px;
		width: 60%;
	}

	.m23 {
		background-color: #333;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		padding: 20px 20px 10px;
	}

	.m231 {
		font-size: 40px;
		margin-right: 20px;
		font-family: cb;
	}

	.m232 {
		position: relative;
		top: -7px;
	}

	.m24 {
		padding-top: 20px;
		padding-left: 13%;
	}

	.ntop1 {
		position: fixed;
		top: 0;
		left: 0;
		width: 230px;
	}

	.all {
		padding-left: 230px;
	}

	.i11 ul li:nth-child(1) {
		display: table-cell;
		width: 350px;
	}

	.isan1 {
		position: absolute;
		z-index: 99;
		top: 0;
		right: 0;
		width: 75%;
		height: auto;
	}

	.isan2 {
		position: absolute;
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 75%;
		height: auto;
	}

	.ifune {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 75%;
		height: auto;
	}

	.i3 {
		position: relative;
		padding: 80px 0;
		margin-top: -2px;
	}

	.i61 {
		position: absolute;
		bottom: 0;
		right: 4%;
		width: 300px;
	}

	.i04 {
		position: absolute;
		z-index: 991;
		bottom: -50px;
		right: 0;
		width: 200px;
		height: auto;
	}

	.i7all {
		margin: 130px 0;
	}

	.i72 {
		font-weight: bold;
		font-size: 24px;
	}

	.i73 {
		font-size: 18px;
		margin-top: -5px;
	}

	.i7 ul li:nth-child(2) {
		display: table-cell;
		background-image: url(../images/igazou1.jpg);
		background-size: cover;
		background-position: 50% 0;
		height: 300px;
	}

	.i721:after {
		content: "";
		position: absolute;
		bottom: 12px;
		right: -50px;
		width: 40px;
		height: 1px;
		border-bottom: 1px solid #fff;
	}

	.i7 ul li:nth-child(1) {
		display: table-cell;
		width: 400px;
		background-color: #05529a;
		color: #fff;
		vertical-align: middle;
		padding-left: 4%;
	}

	.i8 ul li:nth-child(1) {
		display: table-cell;
		width: 400px;
		background-color: #05529a;
		color: #fff;
		vertical-align: middle;
		padding-left: 4%;
	}

	.i8 ul li:nth-child(2) {
		display: table-cell;
		background-image: url(../images/igazou2.jpg);
		background-size: cover;
		background-position: 50% 0;
		height: 300px;
	}

	.m3 {
		position: relative;
		background-image: url(../images/mgray.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding: 120px 0;
		margin: 100px 0;
	}



}



@media only screen and (max-width: 1340px) {

	.e21 {
		background-color: #05529a;
		padding: 80px 10% 80px;
		color: #fff;
	}

	.i3 {
		position: relative;
		padding: 60px 0;
		margin-top: -2px;
	}


}

@media only screen and (max-width: 1279px) {
	.lgazou3 {
		position: absolute;
		top: 0;
		right: 0;
		height: 350px;
		width: auto;
	}

	.lgazou4 {
		position: absolute;
		bottom: -150px;
		left: 10%;
		width: 230px;
		height: auto;
	}

	.llogo {
		padding-right: 10%;
		text-align: right;
	}

	.llogo img {
		position: relative;
		top: -100px;
		width: 480px;
		height: auto;
	}

	.i6 {
		position: relative;
		margin-top: -100px;
	}

}

@media only screen and (max-width: 1200px) {
	.ntop1 {
		display: none;
	}

	.ntoptitle {
		position: absolute;
		bottom: 20px;
		left: 8%;
		color: #fff;
		font-size: 35px;
		font-weight: bold;
	}

	.all {
		padding-left: 0;
	}

	.ntoptel {
		display: none;
	}

	.k2 {
		padding-top: 60px;
	}

	.k21 {
		font-size: 30px;
		font-weight: bold;
	}

	.k211 {
		font-size: 18px;
	}

	.ktohatsu,
	.khonda,
	.kunimat {
		position: relative;
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 300px;
		margin-top: 20px;
	}

	.ktohatsu img {
		position: absolute;
		top: 0;
		left: 4%;
		width: 80px;
		height: auto;
	}

	.nback,
	.kback,
	.lback,
	.uback,
	.dback,
	.tback {
		background-attachment: inherit;
		background-size: cover;
		background-position: 50%;
		width: 100%;
		height: 300px;
		margin-top: 80px;
	}

	.nslogo {
		display: block !important;
		position: absolute;
		z-index: 999;
		top: 28px;
		left: 4%;
		width: 250px !important;
		height: auto !important;
	}

	.o1 ul li:nth-child(1) {
		display: block;
		background-color: #eeeeee;
		width: 100%;
		padding: 15px 0;
		padding-left: 30px;
		border-top: 3px solid #fff;
		border-right: none;
	}

	.o1 ul li:nth-child(2) {
		display: block;
		padding: 30px 0;
		padding-left: 30px;
	}

	.o1 ul li:nth-child(1) {
		display: block;
		background-color: #eeeeee;
		width: 100%;
		padding: 15px 0;
		padding-left: 30px;
		border-top: 3px solid #fff;
		border-top: 3px solid #eeeeee;
		border-right: none;
	}

	.osan a {
		position: relative;
		top: 7px;
		display: block;
		background-color: #333;
		border: 1px solid #333;
		color: #fff;
		padding: 3px;
		width: 135px;
		font-size: 18px;
		text-align: center;
		margin: 0 0 0 auto;
		margin-right: 25px;
		text-decoration: none;
		transition: 0.3s ease-in-out;
	}

	.e24 {
		background-color: #2084c2;
		padding: 60px 10%;
		color: #fff;
	}

	.itoptitle {
		position: absolute;
		z-index: 99;
		bottom: 5%;
		left: 5%;
		font-size: 50px;
		font-weight: bold;
		color: #fff;
		line-height: 1.3;
	}

	.i5 {
		padding-top: 100px;
	}

	.sumahonav {
		display: block;
		position: fixed;
		z-index: 9999;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		padding: 15px 0;
		border-top: 1px solid rgba(197, 197, 197, 1.00);
	}

	.sumahonav ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
	}

	.sumahonav ul li {
		position: relative;
		width: 23%;
		text-align: center;
	}

	.sumahonav ul li:after {
		content: "";
		position: absolute;
		top: 20px;
		right: -6%;
		border-right: 2px solid #d2d2d2;
		width: 2px;
		height: 30px;
	}

	.sumahonav ul li:last-child:after {
		border-right: none;
	}

	.sumahonav ul li:nth-child() {
		position: relative;
		width: 50px;
	}

	.sumahonav ul li a {
		display: block;
	}

	.sumahonav ul li img {
		height: 80px;
		width: auto;
	}



}

@media only screen and (max-width: 1100px) {}

@media only screen and (max-width: 1023px) {


	.k1 {
		background-image: url(../images/kback.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding: 60px 0;
	}

	.k11 ul li {
		width: 100% !important;
	}

	.k11 ul li:nth-child(2) {
		padding-top: 20px;
	}

	.nf1 ul li {
		width: 100% !important;
		text-align: center;
	}

	.nf1 ul li:nth-child(2) {
		padding-top: 40px;
	}

	.nfsns {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 20px;
	}

	.nfsns p {
		padding: 0 15px;
		text-align: center;
	}

	.nfmenu div a:before {
		display: none;
	}

	#cy_footer {
		position: relative;
		padding: 20px 0 150px;
	}

	#copy {
		position: static;
		text-align: center;
		margin-top: 40px;
		font-size: 12px;
		-ms-writing-mode: lr-tb;
		/* for MS IE8+ */
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}

	.m441 br {
		display: none;
	}

	.n110 {
		position: relative;
		font-size: 40px;
		font-weight: bold;
		font-family: cb;
	}

	.o1 {
		padding-top: 40px;
	}

	.oback,
	.pback {
		position: relative;
		background-attachment: inherit;
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 300px;
		margin-top: 100px;
	}

	.c1 ul li:nth-child(1) {
		display: block;
		width: 100%;
		background-color: #f4f4f4;
		padding: 20px;
		border-right: none;
	}

	.c1 ul li:nth-child(2) {
		display: block;
		width: 100%;
		padding: 20px;
	}

	.c2 {
		position: relative;
		top: -12px;
		padding-left: 8%;
		margin-top: 100px;
	}

	.cadd {
		background-image: url(../images/cback.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 80px;
	}

	.cmap iframe {
		width: 100%;
		height: 300px;
	}

	.sgazou {
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		height: 80%;
		width: auto;
	}

	.l12 {
		position: relative;
		background-image: url(../images/lgazou1.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 250px;
	}

	.l13 {
		position: relative;
		background-image: url(../images/lgazou2.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 250px;
	}

	.l12 img,
	.l13 img {
		position: absolute;
		bottom: -40px;
		right: -10px;
		width: 70%;
		height: auto;
	}

	.llogo img {
		position: relative;
		top: -80px;
		width: 300px;
		height: auto;
	}

	.l4 {
		padding: 100px 0 300px 0;
	}

	.lgazou6 {
		position: absolute;
		bottom: -20px;
		left: 10%;
		width: 320px;
		height: auto;
	}

	.e221 {
		font-size: 40px;
		font-weight: bold;
	}

	.e01 {
		position: absolute;
		top: -30px;
		left: -40px;
		width: 100px;
		height: auto;
		opacity: 0.5;
	}

	.e23 {
		padding-top: 20px;
	}

	.egazou1 img {
		height: 350px;
		width: auto;
	}

	.e3 {
		position: relative;
		background-image: url(../images/eback.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding: 50px 0;
	}

	.e31 {
		position: relative;
		border: 2px solid #fff;
		padding: 40px 6%;
		color: #fff;
	}

	.elogo {
		position: absolute;
		bottom: 55px;
		right: 5%;
		width: 300px;
		height: auto;
	}

	.p2 ul li {
		width: 45%;
		text-align: left;
	}

	.p2 ul li:nth-child(n+3) {
		padding-top: 100px;
	}

	.p12 {
		padding: 20px 0 50px;
	}

	.phai {
		position: absolute;
		bottom: -20%;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 60% !important;
		height: auto;
	}

	.p3 {
		background-image: url(../images/pback.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding: 100px 0;
		margin-top: 130px;
	}

	.p4 {
		position: relative;
		padding: 100px 0;
	}

	.p5 {
		margin-top: -60px !important;
	}

	.fgazou1 img {
		width: 100%;
		height: auto;
		margin-top: 0;
	}

	.f2 {
		background-image: url(../images/fback.jpg);
		background-size: contain;
		background-position: 50% 0;
		width: 100%;
		padding: 100px 0 80px;
		margin-top: 80px;
	}

	.f01 {
		position: absolute;
		top: -40px;
		left: 0;
		width: auto;
		height: 70px;
		opacity: 0.1;
	}

	.f34 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 40px;
	}

	.f4 {
		padding-top: 100px;
	}

	.f32 {
		position: relative;
		font-size: 24px;
		font-weight: bold;
	}

	.f330 {
		padding-top: 10px;
		min-height: 150px;
		padding-bottom: 10px;
	}

	.sgazou {
		position: static;
		top: auto;
		bottom: 0;
		right: 0;
		width: 100%;
		height: auto;
		display: block;
		margin: 0 0 0 auto;
		margin-top: 40px;
	}

	.n111 {
		position: relative;
		font-size: 30px;
		font-weight: bold;
		font-family: cb;
	}

	.s21 ul li {
		width: 46%;
	}

	.s21 ul li:nth-child(n+3) {
		padding-top: 80px;
	}

	.s22,
	.s23,
	.s24,
	.s25 {
		position: relative;
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 300px;
	}

	.s2:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 78%;
		background-image: url(../images/sback.png);
		background-size: cover;
		background-position: 50% 0;
	}

	.s22 img,
	.s23 img,
	.s24 img,
	.s25 img {
		position: absolute;
		bottom: -30px;
		right: 0;
		width: 65%;
		height: auto;
	}

	.s3 {
		border: 2px solid #333;
		padding: 40px 6%;
		margin-top: -40px;
	}

	.s4 {
		padding: 80px 0;
	}

	.s7 {
		position: relative;
		background-color: #05529a;
		padding: 80px 0;
		color: #fff;
		font-weight: bold;
		margin-top: 80px;
	}

	.sjyo {
		position: absolute;
		bottom: 50px;
		right: 0;
		width: 300px;
		height: auto;
	}

	.n21 ul {
		flex-direction: column-reverse;
	}

	.n21 ul li {
		width: 100% !important;
	}

	.n21 ul li:nth-child(1) {
		padding-top: 10px;
	}

	.n23 {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.ntime {
		width: 150px;
		font-size: 18px;
		font-weight: bold;
	}

	.ncate {
		width: 100px;
		background-color: #333;
		color: #fff;
		text-align: center;
		padding-top: 4px;
	}

	.n21 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		border-bottom: 1px solid #333;
		padding: 0;
		padding-bottom: 8px;
	}

	.nperm {
		padding: 0;
		padding-top: 20px;
	}

	.ntitle {
		font-size: 16px;
		font-weight: bold;
	}

	.m2 ul li {
		max-width: 600px;
		width: 100% !important;
		display: block;
		margin: 0 auto;
	}

	.m2 ul li:nth-child(2) {
		position: static;
		width: 100%;
	}

	.m23 {
		background-color: #333;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		padding: 20px 20px 10px;
	}

	.m24 {
		padding-top: 20px;
		padding-left: 0;
	}

	.m3 {
		position: relative;
		background-image: url(../images/mgray.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding: 80px 0;
		margin: 80px 0;
	}

	.mgazou {
		position: static;
		top: 0;
		right: 0;
		width: 100%;
		height: auto;
		margin-top: 60px;
	}

	.m5 {
		background-image: url(../images/mback.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding: 80px 0;
		color: #fff;
		margin-top: 60px;
		font-weight: bold;
	}

	.t31 div {
		width: 24%;
	}

	.t31 div:nth-child(n+5) {
		padding-top: 15px;
	}

	.t21 {
		width: 48%;
	}

	.t21:nth-child(n+3) {
		padding-top: 20px;
	}

	.t4 {
		background-image: url(../images/tback.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding: 60px 8%;
	}

	.t43 div {
		max-width: 600px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.t43 div:nth-child(2) {
		padding-top: 20px;
	}

	.tkataall {
		padding: 40px 0;
	}

	.t4 {
		background-image: url(../images/tback.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding: 40px 6%;
	}

	.t42 {
		text-align: left;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 40px;
	}

	.t42 br {
		display: none;
	}

	.t52 {
		position: absolute;
		top: 30px;
		right: 8%;
		font-size: 30px;
		color: #333;
		text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
		font-weight: bold;
	}

	.tlogo {
		position: absolute;
		top: 110px;
		left: -2px;
		width: 180px !important;
		height: auto !important;
	}

	.itoptitle {
		position: absolute;
		z-index: 99;
		bottom: 5%;
		left: 5%;
		font-size: 35px;
		font-weight: bold;
		color: #fff;
		line-height: 1.3;
	}

	.itoptitle2 {
		position: relative;
		top: -10px;
		font-size: 20px;
	}

	.i1 {
		background-image: url(../images/iback.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding: 100px 0;
	}

	.i11 ul li:nth-child(1) {
		display: block;
		width: 100%;
	}

	.i11 ul li:nth-child(2) {
		display: block;
		width: 100%;
		margin-top: 20px;
	}

	.ikuwa a {
		position: relative;
		z-index: 99;
		display: block;
		width: 250px;
		border: 1.5px solid #333;
		padding: 15px 0;
		margin-top: 60px;
		text-align: center;
		color: #333;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}

	.ikuwa a {
		position: relative;
		z-index: 99;
		display: block;
		width: 250px;
		border: 1.5px solid #333;
		padding: 15px 0;
		margin-top: -20px;
		text-align: center;
		color: #333;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}

	.i2 {
		position: relative;
		padding: 150px 0 300px;
	}

	.i3 {
		position: relative;
		padding: 60px 0;
		margin-top: -2px;
	}

	.i43,
	.i44,
	.i45 {
		position: relative;
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 230px;
	}

	.i52 {
		font-size: 24px;
		font-weight: bold;
	}

	.i6 {
		position: relative;
		margin-top: 0;
	}

	.i531 {
		font-size: 26px;
		font-weight: bold;
		margin-left: 40px;
		background: linear-gradient(transparent 80%, #afcddf 80%);
	}

	.i7 ul li:nth-child(2) {
		display: table-cell;
		background-image: url(../images/igazou1.jpg);
		background-size: cover;
		background-position: 50% 0;
		height: 300px;
	}

	.i721:after {
		content: "";
		position: absolute;
		bottom: 12px;
		right: -50px;
		width: 40px;
		height: 1px;
		border-bottom: 1px solid #fff;
	}

	.i7 ul li:nth-child(1) {
		display: table-cell;
		width: 400px;
		background-color: #05529a;
		color: #fff;
		vertical-align: middle;
		padding-left: 4%;
	}

	.i8 ul li:nth-child(1) {
		display: table-cell;
		width: 400px;
		background-color: #05529a;
		color: #fff;
		vertical-align: middle;
		padding-left: 4%;
	}

	.i8 ul li:nth-child(2) {
		display: table-cell;
		background-image: url(../images/igazou2.jpg);
		background-size: cover;
		background-position: 50% 0;
		height: 300px;
	}

	.i7all a {
		position: relative;
		display: block;
		transition: 0.3s ease-in-out;
		color: #fff;
		text-decoration: none;
		margin-top: 60px;
		padding-top: 0;
	}

	.i7all a:nth-child(2) {
		padding-top: 0;
	}

	.i7 ul li:nth-child(1) {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(5, 82, 154, 0.5);
		color: #fff;
		vertical-align: middle;
		padding-left: 4%;
	}

	.i7 ul li:nth-child(2) {
		display: block;
		background-image: url(../images/igazou1.jpg);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 300px;
	}

	.i71 {
		padding-top: 120px;
	}

	.i8 ul li:nth-child(1) {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(5, 82, 154, 0.5);
		color: #fff;
		vertical-align: middle;
		padding-left: 4%;
	}

	.i8 ul li:nth-child(2) {
		display: block;
		background-image: url(../images/igazou2.jpg);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 300px;
	}

	.ikuwa10 a {
		position: relative;
		z-index: 99;
		display: block;
		width: 250px;
		border: 1.5px solid #333;
		padding: 15px 0;
		margin-top: 40px;
		text-align: center;
		color: #333;
		background-color: transparent !important;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}

	.e2 {
		position: relative;
		background-image: url(../images/ehaikei.jpg);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding-bottom: 300px;
		padding-top: 80px;
		margin-top: 80px;
	}

	.junbi {
		text-align: center;
		padding: 100px 0;
		font-size: 30px;
	}

	/***********************/
	.area_cont {
		padding: 60px 20px;
	  }
	  .midashi45 {
		font-size: 38px;
	  }
	  .area_list_bg {
		padding: 40px 40px;
	  }




}

@media only screen and (max-width: 900px) {}

@media only screen and (max-width: 800px) {

	.s22,
	.s23,
	.s24,
	.s25 {
		position: relative;
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 250px;
	}

	.i14 p:nth-child(1) {
		display: table-cell;
		width: 110px;
	}

	.i3 {
		position: relative;
		padding: 60px 0 0 0;
		margin-top: -2px;
	}

	.igazou {
		position: static;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}

	.i31 {
		display: block;
		width: 100%;
		padding: 0 3%;
		margin: 80px 0;
	}

	.i4 {
		background-image: url(../images/iback2.jpg);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 600px;
		padding-top: 80px;
		color: #fff;
	}


}

@media only screen and (max-width: 740px) {
	.k21 {
		font-size: 26px;
		font-weight: bold;
	}

	.k211 {
		font-size: 16px;
	}

	.s1 {
		position: relative;
		padding: 60px 0 0 0;
	}

	.l11 ul li {
		max-width: 500px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.l11 ul li:nth-child(2) {
		padding-top: 80px;
	}

	.s2:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 75%;
		background-image: url(../images/sback.png);
		background-size: cover;
		background-position: 50% 0;
	}

	.l12 img,
	.l13 img {
		position: absolute;
		bottom: -40px;
		right: -10px;
		width: 300px;
		height: auto;
	}

	.lgazou4 {
		display: none;
	}

	.lgazou3 {
		position: static;
		width: 90%;
		height: auto;
		display: block;
		margin: 0 0 0 auto;
		margin-top: 20px;
	}

	.l2 {
		position: relative;
		padding: 60px 0 0;
	}

	.llogo {
		position: relative;
		padding-right: 20px;
		text-align: right;
	}

	.llogo img {
		position: static;
		width: 150px;
		height: auto;
	}

	.l4 {
		padding: 0 0 0 0;
		margin-top: -20px;
	}

	.l2100 {
		margin-top: 100px;
	}

	.lgazou6 {
		display: none;
	}

	.n11 {
		line-height: 1.4;
	}

	.egazou1 {
		position: static;
		display: block;
		text-align: right;
		padding-right: 3%;
		margin-top: -1px;
	}

	.e2 {
		position: relative;
		background-image: none;
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding-bottom: 0;
		margin-top: 80px;
	}

	.egazou1 img {
		width: 97%;
		height: auto;
	}

	.e21all {
		position: relative;
		top: 0;
		margin-top: -40px;
	}

	.e24all {
		position: relative;
		margin-top: 0;
	}

	.esan {
		display: none;
	}

	.e21 {
		background-color: #05529a;
		padding: 60px 6% 40px;
		color: #fff;
	}

	.e221 {
		font-size: 30px;
		font-weight: bold;
		line-height: 2.4;
	}

	.e01 {
		position: absolute;
		top: -30px;
		left: 0;
		width: 80px;
		height: auto;
		opacity: 0.5;
	}

	.e231 {
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 10px;
	}

	.e24 {
		background-color: #2084c2;
		padding: 60px 6% 40px;
		color: #fff;
	}

	.p3 {
		background-image: url(../images/pback.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding: 60px 0;
		margin-top: 100px;
	}

	.p31 ul li {
		width: 100%;
	}

	.p31 ul li:nth-child(2) {
		padding-top: 40px;
	}

	.pmizu {
		position: absolute;
		z-index: 9;
		top: auto;
		bottom: 0;
		right: 0;
		width: 250px;
		height: auto;
	}

	.s3 {
		border: 2px solid #333;
		padding: 40px 6%;
		margin-top: 20px;
	}

	.s32 {
		font-size: 26px;
		font-weight: bold;
	}

	.s51 {
		background-color: #599fca;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		padding: 20px 40px;
	}

	.s51 img {
		position: relative;
		top: -2px;
		width: 35px;
		height: auto;
		margin-right: 15px;
	}

	.m23 {
		text-align: center;
	}

	.m232 {
		position: static;
		display: block;
		margin: 0 auto;
	}

	.t52 {
		position: absolute;
		top: 30px;
		right: auto;
		left: 20px;
		font-size: 24px;
		color: #333;
		text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
		font-weight: bold;
	}

	.t521 {
		display: block;
		font-size: 20px;
	}

	.tlogo {
		position: absolute;
		top: 130px;
		left: -2px;
		width: 150px !important;
		height: auto !important;
	}

	.itoptitle2 {
		position: relative;
		display: block;
		padding-top: 20px;
		font-size: 16px;
		line-height: 1.4;
	}

	.i4 {
		background-image: url(../images/iback2.jpg);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: auto;
		padding: 60px 0 100px;
		color: #fff;
	}

	.i411 {
		font-size: 30px;
	}

	.i412 {
		font-size: 16px;
	}

	.i42 ul {
		justify-content: center;
	}

	.i42 ul li {
		width: 50%;
		padding: 0 3%;
		padding-top: 60px;
	}

	.i42 ul li:nth-child(3) {
		padding-top: 60px;
	}

	.i42 {
		margin-top: -100px;
	}

	.i6 {
		position: relative;
		margin-top: 80px;
	}

	.i531 {
		font-size: 24px;
		font-weight: bold;
		margin-left: 10px;
		background: linear-gradient(transparent 80%, #afcddf 80%);
	}

	.i14 {
		display: flex;
		flex-wrap: wrap;
		font-weight: bold;
		padding: 10px 0;
	}

	.i14 p:nth-child(1) {
		display: inline-block !important;
		width: 100px;
	}

	.i14 p:nth-child(2) {
		display: inline-block !important;
		width: 120px;
		text-align: center;
	}

	.i14 p:nth-child(3) {
		display: block;
		padding-left: 0;
		padding-top: 10px;
	}

	.osan a {
		position: relative;
		top: 15px;
		display: block;
		background-color: #333;
		border: 1px solid #333;
		color: #fff;
		padding: 3px;
		width: 135px;
		font-size: 18px;
		text-align: center;
		margin: 0 0 0 auto;
		margin-right: 25px;
		text-decoration: none;
		transition: 0.3s ease-in-out;
	}

	/***********************/
	.area_cont {
		border: 3px solid #1c5185;
		padding: 40px 5px;
	  }
	  .midashi45 {
		font-size: 26px;
	  }
	  .area_list_bg {
		padding: 20px 5px;
	  }
	  .area_list {
		display: flex;
		flex-wrap: wrap;
	  }
	  .area_list li {
		padding: 0;
		width: 25%;
		margin: 10px 0;
		font-size: 12px;
		letter-spacing: -0.1em;
		text-align: center;
	  }
	  .area_list li:nth-child(4), .area_list li:nth-child(8), .area_list li:nth-child(12) {
		border-right: 0;
	  }




}

@media only screen and (max-width: 648px) {

	.ntoptitle {
		position: absolute;
		bottom: 20px;
		left: 8%;
		color: #fff;
		font-size: 30px;
		font-weight: bold;
	}

	.ntop2,
	.otop2,
	.ptop2,
	.mtop2,
	.stop2,
	.etop2,
	.ltop2,
	.dtop2,
	.ftop2,
	.ttop2,
	.jtop2 {
		position: relative;
		background-size: cover;
		background-position: 50%;
		width: 100%;
		height: 250px;
	}

	.ctop2 {
		position: relative;
		background-size: cover;
		background-position: 20% 0;
		width: 100%;
		height: 250px;
	}

	.k1 {
		background-image: url(../images/kback.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding: 40px 0;
	}

	.k121 {
		font-size: 26px;
		font-weight: bold;
		line-height: 1.4;
	}

	.k131 {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
	}

	.k2 {
		padding-top: 40px;
	}

	.k21 {
		font-size: 24px;
		font-weight: bold;
		line-height: 1.5;
	}

	.k211 {
		font-size: 14px;
	}

	.ktohatsu,
	.khonda,
	.kunimat {
		position: relative;
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 200px;
		margin-top: 20px;
	}

	.ktohatsu img {
		position: absolute;
		top: 0;
		left: 4%;
		width: 60px;
		height: auto;
	}

	.kkuwa a {
		position: relative;
		display: block;
		width: 230px;
		border: 1px solid #333;
		padding: 10px 10px;
		text-align: center;
		color: #333;
		text-decoration: none;
		margin-top: 40px;
	}

	.kkuwa a .kyaji {
		position: absolute;
		top: 18px;
		right: -18px;
		width: 30px;
		height: auto;
		font-size: 12px;
	}

	.kkuwa a:hover .kyaji {
		position: absolute;
		top: 18px;
		right: -20px;
		width: 30px;
		height: auto;
	}

	.nback,
	.kback,
	.lback,
	.uback,
	.dback,
	.tback {
		background-attachment: inherit;
		background-size: cover;
		background-position: 50%;
		width: 100%;
		height: 200px;
		margin-top: 80px;
	}



	.m42 ul {
		display: flex;
	}

	.m42 ul li:nth-child(1) {
		width: 35px;
	}

	.m42:after {
		content: "";
		position: absolute;
		top: 75px;
		left: 17px;
		width: 3px;
		height: 99%;
		background-image: url(../images/mten.png);
		background-size: contain;
		background-position: 50% 0;
	}

	.m42 ul li:nth-child(2) {
		padding-left: 20px;
		padding-top: 0;
		width: calc(100% - 35px);
	}



	.m441 {
		font-size: 14px;
		font-weight: bold;
		position: relative;
		top: 15px;
	}

	.n110 {
		position: relative;
		font-size: 26px;
		font-weight: bold;
		font-family: cb;
	}

	.n12 {
		font-size: 16px;
		margin-top: 5px;
	}

	.all2 {
		padding: 60px 0 20px;
	}

	.ogray {
		font-size: 14px;
		color: #787878;
		padding-left: 0;
		display: block;
	}

	.osou ul li a {
		display: block;
		border: 1px solid #333;
		color: #333;
		text-decoration: none;
		padding: 10px 0;
		transition: 0.3s ease-in-out;
		font-size: 15px;
	}

	.osou ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 60px;
	}

	.oback,
	.pback {
		position: relative;
		background-attachment: inherit;
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 200px;
		margin-top: 80px;
	}

	.m42 {
		position: relative;
		padding-top: 20px;
	}

	.n110:after {
		content: "";
		position: absolute;
		bottom: 7px;
		right: -50px;
		border-bottom: 1px solid #333;
		width: 40px;
		height: 1px;
	}

	.c1 {
		padding-top: 30px;
	}

	.c1 ul li:nth-child(1) {
		display: block;
		width: 100%;
		background-color: #f4f4f4;
		padding: 20px;
		border-right: none;
		font-size: 14px;
		font-weight: bold;
	}

	.c1 ul li:nth-child(2) {
		display: block;
		width: 100%;
		padding: 20px;
		font-size: 13px;
	}

	.c2 {
		position: relative;
		top: -12px;
		padding-left: 8%;
		margin-top: 100px;
	}

	.n12 {
		font-size: 14px;
		margin-top: 0px;
	}

	.cadd {
		background-image: url(../images/cback.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 60px;
	}

	.c2 {
		position: relative;
		top: -12px;
		padding-left: 8%;
		margin-top: 60px;
	}

	.cmap iframe {
		width: 100%;
		height: 200px;
	}

	.sgazou {
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		width: 350px;
		height: auto;
	}

	.n111 {
		position: relative;
		font-size: 30px;
		font-weight: bold;
		font-family: cb;
	}

	.p11 {
		font-size: 16px;
		font-weight: bold;
		padding-top: 25px;
	}

	.s2:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 75%;
		background-image: url(../images/sback.png);
		background-size: cover;
		background-position: 50% 0;
	}

	.l12 {
		position: relative;
		background-image: url(../images/lgazou1.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 200px;
	}

	.l13 {
		position: relative;
		background-image: url(../images/lgazou2.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 200px;
	}

	.l12 img,
	.l13 img {
		position: absolute;
		bottom: -40px;
		right: -10px;
		width: 250px;
		height: auto;
	}

	.s2 {
		position: relative;
		padding: 60px 0;
	}

	.s2:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 80%;
		background-image: url(../images/sback.png);
		background-size: cover;
		background-position: 50% 0;
	}

	.l210 {
		position: relative;
		font-size: 26px;
		font-weight: bold;
		font-family: cb;
	}

	.l001 {
		position: absolute;
		top: -50px;
		left: 0;
		width: 80px;
		height: auto;
		opacity: 0.5;
	}

	.e221 {
		font-size: 24px;
		font-weight: bold;
		line-height: 2.4;
	}

	.e01 {
		position: absolute;
		top: -20px;
		left: 0;
		width: 60px;
		height: auto;
		opacity: 0.5;
	}

	.elogo {
		position: absolute;
		bottom: 80px;
		right: 3%;
		width: 180px;
		height: auto;
	}

	.p12 {
		padding: 20px 0 60px;
	}

	.p2 ul li:nth-child(n+3) {
		padding-top: 60px;
	}

	.p3 {
		background-image: url(../images/pback.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding: 50px 0;
		margin-top: 80px;
	}

	.fgazou1 img {
		width: 100%;
		height: auto;
		margin-top: -30px;
	}

	.f2 {
		background-image: url(../images/fback.jpg);
		background-size: contain;
		background-position: 50% 0;
		width: 100%;
		padding: 80px 0 60px;
		margin-top: 60px;
	}


	.f3 {
		max-width: 450px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.f4 {
		padding-top: 80px;
	}

	.f4 ul li {
		max-width: 450px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.f4 ul li:nth-child(2) {
		padding-top: 80px;
	}

	.f330 {
		padding-top: 10px;
		min-height: auto;
		padding-bottom: 20px;
	}

	.fgazou2 img {
		width: 100%;
		height: auto;
		margin-top: 30px;
	}

	.sgazou {
		position: static;
		top: auto;
		bottom: 0;
		right: 0;
		width: 100%;
		height: auto;
		display: block;
		margin: 0 0 0 auto;
		margin-top: 40px;
	}

	.s21 ul {
		position: relative;
		z-index: 99;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 40px;
	}

	.s21 ul li {
		max-width: 450px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.s21 ul li:nth-child(n+2) {
		padding-top: 80px;
	}

	.s22,
	.s23,
	.s24,
	.s25 {
		position: relative;
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 300px;
	}

	.s42 {
		overflow-x: scroll;
		width: 100%;
	}

	.s42 img {
		width: 600px;
		height: auto;
	}

	.s43 {
		font-size: 14px;
		font-weight: bold;
		color: #b11c3e;
		padding-top: 10px;
	}

	.s431 {
		font-size: 20px;
	}

	.syoko {
		display: block;
		padding-bottom: 30px;
	}

	.s4 {
		padding: 50px 0;
	}

	.s51 {
		background-color: #599fca;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		padding: 15px 20px;
		text-align: center;
	}

	.s51 img {
		position: relative;
		top: -2px;
		width: 35px;
		height: auto;
		margin-right: 15px;
		display: block;
		margin: 0 auto;
		margin-bottom: 5px;
	}

	.s52 {
		padding: 30px 5%;
	}

	.s54 {
		font-size: 26px;
		font-weight: bold;
		padding-top: 20px;
	}

	.s55 {
		margin-top: 0;
	}

	.s551 {
		text-align: left;
	}

	.o1 ul li:nth-child(1) {
		display: block;
		background-color: #eeeeee;
		width: 100%;
		padding: 15px 2%;
		border-top: 3px solid #fff;
		border-top: 3px solid #eeeeee;
		border-right: none;
	}

	.o1 ul li:nth-child(2) {
		display: block;
		padding: 30px 5%;
		font-size: 13px;
	}

	.s58 {
		padding-left: 0;
	}

	.s7 {
		position: relative;
		background-color: #05529a;
		padding: 60px 0;
		color: #fff;
		font-weight: bold;
		margin-top: 80px;
	}

	.sjyo {
		position: absolute;
		bottom: 20px;
		right: 0;
		width: 200px;
		height: auto;
	}

	.s7 {
		position: relative;
		background-color: #05529a;
		padding: 40px 0;
		color: #fff;
		font-weight: bold;
		margin-top: 60px;
	}

	.s721 {
		font-size: 26px;
	}

	.s722 {
		font-weight: bold;
		font-size: 14px;
	}

	.n21 {
		margin-top: 50px;
	}

	.m21,
	.m210,
	.m2100 {
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 250px;
	}

	.m2 ul:nth-child(n+2) {
		padding-top: 30px;
	}

	.m3 {
		position: relative;
		background-image: url(../images/mgray.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding: 50px 0;
		margin: 50px 0;
	}

	.mhaikei {
		position: absolute;
		bottom: 15%;
		right: 0;
		width: 60%;
		height: auto;
	}

	.m5 {
		background-image: url(../images/mback.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding: 40px 0;
		color: #fff;
		margin-top: 50px;
		font-weight: bold;
	}

	.t4kuwa2 a {
		display: block;
		background-color: #05529a;
		color: #fff;
		text-align: center;
		padding: 20px 10px 15px;
		font-weight: bold;
		font-size: 20px;
		text-decoration: none;
	}

	.t4kuwa2 a span {
		font-size: 14px;
	}

	.itoptitle {
		position: absolute;
		z-index: 99;
		bottom: 5%;
		left: 5%;
		font-size: 30px;
		font-weight: bold;
		color: #fff;
		line-height: 1.3;
	}

	.itoptitle2 {
		position: relative;
		top: -10px;
		font-size: 16px;
	}

	.itoptitle {
		position: absolute;
		z-index: 99;
		bottom: 5%;
		left: 5%;
		font-size: 26px;
		font-weight: bold;
		color: #fff;
		line-height: 1.3;
	}


	.flexslider {
		position: relative;
		width: 100%;
		height: 300px;
	}

	#fade1,
	#fade2,
	#fade3,
	#fade4 {
		background-position: 50% 0;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 300px;
	}

	.i1 {
		background-image: url(../images/iback.png);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding: 50px 0;
	}

	.i11 ul li:nth-child(2) {
		display: block;
		width: 100%;
		margin-top: 20px;
	}

	.i14 {
		display: flex;
		flex-wrap: wrap;
	}

	.i14 a:nth-child(1) {
		width: 130px;
	}

	.i14 a:nth-child(2) {
		width: 120px;
		text-align: center;
	}

	.i14 a:nth-child(3) {
		padding-left: 0;
		width: 100%;
	}

	.ikuwa a {
		position: relative;
		z-index: 99;
		display: block;
		width: 250px;
		border: 1.5px solid #333;
		padding: 15px 0;
		margin-top: -20px;
		text-align: center;
		color: #333;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}

	.i2 {
		position: relative;
		padding: 100px 0 250px;
	}

	.ifune {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 90%;
		height: auto;
	}

	.i31 {
		display: block;
		width: 100%;
		padding: 0 3%;
		margin: 50px 0;
	}

	.ikuwa2 a {
		position: relative;
		z-index: 99;
		display: block;
		width: 200px;
		border: 1.5px solid #2084c2;
		padding: 15px 0;
		margin-top: 40px;
		text-align: center;
		color: #2084c2;
		background-color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}

	.i411 {
		font-size: 24px;
	}

	.i412 {
		font-size: 14px;
	}

	.i42 ul li {
		width: 100%;
		padding: 0 3%;
		padding-top: 60px;
	}

	.i52 {
		font-size: 18px;
		font-weight: bold;
	}

	.i61 {
		position: absolute;
		bottom: 0;
		right: 4%;
		width: 250px;
	}

	.i04 {
		position: absolute;
		z-index: 991;
		bottom: -50px;
		right: 0;
		width: 180px;
		height: auto;
	}

	.i5 {
		padding-top: 80px;
	}

	.i7all {
		margin: 100px 0;
	}

	.i7all a {
		position: relative;
		display: block;
		transition: 0.3s ease-in-out;
		color: #fff;
		text-decoration: none;
		margin-top: 20px;
		padding-top: 0;
	}

	.i7all a:nth-child(2) {
		padding-top: 0;
	}

	.i7 ul li:nth-child(1) {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(5, 82, 154, 0.5);
		color: #fff;
		vertical-align: middle;
		padding-left: 4%;
	}

	.i7 ul li:nth-child(2) {
		display: block;
		background-image: url(../images/igazou1.jpg);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 200px;
	}

	.i71 {
		padding-top: 70px;
	}

	.i8 ul li:nth-child(1) {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(5, 82, 154, 0.5);
		color: #fff;
		vertical-align: middle;
		padding-left: 4%;
	}

	.i8 ul li:nth-child(2) {
		display: block;
		background-image: url(../images/igazou2.jpg);
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 200px;
	}

	.c2 {
		position: relative;
		top: -18px;
		padding-left: 8%;
		margin-top: 60px;
	}

	.iac {
		margin-top: -30px;
	}

	.ikuwa10 a {
		position: relative;
		z-index: 99;
		display: block;
		width: 250px;
		border: 1.5px solid #333;
		padding: 15px 0;
		margin-top: 20px;
		text-align: center;
		color: #333;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}

	.p4 {
		position: relative;
		padding: 60px 0 100px;
	}

	.sumahonav {
		display: block;
		position: fixed;
		z-index: 9999;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #05529a;
		padding: 10px 0;
		border-top: 1px solid #05529a;
	}

	.sumahonav ul li:after {
		content: "";
		position: absolute;
		top: 10px;
		right: -7%;
		border-right: 2px solid #d2d2d2;
		width: 2px;
		height: 25px;
	}

	.sumahonav ul li img {
		height: 50px;
		width: auto;
	}

	.e2 {
		position: relative;
		background-image: none;
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		padding-bottom: 0;
		padding-top: 0;
		margin-top: 80px;
	}

	.d11 {
		max-width: auto;
		width: 100% !important;
		margin-top: 40px;
	}

	#cy_footer {
		position: relative;
		padding: 20px 0 100px;
	}

	.junbi {
		text-align: center;
		padding: 100px 0;
		font-size: 24px;
	}

	.nfmenu div a {
		font-size: 11px;
	}


}

@media only screen and (max-width: 480px) {
	.nslogo {
		display: block;
		position: absolute;
		top: 28px;
		left: 4%;
		width: 200px !important;
		height: auto;
	}

	.khonda img {
		position: absolute;
		top: 30px;
		left: 4%;
		width: 150px;
		height: auto;
	}

	.sgazou {
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		width: 280px;
		height: auto;
	}

	.l210 {
		position: relative;
		font-size: 20px;
		font-weight: bold;
		font-family: cb;
	}

	.l210:after {
		content: "";
		position: absolute;
		bottom: 0px;
		right: -45px;
		border-bottom: 1px solid #333;
		width: 35px;
		height: 1px;
	}

	.pmizu {
		position: absolute;
		z-index: 9;
		top: auto;
		bottom: 0;
		right: 0;
		width: 200px;
		height: auto;
	}

	.n111 {
		position: relative;
		font-size: 24px;
		font-weight: bold;
		font-family: cb;
	}

	.n111:after {
		content: "";
		position: absolute;
		bottom: 5px;
		right: -40px;
		border-bottom: 1px solid #333;
		width: 30px;
		height: 1px;
	}

	.s22,
	.s23,
	.s24,
	.s25 {
		position: relative;
		background-size: cover;
		background-position: 50% 0;
		width: 100%;
		height: 250px;
	}

	.t221 {
		background-color: #05529a;
		padding: 5px 20px;
		color: #fff;
		font-weight: bold;
		font-size: 13px;
	}

	.t3 {
		margin-top: 20px;
	}

	.t42 {
		text-align: left;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.t4kuwa2 a {
		display: block;
		background-color: #05529a;
		color: #fff;
		text-align: center;
		padding: 20px 10px 15px;
		font-weight: bold;
		font-size: 16px;
		text-decoration: none;
	}

	.t4kuwa2 a span {
		font-size: 13px;
	}

	.t112 {
		text-align: left;
	}

	.t52 {
		position: absolute;
		top: 30px;
		right: auto;
		left: 16px;
		font-size: 18px;
		color: #333;
		text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
		font-weight: bold;
	}

	.t521 {
		display: block;
		font-size: 14px;
	}

	.sgazou100 {
		position: static;
		width: 100%;
		height: auto;
		margin-top: 20px;
	}

	.nftel {
		font-size: 16px;
		font-weight: bold;
	}



}

@media only screen and (max-width: 370px) {

	.m420:after {
		content: "";
		position: absolute;
		top: 40px;
		left: 18.5px;
		width: 3px;
		height: 98%;
		background-image: url(../images/mten.png);
		background-size: contain;
		background-position: 50% 0;
	}

	.t221 {
		background-color: #05529a;
		padding: 5px 20px;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
	}

	.i61 {
		position: absolute;
		bottom: 0;
		right: 4%;
		width: 200px;
	}

	.i04 {
		position: absolute;
		z-index: 991;
		bottom: -50px;
		right: 0;
		width: 150px;
		height: auto;
	}

	.nfmenu div a {
		font-size: 10px;
	}
}