
.mod_contact {
  margin-bottom: 0;
}

.line {
  margin-bottom: 80px;
  text-align: center;
}

.line .text {
  margin-bottom: 22px;
}

@media screen and (max-width: 680px) {
  .line .text {
    text-align: left;
  }
}

.line-flow {
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .line-flow {
    margin-bottom: 60px;
  }
}

.line-flow .title {
  text-align: center;
  margin-bottom: 65px;
  color: #153496;
  font-family: 'Noto Serif JP', serif;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  .line-flow .title {
    margin-bottom: 30px;
  }
}

.line-flow .title-sub {
  display: block;
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 24px;
}

@media screen and (max-width: 680px) {
  .line-flow .title-sub {
    font-size: 1.8rem;
  }
}

.line-flow .title-sub::before {
  content: '';
  position: absolute;
  background: url("../new_image/title_left.svg") center no-repeat;
  width: 18px;
  height: 31px;
  top: 0;
  left: -30px;
}

.line-flow .title-sub::after {
  content: '';
  position: absolute;
  background: url("../new_image/title_right.svg") center no-repeat;
  width: 18px;
  height: 31px;
  top: 0;
  right: -30px;
}

.line-flow .title-main {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
}

@media screen and (max-width: 680px) {
  .line-flow .title-main {
    font-size: 2.6rem;
  }
}

.line-flow .title-main::before {
  content: '';
  position: absolute;
  border-bottom: 4px double #fad901;
  width: 153px;
  height: 4px;
  right: 27px;
  bottom: 0;
}

@media screen and (max-width: 680px) {
  .line-flow .title-main::before {
    width: 130px;
    right: 79px;
  }
}

.line-flow .box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 680px) {
  .line-flow .box {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .line-flow .box {
    margin-bottom: 0px;
  }
}

.line-flow .box .text_box {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: url("../new_image/bg_y.jpg");
  padding-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  -webkit-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .line-flow .box .text_box {
    width: 29vw;
    height: 29vw;
    margin: 1%;
  }
}

@media screen and (max-width: 680px) {
  .line-flow .box .text_box {
    width: 250px;
    height: 250px;
    margin-bottom: 30px;
  }
}

.line-flow .box .text_box::before {
  content: '';
  position: absolute;
  background: url("../new_image/flow.svg") center no-repeat;
  width: 16px;
  height: 26px;
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .line-flow .box .text_box::before {
    right: -3vw;
  }
}

@media screen and (max-width: 680px) {
  .line-flow .box .text_box::before {
    top: auto;
    bottom: -31px;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.line-flow .box .text_box:last-child::before {
  display: none;
}

.line-flow .box .text_box .img {
  width: 72px;
  height: 125px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .line-flow .box .text_box .img {
    height: 85px;
    width: 60px;
  }
}

.line-flow .box .text_box .img.-step1 {
  top: -2px;
}

.line-flow .box .text_box .img.-step2 {
  top: 10px;
}

.line-flow .box .text_box .step {
  color: #eb1428;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .line-flow .box .text_box .step {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 680px) {
  .line-flow .box .text_box .step {
    font-size: 1.6rem;
  }
}

.line-flow .box .text_box .sub-title {
  color: #153496;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .line-flow .box .text_box .sub-title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 680px) {
  .line-flow .box .text_box .sub-title {
    font-size: 2rem;
  }
}

.line-flow .info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .line-flow .info {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}

.line-flow .info .info_box {
  width: 100%;
  max-width: 510px;
}

.line-flow .info .info_box .text {
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .line-flow .info .info_box .text {
    margin-top: 30px;
  }
}

.line-flow .info .info_box .text_box {
  position: relative;
  background: #f5f9ff;
  padding: 50px 40px 23px;
}

@media screen and (max-width: 680px) {
  .line-flow .info .info_box .text_box {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.line-flow .info .info_box .text_box .sub-title {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 230px;
  text-align: center;
  height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  border: 3px solid #153496;
  background: #ffffff;
  border-radius: 2px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #153496;
}

.line-flow .info .info_box .text_box .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 16px;
}

.line-flow .info .info_box .text_box .inner p {
  width: 210px;
  background: #153496;
  height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
  -webkit-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 680px) {
  .line-flow .info .info_box .text_box .inner p:first-child {
    margin-right: 10px;
    font-size: 1.8rem;
  }
}

.line-flow .info .info_box .text_box .inner p span {
  font-size: 1.2rem;
  margin-top: 3px;
}

.line-flow .note {
  font-size: 1.2rem;
  line-height: 1.6667;
}
/*# sourceMappingURL=line.css.map */