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


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

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

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

/* 全体 */
.h2 {
	text-align: center;
	margin-bottom: 50px;
}



/* mv */
.mv {
	background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),url("/img/about/bg_mv.jpg");
}



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

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



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

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

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

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

.outline__tbl tr td span {
	display: block;
	font-weight: 500;
}

.outline__tbl tr td span:not(:first-child) {
	margin-top: 10px;
}



/* base */
.base__item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 80px;
}

.base__left {
	width: 40%;
}

.base__right {
	width: 55%;
}

.base__h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}




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

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

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

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


	
	
}



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

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

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

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



	
}



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

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

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

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

/* 全体 */
.h2 {
	margin-bottom: 20px;
}

	

/* 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 */
.outline__tbl tr th {
	display: block;
	width: 100%;
	padding: 15px 5px 5px 5px;
	border-bottom: none;
	font-weight: bold;
}

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

.outline__tbl tr td span:not(:first-child) {
	margin-top: 5px;
}



/* base */
.base__item {
	display: block;
	margin-bottom: 30px;
}

.base__left {
	width: 100%;
}

.base__right {
	width: 100%;
	margin-bottom: 20px;
}
	
.base__left iframe {
	height: 250px;
}

.base__h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
	
	
	
}