@charset "UTF-8";


/*文字*/
.fs46 {
  font-size: 46px;
}
.lh_2 {
  line-height: 2em;
}
.fblue {
  font-weight: bold;
  color: #469BF5;
}

/*余白*/
.mt150 {
  margin-top: 150px;
}
.pl25 {
  padding-left: 25px;
}
.pb100 {
  padding-bottom: 100px;
}

/*幅*/
.wp49_5 {
  width: 49.5%;
}
@media screen and (max-width:991px) {
  .lg_wp100 {
    width: 100%!important;
  }
}


main {
  color: #515151;
}
.sec_bg_1 {
  background-image: url("/pc/copilot_plus/images/bg_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.sec_bg_2 {
  background-image: url("/pc/copilot_plus/images/bg_02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.sec_bg_3 {
  background-image: url("/pc/copilot_plus/images/bg_03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}



/*タイトル*/
.title {
  position: relative;
}
.title_img {
  position: absolute;
  top: 54px;
  left: 85px;
}
.title_tx {
  position: absolute;
  right: 55px;
  top: 50%;
  color: #fff;
  text-align: right;
  font-size: 25px;
  text-shadow: 2px 2px 16px rgb(0 0 0 / 20%);
  transform: translateY(-50%);
}
.title_tx p {
  line-height: 2em;
}
@media screen and (max-width:1199px) {
  .title_img {
    top: 30px;
    left: 66px;
  }
  .title_img img {
    width: 84%;
  }
}
@media screen and (max-width:991px) {
  .title_img {
    top: 10px;
  }
  .title_tx {
    position: static;
    background-image: url("/pc/copilot_plus/images/title_bg.jpg");
    background-position: right center;
    text-align: center;
    line-height: 1.5em;
    padding: 15px;
    transform: none;
  }
}
@media screen and (max-width:767px) {
  .title_tx {
    font-size: 18px;
  }
}
@media screen and (max-width:575px) {
  .title_tx {
    font-size: 16px;
  }
}



/*一般的なPCとCopilot+ PC*/
.pc_box {
  background-color: #ECF7FE;
  border-radius: 20px;
  padding: 30px 40px;
}
.pc_box ul {
  color: #469BF5;
}
.pc_box span {
  color: #515151;
}
.pc_box span .bmark {
  color: #469BF5;
}


/*お悩みから見る Copilot+ PC*/
.case_box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 32%;
  margin-bottom: 80px;
  border-radius: 20px;
}
.case_box:nth-child(odd) {
  background-color: #0897F4;
}
.case_box:nth-child(even) {
  background-color: #00AE9E;
}
.case_title {
  padding: 70px 10px 0px;
  height: 333px;
}
.case_title::before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.case01::before {
  background: url(/pc/copilot_plus/images/case01.png);
}
.case02::before {
  background: url(/pc/copilot_plus/images/case02.png);
}
.case03::before {
  background: url(/pc/copilot_plus/images/case03.png);
}
.case04::before {
  background: url(/pc/copilot_plus/images/case04.png);
}
.case05::before {
  background: url(/pc/copilot_plus/images/case05.png);
}
.case06::before {
  background: url(/pc/copilot_plus/images/case06.png);
}
.case_tx {
  background-color: #fff;
  padding: 30px 30px 50px;
  flex-grow: 1;
  border-radius:0 0 19px 19px;
}
@media screen and (max-width:991px) {
  .case_box {
    width: 49%;
  }
}
@media screen and (max-width:767px) {
  .case_box {
    width: 100%;
  }
}



.spec_dl {
  display: block;
}
.spec_dl div {
  display: flex;
  margin-bottom: 5px;
}
.spec_dl dt {
  font-weight: bold;
}
.spec_dl dd {
  margin: 0;
}



.n3_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0897F4;
  color: #FFFFFF!important;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 110px;
  text-decoration: none!important;
  position: relative;
  transition: .2s
}
.n3_btn::after {
  content: "";
  background-image: url('/pc/copilot_plus/images/arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.n3_btn:hover {
  background-color: #007ACC;
}
@media screen and (max-width:575px) {
  .n3_btn {
    padding: 25px 87px;
  }
}

.img04_icon {
  position: relative;
  z-index: 2;
}
.img04_icon::before {
  content: url("/pc/copilot_plus/images/icon.png");
  position: absolute;
  top: -58px;
  left: 7px;
  z-index: -1;
}
@media screen and (max-width:1199px) {
  .img04_icon::before {
    top: -77px;
    left: -33px;
  }
}
@media screen and (max-width:991px) {
  .img04_icon::before {
    top: 0;
  }
}
@media screen and (max-width:767px) {
  .img04_icon::before {
    left: -40px;
  }
}
@media screen and (max-width:575px) {
  .img04_icon::before {
    left: -59px;
  }
}


.h4_gr {
  display: inline-block;
  background: linear-gradient(to right, #2b87ff, #269d8c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.pt100 td {
  padding-top: 0px!important;
}
ul {
  margin-bottom: 0px
}
.table_blue th {
  text-align: center;
}
.table_blue th, .table_blue td {
  padding: 15px 25px!important;
}
.table_blue ul {
  padding-left: 20px;
}
@media screen and (max-width:767px) {
  .table_blue {
    overflow-x: scroll;
    white-space: nowrap;
    display: block;
  }
}






@media screen and (max-width:1199px) {
}
@media screen and (max-width:991px) {
}
@media screen and (max-width:767px) {
}
@media screen and (max-width:575px) {
}



