@charset "utf-8";
.page-hd {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center 0%;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 37.31%,rgba(206,239,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 37.31%,rgba(206,239,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 37.31%,rgba(206,239,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 37.31%,rgba(206,239,255,1.00) 100%);
}
.page-hd h2 {
    text-shadow: 0px 0px 4px rgba(0,0,0,1.00);
    font-size: 48px;
    color: rgba(255,255,255,1.00);
    text-align: center;
    padding-top: 120px;
}
.st-01-text {
	width: 60%;
	float: right;
}
.st-01-img {
	width: 37%;
	float: left;
}
.st-01-text p {

}
.st-01-text h3 {
	border-bottom: 1px solid rgba(0,0,0,1.00);
	font-size: 30px;
	line-height: 150%;
}
.st-01-text h4 {
	font-size: 30px;
	line-height: 150%;
}
.st-01-text-l {
	width: 48%;
	float: left;
}
.st-01-text-r {
	width: 48%;
	float: right;
}
.st-01-text-l h3 {
	border-bottom: 1px solid rgba(0,0,0,1.00);
}
.st-01-text-r h3 {
	border-bottom: 1px solid rgba(0,0,0,1.00);
}
.st-01-box p {
	font-size: 20px;
	line-height: 150%;
}
.st-01-img img {
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.48);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.48);
	margin-bottom: 20px;
}
.st-01-img p {
	font-size: 16px;
}
.st-01-img h3 {
	border-bottom: 2px dotted rgba(102,204,204,1.00);
}
.st-01-box {

}
.st-02-box {
	width: 48%;
	float: left;
}
.st-03-box {
	width: 48%;
	float: right;
}
.st-02-img img {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.st-02-img {
	text-align: center;
}
.col3-l {
	width: 31%;
	float: left;
	margin-bottom: 20px;
}
.col3-c {
	width: 31%;
	margin-bottom: 20px;
}
.col3-r {
	width: 31%;
	float: right;
	margin-bottom: 20px;
}
.staff-bd {
	padding-bottom: 1em;
	margin-bottom: 1em;
	/* [disabled]border-bottom: 1px solid rgba(0,0,0,1.00); */
}
.hd-white {
	color: rgba(255,255,255,1.00);
	text-shadow: 0px 0px 4px rgba(0,0,0,1.00);
}
.page-hd-staff {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.column-box {
	width: 920px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
 }
.col3{
	width: calc(33% - 10px);
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
}
.hl-bd {
	border-bottom: 1px solid rgba(0,0,0,1.00);
	margin-bottom: 20px;
}
