

/* flow
------------------------------------------------------------- */
#flow .h2title-sentence {
  margin-bottom: 20px;
}
#flow .three-box-wrap {
  display: flex;
  align-items: top;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 35px;
}
#flow .three-box-wrap .three-box {
  position: relative;
  width: 20%;
  padding: 40px 35px 35px;
  text-align: center;
  background: #f6f6f6;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
}
#flow .two-box-wrap {
  max-width: 1080px;
  margin: 50px auto 40px;
}
#flow .two-box-wrap .two-box {
  display: flex;
  justify-content: space-between;
  padding: 25px 25px 25px 75px;
  margin-bottom: 40px;
  background: #f6f6f6;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
}
#flow .two-box-wrap .two-box .title {
  margin-bottom: 25px;
  font-size: 28px;
}
#flow .two-box-wrap .two-box .sentence {
  font-size: 16px;
  line-height: 1.8;
}
#flow .two-box-wrap .two-box .sentence:not(:last-child) {
  margin-bottom: 20px;
}
#flow .two-box-wrap .two-box .flow-step {
  width: 55px;
  padding: 3px 8px 0;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #13b4b4;
  border-radius: 5px;
}
#flow .two-box-wrap .two-box .flow-btn {
  padding: 9px 35px 10px 25px;
}
#flow .two-box-wrap .two-box .flow-btn-sp {
  display: none;
  max-width: 160px;
  padding: 13px 30px 15px 25px;
  margin: 28px auto 0;
}
#flow .two-box-wrap .two-box .flow-btn::after,
#flow .two-box-wrap .two-box .flow-btn-sp::after {
  right: 20px;
}
#flow .two-box-wrap .two-box:nth-child(2) {
  position: relative;
  margin-bottom: 60px;
}
#flow .two-box-wrap .two-box:nth-child(2)::after {
  position: absolute;
  right: 46%;
  bottom: -15%;
  padding: 15px 30px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  content: "審査";
  background: url(/web/img/pre/flow/arrow_01.png) center/contain no-repeat;
}
#flow .two-box-wrap .two-box .left {
  max-width: 435px;
  margin-top: 15px;
}
#flow .two-box-wrap .two-box .right {
  max-width: 420px;
}
#flow .two-box-wrap .two-box .right .move_player {
  width: 100%;
  vertical-align: bottom;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
}
#flow .two-box-wrap .human-box {
  position: relative;
  max-width: 465px;
  height: 90px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: url(/web/img/pre/flow/bg_start_00.png) center/contain no-repeat;
}
#flow .two-box-wrap .human-sentence::after {
  position: absolute;
  right: 5%;
  bottom: 1.5px;
  width: 105px;
  height: 100px;
  content: "";
  background: url(/web/img/pre/top/human_shake.png) no-repeat right bottom;
  background-size: cover;
}
#flow .two-box-wrap .human-box .human-sentence {
  position: relative;
  padding: 7.5%;
}
#flow .three-box-wrap .three-box:not(:last-child)::before {
  position: absolute;
  top: 50%;
  right: -52%;
  z-index: 2;
  margin-top: -9px;
  margin-right: 79px;
  font-size: 16px;
  color: #ffffff;
  content: "審査";
}
#flow .three-box-wrap .three-box:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -50%;
  z-index: 1;
  display: inline-block;
  width: 80px;
  height: 70px;
  margin-top: -35px;
  margin-right: 45px;
  content: "";
  background: url(/web/img/pre/flow/arrow_00.png) center/contain no-repeat;
}
#flow .three-box-wrap .orange {
  font-weight: bold;
  color: #ff8800;
}
#flow .three-box-wrap .title {
  margin: 30px auto 15px;
  font-size: 20px;
  line-height: 1.4;
}
#flow .three-box-wrap .img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 90px;
  margin: 0 auto;
}
#flow .three-box-wrap .img > img {
  vertical-align: middle;
}
#flow .three-box-wrap .img-1 {
  width: 122px;
}
#flow .three-box-wrap .img-2 {
  width: 122px;
}
#flow .three-box-wrap .sentence {
  font-size: 15px;
  line-height: 1.7;
}
#flow .three-box-wrap .three-box .balloon {
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 35px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  background-color: #14b3b3;
  border-radius: 5px;
}
#flow .three-box-wrap .three-box .human-image {
  position: relative;
  width: 220px;
  height: 220px;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 100%;
}
#flow .three-box-wrap .three-box .human-image img {
  position: absolute;
  right: -13px;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 185px;
  margin: 0 auto;
}
#flow .three-box-wrap .human-box-inner {
  position: relative;
  width: 220px;
  transform: translateX(-33px);
}
#flow .three-box-wrap .three-box:last-child {
  background: none;
  border: none;
}
#flow .twe-contents-box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  padding: 30px 35px 30px 50px;
  margin: 40px auto 0;
  border: 1px solid #e3daca;
  border-radius: 5px;
}
#flow .twe-contents-box-search {
  border: 1px solid #d4d4d4;
}
#flow .twe-contents-box .sentence-title {
  display: inline-block;
  padding: 26px 0 0 60px;
  font-size: 18px;
  line-height: 1.7;
}
#flow .twe-contents-box .sentence-title > br {
  display: none;
}
#flow .twe-contents-box.cancel-anytime .sentence-title {
  padding: 0;
  font-size: 18px;
  line-height: 1.7;
}
#flow .twe-contents-box.cancel-anytime .sentence-title > br {
  display: block;
}
#flow .twe-contents-box.cancel-anytime img {
  width: 100%;
  display: block;
}
#flow .twe-contents-box .sentence {
  margin: 25px 0 10px;
  font-size: 15px;
  line-height: 2;
}
#flow .twe-contents-box.cancel-anytime .sentence {
  margin: 25px 0 0px;
}
#flow .twe-contents-box .right {
  position: relative;
  width: 424px;
  font-size: 15px;
  border-radius: 5px;
}
#flow .twe-contents-box .right-title {
  padding: 7px 0;
  color: #ffffff;
  text-align: center;
  border-radius: 3px 3px 0 0;
}
#flow .twe-contents-box .table {
  background: #f6f6f6;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-radius: 0 0 3px 3px;
}
#flow .twe-contents-box .attention {
  font-size: 14px;
}
#flow .twe-contents-box .left {
  width: calc(100% - 470px);
  margin-top: -10px;
}
#flow .cancel-anytime,
#flow .judge-pro {
  background: #f0fafa;
}
#flow .judge-pro .sentence-title {
  background: url(/web/img/pre/flow/searchman_00.png) bottom left/46px 55px
    no-repeat;
}
#flow .judge-pro .right-title {
  background: #8291a0;
}
#flow .judge-pro .table {
  padding: 30px;
}
#flow .judge-pro .table .up {
  padding: 0 0 25px 75px;
  margin-bottom: 25px;
  background: url(/web/img/pre/flow/building_00.png) top left 25px/45px 47px
    no-repeat;
  border-bottom: 1px dotted #bbbbbb;
}
#flow .judge-pro .table .down {
  padding-left: 75px;
  background: url(/web/img/pre/flow/document_writting_00.png) top left
    31px/41px 45px no-repeat;
}
#flow .judge-pro .table dt,
#flow .judge-pro .table dd {
  margin-left: 20px;
}
#flow .judge-pro .table dt {
  margin-bottom: 5px;
  font-size: 16px;
}
#flow .judge-pro .table dd {
  font-size: 13px;
}
#flow .judge-pro .table li {
  display: inline-block;
}
#flow .judge-pro .table li:not(:last-child)::after {
  margin-left: 5px;
  content: "/";
}
#flow .not-payment-explain {
  background: #f4e8d7;
}
#flow .not-payment-explain .four-box-wrap {
  display: flex;
  align-items: top;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto 15px;
}
#flow .not-payment-explain .four-box {
  position: relative;
  box-sizing: border-box;
  width: calc(25% - 20px);
  padding: 30px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e3daca;
  border-radius: 5px;
}
#flow .not-payment-explain .four-box:not(:last-child)::before {
  position: absolute;
  top: calc(50% - 15px);
  right: -23px;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #64563f;
  border-style: solid;
  border-width: 12px 0 12px 14px;
}
#flow .four-box .title {
  margin: 30px auto 15px;
  font-size: 20px;
  line-height: 1.4;
}
#flow .four-box .title > br {
  display: none;
}
#flow .four-box .sentence {
  font-size: 15px;
  line-height: 1.7;
}
#flow .four-box .img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 90px;
  margin: 0 auto 10px;
}
#flow .four-box .img > img {
  vertical-align: middle;
}
#flow .four-box .img-1 {
  width: 103px;
}
#flow .four-box .img-2 {
  width: 103px;
}
#flow .four-box .img-3 {
  width: 95px;
  padding-left: 15px;
}
#flow .four-box .img-4 {
  width: 109px;
  padding-left: 12px;
}
#flow .four-box .sentence {
  font-size: 14px;
  line-height: 1.7;
}
#flow .zisseki-wrap {
  max-width: 440px;
  padding: 15px;
  margin: 0 auto;
  margin-top: 40px;
  background-color: #13b4b4;
  border-radius: 5px;
}
#flow .zisseki-wrap .contents {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
#flow .zisseki-wrap .contents h3 {
  font-size: 23px;
  font-weight: bold;
}
#flow .zisseki-wrap .zisseki-icon {
  max-width: 155px;
  margin-left: 18px;
}
#flow .not-payment-explain .attention {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 7px;
  font-size: 14px;
}
#flow .not-payment-explain .attention > span {
  margin-left: 1em;
  text-indent: -1em;
}
#flow .required-documents {
  background: #ffffff;
}
#flow .required-documents .sentence-title {
  background: url(/web/img/pre/flow/document_00.png) bottom left/60px 56px
    no-repeat;
}
#flow .required-documents .right-title {
  background: #8c8278;
}
#flow .required-documents .table {
  padding: 28px 26px;
}
#flow .required-documents .table ol {
  list-style-position: inside;
  list-style-type: decimal;
}
#flow .required-documents .table li {
  font-size: 14px;
}
#flow .required-documents .table li:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 13px;
  border-bottom: 1px dotted #bbbbbb;
}
#flow .introduction-faq .faq-wrap {
  max-width: 900px;
  margin: 50px auto 35px;
}
#flow .introduction-faq dl {
  border-bottom: 1px #dfdfdf solid;
}
#flow .introduction-faq dd ul {
  padding: 0 25px 10px 90px;
  font-size: 14px;
  line-height: 1.7;
}
#flow .faq-q {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  cursor: pointer;
  transition: opacity 0.2s;
}
#flow .faq-q::before {
  color: #14b4b4;
  content: "Q.";
}
#flow .faq-q-txt {
  position: relative;
  flex-basis: calc(100% - 60px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #14b4b4;
}
#flow .faq-q:hover {
  opacity: 0.7;
}
#flow .faq-q .faq-btn {
  text-align: right;
}
#flow .faq-q .faq-btn span,
#flow .faq-q .faq-btn::after {
  display: inline-block;
  vertical-align: middle;
}
#flow .faq-q .faq-btn span {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-color: #ffffff;
  border: 2px solid #14b4b4;
  border-radius: 50%;
}
#flow .faq-q .faq-btn span::before,
#flow .faq-q .faq-btn span::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #14b4b4;
}
#flow .faq-q .faq-btn span::before {
  top: calc(50% - 1px);
  left: 3px;
  width: 14px;
  height: 2px;
}
#flow .faq-q .faq-btn span::after {
  top: 3px;
  left: 9px;
  z-index: 2;
  width: 2px;
  height: 14px;
  transition: transform 0.2s ease-in;
}
#flow .faq-a {
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 1.8;
}
#flow .faq-btn.btn-open span::after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#flow .faq-link {
  margin-bottom: -55px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

@media screen and (width <= 940px) {
  #flow .two-box-wrap {
    max-width: 580px;
  }
  #flow .two-box-wrap .two-box {
    flex-direction: column;
    align-items: center;
    padding: 15px 20px 45px;
    margin-bottom: 20px;
    text-align: center;
  }
  #flow .two-box-wrap .two-box .flow-step {
    margin: 0 auto 20px;
  }
  #flow .two-box-wrap .two-box .flow-btn {
    display: none;
  }
  #flow .two-box-wrap .two-box .flow-btn-sp {
    display: block;
  }
  #flow .two-box-wrap .two-box .sentence:last-child {
    margin-bottom: 20px;
  }
  #flow .two-box-wrap .human-box .human-sentence {
    padding: 34.5px;
  }
  #flow .two-box-wrap .human-sentence::after {
    bottom: 1.5%;
  }
  #flow .three-box-wrap .three-box {
    width: 25%;
    padding: 40px 20px 30px;
  }
  #flow .three-box-wrap .three-box:not(:last-child)::after {
    right: -70px;
    width: 70px;
    height: 60px;
    margin-top: -30px;
    margin-right: 0;
  }
  #flow .three-box-wrap .three-box:not(:last-child)::before {
    right: -46px;
    margin-right: 0;
    font-size: 15px;
  }
  #flow .two-box-wrap .two-box:nth-child(2)::after {
    right: 42%;
    bottom: -9%;
  }
  #flow .three-box-wrap .human-box-inner {
    transform: none;
  }
  #flow .twe-contents-box {
    flex-direction: column;
    padding: 35px 25px 35px 50px;
  }
  #flow .twe-contents-box .left {
    width: 100%;
    margin-top: 0;
  }
  #flow .twe-contents-box .right {
    margin: 40px auto 0;
  }
  #flow .not-payment-explain .four-box {
    width: calc(25% - 15px);
    padding: 30px 20px 20px;
  }
  #flow .not-payment-explain .four-box:not(:last-child)::before {
    top: calc(50% - 10px);
    right: -17px;
    border-width: 10px 0 10px 10px;
  }
  #flow .introduction-faq .faq-wrap {
    margin: 25px auto;
  }
  #flow .faq-q {
    font-size: 15px;
  }
  #flow .faq-a {
    font-size: 14px;
  }
}
@media screen and (width <= 670px) {
  #flow .faq-link {
    margin-bottom: -35px;
  }
}
@media screen and (width <= 940px) and (width >= 670px) {
  #flow .three-box-wrap .title {
    font-size: 18px;
  }
  #flow .four-box .title {
    font-size: 18px;
    white-space: nowrap;
  }
  #flow .four-box .title > br {
    display: block;
  }
}
@media screen and (width <= 670px) {
  #flow .h2title-sentence {
    margin-bottom: 23px;
  }
  #flow .two-box-wrap {
    margin: 30px auto;
  }
  #flow .two-box-wrap .two-box .flow-step {
    margin: 0 auto 15px;
  }
  #flow .two-box-wrap .two-box .title {
    font-size: 20px;
  }
  #flow .two-box-wrap .two-box .sentence {
    font-size: 15px;
    text-align: left;
  }
  #flow .two-box-wrap .two-box .sentence .dsply-inblk {
    display: inline !important;
  }
  #flow .two-box-wrap .two-box:nth-child(2)::after {
    right: 35%;
    bottom: -11%;
  }
  #flow .two-box-wrap .human-box {
    height: 65px;
    font-size: 20px;
  }
  #flow .two-box-wrap .human-box .human-sentence {
    padding: 24.5px;
  }
  #flow .two-box-wrap .human-sentence::after {
    right: 9.8%;
    bottom: 9.5%;
    width: 78px;
    height: 73px;
  }
  #flow .two-box-wrap .human-box {
    font-size: 20px;
  }
  #flow .three-box-wrap {
    flex-direction: column;
    margin: 30px auto 40px;
  }
  #flow .three-box-wrap .three-box {
    box-sizing: border-box;
    width: 100%;
  }
  #flow .three-box-wrap .three-box:not(:last-child) {
    margin-bottom: 70px;
  }
  #flow .three-box-wrap .three-box:not(:last-child)::before {
    top: auto;
    right: 50%;
    bottom: -50px;
    margin-right: -15px;
  }
  #flow .three-box-wrap .three-box:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -85px;
    width: 79px;
    height: 90px;
    margin-right: -39px;
    transform: rotate(90deg);
  }
  #flow .three-box-wrap .human-box-inner {
    width: 200px;
    margin: 0 auto;
  }
  #flow .three-box-wrap .three-box:last-child {
    padding-bottom: 0;
  }
  #flow .three-box-wrap .three-box .human-image {
    width: 200px;
    height: 200px;
  }
  #flow .three-box-wrap .three-box .human-image img {
    max-width: 175px;
  }
  #flow .three-box-wrap .three-box .balloon {
    width: 115px;
    height: 30px;
    font-size: 13px;
  }
  #flow .twe-contents-box {
    flex-direction: column;
    padding: 30px 25px;
  }
  #flow .twe-contents-box .left {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
  }
  #flow .twe-contents-box .left {
    margin-bottom: 30px;
  }
  #flow .twe-contents-box .sentence,
  #flow .twe-contents-box .attention {
    text-align: left;
  }
  #flow .twe-contents-box .sentence-title {
    padding: 0 0 0 60px;
  }
  #flow .twe-contents-box .sentence-title > br {
    display: block;
  }
  #flow .twe-contents-box .right {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }
  #flow .twe-contents-box .right {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }
  #flow .twe-contents-box .table {
    padding: 10px;
    font-size: 12px;
  }
  #flow .judge-pro .sentence-title,
  #flow .required-documents .sentence-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 59px;
  }
  #flow .zisseki-wrap .contents h3 {
    font-size: 18px;
  }
  #flow .zisseki-wrap .zisseki-icon {
    max-width: 130px;
    margin-left: 13px;
  }
  #flow .judge-pro .table dt {
    font-size: 14px;
  }
  #flow .judge-pro .table dd {
    font-size: 12px;
  }
  #flow .judge-pro .table .up {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #flow .judge-pro .table .up {
    background-position: center left 25px;
  }
  #flow .judge-pro .table .down {
    background-position: center left 31px;
  }
  #flow .judge-pro .sentence-title {
    background-position: bottom 5px left;
  }
  #flow .required-documents .sentence-title {
    padding-left: 70px;
  }
  #flow .required-documents .table li {
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  #flow .not-payment-explain .four-box-wrap {
    flex-direction: column;
  }
  #flow .not-payment-explain .four-box {
    width: 100%;
  }
  #flow .not-payment-explain .four-box:not(:last-child) {
    margin-bottom: 30px;
  }
  #flow .not-payment-explain .four-box:not(:last-child)::before {
    top: auto;
    right: 50%;
    bottom: -25px;
    margin-right: -10px;
    transform: rotate(90deg);
  }
}
