@charset "UTF-8";
/* --------------------------------------------------
  Template by espace（https://espace.monbalcon.net/）
  Copyright: 2020 espace.

  利用規約を遵守の上、ご利用ください。
  二次配布、販売は禁止しています。
  --------------------------------------------------*/

  body {
      background: #b8e6f9;
  }

  article {
      margin: 0 0 30px;
      padding: 0 0 15px;
      border: 2px solid #b8e6f9;
      border-radius: 5px;
  }
  article>*:not(h2) {
      padding: 0;
  }

:root {
  --border-color: #469efa;
  --link-btn-text-color: #ffffff;
  --link-btn-bg-color: #20b7f5;
  --link-btn-on-bg-color: #72cff5;
  --em-bg-color: #8ddafc;
}

.bs-base {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bs-base img {
  max-width: 100%;
}

.bs-base > * {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 30px);
  margin: 15px;
}

.bs-base .bs-img {
  line-height: 0;
}

.bs-base .bs-text {
  text-align: left;
}

.bs-base .bs-text p:first-child {
  margin-top: 0;
}

.bs-base .bs-text p:last-child {
  margin-bottom: 0;
}

.bs-sm .bs-img {
  width: 100px;
  max-width: 100px !important;
}

.bs-sm .bs-text {
  width: calc(100% - 115px);
}

.bs-md .bs-img {
  width: 150px;
  max-width: 150px !important;
}

.bs-md .bs-text {
  width: calc(100% - 165px);
}

.bs-lg .bs-img {
  width: 200px;
  max-width: 200px !important;
}

.bs-lg .bs-text {
  width: calc(100% - 215px);
}

.bs-line-2 > *,
.bs-line-3 > *,
.bs-line-4 > *,
.bs-line-5 > * {
  box-sizing: border-box;
}

.bs-line-2.bs-col > *,
.bs-line-3.bs-col > *,
.bs-line-4.bs-col > *,
.bs-line-5.bs-col > * {
  margin: 15px;
}

.bs-line-2 > * {
  width: calc(50% - 30px);
}

.bs-line-3 > * {
  width: calc(33.33% - 30px);
}

.bs-line-4 > * {
  width: calc(25% - 30px);
}

.bs-line-5 > * {
  width: calc(20% - 30px);
}

.bs-col > * {
  display: block;
}

.bs-col > * > * {
  width: 100% !important;
}

.bs-border > * {
  border: 1px solid var(--border-color);
}

.bs-border .bs-text {
  box-sizing: border-box;
  padding: 15px;
}

.bs-border.bs-base .bs-text {
  width: calc(100% - 150px);
}

.bs-border.bs-sm .bs-text {
  width: calc(100% - 100px);
}

.bs-border.bs-md .bs-text {
  width: calc(100% - 150px);
}

.bs-border.bs-lg .bs-text {
  width: calc(100% - 200px);
}

.bs-rounded > * {
  border-radius: 5px;
  overflow: hidden;
}

.bs-rounded > * > *:first-child {
  border-radius: 5px 0 0 5px;
}

.bs-rounded > * > *:last-child {
  border-radius: 0 5px 5px 0;
}

.bs-space-sm.bs-col .bs-text,
.bs-space-md.bs-col .bs-text,
.bs-space-lg.bs-col .bs-text {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bs-space-sm:not(.bs-col) .bs-text,
.bs-space-md:not(.bs-col) .bs-text,
.bs-space-lg:not(.bs-col) .bs-text {
  padding-top: 0;
  padding-bottom: 0;
}

.bs-space-sm > * {
  padding: 5px;
}

.bs-space-md > * {
  padding: 10px;
}

.bs-space-lg > * {
  padding: 15px;
}

.bs-text-em {
  background: var(--em-bg-color);
}

.bs-text-bold {
  font-weight: bold;
}

.bs-text-lg {
  font-size: 120%;
}

.bs-text-sm {
  font-size: 80%;
}

.bs-text-border {
  border-bottom: 2px solid var(--border-color);
}

a.bs-link-btn {
  display: inline-block;
  margin: 2px 0;
  padding: 5px 8px;
  background: var(--link-btn-bg-color);
  border: 0 !important;
  text-decoration: none;
  color: var(--link-btn-text-color);
}

a.bs-link-btn:hover {
  background: var(--link-btn-on-bg-color);
}

a.bs-link-btn.bs-link-btn-rounded {
  border-radius: 5px;
}

@media only screen and (max-width: 720px) {
  .bs-line-2:not(.bs-col),
  .bs-line-3:not(.bs-col),
  .bs-line-4:not(.bs-col),
  .bs-line-5:not(.bs-col) {
    display: block;
  }
  .bs-line-2:not(.bs-col) > *,
  .bs-line-3:not(.bs-col) > *,
  .bs-line-4:not(.bs-col) > *,
  .bs-line-5:not(.bs-col) > * {
    width: calc(100% - 30px);
  }
  .bs-line-4.bs-col > *,
  .bs-line-5.bs-col > * {
    width: calc(47.1% - 20px);
  }
}
