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


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

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

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

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



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

.greeting__img {
	display: block;
	width: 100%;
	height: auto;
}



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

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

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

.outline {
	background-color: #F9F9F9;
}



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

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

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

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




	
	
}



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

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

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

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


	
	

}



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

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

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

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

/* greeting */
.greeting__wrapper {
	display: block;
}

.greeting__left {
	width: 100%;
}

.greeting__right {
	width: 100%;
	margin-bottom: 30px;
}
	
.greeting__signature {
	display: block;
	text-align: right;
	margin-top: 20px;
}


	
/* outline,history */
.tbl tr th {
	display: block;
	width: 100%;
	padding: 15px 5px 5px 5px;
	border-bottom: none;
	font-weight: 600;
}

.tbl tr td {
	display: block;
	width: 100%;
	padding: 0 5px 15px 5px;
	border-bottom: 1px solid #DDD;
}


	
	
	
}