@charset "UTF-8";
/*!
 * File Name: lp-custom.css 
 * Description: lp.css をオーバーライドして、カスタマイズしているCSSです。編集するなどしてご利用ください。
 */
/* font-family（フォント）
--------------------------------------------------------- */

html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
}

button, input, select, textarea {
  font-family: inherit;
}

/* body
--------------------------------------------------------- */
body {
  background-color: #FFFFFF;
  color: #333;
}

/* button（ボタン）
--------------------------------------------------------- */
.lp-c-button {
  background-color: #F58220;
  box-shadow: 0 10px 25px 0 rgba(60, 194, 235, 0.5);
  color: #FFF;
}

.lp-c-line {
  height: 1px;
  margin: 0;
  border: none;
  background-color: #333;
}

.lp-q-button {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 100px;
  background-color: #04358f;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  overflow: visible;
  line-height: 1.2;
}

.lp-q-button--large {
  padding: 1.25vw 3.125vw;
  font-size: 3.6rem;
}

.lp-q-button--middle {
  padding: 1.09375vw 2.5vw;
  font-size: 2.4rem;
}

.lp-q-button--small {
  padding: 0.9375vw 1.5625vw;
  font-size: 1.6rem;
}

.lp-q-button:hover {
  opacity: 0.7;
}
/* header
--------------------------------------------------------- */
.lp-sec-header {
  background-color: #fff;
}

.lp-sec-header > .lp-block .lp-logo img {
  width: 90px;
  height: 90px;
}

.lp-sec-header > .lp-block .lp-title {
  font-size: 24px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .lp-sec-header > .lp-block .lp-logo img {
    width: 50px;
    height: 50px;
  }
  .lp-sec-header > .lp-block .lp-title {
    font-size: 16px;
  }
}

#for_mobile_image {
  display: none;
}
#language_pc
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* これにより要素間に均等なスペースが作られます */
}
#language_mobile
{
  display: none;
}
#file_format_pc
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* これにより要素間に均等なスペースが作られます */
}
#file_format_mobile
{
  display: none;
}

.text_center{
  text-align: center
}
.text_white{
  color: #fff;
}


/* band
   bandArrow
--------------------------------------------------------- */
.lp-sec-band > .lp-block {
  background-color: #0048A8;
  color: #fff;
}

.lp-sec-band0 > .lp-block {
  background-color: #CBDCF8;
  padding-top: 5vh;
  font-size: 4.5rem;
  color: #1e366a;
  font-weight: bold;
  text-align: center !important;
  line-height: 1.3;
}

.lp-sec-band--arrow > .lp-block::after {
  color: #0048A8;
}

/* BigCenter
   BigLeft
   BigRight
   BigText
--------------------------------------------------------- */
.lp-sec-big {
  background-color: #fff;
}

.lp-sec-big--center > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-big--center > .lp-block > .lp-text {
  color: #333;
}

.lp-sec-big--left > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-big--left > .lp-block > .lp-text {
  color: #333;
}

.lp-sec-big--right > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-big--right > .lp-block > .lp-text {
  color: #333;
}

.lp-sec-big--text > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-big--text > .lp-block > .lp-text {
  color: #333;
}

/* ImageCenter
   ImageLeft
   ImageRight
--------------------------------------------------------- */
.lp-sec-image {
  background-color: #fff;
}

.lp-sec-image > .lp-block > .lp-title {
  color: #333;
}
.lp-sec-image > .lp-block > .lp-title2 {
  color: #3089D8;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.lp-sec-image > .lp-block > .lp-text {
  color: #333;
}

.lp-sec-image--center > .lp-block > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-image--center > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

.lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .lp-title {
  color:#3089D8;
}

.lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .lp-title2 {
  color:#3089D8;
  font-size: 3.5rem;
}

.lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}
.lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .ai_explanation{
  color: #1e366a;
  font-size:2.2rem;
  font-weight: normal;
  font-family: 'Roboto',arial,sans-serif;
  line-height: 1.6;
}
.lp-sec-image--right > .lp-block > .lp-item .lp-item__contents > .lp-title10 {
  color:#3089D8;
}

.lp-sec-image--right > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color:#3089D8;
}
.lp-sec-image--right > .lp-block > .lp-item .lp-item__contents > .content-container {
  display: flex; /* フレックスコンテナとして指定 */
  align-items: center; /* 中央揃え */
  gap: 1vw; /* 画像とテキストの間にスペースを設ける */
  margin-bottom: 2vh;
}

.lp-sec-image--right > .lp-block > .lp-item .lp-item__contents >.content-container> .logo-image {
  max-width: 25%; /* 画像の最大幅 */
  height: auto; /* 画像の高さを自動調整 */
}

.lp-sec-image--right > .lp-block > .lp-item .lp-item__contents >.content-container> .text-content {
  max-width: 90%; /* テキストの最大幅 */
  color: #1e366a;
  font-size:2.2rem;
  font-weight: normal;
  font-family: 'Roboto',arial,sans-serif;
  line-height: 1.6;
}

.lp-sec-image--right > .lp-block > .lp-item .lp-item__contents > .content-container2 {
  display: flex; /* フレックスコンテナとして指定 */
  align-items: center; /* 中央揃え */
  gap: 1vw; /* 画像とテキストの間にスペースを設ける */
  margin-bottom: 1vh;
}

.lp-sec-image--right > .lp-block > .lp-item .lp-item__contents >.content-container2> .check-image {
  max-width: 6%; /* 画像の最大幅 */
  height: auto; /* 画像の高さを自動調整 */
}

.lp-sec-image--right > .lp-block > .lp-item .lp-item__contents >.content-container2> .text-content {
  max-width: 90%; /* テキストの最大幅 */
  color: #1e366a;
  font-size:2.4rem;
  font-weight: normal;
  font-family: 'Roboto',arial,sans-serif;
  line-height: 1.6;
}

.ul-image--right {
  color: #1e366a;
  list-style-type:disc;
  font-size:3rem;
  line-height:4.5rem;
  padding: 0.5em 0 0.5em 1.5em;
  margin-left: 3rem;
}

/* FullImageCenter
   FullImageLeft
   FullImageRight
--------------------------------------------------------- */
.lp-sec-fullimage {
  background-color: #fff;
}

.lp-sec-fullimage--center > .lp-block > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-fullimage--center > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

.lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-fullimage--left > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

.lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-title {
  color: #333;
}

.lp-sec-fullimage--right > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #333;
}

/* Inline2
   Inline2Arrow
   Inline3
   Inline3Arrow
   Inline4
   Inline4Arrow
   Inline5
   Inline5Arrow
   Inline2Circle
   Inline2CircleArrow
   Inline3Circle
   Inline3CircleArrow
   Inline4Circle
   Inline4CircleArrow
   Inline5Circle
   Inline5CircleArrow
--------------------------------------------------------- */
.lp-sec-inline {
  background-color: #fff;
}
.lp-sec-inline > .lp-block > .lp-title2{
  color: #3089D8;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.lp-sec-inline > .lp-block > .lp-title4{
  color: #3089D8;
  font-size:3.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.lp-sec-inline > .lp-block > .lp-title5{
  color: #FFFFFF;
  font-size: 4.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.lp-sec-inline > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-inline > .lp-block > .lp-title3 {
  color: #1e366a;
  font-size:3.0rem;
  text-align: center;
  line-height: 1.25;
}
.lp-sec-inline > .lp-block > .lp-title6 {
  color: #dd2222;
  font-size:4.5rem;
  text-align: center;
  line-height: 1.25;
}
.lp-sec-inline > .lp-block > .lp-title7 {
  color: #1e366a;
  font-size:4rem;
  text-align: center;
  line-height: 1.25;
}

.lp-sec-inline > .lp-block > .centered-image-container {
  text-align: center;
  margin: 1.5vh;
}

.lp-sec-inline > .lp-block > .lp-text {
  color: #333;
}

.lp-sec-inline > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-title {
  color: #3089D8;
  text-align: left;
}

.purchase> .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-title {
  color: #FFF !important;
  text-align: center !important;
}
.lp-sec-inline > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-title2 {
  color: #3089D8;
  text-align: center;
  font-size:2.0vw;
}

.purchase > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text {
  color: #FFF;
  font-size: 1.6vw;
  font-family: 'Roboto', arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .purchase > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text {
    color: #FFF;
    font-size: 1.2rem;
    font-family: 'Roboto', arial, sans-serif;
  }
}

.lp-sec-inline--arrow > .lp-block > .lp-list .lp-list__item::before {
  color: #333;
}

/* List
--------------------------------------------------------- */
.lp-sec-list {
  background-color: #fff;
}

.lp-sec-list > .lp-block > .lp-title {
  color: #333;
}

.lp-sec-list > .lp-block > .lp-title2 {
  color: #333;
  font-size: 2.8rem;
  text-align: center;
}

.lp-sec-list > .lp-block > .lp-text {
  color: #333;
}

.lp-sec-list > .lp-block > .lp-list > .lp-item {
  color: #333;
}
.lp-sec-list > .lp-block > .lp-list > .lp-item2 {
  color: #333;
  font-size: 2.2rem;
  line-height: 1.6;
}

.lp-sec-list > .lp-block > .lp-list > .question {
  color: #C41A41;
}

.lp-sec-list > .lp-block > .lp-list > .lp-item::before {
  color: #333;
}

/* footer
--------------------------------------------------------- */
.lp-sec-footer {
  background-color: #333;
}

.lp-sec-footer > .lp-block .lp-copyright {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .lp-sec-footer > .lp-block .lp-copyright {
    font-size: 12px;
  }
}

.lp-sec-image--right {
  background-color: #FFFFFF;
  padding-top: 8vh;
}

#lp-sec-inline--5_logos > .lp-block
{
  padding-top: 1.2vw;
  padding-bottom: 1vw;
  padding-left: 9vw;
  padding-right: 9vw;
}

#lp-sec-inline--5_logos > .lp-block > .lp-text
{
  color:#1e366a;
  font-size:2.8rem;
}

.purchase{
  background-color: #3089D8;
  color: #FFF;
  font-size: 2.2rem;
  line-height: 1.6;
}

.special_bk_color{
  background-color: #CBDCF8;;
}

.lp-sec-inline > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img2 {
  text-align: center;

}

.lp-sec-inline2 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img2 img {
  width: 65%;
  margin-top: 3rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp-sec-inline2 > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img2 {
  text-align: center;
}

.lp-sec-inline > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img2 img {
  width: 65%;
  margin-top: 3rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#purchase >.lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-title {
  color: #FFF;
  text-align: center;
}

.lp-sec-inline > .lp-block2 {
  padding-top: 2vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-bottom: 0vw;
}

#purchase > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text {
  color: #FFF;
  font-size: 2.2rem;
}

.purchase2{
  background-color: #3089D8; 
}

.lp-sec-inline > .lp-block3 {
  padding-top: 0vw;
  padding-left: 0vw;
  padding-right: 0vw;
  padding-bottom: 7vw;
}
.lp-sec-inline > .lp-block3 > .lp-list {
  margin-top: 0;
}

.purcase_button{
  background-color: #32cd32 !important;
}

.questions{
  background-color: #CBDCF8;
}

.questions > .lp-block > .lp-item .lp-item__contents > .lp-text {
  color: #1e366a;
  font-size:2.2rem;
}

#pc_spec{
  max-width: 40vh;
}

.spec1 {
  background-color: #CBDCF8;
  padding-top: 5vh;
  padding-bottom: 1vh;
}
.spec2 {
  background-color: #CBDCF8;
  padding-top: 1vh;
  padding-bottom: 5vh;
}

#summary_shots_logo
{
  max-width: 40vw;
  
}

.under_picture
{
  color: #1e366a;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  background: linear-gradient(transparent 70%, yellow 70%);
  padding-bottom: 2px;
}

.top_title
{
  color: #3089D8;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

.top_title_sub
{
  color: #3089D8;
  font-size: 2.5rem;
  font-weight: bold;
}

.software_name
{
  color: #3089D8;
  font-size: 4.0rem;
  font-weight: bold;
  text-align: left;
}

.lang_img_size{
  width: 10vw !important;
}

.special_padding{
  padding-top: 1vw !important;
  padding-bottom: 2vw !important;
}

.gijiro_form{
  width: 35vw !important;
}


.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 1.7rem;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  table-layout: fixed; /* 列の幅を均等にする */
}

.comparison-table thead tr {
  background-color: #3089D8;
  color: #ffffff;
  text-align: left;
}

.comparison-table th,
.comparison-table td {
  padding: 12px 15px;
}

.comparison-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.comparison-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.comparison-table tbody tr:last-of-type {
  border-bottom: 2px solid #3089D8;
}

.comparison-table tbody tr.active-row {
  font-weight: bold;
  color: #3089D8;
}

.table_section{
  width:80% !important;
}

.button_small-font {
  font-size: 2.0rem;
}

.lp-c-why
{
  height: 1px;
  margin: 0 auto; 
  background-color: rgb(138, 134, 134);
  width: 60%;
  border: none;
}
.lp-title10{
  color: #1e366a;
  text-align: left;
  font-size: 4.0rem;
  margin-left:5vw ;
}

.lp-text11{
  color: #3089D8;
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  margin-left:2vw ;
}

.ul_text1{
    list-style-position: outside; /* マーカーを外側に配置 */
    padding-left: 3vw; /* 左側のパディングを設定 */
}
.lp-li11{
  text-indent: -3vw; /* 最初の行のインデントを調整 */
  margin-left: 3vw;  /* マーカーとテキスト間のスペースを調整 */
  color: #1e366a;
  text-align: left;
  font-size: 2.7rem;
}
.lp-li12{
  text-indent: -3vw; /* 最初の行のインデントを調整 */
  margin-left: 3vw;  /* マーカーとテキスト間のスペースを調整 */
  color: #dd2222;
  text-align: left;
  font-size:2.7rem;
  font-weight: bold;
}

/* ---------------------------------------------------------
---------------------------------------------------------
スマホ用
---------------------------------------------------------
--------------------------------------------------------- */

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

  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size:1.0rem;
    font-family: 'Roboto',arial,sans-serif;
    vertical-align: baseline;
  }

  

  #summary_shots_logo
  {
    max-width: 40vw;
  }

  .under_picture
  {
    color: #1e366a;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    background: linear-gradient(transparent 70%, yellow 70%);
    padding-bottom: 2px;
  }

  .top_title
  {
    color: #3089D8;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
  }

  .software_name
  {
    color: #3089D8;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }

  .lang_img_size{
    width: 10vw !important;
  }

  .special_padding{
    padding-top: 1vw !important;
    padding-bottom: 2vw !important;
  }

  .gijiro_form{
    width: 80vw !important;
  }

  .youtube__aspect-ratio {
    width: 80%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;   /* ▼これで中央寄せ */
    display: block;   /* ▼ブロック要素にする */
  }
  .youtube__aspect-ratio iframe {
    width: 100%;
    height: 100%;
  }

  .comparison-table {
    width: 90%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.8rem;
    min-width: 300px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    table-layout: fixed; /* 列の幅を均等にする */
  }

  .comparison-table thead tr {
    background-color: #3089D8;
    color: #ffffff;
    text-align: left;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 0.1rem;
    font-size: 0.8rem;
  }

  .comparison-table tbody tr {
    border-bottom: 1px solid #dddddd;
  }

  .comparison-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
  }

  .comparison-table tbody tr:last-of-type {
    border-bottom: 2px solid #3089D8;
  }

  .comparison-table tbody tr.active-row {
    font-weight: bold;
    color: #3089D8;
  }

  .table_section{
    width:80% !important;
  }

  .button_small-font {
    font-size: 0.9rem;
  }

  .lp-sec-inline > .lp-block > .lp-title7 {
    color: #1e366a;
    font-size:1.1rem;
    text-align: center;
    line-height: 1.25;
  }

  .lp-c-why
  {
    height: 1px;
    margin: 0 auto; 
    background-color: rgb(138, 134, 134);
    width: 60%;
    border: none;
  }
  .lp-title10{
    color: #1e366a;
    text-align: left;
    font-size: 1.1rem;
    margin-left:5vw ;
  }

  .lp-text11{
    color: #3089D8;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    margin-left:2vw ;
  }

  .ul_text1{
      list-style-position: outside; /* マーカーを外側に配置 */
      padding-left: 3vw; /* 左側のパディングを設定 */
  }
  .lp-li11{
    text-indent: -3vw; /* 最初の行のインデントを調整 */
    margin-left: 3vw;  /* マーカーとテキスト間のスペースを調整 */
    color: #1e366a;
    text-align: left;
    font-size: 0.9rem;
  }
  .lp-li12{
    text-indent: -3vw; /* 最初の行のインデントを調整 */
    margin-left: 3vw;  /* マーカーとテキスト間のスペースを調整 */
    color: #dd2222;
    text-align: left;
    font-size: 1.1rem;
    font-weight: bold;
  }

  .lp-sec-image--right > .lp-block > .lp-item .lp-item__contents >.content-container2> .check-image {
    max-width: 8%; /* 画像の最大幅 */
    height: auto; /* 画像の高さを自動調整 */
  }

  .lp-sec-inline > .lp-block > .lp-title4{
    color: #3089D8;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }

  .lp-sec-inline > .lp-block > .lp-title3 {
    color: #1e366a;
    font-size:1.1rem;
    text-align: center;
    line-height: 1.25;
  }

  .lp-sec-inline > .lp-block > .lp-title6 {
    color: #dd2222;
    font-size:1.1rem;
    text-align: center;
    line-height: 1.25;
  }

  .lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .lp-title2 {
    color:#3089D8;
    font-size: 1.1rem;
  }

  .lp-sec-image--left > .lp-block > .lp-item .lp-item__contents > .ai_explanation{
    color: #1e366a;
    font-size:1.1rem;
    font-weight: normal;
    font-family: 'Roboto',arial,sans-serif;
    line-height: 1.6;
  }

  .lp-sec-image > .lp-block > .lp-title2 {
    color: #3089D8;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }

  .lp-sec-inline > .lp-block > .lp-title2{
    color: #3089D8;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }

  .lp-sec-inline > .lp-block > .lp-title5{
    color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }

  .lp-sec-big--center > .lp-block > .lp-title {
    font-size: 1.1rem;
    text-align: center;
  }

  #purchase > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__contents > .lp-text {
    color: #FFF;
    font-size: 1.1rem;
  }

  .comparison-table {
    width: 90%;
    border-collapse: collapse;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    table-layout: fixed; /* 列の幅を均等にする */
  }

  .lp-sec-list > .lp-block > .lp-title2 {
    color: #333;
    font-size: 1.1rem;
    text-align: center;
  }

  .lp-sec-list > .lp-block > .lp-list > .question {
    color: #C41A41 !important;
    font-size: 1.1rem;
  }

  .lp-sec-list > .lp-block > .lp-list > .lp-item2 {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .ul-image--right {
    color: #1e366a;
    list-style-type:disc;
    font-size:2rem;
    line-height:1.3rem;
    padding-left: 0.5rem;
    margin-left: 1rem;
  }

  .arrow_img{
    width:30%;
  }

  #summary_shots_logo {
    display: none;
  }

  .lp-sec-image--right {
    background-color: #FFFFFF;
    padding-top: 0vh;
  }
  #for_mobile_image {
    display: block;
    width:80vw;
  }
  #language_pc
  {
    display: none;
  }
  #language_mobile
  {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  #file_format_pc
  {
    display: none;
  }
  #file_format_mobile
  {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
}

.new_function{
  color: #C41A41 !important;
}

.ai_seisho{
  width: 55vw !important;
}
.ai_seisho2{
  width: 55vw !important;
}
.ai_seisho3{
  width: 80vw !important;
}

.ai_sum{
  width: 70vw !important;
}

#section21{
  background-color: #CBDCF8;
}
#section24{
  background-color: #CBDCF8;
}
.modal {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: auto;
  height: auto;
  max-width: 95%;
  max-height: 80%;
  overflow: auto;
  transform-origin: center center;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .modal {
      max-width: 95%;
      max-height: 90%;
      transform: scale(0.9);
  }
  .modal .card img {
      height: 50vh; /* 内部の画像の高さを縮小 */
  }
}

@media (max-width: 480px) {
  .modal {
      max-width: 95%;
      max-height: 95%;
      transform: scale(0.8);
  }
  .modal .card img {
      height: 40vh; /* 内部の画像の高さをさらに縮小 */
  }
}

#section24 > div > div > p {
  text-align: center;
  color: #1e366a;
  font-size: 2.2rem;
  font-weight: normal;
  font-family: 'Roboto', arial, sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #section24 > div > div > p {
    font-size: 1.1rem;
  }
}

/* セクション全体を青背景＆上下に余白を取る */
#series_comparison {
  background-color: #3A88D3; /* お好きな色 */
  padding-top: 4vh;         /* 上の余白 */
  padding-bottom: 4vh;      /* 下の余白 */
}

#series_comparison > .lp-block
{
  background-color: #3A88D3;
  padding: 1vh;
  padding-top: 7vh;
  padding-bottom: 7vh;
}
#series_comparison > .lp-block > .lp-list .lp-list__item > .lp-item .lp-item__img img
{
  width: 100%;
}
#series_comparison > .lp-block > .lp-text
{
  color:#FFF;
}
#series_comparison > .lp-block > .lp-list > .lp-list__item > .lp-item > .lp-item__contents > .lp-text
{
  color:#FFF;
}
#series_comparison >  .lp-block > .lp-title2 
{
  color:#FFF;
}

/*-----------ここから比較テーブル用----------------*/
/*--------------------------------------------------*/

#series_comparison > .lp-block > .lp-item >#comparizon_table {
  width: 70%;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: center;
}
#series_comparison > .lp-block > .lp-item > #comparizon_table th,
#series_comparison > .lp-block > .lp-item > #comparizon_table td {
  border: 1px solid #3089D8;
  padding: 10px;
  color: #3089D8;
}
#series_comparison > .lp-block > .lp-item > #comparizon_table th {
  background-color: #CBDCF8;
  font-size: 1.4vw;
}
#series_comparison > .lp-block > .lp-item > #comparizon_table td {
  background-color: #FFFFFF;
  font-size: 1.2vw;
}
#series_comparison > .lp-block > .lp-item > #comparizon_table a {
  color: #3089D8;
  text-decoration: none;
}
#series_comparison > .lp-block > .lp-item > #comparizon_table a:hover {
  text-decoration: underline;
}
#series_comparison > .lp-block > .lp-item > #comparizon_table th:first-child,
#series_comparison > .lp-block > .lp-item > #comparizon_table td:first-child {
  width: 10%;
}
#series_comparison > .lp-block > .lp-item > #comparizon_table th:nth-child(2),
#series_comparison > .lp-block > .lp-item > #comparizon_table td:nth-child(2) {
  width: 20%;
}
#series_comparison > .lp-block > .lp-item > #comparizon_table th:nth-child(n+3),
#series_comparison > .lp-block > .lp-item > #comparizon_table td:nth-child(n+3) {
  width: 23%;
}

/* 2行目～5行目の3列目、4列目、5列目のフォントサイズを 3.2vw にする */
#series_comparison > .lp-block > .lp-item > #comparizon_table tr:nth-child(2) td:nth-child(3),
#series_comparison > .lp-block > .lp-item > #comparizon_table tr:nth-child(2) td:nth-child(4),
#series_comparison > .lp-block > .lp-item > #comparizon_table tr:nth-child(2) td:nth-child(5),
#series_comparison > .lp-block > .lp-item > #comparizon_table tr:nth-child(3) td:nth-child(2),
#series_comparison > .lp-block > .lp-item > #comparizon_table tr:nth-child(3) td:nth-child(3),
#series_comparison > .lp-block > .lp-item > #comparizon_table tr:nth-child(3) td:nth-child(4),
#series_comparison > .lp-block > .lp-item > #comparizon_table tr:nth-child(3) td:nth-child(5),
#series_comparison > .lp-block > .lp-item > #comparizon_table tr:nth-child(4) td:nth-child(3),
#series_comparison > .lp-block > .lp-item > #comparizon_table tr:nth-child(4) td:nth-child(4),
#series_comparison > .lp-block > .lp-item > #comparizon_table tr:nth-child(4) td:nth-child(5),
#series_comparison > .lp-block > .lp-item > #comparizon_table tr:nth-child(5) td:nth-child(3),
#series_comparison > .lp-block > .lp-item > #comparizon_table tr:nth-child(5) td:nth-child(4),
#series_comparison > .lp-block > .lp-item > #comparizon_table tr:nth-child(5) td:nth-child(5) {
  font-size: 3.0vw !important;
}

.result_thumnail{
  width: 10vw !important;
}



.lineup_internal_link{
  color:#0000E5;

}

.table_head{
  color:#0000E2 !important;
  text-decoration:underline !important;
}

.query_bg_white{
  color:#0000E2 !important;
  text-decoration:underline !important;
}

.query_bg_blue{
  color:#F0F8FF !important;
  font-weight: bold;
  text-decoration:underline !important;
}

.usecase-list {
    color: #1e366a;
    font-size: 2.2rem;
    font-weight: normal;
    font-family: 'Roboto', arial, sans-serif;
    line-height: 1.6;

    list-style: disc;         /* ← 箇条書きの点を表示 */
    margin-left: 2rem;        /* ← 左に少し余白（任意） */
    padding-left: 2rem;       /* ← ブラウザ依存対策で推奨 */
}


.table-wrapper {
  overflow-x: auto;
}

/* 表全体 */
.spec-table {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4vh;
  border-collapse: collapse;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 1.8rem;
}

/* ヘッダー */
.spec-table thead {
  background-color: #9facf7;
}

/* ボディ背景 */
.spec-table tbody {
  background-color: #f3f2f2;
}

/* セル共通 */
.spec-table th,
.spec-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

/* 左側の項目列だけ幅調整したい時 */
.spec-table th:first-child,
.spec-table td:first-child {
  width: 35%;
}



/* FAQ: 最小CSS */
.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 12px 0;
  overflow: hidden;
}

/* 質問行（ボタン） */
.faq-q {
  all: unset;               /* 余計なデフォルトをリセット */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 1.8rem;
  color: #1e366a;
}
.faq-q::after {
  content: "＋";
  font-weight: bold;
  transition: transform .2s ease;
}
.faq-q[aria-expanded="true"]::after {
  content: "－";
}

/* 回答パネル */
.faq-a {
  padding: 0 16px 14px;
  font-size: 1.6rem;
  color: #333;
}

/* お好み：ホバーやフォーカスの視認性 */
.faq-q:hover { background: #f8faff; }
.faq-q:focus-visible {
  outline: 2px solid #9facf7;
  outline-offset: 2px;
}
.faq-center {
  text-align: center;
}

.lp-text-strong{
  font-family: 'Roboto', arial, sans-serif;
  margin-top: 0vh;
  font-weight: bold;
  margin-bottom: 0vh;
  text-align: center;
  font-size: 4.8rem;
  color: #FFFFFF;
}

.lp-text-token {
  color: #FFF;
  font-size: 1.8rem;
  font-family: 'Roboto', arial, sans-serif;
  text-align: center;
  margin-top: 4vh;
}

.hero-text-content {
  max-width: 90%; /* テキストの最大幅 */
  color: #1e366a;
  font-weight: bold;
  font-size:  2.6rem;
  font-family: 'Roboto',arial,sans-serif;
  line-height: 1.6;
}
