#page-mv .ph {
	padding-top: 32%;
}
/* --------------------------------------------------- */
#sec01 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 80px;
}
#sec01 p {
	margin-bottom: 25px;
}
#sec01 dl {
	border-top: #8BC5C0 1px solid;
	border-left: #8BC5C0 2px solid;
	padding: 30px 0 20px 30px;
	margin-bottom: 30px;
}
#sec01 dt {
	color: #8BC5C0;
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 15px;
	font-size: 1.1em;
}
#sec01 dd {
}
@media screen and (max-width: 910px) {
	#sec01 dl {
        padding: 30px 0 30px 30px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 680px) {
	#sec01 dl {
		border-top: rgba(139,197,192,.5) 1px solid;
        padding: 20px 0 15px 20px;
        margin-bottom: 15px;
    }
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 50px;
}
#sec02 p {
	margin-bottom: 25px;
}
#sec02 dl {
	background-color: #8BC5C0;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 10px;
}
#sec02 dt {
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 0 10px;
}
#sec02 dd {
	background-color: #fff;
	padding: 20px;
	border-radius: 3px;
	font-size: .9em;
	line-height: 1.7;
}
#sec02 dd p {
	margin-bottom: 10px;
}
#sec02 dd strong {
	display: block;
	margin-bottom: 5px;
}
#sec02 dd ul {
	list-style: outside disc;
	margin-left: 25px;
	padding-top: 5px;
}
#sec02 dd li {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	#sec02 dl {
        padding: 5px;
    }
	#sec02 dt {
		text-align: center;
	}
	#sec02 dt {
        color: #fff;
        font-weight: 500;
        margin-bottom: 5px;
        padding: 0 10px;
    }
    #sec02 dd {
        padding: 15px;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */


