p {
    line-height: 2em;
}
.h1Box {
    margin-bottom: 50px;
}
.h1Box img {
    max-width: 100%;
    height: auto;
}
h1 {
	padding-bottom: 20px;
	font-size: 30px;
	margin-bottom: 40px;
	border-bottom: 2px dotted #ddd;
	margin-top: 40px;
}
h2 {
	padding-bottom: 5px;
	font-size: 20px;
	color: #3fc1c9;
	margin-top: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	line-height: 1.5em;
}
h2 span{
	padding: 8px;
	margin-bottom: -1px;
}
h2:before {
	content: "";
	border-bottom: 3px solid #3fc1c9;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
h2:after {
	border-bottom: 3px solid #ddd;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
}.profile {
	background-color: #efefef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.profile .title {
	font-size: 20px;
	color: #3FC1C9;
    font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
}
.imgLeft {
    float: left;
    margin-right: 30px;
    width: 25%;
}
.imgLeft img {
    max-width: 100%;
    height: auto;
}
.imgBox {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 80%;
}
.imgBox img {
    max-width: 100%;
    height: auto;
}
h3 {
	font-size: 20px;
	color: #333333;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px dotted #3FC1C9;
    line-height: 1.5em;
}
p.question {
	color: #3FC1C9;
	font-weight: bold;
	margin-bottom: 20px;
}
@media only screen and (max-width:768px) {
}
@media only screen and (max-width:480px) {
h1 {
    font-size: 20px;
    margin-top: 30px;
}
p {
    font-size: 14px;
}
.profile {
width: 100%;
margin-left: auto;
margin-right: auto;
}
}
