.p-others {
  background-image: linear-gradient(90deg, #F5F7F8, #ECF0F5);
}


/* ----- others [title] ----- */

.p-others__title h3 {
  font-size: 2.2rem;
  color: #004099;
  position: relative;
  line-height: 1.4;
  padding-left: 2.5rem;
}
@media (min-width: 769px) {
  .p-others__title h3 {
    font-size: 3.5rem;
    padding-left: 3.5rem;
  }
}
.p-others__title h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.5rem;
  -webkit-transform: translateY(-50%); /* Safari */
  transform: translateY(-50%);
  border-radius: 50%;
  background: #004099;
  width: 0.6rem;
  height: 0.6rem;
}
@media (min-width: 769px) {
  .p-others__title h3:before {
    top: 2.5rem;
  }
}
.p-others__title h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.5rem;
  -webkit-transform: translateY(-50%); /* Safari */
  transform: translateY(-50%);
  background: #004099;
  width: 2rem;
  height: 0.1rem;
}
@media (min-width: 769px) {
  .p-others__title h3:after {
    width: 2.5rem;
    top: 2.5rem;
  }
}


/* ----- others [content] ----- */

.p-others__content {
  padding-top: 4.5rem;
  padding-bottom: 7rem;
  position: relative;
}
@media (min-width: 769px) {
  .p-others__content {
    padding-top: 9rem;
    padding-bottom: 15rem;
  }
}
.p-others__content:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 5.89%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/ipr/content_bg.png) bottom center no-repeat;
  background-size: 100%;
}


/* ----- others [content read] ----- */

.p-others__content__read {
  padding-bottom: 1rem;
}
@media (min-width: 769px) {
  .p-others__content__read {
    padding-bottom: 5rem;
  }
}
.p-others__content__read h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .p-others__content__read h3 {
    font-size: 2.4rem;
  }
}
.p-others__content__read p {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .p-others__content__read p {
    font-size: 1.6rem;
  }
}
.p-others__content__read p:last-child {
  margin-top: 2rem;
}


/* ----- others [flow] ----- */

.p-others__flow {
  background-image: linear-gradient(180deg, #004099, #0E246E);
  position: relative;
  padding-top: 5rem;
  padding-bottom: 10rem;
  letter-spacing: 0.06em;
}
@media (min-width: 769px) {
  .p-others__flow {
    padding-top: 8rem;
    padding-bottom: 20rem;
  }
}
.p-others__flow:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 5.89%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/ipr/case_bg.png) bottom center no-repeat;
  background-size: 100%;
}
.p-others__flow .p-others__title h3 {
  color: #fff;
}
.p-others__flow .p-others__title h3:before, .p-others__flow .p-others__title h3:after {
  background: #fff;
}


/* ----- others [flow overview] ----- */

.p-others__flow__overview{
  margin-bottom: 5rem;
}

.p-others__flow__overview h4 {
  font-size: 1.7rem;
  color: #fff;
  margin-top: 3rem;
}
@media (min-width: 769px) {
  .p-others__flow__overview h4 {
    font-size: 2.3rem;
  }
}
.p-others__flow__overview p {
  font-size: 1.3rem;
  color: #fff;
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .p-others__flow__overview p {
    font-size: 1.6rem;
  }
}
.p-others__flow__overview ul  {
  color: #fff;
  margin-top: 2rem;
}
.p-others__flow__overview ul li {
  font-size: 1.1rem;
  padding-left: 1em;
  text-indent: -1em;
  color: #fff;
}
@media (min-width: 769px) {
  .p-others__flow__overview ul li {
    font-size: 1.5rem;
  }
}
.p-others__flow__overview ul li:before {
  content: "・";
}


/* ----- others [flow content] ----- */

.p-others__flow__content {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-others__flow__content {
    margin-top: 3.5rem;
  }
}
.p-others__flow__content .is-btn {
  max-width: 64rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-others__flow__content .is-btn {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-align-items: center; /* Safari */
    align-items: center;
  }
}
.p-others__flow__content .is-btn .o-btn:nth-child(2) {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-others__flow__content .is-btn .o-btn:nth-child(2) {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.p-others__flow__content > p {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-others__flow__content > p {
    font-size: 1.6rem;
    margin-top: 5rem;
    margin-bottom: 4rem;
  }
}
.p-others__flow__content > dl {
  margin-bottom: 3rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-others__flow__content > dl {
    margin-bottom: 5rem;
  }
}
.p-others__flow__content > dl:last-child {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-others__flow__content > dl:last-child {
    margin-bottom: 3rem;
  }
}
.p-others__flow__content > dl > dt {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .p-others__flow__content > dl > dt {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.p-others__flow__content > dl > dd {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .p-others__flow__content > dl > dd {
    font-size: 1.6rem;
  }
}
.p-others__flow__content > ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .p-others__flow__content > ul {
    margin-bottom: 3rem;
  }
}
.p-others__flow__content > ul > li {
  width: 45%;
  background: #fff;
  padding: 2rem 1rem 2rem 2rem;
  position: relative;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  -webkit-align-items: center; /* Safari */
  align-items: center;
}
@media (min-width: 769px) {
  .p-others__flow__content > ul > li {
    padding: 4rem 2rem;
    width: 25%;
  }
}
.p-others__flow__content > ul > li:nth-child(1) {
  background: #FFFFFF;
}
.p-others__flow__content > ul > li:nth-child(1):before {
  border-left-color: #FFFFFF;
  background-image: url('../images/ipr/flow1.svg');
}
.p-others__flow__content > ul > li:nth-child(2) {
  background: #E4EDF7;
}
.p-others__flow__content > ul > li:nth-child(2):before {
  border-left-color: #E4EDF7;
  background-image: url('../images/ipr/flow2.svg');
}
.p-others__flow__content > ul > li:nth-child(3) {
  background: #D3E7F4;
  margin-top: 1rem;
}
.p-others__flow__content > ul > li:nth-child(3):before {
  border-left-color: #D3E7F4;
  background-image: url('../images/ipr/flow3.svg');
}
.p-others__flow__content > ul > li:nth-child(3):after {
  border-left-color: #D3E7F4;
  background-image: url('../images/ipr/flow4a.svg');
}
@media (min-width: 769px) {
  .p-others__flow__content > ul > li:nth-child(3) {
    margin-top: 0;
  }
  .p-others__flow__content > ul > li:nth-child(3):after {
    background-image: none;
  }
}
.p-others__flow__content > ul > li:nth-child(4) {
  background: #BED5EF;
  margin-top: 1rem;
}
.p-others__flow__content > ul > li:nth-child(4):before {
  border-left: none;
}
@media (min-width: 769px) {
  .p-others__flow__content > ul > li:nth-child(4) {
    margin-top: 0;
  }
}
.p-others__flow__content > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: -9.8px;
  width: 10px;
  height: 100%;
  background-size: contain;
  background-repeat:no-repeat;
  z-index: 1; 
}
.p-others__flow__content > ul > li:after {
  content: '';
  position: absolute;
  top: 0;
  left: -0.2px;
  width: 10px;
  height: 100%;
  background-size: contain;
  background-repeat:no-repeat;
  z-index: 1; 
}
.p-others__flow__content > ul > li dl {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  -webkit-align-items: center; /* Safari */
  align-items: center;
}
.p-others__flow__content > ul > li dl dd {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-others__flow__content > ul > li dl dd {
    font-size: 2rem;
  }
}
.p-others__flow__content > ul > li dl dt {
  text-align: center;
  margin-right: 1rem;
  color: #004099;
  line-height: 1;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .p-others__flow__content > ul > li dl dt {
    font-size: 4rem;
    margin-right: 4.5rem;
  }
}
.p-others__flow__content > ul > li dl dt span {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.4rem;
}
@media (min-width: 768px) {
  .p-others__flow__content > ul > li dl dt span {
    font-size: 2rem;
  }
}
