/*
#colors

@main-color #33b668
@text-color #333333
@base-color #fff
@body-color #eee
@form-color #f5f5f5
@notice-color #d9534f
@attention-color #b20000



*/
@media print, screen and (min-width: 768px) {
	.company {
		margin-bottom: 80px;
	}

	.company .hl {
		margin-bottom: 30px;
		color: #333;
		font-size: 2.2rem;
	}

	.company p {
		font-size: 1.6rem;
	}

	.company table td {
		line-height: 1.6;
	}

	.company .btn__map {
		width: 100%;
		margin-top: 20px;
		padding: 10px 70px 10px 10px;
	}

	.company .btn__map i {
		right: 15px;
	}

	.company .btn__map span {
		display: block;
		padding-right: 25px;
		background-image: url('/img/common/icon-blank.png');
		background-repeat: no-repeat;
		background-position: right;
		background-size: 20px auto;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
	.company .btn__map {
		padding: 10px;
	}

	.company .btn__map i {
		position: relative;
		right: auto;
		width: 100%;
	}

	.company .btn__map i:after,
	.company .btn__map i:before {
		right: 0;
		margin: auto;
		background-position: center;
	}

	.company .btn__map span {
		margin-bottom: 5px;
		text-align: center;
	}
}

@media print, screen and (min-width: 768px) {
	.company .access-cap {
		margin-top: 35px;
	}

	.company a.blank {
		display: inline-block;
		padding-right: 35px;
		background: url('/img/common/icon-blank2.png') no-repeat right;
		background-size: 25px auto;
		line-height: 2;
	}
}

@media print, screen and (max-width: 767px) {
	.company {
		padding-bottom: 30px;
	}

	.company .hl {
		margin-bottom: 10px;
		color: #333;
		font-size: 1.6rem;
	}

	.company p {
		font-size: 1.1rem;
	}

	.company table td {
		line-height: 1.1;
	}

	.company .btn__map {
		margin-top: 10px;
		padding: 10px 100px 10px 25px;
		font-size: 2.0rem;
	}

	.company .btn__map span {
		display: block;
		padding-right: 35px;
		background-image: url('/img/common/icon-blank.png');
		background-repeat: no-repeat;
		background-position: right;
		background-size: 25px auto;
	}

	.company .access-cap {
		margin-top: 15px;
	}

	.company a.blank {
		display: inline-block;
		padding-right: 20px;
		background: url('/img/common/icon-blank2.png') no-repeat right;
		background-size: 15px auto;
		font-size: 1.2rem;
		line-height: 2;
	}
}
