/* st-PageIntro
-----------------------------------*/
.is-flow .st-PageIntro {
  background-image: url("../img/bg_flow_01.jpg");
}

/* flow-List
-----------------------------------*/
.flow-List {
  max-width: 1120px;
  margin: 44px auto 0;
  padding: 0 10px;
}
.flow-List_Item {
  list-style: none;
  display: flex;
  padding: 13px 0 20px;
  border-bottom: solid 1px #c8c8c8;
}
.flow-List_Item:first-of-type {
  padding-top: 0;
}
.flow-List_ImageTitle {
  margin-top: 6px;
}
.flow-List_ImageTitle_Item {
  width: 120px;
  height: auto;
}
.flow-List_Text {
  margin-left: 30px;
}
.flow-List_Text_Title {
  font-family: "Noto Serif JP", serif;
  font-size: 167%;
  font-weight: 700;
  color: #8f2238;
}
.flow-List_Text_Item {
  font-size: 123.1%;
  line-height: 1.625;
}
.flow-List_Text_Title + .flow-List_Text_Item {
  margin-top: 8px;
}
.flow-List_Text_Item .is-pc {
  display: none;
}
.flow-List_Text_Item_Point {
  color: #8f2238;
}

@media only screen and (min-width: 800px) {
  .flow-List {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flow-List_Item {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 960px) {
  .flow-List {
    margin-top: 103px;
    padding: 0 50px;
  }
  .flow-List_Item {
    width: calc(50% - 60px);
  }
  .flow-List_Item:nth-of-type(-n+2) {
    padding-top: 0;
  }
  .flow-List_Text_Item .is-pc {
    display: inline;
  }
}
/* flow-Comment
-----------------------------------*/
.flow-Comment {
  font-size: 123.1%;
  line-height: 1.625;
  max-width: 560px;
  margin: 44px auto 0;
  padding: 0 20px;
}

@media only screen and (min-width: 960px) {
  .flow-Comment {
    margin-top: 74px;
    padding: 0 50px;
  }
}
/* flow-Logomessage
-----------------------------------*/
.flow-LogoMessage {
  text-align: center;
  margin-top: 36px;
  padding: 0 20px;
}
.flow-LogoMessage_Item {
  width: 145px;
  height: auto;
}

@media only screen and (min-width: 960px) {
  .flow-LogoMessage {
    margin-top: 28px;
    padding: 0 50px;
  }
  .flow-LogoMessage_Item {
    width: 290px;
  }
}
/* flow-Menu01
-----------------------------------*/
.flow-Menu01 {
  margin-top: 85px;
}

@media only screen and (min-width: 960px) {
  .flow-Menu01 {
    margin-top: 100px;
  }
}