body, button, input, select, textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif!important;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #777777;
}
.break,
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family:  "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif!important;
  font-weight: 600;
  margin-bottom: 15px;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  color: #333333;
}
tt,
kbd,
pre,
code,
samp,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: #e9e9e9;
  padding: 5px 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.site-branding .site-title,
.site-branding .site-text-logo {
  margin: 0px;
  line-height: 1;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  display: initial;
  vertical-align: middle;
  font-weight: 600;
}
.onepress-menu a {
  color: #333333;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  zoom: 1;
  letter-spacing: 1px;
  white-space: nowrap;
}
.entry-header .entry-title {
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.6px;
  font-family:  "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif!important;
  font-size: 25px;
  line-height: 1.3;
}
.counter_item .counter__number {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 800;
  color: #03c4eb;
  line-height: 1;
  font-family:  "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif!important;
  text-transform: uppercase;
}
h2 {
  padding: 1em;
  border-top: 5px solid #1ab141;
  background: #DFF1F6;
  border-bottom: none!important;
  font-size: 1.8rem!important;
  margin-top: 50px!important;
}
.widget-area h2{
padding: 0.8em;
    border-top: 5px solid #1ab141;
    background: #DFF1F6;
    border-bottom: none!important;
    font-size: 1.2rem!important;
    margin-top: 0px!important;
}
h3 {
  padding: 1em;
  border-left: 10px solid #1ab141;
  background: #DFF1F6;
  font-size: 1.4rem!important;
  text-align: left!important;
  display: block!important;
  margin-top: 40px!important;
}
.list-title {
  position: relative;
  padding: 0 0 0.5rem 1.5em;
  border-bottom: 3px dotted #1ab141;
  font-size: 1.2rem!important;
  font-weight: 600;
  margin-top: 40px!important;
}
.list-title:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  left: 0;
  top: 0;
  font-weight: 900;
  font-size: 1em;
  color: #1ab141;
  padding-bottom: 0.5rem;
}
/*メニューや作り方BOX*/
.underline {
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-decoration-skip-ink: none;
}
.bold{
font-weight: bold;
}
.red{
color:#FF0000;
}
.box1{
margin-bottom: 30px;
text-align: left;
padding: 1em;
border-top: 4px solid #b40e34;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
/*メニューや作り方BOX　ここまで*/
.step {
position: relative;
    padding-left: 6.5em;
    font-size: 1.4rem;
    font-weight: 600;
}
.step span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2rem;
  color: #fff;
  background: #1ab141;
}
.step span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #1ab141;
}

.point {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #1ab141;
    color: #333333;
    font-size: 1.3rem;
    font-weight: 600;
    font-size: 1.3rem;
    font-weight: 600;
}

.point::before,
.point::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.point::before {
    background-color: #1ab141;
}

.point::after {
    bottom: -11px;
    background-color: #fff;
}