p {
    line-height: 2em;
}
.h1Box {
    background-image: url(../contents/week_life/images/header.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 60%;
    position: relative;
    /* top: 0;
    left: 0; */
}
.h1Box h1 {
    width: 100%;
    background-color: rgb(63, 193, 201, 0.75);
    position: absolute;
    top: 75%;
    left: 0;
    transform: translateY(-50px);
    font-size: 50px;
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
}
.h1Box h1::after {
    content: "\f1da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 15px;
}
h2 {
    padding-bottom: 10px;
    font-size: 20px;
    margin-bottom: 30px;
    border-bottom: 2px dotted #ddd;
    margin-top: 40px;
    line-height: 1.5em;
}
.schedule{
	font-size: 20px;
	color: #3fc1c9;
    text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
    line-height: 1.5em;
    border-bottom: 2px solid #3FC1C9;
}
.center{
    text-align: center;
}
h3 {
	font-size: 20px;
	color: #3fc1c9;
	margin-top: 40px;
	margin-bottom: 18px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}
h3 span{
    padding: 8px;
    margin-bottom: -1px;
}
h3:before {
	content: "";
	border-bottom: 3px solid #3fc1c9;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
h3:after {
	border-bottom: 3px solid #ddd;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
}
p.question {
    color: #FC5185;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
.imgLeft{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.imgRight{
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.imgLeft p, .imgRight p {
    font-size: 12px;
    margin-top: 10px;
}
.w300{
    max-width: 300px;
}
.w350{
    max-width: 350px;
}
@media only screen and (max-width:768px) {
.h1Box h1 {
    font-size: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* padding-left: 20px;
    padding-right: 20px; */
}
}
@media only screen and (max-width:480px) {
p {
    font-size: 14px;
}
.h1Box h1 {
    font-size: 24px;
    padding: 10px;
}
h2, .schedule {
    font-size: 18px;
    margin-top: 30px;
}
    .center img{
        width: 100%;
    }
h3{
	font-size: 18px;
	margin-top: 30px;
}
    .imgLeft, .imgRight{
        float: inherit;
        margin: 0 auto 20px;
    }
}
