@charset "utf-8";


article > h1 {
    background: url(../../img/howto/vis.jpg) no-repeat center 0;
}
article h2 {
    font-size: 23px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 15px 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 15px 60px;
}

/* -- process
-------------------------------------------------------------------------------- */
#process {
    padding: 0;
}
#process section {
    text-align: left;
    padding: 0 15px;
}
#process section#sp { background: #F7F7F7; }
#process section#pc { color: #FFF; background: #034679; }
#process section#pc ol { display: none; }
#process section figure img {
    display: block;
    width: 100%;
}
#process section h3 {
    font-size: 16px;
    height: 45px;
    padding-top: 30px;
    position: relative;
}
#process section h3:after {
    content: "";
    background-size: 25px 30px;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    width: 25px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 30px
}
#process section#sp h3 { color: #034679; }
#process section#sp h3:after { background-image: url(../../img/howto/accordion_btn_sp.png); }
#process section#pc h3:after { background-image: url(../../img/howto/accordion_btn_pc.png); }
#process section h3.acOpen:after { background-position: 0 bottom; }
#process section li {
    padding-bottom: 55px;
}
#process section li h4 {
    font-size: 16px;
    background: no-repeat center center;
    background-size: auto 53px;
    text-align: center;
    height: 35px;
    margin: 20px 0;
    padding-top: 18px;
}
#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: 14px;
    line-height: 1.64;
    text-align: left;
}
#process > p:last-child {
    clear: both;
    padding-top: 80px;
    margin: 0 25px;
}



/* -- faq
-------------------------------------------------------------------------------- */
#faq {
    padding: 80px 10px 0;
}

#faq dd span.txt_l{
    text-decoration: underline;
    color: #034679;
}

/* -- pin
-------------------------------------------------------------------------------- */
#pin {
    text-align: left;
    padding: 0 15px 80px;
}
#pin h2 {
    font-weight: normal;
    text-align: center;
    display: block;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 50px;ssssss
}
#pin form + h2 {
    margin-top: 85px;
}
#pin h2 span {
    font-weight: 700;
    display: block;
    color: #034679;
    font-size: 25px;
}
#pin form select,
#pin form input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    display: block;
    height: 60px;
    padding: 0;
    margin: 0;
    border: none;
}
#pin form select,
#pin form input[type="text"] {
    font-size: 12px;
    background: #F5F5F5;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}
#pin form select {
    background: #F5F5F5 url(/img/common/form_select_arw.png) no-repeat 95% center;
    background-size: 24px 14px;
}
#pin form input[type="submit"] {
    color: #FFF;
    font-size: 15px;
    background: #034679;
    width: 100%;
}
#pin form p {
    margin: 10px 0 38px;
    font-size: 10px;
    text-align: center;
}
#pin h2 {
    font-size: 23px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 15px 20px;
    position: relative;
}
#pin  h2:after {
    content: "";
    background: #034679;
    display: block;
    height: 2px;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    bottom: -7px;
}
#pin h2 + p {
    font-size: 13px;
    line-height: 1.66;
    margin: 0 15px 60px;
    text-align: center;
}