html, body {
    height: 100%;
    padding-top: 0px;
}

body {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

a {
  text-decoration: none!important;
}

/* header */
.header-logo {
  float: left;
  margin: 10px 10px 0px 10px;
}

.header-logo a {
  color: #fff;
  font-size: 27px;
}

.navbar-brand {
margin: 0 auto;
}

.navbar-brand img {
width: 38px;
height: 38px;
line-height: 38px;
border-radius: 50%;
}

.card-img-top {
    height: 230px;
    object-fit: cover;
}

/* form */
.alert {
    padding: 5px;
    text-align: center;
    margin-top: 2px;
  }
  .error {
    color: red;
  }

  .required {
    font-size: 12px;
    padding: 3px 5px;
    color: #fff;
    font-weight: bold;
    background-color: #ff6347;
    border-radius: 5px 5px;
    margin-right: 3px;
  }

  .any {
    font-size: 12px;
    padding: 3px 5px;
    color: #fff;
    font-weight: bold;
    background-color: #87cefa;
    border-radius: 5px 5px;
    margin-right: 3px;

    text-shadow:
    1px 0 0 #808080,
    1px 1px 0 #808080,
    0 1px 0 #808080,
    -1px 1px 0 #808080,
    -1px 0 0 #808080,
    -1px -1px 0 #808080,
    0 -1px 0 #808080,
    1px -1px 0 #808080;
  }

  .form-group {
    margin-bottom: 2em;
  }

  legend{
    color: #1e90ff;
    text-align: center;
    padding-bottom: .5em;
    border-bottom: 2px solid #1e90ff;
    margin-bottom: 2em;
  }

  .form-check {
    margin-bottom: 5px;
  }


.card-title {
    font-size: 17px;
    font-weight: bold;
}

.cp_table *, .cp_table *:before, .cp_table *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
    .cp_table {
    width: 70%;
    margin: 0 auto;
    border-collapse: collapse;
    text-align: center;
    }
    .cp_table th, .cp_table  td {
    padding: 10px;
    border: 1px solid #dddddd;
    }

    .cp_table  td {
        padding: 20px 10px;
    }
    .cp_table th {
    width: 30%;
    text-align: left;
    background: #f4f4f4;
        font-size: 18px;
         text-align: center;
    }
    .cp_table th, .cp_table td {
    width: 100%;
    display: block;
    border-top: none;
    }
    .cp_table tr:first-child th {
    border-top: 1px solid #dddddd;
    }
    @media only screen and (max-width:480px) {
        .cp_table {
            width: 90%;
            margin: 0 auto;
            text-align: center;
        }
    }
    
  
    .forms {
        width: 80%;
        margin: 0 auto;
    }

    @media only screen and (min-width:900px) {
        .forms {
            width: 60%;
        }

        .form-control {
            width: 50%;
        }
    }

    

