@charset "utf-8";
  @media only screen and (max-width: 900px) {
h1.title span, .post h1::before {
font-size: 24px;
}
} .round {
border: 2px solid #E7161A;
margin-bottom:15px;
}
.round2 {
border: 2px solid #1783E8;
margin-bottom:15px;
}
.round3 {
border: 2px solid #1a0303;
margin-bottom:15px;
}
.round p, .round2 p, .round3 p{
padding:1em;
}
.tl {
background-color: #E7161A;
padding-bottom:5px;
}
.tl2 {
background-color: #1783E8;
padding-bottom:5px;
}
.tl3 {
background-color: #1a0303;
padding-bottom:5px;
}
.tl span, .tl2 span, .tl3 span {
padding: 0.5em;
color: #fff;
} .wpcf7-form .must {
background: #168bf7;
} .wpcf7-spinner {
margin: 0 auto!important;
}