html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0;
list-style: none;
}
.footer_list,
.footer_list ul {
list-style: none;
}
.mainjoin h1.gh1,
.mainjoin h2.gh1,
.entry-content h2.gh1 {
background: #d2eaf1;
padding-left: 20px;
border-bottom: 2px solid #ff9800;
font-size: 32px;
font-size: clamp(var(--fluid-gh1-min), 1rem + 2.5vw, var(--fluid-gh1-max));
}
:root {
--fluid-body-min: 0.8125rem;
--fluid-body-max: 0.875rem;
--fluid-h1-min: 1.75rem;
--fluid-h1-max: 3rem;
--fluid-h2-min: 1.25rem;
--fluid-h2-max: 2.25rem;
--fluid-gh1-min: 1.5rem;
--fluid-gh1-max: 2rem;
--fluid-banner-min: 2rem;
--fluid-banner-max: 3.75rem;
}
p {
font-size: 14px;
font-size: clamp(var(--fluid-body-min), 0.75rem + 0.5vw, var(--fluid-body-max));
}
h1 {
font-size: 48px;
font-size: clamp(var(--fluid-h1-min), 1.25rem + 2.5vw, var(--fluid-h1-max));
}
h2 {
font-size: 36px;
font-size: clamp(var(--fluid-h2-min), 1rem + 2vw, var(--fluid-h2-max));
}
.text12 {
font-size: 60px;
font-size: clamp(var(--fluid-banner-min), 1rem + 8vw, var(--fluid-banner-max));
}
#bannerhome {
min-height: 300px;
min-height: clamp(190px, 25vw, 300px);
}
.button {
background: #d6ebf1;
}
.button a {
color: #005e7a;
}
.button_arrow {
background: none;
}
.button_arrow i {
color: #005e7a;
}
.footer .alert {
height: 50px;
display: flex;
align-items: center;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
a {
color: #4169e1;
text-decoration: none;
}
a:hover,
a:focus {
text-decoration: none;
}
a:active {
text-decoration: none;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}
.main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
}
.menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
}
.sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.tabletxt {
width: 100%;
border: 1px solid #ddd;
border-top: none;
margin-bottom: 30px;
color: #212529;
text-align: justify;
line-height: 18px;
letter-spacing: 2px;
}
.tabletxt tr td {
vertical-align: top;
overflow: hidden;
padding: 10px 30px;
}
.tabletxt h3 {
font-size: 18px;
font-weight: 700;
line-height: 1.4;
margin: 16px 0 8px;
}
.tabletxtfooter {
color: #ffffff;
background-color: #005e7a;
font-size: 16px;
padding: 15px 30px;
border-top: 3px double #fff;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.custom-logo-link {
display: inline-block;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
.gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
}
.infinity-end.neverending .site-footer {
display: block;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
#primary[tabindex="-1"]:focus {
outline: 0;
}
.alignleft {
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
body.search {
display: block;
width: auto;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.mainjoin p {
font-size: 16.4px;
}
.widget_recent_entries .widget-title {
display: block;
background: #d2eaf1;
padding-left: 20px;
border-bottom: 2px solid #ff9800;
font-size: 24px;
color: #012061;
margin-bottom: 0;
}
.widget_recent_entries ul {
background: #d2eaf1;
padding: 10px 15px;
margin: 0 0 12px;
}
.widget_recent_entries li {
padding: 6px 0;
border-bottom: 1px solid #fff;
}
.widget_recent_entries li:last-child {
border-bottom: 0;
}
.widget_recent_entries li a {
color: #005e7a;
font-size: 16px;
font-weight: 600;
}
.widget_recent_entries li a:hover,
.widget_recent_entries li a:focus,
.widget_recent_entries li a:active {
color: #005e7a;
text-decoration: none;
background: none;
}
.widget_recent_entries .post-date {
display: block;
font-size: 14px;
color: #4e4c55;
}
.widget_archive .widget-title {
display: block;
background: #d2eaf1;
padding-left: 20px;
border-bottom: 2px solid #ff9800;
font-size: 24px;
color: #012061;
margin-bottom: 0;
}
.widget_archive select {
width: 100%;
padding: 8px 10px;
margin: 0 0 12px;
border: 1px solid #005e7a;
background: #fff;
color: #012061;
font-size: 15px;
}
.patent-lightbox {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2000;
background: rgba(0, 0, 0, 0.82);
padding: 5vh 4vw;
box-sizing: border-box;
}
.patent-lightbox.is-open {
display: block;
}
body.patent-lightbox-open {
overflow: hidden;
}
.patent-lightbox-box {
position: relative;
max-width: 960px;
margin: 0 auto;
background: #000;
border-radius: 6px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.patent-lightbox-close {
position: absolute;
top: -44px;
right: 0;
border: 0;
background: transparent;
color: #fff;
font-size: 34px;
line-height: 1;
cursor: pointer;
padding: 4px 8px;
}
.patent-lightbox-close:hover,
.patent-lightbox-close:focus {
color: #4dbeed;
outline: 2px solid #4dbeed;
}
.patent-lightbox-video {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.patent-lightbox-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
*, *::before, *::after {
border-radius: 0 !important;
}
.patent-random-cases,
.patent-latest-box {
margin: 0 0 12px;
padding: 10px 15px;
background: #d2eaf1;
min-height: 212px;
}
.patent-head-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}
.patent-random-cases .card-title {
font-size: 16px;
font-weight: 600;
line-height: 1.6;
margin: 0;
padding: 6px 0;
border-bottom: 1px solid #fff;
}
.patent-random-cases .card-title:last-child {
border-bottom: 0;
}
.patent-random-cases .card-title a {
color: #005e7a;
text-decoration: none;
}
.patent-random-cases .card-title a:hover {
text-decoration: underline;
}
.patent-latest-row {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 10px;
padding: 6px 0;
border-bottom: 1px solid #fff;
}
.patent-latest-row:last-child {
border-bottom: 0;
}
.patent-latest-row .hero-date {
white-space: nowrap;
}
.mainjoin p.gh4 {
color: rgb(1,32,97);
line-height: 150%;
text-align: justify;
font-size: 16px;
padding: 0px 25px;
}
.hero-link {
font-size: 16px;
font-weight: 600;
color: #005e7a;
text-decoration: none;
}
.hero-link:hover {
text-decoration: underline;
}
.hero-date {
font-size: 14px;
color: #4e4c55;
}
.header-contacts a {
color: #1d4ed8;
}
.header-contacts a:hover,
.header-contacts a:focus {
color: #1e40af;
text-decoration: underline;
}
#navimg {
background-origin: content-box;
}
@media only screen and (min-width: 576px) {
#navimg {
background-size: 45%;
}
}
.team-cards .card,
.team-section .card {
border: 0;
}
.team-member {
display: flex;
gap: 15px;
margin-bottom: 20px;
background: #fff;
overflow: hidden;
}
.team-photo {
flex: 0 0 clamp(84px, 22vw, 120px);
max-width: clamp(84px, 22vw, 120px);
background: #d2eaf1;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
}
.team-photo img {
display: block;
width: 100%;
height: auto;
}
.team-text {
flex: 1;
min-width: 0;
}
.team-name {
font-size: 22px;
font-weight: 700;
color: #012061;
margin: 0 0 8px;
line-height: 1.4;
}
.team-name span {
font-size: 16px;
font-weight: 400;
}
.team-bio {
font-size: 16px;
color: #012061;
line-height: 1.3;
margin: 0;
}
@media (max-width: 575.98px) {
.team-photo {
flex-basis: 90px;
max-width: 90px;
}
}
.header {
position: sticky;
top: 0;
}
.onehome {
margin-top: 0;
}
@media only screen and (max-width: 991.98px) {
.navbar {
width: auto;
}
#navimg .d-flex.justify-content-between {
flex-wrap: nowrap !important;
align-items: center;
}
.header-contacts {
font-size: 14px;
}
}
@media (max-width: 575.98px) {
#navimg .justify-content-between {
justify-content: center;
}
#navimg .col-lg-12 > .d-flex.justify-content-between {
flex-direction: row;
}
}
.navbar {
--bs-navbar-padding-x: 0;
--bs-navbar-padding-y: 0px;
}
@media only screen and (min-width: 992px) {
.navbar {
width: 800px;
}
}
.nav-lang-switch {
display: flex;
align-items: center;
padding: 5px 3px;
white-space: nowrap;
}
.lang-link {
display: inline-block;
padding: 2px 8px;
font-size: 13px;
font-weight: bold;
color: #012061;
background: #fff;
border: 1px solid #005e7a;
text-decoration: none;
}
.lang-link.lang-active {
color: #fff;
background: #005e7a;
}
.lang-sep {
color: #999;
margin: 0 2px;
}
@media only screen and (max-width: 2800px) {
#smallheading {
color: #2f386e;
font-size: 18px;
background-color: #d2eaf1;
font-weight: bold;
}
}
ul, ol {
list-style: none;
padding-left: 0;
}
.patent-contact-form {
background: #d2eaf1;
padding: 15px 20px;
margin: 0 0 12px;
}
.patent-contact-form label {
display: block;
font-size: 15px;
font-weight: bold;
color: #012061;
margin-bottom: 10px;
}
.patent-contact-form .req {
color: #c00;
}
.patent-contact-form input[type="text"],
.patent-contact-form input[type="tel"],
.patent-contact-form input[type="email"],
.patent-contact-form select,
.patent-contact-form textarea {
display: block;
width: 100%;
margin-top: 4px;
padding: 8px 10px;
font-size: 15px;
border: 1px solid #005e7a;
background: #fff;
color: #012061;
}
.patent-contact-form .col-md-6,
.patent-contact-form .col-12 {
padding-left: 6px;
padding-right: 6px;
}
.patent-contact-form .patent-topics {
border: 0;
margin: 0 0 10px;
padding: 0;
}
.patent-contact-form .patent-topics legend {
font-size: 15px;
font-weight: bold;
color: #012061;
padding: 0;
margin: 0 0 6px;
}
.patent-contact-form .patent-topics label {
display: inline-flex;
align-items: center;
gap: 10px;
font-weight: normal;
margin: 0 12px 10px 0;
padding: 10px 16px 10px 12px;
background: #fff;
border: 1px solid #005e7a;
cursor: pointer;
}
.patent-contact-form .patent-topics input[type="checkbox"] {
width: 24px;
height: 24px;
margin: 0;
flex: 0 0 auto;
accent-color: #005e7a;
cursor: pointer;
}
.patent-contact-form .patent-hp {
position: absolute;
left: -9999px;
}
.patent-contact-form button.lang-link {
border: 1px solid #005e7a;
cursor: pointer;
font-size: 15px;
padding: 8px 28px;
}
.patent-form-ok,
.patent-form-err {
padding: 12px 15px;
margin: 0 0 12px;
font-size: 16px;
font-weight: bold;
}
.patent-form-ok {
background: #d2eaf1;
color: #012061;
border: 1px solid #005e7a;
}
.patent-form-err {
background: #fdecea;
color: #a00;
border: 1px solid #c00;
}
.ddv-marquee {
position: relative;
border: 0;
background: #fff;
overflow: hidden;
padding: 10px;
}
.ddv-marquee-track {
display: flex;
width: max-content;
animation: ddv-marquee 27s linear infinite;
}
.ddv-marquee:hover .ddv-marquee-track {
animation-play-state: paused;
}
.ddv-marquee-item {
flex: 0 0 auto;
width: 220px;
margin-right: 12px;
}
.ddv-marquee-item img {
display: block;
width: 100%;
height: auto;
}
.ddv-marquee-item > picture,
.team-photo > picture,
.hovereffect1 > picture {
display: contents;
}
@keyframes ddv-marquee {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}
@media (prefers-reduced-motion: reduce) {
.ddv-marquee-track {
animation: none;
}
}
.footer-contact {
display: flex;
align-items: center;
height: 100%;
padding: 8px 15px;
color: #fff;
background: #005e7a;
}
.footer-contact a {
color: #fff;
text-decoration: none;
}
.footer-contact a:hover {
color: #fff;
text-decoration: underline;
}
.footer-bottom {
/* display: flex; */
flex-wrap: wrap;
justify-content: center;
gap: 6px 24px;
padding: 4px 10px 10px;
font-size: 14px;
color: #012061;
text-align: center;
}
.footer-bottom .site-views strong {
color: #791225;
}
.copyright {
font-size: 16px !important;
font-weight: bold;
color: #000000;
}
.footer-contact .site-views {
margin-left: auto;
padding-left: 10px;
color: #fff;
font-size: 14px;
white-space: nowrap;
}
.footer-contact .site-views strong {
color: #fff;
}
.honor-gallery {
margin-bottom: 12px;
}
.row > div:has(> .honor-gallery) {
display: flex;
}
.row > div:has(> .honor-gallery) > .honor-gallery {
flex: 1 1 auto;
min-width: 0;
align-content: space-between;
}
.honor-gallery a.honor-zoom {
display: block;
overflow: hidden;
background: #fff;
border: 1px solid #d2eaf1;
}
.honor-gallery a.honor-zoom > picture {
display: contents;
}
.honor-gallery a.honor-zoom img {
display: block;
width: 100%;
height: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
transition: transform 0.35s ease;
}
.honor-gallery a.honor-zoom:hover img,
.honor-gallery a.honor-zoom:focus img {
transform: scale(1.04);
}
.patent-lightbox-img img {
display: block;
width: auto;
height: auto;
max-width: 100%;
max-height: 78vh;
margin: 0 auto;
}
.patent-lightbox-caption {
margin: 0;
padding: 10px 14px 14px;
color: #fff;
font-size: 15px;
text-align: center;
background: #000;
}
.case-search {
background: #d2eaf1;
padding: 15px 20px;
margin: 0 0 12px;
}
.case-search-label {
display: block;
font-size: 15px;
font-weight: bold;
color: #012061;
margin-bottom: 8px;
}
.case-search-row {
display: flex;
gap: 10px;
}
.case-search-input {
flex: 1;
min-width: 0;
padding: 10px 12px;
font-size: 16px;
border: 1px solid #005e7a;
background: #fff;
color: #012061;
}
.case-search-clear {
flex: 0 0 auto;
border: 1px solid #005e7a;
background: #fff;
color: #012061;
font-size: 15px;
font-weight: bold;
padding: 10px 20px;
cursor: pointer;
}
.case-search-count {
margin: 8px 0 0;
font-size: 14px;
color: #4e4c55;
}
.case-search-empty {
padding: 12px 15px;
margin: 0 0 12px;
font-size: 16px;
font-weight: bold;
background: #fdecea;
color: #a00;
border: 1px solid #c00;
}
mark.case-hit {
background: #ff9800;
color: #000;
padding: 0 2px;
}
.entry-content .jumbotron {
background: #d2eaf1;
border-bottom: 2px solid #ff9800;
padding: 15px 20px;
margin: 0 0 12px;
}
.entry-content .jumbotron .container {
max-width: none;
padding-left: 0;
padding-right: 0;
}
.entry-content .jumbotron p.lead {
margin: 0;
font-size: 16px;
line-height: 1.7;
color: #012061;
text-align: justify;
}
.entry-content .jumbotron p.lead + p.lead {
margin-top: 10px;
}
.case-top-row {
margin-bottom: 12px;
}
.case-top-row > .case-intro-col,
.case-top-row > .case-search-col {
display: flex;
flex-direction: column;
}
.case-top-row .jumbotron,
.case-top-row .case-search {
flex: 1 1 auto;
margin-bottom: 0;
}
.case-top-row .case-search {
display: flex;
flex-direction: column;
justify-content: center;
}
.map-facade {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 12px;
width: 100%;
min-height: 238px;
padding: 20px;
border: 1px solid #005e7a;
background: #eef6f9;
color: #012061;
cursor: pointer;
text-align: center;
}
.map-facade:hover {
background: #d2eaf1;
}
.map-facade-pin {
width: 26px;
height: 26px;
border-radius: 50% 50% 50% 0;
background: #791225;
transform: rotate(-45deg);
flex: 0 0 auto;
}
.map-facade-addr {
font-size: 15px;
line-height: 1.6;
}
.map-facade-btn {
background: #005e7a;
color: #fff;
font-size: 15px;
font-weight: bold;
padding: 10px 22px;
}
.page-id-257 main > .container > .row[style],
.page-id-282 main > .container > .row[style],
.page-id-263 main > .container > .row[style],
.page-id-280 main > .container > .row[style],
.page-id-257 .entry-content .row[style],
.page-id-282 .entry-content .row[style],
.page-id-263 .entry-content .row[style],
.page-id-280 .entry-content .row[style] {
padding: 0 !important;
}
.page-id-257 .entry-content > .container,
.page-id-282 .entry-content > .container,
.page-id-263 .entry-content > .container,
.page-id-280 .entry-content > .container {
padding-left: 0;
padding-right: 0;
}
.page-id-257 .entry-content .py-md-5,
.page-id-282 .entry-content .py-md-5 {
padding: 0 !important;
}
.page-id-257 .entry-content,
.page-id-282 .entry-content,
.page-id-263 .entry-content,
.page-id-280 .entry-content {
margin-top: 0;
}
.page-id-257 .entry-content h2.txtbg,
.page-id-282 .entry-content h2.txtbg {
margin-top: 12px;
}
.page-id-262 main > .container > .row[style],
.page-id-279 main > .container > .row[style] {
padding: 0 !important;
}
.page-id-262 .entry-content,
.page-id-279 .entry-content {
margin-top: 0;
}
.page-id-261 main > .container > .row[style],
.page-id-278 main > .container > .row[style] {
padding: 0 !important;
}
.page-id-261 .entry-content,
.page-id-278 .entry-content {
margin-top: 0;
}
.search-methods {
margin-bottom: 12px;
}
.search-method {
display: flex;
align-items: center;
gap: 12px;
height: 100%;
min-height: 96px;
background: #fff;
border: 1px solid #d2eaf1;
border-top: 4px solid #ff9800;
padding: 16px 18px;
}
.search-method-no {
flex: 0 0 auto;
font-size: 20px;
font-weight: 700;
color: #fff;
background: #005e7a;
padding: 4px 12px;
}
.search-method-name {
font-size: 18px;
font-weight: 700;
color: #012061;
}
.search-cta {
margin: 0 0 12px;
}
.search-cta-btn {
display: inline-block;
background: #005e7a;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 12px 40px;
text-decoration: none;
}
.search-cta-btn:hover,
.search-cta-btn:focus {
background: #004e62;
color: #fff;
text-decoration: none;
}
.search-steps {
list-style: none;
counter-reset: search-step;
margin: 0 0 12px;
padding: 0;
}
.search-steps li {
position: relative;
padding: 12px 15px 12px 64px;
background: #fff;
border: 1px solid #d2eaf1;
margin-bottom: 10px;
font-size: 16px;
color: #012061;
}
.search-steps li::before {
counter-increment: search-step;
content: counter(search-step, decimal-leading-zero);
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 48px;
display: flex;
align-items: center;
justify-content: center;
background: #005e7a;
color: #fff;
font-weight: 700;
font-size: 18px;
}
.search-points {
list-style: none;
margin: 0 0 12px;
padding: 0;
}
.search-points li {
position: relative;
padding-left: 30px;
margin-bottom: 10px;
font-size: 16px;
line-height: 1.7;
color: #012061;
}
.search-points li::before {
content: "✓";
position: absolute;
left: 0;
top: 0;
color: #005e7a;
font-weight: bold;
font-size: 18px;
}
.search-fee {
display: inline-block;
background: #ff9800;
color: #012061;
font-size: 16px;
font-weight: bold;
padding: 8px 18px;
margin: 0 0 12px;
}
.search-note {
font-size: 15px;
color: #4e4c55;
margin: 0 0 12px;
}
.page-id-258 main > .container > .row[style],
.page-id-259 main > .container > .row[style],
.page-id-260 main > .container > .row[style],
.page-id-275 main > .container > .row[style],
.page-id-276 main > .container > .row[style],
.page-id-277 main > .container > .row[style] {
padding: 0 !important;
}
.page-id-258 .entry-content,
.page-id-259 .entry-content,
.page-id-260 .entry-content,
.page-id-275 .entry-content,
.page-id-276 .entry-content,
.page-id-277 .entry-content {
margin-top: 0;
}
.page-id-258 .entry-content > .row,
.page-id-259 .entry-content > .row,
.page-id-260 .entry-content > .row,
.page-id-275 .entry-content > .row,
.page-id-276 .entry-content > .row,
.page-id-277 .entry-content > .row {
margin-left: 0;
margin-right: 0;
}
.page-id-258 .entry-content > .col-12 .search-steps,
.page-id-275 .entry-content > .col-12 .search-steps {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
gap: 12px;
}
.page-id-258 .entry-content > .col-12 .search-steps li,
.page-id-275 .entry-content > .col-12 .search-steps li {
margin-bottom: 0;
}
.flow-col {
background: #fff;
border: 1px solid #d2eaf1;
border-top: 4px solid #ff9800;
padding: 16px 18px 20px;
margin-bottom: 12px;
height: 100%;
}
.flow-col .flow-title {
font-size: 18px;
font-weight: 700;
color: #012061;
margin: 0 0 12px;
padding-left: 20px;
border-bottom: 2px solid #ff9800;
background: #d2eaf1;
}
.flow-col ol.search-steps {
counter-reset: flow-step;
}
.flow-col ol.search-steps li::before {
content: counter(flow-step, decimal-leading-zero);
counter-increment: flow-step;
}
.flow-col .newbtn {
display: block;
width: 100%;
background: #fff;
border: 1px solid #d2eaf1;
border-top: 0;
padding: 12px;
text-align: center;
font-size: 15px;
font-weight: bold;
color: #005e7a;
cursor: pointer;
}
.flow-col .newbtn:hover,
.flow-col .newbtn:focus {
border-color: #005e7a;
}
.page-id-258 .flow-col,
.page-id-259 .flow-col,
.page-id-260 .flow-col,
.page-id-275 .flow-col,
.page-id-276 .flow-col,
.page-id-277 .flow-col {
padding: 12px;
}
.gov-lead {
font-size: 17px;
line-height: 1.8;
color: #012061;
text-align: justify;
margin: 0 0 12px;
}
.gov-docs {
margin-bottom: 12px;
}
a.gov-doc {
display: flex;
flex-direction: column;
justify-content: center;
gap: 12px;
height: 100%;
min-height: 150px;
background: #fff;
border: 1px solid #d2eaf1;
border-top: 4px solid #ff9800;
padding: 20px 18px;
text-align: center;
text-decoration: none;
}
a.gov-doc:hover,
a.gov-doc:focus {
border-color: #005e7a;
text-decoration: none;
}
.gov-doc-title {
font-size: 20px;
font-weight: 700;
color: #012061;
}
.gov-doc-btn {
display: block;
background: #005e7a;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 10px 12px;
}
a.gov-doc:hover .gov-doc-btn,
a.gov-doc:focus .gov-doc-btn {
background: #004e62;
}
.gov-note {
background: #d2eaf1;
border-bottom: 2px solid #ff9800;
padding: 15px 20px;
margin: 0 0 12px;
font-size: 16px;
line-height: 1.7;
color: #012061;
}
.explist-cards {
counter-reset: patent-case;
}
.explist-cards > [class*="col-"] {
width: 100%;
}
@media (min-width: 576px) {
.explist-cards > [class*="col-"] {
width: 50%;
}
}
@media (min-width: 992px) {
.explist-cards > [class*="col-"] {
width: 33.333333%;
}
}
.explist-cards .card {
border: 1px solid #d2eaf1;
border-top: 4px solid #ff9800;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.explist-cards .card-body {
padding: 16px 18px 20px;
}
.explist-cards .card-body::before {
counter-increment: patent-case;
content: "個案 " counter(patent-case, decimal-leading-zero);
display: inline-block;
font-size: 13px;
font-weight: bold;
color: #fff;
background: #005e7a;
padding: 2px 10px;
margin-bottom: 10px;
}
html[lang^="en"] .explist-cards .card-body::before {
content: "Case " counter(patent-case, decimal-leading-zero);
}
.explist-cards .card-title-row .card-title {
font-size: 19px;
}
.explist-cards .card-text {
font-size: 16px;
color: #000000;
line-height: 1.7;
margin: 0;
}
.explist-cards .card.is-open .card-text {
display: block;
}
.case-more {
background: none;
border: 0;
padding: 8px 0 0;
color: #005e7a;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
.case-more:hover,
.case-more:focus {
text-decoration: underline;
}
.share-row {
margin: 16px 0 0;
}
.share-mail {
display: inline-flex;
align-items: center;
gap: 6px;
border: 1px solid #005e7a;
background: #fff;
color: #005e7a;
font-size: 15px;
font-weight: bold;
padding: 8px 16px;
text-decoration: none;
}
.share-mail:hover,
.share-mail:focus {
background: #005e7a;
color: #fff;
text-decoration: none;
}
.share-mail svg {
flex: 0 0 auto;
}
.entry-more {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
}
.ft1 {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 10px 12px;
}
.ft1-title {
min-width: 0;
}
.ft1-share {
flex: 0 0 auto;
}
.ft1-share .share-mail {
letter-spacing: normal;
}
