@charset "UTF-8";
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
#main.flow {
  position: relative;
}

#main.flow .title-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

#main.flow #flow-section {
  padding: 60px 0;
}

#main.flow #flow-section .cont .inner {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  letter-spacing: 1px;
  text-align: center;
}

#main.flow #flow-section .cont .inner a {
  color: #0672B9;
  text-decoration: underline;
  margin-left: -7px;
}

@media (max-width: 527.98px) {
  #main.flow #flow-section .cont .inner {
    padding: 15px;
  }
}

#main.flow #flow-section .cont .inner:not(:last-child) {
  margin-bottom: 48px;
}

#main.flow #flow-section .cont .inner h4._title {
  color: #0672B9;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 41px;
  text-align: center;
}

#main.flow #flow-section .cont .inner .help-wrapper {
  background-color: white;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #E5E5E5;
  padding: 15px;
}

#main.flow #flow-section .cont .inner .help-wrapper ._q {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 8px 0;
}

#main.flow #flow-section .cont .inner .help-wrapper ._q span {
  padding-right: 10px;
  transition: all .2s ease-in-out;
}

#main.flow #flow-section .cont .inner .help-wrapper ._q span span {
  color: #FF9A24;
  padding-right: 5px;
}

#main.flow #flow-section .cont .inner .help-wrapper ._q i {
  transform: rotate(-90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767.98px) {
  #main.flow #flow-section .cont .inner .help-wrapper ._q {
    font-size: 20px;
  }
}

@media (max-width: 527.98px) {
  #main.flow #flow-section .cont .inner .help-wrapper ._q {
    font-size: 18px;
  }
}

#main.flow #flow-section .cont .inner .help-wrapper ._a {
  background-color: rgba(6, 114, 185, 0.05);
  border-radius: 5px;
  padding: 16px;
  display: none;
  line-height: 1.9;
}

#main.flow #flow-section .cont .inner .help-wrapper ._a ._underln {
  text-decoration: underline;
}

#main.flow #flow-section .cont .inner .help-wrapper ._a a {
  color: #0672B9;
}

#main.flow #flow-section .cont .inner .help-wrapper ._a p:not(:last-child) {
  margin-bottom: 16px;
}

#main.flow #flow-section .cont .inner .help-wrapper ._a p a {
  margin-left: -9px;
}

#main.flow #flow-section .cont .inner .help-wrapper ._a ul {
  list-style: inherit;
  padding-left: 20px;
}

#main.flow #flow-section .cont .inner .help-wrapper ._a ul li {
  list-style: inherit;
}

@media (max-width: 527.98px) {
  #main.flow #flow-section .cont .inner .help-wrapper ._a {
    padding: 8px;
    font-size: 14px;
  }
}

#main.flow #flow-section .cont .inner .help-wrapper:nth-child(even) {
  background-color: rgba(255, 154, 36, 0.1);
}

#main.flow #flow-section .cont .inner .help-wrapper:nth-child(even) ._a {
  background-color: white;
}

#main.flow #flow-section .cont .inner .help-wrapper._open ._q i {
  transform: rotate(0);
  color: #0672B9;
}

#main.flow #flow-section .cont .inner .help-wrapper._open ._q span {
  color: #0672B9;
}

#main.flow #flow-section .cont .inner .help-wrapper._open ._q span span {
  color: #FF9A24;
}

#main.flow #flow-section .cont .inner .help-wrapper._open ._a {
  display: block;
}

#main.flow #flow-section .cont .before-banner {
  margin-bottom: 34px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.9;
}

#main.flow #flow-section .cont .banner {
  background-color: #0672B9;
  width: 78%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  padding: 12px 12px 24px 12px;
  border-radius: 10px;
  position: relative;
}

#main.flow #flow-section .cont .banner h3 {
  text-align: center;
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 24px;
  margin-left: 160px;
}

@media (max-width: 1023.98px) {
  #main.flow #flow-section .cont .banner h3 {
    margin-left: 0;
    padding-top: 20px;
  }
}

@media (max-width: 527.98px) {
  #main.flow #flow-section .cont .banner h3 {
    font-size: 20px;
  }
}

#main.flow #flow-section .cont .banner .person {
  position: absolute;
  bottom: 0;
  height: 198px;
}

#main.flow #flow-section .cont .banner .person.left {
  left: -102px;
}

#main.flow #flow-section .cont .banner .person.right {
  right: -102px;
}

#main.flow #flow-section .cont .banner .person2 {
  position: absolute;
  bottom: 0;
  height: 95px;
}

#main.flow #flow-section .cont .banner .person2.pamvlet {
  -ms-transform: rotate(-10deg);
  /* IE 9 */
  transform: rotate(-10deg);
  top: -38px;
  left: 125px;
}

@media (max-width: 1023.98px) {
  #main.flow #flow-section .cont .banner .person2.pamvlet {
    left: 65px;
    top: -60px;
  }
}

#main.flow #flow-section .cont .banner .person3 {
  position: absolute;
  bottom: 0;
  height: 95px;
}

#main.flow #flow-section .cont .banner .person3.pamvlet {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  transform: rotate(0deg);
  top: -97px;
  left: 20px;
}

@media (max-width: 1023.98px) {
  #main.flow #flow-section .cont .banner .person3.pamvlet {
    left: 65px;
    top: -60px;
  }
}

@media (max-width: 608px) {
  #main.flow #flow-section .cont .banner {
    width: auto;
  }
  #main.flow #flow-section .cont .banner .person {
    display: none;
  }
  #main.flow #flow-section .cont .banner .pamvlet {
    display: none;
  }
}

#main.flow #flow-section .cont .banner .flex a {
  display: block;
  width: 298px;
  margin: 0 10px;
}

#main.flow #flow-section .cont .banner .flex a:hover, #main.flow #flow-section .cont .banner .flex a:focus, #main.flow #flow-section .cont .banner .flex a:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

@media (min-width: 768px) {
  #main.flow #flow-section .cont .banner .flex {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  #main.flow #flow-section .cont .banner .flex a {
    margin-left: auto;
    margin-right: auto;
  }
  #main.flow #flow-section .cont .banner .flex a:not(:first-child) {
    margin-top: 32px;
  }
}

@media (max-width: 527.98px) {
  #main.flow #flow-section .cont .banner .flex a {
    width: 90%;
  }
}

#main.flow #flow-section .cont .point {
  padding: 30px;
  border-radius: 10px;
  letter-spacing: 1px;
}

@media screen and (max-width: 480px) {
  #main.flow #flow-section .cont .point {
    padding: 0;
  }
}

#main.flow #flow-section .cont .point .fourSection {
  padding: 0 20px;
  margin-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 480px) {
  #main.flow #flow-section .cont .point .fourSection {
    padding: 0;
    margin-bottom: 50px;
  }
}

#main.flow #flow-section .cont .point .fourSection #two {
  position: absolute;
  margin-top: -125px;
}

@media screen and (max-width: 1200px) {
  #main.flow #flow-section .cont .point .fourSection #two {
    margin-top: -100px;
  }
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .titleSection {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  #main.flow #flow-section .cont .point .fourSection .titleSection {
    margin-bottom: 15px;
  }
}

#main.flow #flow-section .cont .point .fourSection .stepIcon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 60px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #main.flow #flow-section .cont .point .fourSection .stepIcon {
    height: 350px;
  }
}

@media screen and (max-width: 950px) {
  #main.flow #flow-section .cont .point .fourSection .stepIcon {
    display: none;
  }
}

#main.flow #flow-section .cont .point .fourSection .stepIcon .item {
  margin: 0 20px;
  background-color: #0672B9;
  color: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 80px;
  padding: 10px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

#main.flow #flow-section .cont .point .fourSection .stepIcon .item div {
  display: contents;
}

#main.flow #flow-section .cont .point .fourSection .stepIcon .item:before {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #CCCCCC;
}

#main.flow #flow-section .cont .point .fourSection .stepIcon .item h3 {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
}

#main.flow #flow-section .cont .point .fourSection .stepIcon .item p {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 16px;
}

#main.flow #flow-section .cont .point .fourSection .stepIcon .item:last-child:before {
  display: none;
}

#main.flow #flow-section .cont .point .fourSection .centering {
  text-align: center;
  font-size: 24px;
  margin-bottom: 60px;
  width: 60%;
  background-color: #0672B9;
  margin-left: 24%;
  margin-right: auto;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 950px) {
  #main.flow #flow-section .cont .point .fourSection .centering {
    display: none;
  }
}

#main.flow #flow-section .cont .point .fourSection .centering:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 128, 0, 0);
  border-left-color: #0672B9;
  border-width: 25px;
  margin-top: -25px;
}

#main.flow #flow-section .cont .point .fourSection .centering:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 128, 0, 0);
  border-right-color: #0672B9;
  border-width: 25px;
  margin-top: -25px;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: relative;
  background-color: white;
  border-radius: 20px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item {
    margin-bottom: 40px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item #one,
#main.flow #flow-section .cont .point .fourSection .thirdSection .item #two,
#main.flow #flow-section .cont .point .fourSection .thirdSection .item #three,
#main.flow #flow-section .cont .point .fourSection .thirdSection .item #four,
#main.flow #flow-section .cont .point .fourSection .thirdSection .item #five,
#main.flow #flow-section .cont .point .fourSection .thirdSection .item #six,
#main.flow #flow-section .cont .point .fourSection .thirdSection .item #seven,
#main.flow #flow-section .cont .point .fourSection .thirdSection .item #eight,
#main.flow #flow-section .cont .point .fourSection .thirdSection .item #nine,
#main.flow #flow-section .cont .point .fourSection .thirdSection .item #ten {
  position: absolute;
  margin-top: -100px;
}

@media screen and (max-width: 1200px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item #one,
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item #two,
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item #three,
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item #four,
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item #five,
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item #six,
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item #seven,
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item #eight,
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item #nine,
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item #ten {
    margin-top: -80px;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin: 15px;
  width: 55%;
}

@media screen and (max-width: 850px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list {
    width: 100%;
    margin: 0;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 16px;
  color: #0672B9;
  border-bottom: 2px dashed #cdcd;
  padding: 16px;
}

@media (max-width: 527.98px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 850px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .padden {
    padding: 15px;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .flex {
  display: flex;
  align-items: center;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .flex span {
  display: inline-block;
  border: 1px solid #C6C6C6;
  padding: 4px 8px;
  margin-bottom: 16px;
  font-size: 14px;
  margin-right: 12px;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .flex div {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  width: calc(100% - 100px);
}

@media (max-width: 767.98px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .flex div {
    width: 100%;
    margin-bottom: 8px;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list p {
  font-size: 16px;
  line-height: 1.5;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .notice {
  font-size: 14px;
  margin-left: 0px;
  padding-top: 20px;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .notice .red {
  color: red;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .notice .underline {
  text-decoration: underline;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .bold {
  font-weight: bold;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .underlineBold {
  font-weight: bold;
  text-decoration: underline;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .underline {
  text-decoration: underline;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list img {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 88px;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .flow2 {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 120px;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .flow3 {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 100px;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .other {
  padding-top: 25px;
}

@media screen and (max-width: 850px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .other {
    padding: 15px;
  }
}

@media (max-width: 527.98px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .other {
    margin: 25px;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .other .titles {
  font-size: 20px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .other .titles {
    font-size: 15px;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .other .notice {
  font-size: 14px;
  margin-left: -22px;
  padding-top: 20px;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .other .notice .red {
  color: red;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .other .notice .underline {
  text-decoration: underline;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .other .itemList {
  list-style-position: outside;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .other .itemList {
    margin-left: 10px;
    padding-left: 0;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .other .itemList .list-child {
  list-style-type: decimal;
  padding-bottom: 0;
  margin-bottom: 0;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .other .itemList .list-child .underline {
  text-decoration: underline;
  margin-left: -7px;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .other .itemList .list-child {
    font-size: 14px;
  }
}

@media (max-width: 527.98px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list div {
    margin: 15px;
  }
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list img {
    position: inherit;
    bottom: 0;
    right: 0;
    margin-top: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .flow2 {
    width: 120px;
  }
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .card-list .flow3 {
    width: 100px;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .img {
  width: 45%;
  margin: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 850px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .img {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .img img {
  border-radius: 10px;
  width: 100%;
}

@media screen and (max-width: 850px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .img img {
    width: calc(100% - 30px);
    max-height: 100%;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .img img.smaller {
  max-height: 200px;
  height: 100%;
}

@media screen and (max-width: 850px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .img img.smaller {
    width: calc(60% - 30px);
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .img img.smaller2 {
  max-height: 220px;
  height: 100%;
}

@media screen and (max-width: 850px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .img img.smaller2 {
    width: calc(50% - 30px);
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .img.double {
  text-align: center;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .img.double img:first-child {
  margin-bottom: 15px;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 25px;
}

@media screen and (max-width: 850px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text {
    -webkit-box-flex: unset;
    -moz-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding-left: 0;
    text-align: center;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .point {
  color: #FFF;
  background-color: #734525;
  font-size: 12px;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 7.5px;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .point {
    font-size: 10px;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 850px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .title span {
  font-size: 40px;
  line-height: 1;
  width: 45px;
  position: relative;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .title span {
    font-size: 32px;
    width: 35px;
  }
}

@media screen and (max-width: 480px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .title span {
    font-size: 22px;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .title p {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  font-size: 25px;
}

@media screen and (max-width: 850px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .title p {
    -webkit-box-flex: unset;
    -moz-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .title p {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .title p {
    font-size: 17px;
    padding-left: 0;
  }
}

@media screen and (max-width: 360px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .title p {
    font-size: 16px;
  }
}

@media screen and (max-width: 330px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .title p {
    font-size: 14px;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .imgSP {
  display: none;
}

@media screen and (max-width: 850px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .imgSP {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .imgSP img {
    width: 90%;
  }
}

@media screen and (max-width: 850px) and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .imgSP img {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .imgSP.double img:first-child {
    margin-bottom: 20px;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .desc {
  font-size: 16px;
  line-height: 1.8;
  font-feature-settings: "palt";
}

@media screen and (max-width: 850px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .desc {
    padding: 0 5%;
    font-size: 15px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .desc {
    font-size: 14px;
    padding: 0;
  }
}

@media screen and (max-width: 360px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .desc {
    font-size: 13px;
  }
}

@media screen and (max-width: 330px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .desc {
    font-size: 12px;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .desc span {
  display: block;
  margin: 10px 0;
}

@media screen and (max-width: 480px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .desc p {
    display: inline;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .btnBox {
  margin-top: 15px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 850px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .btnBox {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .btnBox a {
  background-color: #ff6b12;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  padding: 8.5px 19px;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .btnBox a:hover {
  background-color: #c43a00;
}

@media screen and (max-width: 360px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .btnBox a {
    padding: 7.5px 10px;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item .text .btnBox a:first-child {
  margin-right: 15px;
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 850px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item.reverse {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}

#main.flow #flow-section .cont .point .fourSection .thirdSection .item.reverse .text {
  padding-left: 0;
  padding-right: 25px;
}

@media screen and (max-width: 850px) {
  #main.flow #flow-section .cont .point .fourSection .thirdSection .item.reverse .text {
    padding-right: 0;
  }
}

#main.flow #flow-section .cont .point .fourSection .listStep {
  padding: 0 50px;
}

@media screen and (max-width: 950px) {
  #main.flow #flow-section .cont .point .fourSection .listStep {
    padding: 0;
  }
}

#main.flow #flow-section .cont .point .fourSection .listStep .item {
  padding: 30px 0;
  border-bottom: 1px dashed #CDCDCD;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .item {
    padding: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .item {
    padding: 15px 0;
  }
}

#main.flow #flow-section .cont .point .fourSection .listStep .item h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  position: relative;
  padding: 0 45px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .item h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .item h3 {
    font-size: 18px;
  }
}

#main.flow #flow-section .cont .point .fourSection .listStep .item h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 30px;
  height: 2px;
  background-color: #BA4124;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .item h3:before {
    display: none;
  }
}

#main.flow #flow-section .cont .point .fourSection .listStep .item h3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
  width: 30px;
  height: 2px;
  background-color: #BA4124;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .item h3:after {
    display: none;
  }
}

#main.flow #flow-section .cont .point .fourSection .listStep .item h3 br {
  display: none;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .item h3 br {
    display: block;
  }
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content {
  text-align: left;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .img {
  width: 250px;
  height: 180px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .img img {
  max-width: 100%;
  max-height: 100%;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .desc {
  padding-top: 15px;
  line-height: 1.75;
  font-size: 15px;
  width: 645px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .item .content .desc {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .item .content .desc {
    font-size: 14px;
  }
  #main.flow #flow-section .cont .point .fourSection .listStep .item .content .desc p {
    display: inline;
  }
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .desc ul {
  padding-left: 20px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .desc ul li {
  list-style-type: disc;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .desc a {
  color: #0672B9;
  text-decoration: underline;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .desc .notice {
  font-size: 14px;
  line-height: 1.5;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .desc p .underline {
  text-decoration: underline;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .other {
  padding-top: 25px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .other .titles {
  text-align: center;
  font-size: 20px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .item .content .other .titles {
    font-size: 15px;
  }
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .other .notice {
  font-size: 14px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .other .notice .red {
  color: red;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .other .notice .underline {
  text-decoration: underline;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .other ul {
  list-style-position: outside;
  margin: auto;
  width: 585px;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .item .content .other ul {
    width: 100%;
    margin-left: 25px;
  }
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .other ul li {
  list-style-type: decimal;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .other ul li .underline {
  text-decoration: underline;
  margin-left: -7px;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .item .content .other ul li {
    font-size: 14px;
  }
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .other2 {
  padding-top: 25px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .other2 .titles {
  text-align: center;
  font-size: 20px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .item .content .other2 .titles {
    font-size: 15px;
  }
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .other2 .notice {
  font-size: 14px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .other2 .notice .red {
  color: red;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .other2 .notice .underline {
  text-decoration: underline;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .other2 ul {
  list-style-position: outside;
  margin-left: 25px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .other2 ul li {
  list-style-type: decimal;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .item .content .other2 ul li {
    font-size: 14px;
  }
}

#main.flow #flow-section .cont .point .fourSection .listStep .item .content .other2 ul li .underline {
  text-decoration: underline;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 15px;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  height: calc(100% - 40px);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  position: relative;
  margin-bottom: 45px;
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 16px;
  color: #0672B9;
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list .flexing {
  width: 80%;
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list .content .other {
  padding-top: 25px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list .content .other .titles {
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .card-list .content .other .titles {
    font-size: 15px;
  }
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list .content .other .notice {
  font-size: 14px;
  margin-left: -20px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list .content .other .notice .red {
  color: red;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list .content .other .notice .underline {
  text-decoration: underline;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list .content .other ul {
  list-style-position: outside;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .card-list .content .other ul {
    width: 100%;
    margin-left: 25px;
  }
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list .content .other ul li {
  list-style-type: decimal;
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list .content .other ul li .underline {
  text-decoration: underline;
  margin-left: -7px;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .card-list .content .other ul li {
    font-size: 14px;
  }
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list .flex {
  display: flex;
  align-items: center;
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list .flex span {
  display: inline-block;
  border: 1px solid #C6C6C6;
  padding: 4px 8px;
  margin-bottom: 16px;
  font-size: 14px;
  margin-right: 12px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list .flex div {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  width: calc(100% - 100px);
}

@media (max-width: 767.98px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .card-list .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  #main.flow #flow-section .cont .point .fourSection .listStep .card-list .flex div {
    width: 100%;
    margin-bottom: 8px;
  }
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list p {
  font-size: 14px;
  line-height: 1.5;
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list p a {
  color: #0672B9;
  text-decoration: underline;
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list img {
  right: 16px;
  bottom: 16px;
  width: 88px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list .flow2 {
  right: 16px;
  bottom: 16px;
  width: 120px;
}

#main.flow #flow-section .cont .point .fourSection .listStep .card-list .flow3 {
  right: 16px;
  bottom: 16px;
  width: 100px;
}

@media (max-width: 527.98px) {
  #main.flow #flow-section .cont .point .fourSection .listStep .card-list div,
  #main.flow #flow-section .cont .point .fourSection .listStep .card-list p {
    width: 100%;
  }
  #main.flow #flow-section .cont .point .fourSection .listStep .card-list img {
    position: inherit;
    bottom: 0;
    right: 0;
    margin-top: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #main.flow #flow-section .cont .point .fourSection .listStep .card-list .flow2 {
    width: 120px;
  }
  #main.flow #flow-section .cont .point .fourSection .listStep .card-list .flow3 {
    width: 100px;
  }
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: 0 -15px;
}

@media (max-width: 1023.98px) {
  #main.flow #flow-section .cont .point .fourSection .card-wrapper {
    margin: 0 -60px;
  }
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li {
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

@media (max-width: 1023.98px) {
  #main.flow #flow-section .cont .point .fourSection .card-wrapper li {
    width: 100%;
  }
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list {
  margin: 0 15px;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  height: calc(100% - 40px);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  position: relative;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 16px;
  color: #0672B9;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .flex {
  display: flex;
  align-items: center;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .flex span {
  display: inline-block;
  border: 1px solid #C6C6C6;
  padding: 4px 8px;
  margin-bottom: 16px;
  font-size: 14px;
  margin-right: 12px;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .flex div {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  width: calc(100% - 100px);
}

@media (max-width: 767.98px) {
  #main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  #main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .flex div {
    width: 100%;
    margin-bottom: 8px;
  }
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list p {
  font-size: 16px;
  width: calc(100% - 100px);
  line-height: 1.5;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .notice {
  font-size: 14px;
  margin-left: 0px;
  padding-top: 20px;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .notice .red {
  color: red;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .notice .underline {
  text-decoration: underline;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .bold {
  font-weight: bold;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .underlineBold {
  font-weight: bold;
  text-decoration: underline;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .underline {
  text-decoration: underline;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list img {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 88px;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .flow2 {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 120px;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .flow3 {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 100px;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .other {
  padding-top: 25px;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .other .titles {
  font-size: 20px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .other .titles {
    font-size: 15px;
  }
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .other .notice {
  font-size: 14px;
  margin-left: -22px;
  padding-top: 20px;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .other .notice .red {
  color: red;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .other .notice .underline {
  text-decoration: underline;
  margin-left: -7px;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .other .itemList {
  list-style-position: outside;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .other .itemList {
    margin-left: 10px;
    padding-left: 0;
  }
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .other .itemList .list-child {
  list-style-type: decimal;
  padding-bottom: 0;
  margin-bottom: 0;
}

#main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .other .itemList .list-child .underline {
  text-decoration: underline;
  margin-left: -7px;
}

@media screen and (max-width: 767px) {
  #main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .other .itemList .list-child {
    font-size: 14px;
  }
}

@media (max-width: 527.98px) {
  #main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list div,
  #main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list p {
    width: 100%;
  }
  #main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list img {
    position: inherit;
    bottom: 0;
    right: 0;
    margin-top: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .flow2 {
    width: 120px;
  }
  #main.flow #flow-section .cont .point .fourSection .card-wrapper li .card-list .flow3 {
    width: 100px;
  }
}

#main.flow #flow-section .cont .titleBigs {
  font-size: 36px;
  font-weight: bold;
  color: #0672B9;
  text-align: center;
}

/*# sourceMappingURL=flow.css.map */