@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: white;
  color: #000;
}

body, p, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

a {
  color: #0B8ACE;
  text-decoration: none;
  cursor: pointer;
}

fieldset {
  border: none;
}

input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: middle;
  cursor: pointer;
}

select {
  cursor: pointer;
}

img {
  display: block;
  vertical-align: bottom;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.bg {
  min-height: 350px;
  height: 500px;
}

.terms-link {
  text-align: right;
}

.terms-link--center {
  text-align: center;
}

.sample-title {
  text-align: center;
  color: #325a35;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0;
}

.cover {
  display: none;
  position: fixed;
  height: 100vh;
  bottom: 0;
  margin: auto;
  background: rgba(53, 65, 80, 0.7);
  top: 0;
  width: 100%;
  z-index: 10;
  left: 0;
  right: 0;
  animation: fadeIn 0.5s ease 0s 1 normal;
}
@media screen and (min-width: 641px) {
  .cover {
    background: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.display-sp {
  diisplay: block;
}
@media screen and (min-width: 641px) {
  .display-sp {
    display: none;
  }
}

.display-pc {
  display: none;
}
@media screen and (min-width: 641px) {
  .display-pc {
    display: block;
  }
}

.error_message, .mw_wp_form .error {
  display: inline-block !important;
  color: red !important;
  font-weight: bold !important;
  padding: 10px !important;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 639px) {
  .error_message, .mw_wp_form .error {
    padding: 15px 0 !important;
  }
}

.slick-slide div {
  margin: 0 5px;
}

.mwform-checkbox-field-text {
  font-size: 14px;
  font-size: 0.875rem;
}

.friend__header {
  width: 100%;
  display: flex;
  align-items: end;
  padding: 15px 30px;
  background: #fff;
}
.friend__header h1 {
  margin: 0 0 5px 15px;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .friend__header {
    padding: 10px 10px;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
  }
  .friend__header h1 {
    margin: 5px 0 0;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.friend__logo {
  display: flex;
  align-items: center;
}
.friend__logo a {
  width: 250px;
}
@media screen and (max-width: 639px) {
  .friend__logo a {
    width: 38%;
  }
}
.friend__logo a:last-of-type {
  width: 340px;
  margin-left: 20px;
}
@media screen and (max-width: 639px) {
  .friend__logo a:last-of-type {
    width: 57%;
  }
}
.friend__logo a img {
  width: 100%;
}
.friend__logo a img.freshjob {
  width: 470px;
}
@media screen and (max-width: 639px) {
  .friend__logo a img.freshjob {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .friend__logo a {
    width: 45%;
  }
}

.friend__main-back {
  width: 100%;
  background: url("../images/friend/friend-main-back.jpg") no-repeat center top;
  background-size: cover;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 639px) {
  .friend__main-back {
    display: block;
    height: 460px;
    background: url("../images/friend/friend-main-back-sp.jpg") no-repeat center top;
    background-size: cover;
    padding: 30px 0;
  }
}

.friend__welcome {
  width: 720px;
  height: 390px;
  background: url("../images/friend/main_back.png") no-repeat center top;
  background-size: contain;
  margin: 3.5% 0;
  padding: 33px 0;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .friend__welcome {
    width: 325px;
    height: 395px;
    margin: 0 auto;
    background: url("../images/friend/main_back-sp.png") no-repeat center top;
    background-size: contain;
  }
}
.friend__welcome h2 {
  width: 470px;
  margin: 0 auto;
}
.friend__welcome h2 img {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .friend__welcome h2 img {
    display: none;
  }
}
.friend__welcome h2.sp {
  width: 50%;
}
.friend__welcome h2.sp img {
  width: 100%;
  display: none;
}
@media screen and (max-width: 639px) {
  .friend__welcome h2.sp img {
    display: block;
  }
}
.friend__welcome h3 {
  display: inline-block;
  color: #DE0E0E;
  padding-bottom: 5px;
  margin: 15px 0 10px;
  border-bottom: 1px solid #DE0E0E;
  font-size: 29px;
  font-size: 1.8125rem;
}
.friend__welcome h3 strong {
  padding: 0 5px;
  font-size: 35px;
  font-size: 2.1875rem;
}
.friend__welcome h3 br {
  display: none;
}
@media screen and (max-width: 639px) {
  .friend__welcome h3 {
    margin: 10px 0 10px;
    line-height: 1.5em;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .friend__welcome h3 strong {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .friend__welcome h3 br {
    display: block;
  }
  .friend__welcome h3 span {
    display: none;
  }
}
.friend__welcome p {
  line-height: 1.8em;
  font-size: 19px;
  font-size: 1.1875rem;
}
.friend__welcome p br.sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .friend__welcome p br.sp {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .friend__welcome p {
    line-height: 1.6em;
    color: #333;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.friend__welcome p.friend__welcome-notice {
  padding-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .friend__welcome p.friend__welcome-notice {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.friend__entry-btn {
  display: inline-block;
  background: #EDDB03;
  border: 1px solid #fff;
  border-radius: 35px;
  color: #333;
  padding: 15px 30px 15px 70px;
  margin: 16px 0 0;
  position: relative;
  box-shadow: 0px 5px #dedede;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 639px) {
  .friend__entry-btn {
    padding: 10px 20px 10px 50px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.friend__entry-btn:hover {
  box-shadow: none;
  position: relative;
  top: 5px;
}
.friend__entry-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 1%;
  left: 12%;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
}
@media screen and (max-width: 639px) {
  .friend__entry-btn::before {
    border-width: 7px 0 7px 12px;
    top: 1%;
    left: 12%;
  }
}

.friend__entry-btn--venue {
  display: inline-block;
  padding: 5px 11px 3px 25px;
  margin: 0;
  border-radius: 5px;
  box-shadow: 0px 3px #dedede;
  font-size: 14px;
  font-size: 0.875rem;
}
.friend__entry-btn--venue::before {
  transform: rotate(0deg);
  border-width: 5px 0 5px 8px;
}
.friend__entry-btn--venue:hover {
  top: 0;
  box-shadow: 0px 3px #dedede;
}
@media screen and (max-width: 639px) {
  .friend__entry-btn--venue {
    margin-top: 10px;
    padding: 8px 16px 6px 40px;
    font-size: 16px;
    font-size: 1rem;
  }
  .friend__entry-btn--venue::before {
    left: 19%;
  }
}

.friend__wrapper {
  width: 100%;
  background: #F6F6F6;
  padding-bottom: 60px;
}
@media screen and (max-width: 639px) {
  .friend__wrapper {
    padding-bottom: 40px;
  }
}

.friend__wrapper--white {
  background: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 639px) {
  .friend__wrapper--white {
    padding: 40px 0;
  }
}

.friend__wrapper--first {
  background: url("../images/friend/friend-main-back2.jpg") repeat-x center top;
  background-color: #F6F6F6;
  padding-bottom: 60px;
}
@media screen and (max-width: 639px) {
  .friend__wrapper--first {
    background-size: 100%;
    padding-bottom: 40px;
  }
}

.friend__inner {
  width: 725px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .friend__inner {
    width: 84%;
  }
}

.friend__inner--event {
  width: 820px;
}
@media screen and (max-width: 639px) {
  .friend__inner--event {
    width: 84%;
    margin: 0 auto;
  }
}

.friend__heading {
  display: inline-block;
  width: 540px;
  margin: 60px auto;
  text-align: center;
  background: #77A8A8;
  border-radius: 35px;
  color: #fff;
  padding: 8px 0;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 639px) {
  .friend__heading {
    width: 100%;
    margin: 40px auto;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.friend__heading--entry, .friend__heading--qa {
  margin: 0 auto 50px;
}
@media screen and (max-width: 639px) {
  .friend__heading--entry, .friend__heading--qa {
    margin: 0 auto 40px;
  }
}

.friend__box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .friend__box {
    display: block;
  }
}
.friend__box li {
  width: 210px;
  height: 220px;
  text-align: center;
  position: relative;
  background: #fff;
  border: 1px solid #707070;
}
@media screen and (max-width: 639px) {
  .friend__box li {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .friend__box li:last-of-type {
    margin-bottom: 0;
  }
}
.friend__box li h3 {
  background: #DE860E;
  color: #fff;
  padding: 3px 10px;
  position: absolute;
  top: -15px;
  left: 32%;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .friend__box li h3 {
    left: 40%;
  }
}
.friend__box li p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  margin: 30px 0 10px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .friend__box li p {
    margin: 20px 0 0px;
  }
  .friend__box li p br {
    display: none;
  }
}
.friend__box li .friend__box-img {
  width: 150px;
  margin-inline: auto;
}
@media screen and (max-width: 639px) {
  .friend__box li .friend__box-img {
    margin-bottom: 20px;
  }
}
.friend__box li .friend__box-img img {
  width: 100%;
}

.friend__box--flow li {
  width: 350px;
  height: 290px;
  padding: 30px 25px;
}
@media screen and (max-width: 639px) {
  .friend__box--flow li {
    width: 100%;
    height: auto;
    padding: 30px 25px 20px;
  }
}
.friend__box--flow li:first-of-type {
  position: relative;
}
.friend__box--flow li:first-of-type::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 20px;
  border-color: transparent transparent transparent #77a8a8;
  position: absolute;
  top: 0%;
  left: 100.3%;
  bottom: 0;
  margin: auto;
  transform: rotate(0deg);
}
@media screen and (max-width: 639px) {
  .friend__box--flow li:first-of-type::after {
    top: 104%;
    left: 48%;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
  }
}
.friend__box--flow li h3 {
  left: 40%;
}
.friend__box--flow li p {
  height: 125px;
  display: inline-block;
  text-align: left;
  margin: 0;
  line-height: 1.7em;
  font-size: 15px;
  font-size: 0.9375rem;
}
.friend__box--flow li p:first-of-type {
  height: 105px;
}
.friend__box--flow li p span {
  color: #0C5D90;
}
.friend__box--flow li .friend__box-img {
  width: 260px;
  margin-top: 12px;
}
@media screen and (max-width: 639px) {
  .friend__box--flow li .friend__box-img {
    width: 90%;
    margin: 0 auto;
  }
}
.friend__box--flow li .friend__box-img.friend__box-img--first {
  height: 135px;
  margin-top: -3px;
}
@media screen and (max-width: 639px) {
  .friend__box--flow li .friend__box-img.friend__box-img--first {
    margin: 0 auto;
    height: auto;
  }
}

.friend__box--benefit li {
  width: 350px;
  height: 260px;
  padding: 30px 25px;
}
@media screen and (max-width: 639px) {
  .friend__box--benefit li {
    width: 100%;
    height: auto;
  }
}
.friend__box--benefit li:first-of-type {
  position: relative;
}
.friend__box--benefit li:first-of-type::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 20px;
  border-color: transparent transparent transparent #77a8a8;
  position: absolute;
  top: 0%;
  left: 100.3%;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 639px) {
  .friend__box--benefit li:first-of-type::after {
    top: 104.3%;
    left: 48%;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
  }
}
.friend__box--benefit li h3 {
  left: 40%;
}
.friend__box--benefit li p {
  height: 125px;
  display: inline-block;
  text-align: left;
  margin: 0;
  line-height: 1.7em;
  font-size: 15px;
  font-size: 0.9375rem;
}
.friend__box--benefit li p:first-of-type {
  height: 105px;
}
@media screen and (max-width: 639px) {
  .friend__box--benefit li p:first-of-type {
    height: 95px;
  }
}
.friend__box--benefit li p span {
  color: #0C5D90;
}
.friend__box--benefit li .friend__box-img.friend__box-img--benefits {
  width: 135px;
  margin-top: 34px;
}
@media screen and (max-width: 639px) {
  .friend__box--benefit li .friend__box-img.friend__box-img--benefits {
    margin: 25px auto 0;
  }
}
.friend__box--benefit li .friend__box-img.friend__box-img--benefits.friend__box-img--first {
  height: 135px;
  margin-top: -10px;
}
@media screen and (max-width: 639px) {
  .friend__box--benefit li .friend__box-img.friend__box-img--benefits.friend__box-img--first {
    margin: 0 auto;
    height: 110px;
  }
}

.friend__logo-event img {
  width: 250px;
  margin: 0 auto;
  border-bottom: 1px solid #497CBC;
  padding-bottom: 5px;
}
@media screen and (max-width: 639px) {
  .friend__logo-event img {
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
}
.friend__logo-event span {
  color: #497CBC;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 639px) {
  .friend__logo-event span {
    padding-top: 5px;
  }
}

.friend__event {
  width: 100%;
  margin: 25px 0 35px;
}
@media screen and (max-width: 639px) {
  .friend__event {
    margin: 25px 0 0px;
  }
  .friend__event:first-of-type {
    margin: 25px 0 35px;
  }
}
.friend__event li a {
  display: flex;
  margin: 20px 0;
  align-items: center;
  border: 1px solid #D0D0D0;
  padding: 10px 15px;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .friend__event li a {
    display: block;
    padding: 15px;
  }
}
.friend__event li a:hover {
  border: 1px solid #497CBC;
  cursor: pointer;
  background: #fefff7;
}
.friend__event li a p.venue {
  width: 70px;
  background: #357EC1;
  border-radius: 3px;
  color: #fff;
  padding: 3px 7px;
  margin-right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .friend__event li a p.venue {
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.friend__event li a p.info {
  width: 595px;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .friend__event li a p.info {
    width: 100%;
  }
  .friend__event li a p.info span {
    display: block;
  }
}
.friend__event li a:last-of-type {
  margin: 20px 0 0;
}

.friend__benefit-notice {
  line-height: 1.7em;
  text-align: left;
  margin: 20px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.friend__caution {
  width: 100%;
  background: #FFFCE6;
  border: 1px solid #000;
  margin: 30px 0 0;
  padding: 20px 40px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .friend__caution {
    padding: 20px;
  }
}
.friend__caution h3 {
  width: 100%;
  background: #fff;
  padding: 5px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.friend__caution h3::before {
  position: absolute;
  content: "";
  top: 22%;
  left: 24%;
  display: block;
  width: 24px;
  height: 22px;
  background-image: url(../images/friend/caution.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 639px) {
  .friend__caution h3 {
    padding: 5px 0px 5px 10%;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .friend__caution h3::before {
    display: inline-block;
    top: 22%;
    left: 8%;
    width: 20px;
    height: 18px;
    vertical-align: middle;
  }
}
.friend__caution p {
  text-align: left;
  padding-bottom: 3px;
  border-bottom: 1px solid #333;
  display: inline-block;
  margin: 10px 0;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .friend__caution p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.friend__caution p.notice {
  border: none;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .friend__caution p.notice {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.friend__caution ul {
  padding: 5px 0 5px 16px;
  list-style-type: disc;
}
.friend__caution ul li {
  margin: 5px 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.friend__inner-qa {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .friend__inner-qa {
    margin-bottom: 10px;
  }
}

.friend__q, .friend__a {
  position: relative;
  padding-left: 35px;
  background-image: url(../images/friend/icon-q.jpg);
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: left 8px;
  line-height: 1.7em;
}
@media screen and (max-width: 639px) {
  .friend__q, .friend__a {
    background-size: 24px 24px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.friend__q {
  font-weight: bold;
  padding: 10px 0px 10px 40px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 639px) {
  .friend__q {
    padding: 8px 0px 8px 30px;
  }
}

.friend__a {
  padding: 15px 0px 10px 40px;
  background-image: url(../images/friend/icon-a.jpg);
  background-position: left 14px;
}
@media screen and (max-width: 639px) {
  .friend__a {
    padding: 8px 0px 8px 30px;
    background-position: left 8px;
  }
}
.friend__a span {
  display: block;
  background: #FFFCE6;
  padding: 2px 5px;
  width: 100%;
  margin: 16px 0;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .friend__a span {
    line-height: 1.5em;
    padding: 3px 8px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.friend__at-the-end {
  border-top: 1px solid #CCCCCC;
  padding: 40px 0 0;
}
.friend__at-the-end img {
  width: 40%;
  margin-inline: auto;
}
@media screen and (max-width: 639px) {
  .friend__at-the-end img {
    width: 70%;
  }
}
.friend__at-the-end p {
  font-weight: bold;
  line-height: 1.8em;
  text-align: left;
  margin: 30px 0;
}
@media screen and (max-width: 639px) {
  .friend__at-the-end p {
    line-height: 1.6em;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.friend__at-the-end p.notice {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 639px) {
  .friend__at-the-end p.notice {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.footer {
  background: #CDE1EC;
}

.footer--fa {
  background: #C7EFB1;
}

.footer__inner {
  display: flex;
  justify-content: space-around;
  padding: 20px 15px 15px;
  color: #0C5D90;
}
@media screen and (min-width: 641px) {
  .footer__inner {
    width: 420px;
    margin: 0 auto;
  }
}

.footer__inner--fa {
  color: #197902;
}

a:link.footer__link,
a:visited.footer__link,
a:hover.footer__link {
  display: block;
  color: #0C5D90;
  font-size: 12px;
}

a:link.footer__link--fa,
a:visited.footer__link--fa,
a:hover.footer__link--fa {
  color: #197902;
}

.footer__contact-text {
  padding: 0 15px;
  color: #0C5D90;
  text-align: center;
  font-size: 12px;
}

.footer__contact-text--fa {
  color: #197902;
}

.footer__tel a:link,
.footer__tel a:visited,
.footer__tel a:hover {
  display: block;
  text-align: center;
  color: #0C5D90;
  font-weight: bold;
  margin: 5px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 641px) {
  .footer__tel a:link,
  .footer__tel a:visited,
  .footer__tel a:hover {
    display: none;
  }
}

.footer__tel--pc {
  display: none;
}
@media screen and (min-width: 641px) {
  .footer__tel--pc {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 5px;
    color: #0C5D90;
    font-weight: bold;
  }
}

.footer__tel--fa {
  color: #197902;
}
.footer__tel--fa a:link,
.footer__tel--fa a:visited,
.footer__tel--fa a:hover {
  color: #197902;
}

.footer__reception-time {
  text-align: center;
  font-size: 12px;
  color: #0C5D90;
  padding-bottom: 10px;
}

.footer__reception-time--fa {
  color: #197902;
}

.footer__copyright {
  color: #0C5D90;
  font-size: 12px;
  text-align: center;
  padding: 5px 5px 10px;
}
.footer__copyright--livestock {
  background: #26503b;
}

.footer__copyright--fa {
  color: #197902;
}

.footer__infomation {
  width: 63%;
  margin: 0 auto;
  padding: 10px 0 0;
  border-top: 1px solid #0C5D90;
  border-bottom: 1px solid #0C5D90;
}
@media screen and (min-width: 641px) {
  .footer__infomation {
    width: 420px;
  }
}

.footer__infomation--fa {
  border-top: 1px solid #197902;
  border-bottom: 1px solid #197902;
}

.footer__gotop {
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 70px;
}
.footer__gotop img {
  width: 100%;
}

.accordion {
  width: 94%;
  margin: 10px auto;
}
@media screen and (min-width: 641px) {
  .accordion {
    width: 500px;
  }
}

.accordion__title {
  font-size: 12px;
  color: #0C5D90;
  text-align: center;
  padding-bottom: 20px;
}

.accordion__title--fa {
  color: #197902;
}

.accordion__content {
  display: none;
  margin: 10px 0px;
}

.accordion__text {
  color: #0C5D90;
  font-size: 12px;
  padding-bottom: 20px;
}
.accordion__text a,
.accordion__text a:link,
.accordion__text a:visited,
.accordion__text a:hover {
  color: #0C5D90;
  text-decoration: underline;
}

.accordion__text--fa {
  color: #197902;
}
.accordion__text--fa a,
.accordion__text--fa a:link,
.accordion__text--fa a:visited,
.accordion__text--fa a:hover {
  color: #197902;
  text-decoration: underline;
}

#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  display: none;
  z-index: 9999;
  transition: opacity 0.3s ease;
}
#back-to-top img {
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 639px) {
  #back-to-top {
    right: 0;
    bottom: 20px;
  }
  #back-to-top img {
    width: 70%;
    margin-inline: auto;
  }
}

/*# sourceMappingURL=friend.css.map */
