@charset "utf-8";
/* CSS Document */

.about {
	padding: 10% 5% 0;
}

.about h2 {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5%;
}
.about p {
	font-family: "Yu Mincho", "YuMincho", serif;
	margin-bottom: 5%;
}

.page_content_wide{
	width:1000px;
	margin:0 auto;
}
.profBox{
	margin:0 auto;
	position:relative;
	width:90%;
}
.profBox.pb1 img{
	margin:3% 0;
}
.pb1 h2{
	margin:10% 0 7%;
}
.pb1 h3{
	margin:0;
}
.pb1 h3 img{
	margin:0 !important;
}
.pb2 h2 img{
	width:100%;
}
.pb2{
	background:url(img/bg.png) repeat-x top center;
	width:100%;
}
.pb2_inner{
	width:90%;
	margin:0 auto;
	position:relative;
	padding:10% 0 5%;
	text-align:center;
}
.pb2_inner img{
	margin:0 auto 9% auto;
	width:85%;
}
.pb3{
	width:90%;
	margin:5% auto;
}
.pb3 .groupList{
	margin:5% 0 15%;
}
.pb3 .groupList li{
	width:80%;
	margin:8% auto 11%;
    text-align: center;
}

.pb3 .groupList li .gName{
	width:100%;
	color:#fff;
	text-align:center;
	padding:3% 0;
	background:rgba(42, 42, 42, 0.62);
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius::20px;
	margin:0 0 6% 0;
	font-size:1.5rem;
}
.pb3 .groupList li .gDetail{
	margin:6% 0 2%;
	font-size:1.2rem;
}
.pb3 .groupList li .gDetail td{
	text-align:left;
    display: block;
    padding: 0 0 5px 0;
}
.pb3 .groupList li .gDetail th{
	width:100%;
	text-align:left;
    padding: 0 5% 0 0;
    white-space: nowrap;
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
}
.pb3 .groupList li .gUnder{
	border-top:1px solid #ccc;
	width:100%;
	margin:0 auto;
	padding:3% 0 0 0;
	text-align:left;
	font-size:1.2rem;
}
.pb3 .groupList li .gUnder li{
	list-style:inside;
	list-style-image:url(img/listicon.gif);
	margin:0 0 3% 0;
    height: auto;
    float: none;
    width: 100%;
    text-align: left;
	display:list-item;
}


/*---========================================================--*/

.group_about h3,
.group_about p,
.group_about th,
.group_about td,
.group_about li{
	font-family: "Yu Mincho", "YuMincho", "serif";
}

.group_top{
	margin-top: 50px;
}

.group_about h3{
	margin-bottom: 25px;
	font-size: 22px;
	line-height: 42px;
	letter-spacing: 3px;
}
.group_about h3 img{
	width: 100px;
	margin-right: 17px;
}

.group_about table{
	width: 100%;
}
.group_about table th,
.group_about table td{
	border-bottom: 1px solid #b5b5b5;
	padding: 18px 0;
	text-align: left;
}

.group_about table th{
	width: 25%;
}
.group_about table td{
	line-height: 1.5;
}

.group_about ul{
	margin-top: 18px;
	margin-left: 16px;
}
.group_about li{
	list-style-type: square;
}
.group_about .sec_li{
	overflow: hidden;
	clear: both;
	display: block;
	padding-top: 50px;
}
.group_about .sec_li h3{
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0;
	position: relative;
	padding-left: 20px;
}
.group_about .sec_li h3::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 22px;
	background: #b5212a;
}

.group_about .sec_li img{
	margin-bottom: 7px;
}

.group_about .sec_li .u_line{
	margin-top: 18px;
}
.group_about .sec_li .u_line th,
.group_about .sec_li .u_line td{
	border-top:  1px solid #b5b5b5;
	border-bottom: none;
}

.group_about .sec_li p{
	border-top: 1px solid #b5b5b5;
	padding-top: 18px;
}
.group_about .sec_li p span{
	color: #b5212a;
}


/*---========================================================--*/