@charset "utf-8";
/* CSS Document */

.company_profile_title01 {
	color: #333333;
	font-family: "Sawarabi Mincho";
	text-align: center;
	margin-top: 10px;
	border-bottom: solid 1px #333333;
}



.company01 {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 5px;
}


.profile_main01 {
	text-align: left;
}

.profile_main02 {
	text-align: left;
}

.profile_main03 {
	text-align: left;
}


/*Googleマップ*/
.google-maps{
position:relative;
padding-bottom:60%; /*縦横比*/
height:0;
overflow:hidden;
}
.google-maps iframe{
position:absolute;
top:5%;
left: 5%;
right: 5%;
bottom: 10%;
width:90% !important;
height:90% !important;
}
/*Googleマップ_end*/

.profile_main01 {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	
	.profile_main02 {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	
	.profile_main02 {
		margin-top: 0px;
		margin-bottom: 40px;
	}




/*　########## 　900px以上　########　*/
@media (min-width: 900px) {
	
	.company_profile_main {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.company_profile_title01 {
		font-size: 2em;
	}
	
	
	.company_profile_txt01 {
		margin-top: 10px;
		font-size: 1.2em;
		padding: 0 20px;
	}
	
	.president {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-size: 1em;
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	
	.company_profile01 {
		font-size: 1.2em;
		font-weight: bold;
		padding-left: 5px;
	}
	
	.company_profile02 {
		font-size: 1.2em;
		border-bottom: solid 1px #333333;
		padding: 10px 20px;
	}
	
	.company_profile03 {
		font-size: 1.2em;
		font-weight: bold;
		border-bottom: solid 1px #333333;
		padding-left: 5px;
	}
	
	.company_profile04 {
		font-size: 1.2em;
		padding: 5px 20px;
	}
	
	
	
}


/*　########## 　890px以下　########　*/
@media (max-width: 890px){
	
	
	.company_profile_title01 {
		font-size: 1.8em;
	}
	
	
	.company_profile_txt01 {
		margin-top: 10px;
		font-size: 1.1em;
		padding: 0 10px;
	}
	
	.president {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-size: 1em;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	
	.company_profile01 {
		font-size: 1.1em;
		font-weight: bold;
		padding-left: 5px;
	}
	
	.company_profile02 {
		font-size: 1.1em;
		border-bottom: solid 1px #333333;
		padding: 10px 20px;
	}
	
	.company_profile03 {
		font-size: 1.1em;
		font-weight: bold;
		border-bottom: solid 1px #333333;
		padding-left: 5px;
	}
	
	.company_profile04 {
		font-size: 1.1em;
		padding: 5px 20px;
	}
	
}

/*　########## 　769px以下　########　*/
@media (max-width: 769px){
	
	
	
	.company_profile_title01 {
		font-size: 1.2em;
	}
	
}

/*　########## 　400px以下　########　*/
@media (max-width: 400px){
	
	.company_profile_main {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.company_profile_title01 {
		font-size: 1em;
	}
	
	.company_profile_txt01 {
		margin-top: 10px;
		font-size: 1em;
		padding: 0px;
	}
	
	.president {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-size: 1em;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.company_profile01 {
		font-size: 1em;
		font-weight: bold;
		padding-left: 5px;
	}
	
	.company_profile02 {
		font-size: 1em;
		border-bottom: solid 1px #333333;
		padding: 10px 20px;
	}
	
	.company_profile03 {
		font-size: 1em;
		font-weight: bold;
		border-bottom: solid 1px #333333;
		padding-left: 5px;
	}
	
	.company_profile04 {
		font-size: 1em;
		padding: 5px 20px;
	}
	
	
}