@charset "utf-8";


article > h1 {
    padding-top: 119px !important;
    background: url(../../img/contact/vis.jpg) no-repeat center 0;
}

article > h1 span{
    margin-top: -8px;
}

article h2 {
    font-size: 28px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
article h2:after {
    content: "";
    background: #034679;
    display: block;
    height: 2px;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    bottom: -8px;
}
article h2 + p {
    font-size: 12px;
    line-height: 1.66;
    margin-bottom: 60px;
}
article select,
article input,
article textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
article p.btn input:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
article input[type="submit"],
article input[type="button"] {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    height: 80px;
    padding: 0;
    border: none;
    cursor: pointer;
}
article form + p {
    font-size: 14px;
}
article form table th span {
    font-size: 14px;
    display: block;
}



/* -- contact
-------------------------------------------------------------------------------- */
#faq {
    padding-bottom: 120px;
}
#form {
    padding: 120px 10px;
    max-width: 100%;
    background: #DDE3E6;
}
#form form {
    display: block;
    width: 100%;
    max-width: 1180px;
    padding: 0 10px;
    margin: 130px auto 20px;
}
#form form table {
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
}
#form form tr.a,
#form form tr.b,
#form form tr.c,
#form table.type0 tr.a,
#form table.type0 tr.b,
#form table.type0 tr.c,
#form table.type1 tr.b,
#form table.type1 tr.c,
#form table.type2 tr.b,
#form table.type2 tr.c,
#form table.type4 tr.a,
#form table.type4 tr.c,
#form table.type5 tr.a,
#form table.type5 tr.c,
#form table.type6 tr.b {
    display: none;
}
#form table.type1 tr.a,
#form table.type2 tr.a,
#form table.type3 tr.b,
#form table.type4 tr.b,
#form table.type5 tr.b,
#form table.type6 tr.a,
#form table.type6 tr.c {
    display: table-row;
}
#form form table th,
#form form table td {
    text-align: left;
    vertical-align: middle;
    padding-bottom: 50px;
    position: relative;
}
#form form table th {
    font-size: 16px;
    font-weight: 700;
    background: url(../../img/contact/icon2.gif) no-repeat 0 28px;
    width: 290px;
    padding-left: 70px;
    box-sizing: border-box;
}
#form form table th span {
    margin-top: 5px;
}
#form form table tr.req th {
    background: url(../../img/contact/icon1.gif) no-repeat 0 28px;
}
#form form table tr:last-child th {
    vertical-align: top;
    padding-top: 32px;
}
#form select,
#form input[type="text"],
#form textarea {
    font-size: 16px;
    line-height: 20px;
    color: #bababa;
    background: #F5F5F5;
    width: 100%;
    height: 80px;
    border: none;
    padding: 30px;
    box-sizing: border-box;
}
#form select {
    color: #000;
    background: #F5F5F5 url(../../img/common/form_select_arw.png) no-repeat 98% center;
}
#form textarea {
    height: 160px;
}
#form .wrote {
    color: #000!important;
}
#form input[type="submit"] {
    background: #034679;
    width: 406px;
}
#form p.btn {
    display: block;
    position: relative;
}
#form p.btn:before {
    content: "同意して確認へ";
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    background: #c2c2c2;
    display: block;
    height: 50px;
    width: 406px;
    margin-left: -203px;
    padding-top: 30px;
    position: absolute;
    left: 50%;
    top: 0;
}
#form p.btn.open:before {
    display: none;
}

#form td.no-req input[type="text"] {
    border: 2px solid #034679;
    padding: 28px;
}

#form td.no-address input[type="text"] {
    border: 2px solid #034679;
    padding: 28px;
}
#form td.no-address:after {
    content: "メールアドレスが正しくありません。";
    font-size: 16px;
    color: #034679;
    position: absolute;
    left: 32px;
    bottom: 25px;
}
#form td.no-req:after {
    content: "必須項目です。";
    font-size: 16px;
    color: #034679;
    position: absolute;
    left: 32px;
    bottom: 25px;
}
#form td.no-mailsame:after {
    content: "メールアドレスが一致しません。";
    font-size: 16px;
    color: #034679;
    position: absolute;
    left: 32px;
    bottom: 25px;
}
#form td.no-select:after {
    content: "選択されていません。";
    font-size: 16px;
    color: #034679;
    position: absolute;
    left: 32px;
    bottom: 25px;
}

/* -- confirm
-------------------------------------------------------------------------------- */
article > ul:first-child {
    margin: 35px auto 120px;
}
#conf {
    max-width: 1060px;
    padding-bottom: 160px;
}
#conf form {
    display: block;
    width: 100%;
    margin: 0 0 20px;
}
#conf table {
    width: 100%;
    margin: 90px 0 60px;
    border-top: solid 1px #E6E6E6;
}
#conf table th,
#conf table td {
    font-size: 16px;
    line-height: 1.62;
    text-align: left;
    vertical-align: top;
    padding: 25px 0;
    border-bottom: solid 1px #E6E6E6;
}
#conf table th {
    width: 250px;
}
#conf p.btn {
    display: block;
}
#conf p.btn input {
    font-size: 20px;
}
#conf p.btn input[type="button"] {
    background: #959595;
    width: 250px;
    margin-right: 27px;
}
#conf p.btn input[type="submit"] {
    background: #034679;
    width: 406px;
    margin-left: 27px;
}


#faq dd span.txt_l{
    text-decoration: underline;
    color: #034679;
}

*.logbox
{
    border: solid 1px #808080;
    height: 200px;
    padding: 0.5em 4em 0.5em 4em;
    overflow: auto;
    margin-bottom: 20px;
    background-color: #FFF;
    text-align: left;
}
q
{
    color: #008000;
}

*.logbox p {
    margin: 10px 0 10px 20px;
}