    @charset "utf-8";


/* -- Link
-------------------------------------------------------------------------------- */
a {
    color: #000;
    text-decoration: none;
}
a.btn {
    font-size: 16px;
    color: #FFF;
    background: #034679;
    text-align: center;
    display: block;
    padding: 20px 0;
}



/* -- Layout
-------------------------------------------------------------------------------- */
.sp {
    min-width: 320px;
}
header,
article,
footer {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}
.layer {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8;
    opacity: 0.9;
    display: none;
}
br.pc {
    display: none;
}



/* -- Headerer
-------------------------------------------------------------------------------- */
header {
    background: #FFF;
    height: 70px;
    position: relative;
    z-index: 9;
}
header h1 {
    background: url(../../img/common/sp/header_nv.gif) no-repeat 0 0;
    background-size: 25px 36px;
    display: block;
    height: 18px;
    width: 25px;
    position: absolute;
    top: 26px;
    right: 10px;
    overflow: hidden;
    text-indent: -99em;
}
header h1.nvOpen {
    background-position: 0 -18px;
}
header > p {
    display: block;
    margin-left: -73px;
    position: absolute;
    left: 50%;
    top: 20px;
}
header > p img {
    width: 147px;
    height: 30px;
}
header nav {
    width: 100%;
    padding: 0 25px 35px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 70px;
    display: none;
}
header form {
    display: block;
    height: 43px;
    border-bottom: 2px solid #FFF;
    position: relative;
    overflow: hidden;
}
header form input {
    float: left;
    height: 43px;
    padding: 0;
    border: none;
    position: absolute;
}
header form input[type="submit"] {
    background: url(../../img/common/sp/icon_search.png) no-repeat center center;
    background-size: 22px 17px;
    width: 36px;
    text-indent: -99em;
    left: 0;
    top: 0;
    z-index: 2;
}
header form input[type="text"] {
    color: #FFF;
    background: none;
    line-height: 43px;
    padding-left: 46px;
    box-sizing: border-box;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 0;
}
header nav > ul {
    text-align: left;
    display: block;
    margin: 0 0 25px;
}
header nav li {
    display: block;
    border-bottom: 1px solid #FFF;
}
header nav li a {
    color: #FFF;
    font-size: 10px;
    display: block;
    padding: 25px 10px;
}
header nav li a span {
    font: 400 16px/1 Montserrat, sans-serif;
    margin-right: 20px;
}
header nav p {
    margin-bottom: 35px;
}
header nav p a {
    font-size: 17px!important;
    display: block;
}
header nav p a strong {
    font-size: 12px;
    font-weight: normal;
    display: block;
    padding-top: 5px;
}



/* -- Contents
-------------------------------------------------------------------------------- */
article > div,
article > section {
    font-size: 14px;
    padding: 0 10px;
}
article > h1 {
    font: 400 27px Montserrat,"游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.25;
    color: #FFF;
    background-size: auto 200px!important;
    display: block;
    padding-top: 78px;
    height: 200px;
    box-sizing: border-box;
}
article > h1 span {
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-top: 6px;
}
article > h1 + ul,
article > ul:first-child {
    font-size: 10px;
    line-height: 1.5;
    text-align: left;
    display: block;
    padding: 0 10px;
    margin: 10px 0 55px;
}
article > h1 + ul li,
article > ul:first-child li {
    display: inline;
}
article > h1 + ul li a,
article > ul:first-child li a {
    color: #034679!important;
    text-decoration: underline!important;
    padding-right: 7px;
}
article > aside {
    background: #DDE3E6;
    padding: 80px 15px;
    margin-top: 40px;
}
article > aside p:first-of-type {
    font-size: 16px;
    line-height: 1.68;
}
article > aside p:last-child {
    margin-top: 45px;
}

.twitter div{
    padding-top: 50px;
}


/* -- faq
-------------------------------------------------------------------------------- */
#faq h2 + dl {
    margin-top: 75px;
}
#faq dl {
    line-height: 1.64;
    text-align: left;
    display: block;
}
#faq dl dt {
    background: #F5F5F5 url(../../img/common/accordion_icon_q.gif) no-repeat 10px 20px;
    background-size: auto 32px;
    display: block;
    padding: 17px 45px 17px 60px;
    min-height: 32px;
    margin-top: 4px;
    position: relative;
}
#faq dl dt:after {
    content: "";
    background: url(../../img/common/accordion_btn.gif) no-repeat 0 0;
    display: block;
    height: 14px;
    width: 24px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    right: 10px;
}
#faq dl dt.open:after {
    background-position: 0 bottom;
}
#faq dl dd {
    background: url(../../img/common/accordion_icon_a.gif) no-repeat 9px 20px;
    background-size: auto 32px;
    min-height: 32px;
    padding: 15px 15px 15px 60px;
    border: 1px solid #F5F5F5;
    display: none;
}



/* -- Footer
-------------------------------------------------------------------------------- */
footer {
    background: #F7F7F7;
}
footer > div {
    background: #FFF;
    display: block;
    height: 42px;
    overflow: hidden;
}
footer > div a {
    font-size: 0;
    background: url(../../img/common/btn_pagetop.png) no-repeat center center;
    background-size: 30px 12px;
    display: block;
    height: 0;
    padding: 42px 0 0;
}
footer > p {
    font-size: 10px;
    color: #adadad;
    line-height: 1.3;
    text-align: right;
    display: block;
    margin: 10px 10px 10px;
}
footer h2 {
    text-align: center;
    display: block;
    margin: 45px 0 20px;
}
footer h2 img {
    width: 116px;
    height: auto;
}
footer nav {
    margin: 0 0 35px 15px;
}
footer nav ul {
    text-align: left;
    display: block;
    overflow: hidden;
}
footer nav ul li {
    font: 400 14px/1 Montserrat, sans-serif;
    display: block;
    float: left;
    height: 50px;
    width: 50%;
    box-sizing: border-box;
}
footer nav ul li:last-child {
    font: bold 13px/1 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
footer nav ul li strong {
    font-size: 10px;
    font-weight: normal;
    display: block;
    padding-top: 5px;
}
footer nav ul li a {
    display: block;
    padding-top: 17px;
    height: 33px;
}
footer small {
    font-size: 10px;
    line-height: 1.2;
    color: #FFF;
    background: #000;
    text-align: center;
    display: block;
    padding: 10px 0;
}

#err-msg-box p{
color:#FF0000 !important;
}

span.txt_l {
    text-decoration: underline;
    color: #034679;
}

#faq h2 {
    margin-bottom: 50px;
}

.p_mark {
    width: 50px;
}