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

/**********************************************************/
/* PC */
/**********************************************************/


/**********************************
　ファーストビュー
**********************************/
.fv .txt-wrap {
    margin: 76px auto 76px 100px;
}

/**********************************
  STRENGTHS
**********************************/
.warning h3 {
    margin-left: -32px;
    line-height: 1.5;
    margin-top: 30px;
}

.warning .w_list li {
  width: 498px;
}
.warning .w__inner:last-of-type img:last-of-type {
  position: absolute;
  top: 109px;
  left: 87px;
  width: 533px;
}
/**********************************
  FROW
**********************************/
.flow{
  text-align: center;
  margin: 60px auto 0;
}
.flow div{
  justify-content: space-between;
}
.flow h2{
  font-size: 2.8rem;
  margin-bottom: 100px;
}
.flow ul{
  width: 19.9%;
  max-width: 247px;
  position: relative;
}
.flow li:first-of-type{
  background: #C90000;
  color: #fff;
  font-size: 2.3rem;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  padding: 12px 0;
  letter-spacing: 0;
  position: absolute;
  top:-34px;
  left:50%;
  transform: translateX(-50%);
}
.flow li:first-of-type span{
  font-size: 1rem;
  display: block;
  margin-bottom: 5px;
}

.flow li:nth-of-type(2){
  background: #E2E2E2;
  height: 229px;
  padding-top: 61px;
}
.flow li h4{
  font-size: 2.2rem;
  margin-bottom: 13px;
}
.flow li img{
  width: 177px;
}
.flow li:last-of-type{
  background: #EFEFEF;
  height: 188px;
  padding: 22px 18px;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 0.07em;
}


/**********************************************************/
/* SP用 */
/**********************************************************/

@media(max-width: 768px) {


/**********************************
　ファーストビュー
**********************************/
.fv .pic-wrap {
    width: 56%;
}
.fv .txt-wrap {
    margin: 0px auto 76px 0;
}
.fv::before,
.fv .txt-wrap p:nth-of-type(2)::after{
    display: none;
}  
/**********************************
STRENGTHS
**********************************/

.warning h3 {
    margin-left: 2%;
}
.warning .w_list li {
    width: 98%;
}
.warning .w__inner:last-of-type {
    height: 300px;
}
.warning .w__inner {
    width: 100%;
}
.warning .w__inner:first-of-type {
    margin-left: 0;
}
.warning .w__inner:last-of-type img:last-of-type {
    position: absolute;
    top: 0;
    left: auto;
    width: 84%;
    height: 239px;
    object-fit: cover;
}
.warning .sec_btn {
    padding: 18px 0;
    margin-bottom: 40px;
}
.warning p {
    margin-bottom: 30px;
}
  
  
  
/**********************************
  FROW
**********************************/
.flow h2 {
    font-size: 2.6rem;
    margin:100px auto 80px;
}
.flow div {
    justify-content: space-between;
    flex-wrap: wrap;
}  
.flow ul {
    width: 247px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}  
  
  
  
  
  
  
  
}