.forowner {
  /*-----------
page_title
-----------*/
}

.forowner .page_title {
  margin-bottom: 20px;
}

.forowner .page_title img {
  height: 30px;
  padding: 0 20px;
}

.forowner .message {
  margin-bottom: 90px;
  padding: 80px 20px 330px;
  color: #fff;
  background: url("../../images/page/forowner/bg_message.jpg") bottom center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .forowner .message {
    margin-bottom: 35px;
  }
}

.forowner .message p {
  font-size: 1.6rem;
  line-height: 2.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .forowner .message p {
    text-align: left;
    line-height: 2;
  }
}

.forowner .message p strong {
  margin-bottom: 50px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .forowner .message p strong {
    margin-bottom: 30px;
  }
}

.forowner .message p strong img {
  width: 347px;
}

.forowner .section_title {
  margin-bottom: 65px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .forowner .section_title {
    margin-bottom: 35px;
  }
}

.forowner .section_title h2 img {
  height: 24px;
}

.forowner .page_nav {
  overflow: hidden;
  width: 100%;
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .forowner .page_nav {
    margin-bottom: 35px;
  }
}

.forowner .page_nav li {
  float: left;
  width: -webkit-calc(25% - 35px);
  width: calc(25% - 35px);
  margin: 0 5px 8px 25px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .forowner .page_nav li {
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px);
    font-size: 1.1rem;
    margin: 0 5px 4px 15px;
  }
}

.forowner .page_nav a {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 0 0 5px;
  text-decoration: none;
  color: #fff;
  background: #f15c27;
  line-height: 50px;
}

@media screen and (max-width: 767px) {
  .forowner .page_nav a {
    height: 36px;
    line-height: 36px;
  }
}

.forowner .page_nav a span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  text-align: center;
  border-radius: 50%;
  background: #f89639 center no-repeat;
  font-size: 1.4rem;
  line-height: 22px;
}

@media screen and (max-width: 767px) {
  .forowner .page_nav a span {
    font-size: 1rem;
    width: 14px;
    height: 14px;
    line-height: 14px;
  }
}

.forowner .page_nav a:hover {
  opacity: 0.7;
}

.forowner .page_nav a::before {
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -25px;
  content: "";
  border-width: 25px 0 25px 25px;
  border-style: solid;
  border-color: #f15c27 #f15c27 #f15c27 transparent;
}

@media screen and (max-width: 767px) {
  .forowner .page_nav a::before {
    left: -15px;
    margin-top: -18px;
    content: "";
    border-width: 18px 0 18px 15px;
  }
}

.forowner .page_nav a::after {
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -25px;
  content: "";
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #f15c27;
}

@media screen and (max-width: 767px) {
  .forowner .page_nav a::after {
    right: -15px;
    margin-top: -18px;
    content: "";
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 15px solid #f15c27;
  }
}

.forowner .page_nav a .fa {
  display: inline-block;
  float: right;
  line-height: 50px;
}

@media screen and (max-width: 767px) {
  .forowner .page_nav a .fa {
    line-height: 36px;
  }
}

.forowner .section .flow_list {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .forowner .section .flow_list {
    margin-bottom: 35px;
  }
}

.forowner .section .flow_list .flow_box {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.forowner .section .flow_list .flow_box:last-child .number {
  background-image: url("../../images/page/forowner/bg_arrow01.gif"), none;
  background-repeat: repeat-y;
  background-position: top right;
}

.forowner .section .flow_list .flow_box .number {
  width: 65px;
  color: #f15c27;
  background-image: url("../../images/page/forowner/bg_arrow01.gif"), url("../../images/page/forowner/bg_arrow02.gif");
  background-repeat: repeat-y, no-repeat;
  background-position: top right, bottom right;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .forowner .section .flow_list .flow_box .number {
    width: 55px;
  }
}

.forowner .section .flow_list .flow_box .flow_sp_box {
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);
  padding-left: 25px;
}

@media screen and (min-width: 768px) {
  .forowner .section .flow_list .flow_box .flow_sp_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .forowner .section .flow_list .flow_box .flow_sp_box {
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
    padding-left: 25px;
  }
}

.forowner .section .flow_list .flow_box .flow_title {
  width: 300px;
  padding: 0 35px;
}

@media screen and (max-width: 767px) {
  .forowner .section .flow_list .flow_box .flow_title {
    width: 100%;
    padding: 0;
  }
}

.forowner .section .flow_list .flow_box .flow_title h3 {
  margin-bottom: 7px;
  color: #f15c27;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .forowner .section .flow_list .flow_box .flow_title h3 {
    font-weight: normal;
  }
}

.forowner .section .flow_list .flow_box .flow_title p {
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background: #f15c27;
}

.forowner .section .flow_list .flow_box .flow_inr {
  width: -webkit-calc(100% - 320px);
  width: calc(100% - 320px);
}

@media screen and (max-width: 767px) {
  .forowner .section .flow_list .flow_box .flow_inr {
    width: 100%;
    padding: 0;
  }
}

.forowner .section .flow_list .flow_box .flow_inr .flow_inr_box {
  margin-top: 15px;
  padding: 20px;
  background: #f6f5f1;
}

.forowner .section .flow_list .flow_box .flow_inr .flow_inr_box h4 {
  color: #f15c27;
  font-size: 1.8rem;
  font-weight: bold;
}
