@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 {
	margin:30px auto;
    width: 100%;
	font-size: 30px;
    color: #3fc1c9;
    text-align: center;
/**    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	text-indent:100%;
	oveflow:hidden;
	white-space:nowrap;**/
}
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,.imgLeft,.imgCenter,.middle{
	display:flex;
	justify-content:space-between;
	margin-bottom: 30px;
}
.imgRight img,.imgLeft img{
	width:30%;
}
.imgRight p{
	width:70%;
	padding-right:30px;
}
.imgLeft p{
	

	width:70%;
	padding-left:30px;
}
.imgCenter{
    text-align: center;
	margin-bottom: 20px;
}
.mb10{
    margin-bottom: 10px;
}
.middle img{
	width:50%;
	margin-bottom:30px;
}

.mb20,.mb30,.mb30 div{
	display:flex;
	justify-content:space-between;
    margin: 20px auto;
	align-items:top;
}
.mb20 img{
	width:20%;
	object-fit:contain;
}
.mb20 p{
	width:78%;
	padding:0 10px;
	align-items:top;
}
.mb30 div img{
	width:50%;
}
.mb30 div p{
	width:45%;
	padding:10px;
}



/**slider**/
.slider {
	margin-top:30px;
    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,.middle{
    display:block;
}
.imgRight img,.imgLeft img,.middle img,.imgRight p,.imgLeft p{
	width:97%;
	padding:5px;}
.mb30{
	display:block;
	}
.mb20 img,.mb30 div img{
	width:50%;}

.mb20 p,.mb30 div p{
	width:45%;
	padding:5px;}

}