/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 03 2022 | 03:12:12 */
@charset "UTF-8";
.under_method .method_box {
  position: relative;
  display: block;
  background: #fff2f2;
  border: 2px solid #900000;
  padding: 20px;
  z-index: 0;
}

.under_method .method_box:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 110%;
  background: url("https://wcoop-sumai.re-ws.jp/wp-content/uploads/sites/856/2022/10/ico_home.png") no-repeat left bottom;
  background-size: contain;
  z-index: -1;
}

.under_method .method_box .ico_number_txt {
  padding-left: 45px;
}

.under_method .flow_inner {
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 940px;
}

@media screen and (max-width: 479px) {
  .under_method .flow_inner {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.under_method .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) {
  .under_method .flow_inner .flow_flex {
    width: 940px;
  }
}

.under_method .flow_inner .flow_flex .flow_table_inner {
  display: block;
  width: 730px;
  margin-right: 20px;
}

.under_method .flow_inner .flow_flex .flow_table_inner .flow_table {
  margin-bottom: 0;
}

.under_method .flow_inner .flow_table_inner .flow_table th {
  display: table-cell;
  background: #900000;
  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;
}

.under_method .flow_inner .flow_table_inner .flow_table td {
  display: table-cell;
  border-right: 2px solid #900000;
  border-bottom: 2px solid #900000;
  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) {
  .under_method .flow_inner .flow_table_inner .flow_table td {
    width: 25%;
  }
}

.under_method .flow_inner .flow_table_inner .flow_table td:last-child {
  border-right: none;
}

.under_method .flow_inner .flow_table_inner .flow_table td.bg_gray {
  display: table-cell;
  background: #efeeed;
  border-right: 2px solid #900000;
  color: #000;
  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 (min-width: 480px) and (max-width: 1179px) {
  .under_method .flow_inner .flow_table_inner .flow_table td.bg_gray {
    width: 25%;
  }
}

.under_method .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 (min-width: 480px) and (max-width: 1179px) {
  .under_method .flow_inner .flow_inner_point {
    width: 180px;
  }
}

.under_method .flow_inner .flow_inner_point .point {
  display: block;
  font-size: 2em;
  line-height: 2.5em;
  text-align: center;
  font-weight: bold;
  color: #ffc84b;
  height: 85px;
  margin-bottom: -5px;
}

@media screen and (max-width: 479px) {
  .under_method .flow_inner .flow_inner_point .point {
    line-height: 2.0em;
    height: 75px;
  }
}

.under_method .flow_inner .flow_inner_point .point_txt {
  position: relative;
  display: block;
  padding: 10px 0;
  border-top: 3px dotted #ffc84b;
  margin-bottom: -15px;
}

.under_method .flow_inner .flow_inner_point .point_txt:last-child {
  padding-bottom: 0;
  padding-top: 20px;
}

.under_method .flow_inner .flow_inner_point .point_txt:before {
  position: absolute;
  left: -43px;
  top: 25%;
  content: "";
  width: 40px;
  height: 40px;
  background: url("https://wcoop-sumai.re-ws.jp/wp-content/uploads/sites/856/2022/10/ico_arw.gif") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 479px) {
  .under_method .flow_inner .flow_inner_point .point_txt:before {
    top: 20%;
  }
}

.under_method .flow_inner .flow_inner_point .point_txt:last-child:before {
  top: 35%;
}

@media screen and (max-width: 479px) {
  .under_method .flow_inner .flow_inner_point .point_txt:last-child:before {
    top: 20%;
  }
}

.under_method .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;
}

.under_method .flow_inner .flow_inner_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  font-size: 0.85em;
  line-height: 1.5em;
  margin-top: 20px;
}

.under_method .flow_inner .flow_inner_check .arrow_box01 {
  display: block;
  position: relative;
  width: 190px;
  background: #f5e1e7;
  padding: 10px;
  color: #000;
  margin-right: 15px;
  margin-left: 50px;
}

.under_method .flow_inner .flow_inner_check .arrow_box01: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: #f5e1e7;
  bottom: 100%;
  left: 85%;
}

.under_method .flow_inner .flow_inner_check .arrow_box02 {
  display: block;
  position: relative;
  width: 160px;
  background: #f5e1e7;
  padding: 10px;
  color: #000;
  margin-right: 15px;
}

.under_method .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: #f5e1e7;
  bottom: 100%;
  left: 70%;
}

.under_method .flow_inner .flow_inner_check .arrow_box03 {
  display: block;
  position: relative;
  width: 180px;
  background: #f5e1e7;
  padding: 10px;
  color: #000;
  margin-right: 15px;
}

.under_method .flow_inner .flow_inner_check .arrow_box03: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: #f5e1e7;
  bottom: 100%;
  right: 50%;
}

.under_method .flow_inner .flow_inner_check .arrow_box04 {
  display: block;
  position: relative;
  width: 180px;
  background: #f5e1e7;
  padding: 10px;
  color: #000;
}

.under_method .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: #f5e1e7;
  bottom: 100%;
  right: 75%;
}

.under_method .flow_inner .flow_inner_check .arrow_box01 ul.list_mark li,
.under_method .flow_inner .flow_inner_check .arrow_box02 ul.list_mark li,
.under_method .flow_inner .flow_inner_check .arrow_box03 ul.list_mark li,
.under_method .flow_inner .flow_inner_check .arrow_box04 ul.list_mark li {
  line-height: 1.5;
  margin-left: 15px;
  padding-bottom: 10px;
  list-style-type: none !important;
  white-space: normal;
}

.under_method .flow_inner .flow_inner_check .arrow_box01 ul.list_mark li:before,
.under_method .flow_inner .flow_inner_check .arrow_box02 ul.list_mark li:before,
.under_method .flow_inner .flow_inner_check .arrow_box03 ul.list_mark li:before,
.under_method .flow_inner .flow_inner_check .arrow_box04 ul.list_mark li:before {
  position: absolute;
  content: "●";
  left: 15px;
  color: #000;
}

.under_method .methodFlow {
  counter-reset: number;
  position: relative;
}

.under_method .methodFlow dl {
  padding: 0 0 40px 45px;
  position: relative;
}

.under_method .methodFlow dl:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 1.75em;
  height: calc(100% - 1.75em);
  width: 2px;
  background: #900000;
}

.under_method .methodFlow dl:last-child {
  padding: 0 0 0 45px;
}

.under_method .methodFlow dl:last-child:before {
  display: none;
}

.under_method .methodFlow dl:after {
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: number;
  content: counter(number);
  width: 1.75em;
  height: 1.75em;
  font-size: 1.1875rem;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  text-indent: 0;
  background: #900000;
}
/*# sourceMappingURL=method.css.map */