@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
div {
  box-sizing: border-box;
}
body {
  font-weight: 100;
  font-family: 'Tahoma', sans-serif;
  font-size: 20px;
  color: #1f384a;
}
.clear {
  clear: both;
}
h1 {
  color: #1f384a;
  font-size: 30px;
}
h2 {
  font-size: 26px;
  color: #333;
}
h1, h2 {
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1em;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  margin: auto;
  padding: 10px
}
.b_small {
  display: inline-block;
  width: 32%;
  text-align: center;
}
.b_small:nth-of-type(3n) {
  margin-right: 0;
}
.b_small p {
  text-align: center;
  font-size: 1.5em;
  color: #907439;
  margin: 0;
}
.b_small p:first-of-type {
  font-size: 4.0em;
  line-height: 5.5rem;
}
@media screen and (max-width:450px) {
  .wrapper {
    width: 100%;
    margin: 0;
  }
  h1 {
    font-size: 1.4em;
  }
  h2 {
    font-size: 1.8em;
  }
  .b_small p {
    font-size: 1.2em;
  }
  .b_small p:first-of-type {
    font-size: 2.7em;
    line-height: 4.0rem;
  }
}
@media screen and (min-width:600px) {
  h1 {
    font-size: 2.4em;
  }
  h2 {
    font-size: 2.9em;
  }
  .b_small p {
    font-size: 1.8em;
  }
  .b_small p:first-of-type {
    font-size: 5.5em;
    line-height: 7.0rem;
  }
}