@charset "utf-8";
/* CSS Document */

/* ===============================
	mv
 =============================== */
#mv {
  background-image: url(../img/tips/mv_bg.jpg);
}
@media screen and (max-width: 750px) {
  #mv {
    background-image: url(../img/tips/mv_bg_sp.jpg);
  }
}

/* ===============================
	tips
 =============================== */
#tips {
  margin-top: 80px;
  margin-bottom: 146px;
}
.tips_con {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  filter: drop-shadow(0 0 16px rgb(0 0 0 / 0.16));
  margin-top: 80px;
  container-type: inline-size;
}
.tips_con .tips_btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  min-height: 60px;
  background: var(--C-white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 0;
}
#tips_con.con_4 .tips_btn {
  width: calc(100% / 4);
}
.tips_con .tips_btn.active {
  color: var(--C-white);
  background: var(--C-accent-green);
  min-height: 70px;
  border-radius: 3px 3px 0 0;
  position: relative;
  padding: 14px 0;
}
.tips_con .tips_btn:not(:last-child).active::after,
.tips_con .tips_btn:not(:first-child).active::before {
  content: '';
  width: 19px;
  height: 19px;
  background-image: url(../img/tips/tips_object.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: -1px;
  right: -19px;
}
.tips_con .tips_btn:not(:first-child).active::before {
  transform: scale(-1, 1);
  right: 0;
  left: -19px;
}
#tips_list_con {
  background: var(--C-sub);
  position: relative;
  z-index: +1;
}
#tips_list_con .tips_list {
  padding: 80px 110px;
}
#tips_list_con h2 {
  margin-bottom: 64px;
}
.tips_con.under {
  margin-top: 0;
}
.tips_con.under .tips_btn.active {
  border-radius: 0 0 3px 3px;
  margin-bottom: -10px;
}
.tips_con.under .tips_btn:not(:last-child).active::after,
.tips_con.under .tips_btn:not(:first-child).active::before {
  rotate: 90deg;
  top: -1px;
  bottom: 0;
}
.tips_con.under .tips_btn:not(:first-child).active::before {
  rotate: -90deg;
  transform: scale(-1, 1);
  right: 0;
  left: -19px;
}
@container (max-width: 980px) {
  .tips_con .tips_btn {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1280px) {
  #tips_list_con .tips_list {
    padding: 80px 8.59375%;
  }
}
@media screen and (max-width: 750px) {
  #tips {
    margin-top: 10.66666666666667vw;
    margin-bottom: 21.33333333333333vw;
  }
  .tips_top {
    text-align: left;
  }
  #detail_tips {
    padding-top: calc(32vw + (60px + 13.86666666666667vw) + 1px);
    margin-top: calc(-60px - 13.86666666666667vw);
  }
  .tips_con {
    display: flex;
    flex-wrap: wrap;
    filter: none;
    background: var(--C-sub);
    gap: 1.06666666666667vw;
    padding: 5.33333333333333vw 0 0;
    margin-top: 12.8vw;
    border-image-source: linear-gradient(var(--C-sub), var(--C-sub));
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw 0 100vw;
  }
  .tips_con .tips_btn {
    font-size: 3.73333333333333vw;
    min-height: 13.33333333333333vw;
    width: 100%;
    border: 3px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgb(51 51 51 / .08) inset;
    padding: 4vw 0;
  }
  #tips_con.con_4 .tips_btn,
  #tips_con.con_4 .tips_btn:first-child {
    width: calc((100% - 1.06666666666667vw) / 2);
  }
  .tips_con .tips_btn.btn_100 {
    width: 100%;
  }
  .tips_con .tips_btn.active {
    min-height: 13.33333333333333vw;
    border: 3px;
    border-radius: 3px;
    padding: 4vw 0;
  }
  .tips_con .tips_btn:not(:last-child).active::after,
  .tips_con .tips_btn:not(:first-child).active::before {
    content: none;
  }
  #tips_list_con {
    border-image-source: linear-gradient(var(--C-sub), var(--C-sub));
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw 0 100vw;
  }
  #tips_list_con h2 {
    margin-bottom: 12.8vw;
  }
  #tips_list_con .tips_list {
    padding: 17.06666666666667vw 0;
  }
  .tips_con.under {
    padding-top: 0;
    padding-bottom: 5.33333333333333vw;
  }
}

/* tips_step */
.tips_step {
  margin-top: 63px;
}
.tips_step li {
  position: relative;
}
.tips_step li:not(:last-child) {
  margin-bottom: 29px;
}
.tips_step li:not(:last-child):after {
  content: '';
  background-image: url(../img/tips/list_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -18px;
  left: 62px;
}
.tips_step dl {
  display: flex;
  flex-wrap: wrap;
}
.tips_step dt {
  background: #D9E2E0;
  width: 30.94339622641509%;
  display: flex;
  align-items: center;
  padding-left: 3.77358490566038%;
}
.tips_step .step_num {
  font-family: "Cormorant", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--C-accent-green);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.tips_step .step_num span {
  font-family: "Cormorant", serif;
  font-size: 64px;
  font-weight: 500;
  font-style: oblique;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
  color: var(--C-accent-green);
  margin-top: -20px;
}
.tips_step .title,
.tips_step .title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--C-accent-green);
  margin-left: 8.53658536585366%;
}
.tips_step dd {
  background: var(--C-white);
  width: calc(100% - 30.94339622641509%);
  padding: 36px 70px 40px;
}
.tips_step dd .font-txt.fsM:not(:last-child) {
  margin-bottom: 16px;
}
.tips_step dd .fsS.txt_C_green.txt_W_sb {
  margin-bottom: 12px;
}
.list_con {
  padding: 80px 110px;
}
@media screen and (max-width: 1280px) {
  .tips_step dd {
    padding: 36px 5.46875% 40px;
  }
  .list_con {
    padding: 80px 8.59375%;
  }
  .tips_step dt {
    padding-left: 3%;
    padding-right: 2%;
  }
  .tips_step .step_num {
    font-size: 1.3671875vw;
  }
  .tips_step .step_num span {
    font-size: 6.25vw;
  }
  .tips_step .title,
  .tips_step .title span {
    font-size: 1.7578125vw;
  }
}
@media screen and (max-width: 750px) {
  .tips_step li:not(:last-child) {
    margin-bottom: 7.46666666666667vw;
  }
  .tips_step li:not(:last-child):after {
    width: 6.4vw;
    height: 6.4vw;
    bottom: -4.8vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .tips_step dt {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 7.46666666666667vw;
    min-height: 19.73333333333333vw;
  }
  .tips_step .step_num {
    font-size: 3.46666666666667vw;
  }
  .tips_step .step_num span {
    font-size: 12.8vw;
    margin-top: -4.4vw;
  }
  .tips_step .title,
  .tips_step .title span {
    font-size: 4.26666666666667vw;
    margin-left: 7.46666666666667vw;
  }
  .tips_step .title span {
    margin-left: 0;
    display: inline-block;
  }
  .tips_step dd {
    width: 100%;
    padding: 4.26666666666667vw;
  }
  .tips_step dd .font-txt.fsM {
    font-size: 3.46666666666667vw;
  }
  .tips_step dd .font-txt.fsM:not(:last-child) {
    margin-bottom: 4.26666666666667vw;
  }
  .tips_step dd .fsS.txt_C_green.txt_W_sb {
    margin-bottom: 3.2vw;
  }
}

/* tips_list_2 */
#tips_list_con .tips_list_2 {
  padding: 80px 0 0;
}
.tips_list_2 .tips_list_con {
  padding-left: 110px;
  padding-right: 110px;
}
.tips_list_2_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 64px;
  padding-bottom: 120px;
}
.tips_list_2_list li {
  width: calc((100% - (16px * 3)) / 4);
}
.tips_list_2_list .list_img {
  background: var(--C-white);
  border-radius: 5px;
  width: 100%;
  aspect-ratio: 253 / 152;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.tips_list_2_list h3 {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: var(--C-accent-green);
  margin-bottom: 12px;
}
@media screen and (max-width: 1280px) {
  .tips_list_2 .tips_list_con {
    padding-left: 8.59375%;
    padding-right: 8.59375%;
  }
}
@media screen and (max-width: 750px) {
  .tips_list_2 .tips_list_con {
    padding-left: 0;
    padding-right: 0;
  }
  .tips_list_2_list {
    gap: 8.53333333333333vw 2.66666666666667vw;
    margin-top: 18.13333333333333vw;
    padding-bottom: 21.33333333333333vw;
  }
  .tips_list_2_list li {
    width: calc((100% - 2.66666666666667vw) / 2);
  }
  .tips_list_2_list .list_img {
    margin-bottom: 3.2vw;
  }
  .tips_list_2_list h3 {
    font-size: 4.26666666666667vw;
    margin-bottom: 2.13333333333333vw;
  }
  .tab_2 .tips_con.under {
    border-image-source: linear-gradient(#D9E2E0, #D9E2E0);
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw 0 100vw;
  }
}

#tips_list_con:has(.tips_list_2 .list_con) {
  padding: 0;
}
.tochi_point {
  background: #D9E2E0;
  padding: 80px 0;
}
.tochi_point ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
.tochi_point li {
  width: calc((100% - (40px * 2)) / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tochi_point .point_num {
  font-family: "Cormorant", serif;
  font-size: 64px;
  font-weight: 500;
  font-style: oblique;
  letter-spacing: 0;
  line-height: 1.2;
  color: var(--C-accent-green);
  position: relative;
  margin-bottom: 8px;
}
.tochi_point .point_num::before {
  content: '';
  background: var(--C-accent-green);
  width: 57.18654434250765%;
  max-width: calc(100% - 140px);
  height: 1px;
  display: block;
  position: absolute;
  bottom: 28px;
  right: 0;
  margin: auto;
}
.tochi_point .point_num span {
  font-family: "Cormorant", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--C-accent-green);
  margin-right: 6px;
}
.tochi_point h4 {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: var(--C-accent-green);
  margin-bottom: 12px;
}
.tochi_point .point_img {
  aspect-ratio: 327 / 201;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.tochi_point .point_img img {
  height: auto;
}
.tochi_point li:nth-child(1) .point_img img {
  width: 67.88990825688073%;
}
.tochi_point li:nth-child(2) .point_img img {
  width: 95.41284403669725%;
}
.tochi_point li:nth-child(3) .point_img img {
  width: 59.02140672782875%;
}
@media screen and (max-width: 750px) {
  .tochi_point {
    padding: 10.66666666666667vw 0 17.06666666666667vw;
    border-image-source: linear-gradient(#D9E2E0, #D9E2E0);
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw 0 100vw;
  }
  .tochi_point ul {
    flex-direction: column;
    gap: 8.53333333333333vw;
  }
  .tochi_point li {
    width: 100%;
  }
  .tochi_point .point_num {
    font-size: 17.06666666666667vw;
    margin-bottom: 2.13333333333333vw;
  }
  .tochi_point h4 {
    font-size: 4.26666666666667vw;
    margin-bottom: 3.2vw;
  }
  .tochi_point .point_img {
    aspect-ratio: auto;
    margin-top: 6.4vw;
  }
}

/* tips_list_3 */
.tips_list_3 {

}
.tips_list_3 .common_list {
  margin-top: 64px;
  margin-bottom: 40px;
}
.tips_list_3 .common_list dt {
  background: #E2E9E8;
}
.tips_list_3 .common_list dd {
  background: var(--C-white);
}
@media screen and (max-width: 750px) {
  .tips_list_3 .common_list {
    margin-top: 12.8vw;
    margin-bottom: 0;
  }
}

/* tips_list_4 */
.tips_list_4 .title.title-04 {
  margin-top: 64px;
}
@media screen and (max-width: 750px) {
  .tips_list_4 .title.title-04 {
    margin-top: 12.8vw;
  }
}

.tips_list_4_con {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.tips_list_4_con li {
  width: calc((100% - 40px) / 2);
}
.tips_list_4_con dl {
  display: flex;
  flex-direction: column;
}
.tips_list_4_con dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--C-white);
  text-align: center;
  background: var(--C-accent-Dgreen);
  min-height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tips_list_4_con dd {
  background: var(--C-white);
  padding: 24px 32px 40px;
}
@media screen and (max-width: 750px) {
  .tips_list_4_con {
    flex-direction: column;
    gap: 6.4vw;
    margin-top: 6.4vw;
  }
  .tips_list_4_con li {
    width: 100%;
  }
  .tips_list_4_con dt {
    font-size: 4.8vw;
    min-height: 15.46666666666667vw;
    padding: 3.6vw;
  }
  .tips_list_4_con dd {
    padding: 4.26666666666667vw;
  }
}

.tips_list_4_table {
  margin-bottom: 120px;
}
.tips_list_4_table h3.title {
  margin-bottom: 40px;
}
.tips_list_4_table h3.title + p {
  margin-bottom: 40px;
}
.tips_list_4_table th,
.tips_list_4_table .table_sub_title,
.tips_list_4_table .table_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  border: 2px solid var(--C-sub);
}
.tips_list_4_table th {
  font-weight: 500;
  text-align: center;
  color: var(--C-accent-green);
  background: #D9E2E0;
  width: 109px;
  vertical-align: middle;
  padding: 16px;
  padding-bottom: 4%;
}
.tips_list_4_table .table_sub_title {
  background: #E2E9E8;
  width: 220px;
  vertical-align: middle;
  padding: 17px;
}
.tips_list_4_table .table_sub_title p {
  font-weight: 500;
  color: var(--C-accent-green);
}
.tips_list_4_table .table_txt {
  font-weight: 400;
  background: var(--C-white);
  width: calc(100% - (109px + 220px));
  padding: 20px 16px;
}
@media screen and (max-width: 750px) {
  .tips_list_4_table {
    margin-bottom: 21.33333333333333vw;
  }
  .tips_list_4_table h3.title + p {
    margin-bottom: 12.8vw;
  }
  .tips_list_4_table tr {
    display: flex;
    flex-direction: column;
  }
  .tips_list_4_table th,
  .tips_list_4_table .table_sub_title,
  .tips_list_4_table .table_txt {
    width: 100%;
    border: 1px solid var(--C-sub);
  }
  .tips_list_4_table th {
    font-size: 3.73333333333333vw;
    padding: 4.26666666666667vw 3.2vw;
    text-align: left;
  }
  .tips_list_4_table tr:not(:first-child) th {
    margin-top: 10.66666666666667vw;
  }
  .tips_list_4_table .table_sub_title,
  .tips_list_4_table .table_txt {
    font-size: 3.46666666666667vw;
    padding: 2.13333333333333vw 3.2vw;
  }
}

.tips_list_4_commission {
  margin-bottom: 120px;
}
.tips_list_4_commission h3.title {
  margin-bottom: 40px;
}
.tips_list_4_commission h3.title + p {
  margin-bottom: 40px;
}
.tips_list_4_commission ul {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.tips_list_4_commission li {
  width: calc((100% - 40px) / 2);
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tips_list_4_commission li.blue {
  background: #426E89;
}
.tips_list_4_commission li.pink {
  background: #9D6872;
}
.tips_list_4_commission li span {
  color: var(--C-white);
  display: block;
  margin-bottom: 8px;
}
.tips_list_4_commission li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--C-white);
}
@media screen and (max-width: 750px) {
  .tips_list_4_commission {
    margin-bottom: 21.33333333333333vw;
  }
  .tips_list_4_commission h3.title {
    margin-bottom: 6.4vw;
  }
  .tips_list_4_commission h3.title + p {
    margin-bottom: 10.66666666666667vw;
  }
  .tips_list_4_commission ul {
    flex-direction: column;
    gap: 3.2vw;
  }
  .tips_list_4_commission li {
    width: 100%;
    height: 22.13333333333333vw;
  }
  .tips_list_4_commission li p {
    font-size: 4.8vw;
  }
  .tips_list_4_commission li span {
    margin-bottom: 1vw;
  }
}

.tips_list_4_loan {
  margin-bottom: 120px;
}
.tips_list_4_loan h3.title {
  margin-bottom: 40px;
}
.tips_list_4_loan .font-txt:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .tips_list_4_loan {
    margin-bottom: 21.33333333333333vw;
  }
  .tips_list_4_loan h3.title {
    margin-bottom: 6.4vw;
  }
  .tips_list_4_loan .font-txt:not(:last-child) {
    margin-bottom: 6.4vw;
  }
}

.tips_list_4_tax {
  margin-bottom: 40px;
}
.tips_list_4_tax h3.title {
  margin-bottom: 40px;
}
.tips_list_4_tax .font-txt:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .tips_list_4_tax {
    margin-bottom: 0;
  }
  .tips_list_4_tax h3.title {
    margin-bottom: 6.4vw;
  }
  .tips_list_4_tax .font-txt:not(:last-child) {
    margin-bottom: 6.4vw;
  }
}

/* tips_list_5 */
.tips_list_5_point {
  background: var(--C-white);
  position: relative;
  padding: 32px 40px;
}
.tips_list_5_point.point_1 {
  margin-top: 64px;
}
.tips_list_5_point:not(:last-child) {
  margin-bottom: 32px;
}
.tips_list_5_point h3 {
  display: flex;
  align-items: center;
  gap: 0 24px;
  flex-wrap: wrap;
  width: 64.24528301886792%;
  margin-bottom: 12px;
}
.tips_list_5_point h3 .point_num {
  font-family: "Cormorant", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--C-accent-green);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.tips_list_5_point h3 .point_num span {
  font-family: "Cormorant", serif;
  font-size: 64px;
  font-weight: 500;
  font-style: oblique;
  letter-spacing: 0;
  line-height: 1.2;
  color: var(--C-accent-green);
  margin-top: -22px;
}
.tips_list_5_point h3 .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.tips_list_5_point .point_txt {
  width: 64.24528301886792%;
}
.tips_list_5_point .point_img {
  height: auto;
  position: absolute;
}
.tips_list_5_point.point_1 .point_img {
  width: 21.79245283018868%;
  top: 76px;
  right: 6.41509433962264%;
}
.tips_list_5_point.point_2 .point_img {
  width: 24.43396226415094%;
  top: 42px;
  right: 3.77358490566038%;
}
.tips_list_5_point.point_3 .point_img {
  width: 18.9622641509434%;
  top: 28px;
  right: 6.79245283018868%;
}
.tips_list_5_point.point_4 .point_img {
  width: 18.67924528301887%;
  top: 38px;
  right: 7.35849056603774%;
}
.tips_list_5_point .point_attention {
  background: #D9E2E0;
  border-radius: 5px;
  position: relative;
  padding: 16px 24px 24px;
  margin-top: 57px;
}
.tips_list_5_point .point_attention::before {
  content: '';
  width: 61px;
  height: 25px;
  background-image: url(../img/tips/img_13.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
  margin: auto;
}
.tips_list_5_point .point_attention span {
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 750px) {
  .tips_list_5_point {
    padding: 4.26666666666667% 4.26666666666667% 36vw;
  }
  .tips_list_5_point.point_1 {
    margin-top: 21.33333333333333vw;
  }
  .tips_list_5_point.point_4 {
    padding-bottom: 41.06666666666667vw;
  }
  .tips_list_5_point:not(:last-child) {
    margin-bottom: 8.53333333333333vw;
  }
  .tips_list_5_point h3 {
    gap: 2.13333333333333vw 0;
    width: 100%;
    margin-bottom: 4.26666666666667vw;
  }
  .tips_list_5_point h3 .point_num {
    font-size: 3.46666666666667vw;
    margin: auto;
  }
  .tips_list_5_point h3 .point_num span {
    font-size: 12.8vw;
    margin-top: -5.6vw;
  }
  .tips_list_5_point h3 .title {
    font-size: 4.26666666666667vw;
  }
  .tips_list_5_point .point_txt {
    width: 100%;
  }
  .tips_list_5_point .point_img {
    top: auto !important;
    bottom: 6.4vw;
    left: 0;
    right: 0 !important;
    margin: auto;
    z-index: +1;
  }
  .tips_list_5_point.point_1 .point_img {
    width: 59.52380952380952%;
  }
  .tips_list_5_point.point_2 .point_img {
    width: 59.52380952380952%;
  }
  .tips_list_5_point.point_3 .point_img {
    width: 43.73333333333333%;
  }
  .tips_list_5_point.point_4 .point_img {
    width: 41.6%;
  }
  .tips_list_5_point .point_attention {
    padding: 5.33333333333333vw 5.33333333333333vw 6.4vw;
    margin-top: 13.86666666666667vw;
  }
  .tips_list_5_point .point_attention::before {
    width: 12.8vw;
    height: 5.33333333333333vw;
    top: -9.6vw;
  }
  .tips_list_5_point .point_attention span {
    margin-bottom: 3.2vw;
  }
}

.tips_list_5_point_flow {
  margin-top: 120px;
}
.tips_list_5_point_flow h3.title {
  margin-bottom: 40px;
}
.tips_list_5_point_flow .flow_img {
  margin-top: 48px;
  margin-bottom: 24px;
}
.tips_list_5_point_flow .flow_img img {
  height: auto;
}
.tips_list_5_point_flow .flow_img + small {
  color: var(--C-txt-main);
  display: block;
}
@media screen and (max-width: 750px) {
  .tips_list_5_point_flow {
    margin-top: 21.33333333333333vw;
  }
  .tips_list_5_point_flow h3.title {
    margin-bottom: 6.4vw;
  }
  .tips_list_5_point_flow .flow_img {
    margin-top: 13.6vw;
    margin-bottom: 6.4vw;
  }
}

/* btn */
#tips .btn {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  #tips .btn {
    margin-top: 12.8vw;
  }
}