/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */
body {
  color: #333;
  font-family: "Noto Sans JP", "Century Gothic", Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* layout */
.post .h1 {
  font-size: 230%;
}

.post .h2 {
  font-size: 180%;
}

.post .h3 {
  font-size: 133.3%;
}

.post .h4 {
  font-size: 133.3%;
}

.post .h5 {
  font-size: 110%;
}

.post .h6 {
  font-size: 100%;
}

#header_wrap {
  background: url(/lib_image/common/bg_header.gif) repeat-x 0 0;
  min-width: 980px;
  width: 100%;
}

#header {
  background-color: #fff;
  font-size: 12px;
}

#header .slide-menu {
  max-width: 1400px;
  position: absolute;
  background-color: #fff;
  z-index: 10;
  top: 65px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  left: 0;
  right: 0;
  margin: auto;
  transition: height 100ms 500ms ease;
  height: 0;
}
/* IE10,11用 */
@media all and (-ms-high-contrast: none) {
  #header .slide-menu {
    left: calc(50% - 700px);
  }
}
#header .slide-menu.shown {
  visibility: visible;
  transition: height 100ms 0s ease;
}
#header .slide-menu.company {
  height: 350px;
}
#header .slide-menu.business {
  height: 450px;
}

#header .slide-menu .company-menu-container,
#header .slide-menu .business-menu-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 500ms 0 ease;
  top: 20px;
  opacity: 0;
  visibility: hidden;
}
#header .slide-menu .company-menu-container .title,
#header .slide-menu .business-menu-container .title {
  position: relative;
  transition: all 500ms 0 ease;
  top: 20px;
  opacity: 0;
  visibility: hidden;
}
#header .slide-menu .company-menu-container ul,
#header .slide-menu .business-menu-container .business-container {
  position: relative;
  transition: all 500ms 0 ease;
  top: 20px;
  opacity: 0;
  visibility: hidden;
}

#header .company-menu.shown .company-menu-container,
#header .business-menu.shown .business-menu-container {
  transition: all 500ms 200ms ease;
  top: 0;
  opacity: 1;
  visibility: visible;
}
#header .company-menu.shown .company-menu-container .title,
#header .business-menu.shown .business-menu-container .title {
  transition: all 500ms 200ms ease;
  top: 0;
  opacity: 1;
  visibility: visible;
}
#header .company-menu.shown .company-menu-container ul,
#header .business-menu.shown .business-menu-container .business-container {
  transition: all 500ms 400ms ease;
  top: 0;
  opacity: 1;
  visibility: visible;
}


.button-arrow {
  position: relative;
}

.button-arrow img {
  width: 7px;
  height: auto;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
}

#header .slide-menu .title {
  display: block;
  text-decoration: none;
  width: 250px;
  margin: 75px auto 50px;
}

#header .slide-menu .title .title-en {
  font-family: "Signika", sans-serif;
  text-align: center;
  font-size: 32px;
}
#header .slide-menu .title .title-ja {
  text-align: center;
  font-weight: bold;
}

/* letters with gradation */
.gradation-letters {
  background: linear-gradient(90deg, #ee7f04, #ea5429);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* letters with gradation IE10,11用 */
@media all and (-ms-high-contrast: none) {
  .gradation-letters {
    background: none;
    color: #ec6d14;
  }
}

/* company menu */
#header .company-menu ul {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#header .company-menu ul li {
  width: 20%;
  margin: 0 25px;
  height: 50px;
}

/* business menu */
#header .business-menu .business-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#header .business-menu .business-container .column {
  /*  width: 48%;*/
}

#header .business-menu .business-container .column .sub-title {
  font-family: "Signika", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  background-color: #ea5429;
  /*padding: 5px 30px;*/
padding: 7px 20px 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ea5429;
  background: linear-gradient(45deg, #ea5429 40%, #fff 30%, #fff 100%);
}

#header .business-menu .business-container .column ul {
  display: flex;
  flex-wrap: wrap;
}

#header .business-menu .business-container .column ul li {
  width: 48%;
  height: 50px;
}
#header .business-menu .business-container .column ul li:nth-child(2n + 1) {
  margin-right: 5px;
}
#header .business-menu .business-container .column ul li:nth-child(2n) {
  margin-left: 5px;
}

#header .slide-menu ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  font-weight: bold;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
  text-decoration: none;
}

#header .slide-menu ul li a::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 0%;
  -webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.58, 1), height 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.58, 1), height 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  background: #f7f7f6;
}
#header .slide-menu ul li a:hover::before {
  height: 100%;
  opacity: 1;
}

#header .slide-menu ul li.new-tab-icon {
  position: relative;
}
#header .slide-menu ul li.new-tab-icon::before {
  content: "";
  position: absolute;
  border: 1px solid #ee7f04;
  width: 10px;
  height: 6px;
  left: 75px;
  top: 21px;
}
#header .slide-menu ul li.new-tab-icon::after {
  content: "";
  position: absolute;
  border-top: 1px solid #ee7f04;
  border-right: 1px solid #ee7f04;
  width: 10px;
  height: 6px;
  left: 78px;
  top: 19px;
}
#header .row-wrap {
  position: absolute;
  right: 0;
  top: 0;
}

#header .row.top {
  margin-bottom: 12px;
  overflow: hidden;
  padding: 5px 0;
  float: right;
}

#header .row.bottom {
  display: block;
  clear: right;
}

#header .row.bottom a {
  display: block;
}

#header-list_link,
#header-func_size {
  float: left;
  line-height: 20px;
  height: 20px;
  margin: 0;
}

#header-list_link li,
#header-func_size dt,
#header-func_size dd {
  display: inline-block;
}

#header-list_link {
  border-right: 1px solid #e1e1e1;
}

#header-list_link li {
  margin-right: 1.5em;
}

#header-list_link li a {
  background: url(/lib_image/common/ico_arrow_link.png) no-repeat 0 50%;
  padding-left: 12px;
  text-decoration: none;
}

#header-func_size {
  border-left: 1px solid #fff;
  font-size: 10px;
  padding-left: 20px;
}

#header-func_size dt {
  margin-right: 5px;
}

#header-func_size dd {
  background: #fff;
  border: 1px solid #e1e1e1;
  text-align: center;
  width: 18px;
}

#header-func_size span {
  text-decoration: none;
  cursor: pointer;
}

#header-func_size dd.textresizer-active {
  background: #0066b3;
}

#header-func_size dd.textresizer-active span {
  color: #fff;
}

.font_small {
  font-size: 12px;
}

.font_medium {
  font-size: 14px;
}

.font_large {
  font-size: 18px;
}

#description {
  line-height: 30px;
}

/**/
#index_top_wrap {
  width: 100%;
  min-width: 980px;
  background: #f2f2f2;
}

#index_top {
  width: 980px;
  position: relative;
  margin: 0 auto;
  padding: 10px 0 0;
}

#main_contents_wrap {
  overflow: hidden;
  width: 100%;
  min-width: 980px;
}

#main_contents {
  width: 980px;
  margin: 0 auto;
}

#main_col {
  float: right;
  width: 720px;
}

#side_col {
  float: left;
  width: 220px;
}

.page-template-page-noside-php #main_col {
  width: 100%;
  float: none;
}

.page-template-page-noside-short-php #main_col,
.page-template-page-co-noside-php #main_col {
  width: 980px;
  float: none;
  margin: 0 auto;
}

/* headline */
.headline1 {
  border-bottom: 1px solid #e9e9e9;
  padding: 0;
  margin: 0 0 25px 0;
  font-size: 18px;
}

.headline1 span {
  border-bottom: 4px solid #ff5a16;
  padding: 0 0 10px 0;
  margin: 0;
  display: inline-block;
}

.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
  margin-top: 3em;
}

.post p {
  line-height: 1.75;
  margin: 0 0 1em 0;
}

.post table {
  margin: 0 0 24px 0;
}

/* ----------------------------------------------------------------------
 company info
---------------------------------------------------------------------- */
#company_info {
  margin: 0 0 50px 0;
  padding: 1px 0 0 0;
}

#company_info p {
  margin: 0;
}

#company_info dl {
  border-bottom: 1px solid #ddd;
  margin: 0 0 40px 0;
}

#company_info dt {
  float: left;
  width: 150px;
  display: inline;
  margin: 0 0 0px 0;
  line-height: 200%;
  font-weight: bold;
  font-size: 11px;
  border-top: 1px solid #ddd;
  padding: 12px 10px 10px 0;
}

#company_info dd {
  margin: 0 0 0px 150px;
  line-height: 200%;
  background: #f9f9f9;
  padding: 12px 10px 10px 10px;
  border-top: 1px solid #ddd;
}

#company_map {
  text-align: right;
}

#company_map a {
  color: #333;
}

#company_map iframe {
  width: 100%;
}

#company_map_desc {
  padding: 20px 0 0;
  margin-bottom: -30px;
}

/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
/* slider */
#slider {
  z-index: 1;
  width: 980px;
  margin: 0 0 10px 0;
  height: 400px;
  overflow: hidden;
}

/*#slider img { width:980px; height:400px; display:block; }*/
/* top banner */
#index_banner ol {
  margin: 22px 0 22px 0;
  padding: 0;
}

#index_banner ol li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  margin: 0 22px 0 0;
}

#index_banner ol li.num3 {
  margin: 0;
}

#index_banner img {
  display: block;
}

/* news */
#index_news {
  position: relative;
}

#index_news ol {
  margin: 0 0 40px 0;
  padding: 0;
}

#index_news ol li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 5px;
  background: #f2f2f2;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#index_news ol li .date {
  font-size: 12px;
  margin: 0 10px 0 0;
  line-height: 100%;
  background: #999;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 70px;
  text-align: center;
}

#index_news ol li .title {
  float: left;
  width: 690px;
  line-height: 150%;
  padding: 7px 0;
  margin: 0;
}

#index_news ol li .title a {
  display: block;
  text-decoration: none;
}

/* archive link */
.index_archive_link a {
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 13px;
  text-decoration: none;
}

.index_archive_link a:hover {
  text-decoration: underline;
}

/* index center banner */
#index_center_banner {
  display: block;
  margin: 0 0 40px 0;
}

/* product */
#index_product {
  position: relative;
  margin: 0 0 10px 0;
}

#index_product ol {
  margin: 0 -28px 0 0;
  padding: 0;
}

#index_product ol li {
  list-style-type: none;
  margin: 0 23px 20px 0;
  padding: 0;
  vertical-align: top;
  width: 248px;
  display: inline-block;
}

#index_product ol li .image {
  display: block;
  background: #fff;
}

#index_product ol li .image img {
  display: block;
  width: 248px;
  height: 190px;
  border: 1px solid #ccc;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#index_product ol li .image:hover img {
  opacity: 0.5;
}

#index_product ol li .category {
  background: #999;
  color: #fff;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
}

#index_product ol li .category a {
  text-decoration: none;
  color: #fff;
}

#index_product ol li .category a:hover {
  text-decoration: underline;
}

#index_product ol li .title {
  font-size: 14px;
  margin: 15px 0 5px;
}

#index_product ol li .title a {
  text-decoration: none;
}

#index_product ol li .desc {
  font-size: 12px;
  margin: 5px 0 10px;
  line-height: 160%;
}

/* blog */
#index_blog {
  position: relative;
  margin: 0 0 40px 0;
}

#index_blog ol {
  margin: 0;
  padding: 0;
}

#index_blog ol li {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #aaa;
}

#index_blog ol li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

#index_blog ol li .image {
  float: left;
  margin: 0 15px 0 0;
  background: #fff;
}

#index_blog ol li .image img {
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}

#index_blog ol li .image:hover img {
  opacity: 0.5;
}

#index_blog ol li .date {
  margin: 0;
  font-size: 12px;
  color: #999;
}

#index_blog ol li .title {
  margin: 0;
  font-size: 14px;
}

/* footer banner */
#footer_banner li {
}

#footer_banner li.num1 {
  float: left;
}

#footer_banner li.num2 {
  float: right;
}

#footer_banner li.num3 {
  clear: both;
  padding: 30px 0 0 0;
}

#footer_banner li img {
  display: block;
}

#bottom-link {
  display: none;
}

#footer #yrHere {
  background-color: #f7f7f7;
}

#footer #yrHere .typeInline {
  color: #000;
}

#footer .footer-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 50px;
}

#footer .footer-container .copy-right {
  color: #fff !important;
}
#footer .footer-container ul {
  display: flex;
  margin-bottom: 0;
}
#footer .footer-container ul li {
  padding: 0 20px;  
  text-align: center;
  border-left: solid 1px #666666;
}
#footer .footer-container ul li:first-child {
  border-left: none;
}
#footer .footer-container ul li a {
  color: #fff;
}
/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
/* product */
#product_list {
  position: relative;
  margin: 0 0 10px 0;
}

#product_list {
  margin: 0 -28px 0 0;
  padding: 0;
}

#product_list li {
  list-style-type: none;
  margin: 0 23px 20px 0;
  padding: 0;
  vertical-align: top;
  width: 248px;
  display: inline-block;
}

#product_list li .image {
  display: block;
  background: #fff;
}

#product_list li .image img {
  display: block;
  width: 248px;
  height: 190px;
  border: 1px solid #ccc;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#product_list li .image:hover img {
  opacity: 0.5;
}

#product_list li .title {
  font-size: 14px;
  margin: 0 0 10px 0;
}

#product_list li .title a {
  text-decoration: none;
  display: block;
  padding: 10px;
  background: #999;
  color: #fff;
  height: 40px;
  overflow: hidden;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}

#product_list li .title a:hover {
  background: #333;
}

/* news */
#news_list {
  position: relative;
}

#news_list {
  margin: 0 0 40px 0;
  padding: 0;
}

#news_list li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 5px;
  background: #f2f2f2;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#news_list li .date {
  margin: 0 10px 0 0;
  font-size: 12px;
  line-height: 100%;
  background: #999;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 70px;
  text-align: center;
}

#news_list li .title {
  float: left;
  width: 690px;
  line-height: 150%;
  padding: 7px 0;
  margin: 0;
}

#news_list li .title a {
  display: block;
  text-decoration: none;
}

#post_list .image:hover img {
  opacity: 0.5;
}

/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.post {
  /* margin:0 0 10px 0;*/
}

/* title */
#post_title {
  margin: 0 0 25px 0;
}

#post_title h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 160%;
}

#post_title .post_date {
  font-size: 12px;
  width: 54px;
  height: 54px;
  text-align: center;
  margin: 0 15px 5px 0;
  line-height: 100%;
  float: left;
  background: #bbb;
  position: relative;
}

#post_title .date {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  width: 54px;
}

#post_title .month {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 54px;
}

/* post thumbnail */
.post_image {
  text-align: center;
  margin: 0 0 30px 0;
}

.post_image img {
  margin: 0;
  width: 100%;
  height: auto;
}

/* next page */
#post_pagination {
  margin: 0 0 30px 0;
}

#post_pagination h5 {
  margin: 0 10px 0 0;
  float: left;
  line-height: 30px;
  font-size: 12px;
}

#post_pagination a,
#post_pagination p {
  float: left;
  display: inline-block;
  background: #eee;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #333;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}

#post_pagination p {
  background: #999;
  color: #fff;
}

#post_pagination a:hover {
  background: #00a2d9;
  color: #fff;
}

/* meta and bookmark */
#post_meta {
  border-top: 1px dotted #aaa;
  margin: 0 0 20px 0;
  padding: 15px 0;
}

#post_meta #meta {
  float: left;
  width: 60%;
  margin: 0;
  font-size: 12px;
}

#post_meta #meta li {
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 160%;
}

#post_meta #meta li.meta_author {
  background: url(img/common/icon_author.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}

#post_meta #meta li.meta_comment {
  background: url(img/common/icon_comment.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}

#post_meta #meta li.meta_category {
  background: url(img/common/icon_category.png) no-repeat 3px 4px;
  padding: 0 0 0 18px;
}

#post_meta #meta li.meta_tag {
  background: url(img/common/icon_tag.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}

#post_meta .bookmark {
  float: right;
  margin: 0;
}

#post_meta .bookmark li {
  float: left;
  margin: 0 0 0 10px;
}

/* related post*/
#related_post {
  margin: 0 0 35px 0;
}

#related_post .headline {
  font-size: 18px;
  margin: 0 0 12px 0;
  line-height: 100%;
}

#related_post ul {
  margin: 0 -10px 0 0;
}

#related_post li {
  display: inline-block;
  margin: 0 5px 10px 0;
  vertical-align: top;
  width: 373px;
  border: 1px solid #ccc;
  padding: 10px;
}

#related_post .image {
  float: left;
  margin: 0 15px 0 0;
  background: #fff;
}

#related_post .image img {
  width: 72px;
  height: 72px;
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}

#related_post .image:hover img {
  opacity: 0.5;
}

#related_post .info {
}

#related_post .date {
  margin: 0 0 5px 0;
  line-height: 100%;
  font-size: 12px;
  color: #999;
}

#related_post .title {
  font-size: 14px;
  margin: 0;
}

#related_post .title a {
  text-decoration: none;
  display: block;
}

/* next prev post link */
#previous_next_post {
  margin: 0 0 40px 0;
  padding: 0;
  border-top: 1px solid #ccc;
}

#previous_next_post p {
  margin: 0;
  padding: 0;
}

#previous_next_post a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#previous_post a {
  margin: 0;
  width: 50%;
  float: left;
  border-right: 1px solid #ccc;
  background: url(img/common/arrow_left.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 6px auto;
  padding: 25px 30px;
}

#next_post a {
  margin: 0;
  width: 50%;
  float: right;
  text-align: right;
  border-left: 1px solid #ccc;
  background: url(img/common/arrow_right.gif);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 6px auto;
  padding: 25px 30px;
}

/* ----------------------------------------------------------------------
 product single page
---------------------------------------------------------------------- */
#product_headline a {
  text-decoration: none;
}

#product_headline a:hover {
  text-decoration: underline;
}

.product_title {
  margin: 0 0 20px 0;
}

/* slider */
#product_image_slider_wrap {
  width: 770px;
  background: #f2f2f2;
  padding: 15px;
  position: relative;
  margin: 0 0 30px 0;
}

#product_image_slider_wrap #loader {
  position: absolute;
  top: 200px;
  left: 350px;
}

#product_image_slider {
  width: 575px;
  height: 380px;
  overflow: hidden;
}

#product_image_slider img {
  width: 575px;
  height: 380px;
}

/* thumbnail */
.nivo-controlNav {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}

.nivo-controlNav a {
  cursor: pointer;
  margin: 0 0 13px 0;
  display: block;
}

.nivo-controlNav a img {
  display: block;
  opacity: 0.3;
}

.nivo-controlNav a.active img,
.nivo-controlNav a:hover img {
  opacity: 1;
}

/* no slider */
#product_image {
}

#product_image img {
  display: block;
  border: 15px solid #f2f2f2;
  margin: 0 auto 30px;
}

/* bookmark */
.bookmark {
  margin: 0 0 30px 0;
}

.bookmark li {
  float: left;
  margin: 0 10px 0 0;
}

/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
/* logo */
#logo {
  display: flex;
  align-items: center;
  font-weight: bold;
}

#logo a {
  background-repeat: no-repeat;
  background-size: 354px auto;
  background-position: 0 0;
  display: block;
  height: 48px;
  overflow: hidden;
  text-indent: 100%;
  width: 200px;
  white-space: nowrap;
}

#logo .company-logo {
  display: block;
  width: 157px;
  height: auto;
}


/* global menu */
.menu_button {
  display: none;
}

#global_menu {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  line-height: 1.25;
  margin-bottom: 1px;
  border-bottom: 2px solid #d6d6d6;
  padding: 20px 0;
  z-index: 20;
  position: relative;
  background-color: #fff;
}

#global_menu a {
  display: block;
  text-decoration: none;
}

#global_menu ul {
  margin: 0 0 0 auto;
  width: 1000px;
  /* width: 700px; */
}

#global_menu ul li {
  font-size: 14px;
  font-weight: bold;
  float: left;
  text-align: center;
  /*width: 16.667%;*/
  width: 13.667%;
  border-right: 1px solid #ed6b46;
  line-height: 2.4;
}

#global_menu ul li:last-child {
  border-right: 0;
}

#global_menu ul li a span {
  display: inline-block;
}

#global_menu ul li.txt_line2 {
  line-height: 1.1;
}

#menu-global_05 a {
  line-height: 1.25;
}

/*
#global_menu ul ul { display:none; position:absolute; top:63px; left:0px; margin:0; padding:0; border-top:1px solid #ccc; }
	#global_menu ul ul ul { left:100%; top:0; margin:0 0 0 -1px; }
#global_menu li { float:left; font-size:1%; position:relative; }
#global_menu li a {
 font-size:14px; text-align:center; text-decoration:none; display:block; height:60px; line-height:60px; padding:0 20px; border-bottom:4px solid #fff;
 -webkit-transition-property:background; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:background; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:background; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
}
#global_menu ul li a:hover,
#global_menu > ul > li.active_menu > a { border-bottom:4px solid #aaa; color:#333; }
	#global_menu ul ul li { float:none; height:auto; line-height:26px; padding:0; margin:0; text-align:left; }
	#global_menu ul ul a { font-size:12px; position:relative; padding:10px 20px 8px; width:150px; height:auto; line-height:180%; margin:0 0 -1px 0; text-align:left; border:1px solid #ccc; background:#fff; }
	#global_menu ul ul a:hover { border:1px solid #ccc; background:#e2e2e2; }
*/
/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#return_top {
  z-index: 999;
  position: fixed;
  right: 0px;
  bottom: 25px;
  margin: 0;
  display: block;
  width: 36px;
  height: 100px;
  text-indent: -9999px;
  background: #ccc url(img/footer/return_top.png) no-repeat center;
  display: none;
}

#return_top:hover {
}

/* basic setting */
#footer {
  background: #424242;
  color: #fff;
  clear: both;
  font-size: 12px;
  min-width: 980px;
  width: 100%;
}

#footer_inner {
  margin: 0 auto;
  padding: 20px 0 10px;
  position: relative;
  width: 980px;
}

#footer a {
}

#footer a:hover {
}

/* menu */
#footer_menu {
}

#footer_menu ul {
  margin: 0;
  padding-right: 120px;
}

#footer_menu li {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 1em;
}

#footer_menu li a {
  background: url(/lib_image/common/ico_arrow_link.png) no-repeat 0 40%;
  color: #fff;
  line-height: 1;
  padding-left: 12px;
  text-decoration: none;
}

/* copyright */
#copyright {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}

#copyright a {
  text-decoration: none;
}

#bottom-link {
  background: #f9f9f9;
  border-top: 1px solid #e0e0e0;
  font-size: 12px;
}

#bottom-link a {
  color: #000;
  display: block;
  text-decoration: none;
}

#bottom-link a:hover {
  text-decoration: underline;
}

#bottom-link a img {
  width: 100%;
  height: auto;
}

#bottom-link .inner {
  margin: 0 auto;
  padding: 30px 0;
  width: 980px;
}

#bottom-link .box {
  float: left;
  width: 310px;
}

#bottom-link .box + .box {
  margin-left: 25px;
}

#bottom-link .box ul {
  margin: 0;
}

#bottom-link .box li {
  float: left;
  line-height: 1.25;
  margin-top: 1em;
  width: 50%;
}

#bottom-link .box li:nth-child(2n + 1) {
  clear: left;
}

#bottom-link .box li a {
  background: url(/lib_image/common/ico_arrow_link.png) no-repeat 0 0.25em;
  padding-left: 12px;
}

#bottom-link .round-button {
  margin-top: 30px;
  margin-bottom: 10px;
  height: 49px;
  width: 310px;
  border-radius: 24.5px;
  background-color: #4a90e2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#bottom-link .round-button .text-container {
  display: flex;
  width: 80%;
  justify-content: space-evenly;
}

.sp {
  display: none !important;
}

#yrHere ul {
  font-size: 83.3%;
  margin: 0 auto;
  padding: 15px 0;
  width: 980px;
}

#yrHere a {
  margin-right: 0.5em;
  text-decoration: none;
}

.box-banner {
  font-size: 80%;
}

.box-banner p {
  line-height: 1.2;
  margin-bottom: 25px;
}

.box-banner p a {
  display: block;
  margin-bottom: 5px;
}

.list-banner li {
  line-height: 1.2;
  margin-bottom: 15px;
  height: auto !important;
}

.list-banner li img {
  display: block;
}

#recruit-btn {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  display: none;
}

#recruit-btn a {
  font-size: 14px;
  width: 90px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #989898;
}

#youchi-btn {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 1000;
  display: none;
}

#youchi-btn a {
  font-size: 14px;
  width: 140px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffdead;
}

#social-btns {
  right: 0;
  position: fixed;
  top: 200px;
  z-index: 1000;
  display: none;
}

#social-btns ul {
  margin: 0;
}

#social-btns img {
  display: block;
}

#social-btns li {
  -webkit-box-shadow: 0 0 7px 0 rgba(127, 127, 127, 0.25);
  -moz-box-shadow: 0 0 7px 0 rgba(127, 127, 127, 0.25);
  box-shadow: 0 0 7px 0 rgba(127, 127, 127, 0.25);
  margin-bottom: 10px;
}

/* --------------------------------------------------
 * 追加 PC
-------------------------------------------------- */
/*:hover移植 */
a {
  transition: color 0.3s ease-in-out 0s;
}

a img {
  transition: opacity 0.3s ease-in-out 0s;
}

a:hover {
  color: #d39487 !important;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#post_pagination a:hover {
  background: #333;
  color: #fff;
}

#wp-calendar td a:hover {
  text-decoration: none;
  color: #fff;
  background: #00a2d9;
}

#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #00a2d9;
}

#footer #wp-calendar td a:hover {
  background-color: #00a2d9;
}

.widget_search #search-btn input:hover,
.widget_search #searchsubmit:hover,
.google_search #search_button:hover {
  background-color: #00a2d9;
}

.tcd_recent_post_widget a.image:hover img {
  opacity: 0.5;
}

.tcd_recent_post_widget a.title:hover {
}

.tcdw_product_list_widget a.image:hover img {
  opacity: 0.5;
}

.tcdw_product_list_widget a.title:hover {
}

.tcdw_product_list_widget .category a:hover {
  text-decoration: underline;
  color: #333;
}

.tcdw_product_list_widget2 a.image:hover img {
  opacity: 0.5;
}

.tcdw_product_list_widget2 a.title:hover {
}

.tcdw_product_list_widget2 .category a:hover {
  text-decoration: underline;
  color: #333;
}

.tcdw_recommend_product_list_widget li a:hover img {
  opacity: 0.5;
}

.tcdw_news_list_widget .title a:hover {
}

.page_navi a:hover {
  color: #fff;
  background: #00a2d9;
  text-decoration: none;
}

.page_navi p.back a,
.page_navi p.back a:hover {
  display: inline-block;
  padding: 10px 15px;
}

.box-media a:hover {
  text-decoration: underline;
}

#share_top1 ul li > a:hover {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}

#share_btm1 ul li a:hover {
  -webkit-transform: translate3d(0px, 2px, 1px);
  -moz-transform: translate3d(0px, 2px, 1px);
  transform: translate3d(0px, 2px, 1px);
}

#share_top1 ul li.twitter a:hover,
#share_btm1 ul li.twitter a:hover {
  background-color: #468ec5;
}

#share_top1 ul li.facebook a:hover,
#share_btm1 ul li.facebook a:hover {
  background-color: #1f3669;
}

#share_top1 ul li.googleplus a:hover,
#share_btm1 ul li.googleplus a:hover {
  background-color: #b94031;
}

#share_top1 ul li.hatebu > a:hover,
#share_btm1 ul li.hatebu a:hover {
  background-color: #0270ac;
}

#share_top1 ul li.pocket a:hover,
#share_btm1 ul li.pocket a:hover {
  background-color: #c53648;
}

#share_top1 ul li.rss a:hover,
#share_btm1 ul li.rss a:hover {
  background-color: #e09900;
}

#share_top1 ul li.feedly > a:hover,
#share_btm1 ul li.feedly > a:hover {
  background-color: #5ca449;
}

#share_top1 ul li.pinterest a:hover,
#share_btm1 ul li.pinterest a:hover {
  background-color: #a42f35;
}

#share_top2 ul.type2 li a:hover,
#share_top2 ul.type2 li a:hover i,
#share_top2 ul.type2 li a:hover .share-count {
  color: #fff !important;
}

#share_top2 ul.type2 li a:hover {
  border-color: rgba(255, 255, 255, 0.1);
}

#share_btm2 ul.type4 li a:hover,
#share_btm2 ul.type4 li a:hover i,
#share_btm2 ul.type4 li a:hover .share-count {
  color: #fff !important;
}

#share_top2 ul.type2 li.twitter a:hover,
#share_btm2 ul.type4 li.twitter a:hover {
  color: #fff !important;
  background-color: #55acee !important;
}

#share_top2 ul.type2 li.facebook a:hover,
#share_btm2 ul.type4 li.facebook a:hover {
  color: #fff !important;
  background-color: #35629a !important;
}

#share_top2 ul.type2 li.googleplus a:hover,
#share_btm2 ul.type4 li.googleplus a:hover {
  color: #fff !important;
  background-color: #dd4b39 !important;
}

#share_top2 ul.type2 li.hatebu a:hover,
#share_btm2 ul.type4 li.hatebu a:hover {
  color: #fff !important;
  background-color: #3c7dd1 !important;
}

#share_top2 ul.type2 li.pocket a:hover,
#share_btm2 ul.type4 li.pocket a:hover {
  color: #fff !important;
  background-color: #ee4056 !important;
}

#share_top2 ul.type2 li.rss a:hover,
#share_btm2 ul.type4 li.rss a:hover {
  color: #fff !important;
  background-color: #ff8c00 !important;
}

#share_top2 ul.type2 li.feedly a:hover,
#share_btm2 ul.type4 li.feedly a:hover {
  color: #fff !important;
  background-color: #6cc655 !important;
}

#share_top2 ul.type2 li.pinterest a:hover,
#share_btm2 ul.type4 li.pinterest a:hover {
  color: #fff !important;
  background-color: #d4121c !important;
}

.sns_default_top ul li.fbshare_button:hover {
  text-decoration: none;
}

.q_button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #7d7d7d;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
}

.bt_red:hover {
  background-color: #d33929;
  color: #fff;
}

.bt_yellow:hover {
  background-color: #f9d441;
  color: #fff;
}

.bt_blue:hover {
  background-color: #3a91c9;
  color: #fff;
}

.bt_green:hover {
  background-color: #39c574;
  color: #fff;
}

.cardlink_title a:hover {
  text-decoration: underline;
}

a:hover img.fade {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none !important;
}

.nav-local a:hover {
  text-decoration: underline;
}

.post a.more:hover {
  color: #00a2d9;
  text-decoration: underline;
}

.nav-local-noActive p.title:hover {
  background: #0065b2;
}

.box-connection a:hover {
  opacity: 1;
}

.box-connection a:hover img {
  opacity: 1;
}

.post .estate-block:hover .estate-infoArea .estate-info .more {
  color: #00a2d9;
}

.block-biz .slick-slide a:hover {
  color: #333;
}

.block-biz .slick-slide.slick-active a:hover {
  color: #00a2d9;
}

.btn-slide:hover {
  background-color: rgba(255, 255, 255, 0.65);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-box-shadow: 0 0 7px 0 rgba(127, 127, 127, 0.25);
  -moz-box-shadow: 0 0 7px 0 rgba(127, 127, 127, 0.25);
  box-shadow: 0 0 7px 0 rgba(127, 127, 127, 0.25);
}

.block-index .formatCols .item.img-left .title,
.block-index .formatCols .item.img-left .desc {
  margin-left: 160px;
}

.post h3 {
}

#page-head .page-head_img {
  margin: 0 0 2em;
}

.post p {
  margin: 0 0 2em;
}

.post p:last-child {
  /*margin: 0;*/
}

.page-template-page-noside .post p {
  margin: 0 0 1em;
}

.officerUnit {
  width: 67.5%;
  float: right;
}

.officerUnit:first-child {
  width: 30%;
  float: left;
}

.officerUnit > img {
  margin: 0;
}

.officerBookArea {
  margin-top: 1.5em;
}

.post p.officerBookTitle {
  margin: 0;
}

.officerBookList {
}

.post .officerBookList {
  margin-bottom: 0;
}

.officerBookList > li {
  line-height: 1.5;
  margin-top: 0.5em;
}

.page-template-page-noside .block-index .col-1 .img-left .thumbLong {
  height: 129px;
  width: 400px;
}

.page-template-page-noside .block-index .col-1 .img-left .thumbLong + .desc,
.page-template-page-noside
  .block-index
  .col-1
  .img-left
  .thumbLong
  + .desc
  + .list-link_index {
  margin-left: 420px;
}

.page-template-page-noside .block-index div .img-left .thumbAvatar {
  height: 89px;
  width: 89px;
  margin: 20px 0 0 20px;
  border-radius: 100px;
}

.page-template-page-noside
  .block-index
  div
  .item.img-left
  .thumbAvatar
  + .title,
.page-template-page-noside
  .block-index
  div
  .item.img-left
  .thumbAvatar
  + .title
  + .desc {
  margin-left: 129px;
}

.page-template-page-noside
  .block-index
  div
  .item.img-left
  .thumbAvatar
  + .title {
  margin-top: 15px;
  margin-bottom: 10px;
}

.page-template-page-noside
  .block-index
  div
  .item.img-left
  .thumbAvatar
  + .title
  + .desc {
  margin-top: 10px;
}

#page-head .page-head_img + .text-read {
  padding-left: 20px;
  padding-right: 20px;
}

.imageGovernance {
  width: 660px;
  margin: 0 auto;
}

.csrTableArea {
  width: 65%;
  padding-top: 10px;
}

.csrTableImage {
  width: 30%;
}

.post .ir-getReaderArea {
  float: right;
  display: table;
  margin-bottom: 0;
}

.post .block-irLibrary .ir-getReaderArea {
  margin-top: 2em;
}

.post .ir-getReaderArea dt {
  display: table-cell;
  vertical-align: top;
}

.post .ir-getReaderArea dd {
  display: table-cell;
  vertical-align: top;
  line-height: 1.25;
  font-size: 85%;
  padding-left: 10px;
}

.post ul.ir-financeArea {
  margin-left: -5.5%;
}

.post .ir-financeArea > li > h2 {
  margin-top: 1.5em;
}

.ir-financeArea li {
  float: left;
  width: 44.5%;
  margin-left: 5.5%;
}

.ir-graphImage {
  margin: 0 auto;
  display: block;
}

.post .ir-financeArea li table {
  width: 100%;
}

.post .ir-financeArea li table tr {
}

.post .ir-financeArea li table tr th {
  padding: 5px 0;
  text-align: center;
}

.post .ir-financeArea li table tr td {
  padding: 5px 0;
  text-align: center;
}

.post ul.propertyTextArea > li {
}

.post ul.propertyTextArea > li:first-child {
  width: 48.5%;
  float: right;
  margin-left: 20px;
  padding: 20px;
  border: 1px solid #e0e0e0;
}

.post ul.propertyTextArea ul.propertyTextInner > li > dl {
  height: 62px;
}

.post ul.propertyTextArea ul.propertyTextInner > li > dl > dt {
  width: 80px;
  height: 62px;
}

.post ul.propertyTextArea ul.propertyTextInner > li > dl > dd {
  height: 62px;
}

.post .leasingArea > li:first-child {
  float: right;
  margin-left: 20px;
}

.post .leasingArea ul.leasingInner > li {
  margin-top: 10px;
}

.post .leasingArea ul.leasingInner > li:first-child {
  margin-top: 0;
}

.estateBox {
  position: relative;
}

.post .estateBox-sale {
  padding: 20px;
  border: 1px solid #e0e0e0;
}

.post .estateBox-sale > li:first-child {
  width: 250px;
  float: right;
  padding-left: 20px;
  background: #ffffff;
  z-index: 10;
}

.post .estateBox-sale > li dl dt img.availableName {
  max-width: 400px;
  height: auto;
}

.post .estateBox-sale > li > div .more:hover {
  color: #00a2d9;
}

.post #page-head + .estateBox .thumb {
  height: auto;
  max-height: 240px;
}

.post .estateBox .col-1 .item {
  margin: 0;
  padding: 0;
}

.post .estateBox .col-1 .item .thumb,
.post .estateBox .col-2 .item .thumb {
  width: 180px;
  height: 180px;
  float: left;
}

.post .estateBox .col-1 .item .title,
.post .estateBox .col-1 .item .desc,
.post .estateBox .col-2 .item .title,
.post .estateBox .col-2 .item .desc {
  margin-left: 200px;
}

.post .estateBox .col-1 .item .thumb a img,
.post .estateBox .col-2 .item .thumb a img,
.post .estateBox .col-3 .item .thumb a img {
  width: 100%;
}

.wpcf7 input.wpcf7-submit:hover {
  opacity: 0.8;
}

.post .sitemapArea a {
  text-decoration: underline;
}

.post .sitemapArea {
  margin-left: -2.5%;
}

.post .sitemapArea > li {
  /* width: 22.5%; */
  width: 30.5%;
  margin-left: 2.5%;
  float: left;
}

.libraryBox {
  position: relative;
}

.libraryBox > div {
}

.libraryBox > div > ul {
}

.libraryBox > div > ul > li {
  padding: 10px 0;
}

.libraryBox > div > ul > li a {
  background: url(/lib_image/common/ico_arrow_link.png) no-repeat 100% 50%;
  display: block;
  padding-right: 15px;
}

.post div.numbers {
  color: #ff5d19;
  font-family: "Noto Serif", serif;
  font-size: 43px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 169px;
  z-index: 100;
  display: table;
}

.post div.numbers h3 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  line-height: 1;
}

.post div.numbers h3 .small {
  font-size: 16px;
  letter-spacing: 1px;
}

.post div.customersblock div.customersInfo:nth-child(1) div.numbers,
.post div.customersblock div.customersInfo:nth-child(2) div.numbers,
.post div.customersblock div.customersInfo:nth-child(3) div.numbers {
  left: 0;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 100;
  display: block;
}

.post div.customersblock div.customersInfo:nth-child(1) div.numbers h3,
.post div.customersblock div.customersInfo:nth-child(2) div.numbers h3,
.post div.customersblock div.customersInfo:nth-child(3) div.numbers h3 {
  display: block;
  text-align: center;
}

.post div.customersblock div.customersInfo:nth-child(1) div.numbers h3 .small,
.post div.customersblock div.customersInfo:nth-child(2) div.numbers h3 .small,
.post div.customersblock div.customersInfo:nth-child(3) div.numbers h3 .small {
  display: block;
}

.officerDefinitionList dt {
  width: 12%;
}

.officerDefinitionList dd {
  width: 85.5%;
}

.bookDefinitionList dt {
  width: 5%;
}

.bookDefinitionList dd {
  width: 92.5%;
}

.post img.alignright,
div.alignright {
  margin: 10px 0 30px 20px;
  display: inline;
}

.post img.alignleft,
div.alignleft {
  margin: 10px 30px 20px 0;
  display: inline;
}

.post .nav-local_irLibrary {
  padding-top: 0;
  margin-bottom: 10px;
}

.post .nav-local_irLibrary li {
  cursor: pointer;
}

.post .nav-local_bottom {
  padding-top: 2em;
  margin-bottom: 60px;
}

.page_navi {
  margin: 0;
}

.mansionTable > tbody > tr > td {
  border-right: none;
}

.mansionTable > tbody > tr > td .list-custom li + li {
  border-top: none;
}

.mansionTable > tbody > tr > td:last-child {
  border-right: 1px solid #e1e1e1;
  border-left: none;
  width: 140px;
}

.post .estateArea-sale .estateBox-sale > li > div {
}

.post .estateArea-sale .estateBox-sale > li > div > div {
  width: 42.5%;
  float: right;
  margin-top: 10px;
}

.post .estateArea-sale .estateBox-sale > li > div > div:first-child {
  width: 55%;
  float: left;
}

.post .estateArea-sale .estateBox-sale > li > div .more {
  border: 1px solid #e0e0e0;
  text-align: center;
  padding: 12px 0;
  display: block;
}

.post .estateBox-results > li .estateInner-results {
  list-style: none;
  margin: 0;
  display: table;
  height: 80px;
}

.post .estateBox-results > li {
  width: 47.5%;
  margin-top: 2.5%;
  margin-left: 2.5%;
  float: left;
  background: #fff;
  -webkit-box-shadow: 0 0 14px 0 rgba(127, 127, 127, 0.18);
  -moz-box-shadow: 0 0 14px 0 rgba(127, 127, 127, 0.18);
  box-shadow: 0 0 14px 0 rgba(127, 127, 127, 0.18);
}

.post .estateBox-results > li .estateInner-results > li:first-child {
  width: 80px;
  height: 85px;
  overflow: hidden;
  display: block;
}

.post .estateBox-results > li .estateInner-results > li dl {
  padding-left: 10px;
  margin: 0;
}

.post .estateBox-results > li .estateInner-results > li dl dt {
  line-height: 1;
}

.post .estateBox-results > li .estateInner-results > li dl dd {
  margin: 0;
  line-height: 1.5;
}

.post .estateBox-results > li .estateInner-results > li dl dt + dd {
}

.post .estateBox-results > li .estateInner-results > li dl dd span {
  color: #ff9b72;
  padding: 2.5px;
  border: 1px solid #ff9b72;
  font-size: 85.75%;
}

.post .operationalGrafArea {
  padding: 20px;
  background: #f9f9f9;
}

.post .operationalGrafArea dl dt {
  width: 10%;
  float: left;
  color: #ff9b72;
  padding: 5px;
  border: 1px solid #ff9b72;
  text-align: center;
}

.post .operationalGrafArea dl dd {
  width: 87.5%;
  float: right;
  margin-bottom: 0px;
}

.post .eventsBox {
  padding: 0 30px 30px;
}

.post .eventLink {
  margin: 60px 0 10px 0;
}

.list-custom.disc li:before {
  top: 1em;
}

.font_small .list-custom.disc li:before {
  top: 0.9em;
}

.list-custom.num li:before {
  top: 1.7em;
}

.font_small .list-custom.num li:before {
  top: 1.1em;
}

.font_medium .list-custom.num li:before {
  top: 1.5em;
}

.font_large .list-custom.num li:before {
  top: 2em;
}

.post .contactHeader {
  list-style: none;
  margin: 0 0 0 -2%;
}

.post .contactHeader > li {
/* ----------
width: 23%;
----------- */
  width: 18%;
  margin-left: 2%;
  float: left;
  border: 1px solid #e0e0e0;
  text-align: center;
}

.post .contactHeader > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.officerBox {
  border-top: 1px dotted #e0e0e0;
  margin-top: 30px;
  padding-top: 30px;
}

#page-head + .officerBox {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.post .officerDefinitionList {
  margin-bottom: 0.5em;
}

.block-news .tab-contents li .date {
  margin-top: 1px;
}

.block-news .tab-contents li .title > a,
.block-news .tab-contents li .title > span,
.block-news .library-contents li .title > a,
.block-news .library-contents li .title > span,
.box-media li .title,
#post_list .no_thumbnail .title {
  font-size: 110%;
}

#main_contents .post .businessBox {
  margin-top: 40px;
}

.post .sitemapArea {
  margin: 0 0 75px 0;
}

.block-index .formatCols .item .whiteThumb {
  border-bottom: 1px solid #e0e0e0;
}

.block-single {
  margin-bottom: 60px;
}

.font-serif {
  font-family: "リュウミン R-K", "Ryumin Regular KL", "游明朝", YuMincho,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝",
    serif;
}

.wpcf7 .wpcf7-response-output {
  text-align: center;
}

.post .byArea {
  padding: 1.5em;
  display: inline-block;
}

.post ul.subleaseArea {
  margin: 0 0 1em;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.post ul.subleaseArea .subleaseList {
  width: 10%;
  float: left;
  list-style: none;
}

.post ul.subleaseArea .subleaseList .subleaseUnit {
  margin: 0;
}

.post ul.subleaseArea .subleaseList .subleaseUnit dt {
  padding: 5px;
  font-weight: normal;
  margin: 0;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  text-align: center;
}

.post ul.subleaseArea .subleaseList .subleaseUnit dd {
  padding: 5px;
  margin: 0;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  text-align: center;
}

.post ul.subleaseArea .subleaseList .subleaseUnit dt.subleaseTitle {
  background: #f0f0f0;
}

.post ul.subleaseArea .subleaseList .subleaseUnit dd.subleaseText {
}

/* IR */
#stock-table th,
#ir-info-table th {
  width: 20%;
}

/* add 20201023 estate-cat available   outline sttyle */

.post .estateArea-sale .estateBox-sale dl.outline{
	margin-bottom:2em;
}

.post .estateArea-sale .estateBox-sale dl.outline dt {
  border-bottom: 0;
  padding-bottom: 0;
  font-weight: normal;
  display: block;
  float: left;
  line-height: 1.75;
}

.post .estateArea-sale .estateBox-sale dl.outline dt:after {
    content: "\00a0/\00a0";
}
.post .estateArea-sale .estateBox-sale dl.outline dd.address,
.post .estateArea-sale .estateBox-sale dl.outline dd.access {
    display: block;
		line-height:1.75
}

.post .estateArea-sale .estateBox-sale dl.outline dd.address {
		margin: 0 0 0 3.8em!important;
}

.post .estateArea-sale .estateBox-sale dl.outline dd.access {
    margin: 0 0 0 2.8em!important;
}
