.bg-red01 {
    background-color: #e7290f;
}

.bg-ptn {
    background-image: url(../img/bg.png);
    background-position: center -60px;
    background-repeat: repeat-y;
    background-size: 1122px auto;
}
.text-shadow-red01 {
      text-shadow:1px 1px 0 #e7290f, -1px -1px 0 #e7290f,
              -1px 1px 0 #e7290f, 1px -1px 0 #e7290f,
              0px 1px 0 #e7290f,  0-1px 0 #e7290f,
              -1px 0 0 #e7290f, 1px 0 0 #e7290f;
}

.hover-opacity-8:hover {
    opacity: .8;
    text-decoration: none !important;
}

.mv img {
    margin-top: -2rem;
}

.ttl-mt {
    margin-top: 9rem;
}

.ttl-pt {
    padding-top: 9rem;
}

.ttl-line {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ttl-line::before,
.ttl-line::after {
  background-color: #fff;
  content: "";
  height: 3px;
  flex-grow: 1;
}
.ttl-line::before {
  margin-right: 15px;
}
.ttl-line::after {
  margin-left: 15px;
}

.txt-indet-2 {
    padding-left: 2em;
    text-indent: -2em;
}

.ratio {
    max-width: 920px;
    margin: 0 auto;
}

.badge-limit {
    min-height: 5.5em;
    background-color: #fff;
    border-radius: 50%;
    color: #e7290f;
    padding: 1.5em 15px 0;
    bottom: 4em;
    right: 5em;
}

.balloon-1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    font-size: 16px;
    background: #5eb13b;
    border-radius: 5px;
}

.balloon-1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #5eb13b;
}

.btn-col01 {
    background-color: #fff;
    border:solid 3px #fa0;
    color: rgb(33, 37, 41);
}

.btn-primary.btn-col01:hover {
    background-color: rgb(255, 187, 50);
    border-color: #fa0;
    text-decoration: none;
    color:#fff;
}

.corner-lb {
    transform: rotate(270deg);
}

.corner-rt {
    transform: rotate(90deg);
}

.corner-rb {
    transform: rotate(180deg);
}

.border-t {
    border-top: solid 3px #fff;
}

.border-b {
    border-bottom: solid 3px #fff;
}

.border-r {
    border-right: solid 3px #fff;
}

.border-l {
    border-left: solid 3px #fff;
}

@media screen and (max-width: 1200px) {

    .badge-limit {
        right: 3em;
    }

}

@media screen and (max-width: 992px) {

    .badge-limit {
        bottom: 2em;
        right: 1em;
    }

}

@media screen and (max-width: 810px) {

    .bg-ptn {
        background-position: center -20px;
        background-repeat: repeat-y;
        background-size: 120% auto;
    }

    .ttl-mt {
        margin-top: 6rem;
    }
    .ttl-pt {
        padding-top: 6rem;
    }
    .mv img {
        margin-top: -1rem;
    }

    .badge-limit {
        min-height: 4.5em;
        padding: 1.3em 4px 0;
        font-size: 12px;
        bottom: 4.5em;
        right: 0;
    }

    .balloon-1 {
        padding: 7px 5px;
        font-size: 12px;
    }

}