@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.post-flow-page > .post-content > .box-firstview {
  max-width: 90vw;
  margin: 161px auto 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-firstview {
    margin: 120px auto 0;
  }
}
.post-flow-page > .post-content > .box-firstview > .page-title {
  color: #939393;
  font-size: 0.95vw;
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-firstview > .page-title {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-firstview > .page-title {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-firstview > .page-title {
    font-size: 2.95vw;
  }
}
.post-flow-page > .post-content > .box-firstview > .box-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 41px;
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
  }
}
.post-flow-page > .post-content > .box-firstview > .box-overview > .box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.post-flow-page > .post-content > .box-firstview > .box-overview > .box-text > .number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f6f6f6;
  border-radius: 50px;
  width: 59px;
  height: 59px;
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview > .box-text > .number {
    width: 37px;
    height: 37px;
  }
}
.post-flow-page > .post-content > .box-firstview > .box-overview > .box-text > .number > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #939393;
  font-size: 1.5vw;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview > .box-text > .number > span {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview > .box-text > .number > span {
    font-size: 3.9vw;
  }
}
.post-flow-page > .post-content > .box-firstview > .box-overview > .box-text > .thumbnail {
  position: relative;
  z-index: 10;
  margin-left: 60px;
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview > .box-text > .thumbnail {
    margin-left: 0;
  }
}
.post-flow-page > .post-content > .box-firstview > .box-overview > .box-text > .thumbnail > img {
  vertical-align: top;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 20.5vw;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview > .box-text > .thumbnail > img {
    max-width: 160px;
  }
}
.post-flow-page > .post-content > .box-firstview > .box-overview > .box-text > .box-title > .title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 2.9vw;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview > .box-text > .box-title > .title {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview > .box-text > .box-title > .title {
    font-size: 8.5vw;
    margin-bottom: 0;
  }
}
.post-flow-page > .post-content > .box-firstview > .box-overview > .box-text > .box-title > .english-title {
  color: #939393;
  font-size: 0.95vw;
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview > .box-text > .box-title > .english-title {
    font-size: 1.35vw;
  }
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview > .box-text > .box-title > .english-title {
    font-size: 2.45vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview > .box-text > .box-title > .english-title {
    font-size: 2.95vw;
  }
}
.post-flow-page > .post-content > .box-firstview > .box-overview > .box-term {
  max-width: 20vw;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview > .box-term {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview > .box-term {
    max-width: 100%;
  }
}
.post-flow-page > .post-content > .box-firstview > .box-overview > .box-term > .label {
  background-color: #939393;
  color: #ffffff;
  font-size: 0.9vw;
  text-align: center;
  padding: 3px 0;
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview > .box-term > .label {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview > .box-term > .label {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview > .box-term > .label {
    font-size: 3.75vw;
  }
}
.post-flow-page > .post-content > .box-firstview > .box-overview > .box-term > .term {
  background-color: #f6f6f6;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 1.95vw;
  text-align: center;
  padding: 14px 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview > .box-term > .term {
    font-size: 2.55vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-firstview > .box-overview > .box-term > .term {
    font-size: 4.85vw;
    padding: 10px;
  }
}
.post-flow-page > .post-content > .box-firstview > .button {
  max-width: 12.3vw;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.post-flow-page > .post-content > .box-article {
  background-color: #f6f6f6;
  position: relative;
  width: 100%;
  padding: 80px 20px;
  margin-top: -110px;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-article {
    margin-top: -20px;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-article {
    margin-top: 20px;
    padding: 30px 20px;
  }
}
.post-flow-page > .post-content > .box-article > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 90vw;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-article > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.post-flow-page > .post-content > .box-article > .container > .box-post-content {
  max-width: 60vw;
  width: 100%;
  margin-right: 5%;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-article > .container > .box-post-content {
    max-width: 100%;
    margin-right: 0;
  }
}
.post-flow-page > .post-content > .box-article > .container > .box-post-content > #ez-toc-container {
  display: none;
}
.post-flow-page > .post-content > .box-article > .container > .box-post-content > h2 {
  position: relative;
  font-size: 1.7vw;
  font-weight: 400;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-article > .container > .box-post-content > h2 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-article > .container > .box-post-content > h2 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-article > .container > .box-post-content > h2 {
    font-size: 5.4vw;
    margin-bottom: 16px;
  }
}
.post-flow-page > .post-content > .box-article > .container > .box-post-content > h3 {
  font-size: 1.5vw;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-article > .container > .box-post-content > h3 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-article > .container > .box-post-content > h3 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-article > .container > .box-post-content > h3 {
    font-size: 4.5vw;
  }
}
.post-flow-page > .post-content > .box-article > .container > .box-post-content > p {
  font-size: 0.95vw;
  line-height: 2.2;
  margin: 0 auto 48px;
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-article > .container > .box-post-content > p {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-article > .container > .box-post-content > p {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-article > .container > .box-post-content > p {
    font-size: 3.55vw;
    margin: 0 auto 24px;
  }
}
.post-flow-page > .post-content > .box-article > .container > .box-post-content > p > a {
  color: #007f41;
  text-decoration: underline;
}
.post-flow-page > .post-content > .box-article > .container > .box-post-content > .wp-block-gallery {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-flow-page > .post-content > .box-article > .container > .box-post-content > figure {
  margin-bottom: 48px;
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-article > .container > .box-post-content > figure {
    margin-bottom: 24px;
  }
}
.post-flow-page > .post-content > .box-article > .container > .box-post-content > figure > img {
  height: 474px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-article > .container > .box-post-content > figure > img {
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-article > .container > .box-post-content > figure > img {
    height: 214px;
  }
}
.post-flow-page > .post-content > .box-article > .container > .box-index {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 60px;
  border-left: 1px solid #939393;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-article > .container > .box-index {
    border-left: 0;
    border-bottom: 1px solid #939393;
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
.post-flow-page > .post-content > .box-article > .container > .box-index > #ez-toc-container {
  padding-left: 34px;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-article > .container > .box-index > #ez-toc-container {
    padding-left: 0;
    padding-bottom: 32px;
  }
}
.post-flow-page > .post-content > .box-article > .container > .box-index > #ez-toc-container > .ez-toc-title-container > .ez-toc-title {
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-article > .container > .box-index > #ez-toc-container > .ez-toc-title-container > .ez-toc-title {
    font-size: 3.5vw;
    margin-bottom: 20px;
  }
}
.post-flow-page > .post-content > .box-article > .container > .box-index > #ez-toc-container .ez-toc-list {
  margin-bottom: 32px;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-article > .container > .box-index > #ez-toc-container .ez-toc-list {
    margin-bottom: 0;
  }
}
.post-flow-page > .post-content > .box-article > .container > .box-index > #ez-toc-container .ez-toc-list > li {
  margin-bottom: 10px;
}
.post-flow-page > .post-content > .box-article > .container > .box-index > #ez-toc-container .ez-toc-list > li > a {
  color: #939393;
  font-size: 0.95vw;
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-article > .container > .box-index > #ez-toc-container .ez-toc-list > li > a {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-article > .container > .box-index > #ez-toc-container .ez-toc-list > li > a {
    font-size: 2.05vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-article > .container > .box-index > #ez-toc-container .ez-toc-list > li > a {
    font-size: 3.75vw;
  }
}
.post-flow-page > .post-content > .box-related {
  margin: 48px 0;
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-related {
    margin: 38px 0;
  }
}
.post-flow-page > .post-content > .box-related > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90vw;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-related > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-flow-page > .post-content > .box-related > .container > .box-next {
  max-width: 60vw;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next {
    max-width: 100%;
  }
}
.post-flow-page > .post-content > .box-related > .container > .box-next > .section-label {
  color: #939393;
  font-size: 0.95vw;
  margin-bottom: 38px;
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .section-label {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .section-label {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .section-label {
    font-size: 3vw;
  }
}
.post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text {
  position: relative;
  padding-left: 78px;
  margin-right: 75px;
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text {
    margin-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text {
    padding-left: 53px;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f6f6f6;
  border-radius: 50px;
  width: 59px;
  height: 59px;
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .number {
    width: 37px;
    height: 37px;
  }
}
.post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .number > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #939393;
  font-size: 1.5vw;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .number > span {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .number > span {
    font-size: 3.9vw;
  }
}
.post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .title {
  font-size: 2.2vw;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .title {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .title {
    font-size: 7.5vw;
  }
}
.post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .overview {
  font-size: 1vw;
  margin-bottom: 22px;
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .overview {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .overview {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .overview {
    font-size: 3.7vw;
  }
}
.post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .overview > span {
  font-size: 0.9vw;
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .overview > span {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .overview > span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .overview > span {
    font-size: 3.2vw;
  }
}
.post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .term {
  display: inline-block;
  background-color: #f6f6f6;
  font-size: 1.5vw;
  padding: 4px 11px;
  margin-bottom: 39px;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .term {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .term {
    font-size: 3.2vw;
    margin-bottom: 34px;
  }
}
.post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .term > span {
  font-size: 0.9vw;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .term > span {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .term > span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .button > .link {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .button > .link {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-text > .button > .link {
    font-size: 3.5vw;
  }
}
.post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-thumbnail {
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-thumbnail {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.post-flow-page > .post-content > .box-related > .container > .box-next > .box-flex > .box-thumbnail > img {
  height: 100%;
}
.post-flow-page > .post-content > .box-related > .container > .list-banner {
  max-width: 30vw;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-related > .container > .list-banner {
    max-width: 25vw;
  }
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-related > .container > .list-banner {
    max-width: 100%;
  }
}
.post-flow-page > .post-content > .box-related > .container > .list-banner > .banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-flow-page > .post-content > .box-related > .container > .list-banner > .banner:first-child {
  background-image: url(../../../assets/imgs/flow/banner-flow.png);
  margin-bottom: 20px;
}
.post-flow-page > .post-content > .box-related > .container > .list-banner > .banner:last-child {
  background-image: url(../../../assets/imgs/flow/banner-construction.png);
}
.post-flow-page > .post-content > .box-related > .container > .list-banner > .banner > .link {
  display: inline-block;
  color: #ffffff;
  width: 100%;
  padding: 37px 27px;
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-related > .container > .list-banner > .banner > .link {
    padding: 37px 18px;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-related > .container > .list-banner > .banner > .link {
    padding: 35px 18px;
  }
}
.post-flow-page > .post-content > .box-related > .container > .list-banner > .banner > .link > .title {
  font-size: 1.5vw;
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-related > .container > .list-banner > .banner > .link > .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-related > .container > .list-banner > .banner > .link > .title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-related > .container > .list-banner > .banner > .link > .title {
    font-size: 5.4vw;
  }
}
.post-flow-page > .post-content > .box-related > .container > .list-banner > .banner > .link > .title > .english {
  display: block;
  font-size: 0.95vw;
  margin-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .post-flow-page > .post-content > .box-related > .container > .list-banner > .banner > .link > .title > .english {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-related > .container > .list-banner > .banner > .link > .title > .english {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-related > .container > .list-banner > .banner > .link > .title > .english {
    font-size: 3.5vw;
  }
}
.post-flow-page > .post-content > .box-related > .container > .list-banner > .banner > .link > .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
}
@media screen and (max-width: 820px) {
  .post-flow-page > .post-content > .box-related > .container > .list-banner > .banner > .link > .icon {
    width: 46px;
  }
}
@media screen and (max-width: 480px) {
  .post-flow-page > .post-content > .box-related > .container > .list-banner > .banner > .link > .icon {
    width: 26px;
  }
}