@charset "UTF-8";
.policy_siction {
	max-width: 710px;
	margin-top: 30px;
    background: #FCFCFC;
}
.box-red {
    background: #e50011 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-family: serif;
    font-size: 1.3em;
    font-weight: 900;
    line-height: 1.5em;
	margin-right: 20px;
    padding: 35px 0;
    text-align: center;
    width: 160px;
}

.purpose_section{
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic medium", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ W3","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ ProN W3","MS PGOTHIC",sans-serif;
}
#main .purpose_section h2 {
  background: none;
  padding: 0;
  margin: 1em 0;
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  font-weight: 500;
}
#main .purpose_section p {
  padding: 0;
  margin: 1em 0;
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 759px) {
  #main .purpose_section h2 {
    font-size: 22px;
  }
  #main .purpose_section p {
    font-size: 16px;
  }
}