/*  
Theme Name: iplaw2021
Author: Latona Marketing Inc.
Author URI: https://www.latona-m.com/
Version: 1.0
*/
/*>>>>> Setup and Reset <<<<<*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body, html, p, ul, ol {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  color: #242424;
  background-color: #fbfbfb;
  -x-system-font: none;
  font-family: 'Overpass', YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-size-adjust: none;
	font-feature-settings: "palt";
  font-weight: 500;
  width: 100%;
  height: 100%;
  font-size: 1.03em;
  line-height: 1.5em;
  text-align: left;
  position: relative;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both;
  padding: 30px 0;
  line-height: 1.7em;
  font-weight: bold;
}
h1 {
　font-size: 30px;
}
.entry h2 {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 32px;
	font-weight: 800;
	border-bottom: 3px solid #990000;
	display: inline-block;
	padding: 9px 12px 2px;
	margin: 0px 10px 25px 0px;
	line-height: 1.4em;
}
h2 {
	font-size: 32px;
	font-weight: 800;
}
h3 {
  font-size: 24px;
  font-weight:600;
}
h4 {
  font-size: 20px
}
h5 {
  font-size: 18px
}
h6 {
  font-size: 16px
}

p {
  line-height: 1.8em;
  margin: 10px 0;
}
ul, ol {
  margin: 10px 0;
  padding: 0 19px 0 19px;
}

/*>>>>> Navigation <<<<<*/
a {
  color: #2b2b2b;
  text-decoration: none;
}
.entry a {
  text-decoration: underline;
}
a:link, a:visited {}
a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {}
.mobile {
  display: none;
}
br.desktop {
  display: block;
}
pre {
	white-space: pre-wrap ;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

/* IMAGES*/
img {
  margin: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top !important;
  max-width: 100%;
  transition: all 0.5s ease-in-out 0s;
	height: auto;
}
a:hover img:not(.sticky-thumb) {
  opacity: 0.5;
  transition: all 0.5s ease-in-out 0s;
}
.single img {
  max-width: 100%;
  height: auto;
}
#gallery-1 img {
  border: none !important;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.alignleft {
  float: left;
  padding: 5px;
  margin: 0 10px 5px 0;
  display: inline;
}
.alignright {
  float: right;
  padding: 5px;
  margin: 0 0 2px 7px;
  display: inline;
}
a img {
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  border: 0;
}
p img {
  height: auto;
  max-width: 100%;
}
body.single .entry p {
  margin: 15px 0px 15px 0px;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  background: transparent none repeat scroll 0 0;
  color: #515151;
  font-size: 10px;
  line-height: 1.4em;
  margin: 0 !important;
  padding: 6px 0;
  text-align: center;
}
.wp-caption img {
  height: auto;
}
/* remember to define focus styles! */ :focus {
  outline: 0 dotted #ccc;
}
.clear {
  clear: both;
  height: 1px;
}
.spacer {
  clear: both;
  height: 1px;
}
table {
  margin: 20px 0 40px;
  width: 100%;
  line-height: 1.5em;
  border-collapse: collapse;
}
table th {
  text-align: left;
}
table td {}
table td, table th {
  border-bottom: 1px solid #e3e3e3;
  padding: 20px;
}
table img {
  max-width: 100px;
}
table p.mobile {
  display: none;
}
table tr:nth-child(odd) td, table tr:nth-child(odd) th {
  background-color: #f7f7f7;
}
.weightbold {
  font-weight: bold;
}
.small {
  font-size: 80%;
  line-height: 1.1em;
}
.slarge {
  font-size: 1.5em;
  line-height: 1.35em;
}
.large {
  font-size: 2em;
  line-height: 1.35em;
}
.xlarge {
  font-size: 3em;
  line-height: 1.4em;
}
.xxlarge {
  font-size: 4em;
  line-height: 1.4em;
}
.xxxlarge {
  font-size: 5em;
  line-height: 1.4em;
}
.padd {
  padding: 1% 2%;
}
.xpadd {
  padding: 2% 4%;
}
.xxpadd {
  padding: 4% 6%;
}
/*   h2-title is the title of posts*/
.h2-title {
  display: block;
  margin: 5px 0 10px 0;
  font-size: 15pt;
  line-height: 1.1em;
  padding: 5px 0;
}
h1.post-title {
  font-size: 2em;
  margin: 0 auto 20px auto;
  max-width: 1280px;
  font-weight: bold;
  padding: 0 0 30px 0;
}
p.tags-date {
  font-size: 1em;
}
.tags {
  display: block;
  font-size: 3rem;
  line-height: 56px;
  margin: 0;
  padding: 210px 0 0 0;
  text-transform: inherit;
  letter-spacing: 1px;
    font-weight: 800;
}
.hero-en .tags {
    padding: 190px 0 0 0 ;
    color: #acacac;
}
.tags span.char1 {
  text-transform: capitalize;
}
span.no-tr {
  text-transform: none !important;
}
h2.cat-title, .page h1, .search h1, .archive h1, .h2-archive {
  display: block;
  font-size: 20px;
  line-height: 1.5em;
  padding: 0px 10px 20px;
  margin: 12px 0 11px;
  text-align: center;
  border: none;
  letter-spacing: 3px;
}
.hero-en h1 {
font-size: 3.8em !important;
letter-spacing: 0 !important;
line-height: 1em !important;
}
.plane {
  display: block;
  font-size: 18px;
  line-height: 44px;
  margin: 0;
  padding: 0;
}
h2.home-title {
  font-size: 24px !important;
  padding: 10px 20px !important;
  font-weight: normal;
}
body.page-advisory h2 {
  padding: 70px 0 20px 0;
}
/*home*/
div.page {
  margin-top: 0;
	overflow: hidden;
}
body.home .page h2 {
  font-size: 42px;
  text-align: center;
  margin: 10px 0;
}
.Overpass {
  font-family: 'Overpass', cursive;
}
.Alegreya {
font-family: 'Marcellus SC', sans-serif;
}

#feature img {
    width: 90%;
}
#feature .boxes-desc h3 {
    text-align: left;
    padding: 10px 0;
    margin: 0;
    color:#4d4d4d;
}


#feature .triple-wrapper {
  bottom: -30px;
  opacity: 1;
  position: relative;
/*  transform: scale(1);
*/  transition: all 1s ease-in-out 0s; 
}
#feature .triple-wrapper.show {
  bottom: 0;
  opacity: 1;
/*  transform: scale(1);
*/  transition: all 1s ease-in-out 0s;
}

.boxes-desc {
background:#fff8d7 none repeat scroll 0 0;
min-height: 123px;
padding: 20px 28px;
color:#4d4d4d;
margin-top: -80px;
width: 80%;
float: right;
position: relative;
}
.boxes-desc a {
  text-decoration: none;
}
.locations-nav {
    border-bottom: 1px solid #e6e6e6;
}
.locations-nav-inner {
background-color: #0101;
margin: 0 auto;
padding: 5px;
overflow: hidden;
}
.locations-nav-inner .alignright,
.locations-nav-inner .alignleft {
    padding:  0;
    margin: 0;
}
.locations-nav-inner .alignleft a {
    padding: 6px 0 2px;
    text-decoration: none;
    display: block;
}
.locations-nav-inner .alignleft a:hover {
    text-decoration: underline;
}

#headerContainer {
    position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
    border-bottom: 1px solid #e6e6e6;
	overflow: visible;
}
#headerContainer #headerInner {
  margin: 0 auto;
  max-width: 1670px;
  width: 95%;
  overflow: hidden;
  padding: 9px 0 24px;
  transition: all 0.5s ease-in-out 0s;
}
#headerInner #logo {
  transition: all 0.5s ease-in-out 0s;
  float: left;
}
body.home #headerInner #logo {
  opacity: 0;
  top: 15px;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
}
body.home #headerInner #logo.show {
  opacity: 1;
  top: 15px;
  transform: scale(1);
  transition: all 0.5s ease-in-out 0s;
  width: 232px;
}
header.others {
}
header.others #headerInner {
  transition: all 0.5s ease-in-out;
}
header.others #headerInner #logo {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease-in-out 0s;
  width: 232px;
  top: 15px;
  position: absolute;
}

ul.category {
  margin: 30px 0 50px;
  text-align: center;
}
ul.category li {
  display: inline-block;
  list-style: none;
  margin: 5px 0;
  padding: 0;
  line-height: 1.8em;
}
ul.category li a {
  position: relative;
  border: 1px solid #ddd;
  padding: 10px 40px;
  font-size: 0.9em;
  line-height: 1.8em;
  text-decoration: none;
}
ul.category li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
ul.category li.current-cat a::after,
ul.category li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.inviews {
  bottom: -30px;
  opacity: 0;
  position: relative;
/*  transform: scale(1);
*/  transition: all 1s ease-in-out 0s;
}
.inviews.show {
  bottom: 0;
  opacity: 1;
/*  transform: scale(1);
*/  transition: all 1s ease-in-out 0s;
}
/*Dropcap*/
sup {
  color: #333333;
  float: left;
  font-size: 5.5em;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  margin-right: 5px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: bottom;
}
/*Small is the text used in date, and bottom text*/
small {
  text-align: left;
  font-size: 70%;
}
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
blockquote {
    position: relative;
    padding: 38px 20px 8px 20px;
    box-sizing: border-box;
    font-style: normal;
    background: #efefef;
    color: #000;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    content: "\f10d";
  font-family: "Font Awesome 5 Free";
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.entry {
  margin: 0;
}


#content_box {
  padding: 0;
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}
#content_box_full {
  padding: 0;
  width: 100%;
  z-index: 1;
}
#left_box {
  margin: 0 auto;
  background: transparent;
  font-size: 1em;
width: 70%;
float: left;
        padding: 0 2%;
}
#right_box {
    width: 30%;
    float: right;
    padding: 0 2%;
}
#right_box.fixed {
    position: fixed;
}
#right_box_inner {
    overflow: hidden;
}
.widecontent {
  width: 1280px;
margin: 100px auto;
    overflow: hidden;
    position: relative;
}
.fullcontent {
  width: 100% !important;
    margin: 100px auto;
    overflow: hidden;
}
.read-more {
  clear: both;
}
.more-link {
  clear: both;
}
.breadcrumb {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0 auto 50px;
	padding: 2px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	width: 50%;
}
.breadcrumb .home:before {
content: "\f015";
  font-family: "Font Awesome 5 Free";
font-weight: 700;
}
.breadcrumb span {
    padding: 10px;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb .divider {
}
input, textarea, select {
  padding: 15px;
  background: #fff;
  font-size: 16px;
  border: 1px solid #c1c1c1;
font-family: inherit;
	margin: 0;
}

/* Reset Select */
.lang-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background-image: none;
	line-height: 1em;
	position: initial;
	margin-top: 2px;
}
/* Remove IE arrow */
.lang-select select::-ms-expand {
  display: none;
}
/* Custom Select */
.lang-select {
  position: relative;
  width: 11em;
  height: 2em;
  line-height: 2;
  overflow: hidden;
    border: 1px solid #e6e6e6;
    display: flex;
    margin: 5px;
}
.lang-select select {
  flex: 1;
  padding: 0 .5em;
  cursor: pointer;
}
/* Arrow */

/*.lang-select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background: #f0f0f0;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
    color: #c1c1c1;
    font-size: 12px;
}
*/
.lang-select::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background: #0095c6;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}
/* Transition */
.lang-select:hover::after {
  color: #9B9B9B;
}



textarea {
  width: 100%;
}
.inquiry-box {
  margin: 50px auto;
  width: 100%;
}
.inquiry-box th {
  padding: 10px 20px;
  font-weight: bold;
  width: 30%;
  text-align: left;
}
.inquiry-box td {
  padding: 20px;
}
.kakunin-link {
  margin: 15px 0;
  text-align: center;
}
.button-link {
  text-align: center;
}
.hissu {
  float: right;
  margin: 6px 6px 0;
}
.entry ul, .entry ol {
  margin: 0 0 0 10px;
  padding: 0;
}
.entry ul li {
  line-height: 1.5em;
  margin: 1.5px;
  padding: 2px 2px 2px 10px;
  list-style: none;
}
.entry ul:not([class]) li::before {
  content: "\f111";
font-family: "Font Awesome 5 Free";
width: 20px;
height: 20px;
margin: 0;
color:#B7B7B7;
font-weight: 900;
padding: 0 0 25px 0;
float: left;
font-size: 0.7em;
}
.entry ol li {
  margin: 3px 0 5px 20px;
  line-height: 1.7em;
}
.entry ul.checks li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  color: #6C9DB7;
  font-weight: 500;
  padding: 3px 0 25px 0;
  float: left;
}
.navright {
  float: right;
}
.navleft {
  float: left;
}
.navcenter {}
.wp-pagenavi {
  margin: 25px 0 10px;
  padding: 10px 0;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: none repeat scroll 0 0 #DDDDDD;
  border: 1px solid #DDDDDD !important;
  font-size: 15px;
  line-height: 1.5em;
  padding: 12px 18px !important;
  text-decoration: none !important;
  display: inline-block;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: #999999;
}
.wp-pagenavi span.current {
  background: none repeat scroll 0 0 #999999;
  border: 1px solid #999999 !important;
  color: #FFF;
}
#loading {
  background: url("images/ajax-loader2.gif") no-repeat scroll center center #fff;
  padding: 100px 0;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}
#home-loading-icon {
  background: url("images/logo.png") no-repeat scroll center center #fff;
  background-size: 400px;
  padding: 10px;
  position: absolute;
  text-indent: -9999px;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: block;
}
#home-loading-icon.loaded {
  animation: hideop 1s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hideop {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
#mouse {
  background: rgba(0, 0, 0, 0) url("images/scroll-mouse.png") no-repeat scroll center bottom / contain;
  bottom: 150px;
  display: block;
  height: 40px;
  left: 50%;
  margin: 0 auto 0 -20px;
  padding: 0;
  position: absolute;
  transform: rotate(90deg);
  width: 40px;
  z-index: 100;
}
.slick-prev, .slick-next {
  opacity: 0.4;
}
#main {
  background: none repeat scroll 0 0 #000;
  overflow: hidden;
}
/* Clear (used for horizontal thumbnails)
-------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  float: none;
}
span.wpcf7-list-item label {
  display: inline-block !important;
  margin: 4px 11px;
}

p.nocomments {
  display: none;
}
.new-icon {
  vertical-align: inherit !important;
}
.wpcf7-response-output {
    
}
form {
  margin: 0 !important;
}
.prev-posts a {
  background: url("images/prev-posts.png") no-repeat scroll left top transparent;
  left: 0;
  position: fixed;
  top: 50%;
  text-indent: -9999px;
  width: 64px;
  height: 150px;
  margin: -80px 0 0;
}
.next-posts a {
  background: url("images/next-posts.png") no-repeat scroll left top transparent;
  right: 0;
  position: fixed;
  top: 50%;
  text-indent: -9999px;
  width: 64px;
  height: 150px;
  margin: -80px 0 0;
}
.next-posts a.nomore {
  background: url("images/next-posts-nomore.png") no-repeat scroll left top transparent;
}
.prev-posts a.nomore {
  background: url("images/prev-posts-nomore.png") no-repeat scroll left top transparent;
}
.navigation {
  font-size: 13px;
  overflow: hidden;
  clear: both;
}
.box-center {
  width: 1000px;
  margin: 0 auto;
}
/*オリジナル*/
a.button {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #8c1112;
  cursor: pointer;
  color: #8c1112;
  display: inline-block;
  line-height: 1.2em;
  margin: 20px 0;
  min-width: 200px;
  padding: 15px 45px;
  text-align: center;
  text-decoration: none;
  transition-delay: 0s;
  transition-duration: 150ms;
  transition-property: background, color;
  transition-timing-function: linear;
  vertical-align: bottom;
  font-size: 16px;
  border-radius: 50px;
  font-weight: 500;
}
a.button:hover {
  background: #8c1112;
  color: #fff;
}
a.button-white {
  border: 2px solid #FFFFFF !important;
  color: #FFF !important;
}
a.button-white:hover {
  background: #FFFFFF;
  color: #8c1112 !important;
}
a.button-colored {
  background: #8c1112;
  border: 2px solid #8c1112 !important;
  color: #FFF !important;
}
a.button-colored:hover {
  background: inherit;
  color: #8c1112 !important;
}
.show-image {
  margin: 0;
  padding: 0;
}
.hero {
  height: 450px;
  width: 100%;
  transition: all 2.5s ease 0.3s;
  background: #eee url("images/img_page_header.jpg") no-repeat center 15% / cover;
  text-align: center;
}
.show-image-content {
  left: 10%;
  width: 40%;
  bottom: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.headline {
  clear: both;
  margin: 0 auto;
  max-width: 1280px;
  z-index: 0;
  padding: 0;
  overflow: hidden;
}
.headline article {
  line-height: 1.8em;
  margin: 10px auto;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  width: 90%;
}
.wide-image {
  margin: 0;
  padding: 0;
  width: 100%;
}
.wide-image img {
  width: 100%;
  height: auto;
}
.spacer {
  margin: 30px 0;
}
.full-wrapper {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
}
.boxes-wrapper {
  clear: both;
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
  z-index: 0;
	width: 98%
}
.boxes-wrapper.colored {
  background: #f1f1f1;
}
.single-wrapper {
  width: 100%;
  float: left;
}
.two-thirds-wrapper {
  float: left;
  width: 66.6666%;
}
.double-wrapper {
  float: left;
  width: 50%;
}
.triple-wrapper {
  margin: 1%;
  width: 31.3333%;
  float: left;
}
.quadruple-wrapper {
  width: 25%;
  float: left;
}
.quintuple-wrapper {
  width: 20%;
  float: left;
}
.one-twentieth-wrapper {
  width: 5%;
  float: left;
}
.boxes-image {
  overflow: hidden;
}
.boxes-image img {
  width: auto;
  height: auto;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.boxes-image:hover img, .boxes-image:focus img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body.home ul#news-list {
	margin: 40px 0 0 0;
}
body.home .links .box-link,
body.home .links1 .box-link,
body.home ul#news-list li {
  bottom: -30px;
  opacity: 0;
  position: relative;
	transition: all 1s ease-in-out 0s;
}
body.home .links .box-link.show,
body.home .links1 .box-link.show,
body.home ul#news-list li.show {
	opacity: 1;
	bottom: 0;
	transition: all 1s ease-in-out 0s;
}

ul#news-list {
margin:0;
padding: 0;
}
ul#news-list li {
  list-style: none;
  display: block;
  overflow: hidden;
  padding: 5px 0;
}
ul#news-list li div {
	display: table-cell;
}
body.home ul#news-list li div {
	padding: 2px 25px;
}
ul#news-list li div a {
	text-decoration: none;
	color: #003872;
}
.news-date {
    min-width: 9em;
}
.news-cat {
	min-width: 200px;
	text-align: center;
	font-size: 0.8em;
	padding: 0 !important;
}
.news-cat span {
	background: #eee;
	border-radius: 50px;
	padding: 7px 20px;
}
.news-cat ul {
	margin: 0;
	padding: 0;
}
.news-cat li {
	min-width: 270px;
	text-align: center;
	border: 1px solid #ddd;
	display: inline-block;
	margin: 0 0 5px 0;
	font-size: 0.8em;
	width: 100%;
}
.news-cat li a {
width: 100%;
height: 100%;
padding: 3px 10px 0;
display: block;
text-decoration: none;
line-height: 1.5em;
}
.news-title {
  padding: 10px 0 10px 0;
	font-weight: bold;
}

.news-title.q-title::before {
	content: "Q.";
	display: inline-block;
	margin-right: 8px;
	color: #b0b0b0;
}
.answer::before {
	content: "A.";
	display: inline-block;
	margin-right: 8px;
	color: #b0b0b0;
}
.date-format {
  color: #999;
  font-size: 14px;
  margin-bottom: 5px;
}
.single #carousel {
  margin: 5px 0 20px !important;
  position: relative;
}
.single .flexslider {
  overflow: hidden;
  position: relative;
}
.single .flexslider li {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#carousel ul {
  width: 100% !important;
}
#carousel .slides > li {
  width: 16.65% !important;
}
#carousel .slides > li:nth-child(6n) {
  margin: 0 !important;
}
#carousel .slides > li:nth-child(6n+1) {
  clear: both;
}
#carousel .gallery-caption {
  font-size: 0.8em;
  cursor: pointer;
}
#carousel .flex-active-slide {
  background: #e7e7e7;
  border-radius: 2px;
}
#carousel .flex-active-slide img {
  opacity: 1;
  padding: 5px;
}
.gallery-caption {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.2em;
}
.gallery-caption span {
  padding: 5px 10px;
  display: block;
}
.tgl-box {
  position: relative;
  padding: 0;
  margin: 0;
  display: none;
}
.tgl {
  background: url("images/tgl-bg.png") no-repeat scroll left top #000000;
  bottom: 0;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  height: 20px;
  line-height: 1.7em;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  width: 20px;
}
.tgl.active {
  background: url("images/tgl-bg.png") no-repeat scroll left -20px #000000;
}

.boxes-wrapper h2 {
  margin: 30px 0 20px;
}
.boxes-wrapper h3 {
	margin: 0;
	padding: 10px 0;
}
.slider {
  margin: 0 auto;
  overflow: hidden;
}

.slider img {
  transform-origin: center center;
  transform: scale(1.0) rotate(0.1deg);
  transition: 10s ease-out;
}
.slider .slick-active img {
  transform: scale(1.05);
}


.maplink {
  margin: 5px 20px;
  background: #ffba40;
  padding: 5px 9px;
  border-radius: 3px;
  display: inline-block;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.select select {
  display: inline-block;
  padding: 10px 30px 10px 20px;
  cursor: pointer;
  color: #7b7b7b;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover, .select select:focus {
  color: #000;
  background: #e2edd7;
}
.select select:disabled {
  pointer-events: none;
  opacity: .5;
}
.select::after {
  content: '';
  position: absolute;
  top: 19px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
span.new-mark {
  padding: 2px 5px;
  background: red;
  border-radius: 2px;
  color: #fff;
  margin: 0 5px;
  font-size: 12px;
  line-height: 1rem;
}
span.required {
	padding: 5px 7px 2px;
	background: orange;
	border-radius: 2px;
	color: #fff;
	margin: 0 5px;
	font-size: 12px;
	line-height: 1em;
	vertical-align: text-top;
}
input[type=radio], input[type=checkbox] {
/*  display: none;
*/}
.wpcf7-radio .wpcf7-list-item-label, .wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-checkbox .wpcf7-list-item-label {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 4px;
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item-label:hover, .wpcf7-acceptance .wpcf7-list-item-label:hover, .wpcf7-checkbox .wpcf7-list-item-label:hover {
  background-color: #e2edd7;
}
.wpcf7-radio .wpcf7-list-item-label:hover:after, .wpcf7-acceptance .wpcf7-list-item-label:hover:after, .wpcf7-checkbox .wpcf7-list-item-label:hover:after {
  border-color: #53b300;
}
.wpcf7-radio .wpcf7-list-item-label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 50%;
  content: '';
}
.wpcf7-acceptance .wpcf7-list-item-label:after, .wpcf7-checkbox .wpcf7-list-item-label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 3px;
  content: '';
}
.wpcf7-radio .wpcf7-list-item-label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
.wpcf7-acceptance .wpcf7-list-item-label:before, .wpcf7-checkbox .wpcf7-list-item-label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -11px;
  width: 9px;
  height: 15px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}
input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
input[type="submit"]:hover {
  background: #b31516 ;
}
input[type="submit"] {
  margin: 10px;
  padding: 15px 50px;
  cursor: pointer;
  background: #8c1112;
	color: #fff;
}
input[type="submit"][disabled] {
  background: #999999 none repeat scroll 0 0;
  cursor: default;
  color: #000;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  border-radius: 50px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 20px solid #fff;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe {
    width: 100%;
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#inquiry {

}
#inquiry .headline {
  background: #fff;
  max-width: 800px;
  text-align: center;
  margin: 70px auto;
  border-radius: 5px;
}
body.page-contact #inquiry .double-wrapper {
  padding: 20px 10px 30px;
}
#inquiry .double-wrapper {
  padding: 40px 10px 20px;
}
#inquiry .double-wrapper:first-child {
  border-right: 1px solid #BFBFBF;
}
#video {
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  position: relative;
}

.slider, .slider .slick-slider, .slider .slick-content, .slider .slick-slide, .slider .slick-list {
  height: 80vh;
}


nav#sub-menu ul {
margin: 0 10px 0;
padding: 0;
font-size: 0.9em;
}
nav#sub-menu ul li {
float: left;
list-style: none;
}
nav#sub-menu ul li a {
text-decoration: none;
line-height: 1.5em;
padding: 11px 11px 6px;
display: block;
}


.drawer-brand h1 {
    margin: 0;
    padding: 0;
	line-height: inherit;
}
.slick-active .slick-content {
opacity: 1;
top: 29%;
transition: all 1s ease-in-out .5s;
}
.slick-content {
position: absolute;
top: 24%;
z-index: 1000;
width:50%;
text-align: center;
margin: 0 25%;
opacity: 0;
}
.slick-content h3 {
font-size: 4.5rem;
line-height: 5.8rem;
padding: 0;
	color: #8c1112;
}
.slick-content p {
	margin: 20px 0 40px;
}
.slick-current .slick-content .popup {
  animation: slide-links 1.4s 1.3s backwards;
}
.slick-current .slick-content .popup:nth-child(2) {
  animation-delay: 1.8s;
}
.slick-current .slick-content .popup:nth-child(3) {
  animation-delay: 2.5s;
}
@keyframes slide-links {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



footer {
	background: #eeefee;
	margin: 0;
}
footer .boxes-wrapper .headline {
	padding: 75px 0;
}
footer ul {
	margin: 0 0 15px;
	padding: 0;
}
footer ul li {
	text-align: left;
	list-style: none;
    margin-bottom: 5px;
}
footer h4 {
	padding: 10px 0;
	font-size: 1.05rem;
}
footer ul li a {
text-decoration: none;
}
footer ul li a:before {
    content: '-';
    padding: 0 10px 0 0;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer .copyright {
	margin: 0;
    font-size: 0.8rem;
}
.footer-logo {
	float: left;
	width: 250px;
    padding: 17px 0;
}
.footer-copyright {
float: left;
line-height: 1.5rem;
margin:18px 0;
    color: #000;
}
footer h5 {
    padding: 0;
}

.side-boxes {
    margin: 0 0 20px;
}

ul.main-menu {
    margin: 12px 0 0 0;
    padding: 0;
}
ul.main-menu li {
    list-style: none;
}
ul.main-menu li a {
    position: relative;
    transition: all 0.5s ease-in-out 0s;
font-weight: bold;
}
ul.main-menu li a:hover {
    text-decoration: none;
    color: #000;
    transition: all 0.5s ease-in-out 0s;

}

ul.main-menu li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
ul.main-menu li.current-cat a::after,
ul.main-menu li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}


.lang.mobile,
nav#sub-menu.mobile {
    display: none;
}
#cookie-law-info-again,
#cookie-law-info-bar {
    box-shadow:  rgba(0,0,0,.8) 0px 0px 4px !important;
    right: 0 !important;
}

li.widget {
    list-style: none;
}
.widgettitle {
border-bottom: 1px solid #1A1A1A;
font-size: 1.3em;
line-height: 1.5em;
list-style: none outside none;
margin: 5px 0 15px;
padding: 5px 0;
    font-family: 'Marcellus SC', YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
li.widget_calendar table td, li.widget_calendar table th {
	padding: 10px;
	text-align: center;
	line-height: 1em;
}
table#wp-calendar caption {
    margin-bottom:10px;
}
li.widget ul {
    padding: 0;
}
li.widget ul li {
    list-style: none;
}
li.widget ul li a {
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 10px;
    transition: all 0.5s ease-in-out 0s;
}
li.widget ul li.current-menu-item,
li.widget ul li.current-cat,
li.widget ul li a:hover {
    background: #ececec;
    transition: all 0.5s ease-in-out 0s;
}
li.widget ul li::before {
 content: "\f105";
font-family: "Font Awesome 5 Free";
width: 20px;
height: 20px;
margin: 0;
color:#B7B7B7;
font-weight: 900;
float: left;
padding: 9px 0 0 5px;
}
ul.sub-menu,
ul.children {
	margin: 0 0 0 10px;
	font-size: 0.8em;
}
ul.children li {
	
}
ul.sub-menu li a,
ul.children li a {
	padding: 5px !important;
}


ul.ez-toc-list {
    margin: 0 !important;
    padding: 0 !important;
}
ul.ez-toc-list li > ul {
    margin: 0 !important;
    padding: 0 !important;
}
ul.ez-toc-list li a {
    border-bottom: 1px solid #dbdbdb;
    padding: 0;
    transition: all 0.5s ease-in-out 0s;
}
ul.ez-toc-list > li:hover > a,
ul.ez-toc-list > li.active > a {
    background: #ececec;
    transition: all 0.5s ease-in-out 0s;
}
ul.ez-toc-list > li > li:hover > a,
ul.ez-toc-list > li > li.active > a {
    background: #ececec;
    transition: all 0.5s ease-in-out 0s;
}

ul.ez-toc-list li a {
text-decoration: none;
line-height: 1.4em;
padding: 10px 15px;
display: block;
}
.ez-toc-widget-container {
    white-space: normal !important;
}
.ez-toc-widget-container ul.ez-toc-list li.active::before {
    display: none;
}

/*--fixed-index--*/
.is-fixed {
    position: fixed !important;
    top: 123px;
    left: auto;
    z-index: 1;
}
.bottom-side {
    position: absolute;
    bottom: 0;
    z-index: 1;
}
/*--fixed-index--*/


body.home #news {
	margin: 0 0 0 3%;
	background: #a83c3ce8;
	padding: 30px 0 53px;
	position: relative;
	color: #fff;
	overflow: hidden;
	width: inherit !important;
}
body.home #news .news-title a {
	color: #fff;
}
select#genre::-ms-expand,
select#name::-ms-expand,
select#cat::-ms-expand,
select[id^="archives-dropdown-"]::-ms-expand {
    display: none;
}
select#genre,
select#name,
select#cat,
select[id^="archives-dropdown-"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 20px;
	padding: 14px;
	font-size: 93%;
	line-height: 1.1em;
	border-radius: 0;
	border: 1px solid #cecece;
	background-image: url("images/toggle.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: #fff;
	width: 100%;
	background-size: 13px;
}

    dl.search{
        position:relative;
        background-color:#fff;
        border:1px solid #dfdfdf;
        -webkit-border-radius:50px;
        -moz-border-radius:50px;
        -o-border-radius:50px;
        -ms-border-radius:50px;
        border-radius:50px;
		margin: 0;
    }
    dl.search dt{
        margin-left:25px;
        padding:8px 0 8px 8px;
    }
    dl.search dt input{
        width:100%;
        height:24px;
        line-height:24px;
        background:none;
        border:none;
		vertical-align: bottom;
    }
dl.search dd {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 5px;
}
    dl.search dd button{
        display:block;
        padding:12px;
        background:none;
        border:none;
    }
    dl.search dd button span{
        display:block;
        width:20px;
        height:20px;
        background:url('images/searches.png') no-repeat scroll top right;
    }


.searchform {
  position: relative;
}
.searchfield {
  font-size: 14px;
  width: 90%;
  margin: 3px;
  padding: 10px;
  border: solid 1px #bbb;
  border-radius: 4px;
  background-color: #efefef;
}
.searchsubmit {
font-family: "Font Awesome 5 Free";
  font-size: 1.4em;
  position: absolute;
  top: 0;
  right: 8%;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: #6297f5;
  border: none;
  background: transparent;
}
.searchsubmit:hover {
  opacity: .6;
}
#side-search i {
	margin: 0 1%;
	color: #a4a4a4;
	width: 1%;
	text-align: center;
	font-size: 0.6em;
}

#side-search input#s,
#side-search select {
	width: 25%;
	line-height: 1.4em;
	font-size: 16px !important;
	margin: 0;
	/* float: left; */
	padding: 8px !important;
	height: 52px;
	border: 1px solid #cdcdcd;
}
#side-search input#submit {
    width: 100%;
margin: 10px 0;
    background: orange;
    color: #fff;
}

body #left_box #side-search i {
	width: 1%;
}
body #left_box #side-search input#submit,
body #left_box #side-search input#s,
body #left_box #side-search select {
 	width: 22%;   
}
body #left_box #side-search input#submit {
padding: 10px;
margin-left: 1%;
}

body #left_box li {
    border-bottom: 0px solid #cdcdcd;
	line-height: 2.0em;
}
body h4 {
    padding: 0;
}
body h4 a {
    text-decoration: none;
}

li.widget.widget_recent_entries li {
    margin-bottom: 10px;    
}
li.widget.widget_recent_entries li a {
    text-decoration: none;    
}
li.widget.widget_recent_entries li span.post-date {
    font-size: 0.8em;
    color: #B5B5B5;
}

.cat-archive ul.category {
    display: none;
}

.index-box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}
.index-box .slides  li:first-child {
       border-left: 1px solid #e6e6e6;
 }
.index-box .slides  li {
    background: #fff none repeat scroll 0 0;
    border-right: 1px solid #e6e6e6;
    margin: 3px 0;
  transition: all 0.3s ease-in-out 0s;
}
.index-box .slides  li.current_page_item {
	background: #ddd;
  transition: all 0.3s ease-in-out 0s;
}
.index-box .slides  li:hover {
	background: #dff8ff;
  transition: all 0.3s ease-in-out 0s;
}

.index-box .slides  li a {
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 20px 5px;
    text-decoration: none;
    text-transform: uppercase;
}

body.home #ip {
	margin: 0;
}

body.home #feature {
position: relative;
padding: 60px 0 100px 0;
}
body.home #knowledge {
position: relative;
padding: 120px 0 0;
}
body.home .knowledge-video {
	position: absolute;
	top: 21%;
	z-index: -10;
	width: 45%;
}
body.home .feature-video {
	position: absolute;
	top: 28%;
	z-index: -10;
	width: 45%;
}
body.home .feature-video video,
body.home .knowledge-video video {
	width: 100%;
}


body.home #contact {
	background: #ee9b3c;
	padding: 30px;
	margin: 0 0 -3% 3%;
	color: #fff;
	position: relative;
	overflow: hidden;
	width: inherit !important;
}
body.home #contact ul li {
	list-style: none;
	margin: 10px 0;
	line-height: 1.6em;
	text-align: center;
	font-weight: bold;
}

.double-wrapper .box-link {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.double-wrapper .box-link:last-child{
	border: none;
}
.double-wrapper .box-link h3 a {
	font-size: 1.2em;
	text-decoration: none;
	color: #b04e4e;
}
.double-wrapper .box-link h3,
.double-wrapper .box-link p {
	transition: all 0.3s ease-in-out 0s;
}
.double-wrapper .box-link:hover h3,
.double-wrapper .box-link:hover p {
	padding-left: 15px;
	transition: all 0.3s ease-in-out 0s;
}
.fixed-bottom-menu-container {
}
.fixed-bottom-menu-item {
	border-right: 1px solid #fff;
	height: 100%;

}
.fixed-bottom-menu-item a {
	line-height: inherit !important;
}
.fixed-bottom-menu-item a .dashicons {
	font-size:2em;
	display:inline;
}


/*知財Q&A用追加設定*/
.qa-list li{
    padding: 15px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #ffefe1;/*背景色*/
}
.qa-list p {
    margin: 0; 
    padding: 15px;
}

.qa-list h3 {
	padding: 15px;
    margin: 2em 0;
    color: #0094eb;
    background: #ffefe1;
    border-bottom: solid;
}

.question p {
	padding: 20px;
	background-color: #ffefe1;
}

/*暫定トップページ検索ボックス追加設定*/
#search_area {
    background: #ffcc99;
    padding: 30px;
    margin: 0;
	color: #000;
}


.text-wrapper {
}
.text-container {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.scrolltxt {
  font-size: 60px;
  word-break: keep-all;
  color: #b04e4e;
  transform: translateX(0px);
  margin-left: 60%;
  line-height: 220px;
}

body.single-qa-all .triple-wrapper,
body.page-qa-all .triple-wrapper {
	background: #ffefe1;
	padding: 18px 30px;
	border-radius: 10px;
}

body.single-qa-all .boxes-wrapper h3,
body.page-qa-all .boxes-wrapper h3 {
	margin: 15px 0 24px 4px;
	padding: 7px 0 3px 14px;
	border-left: 9px solid #8c1112;
	line-height: 1.1em;
}

#wrapper {
	overflow: hidden;
}

.widget.widget_search {
	margin-bottom: 30px;
}

.frame-3 {
    background-color: #fff;
	border: 3px solid;
	border-color: #CFC69A;
	margin: 10px;
	border-radius: 10px;
	padding: 20px 40px 20px;
}
.frame-3 h3 {
	color: #000;
	padding: 30px 0;
}
body.home #contact .frame-3 p {
	color: #000;
	font-size: 125%;
}

body.home #contact h2 {
	color: #ee9b3c;
	font-size: 300%;
    padding: 10pt;
}

/*QAアーカイブ用*/
.boxes-wrapper .triple-wrapper,
.boxes-wrapper .triple-wrapper {
	background: #ffefe1;
	padding: 18px 30px;
	border-radius: 10px;
}

.boxes-wrapper h3,
.boxes-wrapper h3 {
	margin: 15px 0 24px 4px;
	padding: 7px 0 3px 14px;
	border-left: 9px solid #8c1112;
	line-height: 1.1em;
}
