@charset "utf-8";

#article {
        width: 950px;
        background-color: white;
}

/* 総合窓口のご紹介画像 */

.generalcounter_img {
        position: relative;
        width:950px;
        height:379px;
        background: url(../images/contactform_img.jpg) repeat-x top center ;
}

.atext {
        position: absolute;
        font-size: 198%;
        left: 37px;
        top: 97px;
}

.btext {
        position: absolute;
        font-size: 169%;
        left: 40px;
        top: 148px;
        font-weight: bold;
}

.btext span {
        color:red;
}

.ctext {
        position: absolute;
        font-size: 120%;
        left: 39px;
        top: 190px;
        line-height: 1.8;
}

.ctext span {
        font-weight: bold;
}

/* プライバシーポリシー一覧 */

.privacyttl {
        position: relative;
        margin: 60px 0 0 0;
}

.privacylist {
        position: absolute;
        right: 56px;
        top: 18px;
}
.privacylist a {
        text-decoration: underline;
}

.privacytext {
        margin:30px 0 30px 100px;
}

.privacyttl h3 {
        text-align: center;
}

.contactbt {
        text-align: center;
        margin: 30px 0 50px 0;
}

#phone {
		margin:0 4px 0 27px !important;
}
