<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600;700;800;900&amp;display=swap");
/* font-family: 'Noto Sans JP', sans-serif; */
/* 共通 */
.list-notes li {
  text-indent: -1em;
  padding-left: 1em;
}

.list-notes li::before {
  content: "※";
}

.red {
  color: #FF5757;
}

.yellow {
  color: #FFDE59;
}

.blue {
  color: #2B3A7E;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

/* (PC版要素) */
.sp202203-content {
  display: block;
  width: 850px;
  margin: 0 auto;
}

.sp202203-content img {
  width: 100%;
}

.for-pc {
  display: block;
}

.for-sp {
  display: none;
}

.main-bnr {
  line-height: 0;
  vertical-align: baseline;
}

.main-container .banner-item {
  display: block;
  margin: 2em auto;
}

/* バナー下文言・ページ内リンク */
.flow-head-block {
  text-align: center;
}

.flow-head-block p {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}

.flow-head-block ul {
  display: inline-block;
}

.flow-head-block li {
  margin-top: 0.3em;
  font-size: 1.9rem;
  text-align: left;
}

.main-container .page-link-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 2em auto;
}

.main-container .page-link-block a {
  display: block;
  padding: 15px 0;
  width: 32%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background-color: #A6A6A6;
  border-radius: 20px;
}

/* 各セクション枠 */
.flow-section {
  margin-top: 50px;
  padding: 25px;
  background-color: #737373;
}

.flow-section .inner {
  padding: 30px 0;
  background-color: #fff;
}

.flow-section-title {
  padding: 10px 0 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

/* セクション詳細 */
.flow-section-item {
  position: relative;
  display: flex;
  counter-increment: title;
}

.flow-section-item + .flow-section-item {
  margin-top: 40px;
}

.flow-section-img {
  width: 255px;
}

.flow-section-item::before {
  content: counter(title);
  position: absolute;
  display: block;
  top: 0;
  left: 15px;
  width: 40px;
  height: 40px;
  padding-top: 9px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  background-color: #FF5757;
  border-radius: 50%;
}

.flow-section-desc {
  width: calc(100% - 255px);
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 0 30px 0 10px;
}

.flow-section-desc .ttl {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 15px;
}

.flow-section-desc .ttl + p {
  margin-top: 15px;
}

.flow-section-desc * + p {
  margin-top: 20px;
}

.flow-section-desc .list-notes {
  padding-left: 1em;
}

.flow-section-desc .list-notes li {
  margin-top: 5px;
  font-size: 1.1rem;
}

/* 戻るボタン */
.btn-link {
  width: 800px;
  margin: 30px auto 0;
  display: block;
}

.btn-link a img {
  width: 100%;
}

/* (SP版要素) */
@media screen and (max-width: 600px) {
  .sp202203-content {
    width: 100%;
    padding-bottom: 10px;
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
  /* バナー下文言・ページ内リンク */
  .flow-head-block {
    width: 95%;
    margin: 0 auto;
  }
  .flow-head-block p {
    margin-bottom: 20px;
    font-size: 8vw;
  }
  .flow-head-block ul {
    display: block;
  }
  .flow-head-block li {
    margin-top: 0.3em;
    font-size: 3.8vw;
  }
  .main-container .page-link-block {
    width: 95%;
    margin: 2em auto;
  }
  .main-container .page-link-block a {
    padding: 12px 0px;
    font-size: 5.2vw;
    border-radius: 5px;
    line-height: 1.2;
  }
  /* 各セクション枠 */
  .flow-section {
    margin-top: 40px;
    padding: 15px;
  }
  .flow-section .inner {
    padding: 20px 0;
  }
  .flow-section-title {
    padding: 5px 0 25px;
    font-weight: 700;
    font-size: 7vw;
  }
  /* セクション詳細 */
  .flow-section-item {
    display: flex;
    flex-wrap: wrap;
  }
  .flow-section-item + .flow-section-item {
    margin-top: 40px;
  }
  .flow-section-img {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .flow-section-img img {
    width: initial;
    max-width: 100%;
  }
  .flow-section-item::before {
    top: 0;
    left: 15px;
    width: 36px;
    height: 36px;
    padding-top: 6px;
    font-size: 1.3rem;
  }
  .flow-section-desc {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 0 15px 15px;
  }
  .flow-section-desc .ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-left: 45px;
  }
  .flow-section-desc .list-notes {
    padding-left: 0em;
  }
  /* 戻るボタン */
  .btn-link {
    width: 100%;
    margin: 40px auto 40px;
  }
}
/* 調整用 */
@media screen and (min-width: 600px) {
  .flow-section-img.img-pd {
    padding-top: 40px;
  }
}</pre></body></html>