@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;
}

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

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

/* h1本体 */
.lp-sec-header > .lp-block .lp-title {
  margin: 0;
  color: #333;
}

/* h1内の各行を縦並びにする */
.lp-sec-header > .lp-block .lp-title span {
  display: block;
}

/* 1行目 */
.top_title {
  font-size: 24px;
  text-decoration: underline;
}

/* 2行目 */
.software_name {
  font-size: 48px;   /* 今の見た目に合わせて調整 */
  font-weight: bold;
  color: #3089D8;
}

/* 3行目 */
.sub-title2{
  font-size: 48px;   /* ←2行目と同じならこれ */
  color: #0cd1fd;
  font-weight: bold;
}
.sub-title3 {
  font-size: 48px;   /* ←2行目と同じならこれ */
  color: #02c048;
  font-weight: bold;
}

.sub-title4 {
  font-size: 48px;   /* ←2行目と同じならこれ */
  color: #e9206d;
  font-weight: bold;
}



@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;
  background-image: url(../../img/transparent.png);
}

.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.5vw;
}

.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;
}

.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;
}
.sukusho{
  font-size: 2.2rem;
}
#section21{
  background-color: #CBDCF8;
}
#section5{
  padding-top: 5vh;
  background-color: #CBDCF8;
}
#bgcolor8{

  background-color: #FFFFFF !important;
}
#section24{
  background-color: #CBDCF8;
}

.hr_condition{
  margin: 0;
}
.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;
}


/* 2行目～5行目の3列目、4列目、5列目のフォントサイズを 3.0vw にする */
.dots {
  font-size: 3.0vw !important;
  line-height: 1;
}


.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;
}

.center-img {

  display: block;
  margin: 4vh auto;
}

#sukusho_impact {
  width: 40vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
