@charset "UTF-8";

a { text-decoration:none; }
.footerAnchor:link{ color: #FFFFFF; }
.footerAnchor:visited{ color: #FFFFFF; }
.footerAnchor:hover{ color: #FFFFFF; }
.footerAnchor:active{ color: #FFFFFF; }


/* --- 全体の背景・テキスト --- */
html {
  font-size: 62.5%; /* デフォルトの16pxの代わりに、1emが10pxになるように調整 */
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 1.4em; /* bodyのfont-sizeを14px、以降font-sizeではremを指定 */
  background-color: #FFFFFF;
  color: #000000;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  overflow-x :hidden;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

#container {
  margin:0;
  padding:0;
}

#header {
  background-color:#F9F9F9;
  padding-bottom:10px;
  height: 60px;
}

.header-logo {
  height:60px;
  background: #F9F9F9 url(../img/logo.svg) no-repeat 10px 5px;
  text-align:right;
}

#content {
  margin:0;
  padding:0;
}

#footer {
  position: absolute;
  /* bottom: 0; */
  background: #636974;
  width:100%;
  height:100px;
  color:#FFFFFF;
  margin-top: 50px;
}

#footer ul{
  list-style: none;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0;
  height:100%;
}

/* ログイン用 */
div.login {
  width: 400px;
  padding: 1px;
  background: #E3E3E3;
}
div.login h4 {
  margin: 0;
  padding: 5px 10px;
  background: #F5F5F5;
  font-size: 1.8rem;
  color: #2d5d8e;
  text-align:center;
}
div.login div.inner {
  padding: 30px 50px;
  background-color: #FFFFFF;
  font-size: 1.4rem;
}
div.login label {
  font-weight: bold;
  color: #2d5d8e;
}

div.logout {
  background: #32cd32 url(../img/logout.png) no-repeat;
  width:100px;
}

.con-top-wrap {
      min-height: calc(100vh - 150px);
}

.inputWithIcon input[type="text"],
.inputWithIcon input[type="password"] {
  width: 100%;
/*  height: 35px;*/
  border: 2px solid #aaaaaa;
  border-radius: 3px;
/*  margin: 0px 0px 10px 0px;*/
  outline: none;
  padding: 5px 5px 4px 35px;
  box-sizing: border-box;
  /*transition: 0.3s;*/
  font-size:1.5rem;
/*  font-size: 1.0rem;*/
}
.inputWithIcon input[type="password"] {
}
.inputWithIcon input[type="text"]:focus,
.inputWithIcon input[type="password"]:focus {
  border-color: orange;
  box-shadow: 0 0 2px 0 orange;
}

.inputWithIcon {
  position: relative;
  font-size:1.5rem;
}
.inputWithIcon i {
  position: absolute;
  left: 0;
  top: 7px;
  padding: 2px 8px;
  color: #aaaaaa;
  transition: 0.3s;
}
.inputWithIcon input[type="text"]:focus + i,
.inputWithIcon input[type="password"]:focus + i {
  color: orange;
}
.inputWithIcon.inputIconBg i {
  background-color: #aaaaaa;
  color: #ffffff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}
.inputWithIcon.inputIconBg input[type="text"]:focus + i,
.inputWithIcon.inputIconBg input[type="password"]:focus + i {
  color: #ffffff;
  background-color: orange;
}

.regist, .save, .btnSearch, .btnLogin {
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFFFFF;
  border: solid 1px #096BA7;
  border-radius: 5px;
  text-shadow: 1px 1px 2px #096BA7;
  background-color: #208FD2;
  background: -ms-linear-gradient(top, #49a9d4, #2989d8);
  padding: 6px 30px;
  cursor:pointer;
}

.row {
  display: flex;
  justify-content: center;
}

.row-section {
  min-height:210px;
  position: relative;
  margin: 20px;
  background: #ffffff;
  border-radius: 10px;
  width: 300px;
  box-shadow: 10px 10px 15px -10px;
  cursor: pointer;
}

.row-section:active {
  box-shadow:none;
  transform: translateY(4px);
}

.row-section-title {
  font-size: 2.0rem;
  background: #5fc2f5;
  padding: 5px 10px 5px 50px;;
  text-align: left;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.row-section-title_blue {
  background: #1e90ff url(../img/disaster.png) no-repeat;
  background-position:10px 50%;
}

.row-section-title_green {
  background: #32cd32 url(../img/work.png) no-repeat;
  background-position:10px 50%;
}

.row-section-title_orange {
  background: #ff8c00 url(../img/person.png) no-repeat;
  background-position:10px 50%;
}

.row-section-title_gray {
  background: #a9a9a9 url(../img/plane.png) no-repeat;
  background-position:10px 50%;
}

.row-section-exp {
/*  border:1px solid #0000FF;*/
  font-size: 1.0rem;
  height:150px;
}

.row-section-footer {
  font-size: 1.5rem;
  background: #5fc2f5;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight:bold;
  letter-spacing: 0.05em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 290px;
  position: absolute;
  bottom: 0;
}

.btnLogout{
  border: none;
  padding: 0 10px;
  height: 30px;
  line-height: 1;
  background: #6699cc;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
}



.balloon {
  width: 100%;
  margin: 1.5rem 0;
  overflow: hidden;
}

.balloon .faceicon {
  float: left;
  margin-right: -90px;
/*  width: 80px;*/
}

.balloon .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon .chatting {
/*  width: 100%;*/
}

.says {
  display: inline-block;
  position: relative;
  margin: 0px 8px 0 77px;
  padding: 10px 13px;
  border-radius: 12px;
  background: #d7ebfe;
  color:#000000;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}

.con-message {
  border: 2px solid #777777;
  position: relative;
  /* margin-top: 1em; */
  width: 40%;
  margin: auto;
}

.con-message label {
  text-align: left;
  position: absolute;
  right: 0;
  left: 10px;
  /* width: 40%; */
  top: -13px;
  font-size: 18px;
}

.con-message span {
  padding: 0 0.5em;
  background: #FFF;
  color: #f40808;
}

.top-wrap {
    width: 25%;
    margin: 75px auto 0;
    box-shadow: 0px 0px 5px #96b4b2;
    padding: 30px;
    border-radius: 10px;
}
/* --- スマホ対応画面 --- */
@media screen and (max-width: 834px) {
  div.login {
    width: 80%;
  }
  div.login div.inner {
    padding: 30px 25px;
  }
  .header-logo {
    background: #F9F9F9 url(../img/sp_logo.svg) no-repeat 10px 5px;
  }
  .top-wrap {
    width: 80%;
  }
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #008cd6;
  background: -moz-linear-gradient(left, #008cd6 10%, rgba(0,140,214, 0) 42%);
  background: -webkit-linear-gradient(left, #008cd6 10%, rgba(0,140,214, 0) 42%);
  background: -o-linear-gradient(left, #008cd6 10%, rgba(0,140,214, 0) 42%);
  background: -ms-linear-gradient(left, #008cd6 10%, rgba(0,140,214, 0) 42%);
  background: linear-gradient(to right, #008cd6 10%, rgba(0,140,214, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #008cd6;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}