@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.pickup {
  background-color: #e9e9e9;
  padding: 4em 1.8em 1em 1.8em;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 1em;
}

.pickup .pickup-title {
  background-color: #ff9160;
  font-size: 1em;
  /* タイトル文字の大きさ */
  color: #fff;
  /* タイトル文字色 */
  padding: 10px;
  /*タイトル余白*/
  text-align: center;
  /* タイトル中央寄せ */
  width: 100%;
  /*最大幅 */
  position: absolute;
  /* 配置(ここを動かす) */
  top: 0;
  /*上からの距離 */
  left: 0;
  /*左からの距離 */
  font-weight: bold;
}


.category_links {
  margin: 5rem 0 3rem 0;
  padding: 2.4rem 2rem 2rem 2rem;
  background: #ff9464;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  position: relative;
  font-weight: 700;
  margin: 6rem 0 3rem 0;
  padding: 2rem 2rem 2.8rem 2.8rem;
}

.youtube-area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube-area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube-area .caption {
  position: relative;
  top: 32px;
  left: 0%;
}

#index .addParts03 {
  padding: 0 0 4rem;
}

#index .addParts04 {
  padding: 0 0 6rem;
}

summary.btn-accordion {
  display: block;
  position: relative;
  max-width: 30rem;
  height: auto;
  margin: 0 auto 3rem;
  padding: 2rem 2.5rem 2rem 4.2rem;
  background: #ccc url(img/arrow_white_down.png) no-repeat right 1.6rem center;
  background-size: auto 7px;
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 6rem;
}

.btn-web .btnclr {
  background: url(img/web_icon.png) no-repeat left 2.5rem center, linear-gradient(90deg, #0056B3 0%, #001b44 100%);
  background-size: 20px auto, auto;
}

.mark_b{
font-size: 2.2rem;
font-weight: bold;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .features {
    margin: 20px auto 20px 20px;
    padding: 20px;
    border: 2px solid #d1d1d1;
    background: #b9d5ff30;
  }

  .features-ttl {
    position: relative;
    left: -40px;
    background-color: #ff9464;
    color: #fff;
    padding: 0.5em 1em;
    margin: 0;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
  }


  #page div.wr_two-box {
    position: relative;
    width: 100%;
    margin: 1rem auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }

  #page div.wr_two-box * {
    box-sizing: border-box;
  }

  #page div.wr_two-box .wr_box {
    width: 47.5%;
    padding: 1rem;
    /* text-align: center; */
  }

  #page div.wr_two-box .wr_box img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: none;
  }

  #page div.wr_two-box .wr_caption {
    font-size: 1rem;
    color: #999;
    display: inline-block;
    margin: 0.5rem auto;
  }

  #page div.wr_two-box .wr_caption a {
    color: #999;
  }

  .box-bottom {
    margin-bottom: 20px;
    /* コンテンツ下に20pxの余白 */
  }

  footer #page-top {
    bottom: 23rem !important;
  }

footer .footer-fixed-banner.pc:hover {
    text-decoration: none;
}
footer .footer-fixed-banner.pc {
        position: fixed;
        bottom: 2rem;
        right: 2rem;
        z-index: 999;
        background: url(https://www.chatbot-pedia.com/wp/wp-content/uploads/banner.jpg) no-repeat;
        background-size: 100%;
        width: 200px;
        height: 200px;
        font-weight: bold;
    }
.fixbanner1 {
    background: #000;
    color: #fff;
    width: 40px;
    text-align: center;
    top: 15px;
    position: absolute;
    right: 15px;
}
.fixbanner2 {
        font-size: 18px;
        line-height: 3rem;
        padding: 15px 0px 10px 10px;
    }
.fixbanner2 span {
    font-size: 32px;
}
    .fixbanner3 {
        text-align: right;
        margin: 0 7px 0 0;
    }

  #g-nav ul {
    display: flex;
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
#category .addParts01.lower {
    padding: 6rem 2rem;
}

#category .addParts01.lower .addInner {
    width: 100%;
}
#category .addParts01.lower .block .box {
    width: calc((100% - 2rem) / 3);
}
#category .addParts01.lower p.lead {
    margin-bottom: 4rem;
    width: 90%;
}

#category .addParts01.lower .block .box-head .ttl {
    font-size: 1.8rem;
}

#category .addParts01.lower .block .box-body .recommend {
}

#category .addParts01.lower .block .box-body .recommend .name::after {
    bottom: -1rem;
}

#category .addParts01.lower .block .box:nth-child(1) .recommend .name, #category .addParts01.lower .block .box:nth-child(2) .recommend .name {
    padding: 0;
}

#category .addParts01.lower .block .box-body .recommend .name, #category .addParts01.lower .block .box:nth-child(3) .recommend .name {
    font-size: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
}

#category .addParts01.lower .btn-web a {
    padding-left: 5rem;
}

#category .addParts01.lower .block .box-body .catch {
}

#category .addParts01.lower .block .box-body {
    padding: 1.5rem;
}	
	
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .features {
    margin: 20px auto 20px 20px;
    padding: 20px;
    border: 2px solid #d1d1d1;
    background: #b9d5ff30;
  }

  .features-ttl {
    position: relative;
    left: -40px;
    background-color: #ff9464;
    color: #fff;
    padding: 0.5em 1em;
    margin: 0;
    width: 104%;
    font-size: 20px;
    font-weight: bold;
  }



  #page div.wr_two-box {
    position: relative;
    width: 100%;
    margin: 1rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  #page div.wr_two-box .wr_box {
    width: 100%;
    padding: 2rem;
    /* text-align: center; */
  }

  .category_links {
    margin: 4rem 0 2rem 0;
    padding: 1.5rem 1.5rem 1.2rem 1.5rem;
    font-size: 2.1rem;
  }

  .category_links {
    margin: 5rem 0 2.5rem 0;
    padding: 1.5rem;
    font-size: 2.1rem;
  }

  .youtube-area .caption {
    position: relative;
    top: 32px;
    left: 0%;
  }
#category .addParts01.lower .addParts-title span {
    font-size: 16px;
}

#category .addParts01.lower .addParts-title {
    font-size: 2rem;
}

#category .addParts01.lower .block .box-head .ttl {
    font-size: 18px;
}
}

/*20250722*/
.box h3.name {
    text-align: center;
    color: #0366fe;
    line-height: 1.5;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.box .caption {
    text-align: center;
    display: block;
}

.box .caption {
    text-align: center;
    display: block;
    margin: 10px auto 0;
}

.addParts02-company .catch {
    text-align: center;
    padding: 2.4rem 2rem 2rem 2rem;
    background: #ff9464;
    color: #fff;
    font-size: 2.8rem;
    margin: 0 -6rem 0;
    font-weight: bold;
    line-height: 1.5;
}

.main-index .addParts02-company h3:not([class]) {
    color: #444444;
    background: #fff;
    font-size: 3rem;
    margin-top: 2rem;
}

.block-summary .box-txt {
    padding: 0;
    width: 60%;
}

.block-summary .box-txt .name {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 1rem;
}

.addParts02 .box-wrap .box {
    background: #ebf3ff;
    padding: 3rem;
    margin-bottom: 2rem;
    position: relative;
}

.box-wrap .box-head .ttl {
    font-size: 1.8rem;
    width: 100%;
    padding: 0;
    padding-left: 5.5rem;
    position: relative;
}

.box div.name {
    text-align: center;
    color: #0366fe;
    line-height: 1.5;
    font-size: 1.7rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.addParts02 .box-wrap .box  .box-head .ttl:before {
content: "1";font-family: 'Roboto', sans-serif;width: 5rem;height: 5rem;color: #043651;line-height: 4rem;text-align: center;display: inline-block;font-size: 2.4rem;font-weight: bold;position: absolute;top: 50%;left: -1rem;z-index: 2;font-weight: 700;letter-spacing: .05em;background: #0366fe;color: #fff;border-radius: 50px;display: flex;justify-content: center;align-items: center;transform: translateY(-50%);}

.addParts02 .box-wrap .box:nth-child(2)  .box-head .ttl:before {
       content: "2"; 
}
.addParts02 .box-wrap .box:nth-child(3)  .box-head .ttl:before {
       content: "3"; 
}

.addParts02 .box-wrap .box:nth-child(4)  .box-head .ttl:before {
       content: "4"; 
}

.addParts04 {
    margin-top: 12rem;
}




.addParts02 .addParts-title {
    margin-bottom: 3rem;
}
.youtube-area {
    margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
.addParts01 .block-summary .box-txt {
    width: 100%;
}

.addParts01 .block-summary .box-txt .name {
    font-size: 2rem;
}

.addParts02 .box-wrap .box,.addParts02 .box-wrap .box:nth-child(2) {
    padding: 2rem;
}

.addParts02 .box-wrap .box:nth-child(2) {
    border: none;
}

.box-wrap .box-head .ttl {
    font-size: 1.6rem;
}

.youtube-area {
    margin-bottom: 6rem;
}
.block-summary .box-txt {
    width: 100%;
}

.block-summary .box-txt .name {
    font-size: 2rem;
}

.addParts02-company .catch {
    margin: 0 -1.5rem 0;
    font-size: 2.4rem;
    padding: 1rem;
}


.addParts02 .box-wrap .box .box-head .ttl:before {
    width: 4rem;
    height: 4rem;
}

.box-wrap .box-head {
    margin-bottom: 1.5rem;
}
.main-index .addParts02-company h3:not([class]) {
    font-size: 2.2rem;
}
}