@charset "utf-8";
/* CSS Document */


/*==============================
flowWrap
==============================*/
#insuranceWrap{
  padding: 0 20px 200px;  
}

#insuranceWrap > h3{
  text-align: center;
  margin-bottom: 100px;
}

.insuranceBox{
  width: 100%;
  max-width: 980px;
  margin: 0 auto 200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.insuranceBox > div{
  width: 100%;
  text-align: left;
  width: calc(100% - 430px - 90px)
}

.insuranceBox > img{
  display: block;
  width: 100%;
  max-width: 430px;
  height: auto;
}

.insuranceBox > div > h5{
  margin-bottom: 30px;
}

.insuranceBox > div > p{
  margin-bottom: 10px;
  text-align: justify;
}

.insuranceBox > div > p > span{
  font-weight: 500;
}

.cautionText{
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;  
}

.cautionText a{
  color: #E33939;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #E33939;
}

.insuranceBox > div > p:last-child{
  margin-bottom: 0;
}

.insuranceList{
  width: 100%;
  max-width: 980px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
}

.insuranceList:last-of-type{
  margin-bottom: 200px;
}

.insuranceList > li{
  width: 18.3673%;
  margin-right: 8.8775%;
}

.insuranceList > li:last-of-type{
  margin-right: 0;
}

.insuranceList > li > img:first-of-type{
  width: 100%;
  margin-bottom: 30px;
}

.insuranceList > li > img:nth-of-type(2){
  display: block;
  margin: 0 auto 10px;
  width: auto;
}

.insuranceList > li > p{
  font-weight: bold;
  text-align: center;
}

.reiBox{
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto 200px;
  display: flex;
  justify-content: space-between;  
}

.reiBox > div{
  width: 40%;
  text-align: center;
}

.reiBox > div > img{
  width: 100%;
  margin-bottom: 30px;
}

.reiBox > div > h6{
  display: inline-block;
  border-bottom: 2px solid #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.reiBox > img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.insuranceBox:last-of-type{
  margin-bottom: 0;
}

@media screen and (max-width: 1000px){
  #insuranceWrap{
    padding: 0 20px 100px;  
  }
  
  #insuranceWrap > h3{
    margin-bottom: 30px;
  }
  .insuranceBox,
  .insuranceList,
  .reiBox{
    max-width: 600px;
  }
  .insuranceBox{
    display: block;
    margin-bottom: 50px;
  }
  
  .insuranceBox > img{
    margin: 0 auto 20px;
  }
  
  .insuranceBox > div{
    width: 100%;
  }
  
  .insuranceList:last-of-type{
    margin-bottom: 50px;
  }
  
  .insuranceList > li > img:first-of-type{
    margin-bottom: 15px;
  }
  
  .reiBox{
    margin-bottom: 50px;
  }
  
  .reiBox > img{
    width: 25px;
  }
  
  .insuranceBox:last-of-type > img{
    max-width: 200px;
  }
}

@media screen and (max-width: 600px){
  .insuranceBox,
  .insuranceList,
  .reiBox{
    max-width: 400px;
  }
  
  .insuranceList{
    margin-bottom: 20px;
  }
  
  .insuranceList > li{
    width: 22%;
    margin-right: 4%;
  }
}











