@charset "UTF-8";
@import "bootstrap.min.css";
/*
参考サイト：https://hackerthemes.com/bootstrap-cheatsheet/
*/
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ./Reset */
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.container {
  max-width: 1000px;
}

.back_icon, .enter_icon {
  width: 30px;
}

.user_icon, .pwd_icon,.mail_icon,.phone_icon {
  width: 20px;
}

.navi_icon{
    width:84%;
}

.kaotoroku_icon,.annai_icon{
    width:100%;
}

hr {
  margin-top: 60px;
}

/* Bootstrap上書き */
.bg-light {
  background-color: #eeeeee !important;
}

.btn-outline-primary {
  background-color: #ffffff !important;
  color: #417efa;
  border-color: #417efa;
}

.btn-outline-primary:hover {
  color: #417efa;
  background-color: #007bff;
  border-color: #007bff
}

.fcf{
    color:#fff;
}

.fcf:active{
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    text-decoration:none;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]{
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 28px;
    color: #969696;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    background-color: #ffffff;
}

.scrname{
    font-size: 17px;
}

.modal{
    position:fixed;
    width:100%;
    height:100vh;
    background-color:rgba(0,7,27,0.49);
}

.modal-dialog{
    position: static;
    transform: translate(0, 0);
    padding-top:72px;
}

.modal-content{
    position:absolute;
    top:40%;
    left:50%;
    width:250px;
    height:135px;
    transform:translate(-50%,-50%);
    border-radius:9px;
    background-color:#ffffff;
    text-align:center;
}

.modal-body{
    height:89px;
    padding:15px;
}

.modal-title{
    font-size:16px;
    padding-bottom:5px;
    line-height:24px;
}

.modal-sentence{
    white-space:pre-wrap;
    font-size:10px;
    line-height:15px;
}

.modal-footer-area{
    height:46px;
    border-top:solid 1px #707070;
    border-left:0;
    border-right:0;
    border-bottom:0;
    display:flex;
    align-items:center;
}

.modal-btn-cancel{
    border:0;
    color:#417efa;
    width:125px;
    height:46px;
    background-color:rgba(255,255,255,0);
    border-right:solid 1px #707070;
    font-size:15.5px;
}

.modal-btn-ok{
    border:0;
    color:#417efa;
    width:125px;
    height:46px;
    background-color:rgba(255,255,255,0);
    text-decoration:none;
    font-size:15.5px;
    display:flex;
    justify-content:center;
    align-items:center;
}
