/* Scss Document anshin*/
/* mixin
*********************************************************************/
/* media query */
.area_header {
  background-image: url("../images/main.jpg");
}

.block_secondary .box_ttl {
  text-align: center;
  padding: 0 0 50px;
}
.block_secondary .box_ttl h2 {
  padding: 0 0 30px;
}
.block_secondary .box_ttl h2 img {
  width: 100%;
  height: auto;
  max-width: 751px;
}
.block_secondary .box_ttl p {
  font-size: 1.5rem;
  line-height: 1.6em;
  text-align: left;
  display: inline-block;
}

.box_flow h2 {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.2em;
}
.box_flow ul {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box_flow ul li {
  border: #EEE3C9 solid 3px;
  border-radius: 16px;
  box-sizing: border-box;
  margin: 40px 5px 5px;
  padding: 10px;
  width: 48%;
  position: relative;
  text-align: center;
}
.box_flow ul li .step {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #EEE3C9;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  display: inline-block;
  padding: 6px 24px 2px;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.4em;
  color: #077FB0;
}
.box_flow ul li .step span {
  font-size: 1.8rem;
}
.box_flow ul li h4 {
  background-color: #EEE3C9;
  font-size: 1.4rem;
  line-height: 1em;
  padding: 4px;
  margin: 0 0 5px;
  color: #077FB0;
}
.box_flow ul li .column {
  display: flex;
  justify-content: space-between;
}
.box_flow ul li .column p {
  text-align: left;
  padding: 0 0 0 8px;
  line-height: 1.4em;
  width: 56%;
}
.box_flow ul li .column .thumb {
  line-height: 0em;
  width: 42%;
}
.box_flow ul li .column .thumb img {
  width: 100%;
  height: auto;
}
.box_flow ul li .kome {
  position: absolute;
  bottom: -20px;
  font-size: 1.1rem;
  line-height: 1.4em;
  text-align: left;
}
@media all and (max-width: 768px) {
  .box_flow h2 {
    font-size: 3rem;
  }
  .box_flow ul li {
    width: 100%;
  }
  .box_flow ul li .kome {
    position: static;
    padding: 4px 0 0;
    bottom: auto;
  }
}
