@charset "UTF-8";
.red {
  color: #960b72;
}
.blue {
  color: #3c7c6f;
}
.bold, .bold-deco {
  font-weight: bold;
}

.bold-deco {
  top:0;
  position: relative;
  line-height: 0.75em;
  padding :0.25em 0.85em 0.25em 0.85em;
  display: inline-block;
}

.bold-deco::before, .bold-deco::after { 
  top: 0;
  position: absolute;
  content:'';
  width: 4px;
  height: 70%;
  display: inline-block;
}

.bold-deco::before {
  left: 0;
  border-top: solid 2px #75537c;
  border-bottom: solid 2px #75537c;
  border-left: solid 2px #75537c;
}
.bold-deco::after {
  right: 0;
  content: '';
  border-top: solid 2px #75537c;
  border-bottom: solid 2px #75537c;
  border-right: solid 2px #75537c;
  margin-right: 0.15em;
}


.big {
  font-size: 1.1em;
}
.small {
  font-size: 0.9em;
}
.border-dashed {
  border-bottom: 1px dashed #75537c;
}



.mky_green {
  background: linear-gradient(transparent 85%, #afe1d7 70%);
}

.mky_red {
  background: linear-gradient(transparent 85%, #e3dce4 70%);
}

@media screen and (max-width: 1000px) {
  #header::before {
        background-color: rgba(10, 10, 10, 0.5);
        bottom: 25%;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 25%;
  }
  #header .title {
        font-size:1.5em;
  }
}

@media screen and (max-width: 767px) {
  #header::before {
        background-color: rgba(10, 10, 10, 0.5);
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 0%;
  }
  #header .title {
        font-size:1.3em;
  }
}
@media screen and (max-width: 414px) {
  #header .title {
        font-size:1.1em;
  }
}

.inlink {
  text-align: right;
  font-weight :bold;
}

.inlink span::before {
  content: "\f35a";
  font-family: "Font Awesome 5 Free"; 
  font-weight: 600;
}

.inlink_e {
  text-align: right;
  font-weight :bold;
}

@media screen and (max-width: 767px) {
.inlink_e {
  text-align: right;
  font-weight :bold;
  font-size:0.85em
}
}

@media screen and (max-width: 400px) {
.inlink_e {
  text-align: right;
  font-weight :bold;
  font-size:0.65em
}
}

.extra::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free"; 
  font-weight: 600;
  color: #960b72;
  padding-right: 5px;
}

.extra {
  border: solid 1px #960b72;
  padding: 10px;
}

.extra a:link {
  text-decoration: none;
  color: #960b72;
}

.extra a:hover {
  text-decoration: underline;
}