@charset "UTF-8";
/*-------------------------------------
   HALINE-haline
-------------------------------------*/
/*
  1. 基本モジュール レスポンシブ
  ----------------------------------------*/
@media all and (min-width: 769px) {
  .spItem {
    display: none;
  }
  .pcItem {
    display: inline-block;
  }
}
@media all and (max-width : 768px) {
  .pcItem {
    display: none;
  }
  .spItem {
    display: inline-block;
  }
  .spCenter {
    text-align: center !important;
  }
  .spLeft {
    text-align: left !important;
  }
}
@media screen and (max-width: 960px) {
  .pcItem_ {
    display: none !important;
  }
}
#haline {
  /****/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /***************
  *common**/
}
#haline .lower .breadcrumbs {
  top: 100px;
  color: #192332;
}
#haline .haline__hero {
  background: #fff;
  color: #192332;
  padding: 34px 0 0 0;
  background-image: url(../../img/haline/kv_img_pc.jpg);
  background-repeat: no-repeat;
  background-size: 672px;
  /****/
}
@media all and (min-width: 1150px) {
  #haline .haline__hero {
    background-position: 150% top;
  }
}
@media screen and (min-width: 1500px) {
  #haline .haline__hero {
    background-position: right top;
  }
}
@media (min-width: 1151px) and (max-width: 1500px) {
  #haline .haline__hero {
    background-position: 150% top;
  }
}
@media all and (max-width: 1150px) {
  #haline .haline__hero {
    background-position: right top;
    background-image: url(../../img/haline/kv_img_tb.jpg);
    background-size: 400px;
  }
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #haline .haline__hero {
    background-position: 120% top;
  }
}
@media all and (max-width : 768px) {
  #haline .haline__hero {
    padding: 20px 0 0 0;
    background: none;
  }
}
#haline .haline__hero .hero_ribbon {
  background: #FFC352;
  height: 110px;
  text-align: center;
  width: 70%;
  /* 任意 */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width : 768px) {
  #haline .haline__hero .hero_ribbon {
    height: 80px;
  }
}
@media all and (max-width : 768px) {
  #haline .haline__hero .hero_ribbon {
    width: 90%;
    /* 任意 */
  }
}
#haline .haline__hero .hero_ribbon p {
  line-height: 1.4;
  font-weight: bold;
}
#haline .haline__hero .hero_ribbon p:first-child {
  font-size: 24px;
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #haline .haline__hero .hero_ribbon p:first-child {
    font-size: 18px;
  }
}
@media all and (max-width : 768px) {
  #haline .haline__hero .hero_ribbon p:first-child {
    font-size: 14px;
  }
}
#haline .haline__hero .hero_ribbon p:nth-child(2) {
  font-size: 36px;
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #haline .haline__hero .hero_ribbon p:nth-child(2) {
    font-size: 22px;
  }
}
@media all and (max-width : 768px) {
  #haline .haline__hero .hero_ribbon p:nth-child(2) {
    font-size: 18px;
  }
}
@media all and (max-width : 768px) {
  #haline .haline__hero .hero_ribbon p {
    padding-left: 10%;
  }
}
#haline .haline__hero .hero_ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  /* 本体から20px飛び出す */
  width: 0;
  height: 0;
  border-top: 110px solid #FFC352;
  border-right: 30px solid transparent;
}
@media all and (max-width : 768px) {
  #haline .haline__hero .hero_ribbon::after {
    border-top: 80px solid #FFC352;
    border-right: 30px solid transparent;
  }
}
#haline .haline__hero .h2_wrap {
  text-align: center;
  width: 70%;
  padding: 40px 0 30px 0;
}
@media all and (max-width : 768px) {
  #haline .haline__hero .h2_wrap {
    width: 100%;
  }
}
@media all and (max-width : 768px) {
  #haline .haline__hero .h2_wrap {
    padding: 20px 0 0px 0;
  }
}
#haline .haline__hero .h2_wrap h2 img {
  max-width: 499px;
}
@media all and (max-width : 768px) {
  #haline .haline__hero .h2_wrap h2 img {
    width: 70%;
  }
}
#haline .haline__hero .h2_wrap p {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-top: 30px;
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #haline .haline__hero .h2_wrap p {
    font-size: 22px;
  }
}
@media all and (max-width : 768px) {
  #haline .haline__hero .h2_wrap p {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 16px;
  }
}
#haline .haline__hero .h2_wrap .sp_img img {
  width: 100%;
}
#haline .haline__hero .hero_btn__wrap {
  background: #EAFDA7;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#haline .haline__hero .hero_btn__wrap p a {
  text-decoration: underline;
}
#haline .block1 {
  padding: 100px 10px 120px 10px;
}
@media all and (max-width : 768px) {
  #haline .block1 {
    padding: 30px 10px 75px 10px;
  }
}
#haline .block1 h2 {
  text-align: center;
  margin-bottom: 100px;
}
@media all and (max-width : 768px) {
  #haline .block1 h2 {
    margin-bottom: 70px;
  }
}
#haline .block1 h2 img {
  width: 80%;
  max-width: 713px;
}
#haline .block1 .section-disc {
  margin-bottom: 1em;
}
#haline .block2 .comment {
  max-width: 740px;
}
#haline .block2 .feature__img {
  max-width: 837px;
}
#haline .block2 .feature__img.graph3 {
  max-width: 1009px;
}
@media all and (max-width : 768px) {
  #haline .block2 .feature__img.graph3 {
    max-width: 400px;
  }
}
#haline .block3 {
  padding: 60px 10px 120px 10px;
  text-align: center;
}
@media all and (max-width : 768px) {
  #haline .block3 {
    padding: 30px 10px 75px 10px;
  }
}
#haline .block3 h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}
#haline .block3 h2 .block3__num {
  font-size: 48px;
}
@media all and (max-width : 768px) {
  #haline .block3 h2 .block3__num {
    font-size: 28px;
  }
}
#haline .block3 .arrow-green {
  margin: 25px auto 15px auto;
}
#haline .block3 .message__contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 148px 25px 1fr;
  grid-template-columns: 148px 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  background-color: #fff;
  border: 1px solid var(--bg-orange-4);
  border-radius: 20px;
  max-width: 840px;
  padding: 0px 10px 0 20px;
  margin: auto;
}
@media all and (max-width : 768px) {
  #haline .block3 .message__contents {
    -ms-grid-columns: 72px 1fr;
    grid-template-columns: 72px 1fr;
  }
}
#haline .block3 .message__img {
  -ms-flex-item-align: self-end;
      -ms-grid-row-align: self-end;
      align-self: self-end;
}
#haline .block3 .message__text {
  text-align: left;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#haline .block4 {
  background-color: var(--bg-green-1);
  padding: 60px 0;
}
@media all and (max-width : 768px) {
  #haline .block4 {
    padding: 30px 0;
  }
}
#haline .block4 h2 {
  text-align: center;
  margin-bottom: 40px;
}
#haline .block4 h2 img {
  max-width: 310px;
  margin-bottom: 20px;
}
@media all and (max-width : 768px) {
  #haline .block4 h2 img {
    width: 70%;
  }
}
#haline .block4 h2 p span {
  font-size: 36px;
  width: bold;
}
@media all and (max-width : 768px) {
  #haline .block4 h2 p span {
    font-size: 20px;
  }
}
#haline .block4 h3.h3__1 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
@media all and (max-width : 768px) {
  #haline .block4 h3.h3__1 {
    font-size: 20px;
  }
}
#haline .block4 h3.h3__1::after {
  content: "";
  display: block;
  background-color: #9ec317;
  width: 110px;
  height: 10px;
  margin: 20px auto 0;
}
@media all and (max-width : 768px) {
  #haline .block4 h3.h3__1::after {
    width: 55px;
    height: 5px;
    margin: 10px auto 0;
  }
}
#haline .block4 .text__1 {
  text-align: center;
  margin-top: 30px;
  font-size: 22px;
}
@media all and (max-width : 768px) {
  #haline .block4 .text__1 {
    font-size: 18px;
  }
}
#haline .block4 .block4__step__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  /**step**/
}
@media all and (max-width : 768px) {
  #haline .block4 .block4__step__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#haline .block4 .block4__step__flex .step {
  width: 312px;
}
@media all and (max-width : 768px) {
  #haline .block4 .block4__step__flex .step {
    width: 100%;
  }
}
#haline .block4 .block4__step__flex .step:nth-child(2) {
  width: 490px;
}
@media all and (max-width : 768px) {
  #haline .block4 .block4__step__flex .step:nth-child(2) {
    width: 100%;
  }
}
#haline .block4 .block4__step__flex .step h3 {
  font-weight: bold;
  font-size: 24px;
}
#haline .block4 .block4__step__flex .step h3 span {
  font-size: 46px;
}
@media all and (max-width : 768px) {
  #haline .block4 .block4__step__flex .step h3 {
    text-align: center;
    font-size: 18px;
  }
  #haline .block4 .block4__step__flex .step h3 span {
    font-size: 36px;
  }
}
#haline .block4 .block4__step__flex .step h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
@media all and (max-width : 768px) {
  #haline .block4 .block4__step__flex .step h4 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    text-align: center;
  }
}
#haline .block4 .block4__step__flex .step h4 img {
  width: 115px;
}
#haline .block4 .block4__step__flex .step h4 img.block4_text2 {
  width: 171px;
}
@media all and (max-width : 768px) {
  #haline .block4 .block4__step__flex .step h4 img {
    width: 80px;
  }
  #haline .block4 .block4__step__flex .step h4 img.block4_text2 {
    width: 120px;
  }
}
@media all and (max-width : 768px) {
  #haline .block4 .block4__step__flex .step h4 {
    text-align: center;
  }
}
#haline .block4 .block4__step__flex .step p {
  font-size: 18px;
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  #haline .block4 .block4__step__flex .step p {
    margin-top: 20px;
    font-size: 16px;
  }
}
#haline .block4 .block4__step__flex .step .arrow-box {
  height: 384px;
  padding: 30px 50px;
  background: url(../../img/haline/block4_bg1.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 312px;
}
@media all and (max-width : 768px) {
  #haline .block4 .block4__step__flex .step .arrow-box {
    background: url(../../img/haline/block4_bg_sp.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    padding: 20px 20px 60px 20px;
    height: auto;
  }
}
#haline .block4 .block4__step__flex .step .arrow-box2 {
  height: 384px;
  padding: 30px 50px;
  background: url(../../img/haline/block4_bg2.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 490px;
}
@media all and (max-width : 768px) {
  #haline .block4 .block4__step__flex .step .arrow-box2 {
    background: url(../../img/haline/block4_bg_sp.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 30px 30px 80px 30px;
    height: auto;
  }
}
#haline .block4 .block4__step__flex .step .step__inner_2__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#haline .block4 .block4__step__flex .step .step__inner_2__flex .step__inner_2__flex__item:first-child {
  margin-right: 40px;
}
#haline .block4 .block4__step__flex .step .icon {
  text-align: center;
}
#haline .block4 .block4__step__flex .step .icon img {
  width: 136px;
}
@media all and (min-width: 769px) and (max-width: 1150px) {
  #haline .block4 .block4__step__flex .step .icon img {
    width: 90px;
  }
}
@media all and (max-width : 768px) {
  #haline .block4 .block4__step__flex .step .icon img {
    width: 90px;
  }
}
#haline .block4 .h3_2 {
  text-align: center !important;
  font-size: 28px;
  margin: 50px auto;
}
@media all and (max-width : 768px) {
  #haline .block4 .h3_2 {
    font-size: 18px;
  }
}
#haline .block4 .block_4_reason {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
#haline .block4 .block_4_reason .comment {
  max-width: 900px;
}
#haline .block4 .block_4_reason .comment .comment__list {
  padding-left: 0px;
}
#haline .block4 .block_4_reason .comment .comment__list li {
  padding-bottom: 0.5em;
}
#haline .contact-info .hedline-fukidashi__wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 45px;
  padding: 25px;
  border: 2px solid #f9d085;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
#haline .contact-info .hedline-fukidashi__wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 45px 22.5px 0 22.5px;
  border-color: #f9d085 transparent transparent;
  translate: -50% 100%;
}
#haline .contact-info .hedline-fukidashi__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 40.5px 20.3px 0 20.3px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
#haline .contact-info h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media all and (max-width : 768px) {
  #haline .contact-info h2 {
    font-size: 16px;
    text-align: left;
  }
}
#haline .contact-info .contact-info__desc {
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 30px;
}
#haline .contact-info .text1 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
}
@media all and (max-width : 768px) {
  #haline .contact-info .text1 {
    font-size: 16px;
  }
}
#haline .block6 {
  background-color: var(--bg-orange-1);
  padding: 60px 0;
}
#haline .block6 .headline-2nd {
  margin-bottom: 45px;
}
@media all and (max-width : 768px) {
  #haline .block6 .headline-2nd {
    margin-bottom: 30px;
  }
}
#haline .block6 .block6__img-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(300px, 410px) 20px minmax(300px, 410px);
  grid-template-columns: minmax(300px, 410px) minmax(300px, 410px);
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width : 768px) {
  #haline .block6 .block6__img-list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
#haline .block6 .block6__img {
  overflow: hidden;
  border-radius: 10px;
}
#haline .block6 .senior-marketing-disc {
  max-width: 1000px;
  margin: 30px auto;
}
#haline .block6 .block6__jpbank {
  max-width: 676px;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  margin: 20px auto;
  margin: 40px auto 0 auto;
}
#haline .block6 .block6__jpbank-header {
  background: #0f9447;
  padding: 12px 20px;
  text-align: center;
}
#haline .block6 .block6__jpbank-header h3 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width : 768px) {
  #haline .block6 .block6__jpbank-header h3 {
    font-size: 18px;
  }
}
#haline .block6 .card-body {
  padding: 20px;
  color: #333;
}
#haline .block6 .card-body .jpbank__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width : 768px) {
  #haline .block6 .card-body .jpbank__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#haline .block6 .card-body .jpbank__flex div:first-child {
  text-align: center;
}
#haline .block6 .card-body .jpbank__flex div:first-child .jpbank__img {
  width: 138px;
}
@media all and (max-width : 768px) {
  #haline .block6 .card-body .jpbank__flex div:first-child .jpbank__img {
    width: 120px;
  }
}
#haline .block6 .card-body .jpbank__flex div:nth-child(2) {
  margin-left: 30px;
}
@media all and (max-width : 768px) {
  #haline .block6 .card-body .jpbank__flex div:nth-child(2) {
    margin-left: 0px;
  }
}
#haline .block6 .card-body .jpbank__flex div:nth-child(2) p.text1 {
  font-size: 28px;
  font-weight: bold;
}
@media all and (max-width : 768px) {
  #haline .block6 .card-body .jpbank__flex div:nth-child(2) p.text1 {
    font-size: 16px;
  }
}
#haline .block6 .card-body .jpbank__flex .btn {
  text-align: right;
}
#haline .block6 .card-body .jpbank__flex .btn a {
  border: 1px solid;
  border-radius: 15px;
  width: 205px;
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px;
  background: url(../../img/haline/jpbank__btn_arrow.svg) no-repeat center right 10px;
  background-size: 17px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#haline .block6 .card-body .jpbank__flex .btn a:hover {
  opacity: 0.5;
}
@media all and (max-width : 768px) {
  #haline .block6 .card-body .jpbank__flex .btn a {
    width: 180px;
    font-size: 16px;
    padding: 7px 15px;
  }
}
#haline .block7 {
  padding: 60px 0;
}
#haline .block7 .headline-2nd {
  margin-bottom: 45px;
}
@media all and (max-width : 768px) {
  #haline .block7 .headline-2nd {
    margin-bottom: 30px;
  }
}
#haline .block7 .block7__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media all and (max-width : 768px) {
  #haline .block7 .block7__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#haline .block7 .block7__flex .block7__flex__item {
  text-align: center;
}
#haline .block7 .block7__flex .block7__flex__item img {
  width: 100%;
  max-width: 598px;
}
#haline .block7 .block7__flex .block7__flex__item a {
  font-weight: bold;
  text-decoration: underline;
}
@media all and (max-width : 768px) {
  #haline .block7 .block7__flex .block7__flex__item a {
    font-size: 14px;
  }
}
@media all and (max-width : 768px) {
  #haline .block7 .block7__flex .block7__flex__item:nth-child(2) {
    margin-top: 20px;
  }
}
#haline .block7 .media-sales__message {
  background-color: var(--bg-green-1);
  border-radius: 20px;
  border: 2px dotted #9ec317;
  padding-top: 7px;
}
@media all and (max-width : 768px) {
  #haline .block7 .media-sales__message {
    padding: 17px 7px 0 7px;
  }
}
#haline .block7 .media-sale__contents__ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22% 78%;
  grid-template-columns: 22% 78%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 文字の上に点 */
}
@media all and (max-width : 768px) {
  #haline .block7 .media-sale__contents__ {
    -ms-grid-columns: 70px 1fr;
    grid-template-columns: 70px 1fr;
  }
}
#haline .block7 .media-sale__contents__ .dots {
  position: relative;
  /* 基準値とする */
}
#haline .block7 .media-sale__contents__ .dots::before {
  content: "・";
  /* 文字の上に置くものを指定 */
  position: absolute;
  /* 相対位置とする */
  top: -1em;
  /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 0;
  /* 横方向の表示位置を調整 */
}
@media all and (max-width : 768px) {
  #haline .block7 .media-sale__contents__ .dots::before {
    top: -0.8em;
  }
}
#haline .block7 .media-sale__img {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
}
@media all and (max-width : 768px) {
  #haline .block7 .media-sale__img {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
}
#haline .block7 .media-sales__text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.1em;
  padding-right: 30px;
  margin-left: clamp(0px, 4.86vw, 70px);
}
@media all and (max-width : 768px) {
  #haline .block7 .media-sales__text {
    font-size: 14px;
    padding-bottom: 7px;
    padding-right: 0px;
    line-height: 1.6;
  }
}
#haline .problem {
  padding: 0 0 0px 0;
}
#haline .fixed-block {
  -ms-grid-columns: 300px;
  grid-template-columns: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* ← グリッド全体を中央寄せ */
  width: 100%;
  /* ← 横幅いっぱいを確保 */
  justify-content: center;
  /* 横方向の中央揃え */
}
@media all and (max-width : 768px) {
  #haline .fixed-block {
    -ms-grid-columns: 50vw;
    grid-template-columns: 50vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* ← グリッド全体を中央寄せ */
    width: 100%;
    /* ← 横幅いっぱいを確保 */
    justify-content: center;
    /* 横方向の中央揃え */
  }
}
#haline .fixed-block__btn-green {
  text-indent: 0 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#haline .headline-marker-orange {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(245, 179, 36, 0.5490196078)));
  background-image: linear-gradient(transparent 70%, rgba(245, 179, 36, 0.5490196078) 70%);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
#haline .font_size_m {
  font-size: 24px;
}
@media all and (max-width : 768px) {
  #haline .font_size_m {
    font-size: 18px;
  }
}
#haline .font_size_m2 {
  font-size: 20px;
}
@media all and (max-width : 768px) {
  #haline .font_size_m2 {
    font-size: 16px;
  }
}
#haline .font_weight_normal {
  font-weight: normal;
}
#haline .font_weight_bold {
  font-weight: 600;
}
#haline .mb_ {
  margin-bottom: 30px;
}
#haline .color_green {
  color: #07B53B;
}
#haline .color_red {
  color: #EF6762;
}
#haline .text_link {
  margin-top: 10px;
}
#haline .text_link a {
  text-decoration: underline;
}
@media all and (max-width : 768px) {
  #haline .text_link a {
    font-size: 12px;
  }
}
#haline .arrow-green {
  display: block;
  width: 0px;
  border-top: 56px solid #9ec317;
  border-left: 51px solid transparent;
  border-right: 51px solid transparent;
  margin: 40px auto 60px;
}
@media all and (max-width : 768px) {
  #haline .arrow-green {
    border-top: 28px solid #9ec317;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    margin: 20px auto 25px;
  }
}
#haline .text_link_ {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#haline .text_link_:hover {
  opacity: 0.5;
}