@charset "utf-8";


/* -- Link
-------------------------------------------------------------------------------- */


a,a:link,a:visited  {
    color: #000;
    text-decoration: none;
    outline: none;
}
a:hover,a:active,a:focus {
    color: #000;
    text-decoration: none;
}
a:hover {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover img {
    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;
}

a.btn {
    font-size: 18px;
    color: #FFF;
    background: #034679;
    text-align: center;
    width: 300px;
    height: 62px;
    display: block;
    padding-top: 22px;
    margin: auto;
    border: 1px solid #034679;
    box-sizing: border-box;
}
a.btn:hover {
    color: #034679;
    text-decoration: none;
    background:  rgba(255, 255,255, 0);
;
}



/* -- Layout
-------------------------------------------------------------------------------- */
header,
article,
footer {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
}
br.sp {
    display: none;
}


/* -- Headerer
-------------------------------------------------------------------------------- */
header {
    height: 210px;
    max-width: 1200px;
    position: relative;
}
header h1 {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    position: absolute;
    left: 10px;
    top: 10px;
}
header > p {
    margin-left: -122px;
    position: absolute;
    left: 50%;
    top: 62px;
}
header > p img {
    width: 245px;
    height: 49px;
}
header nav {
    width: 100%;
    height: 50px;
    padding-top: 160px;
}
header form {
    display: block;
    height: 32px;
    width: 200px;
    border-bottom: 1px solid #777;
    position: absolute;
    top: 20px;
    right: 10px;
    overflow: hidden;
}
header form input {
    float: left;
    height: 32px;
    padding: 0;
    border: none;
}
header form input[type="submit"]{
    background: url(../../img/common/pc/icon_search.gif) no-repeat center center;
    width: 26px;
    cursor: pointer;
    text-indent: -99em;
}
header form input[type="text"]{
    width: 174px;
    line-height: 32px;
}
header nav p {
    position: absolute;
    right: 10px;
    top: 64px;
}
header nav p a {
    font-size: 13px!important;
    width: 200px!important;
    height: 47px!important;
    padding: 10px 0 0!important;
}
header nav p a strong {
    font-size: 9px;
    display: block;
    padding-top: 3px;
}
header nav > ul {
    display: table;
    height: 50px;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    max-width: 960px;
    margin: auto;
}
header nav li {
    vertical-align: top;
    display: table-cell;
    height: 50px;
}
header nav li a {
    font-size: 10px;
    display: inline-block;
    height: 38px;
    padding-top: 10px;
    border-bottom: 2px solid #FFF;
}
header nav li a span {
    font: 400 16px/1 Montserrat, sans-serif;
    display: block;
    padding-bottom: 3px;
}
#Home header nav li:nth-child(1) a,
#News header nav li:nth-child(2) a,
#Howto header nav li:nth-child(3) a,
#Artist header nav li:nth-child(4) a,
#Contact header nav li:nth-child(5) a,
header nav li a:hover {
    border-bottom: 2px solid #000;
}



/* -- Contents
-------------------------------------------------------------------------------- */
article > div,
article > section {
    font-size: 16px;
    width: 100%;
    max-width: 1220px;
    padding: 0 10px;
    margin: auto;
    box-sizing: border-box;
    position: relative;
}
article > h1 {
    font: 400 42px Montserrat, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    color: #FFF;
    width: 100%;
    max-width: 1600px;
    height: 358px;
    padding-top: 135px;
    margin: auto;
    box-sizing: border-box;
}
article > h1 span {
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-top: 6px;
}
article > h1 + ul,
article > ul:first-child {
    font-size: 10px;
    text-align: left;
    display: block;
    width: 100%;
    max-width: 1220px;
    padding: 0 10px;
    margin: 15px auto 160px;
    box-sizing: border-box;
}
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 > h1 + ul li a:hover {
    color: #888!important;
}
article > h1 span {
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-top: 6px;
}
article > aside {
    background: #DDE3E6;
    padding: 60px 0 80px;
    margin-top: 40px;
}
article > aside p:first-of-type {
    font-size: 22px;
    line-height: 2;
}
article > aside p:last-child {
    margin-top: 50px;
}
article > aside p:last-child a {
    width: 400px;
}



/* -- faq
-------------------------------------------------------------------------------- */
#faq {
    overflow: hidden;
}
#faq dl {
    line-height: 1.62;
    text-align: left;
    display: block;
    float: left;
    width: 50%;
    margin-top: 60px;
    box-sizing: border-box;
}
#faq dl:nth-of-type(1) { padding-right: 2px; }
#faq dl:nth-of-type(2) { padding-left: 2px; }
#faq dl dt {
    background: #F5F5F5 url(../../img/common/accordion_icon_q_on.gif) no-repeat 15px 15px;
    display: table;
    padding: 15px 0;
    height: 51px;
    width: 100%;
    margin-top: 4px;
    position: relative;
    cursor: pointer;
}
#faq dl dt:before,
#faq dl dt span {
    vertical-align: middle;
    display: table-cell;
}
#faq dl dt:before {
    content: "";
    background: url(../../img/common/accordion_icon_q.gif) no-repeat 15px 0;
    width: 95px;
}
#faq dl dt:hover:before {
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#faq dl dt span {
    padding: 0 65px 0 0;
}
#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: 20px;
}
#faq dl dt.open:after {
    background-position: 0 bottom;
}
#faq dl dd {
    background: url(../../img/common/accordion_icon_a.gif) no-repeat 14px 14px;
    padding: 30px 15px 30px 95px;
    border: 1px solid #F5F5F5;
    display: none;
}



/* -- Footer
-------------------------------------------------------------------------------- */
footer {
    background: #F7F7F7;
}
footer > div {
    background: #FFF;
    height: 50px;
    overflow: hidden;
}
footer > div a {
    font-size: 0;
    background: url(../../img/common/btn_pagetop.png) no-repeat center center;
    background-size: 40px 16px;
    display: block;
    height: 0;
    padding: 50px 20px 0;
    margin: auto;
}
footer > div a:hover {
    background: #034679 url(../../img/common/btn_pagetop_on.png) no-repeat center center;
    background-size: 40px 16px;
}
footer > p {
    font-size: 10px;
    text-align: center;
    display: block;
    max-width: 1180px;
    padding: 0 10px;
    margin: 0 auto 20px;
    color: #adadad;
}
footer h2 {
    text-align: center;
    display: block;
    margin: 50px 0 0;
}
footer h2 img {
    width: 168px;
    height: auto;
}
footer nav {
    margin: 0 0 15px;
}
footer nav ul {
    display: table;
    margin: auto;
    height: 75px;
    width: 100%;
    max-width: 960px;
}
footer nav ul li {
    font: 400 16px/1 Montserrat, sans-serif;
    display: table-cell;
    vertical-align: middle;
    height: 75px;
}
footer nav ul li:last-child {
    font: bold 14px/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: inline-block;
    padding: 0 20px;
}
footer small {
    font-size: 10px;
    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 {
    position: absolute;
    margin-top: -25px;
    width: 50px;
    margin-left: 10px;
}