@charset "UTF-8";
.ta-c {
  text-align: center;
}

.tc {
  color: #00b7b7;
}

.min-top {
  padding-top: 40px;
  padding-bottom: 0;
}

.breadcrumbs {
  background-color: #FFF;
}

.ms-container{
  width:100% !important;
}
.ck-editor__editable_inline {
  min-height: 400px;
}

#container.sub #nav {
}
#container.top #nav {
  margin-top: 0;
}
.radar-box canvas {
  max-width: 100%;
}

.breadcrumbs {
  margin-top: 74px;
  padding: 0;
}

#main main {
  max-width: 1280px;
  margin: auto;
  width: 100%;
}

.pager-static {
  text-align: center;
}
.pager-static ul.pager {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.pager-static ul.pager li {
  width: 2em;
  height: 2em;
  border: #333 1px solid;
  text-align: center;
  color: #333;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.pager-static ul.pager li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.pager-static ul.pager li.active {
  background: #333;
  color: #fff;
}
.user-table th, .user-table td {
  padding: 1em 1.5em;
  vertical-align: top;
  border: none;
}

.error {
  color: #cc0000;
  font-weight: bold;
  background: #fff0f0;
  padding: 1em;
  margin-bottom: 1em;
}


#_mypage .sidebar ul.nav_mypage {
  display: flex;
  row-gap: 5px;
  flex-wrap: wrap;
}
#_mypage .sidebar ul.nav_mypage li {
  display: block;
  width: 100%;
  border-left: 5px solid #00b7b7;
}
#_mypage .sidebar ul.nav_mypage li a {
  display: block;
  padding: 0.8em;
  color: #000;
  transition: 0.2s;
  position: relative;
}
#_mypage .sidebar ul.nav_mypage li a i {
  padding-right: 0.8em;
}
#_mypage .sidebar ul.nav_mypage li a:hover {
  opacity: 0.7;
}

#_mypage .flex-end {
  margin-top: 1em;
  gap: 1em;
}

#_mypage .stat-box {
  background: #999;
  color: #fff;
  padding: 0.5em 0.8em;
  font-size: 90%;
  position: absolute;
  top: 0;
}
#_mypage .btn-box {
  background: #00b7b7;
  border-radius: 1.2em;
  padding: 0.7em 1em;
  line-height: 1;
  font-size: 90%;
  color: #fff;
  border: none;
  margin: 0;
  font-weight: normal;
  min-width: auto;
  letter-spacing: 0;
}


#_mypage span.notice {
  position: absolute;     /* 相対位置に指定 */
  display: flex;
  width: auto;
  justify-content: center;
  align-items: center;
  top: 50%;             /* 表示位置を上から-10pxの位置にする */
  right: 10px;/* 表示位置を右から内側に10pxの位置 */
  color: #FFF;            /* 文字色を白に指定 */
  font-weight: normal;      /* 太文字にする */
  line-height: 20px;      /* 行の高さを指定 */
  text-align: center;     /* 文字を中央揃えにする */
  background: #f00;    /* 背景色をオレンジに指定 */
  border-radius: 10px;    /* line-heightの半分の角丸を指定 */
  min-width: 20px;        /* 最低幅を指定 */
  height: 20px;
  padding: 0 3px 1px 3px;         /* 左右に少しだけ余白を設定 */
  box-sizing: border-box; /* 計算しやすいように */
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 11px;
}

#_mypage .item-msg h3 {
  font-weight: bold;
  margin-bottom: 1em;
}
#_mypage .item-msg h5 {
  color: #999;
  font-style: italic;
  text-align: right;
  margin-top: 1em;
}


.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.modal__bg{
  background: rgba(0,0,0,0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content{
  background: #FFF;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
  background-size: 100% auto;
  max-width: 720px;
  border-radius: 25px;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);

}
.modal__content .joinbox{
  background: #FFF;
}
.modal__content .modal_img {
  text-align: center;
  margin-bottom: 1em;
}
.modal__content p {
  color: #333;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
.modal__content p strong {
  text-decoration: underline;
}
.modal__content p.preview_message {
  border: #999 1px solid;
  font-weight: normal;
  text-align: left;
  padding: 1em;
  font-size: 0.9rem;
}
.modal__content .button {
  text-align: center;
}
.modal__content .button a,
.modal__content .button button
{
  color: #fff;
  background: #00b7b7;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.4em 1em;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 0;
}

.patents .flex-child.thumb {
  width: 40%;
}

.patents .flex-child.info {
  width: calc(60% - 30px);
  background-color: #FFF;
  padding: 25px;
}

.patent_ttl {
  font-size: 24px;
  font-weight: bold;
  min-width: 200px;
}

.patents .btn-more {
      max-width: 240px;
      font-size: 16px;
}

.patent_single .btn-more {
      max-width: 320px;
      font-size: 16px;
}

.patent_single .btn-more em {
  color: #FFF;
}

#SEARCH .flex {
  display: flex;
  justify-content: space-between;
}

#SEARCH .flex .l-box {
  width: 280px;
}

#SEARCH .flex .r-box {
  width: calc(100% - 280px - 30px);
}

#SEARCH .patent-card .item .flex .thumb {
  width: calc(100% - 85%);
}

#SEARCH .patent-card .item .flex .content-area {
      width: calc(100% - 15%);
}

#SEARCH .patent-card .item {
  padding: 10px;
  margin-bottom: 0;
  box-shadow: inherit;
  border-radius: 0;
}

#SEARCH .patent-card .item table {
  border-bottom: inherit;
}

#SEARCH .patent-card .item .flex-end {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 5px;
}

#SEARCH .patent-card .item .flex-end .viewmore {
  font-size: 16px;
}

#SEARCH .patent-card .item .flex-end .viewmore em:after {
  width: 32px;
}

#SEARCH .patent-card .item table th,
#SEARCH .patent-card .item table td {
  padding: .25em .5em;
}

.search-result {
  margin: 0;
  padding: 0 0px 12px;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
}

.search-result span {
  font-size: 14px;
}

.pager-static {
  margin-top: 20px;
}

#SEARCH .js-toggle-button {
  display: none;
}

.patent-card .item.new::before {
  display: none;
}

.inner.wide {
  max-width: 1680px;
  padding: 0 48px;
}



.patent-table {
}

.patent-table table {
  vertical-align: top;
  background-color: #FFF;
}

.patent-table th {
  min-width: 100px;
  font-weight: bold;
  font-weight: 600;
  background: linear-gradient(180deg, #fbfcfd, #f3f5f7);
  font-size: 13px;
  min-height: 60px;
}

.patent-table th,
.patent-table td {
  vertical-align: top;
  border: 1px solid #ecf0f2;
}

.patent-table td {
  font-size: 12px;
}

.patent-table th:first-child {
  background: linear-gradient(180deg, #f1f7fd, #e7edf3);
}

.patent-table table a {
  color: #00b7b7;
  font-weight: bold;
}

.patent-table .img-box {
  padding-top: 100%;
  position: relative;
  width: 80px;
}

.patent-table .img-box img {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.filter_area h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}

.filter_area .menu {
      width: 100%;
        background-color: #FFF;
        padding: 24px 16px;
            border: 1px solid #ecf0f2;
}

#SortMenu h2 {
  font-size: 24px;
  margin-bottom: 12px;
}

#SortMenu .filter_area .menu  {
  margin-bottom: 20px;
}


#SortMenu .sortmenus {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#SortMenu .sortmenus:last-of-type {
  margin-bottom: 0;
}

#SortMenu .sortmenus strong {
  float: inherit;
  height: auto;
  background-color: inherit;
  text-align: left;
  font-size: 12px;
  width:100%;
  display: block;
  margin: auto;
  padding: 0;
  width: 56px;
}


#SortMenu .sortmenus {
  margin-right: 0;
}

#SortMenu select,
#SortMenu input[type="text" i] {
    width: calc(100% - 56px - 10px);
}

.exit::before {
  /*display: none;*/
}

tr .exit::before {
  display: none;
}

.exit::after {
  display: none;
}


.patent_single .patents h1 {
  margin-bottom: 30px;
}

.area-tag span {
  background-color: #999;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 5px;
  color: #FFF;
  font-size: 14px;
  margin-bottom: 0;
}

.patent_single .patents h2.sub_ttl {
  margin-top: 0;
  color: #00b7b7;
  background: none;
  padding: 0;
  border: none;
}

.service_info span {
  display: block;
  position: relative;
  max-width: 260px;
  white-space: nowrap;
}

.service_info span::after {
}

.pdf-dl {
  padding: .5em 1em;
  border: 2px solid #000;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 320px;
  font-size: 14px;

}

.pdf-dl::after {
  content:"";
  width: 30px;
  height: 35px;
  background-image: url(../images/ic_pdf.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
  display: inline-block;

}

.pdf-dl.no-link {
  pointer-events:none;
  background-color: #DCDCDC;
}


.tab-area {
  border-bottom: 1px solid #DCDCDC;
}

.h-logo {
    margin-right: 30px;
}

header.page nav .menu-area {
  justify-content: flex-start;
}

.sub-nav.pc {
  margin: 0 0 0 auto;
}

header nav ul {
  width: auto;
  column-gap: 20px;
}

header nav ul li {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  white-space: nowrap;
}

.banner-slider .slide {
  position: relative;
  margin: 0 20px;
}

.banner-slider img {
  width: 100%;
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-slider h2 {
  position: absolute;
  top: 10px;
  left: 0;
  color: #FFF;
  font-size: 24px;
  background: rgba(0, 0, 0, .5);
  padding: 5px 10px;
  margin: 0;
}

.banner-slider h2 em {
  color: #FFF;
}

.banner-slider p {
  position: absolute;
  bottom: 15px;
  color: white;
  font-size: 16px;
  background: rgba(0,183,183,.5);
  padding: 5px 10px;
  width: 100%;
  margin: 0;
}

.flex .side_contents {
  width: calc(25% - 20px);
  background-color: #FFF;
  padding: 15px;
}

.flex .main_contents {
  width: 75%;
  background-color: #FFF;
}

.patent-lists,
.video-area {
  padding: 0 15px;
}

.flex .side_contents h2 {
  font-size: 20px;
  border-left: 4px solid #00b7b7;
  padding: 10px 0;
  padding-left: 15px;
  margin-bottom: 20px;
  font-weight: bold;
  box-shadow: 0 0 5px 1px rgba(14, 33, 64, .14);
}

.flex .side_contents article.patent a {
  display: flex;
  justify-content: space-between;
  border: 1px solid #DCDCDC;
}

.flex .side_contents article.patent .img-box {

    width: 120px;
    position: relative;
}

.flex .side_contents article.patent .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.flex .side_contents article.patent .content-area {
  width: calc(100% - 120px);
  padding: 10px;
  min-height: 120px;
}

.flex .side_contents article.patent .content-area h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.flex .side_contents article.patent .content-area p {
  font-size: 12px;
  margin: 0;
}

.flex .side_contents ul {
  margin-bottom: 30px;
}

.flex .side_contents ul li{
  padding: 15px;
  border-bottom: 1px solid #DCDCDC;
}


#about {
  padding: 0px 0 80px;
}

.upload {

}

.upload .up_img {
  padding-top: 80%;
  min-height: 800px;
  background-image: url(/assets/images/photo_1.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.upload .up_img h2 {
  color: #FFF;
  font-size: 32px;
  text-align: center;
  position: absolute;
  max-width: 90%;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  letter-spacing: .5em;
}

.upload .up_img h2 em {
  font-style: italic;
  font-size: 14px;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1px;
}

.upload .up_img p {
  background-color: rgba(0,0,0,.5);
  color: #FFF;
  font-size: 16px;
  text-align: center;
  padding: 20px;
  position: absolute;
  max-width: 90%;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
}

.upload .up_img p span {
  display: block;
  font-size: 24px;
  padding-bottom: 15px;
}

#about form {
  position: absolute;
  position: inherit;
  bottom: 100px;
  text-align: center;
  left: 0;
  right: 0;
  color: #FFF;
}

/* カスタムファイルアップロードボタンのデザイン */
.custom-file-upload {
  display: block;
  margin: auto;
  max-width: 240px;
  padding: 8px 16px;
  cursor: pointer;
  background-color: #FFF;
  border: 1px solid #00b7b7;
  color: #333;
  border-radius: 50px;
  text-align: center;
  margin-top: 10px;
  position: relative;
  top: -20px;
  white-space: nowrap;
  overflow-x: clip;
}

.custom-file-upload::after {
    content: " ";
    display: block;
    background-image: url(../images/icon-files.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 32px;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

/* デフォルトのファイル入力を非表示にする */
input[type="file"] {
  /*display: none;*/
}

/* アップロードボタンのデザイン */
button {
  padding: 8px 16px;
  background-color: #28a745;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #00b7b7;
}

#guide .tabs .tablinks {
  color: #999;
}

.ytp-title-channel {
  opacity: 0!important;
  display: none;
}

.youtube::before {
    content:"";
}

#drop-area {
   border: 2px dashed #ccc;
   padding: 30px;
   text-align: center;
   color: #FFF;
   max-width: 90%;
   margin: auto;
   max-width: 800px;
   border-radius: 25px;
}

#drop-area.dragover {
  background-color: red; /* ドラッグ中の背景色 */
  border-color: #4CAF50; /* 緑色の枠線 */
}

#drop-message {
  position: relative;
  padding-bottom: 20px;
  margin: 0;
  line-height: 2;
  font-size: 18px;
}

.correction {
  width: 140px;
  margin: 0 0 20px auto;
  text-align: center;
  padding: 10px 10px;
  color: #999;
  border: 1px solid #999;
  background-color: #FFF;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  display: flex;
  justify-content: center;
}

.correction:hover {
  background-color: #999;
  color: #FFF;
}

.form {
  background-color: #FFF;
  padding: 40px;
  max-width: 800px;
  margin: auto;
  border-radius: 5px;
  box-shadow: 0 0 5px 1px rgba(14, 33, 64, .14);
}

.form .required::after {
  content:"*";
  font-size: 12px;
  color: red;
}

.form th {
  text-align: right;
  padding-right: 20px;
}

.tags {
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.tags h3 {
  font-size: 32px;
  margin-bottom: 20px;
}

.tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.tags ul li {
  color: #00b7b7;
  font-size: 18px;
  background-color: #FFF;
  padding: .5em 1em;
  border-radius: 24px;
}

.tags ul li::before {
  content: "#";
}

.page .video-area .item {
  width: calc(25% - 20px);
}

.btn-more {
  position: relative;
  padding: 24px 60px;
  background-color: #00b7b7;
}

.btn-more:after {
  content: " ";
  width: 42px;
  height: 11px;
  background-image: url(/assets/images/ico-link-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  display: inline-block;
  margin-left: 20px;
  position: absolute;
  bottom: 40px;;
  right: 20px;
}

.pc {display: block!important;}
.sp {display: none!important;}

.ocr_info {
  width: 800px;
  max-width: 100%;
  padding: 25px;
  background-color: #FFF;
  border: 1px solid #DCDCDC;
  border-radius: 16px;
  margin: auto;
  margin-bottom: 10px;
}

.meowlytics {
  margin: auto;
  margin-bottom: 100px;
  text-align: right;
  font-size: 10px;
  width: 100%;
  max-width: 800px;
}


.ocr_info p:last-child {
  margin: 0;
}

.patent-explanation h3 {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #3d3d3d;
}

.patent-explanation figure {
  display: block;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 400px;
}

.patent-explanation figure.table {
  max-width: inherit;
}

.patent-explanation ul,
.patent-explanation ol {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
width: 100%;
}

.patent-explanation ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
  width: calc(100% - 20px);
}

.patent-explanation ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 20px;
  width: calc(100% - 20px);
}

.patent-explanation ol li {
  width: 100%;
  margin-bottom: 10px;
}

.patent-explanation ol li::marker {

}

.patent-explanation ul li {
  margin-bottom: 10px;
  width: 100%;
}

.patent-explanation ul li ul {
  list-style: circle;
  width: calc(100% - 20px);
}

.patent-explanation ul li ul li:first-child {
  margin-top: 10px;
}

.patent-explanation ul li::before {
  /*font-family: "Font Awesome 5 Free";
  content: "\f058";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  padding-right: 10px;
  color:#00b7b7;*/
}

.patent-explanation h4 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 1px solid #3d3d3d;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  min-width: 120px;
}

.patent-explanation span {
  font-size: 12px;
  color: #999;
}

.patent_single .patent_ttl,
.patent_single .patents h2 {
  background: linear-gradient(180deg, #fafbfd, #f8fafc);
}

.patent_single .flex-child.info {
  padding: 0;
}

.patent_single .flex-child.info .patent_inner {
  padding: 25px;
}

.patent_single .flex-child.info {
  border: 1px solid #e8e8e8;
}

.patent_single .flex-child.info .patent_ttl {
  padding: 25px;
  border-bottom: 1px solid #e8e8e8;
}
.patent_single .patent_ttl h1 span {
  color: #99a6b4;
  font-size: 14px;
}

.patent_single .flex-child.thumb .img-box img {
  border-radius: 20px;
}

.patent_single .flex-child.thumb .img-box {
  position: sticky;
  top: 120px;
}

.patent_single .btn-more:after {
  bottom: 30px;
}

.recommend-tag span {
  margin-bottom:  10px;
}

.is_ai_generated img {
  position: relative;
}

.is_ai_generated::before {
  content: "AI generated.";
  position: absolute;
  top: calc(50% - 1em);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: right;
  color: #FFF;
  opacity: .75;
  font-family: 'Marcellus SC', serif;
  z-index: 2;
  margin: auto;
  text-align: center;
  font-size: 48px;
}

/*
.patent_single .flex-child.thumb .img-box::after {
  content: "#AI generation";
  font-family: 'Marcellus SC', serif;
  color: #FFF;
  opacity: .25;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  right: 10px;
  bottom: 20px;
  padding: .25em .5em;
  background: #333;
}
*/

.agreement_box {
  margin: 40px auto;
  text-align: left;
  width: 100%;
  max-width: 640px;
  height: 360px;
  border: 1px solid #DCDCDC;
  padding: 25px;
  border-radius: 8px;
  overflow-y: scroll;
}

.agreement_box h2 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

.agreement_box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

#form-signup table th {
  min-width: 280px;
}

/*#form-signup table th.required::before {
  content: "※";
  color: #C62B2B;
  font-size: 12px;
  margin-right: .5em;
}*/

#form-signup table th.required::after {

}

#form-signup .btn-group>.btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

#form-signup .btn-group>.btn span {
  font-size: 12px;
  display: block;
  width: 100%;
}

header nav ul li {
  flex: inherit;
}

header .vision {
  display: none!important;
  border-left: 1px solid #DCDCDC;
  padding: 0;
  margin: 10px 0;
  padding-left: 20px;
}

header .vision img {
  width: 80px;
}

form.contact table {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

input, optgroup, select, textarea {
  width: 100%;
}

input[type="radio" i],
input[type="checkbox" i]   {
  width: auto;
}

[type=submit] {
  max-width: 240px;
}

.contact th {
  text-align: right;
}

.contact th.required::before {
  content: "※";
  color: #C62B2B;
  font-size: 12px;
  margin-right: .5em;
}

.title-stylish {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

#nav .sub-nav a.bl {
}

.patent-lists .item .content-area h3 {
  font-size: 16px;
}

.reed-key {
  display: flex;
  align-items: center;
  background: none;
  height: 320px;
}

.reed-key  .search-area {
  margin: auto;
  min-width: 94%;
  max-width: 800px;
  margin-top: 60px;
}

.reed-key .search-area input {
}

.reed-key .keyword_search {
  max-width: 800px;
  margin-top: 0;
}

.reed-key .search-area h2 {
  text-align: center;
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.reed-key .search-area p {
  text-align: center;
  font-size:14px;
  color: #999;
}

.patent-lists .slick-slide {
  margin: 10px 10px;
  box-sizing: border-box;
  min-height: 480px;
  padding: 15px;
}

.patent-lists .slick-slide .tag-list
 {
  display: none;
}

.patent-lists .item .content-area {

}

.patent-lists .content-area,
.patent-lists .info-area {
  flex-grow: 1;
}

.slick-prev:before,
.slick-next:before {
  font-size: 32px!important;
  color: #00b7b7!important;
}

.slick-prev {
    left: 0!important;
    z-index: 1;
}

.slick-next {
    right: 12px!important;
    z-index: 1;
}

.main_contents h2.ttl-sec {
  margin-bottom: 25px;
  line-height: 1.25;
}

#about {
}

#faq {
  background-color: #FFF;
  border-radius: 20px;
  color: #000;
  padding-top: 0px;
}

#faq p.answer.open {
    display: flex !important;
}

#faq ul {
  margin-bottom: 0;
  width: 100%;
  padding: 0 40px;
}

#faq ul li {
  font-size: 20px;
  font-weight: bold;
  padding-right: 30px;
  padding-bottom: 20px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
}

#faq ul li {
  cursor: pointer;
}

#faq ul li::before {
  padding: 0;
  content: "Q.";
  padding-right: 10px;
  font-size: 32px;
  color: #00b7b7;
  margin-right: 10px;
}

#faq ul li::after {
  content: "+";
  font-size: 24px;
  background-color: #00b7b7;
  color: #FFF;
  border-radius: 40px;
  position: absolute;
  right: 0;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 5px 10px;
  top: 5px;
}

#faq ul li.open::after {
  content: "ー";
  padding: 5px 5px;
}

#faq p.answer.open {
  display: flex!important;
}

#faq p.answer {
  font-size: 16px;
  margin-bottom: 30px;
  display: none;
  font-style: italic;
}

#faq p.answer::before {
  content: "A.";
  padding-right: 10px;
  font-size: 32px;
  color: #00b7b7;
  color: #FF3F3F;
  margin-right: 10px;
  font-weight: bold;
  font-style: normal;
  font-style: italic;
}

.reed-key .search-area .keyword_search .field {
  background: #000;
  padding: 1em;
  padding-right: 2em;
  color: #FFF;
  height: auto; /* 高さは自動調整 */
  min-height: 160px; /* 初期高さ */
  resize: none; /* ユーザーによるサイズ変更を禁止 */
  overflow-y: hidden; /* スクロールバーを非表示 */
  line-height: 1.5;
}


.reed-key .search-area .keyword_search .submit {
  width: 32px;
  height: 32px;
  bottom: 8px;
  right: 8px;
  background: transparent url(/assets/images/icon_search_enter.png) no-repeat center;
  background-size: contain;
}

#about {
  background: #FFF;
}

.col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.col2 .box {
  width: calc(50% - 20px);
}

.col2 .box img {
  border-radius: 25px;
}

.col2 .box h2 {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 5px;
}

.slick-dots {
  left: 0;
}

.modal__content h2 {
  font-size: 48px;
  font-weight: bold;
  font-family: "Anton", Impact, sans-serif;
}

.modal__content p {
  font-size: 1rem;
}

.modal__content span,
.orhr {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  position: relative;
}

.modal__content span::before,
.orhr::before {
  content: "";
  width: calc(50% - 1.5em);
  height: 1px;
  background-color: #DCDCDC;
  position: absolute;
  left: 0;
}

.modal__content span::after,
.orhr::after {
  content: "";
  width: calc(50% - 1.5em);
  height: 1px;
  background-color: #DCDCDC;
  position: absolute;
  right: 0;
}

.modal__content table th,
.modal__content table td {
  display: block;
}

.modal__content p,
.modal__content button {
  margin: auto;
}

.modal__content .flex {
  position: relative;
  flex-wrap: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: center;
}

.modal__content .flex div:first-child {
      width: calc(50% - 24px);
}

.modal__content .flex #form-login-search {
  width: 100%;
}

.modal__content .flex .box {
  width: calc(50% - 24px);
}

.modal__content .flex .box [type=submit] {

}


.separator {
  width: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  line-height: 1;
}

.separator::before,
.separator::after {
  content: "";
  width: 1px;
  background: #cfcfcf;
  flex: 1;
  min-height: 80px;
}

.separator span {
  display: block;
  margin: 12px 0;
  white-space: nowrap;
}


button.rep {
  background: none;
  text-align: center;
  color: #333;
  padding: 0;
  font-weight: 400;
  min-width: inherit;
  display: flex;
  align-items: center;
  max-width: 217px;
  font-size: 14px;
  justify-content: center;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 60px;
  letter-spacing: normal;
}

button.rep:hover {
  background: none;
  color: #333;
}

.google-btn {
  display: inline-flex;
  align-items: center;
  /*background-color: #dd4b39;*/
  background-color: #FFF;
  color: #333;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  padding: 8px 12px 8px 36px; /* ロゴの分だけ左余白を確保 */
  font-size: 20px;
  text-decoration: none;
  position: relative;
  width: 100%;
  max-width: 260px;
  padding-left: 60px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.google-btn::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url("https://developers.google.com/identity/images/g-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.google-btn img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.status-note {
  margin: auto;
    font-size: 10px;
    position: absolute;
    top: 50px;
    text-align: right;
}

#_mypage .btn-box.btn-delete {
  background: #999;
}

#_mypage .stat-box.stat-1 {
  background: #00b7b7;
}

.btn_link {
  margin: 30px 0;
    background: #00b7b7;
    border: none;
    padding: 0.5em 1em;
    border-radius: 32px;
    color: #FFF;
    font-weight: bold;
    min-width: 240px;
    font-size: 16px;
}

.pc_prev {
  width: 100%;
  background-image: url(../images/photo_2.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
  margin-top: 102px;
  position: relative;
  max-height: 640px;
}

.pc_prev .inner {
  position: relative;
}

.pc_prev .g_box {
  color: #FFF;
  position: absolute;
  top: 160px;
  left: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
}

.pc_prev .g_box h2 {
  font-size: 28px;
  text-align: left;
  margin-bottom: 10px;
}

.pc_prev .g_box p {
  font-size: 16px;
  color: #FFF;
}

.pc_prev .g_box a {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #FFF;
}

.logo_list {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap:10px;
  margin: auto;
  margin-bottom: 10px;
  max-width: 880px;
}

.logo_list .box {
  width: calc(20% - 20px);
  height: 40px; /* 好きな高さ */
  display: flex;
  align-items: end;
  justify-content: center;
}

.logo_list .box:last-child {
}

.logo_list .box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  max-width: 120px;
}

#pickup_com {
  padding-top: 0;
}

#pickup_com ul {
  padding:20px;
  margin: 0 40px;
  margin-top: 30px;
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #DCDCDC;
}

#value #drop-area{
  margin-bottom: 100px;
}

.form-signup table td,
.form-signup table th {
  width: 100%;
  display: block;
}

.form-signup table th {
  padding-bottom: 0;
}

.form-signup table {
  max-width: 400px;
  margin: auto;
}

.form-signup .btn-group {
  display: flex;
}

.signup_post h2.ttl-sec {
  color: #00b7b7;
  margin-bottom: 20px;
}

.signup_post {
  box-sizing: border-box;
}

.signup_post .col2 {
  padding: 0;
  align-items: normal;
  align-items: baseline;
  margin: 40px auto;
}

.signup_post .col2 .box {
  width: calc(50% - 15px);
  border: 1px solid #DCDCDC;
  border-radius: 16px;
  padding: 40px 25px;
}

.signup_post .col2 .box h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.signup_post .col2 .box h4 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

.signup_post .col2 .box p:last-child {
  margin-bottom: 0;
}

.signup_post .col2 .box .lr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap:wrap;
}

.signup_post .tc_label {
  background-color: #00b7b7;
    width: 100%;
    padding: 5px 10px;
    color: #FFF;
    font-size: 18px;
    border-radius: 8px;
    font-weight: bold;
    margin-bottom: 10px;
}

.signup_post .col2 .box .lr .l_box {
  width: 30%;
  position: relative;
}

.signup_post .col2 .box .lr .l_box img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  margin: auto;
}

.signup_post .col2 .box .lr .r_box {
  width: calc(70% - 20px);
}

.signup_post .col2 .box .lr .r_box h4 {
  margin-bottom: 10px;
}

.signup_post .col2 .box .lr .r_box ul {
  margin-bottom: 20px;
}

.signup_post .col2 .box .lr .r_box ul li {
  display: flex;
}

.signup_post .col2 .box .lr .r_box ul li::before {
  content: "●";
  display: inline-block;
  margin-right: 5px;
  color: #00b7b7;
}

.signup_post .col2 .box .list_box {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 20px;
}

.signup_post .col2 .box .list_box.wrap {
  flex-wrap: wrap;
  gap: 15px;
}

.signup_post .col2 .box .list_box li {
  font-size: 12px;
  background-color: #EEE;
  padding: 10px 10px;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  white-space: nowrap;
  width: auto;
}

.signup_post .col2 .box .list_box.wrap li {
  width: 100%;
}

.signup_post .col2 .box .left_bar {
  margin-bottom: 10px;
}

.signup_post .col2 .box a.btn-r {
  font-size: 20px;
  margin: 20px auto;
  background: #00b7b7;
  color: #FFF;
}


.option_box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 36px 34px;
  background: #f3f3f3;
  border: 1px solid #cfcfcf;
  border-radius: 24px;
  box-sizing: border-box;
}

.option_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px;
  border: 1px solid #DCDCDC;
  border-radius: 16px;
  margin-bottom: 30px;
}

.option_row {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.option_text {
  flex: 1;
  background: #e9e9e9;
  padding: 18px 36px;
  box-sizing: border-box;
}

.option_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}

.option_sub {
  margin-top: 2px;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}

.option_price {
  width: 240px;
  flex-shrink: 0;
  background: #d9edf0;
  padding: 18px 26px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.4;
  color: #111;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.option_example {
  margin-top: 34px;
  padding: 0 30px;
}

.option_example h3 {
  margin: 0 0 12px;
  color: #00b7b7;
  font-size: 22px;
  font-weight: 700;
}

.option_example ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.option_example li {
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
  font-size: 18px;
  line-height: 1.8;
}

.option_example li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 10px;
  height: 1px;
  background: #333;
}

.option_example a {
  color: #222;
  text-decoration: none;
}

.option_example a strong {
  font-weight: 700;
  color: #000;
}

.option h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.option a.btn-r {
  font-size: 20px;
  margin: 20px auto;
  background: #00b7b7;
  color: #FFF;
}

.sub-nav .min {
  margin: 0;
  font-size: 10px;
  margin-bottom: 6px;
}

.bl {
  color: #00b7b7;
  border: 1px solid #00b7b7;
  background-color: #FFF;
  padding: 4px 12px;
  border-radius: 8px;
  margin-right: 6px;
}

.aip_key {
  margin-top: 74px;
  background-image: url(../images/feature_bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0;
}

.aip_key .txt_box {
    width: calc(50% - 40px);
}

.aip_key h2 {
    font-size: 40px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 30px;
}

.aip_key p {
    color: #FFF;
    font-size: 18px;
    margin: auto;
    margin-bottom: 15px;
    line-height: 2;
}

.aip_key .img_box {
    width: 50%;
}

.aip_key .img_box img {
    width: 100%;
}

.aip_key .btn-more {
  margin: 30px 0 0 0;
  padding: 10px 24px;
  border-radius: 25px;
}

.aip_key .btn-more::after {
  bottom: 22px;
}

.top-tags-section {
  padding: 40px 0;
}

.top-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.top-tags-list li {
  margin: 0;
}

.top-tags-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 30px;
  padding: 0 20px;
  border: 1px solid #00bcd4;
  border-radius: 9999px;
  color: #00bcd4;
  background: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  transition: .2s;
}

.top-tags-list a:hover {
  background: #00bcd4;
  color: #fff;
}

#can {
    background-image: url(../images/feature_bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 60px;
    color: #FFF;
}

#can h2.ttl-sec {
  color: #FFF;
  line-height: 1.5;
}

#can h3 {
  font-size: 20px;
}

#can .flex {
  margin-bottom: 30px;
}

#can .box {
  width: calc(33% - 20px);
  background-color: #FFF;
  border-radius: 16px;
  padding: 15px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

#can .box .btn-more {
margin: 0 auto;
font-size: 16px;
padding: 15px 25px;
border-radius: 50px;
height: 62px;
display: flex;
    justify-content: center;
    align-items: center;
}

#can .btn-more:after {
  bottom: 26px;
}

#can .box h3 {
  font-size: 20px;
  color: #00bcd4;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

#informations .box {
  width: calc(50% - 20px);
}

#informations h2.ttl-sec em {
  text-align: left;
  color: #000;
}

#informations h2.ttl-sec {
  text-align: left;
  line-height: 1.25;
}

.news_list li {
  font-size: 14px;
}

.news_list time {
  margin-right: 15px;
  display: block;
}

#faq ul {
  padding: 0;
}

#faq ul li,
#faq p.answer {
  font-size: 14px;
}

#faq ul li::after {
  top: 4px;
}

#faq ul li {
  display: flex;
  align-items: center;
}

#faq ul li::before {
  font-size: 24px;
}

#faq ul li::after {
  font-size: 18px;
  padding: 4px 8px;
}
#faq ul li {
  padding-bottom: 5px;
}

.signup_post .col2 .box img {
  border-radius: 0;
}

.plan-summary-box {
    border: 1.5px solid #00b7b7;
    border-radius: 24px;
    padding: 24px 28px;
    margin: 20px 0 30px;
    background: #fff;
}

.plan-summary-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.plan-summary-row {
    display: table-row;
}

.plan-summary-head,
.plan-summary-body {
    display: table-cell;
    vertical-align: top;
    padding: 2px 0;
    font-size: 16px;
    line-height: 1.6;
}

.plan-summary-head {
    width: 170px;
    text-align: right;
    white-space: nowrap;
    color: #222;
    font-weight: bold;
}

.plan-summary-head span {
  color: #00b7b7;
  padding: 0 15px;
}

.plan-summary-body {
    color: #222;
}

.current-plan-box [type=submit] {
  max-width: inherit;
}

.current-plan-title {
  color: #00b7b7;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

.antialiased header .flex.middle li:nth-child(2) {
  font-weight: bold;
  color: #00b7b7;
}

.antialiased .th-color {
  background-color: #00b7b7;
}

@media (max-width: 1360px) {
  .inner {
    max-width: 1100px;
  }
}

@media (max-width: 787px) {
  .pc {display: none!important;}
  .sp {display: block!important;}

  table th,
  table td {
    /*display: block;*/
  }

  .modal__content{
    width: 90%;
  }
  .modal__content p {
    color: #333;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
  }

  .patents .flex-child.thumb,
  .patents .flex-child.info {
    width: 100%;
  }

  .patents .flex-child.info {
    padding: 0;
  }

    .patents .flex-child.thumb {
      margin-bottom: 30px;
    }

  .patents .btn-more {
    margin: 40px auto;
    max-width: 400px;
  }

  .patents .btn-more em{
    display: none;
  }

  .patents th, .patents td {
    padding: .5em 1em;
    min-width: 120px;
  }

  #SEARCH .flex .l-box,
  #SEARCH .flex .r-box {
    width: 100%;
  }


  #SEARCH .flex .l-box,
  #SEARCH .flex .r-box{
    padding: 0 3.25vw;
  }

  #SEARCH .patent-card .item .flex .thumb,
  #SEARCH .patent-card .item .flex .content-area {
    width: 100%;
  }

  #SEARCH .js-toggle-button {
    display: block;
  }

  #SEARCH .patent-card .item .flex .content-area {

      overflow-x: scroll;
  }

  #SEARCH .patent-card .item table {
    border-collapse: collapse;
  }

  .patent-table {
    overflow-x: scroll;
  }

  .inner.wide {
    padding: 0 3.25vw;
  }

  .search-result {
    margin-top: 10px;
    padding: 10px 3.25vw;
    background-color: #FFF;
  }

  #SEARCH .inner.wide {
    padding: 0;
  }

  .patent-table th:first-child {
    min-width: 240px;
  }

  .patent-table .patent_image {
    min-width: 80px;
  }

  .patent-table .patent_ttl {

  }

  .patent-card .item table {
    table-layout: inherit;
    max-width: 100%;
  }

  .patent-card .item table tr {
  }

  .patent_single .inner {
    background-color: #FFF;
  }

  #SEARCH .patent-card .item table th {
    background-color: #999;
    color: #FFF;
  }

  #SEARCH .patent-card .item table th,
  #SEARCH .patent-card .item table td {
    min-width: 80px;
  }

  #SEARCH .patent-card .item .flex .img-box {
    padding-top: 50%;
  }


  .breadcrumbs {
    margin-top: 60px;
  }

  .flex .side_contents,
  .flex .main_contents {
    padding: 0;
    width: 100%;
  }

  .flex .main_contents {
    order: -1;
  }

  h2.ttl-sec::before {
    margin-bottom: 90px;
  }

  .reed-key {
    height: 500px;
    padding: 0 5.625vw;
  }

  .reed-key .search-area h2 {

  }

  .reed-key .txt-box {
    max-width: 100%;
  }

  .slick-dotted.slick-slider {
    max-width: 100%;
    overflow: hidden;
  }

  header nav ul {
    width: 100%;
  }

  #about form {
    position: inherit;
    bottom: 100px;
    text-align: center;
    left: 0;
    right: 0;
    color: #FFF;
  }

  .upload .up_img {
    padding-top: 100%;
    margin-bottom: 40px;
    min-height: inherit;
  }

  .upload .up_img p {
    font-size: 14px;
  }

  .upload .up_img p span {
    font-size: 20px;
  }

  .h-logo {
    margin: 0;
  }

  #drop-area {
      /*background-color: #00b7b7;*/

  }

  .form {
    padding: 20px;
  }

  .form th,
  .form td {
    padding: .5em;
    display: block;
    text-align: left;
  }

  h2.ttl-sec::before {
    display: none;
  }

  .page .video-area .item {
    width: 100%;
  }

  .btn-more {
    max-width: calc(100% - 5.625vw);
    margin: 20px auto;
    font-size: 20px;
  }

  .btn-more:after {
    bottom: 36px;
  }

  header nav .menu-area {
    background-color: #F5F6F8;
    height: auto;

  }

  #overlay {
    background: rgba(255, 255, 255, 0.75);
    box-sizing: border-box;
    display: none;
    height: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 1;
  }

  #overlay.open {
    display: block;
  }

  header nav ul li {
    background-color: #00b7b7;
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }

  header nav ul li::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    -webkit-font-smoothing: antialiased;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: bold;
    color: #333;
    background-color: #EFEFEF;
    padding-right: 10px;
    width: 60px;
    height: 60px;
    padding: 5px;
    font-size: 20px;
    position: absolute;
    right: 0;
  }

  header nav ul li a {
    padding: 10px 25px;
    display: block;
    height: 60px;
    width:100%;
    z-index: 2;
  }

  header nav ul li a,
  header .btn-login {
    color: #FFF;
    font-size: 20px;
    line-height: 2;
  }

  header nav ul li.on {
    background-color: #FEFEFE;
  }

  header nav ul li.on::after {
  background-color: #FFF;
    content:"";
  }

  header nav ul li.on a {
    color: #333;
  }

  .foot_fixed {
    position: fixed;
    bottom:0;
    left: 0;
    width:100%;
    z-index: 10000;
  }

  .foot_fixed ul {
    display: flex;
    justify-content: space-between;
    width:100%;
  }

  .foot_fixed ul li {
    width: 50%;
    background-color: #00b7b7;
    padding: 10px;
  }

  .foot_fixed ul li a{
    text-align: center;
    font-size: 16px;
    display: block;
    color: #FFF;
    line-height: 2;
  }

  .foot_fixed ul li:last-child {
    background-color: #FFF;
  }

  .foot_fixed ul li:last-child a {
    color: #333;
  }

  .patents .flex-child.info .patent_inner {
    padding: 0;
  }

  .patent_single .patent_ttl {
    background: none;
  }

  .patent_single .flex-child.thumb .img-box {
    position: relative;
    top: 0;
  }

  .breadcrumbs {
    background: #FFF;
  }

  .patent_single .flex-child.info {
    border: inherit;
  }

  .range {
    padding: 15px;
  }

  #form-signup table th {

  }

  #form-signup .btn-group>.btn {
    font-size: 14px;
    min-width: 30%;
    padding: .5em;
  }

  header .vision {
    margin: 0;
    padding-left: 0;
  }


    #faq {
      padding: 15px;
      padding-top: 30px;
    }

    #faq ul {
      padding: 0;
    }

    #faq ul li {
      font-size: 14px;
      display: flex;
      align-items: baseline;
      margin-bottom: 15px;
      padding-bottom: 15px;
    }

    #faq ul li::before,
    #faq p.answer::before {
      font-size: 20px;
      margin-right: 10px;
      padding: 0;
    }

    #faq ul li::after {
      content: "+";
      font-size: 20px;
      background-color: #00b7b7;
      color: #FFF;
      border-radius: 40px;
      position: absolute;
      right: 0;
      font-weight: bold;
      text-align: center;
      line-height: 1;
      padding: 1px 5px;
      top: 3px;
    }

    #faq ul li.open::after {
      padding: 1px;
    }

    #faq p.answer {
      font-size: 12px;
    }

    .col2 {
      gap: 30px;
    }

    .col2 .box {
      width: 100%;
    }

    .col2 .box.reverse {
      order: -1;
    }

    .reed-key .search-area .keyword_search .field {
      min-height: 240px;
    }

    .logo_list {
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
    }

    .logo_list .box  {
      width: calc(33% - 20px);
      height: 40px;
    }

    .pc_prev {
      display: none;
    }

    #pickup_com ul {
      margin: 0 3.25vw;
    margin-top: 20px;
    }

    .modal__content .flex {
      margin: top: 15px;
      margin-bottom: 15px;
      flex-wrap: wrap;
      align-items: center;
    }

    .modal__content .flex .box {
      width: 100%;
    }

    .separator {
    width: 100%;
    flex-direction: row;
  }

  .separator::before,
  .separator::after {
    width: auto;
    height: 1px;
    min-height: auto;
    flex: 1;
  }

  .separator span {
    margin: 0 12px;
  }

  .modal__content p {
    font-size: 14px;
  }

  .signup_post .col2 .box {
    width: 100%;
  }

  .signup_post .col2 .box .list_box {
    flex-wrap: wrap;
  }

  .signup_post .col2 .box .list_box li {
    white-space: normal;
  }

  .option_box {
    padding: 20px 14px 24px;
    border-radius: 16px;
  }

  .option_list {
    gap: 14px;
  }

  .option_row {
    flex-direction: column;
    gap: 0;
  }

  .option_text,
  .option_price {
    width: 100%;
    padding: 14px 16px;
  }

  .option_title {
    font-size: 20px;
    line-height: 1.5;
  }

  .option_sub {
    font-size: 15px;
    line-height: 1.6;
  }

  .option_price {
    font-size: 20px;
    justify-content: flex-start;
  }

  .option_example {
    margin-top: 24px;
    padding: 0 8px;
  }

  .option_example h3 {
    font-size: 18px;
  }

  .option_example li {
    font-size: 15px;
    line-height: 1.7;
    padding-left: 14px;
  }

  .option_example li::before {
    top: 12px;
    width: 8px;
  }

  .signup_post .col2 .box .lr .r_box h4,
  .signup_post .col2 .box h4,
  .option h3 {
    font-size: 18px;
  }

  .signup_post .col2 .box .lr .r_box ul li {
    font-size: 14px;
  }

  .signup_post .col2 .box .lr .l_box {
    width: 25%;
  }

  .signup_post .col2 .box .lr .r_box {
    width: calc(75% - 20px);
  }

  .option_title,
  .signup_post .col2 .box a.btn-r,
  .option a.btn-r {
    font-size: 18px;
  }

  .signup_post .col2 .box,
  .option_list {
    padding: 25px 15px;
  }

  .patent-table table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
    background-color: #FFF;
  }

  .patent-table table td, .patent-table table th {
    padding: 1em;
}

  .patent-table th {
    min-width: 100px;
    font-weight: bold;
    font-weight: 600;
    background: linear-gradient(180deg, #fbfcfd, #f3f5f7);
    font-size: 13px;
    min-height: 60px;
}

.patent-table th:first-child {
    min-width: 100px;
    font-weight: bold;
    font-weight: 600;
    font-size: 13px;
    min-height: 60px;
    vertical-align: top;
    border: 1px solid #ecf0f2;
    background: linear-gradient(180deg, #f1f7fd, #e7edf3);
}

.r-box .text-right.mb-2 {
  margin-top: 20px;
}

.modal__content {
  padding: 15px;
}

.modal__content .flex {
  justify-content: center;
}

.modal__content table th, .modal__content table td {
  width: 100%;
  display: inline-block;
}

.modal__content .flex div:first-child  {
  width: 100%;
}

.google-btn {
  max-width: 100%;
}



.aip_key {
  margin-top: 60px;
  padding: 40px 0;
  min-height: calc(100vh - 60px);
}

.aip_key h2 {
  font-size: 32px;
}

.aip_key p {
    font-size: 16px;
}

.aip_key .txt_box,
.aip_key .img_box {
    width: 100%;
}

.aip_key .btn-more {
  margin: 30px auto 0;
}

.aip_key .img_box {
  margin-top: 40px;
}

.antialiased footer .flex {
  flex-wrap: wrap;
}

.antialiased nav .flex {
  flex-wrap: wrap;
}


.antialiased .flex {
  flex-wrap: wrap!important;
}

#can .flex,
#informations .flex {
  flex-wrap: wrap;
  gap: 20px;
}

#can h3 {
  font-size: 16px;
}

#can .box .btn-more {
  height: 54px;
}

.btn-more:after {
  bottom: 24px;
}

.patent-lists .slick-slide {
  min-height: 400px;
}

#can .box,
#informations .box {
  width:100%;
}

#informations h2.ttl-sec {
  margin-bottom: 0;
}

.logo_list .box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  max-width: 80px;
}

.plan-summary-box {
    padding: 18px 16px;
    border-radius: 18px;
}

.plan-summary-table,
.plan-summary-row,
.plan-summary-head,
.plan-summary-body {
    display: block;
    width: 100%;
    text-align: left;
}

.plan-summary-head {
    padding-right: 0;
    margin-top: 10px;
    font-weight: bold;
}

.plan-summary-body {
    margin-bottom: 6px;
}

.plan-summary-head span {
  display: none;
}

}
