/* CSS Document */

input[type="text"] ,input[type="email"],textarea {
    width: 100%;
    padding: 5px 7px;
    border-radius: 3px;
    border: #acacac solid 1px;
    margin:0 auto;
}
.table th,td{
    display:block;
    width:100%;
    border-top:none!important;
}
.table th{
	padding-top:10px!important;
	padding-bottom:0px!important;
}
.table td{
	padding-left:20px!important;
	padding-right:20px!important;
}
.table{
    border-radius: 5px;
}
.table tr{
    border-top: 1px solid #ddd;
    }
body{
    background-color: rgb(231, 239, 222);
}
.header_image{
    width: 100%;
    max-width: 1000px;
}
.bg_wh_half{
    background-color: rgba(255,255,255,0.50);
}
.text_wh{
    color: #FFFFFF!important;
}
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
    margin-top: auto;
    padding: 10px 0 10px 0;
    text-align: center;
    background-color: rgba(255,255,255,0.10);
    color: #FFFFFF!important;
    width: 100%;
}
.mg_b20{
    margin-bottom: 20px;
}
.mg_b50{
    margin-bottom: 50px;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.fs_36 {
    font-size: 36px!important;
    line-height: 1.5;
}
input[type="submit"],input[type="button"] {
    line-height: 1.5;
    padding: 10px 30px;
}
/*td,th{
    font-size: 28px!important;
    line-height: 1.5;
}*/
*{
    font-size: clamp(1rem, calc(0.75rem + 1vw), 1.5rem);
}

/*@media screen and (max-width: 600px) {
*{
    font-size: 2vw!important;
}
}*/
.header_img{
margin:10px auto;
text-align: center;
max-width:250px;
}
.header_img img{width:100%;}
.midashi {
  position: relative;
  padding: 1rem 1rem;
  border-bottom: 6px solid #094;
  font-size: 150%;
  background-color: rgb(255, 255, 255, 0.5);
  color:#555;
}

.midashi:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}
.mb_10{margin-bottom:10px;}
#main{max-width: 800px;
    margin: 0 auto;
    width: 100%;
    }
.list_001{list-style: disc;padding-left: 15px;margin-bottom: 0;}
.list_001 li{padding-bottom:10px;}
.well{padding-bottom: 10px!important;}