/* SP共通*/

.about-introduction {
	text-align: center;
    background: #f2fafd;
    margin: 60px 0;
    padding: 40px 0;
}

.about-introduction h1 {
	font-size: 2.4rem;
}

.company_Philosophy {
	text-align: left;
	padding: 0 6%;
}

.company_Philosophy p{
	font-size: 1.4rem;
}

.about-details {
	padding: 0 6%;
	margin: 60px 0;
}


/*テーブルのコーディング */

.company-info-table {
    margin: 0;
    padding: 0px;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    white-space: normal;
}

.company-info-table th {
     width: 30%;
     font-weight: bold;
     border-bottom: 2px solid #0d2d63;
}

.company-info-table td {
    border-bottom: 2px solid #bbbbbb;
}

.company-info-table th, .company-info-table td {
    font-size: 1.2rem;
    padding: 15px 10px;
 }

.company_Accsess {
	padding: 60px 6%;
    background: #f5f5f5;
    margin: 0 0 48px 0;
}

.block_map_address {
	margin-bottom: 10px;
}

.map_link {
    margin-top: 10px;
    text-align: right;
    position: relative;
}

.map_link a {
	margin: 0 20px 0 0;
}

.link_outer::before {
    content: "";
    position: absolute;
    background: url(../images/icon_outer.png) left center no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

/*　Google */

.block_map_iframe {
    height: 300px;
}

.block_map_iframe iframe {
    width: 100%;
    height: 100%;
}

/*タブレット */
@media screen and (min-width: 600px) {
/*600px以上に適用 */

	.company_Philosophy {
		max-width: 1000px;
		margin: 80px auto;
	}

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

	.company-info-table th, .company-info-table td {
	    font-size: 1.4rem;
	}

	.block_map_address {
	    font-size: 1.4rem;
	}

	.about-details {
		max-width: 1000px;
		margin: 80px auto;
	}

	.company_Accsess .company_Accsess_inner{
		max-width: 1000px;
		margin: 80px auto;
	}

}



/* (PC) */
@media screen and (min-width: 1024px) {
/* PC */
	.about-introduction {
	    margin: 160px 0 120px;
	    padding: 60px 0;
	}

}