@charset "UTF-8";
/* ===========================================
 * 浜見平 flow
 * ======================================== */
/* ---------------------------------------------
*   module
--------------------------------------------- */
/* lead */
.cch_container .lead {
  padding: 6.667vw 5.333vw 0;
}
.cch_container .lead .lead_text {
  font-size: 3.2vw;
  line-height: 2;
}
.cch_container .lead .lead_note {
  margin-top: 8vw;
  font-size: 2.667vw;
  line-height: 1.5;
}

/* flow */
.cch_container .flow {
  padding: 5.333vw 5.333vw 0;
}
.cch_container .flow > li {
  position: relative;
  margin-top: 14.4vw;
}
.cch_container .flow > li::after {
  content: "";
  position: absolute;
  bottom: -10.133vw;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.8vw 8vw 0 8vw;
  border-color: #0d78bf transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cch_container .flow > li:first-child {
  margin-top: 0;
}
.cch_container .flow > li:last-child::after {
  content: none;
}
.cch_container .flow .flow_item {
  position: relative;
  width: 100%;
  padding-top: 5.333vw;
  border: 0.267vw solid #0d78bf;
  border-radius: 2.667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.cch_container .flow .flow_header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cch_container .flow .flow_header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cch_container .flow .flow_header.flow_header--type01 {
  padding-bottom: 18.4vw;
}
.cch_container .flow .flow_header.flow_header--type01::after {
  background-image: url("../img/flow/icon_flow_01.png");
  width: 13.067vw;
  height: 13.067vw;
}
.cch_container .flow .flow_header.flow_header--type02 {
  padding-bottom: 17.867vw;
}
.cch_container .flow .flow_header.flow_header--type02::after {
  background-image: url("../img/flow/icon_flow_02.png");
  width: 12vw;
  height: 11.733vw;
}
.cch_container .flow .flow_header.flow_header--type03 {
  padding-bottom: 19.467vw;
}
.cch_container .flow .flow_header.flow_header--type03::after {
  background-image: url("../img/flow/icon_flow_03.png");
  width: 12.533vw;
  height: 14.933vw;
}
.cch_container .flow .flow_header.flow_header--type04 {
  padding-bottom: 20vw;
}
.cch_container .flow .flow_header.flow_header--type04::after {
  background-image: url("../img/flow/icon_flow_04.png");
  width: 14.4vw;
  height: 16.267vw;
}
.cch_container .flow .flow_header.flow_header--type05 {
  padding-bottom: 18.933vw;
}
.cch_container .flow .flow_header.flow_header--type05::after {
  background-image: url("../img/flow/icon_flow_05.png");
  width: 14.4vw;
  height: 14.133vw;
}
.cch_container .flow .flow_header.flow_header--type06 {
  padding-bottom: 17.2vw;
}
.cch_container .flow .flow_header.flow_header--type06::after {
  background-image: url("../img/flow/icon_flow_06.png");
  width: 14.4vw;
  height: 11.2vw;
}
.cch_container .flow .flow_number {
  margin-right: 3.2vw;
}
.cch_container .flow .flow_number > img {
  width: 6.933vw;
}
.cch_container .flow .flow_title {
  color: #0d78bf;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1;
  -moz-text-align-last: left;
       text-align-last: left;
}
.cch_container .flow .flow_body {
  margin-top: 5.333vw;
  padding: 0 2.667vw;
}
.cch_container .flow .flow_body.flow_body--nofooter {
  padding-bottom: 5.333vw;
}
.cch_container .flow .flow_date {
  font-size: 3.2vw;
  font-weight: bold;
}
.cch_container .flow .flow_text {
  margin-top: 2.667vw;
  color: #000;
  font-size: 3.2vw;
  line-height: 2;
}
.cch_container .flow .flow_text:first-child {
  margin-top: 0;
}
.cch_container .flow .flow_note {
  margin-top: 2.667vw;
  font-size: 2.667vw;
}
.cch_container .flow .flow_btn {
  margin-top: 2.667vw;
}
.cch_container .flow .flow_btntext {
  margin-top: 1.333vw;
  font-size: 3.2vw;
  text-align: center;
}
.cch_container .flow .flow_footer {
  margin-top: 4vw;
  padding: 2.4vw;
  background-color: #e5f5ff;
  border-top: 0.267vw solid #0d78bf;
  border-radius: 0 0 2.667vw 2.667vw;
  color: #000;
  font-size: 3.2vw;
  font-weight: bold;
}

/* ---------------------------------------------
*   botton
--------------------------------------------- */
/* btn_onlineapp */
.cch_container .btn_onlineapp {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 12.267vw;
  background-color: #0d78bf;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 2.667vw 4vw 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2.667vw 4vw 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.cch_container .btn_onlineapp::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 3.467vw;
  display: inline-block;
  width: 1.6vw;
  height: 1.6vw;
  border-top: solid 0.667vw #fff;
  border-right: solid 0.667vw #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.cch_container .btn_onlineapp .btn_onlineapp_text {
  font-size: 3.2vw;
  font-weight: bold;
}
.cch_container .btn_onlineapp .btn_onlineapp_text > img {
  width: 3.733vw;
  margin-left: 1.867vw;
  vertical-align: middle;
}
.cch_container .btn_onlineapp .btn_onlineapp_note {
  display: block;
  font-size: 2.667vw;
  font-weight: normal;
}
.cch_container .btn_onlineapp.is-inactive {
  background-color: #666;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cch_container .btn_onlineapp.is-hover {
  -webkit-box-shadow: 0 0.267vw 1.067vw 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.267vw 1.067vw 0 rgba(0, 0, 0, 0.16);
}