body {
    color: #333;
}
h1 {
    font-size: 14px;
}
h2 {
    font-size: 22px;
      padding: 0.25em 0.5em;/*上下 左右の余白*/
      color: #494949;/*文字色*/
      background: transparent;/*背景透明に*/
      border-left: solid 5px #7db4e6;/*左線*/
      margin-top: 0;
      margin-bottom: 20px;
}
h3 {
    font-size: 12px;
    margin-bottom: 5px;
}
h4 {
  color: #6594e0;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #6594e0;
}
p {
    font-size: 16px;
}
#paragraph-large {
    font-size: 20px;
    color: red;
}
#paragraph-small {
    font-size: 12px;
}
hr {
  border-top: 2px solid #666;
}
.pass-p {
    text-align: center;
    margin-top: 180px;
    margin-bottom: 10px;
}
.pass-input {
    width: 220px;
    height: 40px;
}
.wrong-password {
    text-align: center;
    margin: 230px 0 30px 0;
    font-size: 22px;
    color: red;
}
.go-back {
    text-align: center;
}
.logout {
    text-align: center;
    margin: 20px 0;
}
/* title,info,search,form,list 各divの下に余白 */
.container > div > div > div {
    margin-bottom: 40px;
}
.search-window {
    width: 100%;
    font-size: 26px;
    margin-top: 5px;
}
.form-btn {
    margin-top: 50px 0 50px;
    width: 100%;}
.list-stripe {
    background-color: #e5eDFF;
}
.icon {
    width: 64px;
    height: 64px;
}
#icon-google {
    width: 64px;
    height: 64px;
}
#icon-google:hover {
    opacity: 0.8;
}
.img-container {
    text-align: center;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  margin-bottom: 5px;
}
input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.btn {
  position: relative;
  display: inline-block;
  width: 340px;
  padding: 7px;
  border-radius: 5px;
  margin: 10px auto 20px;
  color: #fff;
  background: #00aaff;
}
.btn:hover {
  opacity: 0.8;
}
.btn-delete {
  /* position: relative;
  display: inline-block;
  width: 70px;
  padding: 7px;
  border-radius: 5px;
  margin: 10px auto 50px;
  color: #fff;
  background: #ff0000; */
  background-color: red;
  margin-bottom: 20px;
  color: white;
  width: 100px;
}
.btn-delete:hover {
  opacity: 0.8;
}
.msg {
  margin: 0 auto 15px;
  width: 400px;
  font-weight: bold;
}
.msg.success {
  color: #4caf50;
}
.msg.error {
  color: #f44336;
}

.card {
    width: 300px;
}
.edit-container {
    width: 350px;
    margin: 0 auto;
}
.botton {
    margin-top: 50px;
    width: 320px;
}
.prev {
    margin-top: 50px;
    margin-bottom: 30px;
}
.goTop {
    margin-top: 30px;
    margin-bottom: 30px;
}
.logout-msg {
    font-size: 30px;
    margin-top: 200px !important;
}
.logout-btn {
    text-align: right;
}
.thumbnail-img:hover {
    opacity: 0.8;
}
.card-body {
    width: 100%
}
.howto-use-btn {
    width: 80px;
}
