/* モバイルファーストの基本スタイル */
h1, h2, h3, h4, h5, h6 {
  text-transform: none;
  font-weight: 700;
  margin: 24px 0 !important;
}

h2, .h2 {
  font-size: 20px; /* モバイルで読みやすいサイズ */
}

#topimage {
  background: url(bg.jpg);
  }

.lead {
  margin-top: 24px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}



.my_box {
  margin-bottom: 24px;
  padding: 24px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.blue {
  border: 1px solid #bce8f1;
  background-color: #EFF8FC;
}

.blue_text {
  color: #265A73;
}

.green_text {
  color: #376A38;
}

.green {
  border: 1px solid #d6e9c6;
  background-color: #EEF7EA;
}

.copyright {
  text-align: right;
  font-style: italic;
}

.shadow {
  box-shadow: 0px 0px 14px 3px #bbb;
}

.figure {
  width: 100%; /* モバイルでは幅を100%に */
  margin: 0 0 12px 0;
  float: none; /* フロートを解除 */
}

h3.alert.alert-success {
  background-color: #339966;
  border: none;
}

.alert {
  margin-bottom: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#book {
  background-color: #eee;
  padding: 20px;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin-right: 0.5em;
}

/* タブレット以上のスタイル */
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 28px !important;
  }



  .figure {
    width: 50%; /* デスクトップ時は50% */
    margin: 0 12px 12px 0;
    float: left;
  }


}

@media (min-width: 1200px) {



}
