@charset "UTF-8";

.main {
}

.greeting {
	max-width: 910px;
	margin: 0 auto;
	padding: 100px 15px 0;
}
.greeting_bg{
	background:  url(../img/img-company-greeting_bg.png),linear-gradient(to bottom, #EDF5E4, #FFF); 
	background-position: top right;
	background-repeat: no-repeat;
	padding-bottom:70px;
}

.greeting_hd {
}

.greeting_hd_img {
}

.greeting_hd_ttl {
	font-size: 20px;
	font-weight: bold;
	margin-top: -20px;
}

.greeting_item {
	margin-top: 30px;
}

.greeting_item_txt {
}

.greeting_item_txt:nth-child(n+2) {
	margin-top: 30px;
}

.greeting_item_name {
	text-align: right;
	margin-top: 15px;
}

.greeting_item_name span {
	font-size: 24px;
	margin-left: 20px;
}

.outline {
	padding-top: 90px;
}

.outline_ttl {
}

.outline_tb {
	width: 100%;
	margin-top: 35px;
}

.outline_tb tr {
}

.outline_tb tr:last-child {
	border-bottom: 1px solid #DEDEDE;
}

.outline_tb th,
.outline_tb td {
	border-top: 1px solid #DEDEDE;
	padding: 18px 30px;
	text-align: left;
}

.outline_tb th {
	width: 220px;
	background: #F7F7F7;
}

.outline_tb td {
}

.access {
	padding-top: 60px;
}

.access_ttl {
}

.access_map {
	position: relative;
	margin-top: 20px;
}

.access_map:before {
	content: "";
	display: block;
	padding-top: 51%;
}

.access_map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.history {
	padding: 90px 0 100px;
}

.history_ttl {
}

.history_tb {
	width: 100%;
	margin-top: 35px;
}

.history_tb tr {
}

.history_tb tr:last-child {
	border-bottom: none;
}

.history_tb th,
.history_tb td {
	background: #F7F7F7;
	border-bottom: 6px solid #FFF;
	text-align: left;
}

.history_tb th {
	width: 145px;
	position: relative;
	padding: 18px 0 18px 30px;
	line-height: 1;
}

.history_tb th span {
	position: absolute;
	top: 32px;
	right: 0;
	transform: translateY(-50%);
	line-height: 1;
}

.history_tb td {
	padding: 18px 30px 18px 40px;
}

/* for Tablet */
@media screen and (max-width:1030px) {
}

/* for SP */
@media screen and (max-width:640px) {
	.main {
	}

	.greeting {
		padding-top: 35px;
	}
	.greeting_bg{
	background:  url(../img/img-company-greeting_bg-sp.png),linear-gradient(#EDF5E4, #FFF); 
	background-position: top right;
	background-repeat: no-repeat;
	padding-bottom:70px;
}

	.greeting_hd {
	}

	.greeting_hd_img {
		width: 40%;
	}

	.greeting_hd_ttl {
		margin-top: -10px;
		font-size: 18px;
	}

	.greeting_item {
		margin-top: 10px;
	}

	.greeting_item_txt {
		line-height: 1.7;
	}

	.greeting_item_txt:nth-child(n+2) {
		margin-top: 15px;
	}

	.greeting_item_name {
	}

	.greeting_item_name span {
		font-size: 20px;
	}

	.outline {
		padding-top: 40px;
	}

	.outline_ttl {
	}

	.outline_tb {
		margin-top: 25px;
	}

	.outline_tb,
	.outline_tb tbody,
	.outline_tb tr,
	.outline_tb th,
	.outline_tb td {
		display: block;
	}

	.outline_tb tr {
	}

	.outline_tb tr:last-child {
	}

	.outline_tb th,
	.outline_tb td {
		width: 100%;
		padding: 15px;
		line-height: 1.6;
	}

	.outline_tb th {
	}

	.outline_tb td {
	}

	.access {
		padding-top: 40px;
	}

	.access_ttl {
	}

	.access_map {
		margin-top: 15px;
	}

	.access_map:before {
	}

	.access_map iframe {
	}

	.history {
		padding: 50px 0 40px;
	}

	.history_ttl {
	}

	.history_tb {
		margin-top: 20px;
	}

	.history_tb,
	.history_tb tbody,
	.history_tb tr,
	.history_tb th,
	.history_tb td {
		display: block;
	}

	.history_tb tr {
	}

	.history_tb tr:last-child {
	}

	.history_tb th,
	.history_tb td {
		width: 100%;
		line-height: 1.4;
	}

	.history_tb th {
		border-bottom: none;
		padding: 15px 15px 10px 15px;
	}

	.history_tb th span {
		;
		right: auto;
		top: 24px;
		margin-left: 10px;
	}

	.history_tb td {
		;
		padding: 0 15px 15px 15px;
	}

}

/* for Print */
@media print {
}
