html { 
	font-size: 62.5%; 
	margin-top: 0px !important;
}

.bg {
	background-image: url(../img/company/gaiyou_bg.png);
	background-repeat: no-repeat;
	background-size: 55%;
   background-position: 100% 0;
}

.about_ttl {
	font-size: 32px;
	color: #0070BF;
	text-align: center;
   font-weight: bold;
   line-height: 5rem;
	margin-top: 150px;
	margin-bottom: 100px;
}

.aisatu_txt {
	text-align: center;
    font-size: 2rem;
    line-height: 3rem;
}

table {
	  width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
	 font-size: 20px;

}

/* 基本的なスタイル設定 */
.ab_table {
    width: 80%;
    margin: 0 auto;
    border-collapse: collapse;
	 margin-bottom: 150px;
}

/* テーブルのヘッダーのスタイル */
.ab_table th {
	 font-weight: bold;
    background-color: #AADCFF;
    border: 1px solid #989898;
    text-align: left;
    padding: 20px;
	  width: 30%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* テーブルのセルのスタイル */
.ab_table td {
    border: 1px solid #989898;
    text-align: left;
    padding: 20px 0px 20px 40px;
}

/* 社名セルのスタイル */
.ab_table td p {
    margin: 0;
}

/* 代表者セルのスタイル */
.ab_table td:nth-child(2) p {
    margin: 0;
}

/* 所在地セルのスタイル */
.ab_table td:nth-child(4) p {
    font-size: 0.9em;
    margin: 0;
}

/* 電話番号セルのスタイル */
.ab_table td:nth-child(5) p,
.ab_table td:nth-child(6) p {
    font-family: 'Courier New', monospace;
    margin: 0;
}

/* 業種・事業内容セルのスタイル */
.ab_table td:nth-child(7) p,
.ab_table td:nth-child(8) p {
    font-style: italic;
    margin: 0;
}

.gmap {
	max-width: 100%;
}

iframe {
	width: 100%;
	display: block;
}


@media screen and (max-width: 1300px) {
	.about_ttl {
    margin-top: 120px;
    margin-bottom: 120px;
}
	
	footer .footer-contact-area {
		margin-top: 0;
	}
	
}


@media screen and (max-width: 768px) {
	
	.pc_none {
    margin-top: 64px;
}
	
   .about_ttl {
    font-size: 20px!important;
    line-height: 3rem;
    margin-top: 40px;
    margin-bottom: 30px;
}
	
	.aisatu_txt {
    text-align: center;
    font-size: 1.7rem;
    line-height: 2.8rem;
}
	
	.ab_table {
    width: 95%;
}

	table {
    font-size: 17px;
}
	
	.ab_table th {
    padding: 15px 7px;
    width: 30%;
	white-space: normal;
}
	
	.ab_table td {
    padding: 10px 0px 10px 10px;
}
	
	.ab_table td p{
    line-height: 2.2rem;
}

}