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

/* GREETING
---------------------------------*/
.comp-greeting {
	background-image: url(../img/company/greeting.jpg);
	background-size:cover;
	height: 440px;
	margin-bottom: 30px;
}
.comp-greeting-info {
	width: 960px;
	height: 440px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.comp-greeting-info-item {
	line-height: 20px;
	position: absolute;
	right: 0px;
	bottom: 20px;
	padding: 10px;
	
	height: 210px;
	background-color: rgba(255,255,255,0.90);
}
.comp-txt-mes {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 15.7px;
	font-weight: bold;
	line-height: 26px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding-bottom: 20px;
}
.comp-txt-ceo {
	position: absolute;
	right: 20px;
	bottom: 10px;
	text-align: right;
	height: 52px;
}
.comp-txt-ceo2 {
	text-align: right;
	height: 52px;
}
.ceo-txt {
	vertical-align: middle;
	font-size: 12px;
	height: 52px;
	padding-right: 10px;
	line-height: 0px;
	display: inline-block;
}
.ceo-img {
	line-height: 0px;
	display: inline-block;
}

@media screen and (max-width:640px){
	.comp-greeting {
		height: 480px;
	}
	.comp-greeting-info {
		width: 100%;
		height: 480px;
	}
	.comp-greeting-info-item {
		right: inherit;
		bottom: 0;
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	.comp-txt-mes {
		font-size: 14px;
		line-height: 21px;
		padding:0 10px 10px 10px;
	}
	.comp-txt-ceo {
		padding-right: 10px;
		position: static;
		
	}
}

.acc-title-lc {
	width: auto;
	display: block;
	margin: 0 auto 30px auto;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	padding: 10px 0 20px 0;
}
.acc-title-sub {
	font-size: 18px;
	font-weight: bold;
}
.acc-text-lc {
	line-height: 20px;
	text-align: center;
}
.acc-sub-lc {
	text-align: center;
}

.acc-act {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 19px;
	line-height: 32px;
}

@media screen and (max-width:640px){
	.acc-title-lc {
		text-align: left;
		font-size: 21px;
		line-height: 28px;
		margin: 0 0 20px 0;
		padding: 0 0 10px 0;
	}
	.acc-text-lc {
		text-align: left;
	}
	.acc-sub-lc {
		text-align: left;
	}
	.acc-act {
		font-size: 16px;
		line-height: 24px;
	}
}
/* COPY
---------------------------------*/
.copy {
	padding-left: 20px;
}
@media screen and (max-width:640px){
	.copy img {
		max-width: 652px;
		width: 100%;
	}
}

/* BOX
---------------------------------*/
.box-list {
	position: relative;
	vertical-align: top;
	display: inline-table;
	width: 480px;
}
.box-list ul {
	list-style: none;
}
.box-list li {
	display: inline-table;
}
.box-list img {
	width: 100%;
	vertical-align: top;
}
.sbox {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	width: 240px;
	height: 220px;
	background:no-repeat right bottom url(../img/common/back-240x220.png);
}
.sbox-r {
	color: #f00;
	margin-bottom: 5px;
}
.sbox-t {
	color: #000;
	padding-bottom: 5px;
	font-size: 16px;
}
.sbox-m {
	line-height: 18px;
	font-size: 12px;
}
.lbox {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 20px;
	position: absolute;
	top: 55px;
	left: 0;
	color: #333;
	padding: 20px
}

.wrap-out {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 30px;
}
.comp-other {
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width:640px){
	.box-list {
		display: inherit;
		width: 100%;
	}
	.lbox {
		top: 11%;
	}
	.sbox {
		width: 100%;
	}
	.box-list li {
		width: 50%;
	}
}

/* BR
---------------------------------*/
@media screen and (max-width: 640px) {
    .nobr { display:none; }
}

