@charset "UTF-8";
.CONTENTS .image p.text-logo.blue,
.CONTENTS .image p.text-logo.light-blue {
	color: #0067b0;
	font-size: 25px;
	padding-top: 24px;
}
.CONTENTS .image p.text-logo.text-logo_sm.blue,
.CONTENTS .image p.text-logo.text-logo_sm.light-blue {
	font-size: 19px;
    line-height: 1.35;
    position: relative;
    top: -3px;
}

.CONTENTS .image p.text-logo.light-blue {
	color: #2ac0c3;
}

.links-wrapper {
	max-width: 1500px;
	margin: 0 auto;
}
.links-wrapper ul {
	margin: 30px -15px;
	overflow: hidden;
}
.links-wrapper ul li {
	width: 25%;
	float: left;
	padding: 0 15px;
}
ul.site-map-list {
	height: 148px;
	height: auto;
}
ul.site-map-list li.site-map-works {
	width: 44%;
	padding-right: 0;
}
ul.site-map-list {
	display: table;
	width: 100%;
}
ul.site-map-list > li {
	width: auto;
	float: none;
	display: table-cell;
	border: none!important;
}
.site-map-works .site-map-ul-row {
	display: table;
	width: 100%;
}
.site-map-works ul {
	display: table-cell;
}
.f2 .site-map-works ul {
	display: block;
	float: left;
}
.f2 .site-map-works .site-map-ul-row ul:first-child {
	margin-left: -20px;
	padding-right: 20px;
}
ul.site-map-list > li > a {
	color: #3e3a39;
	font-size: 18px;
}
.no-inner-list:after,
.no-inner-list:before {
	content: none!important;
}
ul.site-map-list li.no-inner-list li {
	padding-left: 20px;
}
ul.site-map-list li.no-inner-list li a {
	font-size: 18px;
}
ul.site-map-list li.no-inner-list span {
	font-size: 11px;
}
ul.site-map-list li.no-inner-list li:after {
	content: "";
	position: absolute;
	top: 16px;
	margin-top: -7.5px;
	left: 0px;
	width: 15px;
	height: 15px;
	background: #0067b0;
	border-radius: 50%;
	border: none;
	z-index: 1;
}
ul.site-map-list li.no-inner-list li:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 4px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	z-index: 2;
}
.f2 ul.site-map-list > li > a {
	font-size: 20px;
	color: #3e3a39;
}
.f2 ul.site-map-list li.no-inner-list li a {
	font-size: 20px;
	color: #3e3a39;
}

/*new icon*/
.new {
	border: none;
	border-radius: 5px;
	font-size: 12px;
	color: #ed1c24;
	font-weight: bold;
	/*margin-left: 10px;*/
	vertical-align: top;
	padding: 2px 10px;
}
.new img {
	width: 32px;
	height: auto;
	margin-bottom: 1px;
}
.f2 .new {
	font-size: 14px;
}

/*footer*/
ul.site-map-list li ul li.hiyari {
  line-height: 1.2;
  padding-top: 7px;
}
ul.site-map-list li ul li.hiyari:after {
  margin-top: -8px;
}

@media screen and (max-width: 768px) {
	.CONTENTS .image p.text-logo.blue,
	.CONTENTS .image p.text-logo.light-blue {
		font-size: 20px;
		padding-top: 7px;
	}
	.CONTENTS .image p.text-logo.text-logo_sm.blue,
	.CONTENTS .image p.text-logo.text-logo_sm.light-blue {
		font-size: 13px;
		top: 1px;
	}
	.links-wrapper ul {
		text-align: center;
		margin: 13px auto 20px;
	}
	.links-wrapper ul li {
		float: none;
		width: 100%;
		max-width: 240px;
		margin: 0 auto 5px;
		padding: 0;
	}
	.link .box-wrapper {
		height: auto;
	}
	.site-map {
		display: block;
	}
	ul.site-map-list > li {
		width: auto;
		float: none;
		display: block;
		border: none!important;
		margin: 0 0 5px!important;
		padding: 0!important;
	}
	ul.site-map-list,
	.site-map-works .site-map-ul-row,
	ul.site-map-list li.site-map-works,
	.site-map-works ul{
		display: block;
		width: 100%;
		margin: 0;
	}
	ul.site-map-list > li:before {
		top: 13px;
		left: 5px;
	}
	ul.site-map-list > li:after {
		top: 14px;
		left: 0px;
	}
	ul.site-map-list > li > a {
		padding-left: 20px;
		font-size: 14px;
	}
	ul.site-map-list li.no-inner-list li a {
		font-size: 14px;
	}
	.contact .box .select-wrap .error {
		font-size: 66%;
		color: #ed1c24;
		display: block;
	}

	/*new icon*/
	.new {
		font-size: 10px;
	}
	.new img {
		width: 24px;
	}

  /*footer*/
  ul.site-map-list li ul li.hiyari {
    line-height: 1.2;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  ul.site-map-list li ul li.hiyari:after {
    margin-top: -3px;
  }
  ul.site-map-list li ul li.hiyari a {
    line-height: 1.2;
  }
  ul.site-map-list li ul li.hiyari br {
    display: none;
  }
}
