/* -- original reset -- */

* ,
*:before ,
*:after {
    box-sizing: border-box;
}

html ,
body {
    font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 100%;
    line-height: 1.5;
    position: relative;
    min-width: 540px;
    height: 100%;
    min-height: 100%;
    word-wrap: break-word;
    color: #222;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-align: left;
}

a {
    text-decoration: underline;
    color: #00b1eb;
}

a:hover {
    color: #72cbeb;
}

input[type='text'] ,
input[type='password'] {
    font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: normal;
    border: 1px solid #cbcbcb;
    appearance: none;
    -webkit-appearance: none;
}
input[type='text']:focus ,
input[type='password']:focus {
    outline: 0;
    box-shadow: 0 0 2px 2px #eee inset;
}

noscript {
    font-size: 1rem;
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    padding: 1em;
    text-align: center;
    color: #fff;
    background-color: #D43741;
}

/* -- wrappers -- */

.wrapper {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ebf7fb;
}


/* -- header -- */

.banner {
    width: 480px;
    margin: 0 auto 30px;
}

.banner:before ,
.banner:after {
    display: table;
    content: ' ';
}

.banner:after {
    clear: both;
}

.banner img {
    vertical-align: bottom;
}

.logo {
    float: left;
}

.tel {
    float: right;
}

/* -- main -- */

.holder {
    display: block;
    width: 480px;
    margin: 0 auto;
    margin-bottom: 1em;
    padding: 40px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
}

.holder label {
    font-size: 1rem;
    display: inline-block;
}

.holder input[type='text'] ,
.holder input[type='password'] {
    font-size: 1rem;
    line-height: 1;
    width: 100%;
    padding: .625em .5em;
    background-color: #fefefe;
}


/* -- footer -- */

.copyright {
    width: 480px;
    margin: 0 auto;
    text-align: center;
}

.copyright small {
    font-size: .55555555rem;
    line-height: 1;
    vertical-align: middle;
    color: #999;
}


/* -- button components -- */
.btn-login {
    font-size: 1.375rem;
    font-size: 1.375rem;
    line-height: 60px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 60px;
    margin: .5em 0 1.81818181em 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 8px;
    background: rgb(0,174,214);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWVkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc3YjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,174,214,1) 0%, rgba(0,119,181,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,174,214,1)), color-stop(100%,rgba(0,119,181,1)));
    background: -webkit-linear-gradient(top,  rgba(0,174,214,1) 0%,rgba(0,119,181,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,174,214,1) 0%,rgba(0,119,181,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,174,214,1) 0%,rgba(0,119,181,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,174,214,1) 0%,rgba(0,119,181,1) 100%);
    box-shadow: 0 6px 0 -2px rgba(0, 0, 0, .1);
    appearance: none;
    -webkit-appearance: none;
}

@media print, screen and (min-width: 768px) {
    .btn-login:hover ,
    .btn-login:focus ,
    .btn-login:active {
        opacity: .7;
        outline: none;
    }
}

/* -- heading components -- */

.heading {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.33333333;
    position: relative;
    display: block;
    margin-bottom: .66666666em;
}

.heading:before {
    position: relative;
    display: inline-block;
    width: .5em;
    height: 1.33333333em;
    margin-right: .5em;
    content: '';
    vertical-align: -.33333333em;
    border-radius: 3px;
    background-color: #37aed4;
}


/* -- helper components -- */

.link {
    font-size: .875rem;
    line-height: 1;
}

.lead {
    margin-bottom: 1em;
    letter-spacing: -.01em;
}

.box-center {
    line-height: 1;
    position: relative;
    text-align: center;
}

.box-small {
    margin-bottom: 1em;
}

.box-small small {
    font-size: .875rem;
}

.mb-0 {
    margin-bottom: 0 !important;
}


/* error alert components */

.error {
    display: block;
    position: relative;
    font-weight: bold;
    border: 1px solid #EBCCD1;
    background-color: #F7DCDE;
    color: #D43741;
    padding: .75em 1em;
    margin-bottom: 1em;
    border-radius: 3px;
}
.error:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    background-image: url('../img/error.png');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center center;
    line-height: -1px;
    vertical-align: -3px;
    margin-right: .5em;
}


/* checkbox */

.check-rem-right {
    display: block;
    float: right;
}
.check-rem-right .label {
    font-size: .875rem;
}

.check-rem-right .checkbox {
    font-size: .65rem;
    vertical-align: middle;
}

.checkbox input[type='checkbox'] {
    display: none;
}

.checkbox input[type='checkbox'] + span {
    display: block;
    cursor: pointer;
    text-align: center;
}
.checkbox input[type='checkbox'] + span:before {
    line-height: 1.5em;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    content: '\2713';
    font-weight: bold;
    transition: .1s;
    text-align: center;
    vertical-align: bottom;
    color: transparent;
    border: 2px solid #ddd;
    border-radius: 5px;
    background: #f0f0f0;
}

.checkbox input[type='checkbox'] + span:hover {
    color: #808080;
}

.checkbox input[type='checkbox'] + span:before:hover {
    background-color: #fff;
}

.checkbox input[type='checkbox']:checked + span {
    color: blue;
}
.checkbox input[type='checkbox']:checked + span:before {
    color: #00b1eb;
    border-color: #00b1eb;
    -webkit-text-stroke-color: #00b1eb;
    -webkit-text-stroke-width: 0.5px;
    background: #fff;
}

/* for Windows GoogleChrome */
button {
    font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

/* add request */
.mb-long {
    margin-bottom: 1.6rem !important;
}
.box-label {
    width: 100%;
    margin-bottom: 2px;
}

.box-label:before ,
.box-label:after {
    display: table;
    content: ' ';
}

.box-label:after {
    clear: both;
}

.forgot_box a {
    font-size: 16px;
}
p.small {
    font-size: 13px;
    margin-top: 5px;
}

@media print, screen and (max-width: 767px) {
    body {
        background-color: #ebf7fb;
    }
	.banner,
	.holder,
	.copyright {
	    width: 100%;
	}
    .wrapper {
        padding-left: 5%;
        padding-right: 5%;
    }

}