@charset "UTF-8";

h1 {
    font-size: 12px;
    color: #525252;
    text-align: center;
    margin-bottom: 10px;
}
h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
}
#header_login {
    background: #1745a3;
    overflow: hidden;
    min-width: 1000px;
}

#header_login dl {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

#header_login dl dt {
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    float: left;
    float: left;
    width: 195px;
    margin: 19px 0 0 0;
}

#header_login dl dt.maintenance_txt {
    width: 1000px;
    margin: 19px 0 15px 0;
    text-align: center;
    line-height: normal;
}

#header_login dl dd {
    float: left;
    width: 805px;
}

#header_login dl dd label {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}

#header_login li {
    float: left;
    margin: 10px 0 0 0;
}

#header_login li a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: underline;
}

#header_login li a:hover {
    text-decoration: none;
}
#container {
    margin: 0;
    min-width: 1200px;
}
.btn {
    display: block;
    font-weight: bold;
    line-height: 1.25;
    border-radius: 4px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    border: 1px solid;
    transition: .2s;
}
.btn_blue {
    color: #fff;
    box-shadow: 0 -2px 0 #393f95 inset;
    border-color: #001576 ;
    background: #334dae ;
}
.btn_blue:hover {
    background: #223c9b;
    color: #fff;
}
.btn_pink {
    color: #fff;
    box-shadow: 0 -2px 0 #ce3971 inset;
    border-color: #b70c52;
    background: #f0397e;
}
.btn_pink:hover {
    background: #e31462;
    border: 1px solid #9e0040;
    color: #fff;
}
#header {
    display: none;
}
#header.fixed {
    display: block;
    position: fixed;
}

/*-------------------------------------------------------------------------
アイキャッチ
-------------------------------------------------------------------------*/
.logo_box {
    max-width: 1500px;
    margin: auto;
    padding: 10px 40px;
    overflow: hidden;
}
.icatch {
    display: flex;
    height: 100%;
    width: 100%;
}
.icatch .btn {
    width: 296px;
    font-size: 15px;
    padding: 14px 0 10px;
}
.login_box {
    position: relative;
    flex-basis: 40%;
    background: #f2f3f6;
    padding-top: 70px;
}
.login_form {
  background: #fff;
  box-shadow: 0px 1px 5px 0 rgba(38, 50, 56, 0.2);
  width: 364px;
  height: 335px;
  margin: 0 auto;
  padding: 50px 34px 0;
  text-align: center;
  border-radius: 8px;
}
.login_form dt {
    font-size: 17px;
    font-weight: bold;
    color: #525252;
    margin-bottom: 20px;
}
.login_form input[type="text"],
.login_form input[type="password"] {
    width: 100%;
    margin-bottom: 8px;
    padding: 6px 10px 4px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.login_form input[type="text"]::placeholder,
.login_form input[type="password"]::placeholder {
    color: #ccc;
}
.login_form ul p {
    margin-top: -7px;
    margin-bottom: 8px;
}
.login_form #loginButton.disabled,
.login_form .login_pass.disabled {
    opacity: 0.15;
    cursor: default;
}
.login_auto {
    display: block;
    text-align: left;
    font-size: 13px;
    color: #525252;
    margin: 8px 0 5px;
}
.login_form .btn {
    cursor: pointer;
    margin-bottom: 24px;
}
.login_pass {
    font-size: 13px;
}
.maintenance_message {
    color: #ff0000;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
}
.btn_ttl {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.login_bb {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
}
.login_bb .btn {
    color: #1745a3;
    box-shadow: 0 -2px 0 #e0e4ea inset;
    border-color: #a1adbb;
    background: #fff;
}
.login_bb .btn:hover {
    box-shadow: none;
    background: #f7f9fd;
    border: 1px solid #8e9cad;
}
.ictach_box {
    flex-basis: 60%;
    position: relative;
    font-size: 0;
}
.ictach_box img {
    width: 100%;
}
.ictach_cta {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
}
.ictach_cta .btn_ttl {
    color: #fff;
}
.ictach_cta .btn_blue {
    box-shadow: 0 0 130px #fff,0 0 80px #fff,0 0 50px #fff;
}
@media screen and (min-width: 1500px) {
    .login_box {
        flex-basis: 45%;
        padding: 80px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .login_bb {
        position: static;
        margin: 40px 0 0;
    }
    .ictach_box {
        flex-basis: 55%;
    }
    .ictach_cta {
        bottom: 4vw;
    }
}
@media screen and (max-width: 1270px) {
    .login_box {
        padding-top: 50px;
    }
    .login_bb {
        bottom: 50px;
    }
    .ictach_cta {
        bottom: 50px;
    }
}

/*-------------------------------------------------------------------------
動くバナー
-------------------------------------------------------------------------*/
#company_bnr {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    min-width: 1000px;
}
#company_bnr p {
    text-align: center;
    font-weight: bold;
    padding: 40px 0 0 0;
}
#company_bnr ul {
    overflow: hidden;
}
#company_bnr li {
    float: left;
    text-align: center;
}
#company_bnr li .in {
    display: table-cell;
    vertical-align: middle;
    height: 112px;
}
.bx-wrapper {
    max-width: 100% !important;
}

/*-------------------------------------------------------------------------
いえらぶCLOUDの機能とは
-------------------------------------------------------------------------*/
#functions_contents {
    background-color: #f2f3f6;
    padding: 70px 0;
    min-width: 1000px;
}
#functions_contents h2 span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #525252;
    margin-bottom: 10px;
}
#functions_contents .btn {
    width: 320px;
    font-size: 18px;
    padding: 16px 0 12px;
    margin-top: 25px;
}
.functions_img {
    background-color: #fff;
    border-radius: 5px;
    width: 1000px;
    padding: 25px;
    margin: auto;
    text-align: center;
}
.functions_search {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 1000px;
    margin: 4px auto 0;
    padding: 25px 20px 30px;
}
.functions_search h3 {
    color: #144297;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 25px;
    text-align: center;
}
.functions_link {
    display: flex;
    text-align: left;
    justify-content: space-between;
}
.functions_link dl {
    width: 49%;
    text-align: left;
}
.functions_link dt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #144297;
    clear: both;
    margin: 0 0 5px;
}
.functions_link li {
    float: left;
    line-height: 1.3;
}
.functions_link li a {
    font-size: 11px;
    font-size: 1.1rem;
    color: #000;
    margin: 0 3px 0 0;
    padding: 0 3px 0 0;
    text-decoration: underline;
    border-right: 1px solid #c8c8c8;
    line-height: 1;
    letter-spacing: 1px;
}

/*-------------------------------------------------------------------------
お問い合わせ
-------------------------------------------------------------------------*/
.contact {
    padding: 70px 0;
    max-width: 700px;
    margin: auto;
}

/*-------------------------------------------------------------------------
FOORER
-------------------------------------------------------------------------*/
#footer_to_portal {
    background-color: #eaebee;
    padding-top: 30px;
}
#footer_to_portal h3 {
    color: #144297;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 25px;
    text-align: center;
}
#footer_to_portal .inner {
    width: 1000px;
    margin: 0 auto;
}
#footer_to_portal .image_to_portal {
    height: 130px;
}
#footer_to_portal .image_to_portal p {
    padding: 35px 0 0 643px;
}
#footer_to_portal .image_to_portal {
    display: block;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#footer_to_portal .image_to_portal:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#footer_to_portal .portal_search {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 1000px;
    margin: 20px auto 0;
    padding: 25px 20px 20px;
}
.f_link {
  float: left;
  width: 50%;
}
  .f_link h4 {
    font-size: 16px;
    font-weight: bold;
    color: #144297;
    clear: both;
    margin: 0 0 5px;
}
.f_link ul + h4 {
    margin: 25px 0 5px;
}
.f_link dt {
    float: left;
    clear: both;
    width: 80px;
}
.f_link dt .chiho_name {
    color: #000;
    font-size: 11px;
}
.f_link dd {
    float: left;
}
.f_link ul {
    overflow: hidden;
}
.f_link li {
    float: left;
    margin: 0 0 10px;
}
.f_link a {
    color: #000;
    font-size: 11px;
}
.f_link a:hover {
    text-decoration: none;
}
.f_link li a {
    margin: 0 3px 0 0;
    padding: 0 3px 0 0;
    text-decoration: underline;
    border-right: 1px solid #c8c8c8;
    line-height: 1;
    letter-spacing: 1px;
}
#footer_inner {
    padding-top: 20px;
}

#login_error_msg {
    color: #ff0000;
    font-weight: bold;
    font-size: 13px;
}
