@charset "UTF-8";
/* info_custom */


/*  以下の色で検索＆置換もおすすめです！ */
/*      足りてなかったらすみません     */
/* text ........... #eeeeee        */
/* background ..... #000000        */
/* button ......... #e20a0a        */
/* button ......... rgba(51,51,51  */
/* maincolor ...... #e20a0a        */
/* error .......... #E86A6D        */



a {
    color: #2478ea;
    text-decoration: none;
    font-weight:normal;
}
a:visited,a:active {
    color: auto;
}
html {
    font-size: 62.5%;
    width:100%;
}
html,body{
    color:#cecece;
    background-color: #ffffff;
}
body {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 1.6rem;
    color: #333333;
    min-width: 320px;
    letter-spacing: inherit;
    line-height: inherit;
}
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* ---------------------------- info_common --------------------------------------------*/

.info_box {
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.info_box h2 {
    padding: 0;
    background: #ffffff;
    margin: 0 0 5px 0;
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 0;
    text-align: center;
}

.info_box h2 span {
    border: none;
    color: #262626;
    font-style: normal;
    font-weight: bold;
}

.info_box h3{
    background-color: #eeeeee;;
    margin: 10px auto;
    font-weight:bold;
}
.info_box a.btns{
    background: #2478ea;
    color:#ffffff;
}

.info_box__contents .box{
    border: 1px solid #fff;
    background-color: rgba(255,255,255,0.1);
}

.info_box__contents p{
    letter-spacing:0.05rem;
    line-height:180%;
}

/* ---- contact --------------------------------*/
.contact_box h4{
    border:1px solid #262626;
}
.contact_box h4::before {
    border-top: 11px solid #262626;
}
.contact_box h4::after {
    border-top: 11px solid #ffffff;
}
.contact_box h5{
    border-bottom: 1px solid #262626;
    border-top: 1px solid #262626;
}


/* ---- regist --------------------------------*/
.regist_trial h6{
    background: #2478ea;
    color: #ffffff;
}
.regist_trial h6 span.check { color: #ffff99; }

.regist_box .login_paybtn small{
    color: #666666;
}
#mail_form_panel input,
#mail_remind_form_panel input,
#account-edit_mail_panel input {
    background-color: #ddd;
    color:#000;
}
#mail_form_panel input#mail_regist_button,
#mail_form_panel input#mail_button,
#mail_remind_form_panel input#remind_button,
#account-edit_mail_panel input#account-edit_mail_submit{
    color: #ffffff;
    background-color: #2478ea;
    border: none;
}
#mail_form_panel #mail_error,
#mail_form_panel #mail_regist_error,
#mail_remind_form_panel #mail_error2{
    color:#E86A6D;
}


/* ---- login --------------------------------*/
.login_registlink{
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    font-size: 2rem;
    background: rgb(84,151,242);
    background: linear-gradient(172deg, rgba(84,151,242,1) 0%, rgba(84,151,242,1) 50%, rgba(36,120,234,1) 50%, rgba(36,120,234,1) 100%);
    color: #ffffff;
    position: relative;
    box-shadow: 2px 2px 0px 0px #2459ea;
    padding: 0;
}


/* ---- account --------------------------------*/
.info_box.account .login_info_panel a{
    border: 1px solid #a03eb7;
}
.info_box.account .login_info_panel input.editbtn{
    border: none;
    color: #ffffff;
    background: #2478ea;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    height: 45px;
}

#account-edit_mail_complete .ok_close{
    background-color: #2478ea;
    color: #ffffff!important;
}
#account-edit_mail_panel p.mail_panel_p{
    color: #e20a0a;
}
#account-edit_mail_panel p#account-edit_mail_error{
    color: #E86A6D;
}
#account-edit_mail_panel label .red{
    color:#E86A6D;
}


/* ---- delete ------------------------------- */

.info_box.delete .radio {
    background-color: rgba(255,255,255,0.9);
    color:#333;
}
.info_box.delete .radio:hover {
    background-color: #fff;
}
.info_box.delete .radio:hover:after {
    border-color: rgba(191,8,8,0.7);
}
.info_box.delete .radio:after {
    border: 2px solid #bbbbbb;
    display: block;
    position: absolute;
    border-radius: 6px;
    top: 9px;
    left: 15px;
}
.info_box.delete .radio:before {
    background-color: rgba(191,8,8,0.7);
    top: 14px;
}
.info_box.delete .textarea{
    background-color: #eee;
    color:#000;
}
.info_box.delete input[type=submit],
.info_box.delete p.submit a {
    background-color: #2478ea;
    color: #ffffff;
}

.deleteNote {
    border: solid 1px #cecece;
    box-sizing: border-box;
    width:90%;
}


/* ---- remind --------------------------------*/
.info_box .mail_form_pass.remind h3{
    background-color:rgba(255,255,255,0);
    padding-left:0;
    border-left: none;
    border-bottom: 2px solid #cecece;
    color:#262626;
}
.info_box .mail_form_pass.remind input[type="submit"]{
    background-color: #2478ea !important;
    color: #fff !important;
}
.info_box .mail_form_pass.remind p{
    padding: 10px 0;
}

/* ---------------------------- base_common --------------------------------------------*/

/* ----  popup dialog style -------------------- */
.dialog-dialog {
    background-color:#000000;
    border-radius: 0.5rem;
    padding:25px 20px!important;
}
.dialog-container {
    background-color:rgba(255,255,255,0.97) !important;
}
.dialog-dialog {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.diglog-closeButton:hover {
    background-color:#000000!important;
}
.dialog-dialog h3 {
    color: #000000!important;
}
.dialog-dialog .ui-input-text input{
    background-color:#000000;
}
.dialog-closeButton:before,
.dialog-closeButton:after{
    background-color:#262626;
}
.dialog-dialog label,
.dialog-dialog span,
.dialog-dialog p{
    color:#1a1a1a;
}


/* ---- footer_link --------------------------------*/
.footer_box{
    width: 96%;
    margin: 0 auto 20px auto;
    padding: 20px 0 0 0;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align:left;
}
.footer_box li {
    width: 48%;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0 0 20px 0;
}
.footer_box li a {
    color: #262626;
    font-size: 1.2rem;
    padding:0;
    display:block;
}
.footer_box li a::before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 3px 0 0;
    font-size: 1rem;
}


/* ---- copyright --------------------------------*/
copyright{
    color: #ffffff;
    padding:10px 0;
    margin:0 auto;
    background: #2478ea;
}

.footer_back a {
    color: #2478ea !important;
    font-weight: bold;
}

/* 登録済みのメアドの登録時のポップアップ */
.modal-trial__btn li {
    height: auto;
    line-height: normal;
}

.modal-trial__btn #RegistStop {
    background: #999999;
    box-shadow: none;
}
