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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* 共通 */
.h2 {
	text-align: center;
}

/* mvLower */
.mvLower {
	background-image: url("/img/about/bg_mv.jpg");
}



/* strength */
.strength__txt {
	text-align: center;
}

.strength__box {
	margin: 80px auto;
	border-left: 1px solid #CCC;
	display: flex;
	}

.strength__item {
	width: 33.333%;
	text-align: center;
	border-right: 1px solid #CCC;
	}

.strength__h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	}

.strength__icon {
	display: block;
	margin: 20px auto;
	width: 60px;
	height: auto;
}
	
.strength__item-txt {
	font-size: 16px;
	margin-top: 20px;
}

.strength__btn {
	margin: 0 auto;
}



/* greeting */
.greeting {
	background-color: #F7F7F7;
}

.greeting__signature {
	display: block;
	margin-top: 20px;
	text-align: right;
}


/* outline */
.outline__tbl {
	width: 100%;
	border-top: 1px solid #DDD;
}

.outline__tbl tr th {
	width: 30%;
	padding: 30px;
	font-weight: 600;
	border-bottom: 1px solid #DDD;
}

.outline__tbl tr td {
	width: 70%;
	padding: 30px;
	border-bottom: 1px solid #DDD;
	line-height: 1.8;
}



/* history */
.history {
	background-color: #F7F7F7;
}

.history__tbl {
	width: 100%;
	border-top: 1px solid #DDD;
}

.history__tbl tr th {
	width: 20%;
	padding: 30px;
	font-weight: 600;
	border-bottom: 1px solid #DDD;
}

.history__tbl tr td {
	width: 80%;
	padding: 30px;
	border-bottom: 1px solid #DDD;
	line-height: 1.8;
}



/* philosophy */
.philosophy__txt {
	text-align: center;
	margin-bottom: 100px;
}

.philosophy__h3 {
	font-size: 32px;
	color: #1c447a;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}

.philosophy__item {
	line-height: 2;
	padding-left: 1.3em;
	text-indent: -1.3em;
}



/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){


	
	
}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

@media screen and (max-width: 959px){


	
	
	

}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){

/* strength */
.strength__txt {
	text-align: left;
	margin-bottom: 30px;
}
	
.strength__box {
	margin: 0 auto 30px auto;
	display: block;
	border-left: 0;
	}

.strength__item {
	float: none;
	border-top: 1px solid #CCC;
	border-right: none;
	width: 85%;
	margin: 0 auto;
	padding: 20px 0;
	}

.strength__icon {
	display: block;
	height: 40px;
	width: auto;
	margin: 0 auto;
	}

.strength__item:first-child {
	border-top: none;
	}

.strength__h3 {
	margin-bottom: 15px;
	font-size: 16px;
	}
	
.strength__item-txt {
	margin-top: 15px;
	font-size: 14px;
	}



/* greeting */
.greeting__signature {
	margin-top: 10px;
}
	
		
	
/* outline */
.outline__tbl tr th {
	display: block;
	width: 100%;
	padding: 15px 10px 5px 10px;
	border-bottom: none;
}

.outline__tbl tr td {
	display: block;
	width: 100%;
	padding: 0 10px 15px 10px;
}
	
	
	
/* history */
.history__tbl tr th {
	display: block;
	width: 100%;
	padding: 15px 10px 5px 10px;
	border-bottom: none;
}

.history__tbl tr td {
	display: block;
	width: 100%;
	padding: 0 10px 15px 10px;
}
	
	
	
/* philosophy */
.philosophy__txt {
	margin-bottom: 50px;
}

.philosophy__h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

	
	
}