*{
    margin: 0 auto;
    padding: 0 0 0 0;
    border: none;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',MS P Gothic,sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #000;
    line-height: 1.2em;
    text-align: left;
    list-style-type: none;
    box-sizing: border-box;
}

.text-center {
	text-align: center;
}

.bg_gray{
    background-color: #66666e;
    color: #FFF;
    padding: 10px;
}
.wap-box {
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #ccc;
}
.content-box {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.content-box p {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 12px;
}
.text-title {
    font-weight: 900;
    text-align: center;
    color: #fff;
    font-size: large;
}
.btn-custom {
    font-size: x-large;
    padding: 15px;
    margin-bottom: 15px;
    font-weight: 900;
    background-color: #0073b8;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #666;
    width: 80%;
}
a:hover, a:active, a:link{
    text-decoration: none;
}
.btn-custom:hover {
    background-color: #0073b8;
    box-shadow:none;
}
@media (max-width: 765px) {
    .btn-custom {
        font-size: 14px;
    }
    .content-box p {
        font-size: 13px;
    }
}