#company_wrapp {
	width: 96%;
	max-width: 1050px;
	margin: 0 auto 30px;
}


/**ご挨拶**/
#company_wrapp.message {
	background: url("../img/company/pc/message_bg.jpg") repeat;
	padding: 40px 0 60px;
}

.message_in {
width: 94%;
max-width: 760px;
margin: 0 auto;
font-family: "Times New Roman", Times, "Sawarabi Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
font-size: 15px;
line-height: 220%;
}

.message_in p {
	margin-bottom: 40px;
}

.message_in .name {
	width:100%;
	text-align: right;
}

	
	
/**会社案内**/
#company_wrapp.about {
	background: url("../img/company/pc/about_bg.jpg") repeat;
	padding: 65px 0;
}


.about_in {
width: 94%;
max-width: 740px;
margin: 0 auto;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 15px;
line-height: 240%;
}

.about_in h3 {
	    width: calc(732 / 740 * 100%);
    max-width: 732px;
	margin: 0 auto 45px;
}

.about_in h3 img {
	width: 100%;
}

.about_in p.under_line {
	position: relative;
	padding-bottom: 80px;
	margin-bottom: 80px;
}


.about_in p.under_line:after{
	content: " ";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 70%;
	background: #BCBDBF;
	background: -moz-linear-gradient(left, #F4F6F8 0%, #BCBDBF 50%, #F4F6F8 100%);
	background: -webkit-linear-gradient(left, #F4F6F8 0%, #BCBDBF 50%, #F4F6F8 100%);
	background: linear-gradient(to right, #F4F6F8 0%, #BCBDBF 50%, #F4F6F8 100%);
}


/**会社概要**/

#company_wrapp.outline {
	padding: 40px 0 20px;
}

#company_wrapp.outline table {
	margin: 0 0 20px 0;
	width: 100%;
	border-top: 1px solid #ccc;
	font-size:12px;
}

#company_wrapp.outline table sup {
	line-height:100%;
	font-size:10px;
}

#company_wrapp.outline table th,
#company_wrapp.outline table td {
	padding: 20px 10px;
	border-bottom: 1px solid #BDBDBD;
	line-height:160%;
	font-size:13px;
max-height: 100%;
}

#company_wrapp.outline table th {
	font-weight: bold;
	text-align: left;
	background: #F0F0F0;
	width: 200px;
}
#company_wrapp.outline table td {
}



/**アクセス**/

#company_wrapp.access {
	padding: 60px 0 20px;
	max-width: 1190px;
}

.access_in {
width: 100%;
margin: 0 auto;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 14px;
line-height: 200%;
}

.access_data {
	width: 100%;
	margin: 0 auto 40px;
	display: flex;
    justify-content: space-between;
}

.access_data .access_data_in {
		width: calc(490 / 1190 * 100%);
	max-width:490px;
}

.access_data .access_data_in dl {
display: flex;
justify-content: space-between;
}

.access_data .access_data_in dl.under_line {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.access_data .access_data_in dl dt {
width: 23%;
}
.access_data .access_data_in dl dd {
width: 75%;
}

.access_data .access_image {
	width: calc(666 / 1190 * 100%);
	max-width:666px;
}

.access_data .access_image img {
	width: 100%;
}

#map_canvas {
		width: 100%;
	height: 500px;
	margin: 0 auto 40px;
}

.googlemap_button {
	border: 3px solid #1E2833;
	font-size: 20px;
	width: 308px;
	margin: 0 auto;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


.googlemap_button a {
	display: block;
	text-align: center;
	padding: 12px 75px;
	text-decoration: none;
	color: #2C3C4C;
	font-weight: 600;
	position: relative;
			-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
}


.googlemap_button a:before{
position: absolute;
top: 40%;
margin: auto;
content: "";
vertical-align: middle;
right: 40px;
width: 12px;
height: 12px;
border-top: 1px solid #2C3C4C;
border-right: 1px solid #2C3C4C;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.googlemap_button a:hover {
background: #1E2833;
color: #fff;
}

.googlemap_button a:hover::before{
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}






@media only screen and (max-width: 768px) {

/**ご挨拶**/
.message_in {
font-size: 14px;
line-height: 200%;
width: 94%;
margin: 0 auto;
padding: 0 3%;
box-sizing: border-box;
}
	
.message_in p {
    margin-bottom: 30px;
}
	
.message_in .name {
	width:100%;
	text-align: left;
}

	
	
	
/**エストについて**/
#company_wrapp.about {
    padding: 25px 0;
}	
	
.about_in {
width: 94%;
margin: 0 auto;
padding: 0 3%;
box-sizing: border-box;
    font-size: 14px;
    line-height: 220%;
}
	
.about_in p.under_line {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
	
.about_in h3 {
    width: 100%;
    max-width:inherit;
    margin: 0 auto 15px;
}	
	
	
/**概要**/	
#company_wrapp.outline {
    padding: 20px 0 20px;
}	
	
#company_wrapp.outline table {
    margin: 0 auto 20px;
    width: 94%;
}
	
#company_wrapp.outline table th,
#company_wrapp.outline table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
}	
	
/**アクセス**/
	
#company_wrapp.access {
    padding: 20px 0 20px;
    max-width:inherit;
}
	
.access_data {
    width: 96%;
    margin: 0 auto 20px;
	flex-wrap: wrap;
}
	
.access_data .access_data_in {
    width:100%;
    max-width:inherit;
}
	
.access_data .access_data_in dl dt {
    width: 30%;
}	
.access_data .access_data_in dl dd {
    width: 70%;
}	
	
.access_data .access_image {
    width:100%;
    max-width:inherit;
}	
	
	
}





