@charset "utf-8";

/*-------------------*/
.sec1{
	margin: 0 0 50px;
	max-width: 840px;
}
.sec1 h2{
	margin-bottom: 3px;
	color: #009DDA;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.4;
}
.sec1 .person{
	margin-bottom: 20px;
	padding: 5px 0 3px;
	border-top: solid 1.5px #000; 
	border-bottom: solid 1.5px #000;
}
.sec1 .place,
.sec1 .name {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}
.sec1 .place span,
.sec1 .name span {
	font-size: 14px;
	font-weight: normal;
} 
.sec1 .text{
}
/*-------------------*/

/* All SP & Tablet */
@media screen and (max-width: 979px) {
/*-------------------*/
/*-------------------*/

}

/* All SP */
@media screen and (max-width: 639px) {
/*-------------------*/
.sec1{
	margin: 0 0 30px;
}
.sec1 h2{
	font-size: 15px;
}
.sec1 .person{
	margin-bottom: 15px;
}
.sec1 .place,
.sec1 .name {
	font-size: 16px;
}
.sec1 .place span,
.sec1 .name span {
	font-size: 13px;
}
.sec1 .text{
}
/*-------------------*/
}

/* Portrait */
@media screen and (max-width:479px) {
}

