@charset "UTF-8";

/*余白*/
.mt150 {
  margin-top: 150px!important;
}
.pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width:575px) {
  .sm_mt10 {
    margin-top: 10px!important;
  }
  .sm_mt20 {
    margin-top: 20px!important;
  }
  .sm_mt25 {
    margin-top: 25px!important;
  }
}

/*テキスト*/
.lh10 {
  line-height: 1.9em;
}
@media screen and (max-width:575px) {
  .sm_fs27 {
    font-size: 27px!important;
  }
}


.pt100 td {
  padding-top: 0px!important;
}


.sec_bg_01 {
  background: url("/pc/note/nl3000e/images/bg_01.jpg") no-repeat;
  background-size: contain;
  color: #515151;
}
.sec_bg_02 {
  background: url("/pc/note/nl3000e/images/bg_02.jpg") no-repeat;
  background-size: cover;
  color: #515151;
}
.sec_bg_03 {
  background: url("/pc/note/nl3000e/images/bg_03.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  color: #515151;
}




/*タイトル*/
.title {
  display: flex;
  position: relative;
}
/*.title::before {
  content: "";
  background-image: url(/pc/note/nl3000e/images/title_ly.png);
  width: 1200px;
  height: 341px;
  position: absolute;
  top: 0;
  left: 0;
}*/
.title_bg {
  position: relative;
}
.title_tx {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #515151;
}
@media screen and (max-width:991px) {
  .title {
    display: block;
    text-align: center;
  }
  .title_bg_img {
    width: 581px;
  }
}
@media screen and (max-width:575px) {
  .title_tx {
    padding: 20px;
  }
}







.it_sp_t {
  width: 100%;
  border-collapse: collapse;
}
.it_sp_t td {
  border: 2px dotted #a1a1a1;
  padding: 10px!important;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.it_sp_t th {
  border: none;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(to right, #29a5f5, #059fd6, #12c563);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.it_sp_t tr:nth-of-type(2) td {
    border-top: none;
}
.it_sp_t tr:last-of-type td {
    border-bottom: none;
}

@media screen and (max-width: 767px) {
    .it_sp_t {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
  .it_sp_t td {
    font-size: 16px;
  }
}



.b_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 70px;
  box-shadow: 0px 0px 20px 0px #b5dae9;
}
@media screen and (max-width:1199px) {
  .b_box {
    padding: 50px;
  }
}
@media screen and (max-width:575px) {
  .b_box {
    margin: auto 20px;
    padding: 40px 20px;
  }
}



.case_box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 32%;
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 12px;
}
.case_box:nth-child(odd) {
  background-color: #E9F7FF;
}
.case_box:nth-child(even) {
  background-color: #E5F9F6;
}
@media screen and (max-width:991px) {
  .case_box {
    width: 49%;
  }
}
@media screen and (max-width:767px) {
  .case_box {
    width: 100%;
  }
}



.icon_01, .icon_02 {
  position: relative;
}
.icon_01::before {
  content: "";
  background: url("/pc/note/nl3000e/images/icon_01.png");
  width: 158px;
  height: 163px;
  position: absolute;
  top: -70px;
  left: -60px;
}
.icon_02::before {
  content: "";
  background: url("/pc/note/nl3000e/images/icon_02.png");
  width: 158px;
  height: 163px;
  position: absolute;
  top: -70px;
  right: -60px;
}
@media screen and (max-width:991px) {
  .icon_01::before,
  .icon_02::before {
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
  }
}


.cp_link {
  text-decoration: none!important;
}
.cp_link_btn {
  background-color: #0099FB;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding: 8px;
  transition: .2s;
}
.cp_link:hover .cp_link_btn {
  opacity: .8!important;
}



.ml_h2 {
  display: table;
  border-bottom: 2px solid #79858C;
  margin: auto;
  padding-bottom: 20px;
}
.ml_box {
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  max-width: 387px;
  margin: auto;
  flex-grow: 1;
}
.ml_box_tx {
  padding: 30px 40px;
}



@media screen and (max-width: 800px) {
    .youtube {
        max-width: 100%;
        aspect-ratio: 16 / 9;
    }
      .youtube iframe {
        width: 100%;
        height: 100%;
    }
}



@media screen and (max-width:1199px) {
}
@media screen and (max-width:991px) {
}
@media screen and (max-width:767px) {
}
@media screen and (max-width:575px) {
}



