
	/* INDEX */
	body#about-index #title{
		background-image: url(../images/about/index/title-bg.jpg);
	}
	body#about-index #index-greeting .title{
		font-size: 2.2rem;
		color: #4552a1;
		font-weight: bold;
		font-family:  "A1 Mincho", "Hiragino Mincho ProN",  "YuMincho", "Yu Mincho", "MS PMincho", serif;
	}
	body#about-index #index-greeting .image-box{
		width: 240px;
	}
	body#about-index #index-greeting .text-box{
		width: 660px;
	}
	body#about-index #index-greeting .text{
		margin-bottom: 30px;
	}
	body#about-index #index-greeting .name{
		text-align: right;
	}
	body#about-index #index-greeting .name span{
		font-size: 2.4rem;
	}

	/* STAFF */
	body#about-staff #title{
		background-image: url(../images/about/staff/title-bg.jpg);
	}
	body#about-staff .desc-image{
		margin-bottom: 60px;
		text-align: center;
	}
	body#about-staff .staff-list > li{
		margin-bottom: 80px;
	}
	body#about-staff .staff-list li .image-box{
		width: 160px;
		float: left;
	}
	body#about-staff .staff-list li .image-box .image{
		margin-bottom: 0;
	}
	body#about-staff .staff-list li .image-box .status{
		display: block;
		font-size: 1.8rem;
	}
	body#about-staff .staff-list li .image-box .name{
		display: block;
		font-size: 2.4rem;
		line-height: 1.2;
	}
	body#about-staff .staff-list li .image-box .en{
		display: block;
		font-size: 1.4rem;
	}
	body#about-staff .staff-list li .text-box{
		float: right;
		width: 725px;
	}
	body#about-staff .staff-list li .career dt{
		clear: left;
		float: left;
		width: 130px;
		text-align: center;
		color: #4552a1;
		background: #d2ddf0;
		box-sizing: border-box;
	}
	body#about-staff .staff-list li .career dd{
		margin-bottom: 20px;
		padding-left: 150px;
	}
	body#about-staff .staff-list li .career dt.license{
		float: none;
		margin-bottom: 10px;
	}
	body#about-staff .staff-list li .career dt.license + dd{
		padding-left: 0;
	}
	body#about-staff .staff-list li .message{
	  display: flex;
	  flex-wrap: wrap;
	}
	body#about-staff .staff-list li .message dt{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 130px;
		min-height: 58px;
		margin-right: 20px;
		text-align: center;
		color: #4552a1;
		background: #d2ddf0;
		box-sizing: border-box;
	}
	body#about-staff .staff-list li .message dd{
		width: 575px;
		min-height: 58px;
		display: flex;
		align-items: center;
	}
