@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  margin: 0;
}

div {
  box-sizing: border-box;
}


a {
  text-decoration: none; /* 下線を削除 */
  color: inherit; /* 親要素のテキスト色を継承 */
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

.img-box {
  max-width: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

a.link {
  text-decoration: underline;
  color: #00b7b7;
}

p {
  margin-bottom: 20px;
  color: #000;
}

em {
  font-family: 'Marcellus SC', serif;
  color: #7B7B7B;
}

em span {
  font-size: 80%;
}

textarea {
  width: 100%;
}

form table th {
  vertical-align: top;
}

strong {
  font-weight: bold;
}

.block {
  display: block;
}

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

.flex.middle {
  align-items: center;
}

.inner {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  position: relative;
}

.camp-mv .wrapper {
    position: relative;
}
.wrapper {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

.bg-gray {
  background-color: #F6F6F6;
  padding-bottom: 80px;
}

[type=submit] {
  margin: 30px 0;
  background: #00b7b7;
  border: none;
  padding: 0.5em 1em;
  border-radius: 32px;
  color: #FFF;
  font-weight: bold;
  min-width: 240px;
  letter-spacing: .25em;
  font-size: 16px;
}

[type=submit]:hover {
  background: #00b7b7;
  color: #FFF;
}

a.btn-r{
  display: inline-block;
  margin: 0;
  background: #fff;
  border: #00b7b7 2px solid;
  padding: 0.5em 1em;
  border-radius: 32px;
  color: #00b7b7;
  font-weight: bold;
  min-width: 240px;
  letter-spacing: .25em;
  font-size: 16px;
}

#_mypage h2 {
  margin-bottom: 20px;
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 5px solid #ee7a00;
  background-color: #FBFAF0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 5px solid #00b7b7;
  background-color: #EFEFEF;
}

header {
  background: #FFF;
}

.header-scroll {
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 9999;
  background-color: #FFF;
}

header .top {
}

header .top h1 {
  margin: auto;
  text-align: center;
  font-size: 12px;
  color: #FFF;
}

header .inner {
  margin: auto;
  padding: 5px 0px;
  text-align: center;
  position: relative;
  max-height: 100px;
}

header .inner h1 {
  font-size: 12px;
  margin-bottom: 0;
  position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    margin: auto 20px;
    font-weight: bold;
}

header .h-logo {
  position: relative;
}

header .btn-login {
  color: #333;
}

header .btn-login em {
}

#nav .sub-nav a {
 font-size: 14px;
}

#nav .sub-nav a:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #DCDCDC;
}

.reed-key {
  margin-top: 74px;
  position: relative;
  background-image: url(/assets/images/photo_2.jpg);
  background-size: cover;
  background-position: top right;
  height: 40vw;
}

.reed-key .txt-box {
  color: #FFF;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 10%;
  top: 20%;

  max-width: 400px;
}

.reed-key .txt-box .reed {
  padding: 20px;
}

.reed-key .txt-box .reed p {
  margin: 0;
}

.reed-key .txt-box p.link {
  border-top: 1px solid rgba(255,255,255,0.5);
  margin: 0;
  padding: 15px;
}

.reed-key .txt-box p.link a {

}

.reed-key .txt-box p.link a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  -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;
}

.reed-key .txt-box h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.reed-key .txt-box p {
  color: #FFF;
  font-size: 14px;
}

.reed-key .circle {
  background-color: #00b7b7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 5%;
  bottom: 12%;
  display: flex;
  width: 120px;
  height: 120px;
}

.reed-key .circle p {
  margin: auto;
  text-align: center;
  color: #FFF;
}

.reed-key .info-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,0.5);
}

.reed-key .info-bar p {
  margin: 0;
  text-align: center;
  color: #FFF;
}

.reed-key .info-bar time {
  color: #00b7b7;
  padding-right: 20px;
  font-weight: bold;
}

.main-select-menu {
  flex:1;
  text-align: center;
  background: #000;
  color: #FFF;
  font-size: 36px;
  padding-top:40vw;
  position: relative;
}

.main-select-menu.left-box {
  background-image: url(/assets/images/photo_1.jpg);
  background-size: cover;
  background-position: center;
}

.main-select-menu.right-box {
  background-image: url(/assets/images/photo_2.jpg);
  background-size: cover;
  background-position: center;
}

.main-select-menu p {
  color: #FFF;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 6px;
}

.main-select-menu em {
  font-size: 48px;
  margin-top: 30px;
  letter-spacing: 0px;
  margin-right: 20px;
  color: #FFF;
}

.main-select-menu em:before {
  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-right: 20px;
}

header nav .menu-area {
  background-color: #FFF;
  padding: 0px 0px;
  box-sizing: border-box;
}

header nav  ul {
  color: #FFF;
  text-align: center;
  width: 50%;
  height: 100%;
}

header nav ul li {
  font-size: 18px;
  flex:1;
  height: 100%;
  padding: 10px 0px 10px;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
}

header nav ul li.on {
  background-color: #FFF;
  color: #00b7b7;
}

header nav ul li.on a {
  font-weight: bold;
}

header nav  ul li a {
  display: block;
}

header nav ul li em {
  opacity: 0.5;
  color: #FFF;
}

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

header nav .search-area {
  width:30%;
}

.search-area .searchform {
  width: 100%;
  position: relative;
  /* float: right; */
  max-width: 250px;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}

.searchform .assistive-text {
  display: none;
}

.searchform .field {
  color: #FFF;
  width: 100%;
  font-size: 14px;
  border: 0;
  border-radius: 25px;
  background: #666;
  box-shadow: none;
  color: #FFF;
  padding: 8px 30px 8px 15px;
}

.searchform .field:-internal-autofill-selected {
  background: #666!important;
}

.searchform .submit {
  position: absolute;
  top: 7px;
  right: 15px;
  width: 16px;
  height: 16px;
  margin: 0;
  font-size: 0;
  background: transparent url(/assets/images/icon-search.png) no-repeat center;
  background-size: 16px auto;
  border: none;
  min-width: 0px!important;
}


.section {
  padding: 80px 0 80px;
  position: relative;
}

.main_contents .section-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 120px solid #00b7b7; /* 三角形の色 (120pxに拡大) */
    border-right: 120px solid transparent; /* 透明部分も120pxに拡大 */
    z-index: 2;
}

.main_contents .section-label em {
    position: absolute;
    top: -70px; /* テキスト位置の調整 (倍に拡大したため調整) */
    left: 10px; /* テキスト位置の調整 */
    color: white;
    font-size: 20px; /* フォントサイズも少し大きく */
    font-weight: bold;
    transform: rotate(-45deg); /* テキストの角度を調整 */
    transform-origin: left top;
    white-space: nowrap; /* テキストの折り返しを防止 */
}
.main_contents .section-label::after {
    content: attr(data-label); /* 属性からテキストを取得 */
    position: absolute;
    top: 5px;
    left: -30px;
    transform: rotate(45deg);
    white-space: nowrap;
}

.patent_single.section {
   padding: 0px 0 80px;
}

.patent_single.section .flex {
  flex-wrap: nowrap;
}

h2.label {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 5px solid #ee7a00;
  background-color: #FBFAF0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 5px solid #00b7b7;
  background-color: #EFEFEF;
}

h2.ttl-sec {
  text-align: center;
  font-size: 32px;
  margin-bottom:40px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #000;
}

h2.ttl-sec em {
  font-size: 24px;
  color: #7B7B7B;
  margin-top:20px;
  letter-spacing: 0;
}

h2.ttl-sec::before {
  content: " ";
  width: 14px;
  height: 26px;
  display: block;
  background-image: url("/assets/images/ico-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  margin-bottom: 20px;

  visibility: hidden;
}

.img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.patent-lists {
}

.patent-lists .item {
  width: calc(33.333% - 20px);
    margin-bottom: 25px;
    background: #FFF;
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 40px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px rgba(14,33,64,.14);
    box-sizing: border-box;
}

.patent-lists .item .img-box {
  padding-top: 75%;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.patent-lists .item .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.patent-lists .item .content-area {
  padding-bottom:15px;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom:15px;
}

.patent-lists .item .content-area h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom:20px;
}

.patent-lists .item .content-area p {
  font-size: 12px;
  margin-bottom: 0;
}

.patent-lists .item.rank-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #FFF;
  padding: 20px;
  margin-top: 40px;
  position: relative;
  border: 4px solid #FFD800;
}


.patent-lists .item.rank-1 .img-box-l {
  width: calc(50% - 40px);
}

.patent-lists .item.rank-1 .content-area p {
  font-size: 16px;
}

.patent-lists .item.rank-1 .flex .rank-box,
.patent-lists .item.rank-2 .flex .rank-box,
.patent-lists .item.rank-3 .flex .rank-box {
  width: calc(50% - 10px);
}

.patent-lists .item.rank-1 .flex .radar-box,
.patent-lists .item.rank-2 .flex .radar-box,
.patent-lists .item.rank-3 .flex .radar-box {
  width: 50%;
}

.patent-lists .item.rank-1 p.check {
  font-size: 20px;
  font-weight: bold;
}

.patent-lists .item.rank-1 p.check::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 10px;
  color: #00b7b7;
}

.patent-lists .item .info-area p {
  margin-bottom: 10px;
}

.patent-lists .item .info-area .get-country,
.patent-lists .item .category  {

}


.patent-lists .item .category a {
  color: #FE6217;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #aaa;
  padding: 5px;
}

.patent-lists .item .info-area .company {
  font-size: 14px;

}

.patent-lists .item .info-area .name {
  font-size: 12px;
  margin-bottom: 20px;

}

.patent-lists .item {
  position: relative;
}

.patent-lists .item .viewmore {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.patent-lists .item.rank-1 ul  {
  margin-bottom: 20px;
}

.patent-lists .item.rank-1 ul li {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.patent-lists .item.rank-1 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;
  padding-right: 10px;
  color: #00b7b7;
}

.patent-lists .item.rank-1 .img-box,
.patent-lists .item.rank-2 .img-box,
.patent-lists .item.rank-3 .img-box {
  padding-top: 56.25%;
}

.patent-lists .item.rank-1 .content-area h3 {
  font-size: 24px;
}

.patent-lists .item.rank-1 .info-area {
  width: 50%;
}

.patent-lists .item.rank-1 .viewmore {
  position: absolute;
  right: 20px;
  bottom:20px;
  text-align: right;
}

.patent-lists .item.rank-2 {
  width: calc(50% - 20px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #FFF;
  padding: 20px;
  position: relative;
  border: 4px solid #c0c0c0;
      box-sizing: border-box;
}

.patent-lists .item.rank-3 {
  width: calc(50% - 20px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #FFF;
  padding: 20px;
  position: relative;
  border: 4px solid #C47222;
      box-sizing: border-box;
}


.rank-1 .pop-ranking p:nth-child(2)::before {
  color: #FFD800;
}

.rank-2 .pop-ranking p:nth-child(2)::before {
  color:  #c0c0c0;
}

.rank-3 .pop-ranking p:nth-child(2)::before {
  color: #C47222;
}

.get-country {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}

.flag {
  height: 19px;
  width: 27px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  border: 1px solid #CCCCCC;
  padding: 0px;
  background-image: url("/assets/images/flag.png");
  background-position: -100px -1802px;
  box-sizing: border-box;
  font-size: 10px;
  text-align: center;
}

.flag.japan,.flag.JP {
  background-position: 0px -1802px;
  font-size: 0;
}

.flag.usa,.flag.US {
  background-position: -25px -1751px;
  font-size: 0;
}
.flag.CN {
  background-position: 0px -697px;
  font-size: 0;
}
.flag.FR {
  background-position: 0px -1224px;
  font-size: 0;
}
.flag.IN {
  background-position: 0px -1649px;
  font-size: 0;
}
.flag.KR {
  background-position: 0px -1887px;
  font-size: 0;
}
.flag.DE {
  background-position: 0px -1360px;
  font-size: 0;
}
.flag.GB {
  background-position: -25px -1649px;
  font-size: 0;
}
.flag.AU {
  background-position: 0px -153px;
  font-size: 0;
}
.flag.CA {
  background-position: 0px -578px;
  font-size: 0;
}

.flex .rank-box {
  width: calc(40% - 10px);
}

.flex .rank-box .score-label {
  padding: 0.5em;
  border: 1px solid #AAA;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
}

.pop-ranking p {
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
  color: #222;
}

.pop-ranking p:nth-child(1) {
  font-weight: bold;
  font-size: 14px;
}

.pop-ranking p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  padding-right: 15px;
}

.pop-ranking p:nth-child(2)::before {
  font-family: "Font Awesome 5 Free";
  content: "\f521";
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  padding-right: 15px;
  font-size: 16px;
  color: #aaa;
  line-height: 1;
}

.pop-ranking p:nth-child(2) em {
    color: #FE6217;
    font-size: 24px;
    padding-right: 5px;
    font-weight: normal;
}

.flex .radar-box {
  width: 60%;
}

.patent-lists .info-area {
  margin-bottom:20px;
  width: 100%;
}

.viewmore {
  color: #7B7B7B;
  font-size: 24px;
}

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

.patent-lists:after {
  content:" ";
  width: calc(33.333% - 20px);
  height: 0;
}

.btn-more {
  display: block;
  width: 100%;
  max-width: 400px;
  background-color: #000;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 24px;
  margin: 80px auto;
  box-sizing: border-box;
}

.btn-more em {
  font-size: 16px;
}

.btn-more.white-bar {
  background-color: #FFF;
  color: #000;
}

.photo-txt {
  width:100%;
  position: relative;
}

.photo-txt .img-box {
  width:calc(50% + 80px);
  position: relative;
  margin-bottom: 120px;
}

.photo-txt .img-box img {

}

.photo-txt .txt-box {
  width: auto;
  padding: 40px;
  padding-bottom: 0px;
  background-color: #FFF;
  text-align: left;
  position: absolute;
  top: 80px;
  right: 20px;
}

.photo-txt .txt-box .ttl-sec {
  text-align: left;
}
.photo-txt .txt-box .ttl-sec::before {
  display: none;
}

.photo-txt .txt-box .viewmore{
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-block;
}

.video-area {
  /*background-image: url(/assets/images/bg-video.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.video-area .item {
  width: calc(50% - 40px);
  margin-bottom: 40px;
}

.video-area .item .img-box {
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-area .item .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.video-area .item .content h3 {
  color: #333!important;
}

.video-area .item .content time {
  opacity: 0.85;
  display: block;
  margin-bottom: 5px;
}

.video-area .item .content time em {
  color: #999;
}

.video-area .item .content time::before{
font-family: "Font Awesome 5 Free";
content: "\f017";
font-weight: bold;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
font-weight: bold;
padding-right: 5px;
color: #999;
line-height: 1;
}

.video-area .item .content h3 {
  font-weight: bold;
  position: relative;
  color: #FFF;
}

.video-area .item .content h3::after {
  content: " ";
  background-image: url(/assets/images/ico-play.png);
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  right: 5px;
  top: 0px;
  background-repeat: no-repeat;
  display: none;
}

ul.tag-list {
    display: inline-block;
}

ul.tag-list li {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

ul.tag-list li a {
  font-size: 12px;
  opacity: 0.85;
  color: #333;
}

ul.tag-list li::before {
    content: "#";
    padding-right: 2px;
    font-size: 12px;
    color: #333;
}

.video-area ul.tag-list li a {
  color: #FFF;
}

.video-area .loop:after {
  content: " ";
  width: 33.333%;
  height: 0;
}

#about-us .photo-txt {
  margin-bottom: 90px;
}

/*
#about-us .photo-txt:nth-of-type(2n) .img-box {
  margin: 0 0 120px auto;
}
*/
/*
#about-us .photo-txt:nth-of-type(2n) .txt-box {
  right: auto;
  left: 80px;
}
*/

footer {
  padding: 50px 0;
  background-color: #000;
  color: #FFF;
}

footer .f-logo {
  margin-bottom: 50px;
}

footer .link-sns {
  margin-right: 20px;
  display: inline-block;
}

footer .link-sns li {
  display: inline-block;
  margin-right: 20px;
}

footer .link-sns li img {
  max-width: 25px;
  width: 100%;
}

footer .content-area,
footer nav {
  width: 50%;
  display: block;
}

footer nav {
display: flex;
justify-content: flex-end;
align-items: flex-start;
}

footer nav ul {
  display: inline-block;
  margin-right: 40px;
}

footer nav ul:last-of-type {
  margin-right: 0;
}

footer nav ul li {
  margin-bottom: 15px;
}

footer nav ul li a {
  color: #FFF;
  opacity: 0.85;
}

.logo_vision {
  max-width: 90px;
}

.copyright {
  font-size: 12px;
  padding: 60px 0;
  display: block;
}

.copyright em {
    color: #FFF;
}

/*======================================

        PAGE

======================================*/

header.page nav .menu-area {
  margin-top: 0px;
}

main.page section:first-of-type {
  padding-top:0;
}

.sub-key {
  padding: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*background: url(/assets/images/bg-object01.png) no-repeat center;*/
  background-color: #F6F6F6;
  background-size: cover;
}

.sub-key h1 {
  text-align: left;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #000;
    padding: 10px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom:10px;
}

#SortMenu {

}

#SortMenu .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#SortMenu .sortmenus {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  /*width: 100%;*/
}

#SortMenu select {

}


#SortMenu .sortmenus strong {
  background: #FFF;
  width: 100px;
  height: 20px;
  display: block;
  color: #333;
  text-align: center;
  font-weight: bold;
  float: left;
  padding: 0 10px;
  margin-right: 10px;
}

#SortMenu .form-check {
      display: inline-block;
}

#SortMenu .form-check label {
      position: relative;
      bottom: 2px;
}

#SortMenu select {
  min-width: 192px;
}

#SortMenu input[type="text" i] {
  min-width: 192px;
  min-height: 30px;
}

#SortMenu button[type="submit"] {
  width: 100%;
  max-width: 330px;
  border: none;
  box-shadow: none;
  color: #FFF;
  background-color: #000;
  padding: 10px 20px;
  margin: auto;
  display: block;
  cursor: pointer;
}

.submit-area {
  width: 100%;
  margin-top:15px;
}

.search-result {
  margin: 20px 0 20px auto;
  font-size: 14px;
  text-align: right;
  font-weight: bold;
}

.search-result span {
  font-size: 20px;
  display: inline-block;
  margin: 0 5px;
}

.js-toggle-button {
  width: 100%;
  background-color: #00b7b7;
  background-color: #000;
  color: #FFF;
  padding: 10px 20px;
  margin: auto;
  display: block;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}

.js-toggle-button span {
  position: relative;
  left: 10px;
}

.js-toggle-button span::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  padding-left: 15px;
  font-size: 20px;
  color: #FFF;
  line-height: 1;
  position: relative;
  top: 2px;
}

.js-toggle-button.open span::after {
  content: "\f106";
}

/*
.sub-key h1::before {
  content: " ";
    width: 14px;
    height: 26px;
    display: block;
    background-image: url(/assets/images/ico-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    margin-bottom: 20px;
}
*/

#cont {
  background-color: #F6F6F6;
}

.breadcrumbs {
  background-color: #F6F6F6;
  font-size: 12px;
  padding: 10px 0;
}

.breadcrumbs span {
    margin-left: 10px;
    margin-right: 10px;
}

.breadcrumbs span:first-child {
    margin-left: 0;
}

.flex .flex-child.primary {
    width: 80%;
    min-width: 800px;
    padding: 40px;
    background-color: #FFF;
}

.flex .flex-child {
  width: 70%;
}

.flex .flex-child.secondary {
  position: sticky;
top: 50px;
width: calc(20% - 20px);
}

.sidebar {
    background-color: #fff;
    box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.05);
}

.sidebar .area {
    padding: 25px;
}

.sidebar .area a {
  font-size: 14px;
}

.sidebar .btn-more {
  font-size: 18px;
  margin: 0 auto;
}

.sidebar .img-box {
  position: relative;
  padding-top: 56.25%;
}

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

.loop .type-vertical .col {
  margin-bottom: 20px;
}

.patent_single .patents h2 {
  font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 5px solid #ee7a00;
    background-color: #FBFAF0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 5px solid #00b7b7;
    background-color: #EFEFEF;
}

.tab-area {
    display: flex;
    cursor: pointer;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.tab {
    width: calc(100%/3 - 10px);
    padding: 10px 5px;
    text-align: center;
    font-size: 12px;
    background: #999;
    color: #FFF;
    border-radius: 8px 8px 0px 0px;
    box-sizing: border-box;
}

.tab.active {
    background-color: #000;
    color: #fff;
}

.panel {
    display: none;
    text-align: center;
}

.panel.active {
    display: block;
}

table td,
table th {
  padding: 1em;
}

.patents table {
  width: 100%;
  text-align: left;
}

.patents table tr td:nth-child(2n+1) {
    font-weight: bold;
}

.patents table tr {
    border-bottom: 1px solid #DCDCDC;
}

.patents th, .patents td {
    padding: 1em 1.5em;
    vertical-align: top;
    border: none;
}

.panel-area .col2-box {
    width: 48%;
    text-align: left;

}

.panel-area .flex .radar-box {
  width: 100%;
}


.panel-area .col2-box span.label {
    background: rgb(255, 98, 23);
    color: #FFF;
    padding: 5px 15px;
    text-align: center;
    min-width: 140px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 14px;
}



ul.tag-list li {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

ul.tag-list li::before {
    content: "#";
    padding-right: 2px;
    color: #FF5F05!important;
    font-size: 12px;
}

.patent-card { }

.patent-card .item {
  width: 100%;
  background-color: #FFF;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 1px rgba(14,33,64,.14);
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

.patent-card .item .flex {
  box-sizing: border-box;
  width: 100%;
}

.patent-card .item .flex .thumb {
  width: calc(100% - 80%);
  position: relative;
}

.patent-card .item .flex .img-box {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.patent-card .item .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.patent-card .item.new::before {
  content: "NEW";
  font-family: 'Marcellus SC', serif;
  color: #FFF;
  font-size: 12px;
  background-color: #00b7b7;
  padding: 3px 15px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 20px;
  letter-spacing: 2px;
  max-width: 60px;
}

.patent-card .item .flex .content-area {
  width: calc(100% - 20%);
  padding-left: 20px;
}

.patent-card .item .content-area  p {
  margin-bottom: 0px;
}

.patent-card .item .content-area .category {
  margin-bottom: 10px;
  display: inline-block;
}

.patent-card  .item .category a {
    color: #FE6217;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #aaa;
    padding: 5px;
}

.patent-card .item .company,
.patent-card .item .name {
    font-size: 12px;
}

.patent-card .item .content-area h3 {
  padding: 15px 0 5px;
}

.patent-card .item .content-area h3 a {
  font-size: 16px;
  color: #FE6217;
  font-weight: bold;
}

.patent-card .item .content-area .txt-content {
  font-size: 12px;
  margin-bottom: 15px;
}

.patent-card .item .content-area .get-country,
.patent-card .item .content-area .update-date {
  font-size: 12px;
  color: #AAA;
  display: inline-block;
}

.patent-card .item .content-area .tag-list {
  margin-left: 15px;
}

.patent-card .item table {
  width: 100%;
  margin: 20px auto;
  border-bottom: 1px solid #DCDCDC;
  table-layout: fixed;
  text-align: center;
}

.patent-card .item table th {
  font-size: 12px;
  background: #f3f3f9;
  padding: .5em 1em;
  vertical-align: middle;
}

.patent-card .item table td {
  font-size: 12px;
  padding: .5em 1em;
  vertical-align: middle;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.panel-area .patent-comment {
  background-color: #F6F6F6;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
}

.patent-comment h4 {
    margin-bottom: 10px;
}

.patent-comment h4 span {
  color: #FF5F05;
}

.patent-comment p {
    color: #AAA;
    font-size: 12px;
}

.if-tag {
  display: flex;
  margin-bottom: 20px;
}

.if-tag li {
  width: 100px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  padding: 5px 15px;
  background-color: #999;
  margin-right: 10px;
}

.if-tag li.on {

  background-color: #FF5F05;
}

.submit-btn-area {
  display: flex;
  justify-content: center;
  margin: 40px auto;
}

.submit-btn-area a,.submit-btn-area button {
  width: 160px;
  margin: 0 10px;
  text-align: center;
  padding: 10px 20px;
  color: #00b7b7;
  border: 1px solid #00b7b7;
  background-color: #FFF;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
}

.submit-btn-area .buy {
  background-color: #00b7b7;
  color: #FFF;
}

.submit-btn-area a.case_study {
  background-color: #00b7b7;
  color: #FFF;
  width: 240px;
  margin: 0 10px;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #00b7b7;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
}

.exit {
    position: relative;
}

.exit::before {
    content: 'Sold out';
    position: absolute;
    top: 10%;
    right: 5%;
    color: #FFF;
    background-color: #D82710;
    z-index: 1;
    font-size: 24px;
    padding: 5px 35px;
    text-align: center;
    font-family: 'Marcellus SC', serif;
}


.thumb .exit::before {
    font-size: 24px;
}

.exit::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 5px);
    background-color: rgba(0, 0, 0, 0.4); /* 黒の薄透明 */
    pointer-events: none; /* クリックなどのイベントを透過 */
}

.thumb .exit::after {
  height: 100%;
}


#about .txt-box {
  text-align: center;
  padding: 40px;
}

#about .txt-box h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}

#about .merit {
  position: relative;
  color: #FFF;
  padding: 60px 0;
  background-color: #00b7b7;
}

#about .merit h2.w-label {
  color: #00b7b7;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 60px;
}

#about .merit h2.w-label span {
  background-color: #FFF;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px;
}

#about .merit h3 {
  font-size: 48px;
  font-weight: bold;
  border: 1px solid #FFF;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 40px;
}

#about .merit h3::before {
  content: "01";
  padding: 15px 20px;
  padding-left: 0px;
  margin-right: 40px;
  border-right: 1px solid #FFF;
}

#about .merit h3.n2::before {
  content: "02";
}

#about .merit h3.n3::before {
  content: "03";
}

#about .merit p {
  line-height:2;
  color: #FFF;
}

#about .merit p strong {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  color: #FFF;
}

#about .flex .box-txt {
  width: 60%;
  margin-bottom: 40px;
}

#about .flex .box-img {
  width: calc(40% - 50px);
  margin-bottom: 40px;
}

#privacypolicy h2,
#conditions h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

#privacypolicy p,
#privacypolicy li,
#conditions p,
#privacypolicy li {
  font-size: 14px;
}

#conditions ol {
  list-style: decimal;
  margin-left: 1.5em;
  margin-bottom: 20px;
}

#conditions ol li {
  padding-left: 1em;
  margin-bottom: 1em;
  font-size: 14px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}

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

#cases .card {
  background-color: #FFF;
  margin-bottom: 25px;
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 5px 1px rgba(14,33,64,.14);
  box-sizing: border-box;
  width: 100%;
}

#cases .card .thumb {
  width: calc(100% - 80%);
  position: relative;
}

#cases .card .img-box {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

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

#cases .card .txt-box {
  width: calc(100% - 20%);
  padding-left: 20px;
}

#cases time {
  font-size: 12px;
  color: #AAA;
  margin-bottom: 15px;
  display: block;
}

#cases h3 {
  margin-bottom: 20px;
}

#cases h3 a {
  font-size: 16px;
  color: #FE6217;
  font-weight: bold;
}

#cases p {
  font-size: 12px;
  color: #AAA;
}

.interview_article {
  background: #FFF;
  padding: 5%;
}

.interview_article img {
  width: 100%;
}

.profile-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 8vw;
    min-height: 80px;
    background-image: -moz-linear-gradient(0deg, rgb(184, 203, 184) 0%, rgb(184, 203, 184) 0%, rgb(180, 101, 218) 0%, rgb(207, 108, 201) 33%, rgb(238, 96, 156) 66%, rgb(238, 96, 156) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(184, 203, 184) 0%, rgb(184, 203, 184) 0%, rgb(180, 101, 218) 0%, rgb(207, 108, 201) 33%, rgb(238, 96, 156) 66%, rgb(238, 96, 156) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(184, 203, 184) 0%, rgb(184, 203, 184) 0%, rgb(180, 101, 218) 0%, rgb(207, 108, 201) 33%, rgb(238, 96, 156) 66%, rgb(238, 96, 156) 100%);
}

article.interview_article .wrapper-in {
    padding-top: 0;
    padding-bottom: 0;
}

article.interview_article section {
  padding: 40px 0;
}

article.interview_article section:first-of-type {
  /*padding-top: 0;
  padding-bottom: 0;*/
}

.profile-label em {
    display: block;
    margin: auto;
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.5em;
    font-family: brother-1816, Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#profile .flex {
    background-color: #FFF;
    margin: auto;
    background-size: cover;
    align-items: flex-start;
}

#profile .flex .img_box {
    text-align: center;
    width: 25%;
}

#profile .flex .img_box img {
    max-width: 180px;
    margin-bottom: 20px;
}

#profile .flex .img_box p span {
  font-size: 12px;
    color: #999;
    font-weight: normal;
    text-align: center;
}

#profile .flex .img_box p {
    font-size: 16px;
    text-align: center;
    margin: auto;
}

#profile .flex .txt_box {
    width: 70%;
}

#index .index_box {
    padding: 40px 40px;
    margin: auto;
    background-color: #FFF;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

#index .index_box h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

#index .index_box ul li {
    font-size: 16px;
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}

#index .index_box ul li::before {
    content: "1";
    margin-right: 15px;
    font-weight: bold;
    font-size: 18px;
}

#index .index_box ul li a {
    color: #000;
    text-decoration: underline;
}

#index .index_box ul li:nth-child(2):before {
    content: "2";
}
#index .index_box ul li:nth-child(3):before {
    content: "3";
}
#index .index_box ul li:nth-child(4):before {
    content: "4";
}
#index .index_box ul li:nth-child(5):before {
    content: "5";
}

.sub_section_title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

#guide .tabs {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
}

#guide .tabs .tablinks {
  border: 2px solid #00b7b7;
  border-bottom: 0;
  background: #FFF;
  padding: .5em 1em;
  font-weight: bold;
}

#guide .tabs .tablinks:last-child {
  border-left: 0;
}

.tabcontent {
  display: none;
}

#guide .tabs .tablinks.active, #guide .tabs .tablinks:hover {
  background-color: #00b7b7;
  color:#FFF;
}

#guide .tabcontent {
  border: 2px solid #00b7b7;
  padding: 20px;
  background-color: #FFF;
  margin-bottom: 40px;
}

#guide .tabcontent h2.step {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

#guide .tabcontent h2.step span {
  color: #FFF;
  display: inline-block;
  padding: 0.25em .5em;
  background-color: #000;
  margin-right: 10px;
}

.fee h2 {
  font-size: 20px;
  font-weight: bold;
  background-color: #00b7b7;
  color:#FFF;
  border: 2px solid #00b7b7;
  border-bottom: 0;
  padding: .5em 1em;
}

.fee {
}

.fee .relative {
  position: relative;
}

.fee table {
  width: 100%;
  table-layout: fixed;
  border: solid 1px #00b7b7;
  position: relative;
}

.fee .cover-fee {
  background: rgba(128, 128, 128, 0.4);
color: #00b7b7;
font-size: 16px;
text-align: center;
position: absolute;
width: 66.5%;
height: 53%;
display: flex;
align-items: center;
justify-content: center;
bottom:2px;
right: 2px;
font-size: 24px;
font-weight: bold;
white-space: nowrap;
display: none;
}

.fee table td,
.fee table th {
  text-align: center;
  vertical-align: middle;
  padding: 1em 1em;
  background-color: #FBFAF0;
  border: 2px solid #FFF;
}

.fee table tr th,
.fee table tr td:first-child {
  background-color: #00b7b7;
  color: #FFF;
  font-weight: bold;
}
/*
.fee table tr:nth-child(5) td:first-child,
.fee table tr:nth-child(6) td:first-child,
.fee table tr:nth-child(7) td:first-child,
.fee table tr:nth-child(8) td:first-child,
.fee table tr:nth-child(9) td:first-child,
.fee table tr:nth-child(10) td:first-child {
    background-color: #AAA;
}
*/

.fee table tr:nth-child(5) td:first-child,
.fee table tr:nth-child(9) td:first-child {
  background-color: #000;
}

/* 空のセルに斜線を引く 透明ー黒黒ー透明 */
table td:empty {
  background-image: linear-gradient(to right top, transparent calc(50% - 1px), #FFF 50%, #FFF calc(50% + 1px), transparent calc(50% + 2px))
}
.camp-label {
    background-color: #00b7b7;
    font-size: 20px;
    padding: .5em 1em;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    margin: 20px auto;
}

.annotation {
  color: #B1B1B1;
  font-size: 12px;
  text-decoration: underline;
}

.annotation::before {
  font-family: "Font Awesome 5 Free";
  content: "\f05a";

  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  line-height: 1;
  padding-right: 5px;
}

.registration th {
  min-width: 240px;
}

.registration th span.required {
  color: #ff1234;
  margin-left: .5em;
}

.tooltip {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  padding: 10px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  width: 640px;
  max-width: 100%;
}
.annotation:hover + .tooltip, .annotation:focus + .tooltip {
  display: block;
  opacity: 1;
}

#information {
}

#information ul {
  margin: auto;
  max-width: 640px;
  white-space: nowrap;
  margin: auto;
  max-width: 640px;
  max-height: 180px;
  white-space: nowrap;
  padding: 1.5em;
  background: #FFF;
  overflow-y: scroll;
  border-radius: 5px;
  box-shadow: 0 0 5px 1px rgba(14, 33, 64, .14);
}

#information ul li {
  padding: 5px 0;
  font-size: 14px;
}

#information ul li time {
  display: inline-block;
  padding-right:10px;
  margin-right: 10px;
  border-right: 1px solid #333;
}

.keyword_search {
  width: 100%;
  position: relative;
  /* float: right; */
  max-width: 600px;
  margin: 40px auto;
  display: flex;
  align-items: center;
}

.keyword_search .assistive-text {
  display: none;
}

.keyword_search .field {
  color: #333;
  width: 100%;
  font-size: 15px;
  border-radius: 8px;
  border: none;
  background: #FFF;
  box-shadow: none;
  height: 70px;
  padding: 0 24px;
}

.keyword_search .field:-internal-autofill-selected {
  background: none!important;
}

.keyword_search .submit {
  position: absolute;
  right: 15px;
  width: 36px;
  height: 28px;
  margin: 0;
  font-size: 0;
  background: transparent url(/assets/images/icon-search_b.png) no-repeat center;
  background-size: contain;
  border: none;
  min-width: 0px!important;
}

input:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent; /* フォーカス時の背景色を透明にする */
    -webkit-box-shadow: none;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
    color: inherit !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* 背景を白にする */
    box-shadow: 0 0 0px 1000px white inset !important;
}

.news_list {
  max-width: 900px;
  margin: auto;
}

.news_list li {
  padding: 10px 0;
}

.news_list time {
  margin-right: 30px;
}

.news_list a {
  text-decoration: underline;
}


@media screen and (min-width: 800px)  {
  .photo-txt .txt-box {
    max-width: 47%;
  }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  .inner {
    padding: 0 3.25vw;
  }

  h2.ttl-sec {
    font-size: 24px;
  }

  .section {
    padding: 40px 0;
  }

.patent_single.section {
   padding: 0px 0 40px;
}

.patent_single.section .flex {
  flex-wrap: wrap;
}


  header .inner {
    padding: 0 3.25vw;
  }

  header .inner .h-logo {
    width: 80px;
    float: left;
    left: 0;
    bottom: 0;
  }

  header .inner h1 {
    right: auto;
    margin: 0;
    font-size: 10px;
  }

  header .btn-login {
    margin: auto;
    font-size: 14px;
    position: relative;
  }

  #container.sub #nav {
  }

  .btn-more {
    max-width: 100%;
    margin: 20px 0;
  }

  .patent-lists .item,
  .video-area .item {
    width: 100%;
  }

  .patent-lists {
    padding-bottom: 20px;
  }

  .photo-txt {
    margin-bottom: 40px;
  }

  .photo-txt .img-box,
  #about-us .photo-txt:nth-of-type(2n) .img-box {
    width: 100%;
    margin-bottom: 0px;
  }

  .patent-lists .item {
    margin-bottom: 20px;
  }

  .photo-txt .txt-box,
  #about-us .photo-txt:nth-of-type(2n) .txt-box {
    padding: 1em;
    position: inherit;
    width: 100%;
    top:0;
    left:0;
    right:0;
  }

  #about-us .photo-txt {
    margin-bottom: 40px;
  }

  footer { text-align: center; }

  footer .content-area, footer nav {
    width: 100%;
  }

  footer .content-area {
    margin-bottom: 30px;
  }

  footer .f-logo {
    text-align: center;
  }

  footer .link-sns {
    margin-right: 10px;
  }

  .logo_vision  {
    width: calc(100% - 200px);
  }

  footer nav {
    display: block;
  }

  footer nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }

  footer nav ul li {
    width: calc(50% - 20px);
  }

  footer nav ul li a {
    font-size: 12px;
  }

  .copyright {
    text-align: center;
    padding: 20px 0;
  }

  #overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    z-index: -1;
  }

  .reed-key {
    margin-top: 60px;
  }

  ul.nav-icon {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 0;
    letter-spacing: 0;
}

ul.nav-icon li {
    display: inline-block;
    vertical-align: top;
    z-index: 9999;
    top: 0;
    right: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    border-radius: 0;
    background-color: #00b7b7;
    text-align: center;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -ms-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
    cursor: pointer;
    box-sizing: border-box;
}

  ul.nav-icon li.toggler {
      padding: 13px 12px 0;
      background-color: #00b7b7;
  }

  ul.nav-icon li.toggler a.trigger-bars {
    display: inline-block;
  }

  a.trigger-bars {
    position: relative;
    z-index: 9999;
    width: 32px;
    height: 20px;
    color: #fff;
    box-sizing: border-box;
  }

  a.trigger-bars span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    -webkit-transition: all ease-out 0.14s;
    -moz-transition: all ease-out 0.14s;
    -ms-transition: all ease-out 0.14s;
    transition: all ease-out 0.14s;
    box-sizing: border-box;
  }

  a.trigger-bars span:nth-of-type(2) {
    top: 9px;
  }

  a.trigger-bars span:nth-of-type(3) {
    bottom: 0;
  }

  a.trigger-bars::after {
    font-family: 'Marcellus SC', serif;
    content: "MENU";
    position: absolute;
    width: 200%;
    left: -50%;
    top: 27px;
    display: block;
    letter-spacing: 0em;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
  }

  .active a.trigger-bars span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  .active a.trigger-bars span:nth-of-type(2) {
    opacity: 0;
  }

  .active a.trigger-bars span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  header nav .menu-area {
    display: block; /* 初期状態でも非表示にするために必要 */
    opacity: 0; /* 完全に透明 */
    visibility: hidden; /* 完全に非表示 */
    position: fixed;
    z-index: 9999;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 100vh;
    padding: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 1);
    overflow-y: scroll;
    transition: opacity 0.25s ease, visibility 0.25s ease; /* フェードアニメーション */
    background: #000;
  }

  header nav.on .menu-area {
    opacity: 1; /* 表示 */
    visibility: visible; /* 表示状態にする */
  }

 header nav ul {
   width: 100%;
 }

 header nav ul li {
    font-size: 14px;
    flex: inherit;
    flex: inherit;
    width: 100%;
    border-bottom: 1px solid #FFF;
    box-sizing: border-box;
    padding: 2em 1em;
    height: auto;
}

 header nav ul li a {
 }

header nav ul {
  display: block;
  height: auto;
}


header nav .search-area {
  width: 100%;
  padding: 40px 0.325vw;
}

.search-area .searchform {
  margin: auto;
}

.main-select-menu {
  flex: inherit;
  width: 100%;
  font-size: 24px;
  padding-top: 50%;
}

.main-select-menu em {
    font-size: 18px;
    margin-top:0;
  }

  header.page {
    margin-top: 0px;
  }

  .patent-lists .item.rank-1 .img-box-l,
  .patent-lists .item.rank-2 .img-box-l,
  .patent-lists .item.rank-3 .img-box-l,
  .patent-lists .item.rank-2,
  .patent-lists .item.rank-3,
  .patent-lists .item.rank-1 .info-area {
    width: 100%;
  }

  .patent-lists .item.rank-1,
  .patent-lists .item.rank-2,
  .patent-lists .item.rank-3 {
    padding: 10px;
  }

  .patent-lists .item.rank-1 .viewmore {
    position: static;
  }

  .patent-lists .item.rank-1 .flex .rank-box, .patent-lists .item.rank-2 .flex .rank-box, .patent-lists .item.rank-3 .flex .rank-box {
    width: calc(40% - 10px);
  }

  .patent-lists .item.rank-1 .flex .radar-box, .patent-lists .item.rank-2 .flex .radar-box, .patent-lists .item.rank-3 .flex .radar-box {
    width: 60%;
  }

  .patent-lists .item.rank-1 .img-box, .patent-lists .item.rank-2 .img-box, .patent-lists .item.rank-3 .img-box {
    padding-top: 75%;
  }

  .flex .flex-child.primary {
    min-width: inherit;
  }

  .flex .flex-child.primary {
    width: 100%;
    padding: 20px;
  }

  .flex .flex-child.secondary {
    width: 100%;
  }

  .panel-area .flex .col2-box {
    width: 100%;
  }

  .tab {
    width: calc(100%/3 - 5px);
    font-size: 10px;
  }

  .wrapper {
    width: auto;
    padding: 0 3.25vw;
    margin: auto;
  }

  .patent-card .item {
    padding: 15px;
  }

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

    .patent-card .item .flex .thumb {
      margin-bottom: 15px;
    }

    .patent-card .item .content-area .tag-list {
      margin-left: 0;
      margin-bottom: 10px;
    }

    .patent-card .item .content-area .txt-content,
    .patent-card .item table th,
    .patent-card .item table td {
      font-size: 10px;
    }

    .patent-card .item::before {
      right: inherit;
      left: 0;
    }

  #about .flex .box-txt,
  #about .flex .box-img {
    width: 100%;
  }

  #about .flex .box-txt {
    margin-bottom: 0;
  }

  #about .merit h2.w-label {
    font-size: 16px;
  }
#about .merit h3::before {
    padding: 10px 15px;
    margin-right: 20px;
  }

  #about .merit h3 {
    font-size: 24px;
    padding: 10px 15px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  #about .merit {
    padding: 40px 0;
  }

  #about .merit p strong {
    font-size: 20px;
  }

  .flex.reverse {
  }

  #cases .card .thumb,
  #cases .card .txt-box {
    width: 100%;
    padding: 0;
  }

  #cases .card .thumb {
    margin-bottom: 20px;
  }

  #profile .flex .box {
    width:100%;
  }

  #profile .flex .img_box.box {
    margin-bottom: 20px;
  }

  #guide .tabs {
    font-size: 14px;
  }

  .fee table {
    font-size: 14px;
  }

  #fincode-ui {
    max-width: 100%!important;
  }

  #form-login table th,
  form-login table td {
    width: 100%;
    display: block;
    white-space: nowrap;
    font-size: 12px;
  }

  #_mypage .sidebar ul.nav_mypage {
  transition: margin 0.5s, height 0.5s, padding 0.5s;
  overflow: hidden;
  height: auto; /* 初期状態の高さを指定 */
}

.fee .cover-fee {
height:57%;
font-size: 20px;
}

.camp-label {
  font-size: 13px;
  white-space: nowrap;
  padding: .5em;
}

.submit-btn-area button {
  margin: auto;
  text-align: center;
  margin-bottom: 25px;
}

.submit-btn-area form {
  text-align: center;
}

.tooltip {
  width: 320px;
}

.registration table.basic {
  table-layout: fixed;
}

.registration table tr {

}

.registration table tr th,
.registration table tr td {
  display: block;
}

#information ul {
  white-space: inherit;
}

#information ul li time {
  display: block;
  margin-bottom: 10px;
  border-right: none;
}


  header .top {
    background-color: #FFF;
    height: 60px;
    padding: 5px 15px;
  }

  header .top h1 {
    font-size: 10px;
    text-align: left;
    color: #333;
    display: flex;
    align-items: center;
    font-weight: bold;
  }

  header .top h1 span {
    display: inline-block;
    padding-left: 15px;
  }

  header .top h1 img {
    height: 48px;
    text-align: left;
  }

  header nav ul li {
    color: #FFF;
  }

  .reed-key {
    height: calc(100vh - 60px);
  }

  .reed-key .txt-box {
    left: 0;
    right: 0;
    margin: auto;
  }

  .reed-key .info-bar {
    font-size: 14px;
  }

  form table,
  form table tr,
  form table th,
  form table td,
  form table input,
  form table textarea {
    display: block;
    width: 100%;
  }

}
