@charset "UTF-8";
/**************************************/
.main_content {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #F8F8F6;
  width: 100%;
  padding: 40px 0 160px; }

@media (max-width: 480px) {
  .main_content {
    width: 100%;
    padding: 25px 0 100px; } }
/*max-width:480px*/
/***********************/
.pankuzu {
  max-width: 1780px;
  width: calc(100% - 200px);
  margin: 0 auto 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .pankuzu li {
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 10px 0 0;
    font: 1.4rem/1.5em "Noto Sans JP", serif;
    font-weight: 400;
    letter-spacing: 0.05em; }
    .pankuzu li:before {
      position: absolute;
      content: "";
      left: auto;
      right: 0;
      top: 7px;
      width: 6px;
      height: 6px;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .pankuzu li:last-of-type {
      padding: 0;
      margin: 0; }
      .pankuzu li:last-of-type:before {
        display: none; }
  .pankuzu a {
    text-decoration: none; }

@media (hover: hover) {
  .pankuzu a:hover {
    opacity: 0.8;
    text-decoration: underline; } }
@media (max-width: 1280px) {
  .pankuzu {
    max-width: 1780px;
    width: calc(100% - 100px); } }
/*max-width:1280px*/
@media (max-width: 768px) {
  .pankuzu {
    max-width: 1780px;
    width: calc(100% - 60px);
    margin: 0 auto 60px; }
    .pankuzu li {
      margin: 0 10px 5px 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .pankuzu {
    max-width: 325px;
    width: calc(100% - 50px);
    margin: 0 auto 50px; }
    .pankuzu li {
      padding: 0 12px 0 0;
      margin: 0 8px 5px 0;
      font: 1.3rem/1.5em "Noto Sans JP", serif;
      font-weight: 400; }
      .pankuzu li:before {
        top: 7px;
        width: 5px;
        height: 5px; } }
/*max-width:480px*/
/***********************/
.page_head {
  width: 100%;
  position: relative;
  margin: 0 0 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 40px 0 0 0; }
  .page_head:before {
    display: block;
    width: 360px;
    height: 140px;
    background-color: #BAFC3B;
    position: absolute;
    content: "";
    left: 0;
    top: 0; }

.page_head_item {
  max-width: 1390px;
  width: calc(100% - 240px);
  margin: 0 auto;
  position: relative; }
  .page_head_item .h2_sub {
    display: block;
    font: 3.5rem/1em "EB Garamond", serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 0 0 10px; }
  .page_head_item h2 {
    font: 7rem/1em "EB Garamond", serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 0 0 10px; }
  .page_head_item p.head_sub {
    display: flex;
    align-items: center;
    gap: 1rem; }
  .page_head_item .sub_txt {
    font: 3.5rem/1em "EB Garamond", serif;
    display: block;
    width: fit-content;
    padding: 0 10px 0 0; }
  .page_head_item i.line {
    display: block;
    flex-grow: 1;
    height: 1px;
    background: #DBDBD8;
    margin: 0;
    position: relative;
    line-height: 1.5em;
    top: 3px; }
  .page_head_item .r_txt {
    font: 2rem/1em "Noto Serif JP", serif;
    padding: 0 0 0 10px;
    display: block;
    letter-spacing: 0.1em;
    width: fit-content; }
  .page_head_item.type_2 p {
    width: calc(100% - 120px);
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-end; }
  .page_head_item.type_2 i.line {
    flex-grow: 0;
    width: calc(100% - 130px); }
  .page_head_item.type_3 h2 {
    display: flex;
    align-items: center; }
    .page_head_item.type_3 h2 span {
      padding: 0 10px 0 0; }
  .page_head_item.type_3 .h2_sub {
    width: 100%; }

@media (max-width: 1280px) {
  .page_head_item {
    max-width: 1390px;
    width: calc(100% - 100px);
    margin: 0 auto;
    position: relative; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .page_head_item {
    max-width: 1390px;
    margin: 0 auto;
    position: relative; }
    .page_head_item .h2_sub {
      display: block;
      font: 3.5rem/1em "EB Garamond", serif;
      font-weight: 400;
      letter-spacing: 0.02em;
      margin: 0 0 10px; }
    .page_head_item h2 {
      font: 7rem/1em "EB Garamond", serif;
      font-weight: 400;
      letter-spacing: 0.02em;
      margin: 0 0 10px; }
    .page_head_item p.head_sub {
      display: flex;
      flex-wrap: wrap; }
    .page_head_item .sub_txt {
      font: 3.5rem/1em "EB Garamond", serif;
      display: block;
      width: 100%;
      margin-bottom: 12px; }
    .page_head_item i.line {
      flex: 1 1 auto;
      height: 1px; }
    .page_head_item .r_txt {
      flex: 0 0 auto;
      width: fit-content; }
    .page_head_item.type_2 p {
      width: 100%;
      margin: 0 0 0 auto;
      display: flex;
      align-items: center;
      gap: 1rem;
      justify-content: flex-end; }
    .page_head_item.type_2 i.line {
      flex: 1 1 auto;
      height: 1px; }
    .page_head_item.type_3 h2 {
      display: flex;
      flex-wrap: wrap;
      /* 下に折り返しできるようにする */
      align-items: center; }
      .page_head_item.type_3 h2 span {
        flex: 0 0 100%;
        /* 英語タイトルだけ強制的に1行で幅100% */
        margin-bottom: 12px; }
    .page_head_item.type_3 i.line {
      flex-grow: 1;
      height: 1px;
      margin-right: 10px; }
    .page_head_item.type_3 .r_txt {
      flex: 0 0 auto;
      white-space: nowrap; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .page_head {
    margin: 0 auto 70px; }
    .page_head:before {
      display: block;
      width: 300px;
      height: 120px;
      background-color: #BAFC3B;
      position: absolute;
      content: "";
      left: 0;
      top: 0; }

  .page_head_item {
    max-width: 1390px;
    width: calc(100% - 60px);
    margin: 0 auto; }
    .page_head_item .h2_sub {
      display: block;
      font: 3rem/1em "EB Garamond", serif;
      font-weight: 400;
      letter-spacing: 0.02em;
      margin: 0 0 10px; }
    .page_head_item h2 {
      font: 5.8rem/1em "EB Garamond", serif;
      font-weight: 400;
      letter-spacing: 0.02em;
      margin: 0 0 10px; }
    .page_head_item p.head_sub {
      display: flex;
      flex-wrap: wrap; }
    .page_head_item .sub_txt {
      font: 3rem/1em "EB Garamond", serif;
      display: block;
      width: 100%;
      margin-bottom: 12px; }
    .page_head_item i.line {
      flex: 1 1 auto;
      height: 1px; }
    .page_head_item .r_txt {
      flex: 0 0 auto;
      width: fit-content;
      font: 1.8rem/1em "Noto Serif JP", serif; }
    .page_head_item.type_2 p {
      width: 100%;
      margin: 0 0 0 auto;
      display: flex;
      align-items: center;
      gap: 1rem;
      justify-content: flex-end; }
    .page_head_item.type_2 i.line {
      flex: 1 1 auto;
      height: 1px; }
    .page_head_item.type_3 h2 {
      display: flex;
      flex-wrap: wrap;
      /* 下に折り返しできるようにする */
      align-items: center; }
      .page_head_item.type_3 h2 span {
        flex: 0 0 100%;
        /* 英語タイトルだけ強制的に1行で幅100% */
        margin-bottom: 12px; }
    .page_head_item.type_3 i.line {
      flex-grow: 1;
      height: 1px;
      margin-right: 10px; }
    .page_head_item.type_3 .r_txt {
      flex: 0 0 auto;
      white-space: nowrap; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_head {
    padding: 20px 0 0;
    margin: 0 auto 50px; }
    .page_head:before {
      width: 240px;
      height: 80px; }

  .page_head_item {
    max-width: 325px;
    width: calc(100% - 50px);
    margin: 0 auto; }
    .page_head_item .h2_sub {
      display: block;
      font: 2.1rem/1em "EB Garamond", serif;
      font-weight: 400;
      letter-spacing: 0.02em;
      margin: 0 0 10px; }
    .page_head_item h2 {
      font: 4.4rem/1em "EB Garamond", serif;
      font-weight: 400;
      letter-spacing: 0.02em;
      margin: 0 0 10px; }
    .page_head_item p.head_sub {
      display: flex;
      flex-wrap: wrap; }
    .page_head_item .sub_txt {
      font: 2.1rem/1em "EB Garamond", serif;
      display: block;
      width: 100%;
      margin-bottom: 12px; }
    .page_head_item i.line {
      flex: 1 1 auto;
      height: 1px; }
    .page_head_item .r_txt {
      flex: 0 0 auto;
      width: fit-content;
      font: 1.6rem/1em "Noto Serif JP", serif; }
    .page_head_item.type_2 p {
      width: 100%;
      margin: 0 0 0 auto;
      display: flex;
      align-items: center;
      gap: 1rem;
      justify-content: flex-end; }
    .page_head_item.type_2 i.line {
      flex: 1 1 auto;
      height: 1px; }
    .page_head_item.type_3 h2 {
      display: flex;
      flex-wrap: wrap;
      /* 下に折り返しできるようにする */
      align-items: center; }
      .page_head_item.type_3 h2 span {
        flex: 0 0 100%;
        /* 英語タイトルだけ強制的に1行で幅100% */
        margin-bottom: 12px; }
    .page_head_item.type_3 i.line {
      flex-grow: 1;
      height: 1px;
      margin-right: 10px; }
    .page_head_item.type_3 .r_txt {
      flex: 0 0 auto;
      white-space: nowrap; } }
/*max-width:480px*/
/***********************/
.page_content {
  width: calc(100% - 240px);
  max-width: 1390px;
  margin: 0 auto; }

@media (max-width: 1280px) {
  .page_content {
    width: calc(100% - 100px);
    max-width: 1390px;
    margin: 0 auto; } }
/*max-width:1280px*/
@media (max-width: 768px) {
  .page_content {
    width: calc(100% - 60px);
    max-width: 1390px;
    margin: 0 auto; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_content {
    width: calc(100% - 50px);
    max-width: 325px;
    margin: 0 auto; } }
/*max-width:480px*/
/***********************/
.page_content h4 {
  width: 100%;
  font: 2rem/2em "Noto Sans JP", serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  position: relative;
  padding: 0 0 0 2.2rem;
  margin: 0 0 10px; }
  .page_content h4:before {
    font: 1.5rem/2em "Noto Sans JP", serif;
    font-weight: 500;
    position: absolute;
    content: "◆";
    left: 0;
    top: 4px; }
.page_content p {
  text-align: justify;
  text-justify: inter-ideograph;
  font: 1.8rem/2.2em "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.04em; }
.page_content .num {
  font: 1.8rem/2.2em "Noto Sans JP", serif;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 45px;
  letter-spacing: 0.1em; }
  .page_content .num:before {
    font: 4rem/1em "EB Garamond", serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    left: 0;
    top: 0;
    position: absolute;
    counter-increment: number;
    content: counter(number) "."; }

@media (max-width: 768px) {
  .page_content h4 {
    font: 1.9rem/2em "Noto Sans JP", serif;
    font-weight: 500; }
  .page_content p {
    font: 1.7rem/2.2em "Noto Sans JP", serif;
    font-weight: 400; }
  .page_content .num {
    font: 1.7rem/2.2em "Noto Sans JP", serif;
    font-weight: 700;
    padding: 0 0 0 40px; }
    .page_content .num:before {
      font: 3.7rem/1em "EB Garamond", serif;
      font-weight: 400;
      top: 1px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_content h4 {
    font: 1.6rem/1.8em "Noto Sans JP", serif;
    font-weight: 500;
    padding: 0 0 0 1.8rem;
    margin: 0 0 10px; }
    .page_content h4:before {
      font: 1rem/2em "Noto Sans JP", serif;
      font-weight: 500;
      top: 4px; }
  .page_content p {
    font: 1.5rem/2.2em "Noto Sans JP", serif;
    font-weight: 400; }
  .page_content .num {
    font: 1.6rem/2.2em "Noto Sans JP", serif;
    font-weight: 700;
    padding: 0 0 0 30px;
    margin: 0 0 8px; }
    .page_content .num:before {
      font: 3rem/1em "EB Garamond", serif;
      font-weight: 400;
      top: 2px; } }
/*max-width:480px*/
/***********************/
.page_content .flex_all {
  counter-reset: number;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 80px;
  padding: 0 0 80px;
  border-bottom: 1px solid #DBDBD8; }
  .page_content .flex_all:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
.page_content .flex_box {
  margin: 0 0 0 auto;
  width: calc(100% - 480px);
  max-width: 900px; }
.page_content .sticky h3 {
  position: sticky;
  top: 20px;
  font: 2.5rem/1.6em "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 360px;
  padding: 0 0 0 30px;
  min-height: 126px;
  border: 1px solid #B1AEAE;
  margin: 0 120px 0 0;
  display: grid;
  grid-auto-flow: column;
  /* 横方向に配置（番号 → タイトル） */
  grid-auto-columns: max-content auto;
  align-items: center; }
  .page_content .sticky h3:before {
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #B1AEAE;
    top: 50%;
    left: auto;
    right: -60px;
    transform: translate(0%, -50%); }
  .page_content .sticky h3:after {
    position: absolute;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #B1AEAE;
    top: 50%;
    left: auto;
    border-radius: 50%;
    right: -60px;
    transform: translate(0%, -50%); }

@media (max-width: 1280px) {
  .page_content .flex_all {
    max-width: 900px;
    display: block; }
  .page_content .flex_box {
    width: 100%;
    max-width: 900px; }
  .page_content .sticky {
    margin: 0 0 90px; }
    .page_content .sticky h3 {
      padding: 10px 0;
      text-align: center;
      display: block;
      max-width: 440px;
      width: 100%;
      position: relative !important;
      top: 0;
      min-height: auto; }
      .page_content .sticky h3 br {
        display: none; }
      .page_content .sticky h3:before {
        width: 1px;
        height: 60px;
        top: auto;
        bottom: -60px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0%); }
      .page_content .sticky h3:after {
        top: auto;
        bottom: -60px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0%); } }
/*max-width:1280px*/
@media (max-width: 768px) {
  .page_content .sticky {
    margin: 0 0 90px; }
    .page_content .sticky h3 {
      font: 2.2rem/1.6em "Noto Serif JP", serif;
      font-weight: 500;
      width: 100%;
      max-width: 400px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_content .flex_all {
    margin: 0 auto 50px;
    padding: 0 0 50px; }
  .page_content .flex_box {
    width: 100%;
    max-width: 900px; }
  .page_content .sticky {
    margin: 0 0 55px; }
    .page_content .sticky h3 {
      font: 1.8rem/1.5em "Noto Serif JP", serif;
      font-weight: 500;
      width: 100%;
      max-width: 400px;
      padding: 13px 10px; }
      .page_content .sticky h3:before {
        width: 1px;
        height: 35px;
        bottom: -35px; }
      .page_content .sticky h3:after {
        width: 7px;
        height: 7px;
        bottom: -35px; } }
/*max-width:480px*/
/***********************/
.btn {
  font: 1.6rem/63px "Noto Sans JP", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  display: block;
  text-align: center;
  max-width: 340px;
  width: 100%;
  border-radius: 50px;
  height: 64px;
  background-color: #E2E2DC;
  border: 1px solid #E2E2DC;
  position: relative;
  transition: .3s;
  padding: 0 20px 0 0; }
  .btn:before {
    position: absolute;
    content: "";
    display: block;
    background: url("../images/common/awwor.svg") center center no-repeat;
    background-size: contain;
    aspect-ratio: 51/7;
    width: 100%;
    max-width: 30px;
    height: auto;
    top: 50%;
    left: auto;
    right: 20px;
    transform: translate(-50%, 0%); }
  .btn.btn_line {
    background-color: inherit;
    border: 1px solid #707070; }

@media (hover: hover) {
  .btn:hover {
    background-color: #ffffff;
    border: 1px solid #707070; } }
@media (max-width: 480px) {
  .btn {
    font: 1.5rem/64px "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    max-width: 320px;
    height: 64px;
    margin: 0 auto 20px; }
    .btn:before {
      max-width: 26px;
      top: 50%;
      right: 10px; } }
/*max-width:480px*/
/*************************************/
.cloud_contact {
  border: 1px solid #CCCCCA;
  background-color: #FFFFFF;
  padding: 40px 65px 40px 65px;
  position: relative; }
  .cloud_contact:before {
    width: 15px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    display: block;
    background-color: #BAFC3B; }
  .cloud_contact br.block {
    display: none; }
  .cloud_contact dt {
    font: 1.8rem/1.8em "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 10px; }
  .cloud_contact dd {
    font: 1.8rem/1.8em "Noto Sans JP", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0 0 5px; }
    .cloud_contact dd.kome {
      font: 1.7rem/1.8em "Noto Sans JP", serif;
      font-weight: 400;
      margin-bottom: 0; }
    .cloud_contact dd a {
      text-decoration: none; }

@media (max-width: 768px) {
  .cloud_contact {
    padding: 35px 40px 35px 55px; }
    .cloud_contact dt {
      font: 1.6rem/1.8em "Noto Sans JP", serif;
      font-weight: 500; }
    .cloud_contact dd {
      font: 1.6rem/1.8em "Noto Sans JP", serif;
      font-weight: 400; }
      .cloud_contact dd.kome {
        font: 1.5rem/1.8em "Noto Sans JP", serif;
        font-weight: 400;
        margin-bottom: 0; }
      .cloud_contact dd br.block {
        display: block; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .cloud_contact {
    padding: 20px 30px 20px 25px; }
    .cloud_contact br.block {
      display: block; }
    .cloud_contact:before {
      width: 8px; }
    .cloud_contact dt {
      font: 1.5rem/1.8em "Noto Sans JP", serif;
      font-weight: 500; }
    .cloud_contact dd {
      font: 1.4rem/1.8em "Noto Sans JP", serif;
      font-weight: 400; }
      .cloud_contact dd.kome {
        font: 1.4rem/1.8em "Noto Sans JP", serif;
        font-weight: 400; } }
/*max-width:480px*/
/*************************************/
.flow {
  margin: 0 0 40px;
  counter-reset: flow;
  position: relative;
  list-style: none; }
  .flow li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 20px;
    padding-left: 120px;
    min-height: 110px; }
    .flow li:last-child {
      margin-bottom: 0; }
  .flow span.step {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 110px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    padding-top: 20px;
    font: 2rem/1 "EB Garamond", serif;
    color: #7B7B7B;
    text-align: center; }
    .flow span.step:before {
      counter-increment: flow;
      content: "0" counter(flow);
      position: absolute;
      width: 100%;
      top: 45px;
      left: 0;
      text-align: center;
      font: 4rem/1 "EB Garamond", serif; }
  .flow dl {
    width: 100%;
    padding-left: 30px; }
  .flow dt {
    font: 1.9rem/2em "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.05em; }
    .flow dt:before {
      display: none; }
  .flow dd {
    font: 1.7rem/2em "Noto Sans JP", serif;
    font-weight: 400;
    letter-spacing: 0.05em; }
    .flow dd.dot {
      padding-left: 1.7rem;
      position: relative; }
      .flow dd.dot:before {
        content: "・";
        position: absolute;
        left: 0; }
    .flow dd .i_pdf img {
      display: inline-block;
      margin: 0 0 0 5px;
      vertical-align: middle; }
    .flow dd .block {
      border: 1px solid #B1AEAE;
      display: block;
      width: fit-content;
      font: 1.7rem/1em "Noto Sans JP", serif;
      font-weight: 500;
      padding: 10px 10px;
      margin: 15px 0 10px; }
    .flow dd .i_pdf {
      font: 1.7rem/2em "Noto Sans JP", serif;
      font-weight: 400;
      color: #252525;
      letter-spacing: 0.04em;
      text-decoration: none; }
      .flow dd .i_pdf img {
        vertical-align: middle; }
    .flow dd .attention {
      margin: 10px 0 0 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: centert; }
      .flow dd .attention span {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        background-color: inherit;
        border-radius: 0;
        display: inline;
        padding-top: 0;
        color: #252525;
        letter-spacing: 0.04em;
        text-align: center; }
        .flow dd .attention span:before {
          display: none; }
        .flow dd .attention span.red {
          font: 1.7rem/1em "Noto Sans JP", serif;
          font-weight: 500;
          text-align: center;
          border: 1px solid #E15454;
          color: #E15454;
          display: block;
          width: 70px;
          display: flex;
          flex-direction: column;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center; }
        .flow dd .attention span.text {
          font: 1.7rem/1.8em "Noto Sans JP", serif;
          font-weight: 400;
          text-align: justify;
          text-justify: inter-ideograph;
          display: block;
          width: calc(100% - 70px);
          padding: 0 0 0 15px; }
          .flow dd .attention span.text .line {
            border-bottom: 1px solid  #E15454;
            font: 1.7rem/1.8em "Noto Sans JP", serif;
            font-weight: 400; }
  .flow .arrow {
    position: absolute;
    left: 57px;
    top: calc(110px + 30px);
    transform: translateX(-50%) rotate(90deg);
    width: 35px;
    height: 6px;
    background: url("../images/common/awwor.svg") center center no-repeat;
    background-size: contain;
    z-index: 10; }
  .flow li:last-child .arrow {
    display: none; }

@media (max-width: 768px) {
  .flow li {
    padding-left: 110px; }
  .flow dl {
    width: 100%;
    padding-left: 20px; }
  .flow dt {
    font: 1.8rem/2em "Noto Sans JP", serif;
    font-weight: 500; }
  .flow dd {
    font: 1.6rem/2em "Noto Sans JP", serif;
    font-weight: 400;
    letter-spacing: 0.05em; }
    .flow dd.dot {
      padding-left: 1.6rem;
      position: relative; }
    .flow dd .block {
      font: 1.5rem/1em "Noto Sans JP", serif;
      font-weight: 500;
      margin: 15px 0 5px; }
    .flow dd .i_pdf {
      font: 1.6rem/2em "Noto Sans JP", serif;
      font-weight: 400; }
    .flow dd .attention {
      display: block; }
      .flow dd .attention span.red {
        font: 1.6rem/1em "Noto Sans JP", serif;
        font-weight: 500;
        width: 100%;
        max-width: 150px;
        padding: 5px 0;
        margin: 0 0 10px; }
      .flow dd .attention span.text {
        font: 1.6rem/1.8em "Noto Sans JP", serif;
        font-weight: 400;
        text-align: left;
        display: block;
        width: 100%;
        padding: 0; }
        .flow dd .attention span.text .line {
          font: 1.5rem/1.8em "Noto Sans JP", serif;
          font-weight: 400; } }
@media (max-width: 480px) {
  .flow li {
    margin: 0 0 20px;
    padding-left: 90px;
    min-height: 90px; }
  .flow span.step {
    width: 90px;
    height: 90px;
    font: 1.6rem/1 "EB Garamond", serif; }
    .flow span.step:before {
      top: 40px;
      font: 3rem/1em "EB Garamond", serif; }
  .flow dt {
    font: 1.5rem/2em "Noto Sans JP", serif;
    font-weight: 500; }
  .flow dd {
    font: 1.4rem/1.7em "Noto Sans JP", serif;
    font-weight: 400; }
    .flow dd.dot {
      padding-left: 1.4rem; }
    .flow dd .block {
      font: 1.4rem/1em "Noto Sans JP", serif;
      font-weight: 500;
      margin: 15px 0 5px; }
    .flow dd .i_pdf {
      font: 1.4rem/2em "Noto Sans JP", serif;
      font-weight: 400; }
    .flow dd .attention span.red {
      font: 1.4rem/1em "Noto Sans JP", serif;
      font-weight: 500;
      width: 100%;
      max-width: 100%; }
    .flow dd .attention span.text {
      font: 1.4rem/1.8em "Noto Sans JP", serif;
      font-weight: 400; }
      .flow dd .attention span.text .line {
        font: 1.4rem/1.8em "Noto Sans JP", serif;
        font-weight: 400; }
  .flow .arrow {
    left: 47px;
    top: calc(90px + 30px);
    transform: translateX(-50%) rotate(90deg);
    width: 33px;
    height: 6px; } }
/*max-width:480px*/
