/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2022 | 08:48:39 */
@charset "UTF-8";
@media all and (min-width: 480px) {
  min-width: 1140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.page_rf_style .rf_page_ttl {
  background: url("https://utcoop.re-ws.jp/wp-content/uploads/sites/624/2021/12/ttl_rf_bg.png") no-repeat center center;
  height: 170px;
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: calc(100vw + 9px);
}

@media screen and (min-width: 480px) and (max-width: 1179px) {
  .page_rf_style .rf_page_ttl {
    width: calc(100% + 40px);
    margin-left: -20px;
    max-width: calc(100% + 40px);
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .rf_page_ttl {
    width: auto;
    margin-left: -20px;
    max-width: auto;
  }
}

.page_rf_style .rf_page_ttl h1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
}

.page_rf_style .rf_page_ttl h1 span {
  position: relative;
}

.page_rf_style .rf_page_ttl h1 span::before {
  content: "";
  background: url("https://utcoop.re-ws.jp/wp-content/uploads/sites/624/2021/12/ico_rf_page_ttl.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: -1.3em;
  left: -1.2em;
  width: 3em;
  height: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page_rf_style .rf_page_ttl h1::before, .page_rf_style .rf_page_ttl h1::after {
  display: none;
}

.page_rf_style .rf_c_txt {
  margin: 30px 0;
  line-height: 1.8;
}

.page_rf_style .rf_txt_line {
  line-height: 1.8;
}

.page_rf_style .l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 479px) {
  .page_rf_style .l-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page_rf_style .l-flex_juct-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_rf_style .l-flex_juct-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.page_rf_style .l-flex_dirct_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page_rf_style .l-flex_ali_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_rf_style .txt_step_outer .txt_step_inner {
  display: inline-block;
  background: url("https://utcoop.re-ws.jp/wp-content/uploads/sites/624/2021/12/img_step_under.png") no-repeat bottom;
  background-size: contain;
  padding: 1.5em 1em;
}

.page_rf_style .txt_step_outer .txt-step_num {
  font-weight: bold;
  font-size: 28px;
  margin: 0 !important;
}

.page_rf_style .txt_step_outer .txt-step_num span {
  font-size: 2rem;
  color: #56a8ef;
  font-weight: bold;
  padding-left: 0.3em;
}

@media screen and (max-width: 479px) {
  .page_rf_style .step_right_col_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page_rf_style .rf_ttl_revel02 {
  display: inline-block;
  font-size: 28px;
  margin: 10px 0;
  padding: 0.7em 1.3em;
  position: relative;
}

.page_rf_style .rf_ttl_revel02 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffea4b));
  background: linear-gradient(transparent 60%, #ffea4b 60%);
  font-weight: bold;
  font-size: 24px;
}

.page_rf_style .rf_ttl_revel02::before, .page_rf_style .rf_ttl_revel02::after {
  content: "" !important;
  width: 15px !important;
  height: 25px !important;
  position: absolute !important;
  background: inherit !important;
  display: inline-block !important;
}

.page_rf_style .rf_ttl_revel02::before {
  border-left: solid 6px #56a8ef !important;
  border-top: solid 6px #56a8ef !important;
  left: 0;
  top: 0;
}

.page_rf_style .rf_ttl_revel02::after {
  border-right: solid 6px #56a8ef !important;
  border-bottom: solid 6px #56a8ef !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
}

.page_rf_style .cont_tf_step {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}

@media screen and (max-width: 479px) {
  .page_rf_style .cont_tf_step {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.page_rf_style .card_items_outer {
  background: #effeff;
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: calc(100vw + 9px);
}

@media screen and (min-width: 480px) and (max-width: 1179px) {
  .page_rf_style .card_items_outer {
    width: calc(100% + 40px);
    margin-left: -20px;
    max-width: calc(100% + 40px);
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .card_items_outer {
    width: auto;
    margin-left: -20px;
    max-width: auto;
  }
}

.page_rf_style .card_items_outer .cord_items_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  padding: 40px 0;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 479px) {
  .page_rf_style .card_items_outer .cord_items_inner {
    margin: 10px;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .card_items_outer .cord_items_inner {
    display: inherit;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.page_rf_style .card_items_outer .cord_items_inner .card_cols {
  width: calc(100% / 3);
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 479px) {
  .page_rf_style .card_items_outer .cord_items_inner .card_cols {
    width: auto;
    margin-bottom: 60px !important;
    margin-right: 10px;
    margin-left: 10px;
    display: inherit;
  }
}

.page_rf_style .card_items_outer .cord_items_inner .card_cols:nth-child(3n) {
  margin-right: 0px;
}

.page_rf_style .card_items_outer .cord_items_inner .card_cols .card_ttl {
  border-bottom: 1px solid #006dbb;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0.6em;
  margin-bottom: 0.5em;
}

.page_rf_style .card_items_outer .cord_items_inner .card_cols .card_items_btn {
  text-align: center;
  margin-top: auto;
}

.page_rf_style .card_btn {
  display: inline-block;
  background: #ffc84b;
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  padding: 1.4em 1em;
  max-width: 90%;
  width: 70%;
  text-align: center;
  border-radius: 10px;
}

.page_rf_style .text_center {
  text-align: center;
}

.page_rf_style .rf_div_info01 {
  background: #ffc84b;
  border-radius: 5px;
  padding: 1em;
}

@media screen and (max-width: 479px) {
  .page_rf_style .rf_div_info01 {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.page_rf_style .rf_div_info01_w6 {
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 479px) {
  .page_rf_style ul.inner_nav {
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    list-style-type: none !important;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style ul.inner_nav {
    margin-top: 50px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style-type: none !important;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style ul.inner_nav li.inner_nav_btn a {
    display: block;
    background: #00b0ec;
    text-align: center;
    border-radius: 35px;
    padding: 10px;
    color: #fff !important;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style ul.inner_nav li.inner_nav_btn a {
    display: block;
    background: #00b0ec;
    text-align: center;
    border-radius: 35px;
    padding: 15px;
    width: 300px;
    color: #fff !important;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.08em;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style ul.inner_nav li.inner_nav_btn a:hover {
    background: #52c3f1;
    opacity: 0.2s;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .text_box01 {
    display: block;
    width: 100%;
    margin-right: 20px;
    line-height: 2.4;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .img_block {
    display: block;
    width: 350px;
    border-radius: 10px;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style h4.rf_h4_title {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-weight: bold;
    position: relative;
    color: #006dbb;
    background-size: auto auto;
    background-color: #d3edfb;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 12px, white 12px, white 14px);
  }
}

@media all and (min-width: 480px) {
  .page_rf_style h4.rf_h4_title {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-weight: bold;
    position: relative;
    color: #006dbb;
    background-size: auto auto;
    background-color: #d3edfb;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 12px, white 12px, white 14px);
  }
}

.page_rf_style h5.rf_h5_title {
  position: relative;
  padding: 4px 18px;
  border-bottom: solid 1px #56a8ef;
}

.page_rf_style h5.rf_h5_title::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  width: 0.7em;
  height: 0.7em;
  background: #56a8ef;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 479px) {
  .page_rf_style .cont_inner ul.rf_btn_aria {
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    list-style-type: none !important;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .cont_inner ul.rf_btn_aria {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style-type: none !important;
  }
}

.page_rf_style ul.rf_btn_aria li.rf_btn01 a {
  display: inline-block;
  background: #ffc84b;
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  padding: 1.4em 1em;
  width: 440px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
  border-bottom: solid 4px #cea139;
  -webkit-transition: all 0s linear !important;
  transition: all 0s linear !important;
}

@media screen and (max-width: 479px) {
  .page_rf_style ul.rf_btn_aria li.rf_btn01 a {
    width: 100%;
  }
}

.page_rf_style ul.rf_btn_aria li.rf_btn01 a:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  border-bottom: solid 4px #fff;
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner {
    display: block;
    margin-top: 10px;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner {
    display: block;
    margin-top: 10px;
    width: 940px;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 940px;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_flex .flow_table_inner {
    display: block;
    width: 730px;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_flex .flow_table_inner {
    display: block;
    width: 730px;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_table_inner .flow_table th {
    display: table-cell;
    background: #52c3f1;
    border-right: 2px solid #fff;
    color: #fff;
    font-size: 0.9em;
    line-height: 1.4em;
    text-align: center;
    padding: 10px 3px;
    vertical-align: middle;
    width: 144px;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_table_inner .flow_table th {
    display: table-cell;
    background: #52c3f1;
    border-right: 2px solid #fff;
    color: #fff;
    font-size: 0.9em;
    line-height: 1.4em;
    text-align: center;
    padding: 10px 3px;
    vertical-align: middle;
    width: 144px;
  }
}

.page_rf_style .flow_inner .flow_table_inner .flow_table td {
  display: table-cell;
  border-right: 2px solid #52c3f1;
  border-bottom: 2px solid #52c3f1;
  font-size: 0.9em;
  line-height: 1.5em;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  width: 144px;
  background: #fff;
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_table_inner .flow_table td {
    width: 25%;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_table_inner .flow_table td:last-child {
    border-right: none;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_table_inner .flow_table td:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_table_inner .flow_table td.bg_gray {
    display: table-cell;
    background: #efeeed;
    border-right: 2px solid #52c3f1;
    color: #655d5a;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
    padding: 10px 3px;
    vertical-align: middle;
    width: 25%;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_table_inner .flow_table td.bg_gray {
    display: table-cell;
    background: #efeeed;
    border-right: 2px solid #52c3f1;
    color: #655d5a;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
    padding: 10px 3px;
    vertical-align: middle;
    width: 144px;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_inner_point {
    display: block;
    float: right;
    width: 180px;
    border: 4px solid #ffc84b;
    padding: 10px;
    font-size: 0.9em;
    line-height: 1.2em;
    background: #fef6e5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_inner_point {
    display: block;
    float: right;
    width: 190px;
    border: 4px solid #ffc84b;
    padding: 10px;
    font-size: 0.9em;
    line-height: 1.2em;
    background: #fef6e5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_inner_point .point {
    display: block;
    font-size: 2em;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    color: #ffc84b;
    height: 55px;
    margin-bottom: -5px;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_inner_point .point {
    display: block;
    font-size: 2em;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    color: #ffc84b;
    height: 65px;
    margin-bottom: -5px;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_inner_point .point_txt {
    position: relative;
    display: block;
    padding: 10px 0;
    border-top: 3px dotted #ffc84b;
    margin-bottom: -15px;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_inner_point .point_txt {
    position: relative;
    display: block;
    padding: 10px 0;
    border-top: 3px dotted #ffc84b;
    margin-bottom: -15px;
  }
}

.page_rf_style .flow_inner .flow_inner_point .point_txt:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_inner_point .point_txt:before {
    position: absolute;
    left: -43px;
    top: 20%;
    content: "";
    width: 40px;
    height: 40px;
    background: url("https://utcoop.re-ws.jp/wp-content/uploads/sites/624/2022/01/ico_arw.gif") no-repeat center;
    background-size: contain;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_inner_point .point_txt:before {
    position: absolute;
    left: -43px;
    top: 25%;
    content: "";
    width: 40px;
    height: 40px;
    background: url("https://utcoop.re-ws.jp/wp-content/uploads/sites/624/2022/01/ico_arw.gif") no-repeat center;
    background-size: contain;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_inner_point .point_txt .txt {
    display: block;
    width: 170px;
    padding-right: 10px;
    padding-left: 5px;
    font-size: 0.8em;
    white-space: normal;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_inner_point .point_txt .txt {
    display: block;
    width: 170px;
    padding-right: 10px;
    padding-left: 5px;
    font-size: 0.8em;
    white-space: normal;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_inner_check {
    display: block;
    width: 940px;
    font-size: 0.85em;
    line-height: 1.5em;
    margin-top: 10px;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_inner_check {
    display: block;
    width: 940px;
    font-size: 0.85em;
    line-height: 1.5em;
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_inner_check .arrow_box01 {
    display: block;
    position: relative;
    height: 110px;
    float: left;
    width: 205px;
    background: #d3edfb;
    padding: 10px 15px;
    color: #655d5a;
    margin-right: 15px;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_inner_check .arrow_box01 {
    display: block;
    position: relative;
    height: 110px;
    float: left;
    width: 205px;
    background: #d3edfb;
    padding: 10px 15px;
    color: #655d5a;
    margin-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_inner_check .arrow_box02 {
    display: block;
    position: relative;
    height: 110px;
    float: left;
    width: 205px;
    background: #d3edfb;
    padding: 10px 15px;
    color: #655d5a;
    margin-right: 15px;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_inner_check .arrow_box02 {
    display: block;
    position: relative;
    height: 110px;
    float: left;
    width: 205px;
    background: #d3edfb;
    padding: 10px 15px;
    color: #655d5a;
    margin-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_inner_check .arrow_box01:after,
  .page_rf_style .flow_inner .flow_inner_check .arrow_box02:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(211, 237, 251, 0);
    border-top-width: 17px;
    border-bottom-width: 17px;
    border-left-width: 11px;
    border-right-width: 11px;
    margin-left: -11px;
    border-bottom-color: #d3edfb;
    bottom: 100%;
    left: 85%;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_inner_check .arrow_box01:after,
  .page_rf_style .flow_inner .flow_inner_check .arrow_box02:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(211, 237, 251, 0);
    border-top-width: 17px;
    border-bottom-width: 17px;
    border-left-width: 11px;
    border-right-width: 11px;
    margin-left: -11px;
    border-bottom-color: #d3edfb;
    bottom: 100%;
    left: 85%;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_inner_check .arrow_box03 {
    display: block;
    position: relative;
    height: 110px;
    float: left;
    width: 190px;
    background: #d3edfb;
    padding: 10px 15px;
    color: #655d5a;
    margin-right: 15px;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_inner_check .arrow_box03 {
    display: block;
    position: relative;
    height: 110px;
    float: left;
    width: 190px;
    background: #d3edfb;
    padding: 10px 15px;
    color: #655d5a;
    margin-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_inner_check .arrow_box04 {
    display: block;
    position: relative;
    height: 110px;
    float: left;
    width: 220px;
    background: #d3edfb;
    padding: 10px 15px;
    color: #655d5a;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_inner_check .arrow_box04 {
    display: block;
    position: relative;
    height: 110px;
    float: left;
    width: 220px;
    background: #d3edfb;
    padding: 10px 15px;
    color: #655d5a;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_inner_check .arrow_box03:after,
  .page_rf_style .flow_inner .flow_inner_check .arrow_box04:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(211, 237, 251, 0);
    border-top-width: 17px;
    border-bottom-width: 17px;
    border-left-width: 11px;
    border-right-width: 11px;
    margin-left: -11px;
    border-bottom-color: #d3edfb;
    bottom: 100%;
    right: 70%;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_inner_check .arrow_box03:after,
  .page_rf_style .flow_inner .flow_inner_check .arrow_box04:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(211, 237, 251, 0);
    border-top-width: 17px;
    border-bottom-width: 17px;
    border-left-width: 11px;
    border-right-width: 11px;
    margin-left: -11px;
    border-bottom-color: #d3edfb;
    bottom: 100%;
    right: 70%;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_inner_check .arrow_box01 ul.list_mark li,
  .page_rf_style .flow_inner .flow_inner_check .arrow_box02 ul.list_mark li,
  .page_rf_style .flow_inner .flow_inner_check .arrow_box03 ul.list_mark li,
  .page_rf_style .flow_inner .flow_inner_check .arrow_box04 ul.list_mark li {
    line-height: 1.5;
    margin-left: 20px;
    padding-bottom: 10px;
    list-style-type: none !important;
    white-space: normal;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_inner_check .arrow_box01 ul.list_mark li,
  .page_rf_style .flow_inner .flow_inner_check .arrow_box02 ul.list_mark li,
  .page_rf_style .flow_inner .flow_inner_check .arrow_box03 ul.list_mark li,
  .page_rf_style .flow_inner .flow_inner_check .arrow_box04 ul.list_mark li {
    line-height: 1.5;
    margin-left: 20px;
    padding-bottom: 10px;
    list-style-type: none !important;
    white-space: normal;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .flow_inner .flow_inner_check .arrow_box01 ul.list_mark li:before,
  .page_rf_style .flow_inner .flow_inner_check .arrow_box02 ul.list_mark li:before,
  .page_rf_style .flow_inner .flow_inner_check .arrow_box03 ul.list_mark li:before,
  .page_rf_style .flow_inner .flow_inner_check .arrow_box04 ul.list_mark li:before {
    position: absolute;
    content: "●";
    left: 15px;
    color: #655d5a;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .flow_inner .flow_inner_check .arrow_box01 ul.list_mark li:before,
  .page_rf_style .flow_inner .flow_inner_check .arrow_box02 ul.list_mark li:before,
  .page_rf_style .flow_inner .flow_inner_check .arrow_box03 ul.list_mark li:before,
  .page_rf_style .flow_inner .flow_inner_check .arrow_box04 ul.list_mark li:before {
    position: absolute;
    content: "●";
    left: 15px;
    color: #655d5a;
  }
}

.page_rf_style .color_maru {
  color: #8ec555;
}

.page_rf_style .color_batu {
  color: #f19eb4;
}

.page_rf_style .color_sankaku {
  color: #1eb9ee;
}

.page_rf_style .color_purple {
  color: #b1a7d1;
}

.page_rf_style .color_gray {
  color: #9fa0a0;
}

@media all and (min-width: 480px) {
  .page_rf_style .spOnly {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .page_rf_style .pcOnly {
    display: none;
  }
}

@media all and (min-width: 480px) {
  .page_rf_style .cont_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page_rf_style .cont_flex .rf_03_border {
    border-right: 2px solid #00b0ec;
    padding-right: 20px;
  }
  .page_rf_style .cont_flex .cont_flex_item {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}

.page_rf_style .osusume_box {
  margin-top: 30px;
  border: solid 1px #56a8ef;
  padding: 35px 20px 20px;
  background: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.page_rf_style .osusume_box dl {
  position: relative;
}

.page_rf_style .osusume_box dl dt {
  width: 200px;
  background: #ffface;
  border: 4px solid #fce300;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  position: absolute;
  top: -53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  right: 0;
  margin: auto;
}

.page_rf_style .osusume_box dl dd p {
  position: relative;
  padding: 4px 18px;
  border-bottom: solid 1px #efd856;
  margin-bottom: 0 !important;
}

.page_rf_style .osusume_box dl dd p::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  width: 0.7em;
  height: 0.7em;
  background: #56a8ef;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page_rf_style .rf_btn01_single a {
  display: inline-block;
  background: #ffc84b;
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  padding: 1em .5em;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
  border-bottom: solid 4px #cea139;
  -webkit-transition: all 0s linear !important;
  transition: all 0s linear !important;
}

.page_rf_style .rf_btn01_single a:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  border-bottom: solid 4px #fff;
}

.page_rf_style .p_caution {
  padding: 20px 10px;
  background: #ffe3e3;
  padding-left: 70px;
  position: relative;
  border: solid 1px #333;
  border-radius: 4px;
}

.page_rf_style .p_caution::before {
  content: "";
  display: block;
  position: absolute;
  line-height: 20px;
  width: 50px;
  height: 50px;
  background: url(https://utcoop.re-ws.jp/wp-content/uploads/sites/624/2022/01/ico_caution.png) no-repeat center;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}

.page_rf_style .p_caution span {
  color: #f91b66;
  font-weight: bold;
  display: inline-block;
  padding: 2px 4px;
}

.page_rf_style .img_graph {
  width: 80%;
  margin: auto;
}

.page_rf_style .img_graph img {
  width: 100%;
}

.page_rf_style .img_graph_textbox {
  padding: 10px;
  background: #ffface;
  border: 2px solid #fce300;
}

.page_rf_style .background_outer {
  background: #f6feff;
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: calc(100vw + 9px);
  padding: 0 0 20px;
}
/*# sourceMappingURL=room_flow.css.map */