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



/* 会社概要 */

#company {
	width: 620px;
	height: 460px;
	z-index: 10;
	margin-bottom: 0px;
	padding-top: 90px;
	padding-left: 60px;
	position: relative;
	background-image: url(../images/about_bg_sp01.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.gaiyo {
	width: 565px;
	border-top: 2px solid #744E55;
	border-left: 2px solid #744E55;
	background-position: 0% top;
	font-size: 18px;
	line-height: 28px;
}

.gaiyo th {
	border-bottom: 2px solid #744E55;
	text-align: center;
	background-color: rgba(248,244,232,0.50);
	width: 120px;
}

.gaiyo td {
	border-right: 2px solid #744E55;
	border-bottom: 2px solid #744E55;
	text-align: left;
	padding-left: 25px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: rgba(255,255,255,0.60);
}


/* お問合せ */

#companycontact {
	width: 620px;
	height: 650px;
	z-index: 10;
	margin-bottom: 0px;
	padding-top: 130px;
	padding-left: 60px;
	position: relative;
	background-image: url(../images/about_bg_sp02.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.companycontact {
	width: 560px;
	border: 2px solid #744E55;
	background-position: 0% top;
	background-color: rgba(255,255,255,0.60);
}

.company_waku {
	width: 540px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.company_waku td {
	text-align: left;
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #8C8C8C;
}

.company_waku .title {
	font-size: 24px;
	line-height: 25px;
	font-weight: 600;
}

.company_waku .txt {
	font-size: 18px;
	line-height: 28px;
}
	
.company_waku .addtxt {
	font-size: 18px;
	line-height: 20px;
	margin-top: 15px;
}

.company_waku .contact_txt {
	font-size: 36px;
	line-height: 25px;
	color: #016372;
	font-family: "futura-100", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.company_waku .contact_txt {
	font-size: 36px;
	line-height: 25px;
	color: #016372;
	font-family: "futura-100", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.company_waku .contact_txt a:link {
color: #016372;
text-decoration:none;
}

.company_waku .contact_txt a:visited {
color: #016372;
text-decoration:none;
}

.company_waku .contact_txt a:hover {
	color: #016372;
	text-decoration: underline;
}





.company_waku .contact_icon1, 
.company_waku .contact_icon2, 
.company_waku .contact_icon3 {
	background-repeat: no-repeat;
	background-position: 15px 20px;
	background-size: 90px auto;
	padding-left: 90px;
}

.company_waku .contact_icon1 {
	background-image: url(../images/about_contact01.png);
}

.company_waku .contact_icon2 {
	background-image: url(../images/about_contact02.png);
}

.company_waku .contact_icon3 {
	background-image: url(../images/about_contact03.png);
}















