@charset "UTF-8";
.calc_box {
  margin-bottom: 20px !important; }
  .calc_box small {
    font-size: 0.8em;
    color: #9e9e9e; }
  .calc_box .calc {
    margin-bottom: 0px !important; }

input[name=ymd_view] {
  background-color: white; }

.calc .label select {
  font-size: 16px !important;
  transform: scale(0.8) !important; }

#bin_block a {
  /**
  border: none;
  width: 100%;
  box-sizing: border-box;
  padding: 7px 15px;
  text-align: center;
  border-radius: 5px;
  background-color: #1ca0d8;
  color: #fff;
  font-size: 14px;
  **/ }
#bin_block dt {
  display: block;
  zoom: 100%; }
  #bin_block dt h3 {
    font-weight: bold;
    font-size: 1.4em;
    float: left; }
  #bin_block dt h5 {
    font-weight: bold;
    font-size: 1.4em;
    float: left; }
  #bin_block dt p {
    float: right;
    font-size: 0.9em;
    line-height: 130%;
    min-height: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */ }
  #bin_block dt:after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden; }
#bin_block dd {
  text-align: right;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px; }
  #bin_block dd b {
    font-size: 1.3em;
    font-weight: bold;
    display: block; }
#bin_block .alert {
  background: #fffde7;
  display: block;
  text-align: center;
  padding: 5px; }
#bin_block ul li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px; }
  #bin_block ul li h5 {
    font-weight: bold;
    font-size: 1.3em; }
  #bin_block ul li p {
    text-align: right; }
    #bin_block ul li p a {
      border: none;
      width: 100%;
      box-sizing: border-box;
      padding: 7px 15px;
      text-align: center;
      border-radius: 5px;
      background-color: #1ca0d8;
      color: #fff;
      font-size: 14px; }
    #bin_block ul li p small {
      color: #9e9e9e; }
