@charset "UTF-8";

/*横幅769px以上に適応*/
@media screen and (min-width: 769px) {
	.g-map {
	font-size: 90%;
	text-align: right;
	width: 85%;
	}
	.g-map a {
		color:#2171AA;
	}
	.g-map a:hover {
	}
	
.contents_in_sub {
	border-radius: 5px;
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 2px 2px #CECECE;
	box-shadow: inset 0px 0px 2px 2px #CECECE;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(245,243,243,0.40);
	padding: 40px;
	background-repeat: no-repeat;
	max-width: 1000px;
	font-size: 14px;
	color: #404040;
	margin-bottom: 30px;
}



.list-box {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-bottom: 1px dotted #8F979F;
}
.list-box2 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.list-box li {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.list-box-left {
	float: left;
	width: 25%;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-image: url(../p3-company/images/s_title-bg.png);
	background-repeat: no-repeat;
}
.list-box-left2 {
	float: left;
	width: 70%;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 30px;
}

.list-box-right {
	float: right;
	width: 65%;
	font-size: 16px;
	line-height: 33px;
	padding-top: 10px;
}

.list-box-right2 {
	float: right;
	width: 65%;
	font-size: 16px;
	line-height: 25px;
	padding-top: 30px;
}
.eigyousyo-title {
	color: #2171AA;
	font-weight: bold;
}


.list-box-right-box {
	width: auto;
	height: auto;
}
.list-box-right-box-right {
	width: 0%;
	float: right;
}
.list-box-right-box-left {
	width: 30%;
	float: left;
}
}


/*横幅768px以下に適応*/
@media screen and (max-width: 768px) {
.contents_in_sub {
	border-radius: 5px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #404040;
}



.list-box {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-bottom: 1px dotted #8F979F;
}
.list-box2 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.list-box li {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.list-box-left {
	width: 50%;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../p3-company/images/s_title-bg.png);
	background-repeat: no-repeat;
}
.list-box-left2 {
	float: left;
	width: 95%;
	font-size: 16px;
	padding-bottom: 10px;
}

.list-box-right {
	font-size: 16px;
	line-height: 33px;
	padding-top: 10px;
	padding-left: 20px;
	width: auto;
}

.list-box-right2 {
	font-size: 16px;
	line-height: 25px;
	padding-top: 10px;
}
.eigyousyo-title {
	color: #2171AA;
	font-weight: bold;
}


.list-box-right-box {
	width: auto;
	height: auto;
}
.list-box-right-box-right {
	width: 0%;
	float: right;
}
.list-box-right-box-left {
	width: 30%;
	float: left;
}


}
