    @charset "utf-8";


    article > h1 {
        background: url(../../img/howto/vis.jpg) no-repeat center 0;
    }
    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;
    }



    /* -- process
    -------------------------------------------------------------------------------- */
    #process {
        max-width: 100% !important;
    }
    #process section {
        width: 50%;
        box-sizing: border-box;
        position: relative;
        padding: 120px 0 50px;
    }
    #process section#sp { background: #F7F7F7; float: left; padding-right: 10px; }
    #process section#pc { color: #FFF; background: #034679; float: right; padding-left: 10px; }
    #process section ol { display: block!important; }
    #process section > *,
    #process section figure img {
        display: block;
        width: 100%;
        max-width: 405px;
        position: relative;
        margin: 0 auto;
    }
    #process section#sp > * { margin-right: auto; }
    #process section#pc > * { margin-left: auto; }
    #process section:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }
    #process section#sp:before { background: #F7F7F7; left: -100%; }
    #process section#pc:before { background: #034679; right: -100%; }
    #process section h3 {
        font-size: 28px;
        height: 125px;
    }
    #process section#sp h3 { color: #034679; }
    #process section li {
        padding-bottom: 70px;
    }
    #process section li h4 {
        font-size: 20px;
        background: no-repeat center center;
        height: 53px;
        margin: 15px 0 10px;
        padding-top: 35px;
    }
    #process section#pc li:nth-child(1) h4 { background-image: url(../../img/howto/bg_pc1.png); }
    #process section#pc li:nth-child(2) h4 { background-image: url(../../img/howto/bg_pc2.png); }
    #process section#pc li:nth-child(3) h4 { background-image: url(../../img/howto/bg_pc3.png); }
    #process section#pc li:nth-child(4) h4 { background-image: url(../../img/howto/bg_pc4.png); }
    #process section#pc li:nth-child(5) h4 { background-image: url(../../img/howto/bg_pc5.png); }
    #process section#sp li:nth-child(1) h4 { background-image: url(../../img/howto/bg_sp1.png); }
    #process section#sp li:nth-child(2) h4 { background-image: url(../../img/howto/bg_sp2.png); }
    #process section#sp li:nth-child(3) h4 { background-image: url(../../img/howto/bg_sp3.png); }
    #process section#sp li:nth-child(4) h4 { background-image: url(../../img/howto/bg_sp4.png); }
    #process section#sp li:nth-child(5) h4 { background-image: url(../../img/howto/bg_sp5.png); }
    #process section li p {
        font-size: 16px;
        line-height: 1.625;
        text-align: left;
        margin: 0 25px;
    }
    #process > p:last-child {
        clear: both;
        padding-top: 80px;
    }



    /* -- faq
    -------------------------------------------------------------------------------- */
    #faq {
        padding: 180px 10px 60px;
    }

    #faq dd span.txt_l{
        text-decoration: underline;
        color: #034679;
    }


    /* -- pin
    -------------------------------------------------------------------------------- */
    #pin {
        text-align: left;
        max-width: 1100px;
        padding-bottom: 75px;
        overflow: hidden;
    }
    #pin h2 {
        font-weight: normal;
        text-align: center;
        display: block;
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 50px;
    }
    #pin form + h2 {
        margin-top: 110px;
    }
    #pin h2 span {
        font-weight: 700;
        display: block;
        color: #034679;
        font-size: 30px;
    }
    #pin form {
        display: block;
        height: 120px;
        position: relative;
    }
    .ua-ie-9 #pin form:first-of-type:before {
        content: "";
        background: #F5F5F5;
        display: block;
        height: 80px;
        width: 20px;
        margin-left: -20px;
        position: absolute;
        left: 63.5%;
        top: 0;
    }
    #pin form select,
    #pin form input {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        vertical-align: middle;
        display: block;
        height: 80px;
        padding: 0;
        margin: 0;
        border: none;
    }
    #pin form select,
    #pin form input[type="text"] {
        font-size: 20px;
        background: #F5F5F5;
        width: 63.5%;
        padding-left: 30px;
        float: left;
        box-sizing: border-box;
    }
    #pin form select {
        background: #F5F5F5 url(/img/common/form_select_arw.png) no-repeat 96% center;
    }
    #pin form input[type="submit"] {
        color: #FFF;
        font-size: 16px;
        background: #034679;
        width: 32%;
        float: right;
        position: relative;
        top: -123px;
        cursor: pointer;
    }
    #pin form input[type="submit"]: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;
    }

    /*
    #pin form p {
        font-size: 12px;
        clear: left;
        float: left;
        margin-top: 20px;
    }
    */

#pin form p {
    font-size: 12px;
    clear: left;
    text-align: center;
    padding-top: 20px;
}

    #pin  h2 {
        font-size: 28px;
        line-height: 1.25;
        font-weight: bold;
        text-align: center;
        display: block;
        margin-bottom: 20px;
        position: relative;
    }

    #pin  h2 + p {
        font-size: 12px;
        line-height: 1.66;
        margin-bottom: 60px;
        text-align: center;
    }