@charset "UTF-8";

.lower-hero{
  background-image: url(../img/top-bg.jpg);
}

.row{
  display: flex;
}

.item-img{
  width: 95%;
}

 .price-info {
  width: 100%;
}
 .price-info  tbody tr th {
  width: 25%;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  vertical-align: top;
  background-color: #fafafa;
  border: solid 1px #cccccc;
}
 .price-info  tbody tr td {
  padding: 10px;
  vertical-align: top;
  border: solid 1px #cccccc;
}
.img-wrap-left{
  width: 40%;
}
.ins .col-md-4{
  width: 33%;
  padding: 0 20px;
}

.ins-img,
.ins-img2,
.ins-img3{
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto;
}
.ins-img{
  background-image: url(../img/ins-img1.jpg);
}
.ins-img2{
  background-image: url(../img/ins-img3.jpeg);
}
.ins-img3{
  background-image: url(../img/ins-img2.jpeg);
}

.point-box .ins .ttl {
    border-bottom: 3px solid #fa454e;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
}
.col-md-6-wrap{
  width: 50%;
}
.flow-contents .col-md-6{
  width: 50%;
  padding: 0 15px;
}
.flow-contents .col-md-12{
  width: 100%;
  padding: 0 15px;
  padding-top: 15px;
}

.flow-contents .flow2 .ttl{
  border-bottom: 3px solid #fa454e;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
}
.flow-contents{
  margin: 30px 0 50px;
}
.b-bg,
.b-bg1{
  height: 100%;
  background-color: #ffeded;
}
.flow2 .txt {
    padding: 8px;
}
.flow2{
  position: relative;
}
.flow2 .dec-1,
.flow2 .dec-4{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 20px;
  border-color: transparent transparent transparent #fa454e;
  position: absolute;
  z-index: 2;
  top: 40%;
  right: -26px;
}
.flow2 .dec-2{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 20px;
  border-color: transparent transparent transparent #fa454e;
  position: absolute;
  z-index: 2;
  top: 40%;
  right: -26px;
}
.flow2 .dec-3{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 20px;
  border-color: transparent transparent transparent #fa454e;
  position: absolute;
  z-index: 2;
  top: 30%;
  right: -26px;
}
.h-100,
.flow2{
  height: 100%;
}
