@charset "utf-8";
/* CSS Document */

/* 全項目共通 */

* {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Geneva, Arial, Verdana, sans-serif;
    list-style-type: none;
}

img {
    border: none;
    max-width: 100%;
}

body {
    text-align: center;
    margin: 45px 0 0;
}

a {
    text-decoration: none;
    color: #3366FF;
    font-size: 14px;
}

a:hover,
a:active {
    text-decoration: underline;
}

p {
    color: #777;
}

.pc_none{
    display: none;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mr10 {
    margin-right: 10px;
}


h1 {
    margin-bottom: 5px;
}

h1 img {
    width: 80px;
}

h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

dt {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    color: #777;
}

dd {
    padding: 0 0 12px 100px;
}

#login {
    width: 960px;
    margin: 0 auto 60px;
}

#login_left {
    float: left;
}

#login_right {
    float: right;
}

#login:after {
    height: 0;
    visibility: hidden;
    content: " ";
    display: block;
    clear: both;
}

#login_base, .authorize-result__item-outer {
    position: relative;
    background: rgb(252, 255, 244);
    /* Old browsers */
    background: -moz-linear-gradient(160deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(160deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(160deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 690px;
    padding: 40px 40px 20px;
    margin: 0 auto 30px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#login_base::after, .authorize-result__item-outer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(left, #6cc8fd 0%, #3366ff 100%);
    background: -moz-linear-gradient(left, #6cc8fd 0%, #3366ff 100%);
    background: linear-gradient(to right, #6cc8fd 0%, #3366ff 100%);
    height: 5px;
    border-radius: 5px 5px 0 0;
}

#login_info {
    width: 400px;
}

input[type="text"],
input[type="password"] {
    font-size: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 10px;
    width: 280px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
}

#passforget {
    width: 400px;
    text-align: right;
    margin: 0 0 15px 0;
}

#passforget a {
    font-size: 12px;
}

#login_btn {
    width: 390px;
    margin-bottom: 20px;
}

input[type="submit"] {
    color: #FFF;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    border: 1px solid #FFF;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #ffaa00;
    background-image: url(/cms/img/common/palette_btn_dot.png), url(/cms/img/common/palette_btn_luster_light.png), linear-gradient(315deg, #ffcc00, #ffaa00 50%);
    background-repeat: repeat, no-repeat, repeat;
    background-position: left top, top center, left top;
    box-shadow: inset 0 0 100px rgba(0,0,0,0), inset 1px 1px 4px rgba(163,160,38,0), 1px 1px rgba(0,0,0,0.2), -1px -1px rgba(0,0,0,0.05);
    transition: 0.3s;
    margin: 0 auto;
    display: block;
}

input[type="submit"]:hover {
    box-shadow: inset 0 0 100px rgba(0,0,0,.1), inset 1px 1px 4px rgba(163,160,38,0.5), 1px 1px rgba(0,0,0,0.05), -1px -1px rgba(0,0,0,0.2);
}

.error_message {
    width: 390px;
    color: #C00;
    margin: 0 0 20px 0;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.login_base__img {
    position: absolute;
    left: 455px;
    bottom: 30px;
}

#facebook_loader {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
}

#account {
    max-width: 380px;
    width: 94%;
    margin: 0 auto 30px auto;
    text-align: right;
}

.disnon,
#login_load {
    display: none;
    margin: 0 0 10px 0;
    height: 18px;
}

div.baloon {
    font-size: 10px;
    color: #FFF;
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #C00;
}

div.baloon a {
    color: #FFF;
    text-decoration: none;
    background: #AD0000;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    font-size: 10px;
    float: left;
}

div.baloon a:hover {
    opacity: 0.9;
}

div.baloon div {
    white-space: nowrap;
    position: relative;
}

div.baloon div:before {
    content: " ";
    position: absolute;
    bottom: -15px;
    left: 0;
    border: 5px solid transparent;
    border-top: 5px solid #C00;
}

div.baloon div:after {
    height: 0;
    visibility: hidden;
    content: " ";
    display: block;
    clear: both;
}

div.baloon span {
    color: #FFF;
    padding-left: 5px;
}

.placeholder_wrapper {
    position: relative;
}

.IE9_placeholder {
    color: #999;
    position: absolute;
    display: none;
    top: 10px;
    left: 12px;
    font-size: 16px;
}

.flame_box {
    background: #F4F5F9;
    width: 630px;
    padding: 30px;
    margin-right: 30px;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    float: left;
}

.flame_box p {
    font-size: 14px;
}

.even_flame_box {
    margin-right: 0px;
}

.red {
    color: #DD0000;
}

.yellow {
    color: #FF9900;
}


#fan_bnr {
    max-width: 680px;
    margin: 0 auto 30px auto;
    display: block;
}

#fan_img {
    position: absolute;
    top: 120px;
    left: -120px;
}

.bnr {
    display: block;
    margin-bottom: 20px;
}

.lead_text {
    display: block;
    text-align: right;
}

/*** caution ***/
.caution {
    background: #FFE6E6;
    float: left;
    width: 610px;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.caution__h4 {
    font-size: 20px;
    color: #F00;
    text-align: center;
    margin-bottom: 20px;
}

.caution__text {
    font-size: 16px;
    color: #F00;
    text-align: center;
}

/*** login_banner ***/
.login_banner {
    width: 692px;
}

.login_banner__content {
    display: block;
    margin: 0 0 15px;
    transition: all .2s;
}

.login_banner__content:hover {
    opacity: .7;
}

.login_banner__img{
    border-radius: 5px;
}

/*** news ***/
.login_news {
    position: relative;
    background: rgb(252, 255, 244);
    /* Old browsers */
    background: -moz-linear-gradient(160deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(160deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(160deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 690px;
    padding: 35px 40px 20px;
    margin: 0 auto 30px auto;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.login_news::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(left, #4F97FE 0%, #012EB0 100%);
    background: -moz-linear-gradient(left, #4F97FE 0%, #012EB0 100%);
    background: linear-gradient(to right, #4F97FE 0%, #012EB0 100%);
    height: 5px;
    border-radius: 5px 5px 0 0;
}

.login_news__h4 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 0 0 5px;
}

.news-content {
    font-size: 14px;
    text-align: left;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    box-shadow: rgba(255, 255, 255, .5) 0 1px 0;
}

.news-content span {
    font-weight: bold;
    margin-right: 10px;
}

.news-content br {
    display: none;
}

.news-content__detail br {
    display: block;
}

.news-content .news-label{
    display: none;
    width: 60px;
    box-sizing: border-box;
    background: #EEE;
    font-size: 12px;
    text-align: center;
    color: #666;
    padding: 1px 5px 0px;
}

.has_detail {
    position: relative;
    cursor: pointer;
}

.has_detail .news-content__title {
    text-decoration: underline;
}

.has_detail .news-content__title:hover {
    text-decoration: none;
}

.has_detail:after {
    position: absolute;
    width: 22px;
    height: 22px;
    display: block;
    content: "";
    background: url(../img/login/login_news_detail_open.png);
    right: 0;
    top: -2px;
}

.news-content__date {
    font-size: 12px;
    font-weight: bold;
    margin: 0 10px 0 0;
}

.news-content__detail {
    display: none;
    margin: 10px 0 5px;
}

/*** design ***/
.design {
    width: 240px;
    background: #f9f9f9;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 30px 15px 15px;
    position: relative;
}

.design::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(left, #265CFF 0%, #002CAE 100%);
    background: -moz-linear-gradient(left, #265CFF 0%, #002CAE 100%);
    background: linear-gradient(to right, #265CFF 0%, #002CAE 100%);
    height: 5px;
    border-radius: 5px 5px 0 0;
}

.design__h4 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 0 0 5px;
}

.design p {
    text-align: left;
    font-size: 14px;
    margin: 10px 0;
}

.design h5 {
    color: #777;
    text-align: left;
    font-size: 16px;
    margin: 0 0 15px;
}

.design span {
    font-size: 12px;
    text-align: left;
    display: block;
}

.design_btn,
.news_btn {
    text-align: right;
    margin: 15px 0 0;
}

.design-content {
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    box-shadow: rgba(255, 255, 255, .5) 0 1px 0;
}

.design .design-content:nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    box-shadow: none;
    border-bottom: none;
}

.design-content__date {
    font-size: 14px;
    margin-bottom: 10px;
}

.design-content a {
    position: relative;
    display: block;
    overflow: hidden;
}

.design-content__img {
    width: 210px;
    transition: all .2s;
}

figcaption.hover-mask {
    width: 210px;
    height: 160px;
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    padding-bottom: 0;
    box-sizing: border-box;
    transition: all 0.4s ease;
}

figcaption.hover-mask:hover {
    opacity: 1;
}


.design-content a:hover .hover-mask {
    padding-bottom: 30px;
}

.design-content h5 {

}


/*** reminder ***/
#reminder #login_base {
    float: none;
    width: 480px;
}

#reminder #login_info {
    width: 400px;
}

#reminder input[type="text"] {
    width: 400px;
}

/* footer */

#footer_wrapper #footer ul li {
    display: block;
    text-align: left;
}

#footer_wrapper #footer ul li a {
    display: block;
}

#footer_wrapper {
    width: 100%;
    clear: both;
}

#footer_company_wrapper {
    background: url(../img/login/footer_comp_bg.jpg) repeat;
    clear: both;
    margin: 0 auto;
    padding: 40px 0;
    text-align: left;
    display: block;
    overflow: hidden;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#footer_company {
    clear: both;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
}

#footer_company h3 {
    background: url(../img/login/ftr_comp_h3_bg.jpg) no-repeat 0 3px;
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 0 0 0 40px;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#footer_company table.table1 {
    width: 470px;
    float: left;
    margin: 0 0 30px;
    text-align: right;
    padding: 10px;
}

#footer_company table.table2 {
    width: 470px;
    float: right;
    margin: 0 0 20px;
    text-align: right;
}

#footer_company table td.ttl {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 140px;
    height: 30px;
    margin: 0 20px 0 0;
    font-weight: bold;
    line-height: 100%;
}

#footer_company table td.about {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    height: 30px;
    margin: 0 0 0 0;
    line-height: 100%;
}

#footer_company .comp_btn {
    clear: both;
    float: right;
    padding: 0 0 0 0;
}

#footer_company .comp_btn a {
    background: url(../img/login/ftr_comp_btn.png) no-repeat top;
    display: block;
    width: 220px;
    height: 40px;
}

#footer_company .comp_btn a:hover {
    background: url(../img/login/ftr_comp_btn.png) no-repeat bottom;
    display: block;
}

#footer {
    background: url(../img/login/seibishi.jpg) repeat-x bottom left;
    clear: both;
    margin: 0 auto;
    padding: 0 0 60px;
    text-align: left;
    display: block;
    overflow: hidden;
}



.footer_japico {
    position: absolute;
    right: 0px;
    bottom: 30px;
}

.footer_navi {
    clear: both;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    border-left: 1px solid #ddd;
    margin-bottom: 40px;
}

.footer_navi ul {
    display: block;
    width: 129px;
    float: left;
    padding: 0 15px;
    border-right: 1px solid #ddd;
    height: 255px;
    position: relative;
}

#footer .footer_navi ul {
    display: block;
}

.footer_navi ul li {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    clear: both;
    padding-bottom: 15px;
}

.footer_navi ul .footer_trial a {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    clear: both;
    color: #669900 !important;
    padding-bottom: 15px;
}

.footer_navi ul li a:link,
.footer_navi ul li a:visited {
    color: #222000;
    text-decoration: underline;
}

.footer_navi ul li a:hover,
.footer_navi ul li a:active {
    color: #FF9900;
    text-decoration: none;
}

.footer_navi ul li ul {
    clear: both;
    padding: 0;
    border: 0;
}

.footer_navi ul li ul li {
    background: url(../img/login/footer_arrow_bluegif.gif) no-repeat left 13px;
    font-weight: normal;
    padding-top: 3px;
    clear: both;
    padding-left: 13px;
    margin: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
}

#footer .footer_navi ul li ul li {
    padding-left: 13px;
}

.footer_navi ul li ul li a:link,
.footer_navi ul li ul li a:visited {
    color: #666666;
    text-decoration: none;
}

.footer_navi ul li ul li a:hover,
.footer_navi ul li ul li a:active {
    color: #222000;
    text-decoration: none;
}

.footer_navi ul li ul li ul {
    clear: both;
    width: 160px;
    padding-left: 10px;
}

.footer_navi ul li ul li ul li {
    font-weight: normal;
    padding-top: 5px;
    clear: both;
    padding-left: 10px;
}

.footer_navi ul li ul li ul li a:link,
.footer_navi ul li ul li ul li a:visited {
    color: #666666;
    text-decoration: none;
}

.footer_navi ul li ul li ul li a:hover,
.footer_navi ul li ul li ul li a:active {
    color: #222000;
    text-decoration: none;
}

.copy {
    float: right;
    text-align: right;
    font-size: 12px;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}

.copy a{
    font-size: 12px;
}

.copy .privacy_link {
    font-size: 10px;
    text-decoration: underline;
    color: #777;
    margin: 0 15px 0 0;
}

#footer_link {
    width: 960px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.footlink {
    width: 200px;
    float: left;
    font-size: 12px;
}

#footer_syde {
    background: #222222;
    box-sizing: border-box;
    color: #FFF;
    padding: 12px 0 10px;
}

#footer_syde p{
    color: #F5f5f5;
}

#footer_syde .footer_syde_inner {
    margin: 0 auto;
    width: 960px;
}

#footer_syde .footer_syde--left {
    float: left;
    font-size: 14px;
}

#footer_syde .footer_syde--right {
    float: right;
    margin: 0;
}

#footer_syde .footer_syde--right .footer_syde_freedial {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: left;
}

#footer_syde .footer_syde--right .footer_syde_openclose {
    font-size: 14px;
}

#footer_syde .footer_syde--right .footer_syde_freedial img {
    vertical-align: bottom;
}

#footer_syde .footer_syde--left span {
    background: #444;
    color: #F5F5F5;
    border-radius: 3px;
    font-size: 80%;
    margin: 0 10px 0 0;
    padding: 2px 8px;
}

#footer_syde .footer_syde--left a:link,
#footer_syde .footer_syde--left a:visited {
    color: #FFF;
    text-decoration: none;
}

#footer_syde:after {
    content: "";
    clear: both;
    display: block;
}

#gototop {
    position: fixed;
    left: 20px;
    bottom: 85px;
    z-index: 1000;
}


@media screen and (max-width: 480px) {
    .pc_none{
        display: inline-block;
    }

    dt {
        float: none;
    }

    dd {
        padding: 0;
    }

    #login {
        width: 90%;
        padding: 0 5% 5%;
    }

    #login_left {
        float: none;
        margin: 0 0 20px;
    }

    #login_right {
        float: none;
    }

    #login_base {
        float: none;
        width: 100%;
        padding: 5% 8% 8%;
        margin-bottom: 45px;
    }

    #login_btn {
        width: 100%;
        margin: 0;
    }

    .flame_box {
        float: none;
        width: 84%;
        padding: 8%;
        margin-bottom: 30px;
    }

    #login_info {
        width: 100%;
    }

    input[type="text"],
    input[type="password"] {
        width: 100%;
    }

    #passforget {
        width: 100%;
    }

    .error_message {
        width: 100%;
    }

    .login_base__img {
        position: static;
        display: none;
    }

    div.baloon {
        left: inherit !important;
        right: 5%;
    }

    img {
        max-width: 100%;
    }

    #fan_img {
        left: 0;
        bottom: -220px;
        top: inherit;
    }

    #account {
        margin: 0 auto 30px auto;
    }

    input[type="submit"]:hover {
    box-shadow: inset 0 0 100px rgba(0,0,0,0), inset 1px 1px 4px rgba(163,160,38,0), 1px 1px rgba(0,0,0,0.2), -1px -1px rgba(0,0,0,0.05);
    }

    input[type="submit"]:active {
        box-shadow: inset 0 0 100px rgba(0,0,0,.1), inset 1px 1px 4px rgba(163,160,38,0.5), 1px 1px rgba(0,0,0,0.05), -1px -1px rgba(0,0,0,0.2);
    }

    /*** caution ***/
    .caution {
        float: none;
        width: 84%;
        padding: 8%;
    }

    /*** login_banner ***/
    .login_banner {
        width: 100%;
    }

    .login_banner__content {
        margin: 0 0 10px;
    }


    .login_news {
        width: 100%;
        padding: 30px 8% 3%;
    }

    .login_news__h4 {
        font-size: 16px;
    }

    .news-content {
        padding: 5px 30px 5px 0;
    }

    .news-content br {
        display: block;
    }

    .has_detail:after {
        content: "";
        right: -30px;
        top: -2px;
    }

    /*** design ***/
    .design {
        float: none;
        width: 90%;
        max-width: 240px;
        margin: 0 auto;
        padding: 30px 15px 15px;
    }

    .design__h4 {
        font-size: 16px;
    }

    .design-content__img {
        width: 100%;
    }

    /*** reminder ***/
    #reminder {
        width: 84%;
        padding: 8%;
    }

    #reminder #login_base {
        float: none;
        width: 84%;
        padding: 8%;
    }

    #reminder #login_info {
        width: 100%;
    }

    #reminder input[type="text"] {
        width: 100%;
    }

    #footer_company {
        width: 100%;
    }

    .footlink {
        width: auto;
        float: right;
    }

    .footer_navi {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
        border-left: none;
    }

    .footer_navi ul {
        display: block;
        width: 100%;
        float: left;
        margin: 0 0 10px;
        padding: 0 15px;
        border-right: none;
        border-bottom: 1px solid #ddd;
        height: auto;
        position: relative;
    }

    .footer_japico {
        position: absolute;
        bottom: -60px;
        right: 30px;
    }

    .footer_japico img {
        height: 30px;
    }

    .footer_navi > ul {
        margin: 0 0 15px;
    }

    #footer_link {
        width: 100%;
    }

    #footer_syde {
        padding: 15px 0;
    }
    #footer_syde .footer_syde--left,
    #footer_syde .footer_syde--right{
        float: none;
    }

    #footer_syde .footer_syde--left{
        margin: 0 0 10px;
    }

    #footer_syde .footer_syde--right .footer_syde_freedial {

        text-align: center;
    }

    #footer_syde .footer_syde_inner {
        width: 100%;
    }


    #footer_syde .footer_syde_inner:after {
        content: "";
        clear: both;
        display: none;
    }

}