
/***見出し*/
.c-area_ttl1{
  font-size: 32px;
  color:#18BFF4 ;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: 700;

}
.c-area_ttl2{
  font-size: 28px;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
}
.c-area_ttl3{
  font-size: 32px;
  position: relative;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  font-weight: 700;
}
.c-area_ttl3::before{
  content: '';
  width: 100%;
  height: 3px;
  background-color: #18BFF4;
  position: absolute;
  bottom: -0.65em;
  left: 0;

}
/***色・フォントサイズ*/
.c-blue{
  color: #18BFF4;
}
.c-green{
  color: #C4DD68;
}
.c-f_36{
  font-size: 36px;
}
/****************************/
.c-equipment .c-flex{
  
}
.c-equipment .c-flex .c-item_img{
  width: 40%;
  padding-right: 60px;
  
}
.c-equipment .c-item_wrap{
  margin-bottom: 40px;
}
.c-equipment .c-flex .c-item_txt{
  width: calc(70% - 60px);
}
.c-equipment .c-bg_gray{
  background-color: #F6F6F6;
  padding:30px;
}
.c-equipment .c-bg_gray ul{
}
.c-equipment .c-bg_gray ul li{
  line-height: 2.5;
  position: relative;
  padding-left: 35px;
}
.c-equipment .c-bg_gray ul li::before{
  content: "";
  position: absolute;
  top:11px;
  left: -5px;
  width: 30px;
  height: 25px;
  background-image: url(../img/equipment/check_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.c-equipment .c-bg_gray{
  line-height: 1.8;

}
/************背景青*/
.c-bg_blue{
  background-color: #E8F9FE;
  padding:70px 0;
  margin-bottom: 70px;
}
.c-bg_blue ul{
  width: 900px;
  margin:0 auto;
}
.c-bg_blue .c-txt_ul{
  margin-bottom: 40px;
}
.c-bg_blue .c-txt_ul li{
  padding-left: 15px;
position: relative;
}
.c-bg_blue .c-txt_ul li::before{
  content: "・";
  position: absolute;
  top:0;
  left: -10px;

}
.c-bg_blue ul li{
  text-decoration: dotted;
  line-height: 2;

}
.c-bg_blue .c-img{
  margin-bottom: 60px;

}
.c-bg_blue table{
  background-color: #ffffff;
  
}
.c-bg_blue table tr{
  background-color: #ffffff;
  
}
.c-bg_blue table th{
  width: 400px;
  background-color: #ffffff;
  border: 1px solid #000000;
  vertical-align: middle;
  padding-left: 40px;
}
.c-bg_blue table td{
  padding:20px 40px;
  border: 1px solid #000000;
}
.c-bg_blue table td ul{
  
}
.c-bg_blue table td ul li{
  line-height: 2;
  
}
/************背景グレー*/
.c-bg_gray {
  background-color: #F6F6F6;
  padding: 40px 50px;
  margin-bottom: 70px;
}
.c-bg_gray p{

  line-height: 1.8;
}
.c-bg_gray p.c-bottom{
  margin-bottom: 30px;
}
.c-bg_gray .c-txt_ul{
  line-height: 2;
}
/************動画*/
.c-youtube{
  margin-bottom: 120px;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}
.c-youtube iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
    /***見出し*/
    .c-area_ttl1{
      font-size: 2.6rem;
      margin-bottom: 2rem;
    }
    .c-area_ttl2{
      font-size: 2.6rem;
      margin-bottom: 3rem;

    }
    .c-area_ttl3{
      font-size: 2.6rem;
      margin-bottom: 3rem;
      font-weight: 700;
    }
    .c-area_ttl3::before{
      content: '';
      width: 100%;
      height: 3px;
      background-color: #18BFF4;
      position: absolute;
      bottom: -0.65em;
      left: 0;

    }
    /***色・フォントサイズ*/
    .c-blue{
      color: #18BFF4;
    }
    .c-green{
      color: #C4DD68;
    }
    .c-f_36{
      font-size: 2.6rem;
    }
    /****************************/
    .c-equipment .c-flex{
      
    }
    .c-equipment .c-flex .c-item_img{
      width: 100%;
      padding-right: 0;
      margin-bottom: 2rem;
      
    }
    .c-equipment .c-flex .c-item_img img{
        text-align: center;
        width: 80%;
        margin: 0 auto;
        display: block;
      
    }
    .c-equipment .c-item_wrap.c-flex{
      flex-direction: column;
    }
    .c-equipment .c-flex .c-item_txt{
      width:100%;
    }
    .c-equipment .c-bg_gray{
      padding:3rem;
    }
    .c-equipment .c-bg_gray ul{
    }
    .c-equipment .c-bg_gray ul li{

      padding-left: 2rem;
    }
    .c-equipment .c-bg_gray ul li::before{

      top: 1.5rem;
      left: -1.2rem;
      width: 3rem;
      height: 2.3rem;
    }
    .c-equipment .c-bg_gray{
      line-height: 1.8;
      padding: 2rem 2rem 2rem 3rem;

    }
    .c-equipment .c-item_wrap {
      margin-bottom: 0; 
    }
    /************背景青*/
    .c-bg_blue{
      background-color: #E8F9FE;
      padding:5rem 0;
      margin-bottom: 5rem;
    }
    .c-bg_blue ul{
      width: 100%;
      margin:0 auto;
    }
    .c-bg_blue .c-txt_ul{
      margin-bottom: 3rem;
    }
    .c-bg_blue .c-txt_ul li{
      padding-left:2rem;
    position: relative;
    }
    .c-bg_blue .c-txt_ul li::before{

      left: 0rem;
    
    }
    .c-bg_blue ul li{
      text-decoration: dotted;
      line-height: 2;

    }
    .c-bg_blue .c-img{
      margin-bottom:3rem;

    }
    .c-bg_blue table{
      background-color: #ffffff;
      
    }
    .c-bg_blue table tr{
      background-color: #ffffff;
      
    }
    .c-bg_blue table th{
      width: 10rem;
      background-color: #ffffff;
      border: 1px solid #000000;
      vertical-align: middle;
      padding-left: 2rem;
    }
    .c-bg_blue table td{
      padding:2rem;
      border: 1px solid #000000;
    }
    .c-bg_blue table td ul{
      
    }
    .c-bg_blue table td ul li{
      line-height: 2;
      
    }
    /************背景グレー*/
    .c-bg_gray {
      background-color: #F6F6F6;
      padding: 2rem 3rem;
      margin-bottom: 5rem;
    }
    .c-bg_gray p{

      line-height: 1.8;
    }
    .c-bg_gray p.c-bottom{
      margin-bottom: 2rem;
    }
    .c-bg_gray .c-txt_ul{
      line-height: 2;
    }
    /************動画*/
    .c-youtube{
      margin-bottom: 3rem;
    }
    .c-youtube iframe{
      width: 100%;
    }
}