@charset "utf-8";
/* CSS Document */

/*全体の設定
---------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", "Noto Sans JP", 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 130%;
	background: #fff;
	-webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

textarea,
select,
input[type="text"],
input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="submit"] {
	font-size: 100%;
	padding: 6px;
	border-radius: 4px;
	border: solid 1px #bbb;
}

h1,
h2,
h3,
h4{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

ul {
	list-style-type: none;
}

ol {
	padding-left: 40px;
	padding-bottom: 15px;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}

iframe {
	width: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

header {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
}

main {
	width: 100%;
	overflow: hidden;
}

section {
	width: 100%;
	line-height: 1.5;
}

footer {
	width: 100%;
	overflow: hidden;
}

.sp {
	display: none;
}

.pc {
	display: block;
}


@media screen and (max-width: 480px) {

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

}



/* 左右調整 */

.Left {
	float: left;
	clear: left;
}

.Right {
	float: right;
}


/* 幅調整 */

.w420 {
	width: 420px !important;
}

.w200 {
	width: 200px !important;
}


/* 空き調整 */

.MT50 {
	margin-top: 50px;
}

.MT60 {
	margin-top: 60px;
}

.MT100 {
	margin-top: 100px;
}

.MT130 {
	margin-top: 130px;
}

.MB38 {
	margin-bottom: 38px !important;
}

.MB50 {
	margin-bottom: 50px !important;
}

.MB70 {
	margin-bottom: 70px !important;
}

.MB85 {
	margin-bottom: 85px !important;
}

.MB100 {
	margin-bottom: 100px !important;
}

.MB150 {
	margin-bottom: 150px !important;
}


@media screen and (max-width: 480px) {

	.MT100 {
		margin-top: 0px;
	}

	.MB150 {
		margin-bottom: initial;
	}

	.MB70 {
		margin-bottom: 45px !important;
	}

}


/*共通要素
---------------------------------------------------------------------------*/

#Wrapp {
	margin: 0 auto;
}

#Contents {
	width: 1140px;
	margin: 0 auto;
}


#mark,
#word,
#rinen,
#mlgs,
#gaiyo,
#doboku,
#norimen,
#hosou,
#kentiku,
#gaiko,
#kentiku {
	padding-top: 120px;
	margin-top: -120px;
}

@media screen and (max-width: 480px) {

	#Wrapp,
	#Contents {
		width: 100%;
		margin: 0 auto;
	}

	#mark,
	#word,
	#rinen,
	#mlgs,
	#gaiyo,
	#doboku,
	#norimen,
	#hosou,
	#kentiku,
	#gaiko,
	#kentiku {
		padding-top: 60px;
		margin-top: -60px;
	}

}


/* 文字調整 */

em.Tel {
	font-size: 20px;
	font-style: normal;
	color: #000;
}

p.text-narrow {
	transform: scale(1, 1);
	margin: 0 !important;
	padding: 0;
	width: inherit !important;
	text-align: left !important;
}

span.Blue {
	color: #3E90C0;
}

span.pc {
	display: inline-block;
}

@media screen and (max-width: 480px) {

	span.sp {
		display: inline-block;
	}

	span.color {
		color: #4375CC;
	}

	span.pc {
		display: none !important;
	}

}


/* ヘッダ */

header .Inner {
	width: 1140px;
	height: 52px;
	padding: 10px 0 10px 10px;
	margin: 0 auto;
	overflow: hidden;
}

header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
}

@media screen and (max-width: 480px) {

	header .Inner {
		width: 100%;
	}

}


/* メインメニュー */

nav#sidebarMenu {
	float: right;
	padding-top: 2px;
}

ul#MenuWrapp {
	overflow: hidden;
	box-sizing: content-box;
}

ul#MenuWrapp li {
	width: 160px;
	height: 30px;
	float: left;
	line-height: 33px;
	text-align: center;
	border-left: #000 solid 1px;
	letter-spacing: 0.2em;
	font-weight: 600;
}

ul#MenuWrapp li a {
	text-decoration: none;
	color: inherit;
	display: block;
}

ul#MenuWrapp li a:hover {
	color: #008FD3;
}

ul#MenuWrapp li ul {
	width: 160px;
	display: none;
	position: absolute;
	background-color: #fff;
	font-weight: normal;
	margin-left: -1px;
	z-index: 1;
}

ul#MenuWrapp li ul li {
	font-size: 11px;
	text-align: left;
	border-left: none;
	font-weight: normal;
	letter-spacing: normal;
	border-bottom: 1px dotted #ccc;
}

ul#MenuWrapp li ul li a {
	padding: 0 8px;
	display: block;
}

ul#MenuWrapp li ul li a:hover {
	background-color: #7E7E7E;
	color: #fff;
}

ul#MenuWrapp li ul li:last-child {
	border-bottom: none;
}





/* スライドメニュー（スマホ） */

@media screen and (max-width: 480px) {

	#sidebarMenu {
		height: auto;
		position: fixed;
		right: 0px;
		width: 250px;
		transform: translateX(250px);
		transition: transform 250ms ease-in-out;
		background: #fff;
		top: 52px;
	}

	.sidebarMenuInner {
		margin: 0;
		padding: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.10);
	}

	.sidebarMenuInner li {
		list-style: none;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		padding: 20px;
		cursor: pointer;
		border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	}

	.sidebarMenuInner li span {
		display: block;
		font-size: 14px;
		color: rgba(255, 255, 255, 0.50);
	}

	.sidebarMenuInner li a {
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		cursor: pointer;
		text-decoration: none;
	}

	input[type="checkbox"]:checked~#sidebarMenu {
		transform: translateX(0);
	}

	input[type=checkbox] {
		transition: all 0.3s;
		box-sizing: border-box;
		display: none;
	}

	.sidebarIconToggle {
		transition: all 0.3s;
		box-sizing: border-box;
		cursor: pointer;
		position: absolute;
		z-index: 99;
		height: 100%;
		width: 100%;
		top: 20px;
		height: 30px;
		width: 30px;
		right: 20px;
	}

	.spinner {
		transition: all 0.3s;
		box-sizing: border-box;
		position: absolute;
		height: 3px;
		width: 100%;
		background-color: #6E90AD;
	}

	.horizontal {
		transition: all 0.3s;
		box-sizing: border-box;
		position: relative;
		float: left;
		margin-top: 3px;
	}

	.diagonal.part-1 {
		position: relative;
		transition: all 0.3s;
		box-sizing: border-box;
		float: left;
	}

	.diagonal.part-2 {
		transition: all 0.3s;
		box-sizing: border-box;
		position: relative;
		float: left;
		margin-top: 3px;
	}

	input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
		transition: all 0.3s;
		box-sizing: border-box;
		opacity: 0;
	}

	input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1 {
		transition: all 0.3s;
		box-sizing: border-box;
		transform: rotate(135deg);
		margin-top: 8px;
	}

	input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
		transition: all 0.3s;
		box-sizing: border-box;
		transform: rotate(-135deg);
		margin-top: -9px;
	}

	li#Home {
		margin-left: 20px;
		width: 100%;
		background-image: url(../images/common/sp_menuline.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
		padding-left: 0px !important;
		margin-bottom: 5px !important;
	}

	ul#mobile {
		width: 100%;
		padding: 10px 0 10px 0;
		box-sizing: border-box;
		font-weight: inherit;
		border: #e1e1e1 1px solid;
	}

	ul#mobile li {
		width: 100%;
		padding: 10px 0 0 20px;
		margin-bottom: 2px;
		letter-spacing: 0.2em;
	}

	ul#mobile li a {
		text-decoration: none;
		color: #000;
	}

	ul.KigyoSub,
	ul.ZigyoSub,
	ul.ZissekiSub {
		display: none;
		background-color: #EDF5FB;
		font-size: 14px;
		margin-left: -20px;
		padding: 5px 5px 0 20px;
		margin-top: 5px;
	}

	ul.KigyoSub li,
	ul.ZigyoSub li,
	ul.ZissekiSub li {
		padding-left: 40px !important;
		letter-spacing: normal !important;
		padding: 5px 0 5px 20px !important;
	}


}


/* フッタ */

footer .Inner {
	width: 1060px;
	height: 210px;
	margin: 0 auto;
	border-top: 1px solid #000;
	background-image: url(../images/common/logo_footer.gif);
	background-position: 15px 20px;
	background-repeat: no-repeat;
}

footer .Inner p {
	width: 500px;
	display: block;
	padding: 60px 0 0 140px;
}

footer .Inner p:nth-of-type(2) {
	padding: 10px 0 0 140px;
}

dl.FooterMenuWrapp {
	padding: 20px 0 10px 12px;
	border-left: 1px solid #000;
	display: block;
	float: left;
	clear: none;
}

dl.FooterMenuWrapp a {
	text-decoration: none;
	color: #000;
}

dl.FooterMenuWrapp a:hover {
	color: #008FD3;
}

dl.FooterMenuWrapp:nth-of-type(1) {
	width: 180px;
}

dl.FooterMenuWrapp:nth-of-type(2) {
	width: 105px
}

dl.FooterMenuWrapp:nth-of-type(3) {
	width: 105px;
}

dl.FooterMenuWrapp:nth-of-type(4) {
	width: 90px;
	padding: 20px 0 0 12px;
}

dl.FooterMenuWrapp:nth-of-type(5) {
	width: 80px;
	padding: 20px 0 0 12px;
}


dl.FooterMenuWrapp dt {
	padding: 0 0 23px 0;
}

dl.FooterMenuWrapp:nth-of-type(4) dt,
dl.FooterMenuWrapp:nth-of-type(5) dt {
	padding: 0;
}

dl.FooterMenuWrapp dd {
	font-size: 12px;
}

dl.FooterMenuWrapp dd a:hover {
	color: #008FD3 !important;
}

dl.FooterMenuWrapp dd p {
	width: 1em;
	margin: 0 0 -1.6em -12px;
	padding: 0px;
}


@media screen and (max-width: 480px) {

	footer .Inner {
		width: 100%;
		height: 150px;
		background-size: 65%;
	}

	dl.FooterMenuWrapp {
		display: none;
	}

	footer .Inner p {
		font-size: 15px;
		padding: 55px 0 0 118px;
	}

	footer .Inner p:nth-of-type(2) {
		padding: 10px 0 0 118px;
	}

}

@media screen and (max-width: 375px) {

	footer .Inner p {
		font-size: 14px;
		padding: 55px 0 0 100px;
	}

	footer .Inner p:nth-of-type(2) {
		padding: 10px 0 0 100px;
	}


}



/*リンクボタン */

#LinkWrapp {
	width: 410px;
	background: url(../images/common/link_button.gif) no-repeat left;
	margin: 0 auto;
}

#LinkWrapp p,
#LinkWrappMini p {
	width: 330px;
	height: 48px;
	display: block;
	font-size: 23px;
	text-align: center;
	line-height: 48px;
	letter-spacing: .5em
}

#LinkWrapp a {
	text-decoration: none;
	color: inherit;
}

#LinkWrapp a:hover,
#LinkWrappMini a:hover {
	color: #008FD3;
}

#LinkWrappMini p {
	padding-top: 0;
}


#LinkWrapp.contact {
	width: 100%;
	background-image: url(../images/common/link_button.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 33%;
	box-sizing: border-box;
}


@media screen and (max-width: 480px) {

	#ButtonWrapp {
		width: 80%;
	}

	#LinkWrapp {
		width: 80%;
		background: url(../images/common/link_button.gif) no-repeat left 100%/100%;
	}

	#LinkWrapp p,
	#LinkWrappMini p {
		font-size: 20px;
		line-height: 58px;
		margin-left: -20px;
	}


}



/*各コンテンツ
---------------------------------------------------------------------------*/

/* トップページ */

#MainImage {
	width: 100%;
	height: 840px;
	position: relative;
	overflow: hidden;
	background: url(../images/index/main_en1600.png) no-repeat center center/100%;
	min-width: 1180px;
	max-width: 1180px;
	margin: 0 auto;
}

#MainImage img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	opacity: 0;
	animation: slideshow 10s linear infinite;
}

#NewsWrapp {
	width: 100%;
	background-image: url(../images/index/oshirase_obi.png);
	background-size: 100% 100%;
	height: 50px;
	max-width: 1180px;
	margin: 0 auto;
}

#NewsWrapp dl {
	width: 1050px;
	color: #fff;
	margin: 0 auto;
	padding: 17px;
	text-align: center;
}

#NewsWrapp dl dt {
	width: 97px;
	border-left-color: #fff;
	border-left-style: solid;
	border-left-width: 1px;
	float: left;
	clear: left;
	display: block;
}

#NewsWrapp dl dd.date {
	width: 105px;
	display: block;
	border-left-color: #fff;
	border-left-style: solid;
	border-left-width: 1px;
	float: left;
}

#NewsWrapp dl dd.text {
	width: 750px;
	border-left-color: #fff;
	border-left-style: solid;
	border-left-width: 1px;
	float: left;
	text-align: left;
	padding-left: 15px;
	display: block;
}

#NewsWrapp dl dd.button {
	width: 80px;
	margin-left: 950px;
	border-left-color: #fff;
	border-left-style: solid;
	border-left-width: 1px;
	display: block;
}

#NewsWrapp a{
	color: white;
	text-decoration: none;
}



#BannerWrapp {
	width: 100%;
	margin: 38px 0 55px 0;
}

#BannerWrapp ul {
	width: 1060px;
	margin: 0 auto;
}

#BannerWrapp ul li {
	width: 1060px;
	display: block;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

#BannerWrapp ul li a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 236px;
}

#BannerWrapp ul li a:last-child {
	margin-bottom: 0px;
}

#BannerWrapp ul li a>h2 {
	color: #fff;
	font-family: system-ui;
	position: absolute;
	font-size: 46px;
	left: 415px;
	top: 150px;
	font-weight: 100 !important;
	letter-spacing: .2em;
}

.kig {
	background-image: url(../images/index/top_bn_kigyo.jpg);
	background-position: top left;
}

.jgo {
	background-image: url(../images/index/top_bn_zigyo.jpg);
	background-position: top left;
}

.jsk {
	background-image: url(../images/index/top_bn_zisseki.jpg);
	background-position: top left;
}

#ButtonWrapp {
	width: 100%;
	margin: 0 auto 50px;
}


@media screen and (max-width: 480px) {

	#MainImage_sp {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 72%;
		position: relative;
		overflow: hidden;
		background: url(../images/index/main_jp1600.png) no-repeat center center/100%;
	}

	#MainImage_sp img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
		opacity: 0;
		animation: slideshow 10s linear infinite;
	}

	#NewsWrapp dl {
		width: 100%;
		padding: 5px 10px;
		font-size: 90%;
		overflow: hidden;
	}

	#NewsWrapp dl dt,
	#NewsWrapp dl dd.date,
	#NewsWrapp dl dd.text,
	#NewsWrapp dl dd.button {
		border: none;
	}

	#NewsWrapp dl dt,
	#NewsWrapp dl dd.date {
		text-align: left;
	}

	#NewsWrapp dl dd.text {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-left: 0;
	}

	#NewsWrapp dl dd.button {
		margin-inline: auto;
		text-align: right;
		width: initial;
	}

	#BannerWrapp {
		margin: 38px 0 45px 0;
	}

	#BannerWrapp ul,
	#BannerWrapp ul li {
		width: 100%;
		overflow: hidden;
	}

	#BannerWrapp ul li {
		margin-bottom: 0;
		height: auto;
	}

	#BannerWrapp ul li a {
		height: 165px;
	}


	#BannerWrapp ul li a>h2 {
		left: 28%;
		top: 63%;
		font-size: 36px;
	}

	.kig,
	.jgo,
	.jsk {
		height: 165px;
		background-position: top center;
		background-size: 180%;
		background-repeat: no-repeat;
	}

	#BannerWrapp ul li.kigsub ul,
	#BannerWrapp ul li.jgosub ul,
	#BannerWrapp ul li.jsksub ul {
		width: 100%;
		padding: 15px 0 0 5px;
		box-sizing: border-box;
		overflow: hidden;
		margin-bottom: 15px;
	}

	#BannerWrapp ul li.kigsub ul li,
	#BannerWrapp ul li.jgosub ul li,
	#BannerWrapp ul li.jsksub ul li {
		font-size: 16px;
		margin: 0 5px 5px 0;
		float: left;
		display: block;
		width: auto;
	}

	#BannerWrapp ul li.kigsub ul li:nth-of-type(3) {
		margin-right: 63px;
	}

	#BannerWrapp ul li.kigsub ul li:nth-of-type(4) {
		margin-right: 50px;
	}

	#BannerWrapp ul li.jgosub ul li:first-child,
	#BannerWrapp ul li.jgosub ul li:nth-of-type(3) {
		margin-right: 148px;
	}

	#BannerWrapp ul li.jgosub ul li:nth-of-type(2) {
		margin-right: 0px;
	}

	#BannerWrapp ul li.jsksub ul li:first-child,
	#BannerWrapp ul li.jsksub ul li:nth-of-type(3n) {
		margin-right: 100px;
	}


}

@media screen and (max-width: 375px) {


	#BannerWrapp ul li a>h2 {
		left: 25%;
		top: 62%;
		font-size: 36px;
	}

	#BannerWrapp ul li.kgo ul,
	#BannerWrapp ul li.jgo ul,
	#BannerWrapp ul li.jsk ul {
		padding: 15px 0 0 0px;
	}

	#BannerWrapp ul li a {
		height: 145px;
	}

	#BannerWrapp ul li.kgo ul,
	#BannerWrapp ul li.jgo ul,
	#BannerWrapp ul li.jsk ul {
		width: 95%;
		height: 140px;
	}

	#BannerWrapp ul li.kgo ul li:nth-of-type(3) {
		margin-right: 60px;
	}

	#BannerWrapp ul li.kgo ul li:nth-of-type(4) {
		margin-right: 200px;
	}

	#BannerWrapp ul li.jsksub ul li:first-child,
	#BannerWrapp ul li.jsksub ul li:nth-of-type(3n) {
		margin-right: 80px;
	}

	#BannerWrapp ul li.jgosub ul li:first-child,
	#BannerWrapp ul li.jgosub ul li:nth-of-type(3) {
		margin-right: 138px;
	}

	#BannerWrapp ul li.kigsub ul li:nth-of-type(4) {
		margin-right: 148px;
	}

}



/* 中面・ヘッダイメージ */

.naka {
	margin-top: -52px;
}

#SubImage {
	width: 100%;
	height: 320px;
	position: relative;
	min-width: 1147px;
}

#SubImage img {
	position: absolute;
	width: 415px;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#SubImage h2 {
	color: #fff;
	font-family: system-ui;
	position: absolute;
	font-size: 23px;
	left: 50%;
	top: 35%;
	width: auto;
	text-align: center;
	letter-spacing: .2em;
	padding-left: .2em;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.kgo {
	background: url(../images/kigyo/naka_hederimg_kigyo_.jpg) no-repeat center center/100%;
}

.zgo {
	background: url(../images/zigyo/naka_hederimg_zigyo_.jpg) no-repeat center center/100%;
}

.zsk {
	background: url(../images/zisseki/naka_hederimgzisseki_.jpg) no-repeat center center/100%;
}

.toi {
	background: url(../images/contact/naka_hederimg_contact_.jpg) no-repeat center center/100%;
}

.sai {
	background: url(../images/saiyo/naka_hederimg_saiyo_.jpg) no-repeat center center/100%;
}



@media screen and (max-width: 480px) {

	#SubImage.naka {
		margin-top: 0;
	}

	#SubImage {
		width: 100%;
		height: 134px;
		overflow: hidden;
		margin-bottom: 40px;
		min-width: auto;
	}

	#SubImage h2 {
		left: 50%;
		top: 25px;
	}

	#SubImage.news h2 {
		top: calc(50% - 10px);
	}

	#SubImage img {
		width: 65%;
		height: auto;
		left: 50%;
		top: 54%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.kgo {
		background: url(../images/kigyo/naka_hederimg_kigyo_.jpg) no-repeat left top/100%;
	}

	.zgo {
		background: url(../images/zigyo/naka_hederimg_zigyo_.jpg) no-repeat left top/100%;
	}

	.zsk {
		background: url(../images/zisseki/naka_hederimgzisseki_.jpg) no-repeat left top/100%;
	}

	.toi {
		background: url(../images/contact/naka_hederimg_contact_.jpg) no-repeat left top/100%;
	}

	.sai {
		background: url(../images/saiyo/naka_hederimg_saiyo_.jpg) no-repeat left top/100%;
	}

}

@media screen and (max-width: 375px) {

	#SubImage.naka {
		margin-top: 0;
	}

	#SubImage {
		width: 100%;
		height: 134px;
		overflow: hidden;
		margin-bottom: 10px;
		min-width: auto;
	}

	#SubImage h2 {
		left: 50%;
		top: 20px;
	}

	#SubImage img {
		width: 65%;
		height: auto;
		left: 50%;
		top: 48%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

}


/* 中ページ・サブメニュー */

#SubMenuWrapp {
	margin: 0 auto 70px;
}

.kigyo {
	width: 1075px;
}

.zigyo {
	width: 800px;
}

.zisseki {
	width: 810px;
}

.kigyo li {
	width: 215px !important;
	letter-spacing: 0 !important;
}

.zisseki li {
	letter-spacing: 0 !important;
}


#SubMenuWrapp ul {
	overflow: hidden;
}

#SubMenuWrapp ul li {
	width: 160px;
	float: left;
	border-left: 1px #000 solid;
	line-height: 35px;
	text-align: center;
	letter-spacing: .2em;
	font-size: 15px;
}

#SubMenuWrapp ul li:last-child {
	border-right: 1px #000 solid;
}

#SubMenuWrapp ul li a {
	height: 30px;
	display: block;
	text-decoration: none;
	color: #000;
}

#SubMenuWrapp ul li a:hover {
	color: #008FD3;
}



/* 沢井建設のこと */

section.ConceptMenuWrapp h3 {
	width: 478px;
	margin: 0 auto;
	padding: 14px 0;
	font-size: 23px;
	text-align: center;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	font-weight: bold;
}

section.ConceptMenuWrapp .Kakomi img {
	display: block;
	margin: 0 auto;
}

p.MainCopy {
	text-align: center;
	display: block;
	margin: 0 auto;
}

.BackImage {
	position: relative;
	background-image: url(../images/kigyo/consept_image01.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 1266px;
}

p.BodyCopy {
	width: 285px;
	font-size: 15px;
	position: absolute;
	line-height: 2;
	top: 230px;
	right: 100px;
	overflow: hidden;
}

p.BodyCopy img {
	float: right;
	margin-top: 15px !important;
}

.BottomCopy {
	width: 820px;
	height: 314px;
	margin: 0 auto;
	position: absolute;
	left: 450px;
	bottom: 0;
}

.BottomCopy h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}

.BottomCopy p {
	font-size: 15px;
	line-height: 2;
}

p.CatchPhrase {
	font-family: none;
	display: block;
	margin: 0 auto 5px auto;
	text-align: center;
	font-weight: bold;
}

.BottomTree {
	width: 100%;
	height: 458px;
	background-image: url(../images/kigyo/bottom_tree.png);
	background-position: left top;
	position: relative;
	margin: 40px 0 60px 0;
}

.BottomTree p {
	font-size: 34px;
	position: absolute;
	writing-mode: vertical-rl;
	color: #fff;
}

p.UnderCopy {
	font-size: 18px;
	text-align: center;
	line-height: 2.4;
}

.NameWrapp {
	width: 1060px;
	padding: 20px 140px 0 0;
	overflow: hidden;
	margin: 0 auto;
}

.CeoName {
	line-height: 40px;
	width: 298px;
	overflow: hidden;
	float: right;
}

.CeoName img {
	margin-left: 10px !important;
	float: right;
}

p.LightText {
	right: 273px;
	top: 40px;
}

p.MiddleText {
	left: 49.5%;
	top: 130px;
}

p.LeftText {
	left: 313px;
	top: 70px;
}

ul.TwoImage {
	width: 1160px !important;
	overflow: hidden;
	margin-bottom: 57px;
}

ul.TwoImage li {
	width: 580px;
	float: left;
}

.SloganText h3 {
	font-size: 37px !important;
	width: 1160px !important;
	font-weight: normal !important;
	border-top: none !important;
	border-bottom: none !important;
}

p.SloganBottomText {
	width: 100%;
	font-size: 18px;
	text-align: center;
	line-height: 2;
	margin-bottom: 50px;
}

.SdgsBox {
	width: 770px;
	border-top: 1px #3E90C0 solid;
	margin: 0 auto;
	padding: 44px 0 49px 45px;
	box-sizing: border-box;
}

.SdgsBox dl {
	width: 100%;
	margin: 0 auto 50px auto;
	font-size: 20px;
}

.SdgsBox dt {
	color: #3E90C0;
}

.SdgsBox dd {
	font-size: 16px;
	text-indent: 1.5em;
	margin-bottom: 25px;
}

.Torikumi h3 {
	font-size: 32px !important;
	color: #3E90C0;
	width: 775px !important;
	border-top: 1px #3E90C0 solid;
	border-bottom: 1px #3E90C0 solid;
	font-family: 'Noto Serif JP', serif;
}

.Torikumi p {
	font-size: 16px;
	text-align: center;
	padding-top: 30px;
	line-height: 2;
}

.Torikumi h3:nth-of-type(2) {
	font-size: 28px !important;
	color: #3E90C0 !important;
	border-top: none !important;
	border-bottom: none !important;
	margin: 20px auto !important;
}

.Torikumi p:nth-of-type(2) {
	width: 700px;
	font-size: 14px;
	text-align: left !important;
	margin: 0 auto;
}

section.Gaiyo {
	background-color: #DFECF9;
}

section.Gaiyo:nth-of-type(5) {
	padding: 50px 0 0 0 !important;
}

section.Gaiyo:nth-of-type(6) {
	padding: 20px 0 0 0 !important;
}

section.Gaiyo:nth-of-type(7) {
	padding: 20px 0 40px 0 !important;
	margin-bottom: 70px !important;
}

.Gaiyo dl {
	width: 670px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
}

.Gaiyo dl p {
	text-indent: -0.5em;
	font-weight: bold;
}

.Gaiyo dl dt {
	width: 100px;
	float: left;
	text-align-last: justify;
	text-justify: inter-ideograph;
	clear: left;
}

.Gaiyo dl dd {
	margin-left: 120px;
}


@media screen and (max-width: 480px) {

	section.ConceptMenuWrapp {
		width: 100%;
	}

	section.ConceptMenuWrapp .Kakomi {
		padding: 0 15px;
	}

	section.ConceptMenuWrapp h3 {
		width: 240px;
		font-size: 18px;
		padding: 10px 0;
		display: block;
	}

	section.ConceptMenuWrapp .Kakomi img {
		width: 60%;
		height: auto;
	}

	p.MainCopy {
		font-size: 90%;
	}

	.BackImage {
		background-size: contain;
		height: 650px;
	}

	p.BodyCopy {
		width: 230px;
		font-size: 12px;
		line-height: 1.6;
		top: 150px;
		right: 20px;
	}

	.BottomCopy {
		left: 160px;
		bottom: -20px;
	}

	.BottomCopy h4 {
		font-size: 20px;
	}

	.BottomCopy p {
		font-size: 12px;
		line-height: 1.6;
		width: 230px;
	}

	.BottomTree {
		background-size: 130%;
		background-position: center top;
		background-repeat: no-repeat;
		height: 200px;
	}

	.BottomTree p {
		font-size: 24px;
	}

	p.LightText {
		right: 275px;
		top: 25px;
	}

	p.MiddleText {
		left: 47%;
		top: 53px;
	}

	p.LeftText {
		left: 292px;
		top: 12px;
	}

	p.UnderCopy {
		font-size: 13px;
		line-height: 2;
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.NameWrapp {
		width: 100%;
		display: block;
		margin: 15px -18% 0 -18%;
		padding: 0;
		text-align: center;
	}

	ul.TwoImage {
		width: 100% !important;
		margin-bottom: 0px;
	}

	ul.TwoImage li {
		width: 100%;
		float: none;
		margin: 0 auto 20px auto;
	}

	ul.TwoImage li img {
		width: 100% !important;
	}

	.SloganText h3 {
		font-size: 22px !important;
		width: 100% !important;
	}

	p.SloganBottomText {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 30px;
	}

	.SdgsBox {
		width: 100%;
		padding: 20px 0 20px 0px;
	}

	.SdgsBox dl {
		width: 100%;
		padding: 0;
		font-size: 18px;
	}

	.SdgsBox dt {
		color: #3E90C0;
		text-indent: -1.1em;
		padding-left: 1em;
	}

	.SdgsBox dd {
		padding-left: 1.1em;
		text-indent: inherit;
		font-size: 14px;
	}

	.SdgsBox img {
		width: 100% !important;
	}

	.Torikumi h3 {
		font-size: 17px !important;
		width: 100% !important;
	}

	.Torikumi p {
		font-size: 12.5px;
		line-height: 1.6;
		width: 100% !important;
		margin: 0 auto;
	}

	.Torikumi h3:nth-of-type(2) {
		font-size: 24px !important;
	}

	.Torikumi p:nth-of-type(2) {
		width: 100%;
		font-size: 13px;
		margin: 0 auto;
	}

	.Gaiyo {
		margin: 0;
	}

	.Gaiyo>.Kakomi {
		width: 100%;
		margin: 0 auto;
	}

	.Gaiyo dl p {
		font-size: 18px;
		text-align: center;
		color: #4375CC;
		padding-bottom: 10px;
	}

	.Gaiyo dl {
		width: 100%;
		border-bottom: 5px #fff solid;
		margin-bottom: 20px;
	}

	.Gaiyo dl:last-child {
		border-bottom: none;
	}

	.Gaiyo dt {
		float: none !important;
		padding: 5px;
		font-weight: bold;
		background-color: #CBDBF5;
		width: 100% !important;
		text-align-last: inherit !important;
	}

	.Gaiyo dl dd {
		margin-left: 0;
		padding: 5px;
	}

	section.Gaiyo:nth-of-type(5),
	section.Gaiyo:nth-of-type(6),
	section.Gaiyo:nth-of-type(7) {
		padding-bottom: 5px !important;
		margin-bottom: 10px !important;
	}

	section.Gaiyo:nth-of-type(7) {
		margin-bottom: 25px !important;
		padding-bottom: 5px !important;
	}

}

@media screen and (max-width: 375px) {

	section.ConceptMenuWrapp {
		width: 100%;
		padding: 0 5px;
	}

	.BottomCopy {
		left: 145px;
		bottom: 25px;
		width: 250px;
	}

	.BottomCopy h4 {
		font-size: 16px;
	}

	.BottomCopy p {
		font-size: 12px;
		line-height: 1.6;
		width: 200px;
	}

	p.LightText {
		right: 227px;
		top: 25px;
	}

	p.MiddleText {
		left: 47%;
		top: 53px;
	}

	p.LeftText {
		left: 237px;
		top: 12px;
	}

	.NameWrapp {
		margin: 0;
	}

	.CeoName {
		float: none;
		margin-top: 30px;
	}


}



/* 沢井建設のしごと */


section.WorkMenuWrapp {
	width: 100%;
}

section.WorkMenuWrapp .Kakomi {
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 97px;
}

section.WorkMenuWrapp .Kakomi img.float {
	position: absolute;
	left: 0;
	top: 0px;
}


.TitleWrapp {
	width: 744px;
	overflow: hidden;
	margin-left: 216px;
	box-sizing: content-box;
	padding: 52px 0 30px 0;
}

.LeftBox {
	float: left;
	margin-right: 30px;
}

.RightBox {
	float: left;
	width: 400px;
}

.RightBox ul {
	width: 290px;
}

.LeftBox h3 {
	font-size: 74px;
	font-weight: 100;
	font-family: system-ui;
	line-height: 74px;
}

.RightBox ul li {
	font-size: 18px;
	float: left;
	margin-right: 65px;
}

.RightBox ul li:nth-of-type(2n) {
	margin-right: 0;
}

section:nth-of-type(2) ul li {
	margin-right: 92px;
}

section:nth-of-type(2) ul,
section:nth-of-type(3) ul,
section:nth-of-type(4) ul {
	width: 400px;
}

section:nth-of-type(5) ul {
	width: 200px;
}

section:nth-of-type(2) ul li:nth-of-type(3) {
	margin-right: 20px;
}


.BottomWrapp {
	border-top: 1px #000 solid;
	padding-left: 95px;
	box-sizing: content-box;
}

.BottomWrapp img {
	float: left;
	margin: 0 30px 0 0;
}

.BottomWrapp p {
	font-size: 16px;
	padding-top: 30px;
	line-height: 160%;
}

#LinkWrappMini {
	width: 410px;
	background-image: url(../images/common/link_button.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}

#LinkWrappMini a {
	text-decoration: none;
	color: #000;
}


@media screen and (max-width: 480px) {

	section.WorkMenuWrapp .Kakomi {
		width: 100%;
		height: 590px;
		margin-bottom: 50px;
		padding: 0 15px;
	}

	.TitleWrapp {
		width: 100%;
		overflow: hidden;
		margin-left: 125px;
		padding: 0 0 20px 0;
	}

	section.WorkMenuWrapp .Kakomi img.float {
		width: 35%;
		height: auto;
		top: 32px;
		left: 13px;
	}

	.LeftBox h3 {
		font-size: 48px;
		margin-left: -27px;
		border-bottom: 1px #000 solid;
		width: 130%;
		padding-left: 55px !important;
	}

	.RightBox {
		width: 80%;
		margin-left: 27px;
		padding-top: 5px;
	}

	.RightBox ul {
		width: 100%;
		height: 60px;
	}

	.RightBox ul li {
		font-size: 14px;
	}

	.RightBox ul li:nth-of-type(1),
	.RightBox ul li:nth-of-type(3) {
		margin-right: 35px;
	}

	.RightBox ul li:nth-of-type(2) {
		width: 200px;
	}

	.BottomWrapp {
		border: none;
		padding: 0;
		width: 100%;
		margin: -15px auto;
	}

	.BottomWrapp img {
		width: 100%;
		height: auto;
		display: block;
	}

	.BottomWrapp p {
		width: 100%;
		padding-top: 10px;
		font-size: 12px;
		overflow: hidden;
	}

	#LinkWrappMini {
		width: 80%;
		left: 9%;
		bottom: 0;
		background-size: contain;
	}

	#LinkWrapp p {
		font-size: 20px;
		line-height: 60px;
		margin-left: -20px;
	}

	#LinkWrappMini p {
		font-size: 20px;
		line-height: 40px;
		margin-left: -20px;
	}

	#LinkWrappMini {
		position: initial;
		margin: 30px auto 0 auto;
	}

	section:nth-of-type(2) ul li:nth-of-type(3) {
		margin-right: 5px;
	}

	section:nth-of-type(2) ul,
	section:nth-of-type(3) ulsection:nth-of-type(4) ul {
		width: 350px;
	}

	section:nth-of-type(2) ul li:first-child {
		margin-right: 61px !important;
	}

	section:nth-of-type(4) ul li {
		margin-right: 10px !important;
	}

	section:nth-of-type(4) ul li:nth-of-type(4) {
		width: 200px;
		margin-right: 20px !important;
	}

}

@media screen and (max-width: 375px) {

	section.WorkMenuWrapp .Kakomi {
		height: auto;
	}

	.TitleWrapp {
		margin-left: 110px;
	}

	.LeftBox h3 {
		font-size: 48px;
		margin-left: -30px;
		border-bottom: 1px #000 solid;
		width: 115%;
		padding-left: 55px !important;
	}

	.RightBox {
		margin-left: 25px;
	}

	.RightBox ul {
		width: 60%;
		height: auto;
	}

	.RightBox ul li:nth-of-type(2) {
		width: 200px;
	}

	.RightBox ul li:nth-of-type(1),
	.RightBox ul li:nth-of-type(3) {
		margin-right: 25px;
	}

	section:nth-of-type(2) ul,
	section:nth-of-type(3) ulsection:nth-of-type(4) ul {
		width: 200px;
	}

	section:nth-of-type(2) ul,
	section:nth-of-type(3) ul,
	section:nth-of-type(4) ul {
		width: 220px;
	}

	.BottomWrapp {
		margin: -15px auto 0 auto;
	}

	.BottomWrapp p {
		font-size: 12px;
		margin-bottom: -15px;
	}

	.BottomWrapp img {
		margin: 0 auto;
	}

	#LinkWrappMini {
		position: initial;
		margin: 40px auto 0 auto;
	}


}



/* 沢井建設の実績いろいろ */
section.ArchiveMenuWrapp {
	width: 100%;
	overflow: hidden;
}

section.ArchiveMenuWrapp .Kakomi {
	margin-bottom: 95px;
}

section.ArchiveMenuWrapp h3,
section.ContactWrapp h3 {
	width: 570px;
	height: 56px;
	margin: 0 auto;
	font-size: 38px;
	line-height: 56px;
	text-align: center;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
}

section.ArchiveMenuWrapp .Kakomi p {
	width: 570px;
	margin: 5px auto 40px auto;
	text-align: center;
	letter-spacing: inherit;
	font-size: 15px;
}

.ArchiveListWrapp h4{
	font-family: system-ui;
}

ul.ArchiveListWrapp,
ul.ArchiveListWrapp:nth-of-type(2) ul {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

ul.ArchiveListWrapp li {
	width: 300px;
	margin: 0 30px 45px 0;
}

ul.ArchiveListWrapp li a {
	display: block;
	text-decoration: none;
	color: inherit;
}

ul.ArchiveListWrapp li img:hover {
	opacity: 0.6;
}

ul.ArchiveListWrapp li:nth-of-type(3n) {
	margin-right: 0;
}

ul.ArchiveListWrapp h4 {
	font-size: 16px;
	border-left: 1px #000 solid;
	border-top: 1px #000 solid;
	padding: 5px 0 0 5px;
	box-sizing: content-box;
	margin-bottom: 10px;
	letter-spacing: inherit;
}


@media screen and (max-width: 480px) {

	section.ArchiveMenuWrapp .Kakomi {
		padding: 0 15px;
		margin-bottom: 50px;
	}

	section.ArchiveMenuWrapp h3,
	section.ContactWrapp h3 {
		width: 100%;
		font-size: 30px;
	}

	section.ArchiveMenuWrapp .Kakomi p {
		width: 100%;
	}

	ul.ArchiveListWrapp {
		width: 100%;
	}

	ul.ArchiveListWrapp li {
		width: 48%;
		margin: 0 15px 24px 0 !important;
	}

	ul.ArchiveListWrapp li:nth-of-type(2n) {
		margin-right: 0 !important;
	}

	ul.ArchiveListWrapp h4 {
		line-height: 20px;
	}

}

@media screen and (max-width: 375px) {

	ul.ArchiveListWrapp li {
		width: 47%;
		margin: 0 16px 24px 0 !important;
	}

}




/* 沢井建設の実績いろいろ＞＞lightbox */

#LightBoxWrapp {
	width: 900px;
	margin: 40px auto 0 auto;
}

#LightBoxWrapp dl {
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
}

#LightBoxWrapp dl dt {
	float: left;
	width: 570px;
}

#LightBoxWrapp dl dd {
	margin-left: 595px;
}

#LightBoxWrapp dl dd h2 {
	width: 329px;
	font-size: 20px;
	height: 45px;
	padding-left: 20px;
	border-bottom: 1px #000 solid;
	margin-left: -25px;
	font-family: system-ui;
}

ul.ThumbWrapp {
	overflow: hidden;
	width: 304px;
	padding-top: 20px;
}

ul.ThumbWrapp li {
	width: 142px;
	float: left;
	margin: 0 20px 20px 0;
}

ul.ThumbWrapp li:nth-of-type(2n) {
	margin-right: 0;
}

ul.ThumbWrapp li img {
	width: 100%;
	height: auto;
}

ul.ThumbWrapp li.item img {
	opacity: 0.5 !important;
}

ul.ThumbWrapp li.current img {
	opacity: 1 !important;
}

iframe {
	transform: scale(0.9);
	-o-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
}


@media screen and (max-width: 480px) {

	#LightBoxWrapp {
		width: 100%;
		position: relative;
	}

	#LightBoxWrapp dl {
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}

	#LightBoxWrapp dl dt {
		width: 100%;
		float: none;
	}

	#LightBoxWrapp dl dd {
		margin-left: 0;
	}

	#LightBoxWrapp dl dd h2 {
		width: 100%;
		margin-left: 0;
		position: absolute;
		left: 0;
		top: 0;
		border: none;
		margin-top: -35px;
	}

	ul.ThumbWrapp {
		width: 100%;
	}

	ul.ThumbWrapp li {
		width: 30%;
		margin: 0 15px 20px 0;
	}

	ul.ThumbWrapp li:nth-of-type(2n) {
		margin-right: 15px;
	}

	ul.ThumbWrapp li:nth-of-type(3n) {
		margin-right: 0 !important;
	}

	iframe {
		transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
	}

}


@media screen and (max-width: 360px) {

	ul.ThumbWrapp li {
		margin: 0 11px 20px 0;
	}

	#LightBoxWrapp dl dd h2 {
		font-size: 14px;
		width: 93%;
		margin-top: -40px;
		line-height: 40px;
	}
}



/* 沢井建設にお問合せ */

section.ContactWrapp p {
	width: 100%;
	margin: 5px 0 50px 0;
	text-align: center;
}

table.ta1 {
	width: 900px;
	margin: 0 auto 20px auto;
	background-color: #e1e1e1;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-collapse: collapse;
}

table.ta1 tr {
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

table.ta1 th {
	width: 300px;
	padding: 20px;
	text-align: left;
	background-color: white;
}

table.ta1 td {
	width: 600px;
	padding: 20px;
	background-color: #fff;
}

ctable.ta1 textarea {
	resize: none;
	padding: 2px;
}

p.Privacy {
	text-align: left !important;
	width: 900px !important;
	margin: 0 auto 20px auto !important;
}

#SubmitBox input[type="submit"],
form[name="form1"] .btn{
	border: none;
	padding: 20px 40px;
	background-color: #008FD3;
	color: white;
	border-radius: 4px;
	transition: .3s;
}
#SubmitBox input[type="submit"]:hover,
form[name="form1"] .btn:hover{
	opacity: .7;
	cursor: pointer;
}

@media screen and (max-width: 480px) {

	section.ContactWrapp .Kakomi {
		width: 100%;
		padding: 0 15px;
	}

	table.ta1 {
		width: 100%;
	}

	table.ta1 th {
		padding: 10px;
	}

	table.ta1 th,
	table.ta1 td,
	table.ta1 tr {
		width: 100%;
		display: block;
		text-align: left !important;
	}

	table.ta1 td {
		padding: 10px;
	}

	table.ta1 textarea,
	table.ta1 td input {
		width: 100%;
	}

	table.ta1 td label {
		box-sizing: border-box;
		display: inline-block;
		padding: 5px;
		cursor: pointer;
	}

	table.ta1 td label>input {
		margin-right: 5px;
		cursor: pointer;
		width: auto;
	}

	p.Privacy {
		width: 100% !important;
	}

}


/*///フォームエラー///*/

ul.error {
	list-style-type: none !important;
	color: red;
	font-size: 16px;
	margin-bottom: 10px !important;

}

p.ErrorBox {
	padding: 8px;
	background-color: #FCC;
	width: 100%;
	text-align: center !important;
	margin-bottom: 10px !important;
}

ul.error li em,
p em {
	font-variant: normal;
	color: #F00;
	font-size: 16px;
}

.error em {
	font-variant: normal;
	color: #F00;
	font-size: 16px;
}


/* 沢井建設ではたらく */

section.SaiyoWrapp .Kakomi {
	text-align: center;
}

section.SaiyoWrapp p {
	margin-bottom: 50px;
	text-align: center;
}

p.FormText {
	margin: 10px 0 !important;
	width: 100% !important;
	margin: 0 auto 25px auto !important;
	color: #008FD3 !important;
	font-weight: bold;
}

p.ToiText {
	margin: 10px 0 !important;
	width: 100% !important;
	margin: 0 auto !important;
	color: #008FD3 !important;
	font-weight: bold;
}

p.SaiyoTel {
	font-size: 37px;
	font-weight: bold;
	color: #F6AB00;
	margin: 5px 0 !important;
}


@media screen and (max-width: 480px) {

	section.SaiyoWrapp .Kakomi {
		width: 100%;
		padding: 40px 15px 0 15px;
	}

	.SaiyoWrapp p {
		margin-bottom: 20px;
		text-align: center;
	}

	p.FormText {
		text-align: center;
	}

	#LinkWrapp.contact {
		width: 100%;
		margin: 0 auto;
	}

	p.SaiyoTel {
		font-size: 34px;
		text-align: center;
		display: block;
	}

	.contact p {
		text-align: center !important;
		line-height: 48px !important;
		margin-left: initial !important;
	}

}


@media screen and (max-width: 375px) {

	.contact p {
		line-height: 40px !important;
	}

	#LinkWrapp p,
	#LinkWrappMini p {
		letter-spacing: .2em;
	}

	#LinkWrapp p {
		line-height: 65px !important;
	}

	#LinkWrappMini p {
		font-size: 18px;
		line-height: 35px;
		margin-left: -40px;
	}

	#LinkWrapp.contact p {
		line-height: 40px !important;
	}


}