@charset "utf-8";

p {
    line-height: 2em;
}
.h1Box {
margin-bottom: 50px;
    position: relative;
}
.h1Box img {
    max-width: 100%;
    height: auto;
}
.titleBox{
    width: 75%;
    background-color: #52c4ff;
    mix-blend-mode: multiply;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 100px 20px;
}
h1 {
    width: 100%;
	font-size: 30px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
h2 {
	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;
}
.imgRight {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
.imgLeft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.imgCenter{
    text-align: center;
	margin-bottom: 20px;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}

/**slider**/
.slider {
    margin-bottom: 30px;
}
.slider img {
    width: auto;
    height: 100%;
    margin: 0 10px;
}

@media only screen and (max-width:768px) {
}
@media only screen and (max-width:480px) {
.titleBox{
    width: 80%;
    padding: 50px 10px;
}
h1 {
    font-size: 20px;
    width: calc(80% - 20px);
}
p {
    font-size: 14px;
}
.imgRight,.imgLeft {
    float: none;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
    text-align: center;
    width: 80%;
}
.imgRight img,.imgLeft img, .imgCenter img {
    max-width: 100%;
    height: auto;
}
}