@charset "UTF-8";


.heroHeading.company_location .heroHeading_image {
	background: url("../images/company_location/main.jpg") no-repeat center center;
	background-size: cover;
}

@media print, screen and (min-width: 800px) {
	.heroHeading.company_location .heroHeading_image {
		background: url("../images/company_location/main.jpg") no-repeat center center;
		background-size: cover;
	}
	
	.content-inner {
		width: 1000px;
	}
}

/*アンカーリンク*/
p.anchor{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}



.cont-txt {
	font-size: 1.4rem;
	line-height: 1.7;
}

.cont-txt p+p {
	margin-top: 15px;
}

.cont-img {
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
}

.cont-link {
	margin-top: 20px;
	text-align: right;
}


.content-ttl.yellow {
	border-left: 5px solid #ffc000;
}

.content-ttl.green {
	border-left: 5px solid #128d46;
}

.cont-map-block {
	margin-top: 40px;
}

.cont-list-maplink {
		display: inline-block;
    margin-bottom: 1em;
	}

	.cont-list-img._1 {
		margin-top: 30px;
	}
	.cont-list-img._2 {
		margin-top: 30px;
	}
	.cont-list-img._3 {
		margin-top: 30px;
	}
	
	.cont-list+.cont-list {
		margin-top: 40px;
		padding-top: 30px;
		border-top: 1px solid #dcdcdc;
	}
	
	.cont-list-txt {
		font-size: 1.6rem;
		line-height: 1.7;
	}
	
	.content-ttl {
		margin-left: 15px;
	}
	
	.content-ttl2 {
		font-size: 1.6rem;
		font-weight: bold;
		margin-left: 15px;
		padding: 0 5px 3px;
		border-bottom: 1px solid #d2d2d2;
		display: inline-block;
		margin-bottom: 10px;
	}
	
	.cont-list-txt {
		padding-left: 15px;
		margin-bottom: 20px;
	}
	
	.cont-list-inner {
	}
	
	.cont-list-inner+.cont-list-inner {
		margin-top: 40px;
	}
	
	.cont-list-img._2 {
		margin-top: 30px;
	}
	
	.cont-list-map iframe {
		width: 100%;
	}
	
	.cont-list-maplink {
		display: inline-block;
	}

	.cont-list-maplink a {
		padding: 3px 10px;
		background: #000;
		color: #fff;
		font-size: 1.3rem;
		font-weight: bold;
		margin-left: 10px;
	}

.news-header {
	width: 100%;
	padding: 15px 3%;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.news-header-btn {
	text-align: center;
}

.news-header-btn li {
	display: block;
	width: 100%;
	height: 56px;
}

.news-header-btn li+li {
	margin-top: 15px;
}

.news-header-btn li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 56px;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 4px;
	position: relative;
}

.news-header-btn li a:after {
	position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.news-header-btn li.btn-news a {
	background-color: #004ea2;
}

.news-header-btn li.btn-office a {
	background-color: #00a0e9;
}

.news-header-btn li.btn-office a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 15px;
	margin-right: 10px;
	background: url(../images/news/bg_movie.png) center center no-repeat;
	background-size: cover;
	vertical-align: middle;
	margin-top: -2px;
}

@media print, screen and (min-width: 800px) {
	
  	
	.cont-txt {
		font-size: 1.6rem;
		line-height: 2;
		width: 500px;
	}
	
	.cont-txt p+p {
		margin-top: 25px;
	}
	
	.cont-map-block {
		margin-top: 0;
	}
	
	.cont-img {
		position: absolute;
		top: -70px;
		right: -130px;
	}
	
	.cont-list-img._1 {
		margin-top: auto;
	}
	.cont-list-img._2 {
		margin-top: auto;

	}
	.cont-list-img._3 {
		margin-top: auto;
	}
	.cont-link {
		margin-top: 30px;
		text-align: right;
		padding-right: 7px;
	}
	
	.cont-wrap {
		position: relative;
	    padding-bottom: 500px;
	}
	
	.cont-list {
		/*
		display: flex;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;	
	    */
	}
	
	.cont-list+.cont-list {
		margin-top: 70px;
		padding-top: 60px;
		border-top: 1px solid #dcdcdc;
	}
	
	.cont-list-txt {
		font-size: 1.6rem;
		line-height: 1.7;
	}
	
	.content-ttl {
		margin-left: 15px;
	}
	
	.content-ttl2 {
		font-size: 1.6rem;
		font-weight: bold;
		margin-left: 15px;
		padding: 0 5px 3px;
		border-bottom: 1px solid #d2d2d2;
		display: inline-block;
		margin-bottom: 10px;
	}
	
	.cont-list-txt {
		padding-left: 15px;
		margin-bottom: 20px;
	}
	
	.cont-list-inner {
		display: flex;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;	
	}
	
	.cont-list-inner+.cont-list-inner {
		margin-top: 70px;
	}
	
	.cont-list-img._2 {
		margin-top: 30px;
	}
	
	.cont-list-map iframe {
		width: 500px;
	}
	
	.cont-list-maplink {
		display: inline-block;
    margin-bottom: 1em;
	}

	.cont-list-maplink a {
		padding: 3px 10px;
		background: #000;
		color: #fff;
		font-size: 1.3rem;
		font-weight: bold;
		margin-left: 10px;
	}

}