@charset "utf-8";


article > h1 {
    background: url(../../img/contact/vis.jpg) no-repeat center 0;
}
article h2 {
    font-size: 23px;
    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: -7px;
}
article h2 + p {
    font-size: 13px;
    line-height: 1.66;
    margin: 0 0 60px;
}
article form table,
article form tbody,
article form tr,
article form th,
article form td {
    text-align: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
article select,
article input,
article textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
article input[type="submit"],
article input[type="button"] {
    font-size: 15px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    height: 55px;
    width: 100%;
    padding: 0;
    border: none;
    cursor: pointer;
}
article form + p {
    font-size: 10px;
    line-height: 1.5;
    text-align: left;
}



/* -- contact
-------------------------------------------------------------------------------- */
#faq {
    padding-bottom: 80px;
}
#form {
    padding: 80px 10px;
    background: #DDE3E6;
}
#form form {
    display: block;
    margin: 80px 0 20px;
}

#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,
#form form table td {
    position: relative;
}
#form form table th {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    padding: 0 0 15px;
}
#form form table th span {
    font-size: 11px;
}
#form form table th:before {
    content: "任意";
    font-size: 10px;
    line-height: 16px;
    background: #F5F5F5;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin-right: 12px;
    height: 16px;
    width: 30px;
}
#form form table tr.req th:before {
    content: "必須";
    color: #FFF;
    background: #034679;
}
#form form table td {
    font-size: 12px;
    padding: 0 0 40px;
}
#form select,
#form input[type="text"],
#form textarea {
    font-size: 12px;
    line-height: 20px;
    color: #bababa;
    background: #F5F5F5;
    width: 100%;
    height: 60px;
    border: none;
    padding: 10px 20px;
    box-sizing: border-box;
}
#form input.wrote {
    color: #000;
}
#form input[type="submit"] {
    background: #034679;
}
#form form select {
    color: #000;
    background: #F5F5F5 url(../../img/common/form_select_arw.png) no-repeat 95% center;
    background-size: 24px 14px;
}
#form textarea {
    height: 120px;
}
#form .wrote {
    color: #000!important;
}
#form p.btn {
    display: block;
    position: relative;
}
#form p.btn:before {
    content: "確認";
    font-size: 15px;
    color: #FFF;
    background: #c2c2c2;
    text-align: center;
    display: block;
    padding-top: 19px;
    height: 36px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#form p.btn.open:before {
    display: none;
}
#form td.no-address input[type="text"] {
    border: 2px solid #034679;
    padding: 6px 16px;
}
#form td.no-address:after {
    content: "メールアドレスが正しくありません。";
    font-size: 12px;
    color: #034679;
    position: absolute;
    left: 20px;
    bottom: 20px;
}



/* -- confirm
-------------------------------------------------------------------------------- */
#conf {
    padding-bottom: 80px;
}
#conf form {
    display: block;
    padding: 0 0 20px;
}
#conf table {
    margin: 0 0 60px;
    border-bottom: solid 1px #E6E6E6;
}
#conf table th {
    font-size: 14px;
    padding: 15px 10px 0;
    border-top: solid 1px #E6E6E6;
}
#conf table th span {
    font-size: 11px;
}
#conf table td {
    font-size: 12px;
    line-height: 1.62;
    padding: 10px 10px 15px;
}
#conf p.btn input[type="button"] {
    background: #959595;
}
#conf p.btn input[type="submit"] {
    background: #034679;
    margin-top: 30px;
}


#faq dd span.txt_l{
    text-decoration: underline;
    color: #034679;
}

.logbox
{
    border: solid 1px #808080;
    height: 200px;
    padding: 0.5em;
    overflow: auto;
    margin-bottom: 20px;
    background-color: #FFF;
    text-align: left;
}
q
{
    color: #008000;
}

*.logbox p {
    margin: 10px 0 10px 20px;
}