@charset "UTF-8";
/* CSS Document */

a {
    text-decoration: none;
    color: #000;
}
.lead {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 13px;
    width: 90%;
    max-width: 800px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    text-align: justify;
    display: block;
    margin: 50px auto;
    text-align: left;
}
.lead strong {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 1.2em;
    font-weight: 600;
    color: #3CC0C2;
}
.lead strong a {
    color: #3CC0C2;
}
h2 {
    font-family: "FOT-ロダン ProN DB";
	font-size: 35px;
    width: 100%;
    margin: 70px auto;
    color: #3CC0C2;
    text-align: center;
	line-height: 1.5em;
    letter-spacing: 0.1em;
    display: inline-block;
}
h3 {
	font-family: "FOT-ロダン ProN M";
	font-size: 28px;
	line-height: 1.5em;
	width: 80%;
	margin: 0px auto 50px;
	display: block;
}
h3 small {
    font-family: "FOT-ロダン ProN M";
    font-size: 0.4em;
    display: block;
    line-height: 1em;
}
h4 {
	font-family: "FOT-ロダン ProN DB";
	font-size: 16px;
	line-height: 1.5em;
    display: block;
    padding: 0;
    margin: 0 0 10px;
}

@media only screen and (max-width: 899px) {
.contens {
    width: 84%;
    box-sizing: border-box;
    display: block;
    margin: 30px auto;
    padding: 30px 3%;
    background-color: #fff;
}
.lead {
    font-size: 13px;
    width: 90%;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    text-align: justify;
    display: block;
    margin: 0px auto;
    text-align: left;
}
}
