@charset "UTF-8";

/*common*/
a:hover {
  opacity: .85;
}
p,span,td {
  font-weight: 300;
  line-height: 1.4
}
.ncclp_h2 {
  text-align: center;
  margin: 40px auto;
  font-weight: 500;
  color: #038EE2;
  font-size: 40px;
  line-height: 1.4;
}
.ncclp_h3 {
  text-align: center;
  padding: 30px 0;
  font-weight: 500;
  font-size: 28px;
}
.ncclp_p {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 16px;
}
.ncclp_img_wrap {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px #00000026;
  text-align: center;
  margin-bottom: 40px;
}
.flex_ul {
  display: flex;
}
.flex_ul li {
  display: block;
  width: 100%;
  background: #FFF;
  position: relative;
  padding: 30px;
}
.flex_ul li:not(:last-child) {
  margin-right: 36px;
}
@media screen and (max-width: 750px) {
  .ncclp_h2 {
    margin: 30px auto;
    font-size: 28px;
  }
  .ncclp_h3 {
    padding: 20px 0;
    font-size: 24px;
  }
  .ncclp_p {
    margin: 0 auto 20px;
    font-size: 14px;
  }
  .ncclp_img_wrap {
    padding: 20px;
    margin-bottom: 30px;
  }
  .flex_ul {
    display: block;
  }
  .flex_ul li {
    padding: 20px;
  }
  .flex_ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*header*/
#ncclp_header {
  height: 110px;
}
#ncclp_header li {
  font-size: 14px;
}
#ncclp_header .logo {
  width: 116px;
  height: auto;
}
#ncclp_header ul {
  margin-top: 60px;
}
@media only screen and (min-width: 751px) {
  #ncclp_header ul li:not(:last-child) {
    margin-right: 0;
  }
  #ncclp_header ul li:not(:last-child) a {
    margin-right: 1.5vw;
  }
  .header_contact_wrap {
    position: absolute;
    right: 40px;
    top: 30px;
  }
  .header_request ,
  .header_contact {
    padding: 12px 40px 12px 30px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #FF9D01;
    border-radius: 28px;
    position: relative;
  }
  .header_request {
    background: #FFF;
    color: #FF9D01;
    margin-right: 12px;
  }
  .header_contact {
    background: #FF9D01;
    color: #FFF;
  }
  .header_request:after {
    background: url(../img/icon_arr_orange.png) no-repeat center left;
  }
  .header_contact:after {
    background: url(../img/icon_arr_white.png) no-repeat center left;
  }
  .header_request:after ,
  .header_contact:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -10px;
    right: 5px;
    width: 24px;
    height: 22px;
    background-size: 12px 12px;
  }
}
@media screen and (max-width: 750px) {
  #ncclp_header {
    height: 80px;
  }
  header .logo img {
    width: 70px;
  }
  #ncclp_header ul {
    margin-top: 0;
  }
  #ncclp_header .btn-sp-nav {
    position: absolute;
    right: 20px;
  }
}

/*main*/
main {
  padding-top: 110px;
}
@media screen and (max-width: 750px) {
  main {
    padding-top: 80px;
  }
}

/*main-visual*/
.main-visual {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) ,url(../img/kv_bg.png) no-repeat center top;
  background-size: cover;
  position: relative;
  display: block;
}
.mv-left {
  position: relative;
  padding-top: 80px;
  margin: 0 auto;
  width: 1200px;
}
.main-visual .mv_fukidashi {
  position: absolute;
  left: 1000px;
  top: 30px;
}
.main-visual .mv_fukidashi img {
  width: 248px;
  height: auto;
}
.mv-left .mv-left-ttl {
  margin-bottom: 40px;
  width: 1200px;
}
.mv-left .mv-left-ttl p ,
.mv-left .mv-left-ttl span {
  font-weight: 500 !important;
  line-height: 1.1;
}
.mv-left .mv-left-ttl p {
  color: #000;
  background: #FFF;
  font-size: 30px;
  display: inline-block;
  padding: 15px 18px;
  margin-bottom: 15px;
}
.mv-left .mv-left-ttl p span.mv_blue {
  color: #3392E3;
  background: linear-gradient(transparent 60%, #FDFB0A 60%, #FDFB0A 90%, transparent 90%);
  font-size: 32px;
}
.mv-left .mv-left-ttl p span.mv_size38 {
  font-size: 38px;
}
.mv-left .mv-left-ttl p span.mv_size30 {
  font-size: 30px;
}
.mv-left .mv-left-ttl p span.mv_size26 {
  font-size: 26px;
}
.mv-left .mv-left-txt {
  margin: 20px 0;
}
.mv-left .mv-left-txt p {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
}
.mv-left .mv-left-kw {
  text-align: center;
  width: 700px;
}
.mv-left .mv-left-kw img {
  width: 640px;
  margin-bottom: 30px;
}
.mv-request ,
.mv-contact {
  width: 230px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #FF9D01;
  border-radius: 40px;
  position: relative;
  padding: 20px 40px 20px 30px;
}
.mv-request {
  color: #FF9D01;
  background: #fff;
  margin-right: 20px;
}
.mv-contact {
  color: #fff;
  background: #FF9D01;
}
.mv-request:after {
  background: url(../img/icon_arr_orange.png) no-repeat center left;
}
.mv-contact:after {
  background: url(../img/icon_arr_white.png) no-repeat center left;
}
.mv-request:after ,
.mv-contact:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 30px;
  height: 24px;
  background-size: 18px 18px;
}
.main-visual .main-visual-pc {
  position: absolute;
  left: 700px;
  top: 280px;
}
.main-visual .main-visual-pc img {
  width: 540px;
}
@media screen and (max-width: 750px) {
  .main-visual {
  }
  .main-visual .mv_fukidashi {
    position: absolute;
    left: inherit;
    right: 0;
    top: 10px;
  }
  .main-visual .mv_fukidashi img {
    width: 130px;
  }
  .mv-left {
    position: inherit;
    width: inherit;
    left: inherit;
    margin: 0 20px;
    padding-top: 80px;
  }
  .mv-left .mv-left-ttl {
    margin-bottom: 0;
    width: 100%;
  }
  .mv-left .mv-left-ttl p {
    font-size: 20px;
    padding: 10px 15px;
  }
  .mv-left .mv-left-ttl p span {
    font-size: 22px;
  }
  .mv-left .mv-left-ttl p span.mv_blue {
    font-size: 22px;
  }
  .mv-left .mv-left-ttl p span.mv_size38 {
    font-size: 24px;
  }
  .mv-left .mv-left-ttl p span.mv_size30 {
    font-size: 22px;
  }
  .mv-left .mv-left-ttl p span.mv_size26 {
    font-size: 18px;
  }
  .mv-left .mv-left-kw {
    width: 100%;
  }
  .mv-left .mv-left-kw img {
    width: 100%;
    margin-bottom: 20px;
  }
  .mv-request ,
  .mv-contact {
    width: 36%;
    font-size: 16px;
    padding: 15px 6% 15px 4%;
  }
  .mv-request {
    margin-right: 2%;
  }
  .mv-request:after ,
  .mv-contact:after {
    background-size: 16px auto;
    top: 50%;
    margin-top: -8px;
    right: 10px;
    width: 18px;
    height: 18px;
  }
  .main-visual .main-visual-pc {
    position: static;
    text-align: center;
    margin-bottom: 20px;
  }
  .main-visual .main-visual-pc img {
    width: 75%;
  }
}

/*problem*/
.ncclp_problem {
  position: relative;
  padding: 60px 0;
}
.ncclp_problem:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -100px;
  border: 100px solid transparent;
  border-top: 80px solid #fff;
  bottom: -160px;
}
.ncclp_problem .ncclp_h2 {
  color: #333;
  font-size: 36px;
}
.problem_div {
  padding: 30px 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px #00000026;
  margin: 0 auto;
}
.problem_div p {
  color: #038EE2;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
}
.problem_div span {
  font-size: 16px;
}
.problem_div_01 {
  width: 640px;
}
.problem_div_wrap {
  margin: 0 auto;
  text-align: center;
}
.problem_div_02,
.problem_div_03 {
  width: 520px;
  margin: 0 20px;
  display: inline-block;
  text-align: left;
}
.problem_div_01 img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.problem_div_02 img,
.problem_div_03 img {
  float: right;
  width: 60px;
  height: auto;
  margin-left: 20px;
}
.problem_arr {
  text-align: center;
  font-size: 30px;
  margin: 40px auto;
  font-weight: 500;
  position: relative;
}
.problem_arr:before,
.problem_arr:after {
  content: '';
  position: absolute;
  background-image: url("../img/problem_arr_01.png");
  background-size: 76px 85px;
  top: 50%;
  width: 76px;
  height: 85px;
  margin-top: -38px;
}
.problem_arr:before {
  left: 50%;
  margin-left: -160px;
}
.problem_arr:after {
  right: 50%;
  margin-right: -160px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 750px) {
  .ncclp_problem {
    padding: 40px 0;
  }
  .ncclp_problem .ncclp_h2 {
    font-size: 26px;
  }
  .problem_div {
    padding: 18px;
  }
  .problem_div p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .problem_div span {
    font-size: 14px;
  }
  .problem_div_01 {
    width: 100%;
  }
  .problem_div_wrap {
  }
  .problem_div_02,
  .problem_div_03 {
    width: 100%;
    margin: 0 0 20px;
  }
  .problem_div_01 img {
    margin-top: 10px;
  }
  .problem_div_02 img,
  .problem_div_03 img {
    width: 45px;
    margin-left: 10px;
  }
  .problem_arr {
    font-size: 24px;
    margin: 20px auto;
  }
  .problem_arr:before,
  .problem_arr:after {
    background: none;
  }
}

/*answer*/
.ncclp_answer {
  background-color: #EDF6FD;
  padding: 60px 0;
}
.ncclp_answer .ncclp_h2 {
  font-size: 32px;
  margin: 40px auto;
}
.answer_div_wrap {
  margin: 0 auto;
  text-align: center;
}
.answer_div_01,
.answer_div_02 {
  width: 520px;
  margin: 0 20px;
  display: inline-block;
  text-align: left;
  padding: 30px 40px;
  border-radius: 20px;
  background-color: #fff;
  vertical-align: top;
  position: relative;
  height: 190px;
}
.answer_div_01:after {
  content: '';
  position: absolute;
  background-image: url("../img/answer_img_01.png");
  background-size: 100px 108px;
  width: 100px;
  height: 108px;
  bottom: -15px;
  left: -40px;
}
.answer_div_02:after {
  content: '';
  position: absolute;
  background-image: url("../img/answer_img_02.png");
  background-size: 80px 124px;
  width: 80px;
  height: 124px;
  bottom: -15px;
  right: -40px;
}
.answer_div_wrap p {
  font-size: 18px;
}
.answer_div_wrap span {
  font-size: 21px;
  font-weight: 500;
  color: #038EE2;
  background: linear-gradient(transparent 60%, #FDFB0A 60%, #FDFB0A 90%, transparent 90%);
}

@media screen and (max-width: 750px) {
  .ncclp_answer {
    padding: 60px 0 40px;
  }
  .ncclp_answer .ncclp_h2 {
    font-size: 24px;
    margin: 20px auto;
  }
  .answer_div_01,
  .answer_div_02 {
    width: inherit;
    padding: 20px 30px;
    height: inherit;
  }
  .answer_div_01 {
    margin: 0 0 20px 40px;
  }
  .answer_div_02 {
    margin: 0 40px 20px 0;
  }
  .answer_div_01:after {
    background-size: 80px 87px;
    width: 80px;
    height: 87px;
    bottom: -10px;
    left: -50px;
  }
  .answer_div_02:after {
    background-size: 70px 105px;
    width: 70px;
    height: 105px;
    bottom: -10px;
    right: -45px;
  }
  .answer_div_wrap p {
    font-size: 16px;
  }
  .answer_div_wrap span {
    font-size: 18px;
  }
}

/*feature*/
.ncclp_feature {
  padding: 60px 0;
}
.feature_li {
  padding: 30px 30px 50px;
  background-color: #fff;
  box-shadow: 0 0 10px #00000026;
  margin: 0 auto 60px;
  display: block;
}
.feature_li_contact {
  margin: 0 auto 60px;
  display: block;
  text-align: center;
}
.feature_ttl {
  display: table;
  margin-bottom: 20px;
}
.feature_no {
  font-weight: 300;
  color: #038EE2;
  font-size: 72px;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
}
.feature_txt {
  line-height: 1.2;
  font-weight: 500;
  font-size: 28px;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}
.feature_detail {
  font-size: 15px;
  margin-bottom: 20px;
  width: 630px;
  display: inline-block;
  margin-right: 25px;
  vertical-align: top;
}
.feature_detail a {
  color: #038EE2;
  text-decoration: underline;
}
.feature_detail span {
  font-size: 14px;
}
.feature_detail span.feature_detail_point {
  font-size: 16px;
  font-weight: 500;
  color: #038EE2;
  background: linear-gradient(transparent 60%, #FDFB0A 60%, #FDFB0A 90%, transparent 90%);
}
.feature_detail_report {
  width: 730px;
}
.feature_detail_wide {
  width: inherit;
  margin-right: 0;
}
.feature_img {
  display: inline-block;
  width: 480px;
  height: auto;
}
.feature_report_wrap {
  display: inline-block;
  width: 380px;
  background-color: #EDF6FD;
  text-align: center;
}
.feature_report {
  display: inline-block;
  width: 300px;
  padding-top: 20px;
  height: auto;
}
.feature_report_btn {
  width: 320px;
  display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  background-color: #3392E3;
  color: #fff;
  padding: 10px 20px 10px 0;
  margin: -6px auto 20px;
  border-radius: 36px;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.feature_report_btn:after {
  content: '';
  position: absolute;
  background-image: url("../img/feature_report_icon.svg");
  background-size: 34px 42px;
  right: 30px;
  top: 50%;
  width: 34px;
  height: 42px;
  margin-top: -21px;
}
.feature_report_btn:hover {
  background-color: #44aaf6;
}
.feature_report_btn span {
  font-size: 18px;
  display: contents;
}
.feature_table_title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
}
.feature_table {
  width: 100%;
  font-size: 14px;
}
.feature_table th {
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  background-color: #DFF0FC;
  font-weight: 500;
  padding: 15px;
}
.feature_table td {
  border-bottom: #fff solid 1px;
  background-color: #F4F8FC;
  padding: 15px;
  position: relative;
}
.feature_table span {
  font-weight: 500;
}
.feature_video_wrap {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 340px;
  height: auto;
}
.feature_video {
  width: 100%;
  height: auto;
}
.feature_video_btn {
  width: 320px;
  display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  background-color: #3392E3;
  color: #fff;
  padding: 10px 20px 10px 0;
  margin: 6px auto 0;
  border-radius: 36px;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.feature_video_btn:after {
  content: '';
  position: absolute;
  background-image: url("../img/feature_report_icon.svg");
  background-size: 34px 42px;
  right: 15px;
  top: 50%;
  width: 34px;
  height: 42px;
  margin-top: -21px;
}
.feature_video_btn:hover {
  background-color: #44aaf6;
}
.feature_video_btn span {
  font-size: 16px;
  display: contents;
}
.feature_modal {
  position: relative;
  border-radius: 20px;
  padding: 70px 30px 30px;
  width: 600px;
}
.feature_modal_versionup {
  width: 860px;
  max-width: 860px;
}
.feature_modal_img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.feature_modal_cancel {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  line-height: 1;
  color: #333;
  font-weight: 500;
  font-size: 40px;
}
@media screen and (max-width: 750px) {
  .ncclp_feature {
    padding: 40px 0;
  }
  .feature_li {
    padding: 20px;
    margin: 0 auto 20px;
    display: block;
  }
  .feature_li_contact {
      margin: 0 auto 20px;
  }
  .feature_ttl {
    margin-bottom: 10px;
  }
  .feature_no {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .feature_txt {
    font-size: 18px;
  }
  .feature_detail {
    font-size: 14px;
    width: inherit;
    display: block;
    margin-right: 0;
  }
  .feature_detail span {
  }
  .feature_detail span.feature_detail_point {
    font-size: 16px;
  }
  .feature_detail_wide {
    width: inherit;
    margin-right: 0;
  }
  .feature_report {
    width: calc( 100% - 60px );
  }
  .feature_report_wrap ,
  .feature_img {
    width: 100%;
  }
  .feature_report_btn {
    width: calc( 100% - 60px );
    font-size: 13px;
    padding: 10px;
  }
  .feature_report_btn:after {
    background-size: 23px 31px;
    right: 20px;
    width: 23px;
    height: 31px;
    margin-top: -12px;
  }
  .feature_report_btn span {
    font-size: 14px;
  }
  .feature_table_title {
    font-size: 18px;
  }
  .feature_table {
    font-size: 13px;
  }
  .feature_table th {
    padding: 12px;
  }
  .feature_table td {
    padding: 12px;
  }
  .feature_video_wrap {
    position: initial;
    width: 100%;
    margin-top: 10px;
  }
  .feature_video {
  }
  .feature_video_btn {
    width: calc( 100% - 20px );
    font-size: 13px;
    padding: 10px;
  }
  .feature_video_btn:after {
    background-size: 23px 31px;
    right: 12px;
    width: 23px;
    height: 31px;
    margin-top: -12px;
  }
  .feature_video_btn span {
    font-size: 14px;
  }
  .feature_modal {
    padding: 60px 20px 20px;
    width: 90%;
  }
  .feature_modal_img {
  }
  .feature_modal_cancel {
    top: 15px;
    right: 15px;
    font-size: 36px;
  }
}

/*pickup*/
.ncclp_pickup {
  margin-top: 120px;
  padding: 40px 0 60px;
  background-color: #EDF6FD;
  position: relative;
}
.ncclp_pickup .ncclp_h2 {
  z-index: 10;
  position: relative;
  font-size: 36px;
}
.ncclp_h2_bg {
  z-index: 9;
  position: absolute;
  text-align: center;
  top: 0;
  left: 50%;
  margin-left: -150px;
  font-weight: 700;
  color: #fff;
  font-size: 90px;
}
.pickup_ul {
  font-size: 0;
}
.pickup_li {
  width: 31%;
  height: 310px;
  display: inline-block;
  background: #FFF;
  position: relative;
  padding: 40px 10px;
  vertical-align: top;
  margin-bottom: 50px;
  text-align: center;
}
.pickup_li:not(:nth-child( 3n - 2 )) {
  margin-left: 3.5%;
}
.pickup_li a {
  display: block;
}
.pickup_li img {
  width: 100%;
  height: auto
}
.pickup_text {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 20px;
}
.pickup_logo {
  height: 110px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 10px;
}
.pickup_logo img {
  width: 90%;
}
.pickup_link {
  width: 170px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #3392E3;
  border-radius: 40px;
  position: relative;
  padding: 12px 40px 12px 30px;
  text-align: center;
  color: #3392E3;
  background: #fff;
}
.pickup_link:after {
  background: url(../img/icon_arr_blue.png) no-repeat center left;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -10px;
  right: 5px;
  width: 24px;
  height: 22px;
  background-size: 12px 12px;
}
.pickup_more_wrap {
  text-align: center;
}
.pickup_more {
  width: 300px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #3392E3;
  border-radius: 40px;
  position: relative;
  padding: 20px 40px 20px 20px;
  color: #fff;
  background: #3392E3;
}
.pickup_more:after {
  background: url(../img/icon_arr_white.png) no-repeat center left;
  transform: rotate(90deg);
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -10px;
  right: 30px;
  width: 20px;
  height: 24px;
  background-size: 18px 18px;
}
@media screen and (max-width: 750px) {
  .ncclp_pickup {
  margin-top: 80px;
    padding: 40px 0;
  }
  .ncclp_pickup .ncclp_h2 {
    font-size: 24px;
  }
  .ncclp_h2_bg {
    margin-left: -100px;
    font-size: 60px;
    top: 20px;
  }
  .pickup_li {
    width: 100%;
    height: inherit;
    display: block;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
  .pickup_text {
    font-size: 16px;
  }
  .pickup_logo {
    height: inherit;
  }
  .pickup_logo img {
    width: 80%;
  }
  .pickup_link {
    width: 60%;
    font-size: 15px;
    padding: 15px 6% 15px 4%;
  }
  .pickup_link:after {
    background-size: 16px auto;
    top: 50%;
    margin-top: -8px;
    right: 10px;
    width: 18px;
    height: 18px;
  }
  .pickup_more {
    width: 60%;
    font-size: 16px;
    padding: 15px 6% 15px 4%;
  }
  .pickup_more:after {
    background-size: 16px auto;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    width: 15px;
    height: 18px;
  }
}

/*case*/
.ncclp_case {
  padding: 60px 0;
  background-color: #EDF6FD;
}
.case_ul {
  font-size: 0;
}
.case_li:after {
  margin-top: 15px;
  display: block;
  width: 31px;
  height: 5px;
  content: "";
  background: url(../img/more-arrow.svg) no-repeat center center;
  background-size: cover;
}
.case_li {
  width: 31%;
  height: 540px;
  display: inline-block;
  background: #FFF;
  position: relative;
  padding: 30px;
  vertical-align: top;
  margin-bottom: 50px;
}
.case_li:not(:nth-child( 3n - 2 )) {
  margin-left: 3.5%;
}
.case_li a {
  display: block;
}
.case_li img {
  width: 100%;
  height: auto
}
.case_logo {
  height: 110px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 10px;
}
.case_logo img {
  width: 90%;
}
.case_ttl {
  color: #3392E3;
  font-weight: 500;
  font-size: 20px;
  margin: 10px 0;
}
.case_text {
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .ncclp_case {
    padding: 40px 0;
  }
  .case_li {
    width: 100%;
    height: inherit;
    display: block;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
  .case_logo {
    height: inherit;
  }
  .case_logo img {
    width: 80%;
  }
  .case_ttl {
    font-size: 18px;
  }
  .case_text {
    font-size: 14px;
  }
}

/*flow*/
.ncclp_flow {
  padding: 60px 0;
}
.flow_img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .ncclp_flow {
    padding: 40px 0;
  }
  .flow_img {
    width: 100%;
  }
}

/*environment*/
.ncclp_environment {
  padding: 60px 0;
}
.environment_table {
  width: 100%;
  font-size: 18px;
}
.environment_table th {
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  background-color: #DFF0FC;
  font-weight: 500;
  padding: 20px;
}
.environment_table td {
  border-bottom: #fff solid 1px;
  background-color: #F4F8FC;
  padding: 15px;
}
.environment_table_note {
  font-size: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .ncclp_environment {
    padding: 40px 0;
  }
  .environment_table {
    font-size: 14px;
  }
  .environment_table th ,
  .environment_table td {
    padding: 12px;
  }
  .environment_table_note {
    font-size: 13px;
  }
}

/*support*/
.ncclp_support {
  padding: 60px 0;
}
.support_img {
  width: 80%;
  height: auto;
}
.support_table {
  width: 100%;
  font-size: 14px;
  border-top: #004F99 solid 4px;
}
.support_table tr {
  border-top: #fff solid 1px;
}
.support_table th ,
.support_table td {
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  padding: 15px 30px;
  text-align: left;
  vertical-align: top;
}
.support_table th {
  background-color: #f7f7f7;
  width: 20%;
}
.support_table td {
  background-color: #F0FBFF;
  width: 40%;
}
.support_table .support_table_blue {
  font-size: 18px;
  color: #004F99;
  font-weight: 600;
}
.support_table .support_table_center {
  text-align: center;
}
.support_table .support_table_bg01 {
  background-color: #DDF2F5;
}
.support_table .support_table_bg02 {
  background-color: #E4ECFC;
}
.support_table_note {
  font-size: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .ncclp_support {
    padding: 40px 0;
  }
  .support_img {
    width: 100%;
  }
  .support_table {
    font-size: 13px;
  }
  .support_table th ,
  .support_table td {
    padding: 10px;
  }
  .support_table .support_table_blue {
    font-size: 15px;
  }
  .support_table_note {
    font-size: 13px;
  }
}

/*everyone*/
.ncclp_everyone {
  padding: 60px 0;
}
.everyone_li {
  border: #E8F3FC solid 8px;
  text-align: center;
}
.everyone_li img {
  width: auto;
  height: 160px;
}
.everyone_li p {
  text-align: center;
  margin-top: 20px;
  color: #3392E3;
  font-size: 20px;
  font-weight: 500;
}
.everyone_div_detail {
  margin-top: 40px;
  background-color: #f7f7f7;
  padding: 30px;
  text-align: center;
}
.everyone_div_detail p {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.everyone_div_detail span {
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .ncclp_everyone {
    padding: 40px 0;
  }
  .everyone_li {
    border: #E8F3FC solid 5px;
  }
  .everyone_li img {
    height: 130px;
  }
  .everyone_li p {
    font-size: 16px;
  }
  .everyone_div_detail {
    margin-top: 20px;
    padding: 20px;
  }
  .everyone_div_detail p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .everyone_div_detail span {
    font-size: 14px;
  }
}

/*detail*/
.ncclp_detail {
  padding: 60px 0;
}
.detail_img {
  width: 75%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .ncclp_detail {
    padding: 40px 0;
  }
  .detail_img {
    width: 100%;
  }
}

/*faq*/
.ncclp_faq {
  padding: 60px 0;
}
.faq_ul .faq_li {
  background-color: #f7f7f7;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}
.faq_ul .faq_li .faq_q ,
.faq_ul .faq_li .faq_a {
  display: inline-block;
  font-weight: 500;
  border-radius: 30px;
  padding: 10px;
  font-size: 30px;
  line-height: 1;
  width: 55px;
  height: 55px;
  text-align: center;
  vertical-align: top;
}
.faq_ul .faq_li .faq_q {
  color: #3392E3;
  background: #fff;
}
.faq_ul .faq_li .faq_a {
  color: #fff;
  background: #3392E3;
}
.faq_ul .faq_li .faq_q_text {
  display: inline-block;
  padding: 10px 0 0 20px;
  width: 1080px;
  font-size: 22px;
  color: #3392E3;
  font-weight: 500;
}
.faq_ul .faq_li .faq_a_text {
  display: inline-block;
  padding: 10px 0 0 20px;
  width: 1080px;
  font-size: 16px;
}
.faq_ul .faq_li .faq_open ,
.faq_ul .faq_li .faq_close {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #3392E3;
  font-weight: 500;
  font-size: 40px;
  cursor: pointer;
}
.faq_ul .faq_li .faq_close {
  display: none;
}
.faq_ul .faq_li .faq_a_wrap {
  margin-top: 30px;
  padding-top: 30px;
  border-top: #3392E3 solid 1px;
  /*display: none;*/
}
@media (max-width: 750px) {
  .ncclp_faq {
    padding: 40px 0;
  }
  .faq_ul .faq_li {
    padding: 20px;
    margin-bottom: 20px;
  }
  .faq_ul .faq_li .faq_q ,
  .faq_ul .faq_li .faq_a {
    border-radius: 40px;
    padding: 8px;
    font-size: 22px;
    line-height: 1;
    width: 40px;
    height: 40px;
  }
  .faq_ul .faq_li .faq_q_text {
    width: calc(100% - 40px);
    font-size: 16px;
    padding: 10px 0 0 10px;
  }
  .faq_ul .faq_li .faq_a_text {
    width: calc(100% - 40px);
    font-size: 14px;
    padding: 10px 0 0 10px;
  }
  .faq_ul .faq_li .faq_open ,
  .faq_ul .faq_li .faq_close {
    right: 20px;
    top: 20px;
    font-size: 28px;
  }
  .faq_ul .faq_li .faq_close {
    display: none;
  }
  .faq_ul .faq_li .faq_a_wrap {
    margin-top: 20px;
    padding-top: 20px;
  }
}


/*202502 追従リンク 右下にポップアップを表示*/
.download_pop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 240px;
  border: #fff solid 2px;
  background-color: #EDF6FD;
  box-shadow: 2px 2px 16px #0000002E;
  padding: 10px;
  border-radius: 10px;
  display: none;
}
.download_pop_ttl {
  color: #3392E3;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 500 !important;
}
.download_pop_txt {
  font-size: 16px;
  text-align: center;
  font-weight: 500 !important;
}
.download_pop_img {
  margin: 0 8px;
}
.download_pop_img img {
  width: 100%;
  vertical-align: middle;
}
.download_pop_contact {
  width: 100%;
  display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  background-color: #3392E3;
  color: #fff;
  padding: 10px 0;
  border-radius: 25px;
  font-size: 16px;
  text-align: center;
}
.download_pop_contact:hover {
  opacity: 0.7;
}
.download_pop_contact div {
  font-weight: 500 !important;
}
.download_pop_close {
  display: block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #3392E3;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .case-ad {
    width: 270px;
    padding: 15px;
  }
  .download_pop_ttl {
    font-size: 20px;
  }
  .download_pop_txt {
    font-size: 16px;
  }
  .download_pop_contact {
    font-size: 16px;
  }
}



/*contact*/
#contact_body {
  background: #EDF6FD;
}
#contact_header {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
#contact_header .logo {
  width: 116px;
  height: auto;
}
#contact_header .logo img {
  width: 100%;
  height: auto;
}
main#ncclp_contact {
  padding-top: 0;
}



#ncclp_request {
  padding: 0 20px;
}
.contact_title {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.contact_thanks {
  margin-bottom: 200px;
}
.contact_thanks_mail {
  font-size: 16px;
  background: #fff;
  display: inline-block;
  padding: 30px;
  margin: 0 20px 120px;
}
.contact_thanks_mail_ttl {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}
.contact_title h2 {
  background: #038EE2;
  color: #fff;
  padding: 10px;
  font-size: 32px;
  font-weight: 500;
}
.contact_title h3 {
  padding: 60px 10px 80px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}
.contact_title h3.contact_title_short {
    padding: 55px 10px 25px;
    font-size: 26px;
    line-height: 1;
}
.contact_txt {
  text-align: center;
  padding: 25px 10px;
  font-size: 16px;
}
.contact_btn {
  margin-top: 25px;;
}
.contact_btn a {
  background: #FF9D01;
  padding: 12px 30px;
  color: #FFF;
  font-size: 16px;
  border-radius: 28px;
}
.contact_form {
  max-width: 1200px;
  margin: 0 auto 25px;
}
.contact_form iframe {
  width: 100%;
  height: 1550px;
}
.contact_title .contact_thanks {
  padding-top: 50px;
  font-size: 38px;
  color: #666;
}
@media (max-width: 750px) {
  #contact_header .logo {
    width: 86px;
  }
  main#ncclp_contact {
    padding: 0 20px ;
  }
  #contact_header ,
  .contact_title ,
  .contact_form {
    width: 100%;
  }
  .contact_title h2 {
    font-size: 28px;
  }
  .contact_title h3 {
    font-size: 18px;
  }
  .contact_title h3.contact_title_short {
      font-size: 24px;
  }
  .contact_form iframe {
    height: 1900px;
  }
}