p.resizeimage img { width: 100%; }

.title{text-align:center;margin:20px 0 10px 0;}

.col-md-12
{margin-bottom:10px;padding-bottom:10px;}

.normal_dl{}
.normal_dl dt{line-height:23px;padding:5px 2px;}
.normal_dl dd{line-height:23px;padding:1px 5px;}

.subt1{font-size:16px;margin: 10px 0px;color:#0C6D8B;font-weight: bold;}
.subt2{font-size:15px;margin: 6px 0px;color:#0C6D8B;font-weight:normal;}
.subt3{}

.normal_dl2{}
.normal_dl2 dt{line-height:23px;padding:5px 2px;font-weight:normal!important;}
.normal_dl2 dd{line-height:23px;padding:1px 5px;font-weight:normal!important;}



.container_b {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 40px;
}


/* ここから下がボタンのCSS　*/
.btn-push {
  display: inline-block;
  width:65%;max-width:580px;
  text-align: center;
  background-color: #ffa300;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #d37800;
}

.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}