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

 smart phone setting

---------------------------------------------------------------------- */
html {
  overflow-x: hidden;
}
html > body {
  font-size: 12.5px;
  line-height: 1.7;
  overflow-x: hidden;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Century Gothic', Arial, sans-serif;
  width: 100%;
  position: relative;
  color: #333;
}
/* layout */
.post .h1 {
  font-size: 200%;
}
.post .h2 {
  font-size: 150%;
}
.post .h3 {
  font-size: 133.3%;
}
.post .h4 {
  font-size: 133.3%;
}
.post .h5 {
  font-size: 110%;
}
.post .h6 {
  font-size: 100%;
}

#contents {
  width: 100%;
}
#main_col {
  padding: 0 15px;
}
#side_col {
  padding: 30px 15px 0px;
  border-top: 1px solid #ccc;
}

#index_top_wrap {
  width: 100%;
  background: #f2f2f2;
}
#index_top {
  positio: relative;
  margin: 0 15px;
  padding: 10px 0 0;
}

/* headline */
.headline1 {
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0 0 25px 0;
  font-size: 18px;
}
.headline1 span {
  border-bottom: 4px solid #ccc;
  padding: 0 0 10px 0;
  margin: 0;
  display: inline-block;
}
submit {
  border-radius: 0;
}
/* iOSでのデフォルトスタイルをリセット */
input[type='submit'],
input[type='button'] {
  border-radius: 0;
  -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;
}
input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'],
textarea,
select {
  font-size: 16px;
}

.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
  margin-top: 30px;
}
.post p {
  line-height: 1.75;
  margin: 0 0 30px 0;
}
.post table {
  margin: 0 0 30px 0;
}
#page-head .page-head_title + p {
  margin-bottom: 1em;
}

/* ----------------------------------------------------------------------
 button
---------------------------------------------------------------------- */

.round-button {
  width: 320px;
  height: 70px;
  border-radius: 35px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration-line: none;
  margin: 0 auto 10px;
}

.round-button-blue {
  background-color: #4a90e2;
}

.round-button-orange {
  background-color: #e64b25;
}

/* ----------------------------------------------------------------------
 button
---------------------------------------------------------------------- */

.round-button {
  width: 320px;
  height: 70px;
  border-radius: 35px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration-line: none;
  margin: 0 auto 10px;
}

.round-button-blue {
  background-color: #4a90e2;
}

.round-button-orange {
  background-color: #e64b25;
}
/* ----------------------------------------------------------------------
 company info
---------------------------------------------------------------------- */
#company_info {
  margin: 0 0 50px 0;
  padding: 1px 0 0 0;
}
#company_info p {
  margin: 0;
}
#company_info dl {
  margin: 0 0 40px 0;
}
#company_info dt {
  background: #f2f2f2;
  margin: 0 0 5px 0;
  line-height: 200%;
  font-weight: bold;
  font-size: 12px;
  padding: 0 10px;
}
#company_info dd {
  margin: 0 0 10px 0;
  line-height: 200%;
  padding: 0 10px;
}

#company_map {
  text-align: right;
}
#company_map a {
  color: #333;
}
#company_map iframe {
  width: 100%;
}
#company_map_desc {
  padding: 20px 0 0;
}

/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
/* slider */
#slider {
  z-index: 1;
  margin: 0 0 10px 0;
}
#slider img {
  width: 100%;
  height: auto;
  display: block;
}

/* top banner */
#index_banner ol {
  margin: 0;
  padding: 0;
}
#index_banner ol li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 0;
}
#index_banner img {
  display: block;
  width: 100%;
  height: auto;
}

/* news */
#index_news {
  position: relative;
}
#index_news ol {
  margin: 0 0 15px 0;
  padding: 0;
}
#index_news ol li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 10px;
  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%;
  color: #999;
}
#index_news ol li .title {
  line-height: 150%;
  padding: 7px 0 0;
  margin: 0;
}
#index_news ol li .title a {
  display: block;
  text-decoration: none;
}

/* archive link */
.top-news-cover .index_archive_link,
.top-news-cover-ir .index_archive_link,
.mediaBtnArea {
  text-align: center;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: #efefef;
}
.top-news-cover .index_archive_link a,
.top-news-cover-ir .index_archive_link a,
.mediaBtnArea a {
  display: block;
  padding: 10px 0;
}
.top-news-cover .index_archive_link a.more span,
.top-news-cover-ir .index_archive_link a.more span,
.mediaBtnArea a span {
  font-size: 14px;
}

/* index center banner */
#index_center_banner {
  display: block;
  margin: 0 0 40px 0;
}
#index_center_banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* product */
#index_product {
  position: relative;
  margin: 0 0 10px 0;
}
#index_product ol {
  margin: 0;
  padding: 0;
}
#index_product ol li {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
#index_product ol li .image {
  display: block;
  background: #fff;
}
#index_product ol li .image img {
  display: block;
  width: 100%;
  height: auto;
  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 .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 .title {
  font-size: 14px;
  margin: 15px 0 10px;
}
#index_product ol li .title a {
  text-decoration: none;
}
#index_product ol li .desc {
  font-size: 12px;
  margin: 10px 0;
  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 .date {
  margin: 0;
  font-size: 12px;
  color: #999;
}
#index_blog ol li .title {
  margin: 0;
  font-size: 14px;
}

/* footer banner */
#footer_banner li {
  margin: 0 0 15px 0;
}
#footer_banner li img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-container {
  padding-top: 50px;
}

.banner-container .banner {
  display: block;
  width: 213px;
  margin: 0 auto 10px;
}

.banner-container img {
  width: 100%;
  height: 100%;
}

.banner-container .round-button {
  margin: 50px auto 0;
  height: 50px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

.banner-container .round-button .text-container {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .footer-container ul {
  margin-bottom: 0;
}
#footer .footer-container ul li {
  height: 70px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #fff;
}
#footer .footer-container ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 50px;
}
#footer .footer-container ul li a::before {
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 10px;
  width: 10px;
  transform: rotate(-45deg);
  transform-origin: center center;
  position: absolute;
  left: 25px;
  top: 5px;
}
#footer .footer-container .copy-right {
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Signika;
  letter-spacing: 2px;
  font-size: 10px;
  color: #fff;
}

/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
/* product */
#product_list {
  position: relative;
  margin: 0 0 10px 0;
}
#product_list {
  margin: 0;
  padding: 0;
}
#product_list li {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
#product_list li .image {
  display: block;
  background: #fff;
}
#product_list li .image img {
  display: block;
  width: 100%;
  height: auto;
  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 .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;
}

/* news */
#news_list {
  position: relative;
}
#news_list {
  margin: 0 0 15px 0;
  padding: 0;
}
#news_list li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 10px;
  background: #f2f2f2;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#news_list li .date {
  font-size: 12px;
  margin: 0 10px 0 0;
  line-height: 100%;
  color: #999;
}
#news_list li .title {
  line-height: 150%;
  padding: 7px 0 0;
  margin: 0;
}
#news_list li .title a {
  display: block;
  text-decoration: none;
}

.post .block-news a {
  font-size: 11px;
}
/* ----------------------------------------------------------------------
 product single page
---------------------------------------------------------------------- */
#product_headline a {
  text-decoration: none;
}
.product_title {
  margin: 0 0 20px 0;
}

/* slider */
#product_image_slider_wrap {
  width: 100%;
  background: #f2f2f2;
  padding: 10px;
  position: relative;
  margin: 0 0 20px 0;
  -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_image_slider_wrap #loader {
  display: none;
}
#product_image_slider {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#product_image_slider img {
  width: 100%;
  height: auto;
}

/* thumbnail */
.nivo-controlNav {
  padding: 10px 0 0 0;
  margin: 0 -4% 0 0;
}
.nivo-controlNav a {
  cursor: pointer;
  margin: 0 3% 0 0;
  display: block;
  float: left;
  width: 30%;
}
.nivo-controlNav a img {
  display: block;
  opacity: 0.3;
  width: 100%;
}

/* no slider */
#product_image {
  background: #f2f2f2;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#product_image img {
  display: block;
  width: 100%;
  height: auto;
}

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

/* ----------------------------------------------------------------------
 side content
---------------------------------------------------------------------- */
.side_widget {
  margin: 0 0 25px 0;
  font-size: 12px;
}

/* search */
.widget_search #search-box,
.widget_search #s,
.google_search #search_input {
  width: 70%;
  padding: 0 2%;
}
.widget_search #search-btn input,
.widget_search #searchsubmit,
.google_search #search_button {
  width: 24%;
}

/* recommend product list */
.tcdw_recommend_product_list_widget li {
  width: 23%;
  margin: 0 2% 2% 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.tcdw_recommend_product_list_widget li img {
  width: 100%;
  height: auto;
}
#footer .tcdw_recommend_product_list_widget li img {
  width: 100%;
  height: auto;
}
#footer .tcdw_recommend_product_list_widget li {
  margin: 0 2% 5% 0;
}

/* button arrow */
.button-arrow {
  position: relative;
}

.button-arrow-reverse {
  position: relative;
  padding-left: 35px !important;
}

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

.button-arrow-reverse img {
  width: 7px;
  height: auto;
  position: absolute;
  top: calc(50% - 6px);
  left: 10px;
  transform: rotateZ(180deg);
}

/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header_wrap {
  width: 100%;
}
#header {
  background: #fff;
  min-height: 25px;
  position: relative;
}

#header .row-wrap,
#description {
  display: none;
}

#header .main-menu {
  z-index: 10;
}

#header .slide-menu-second {
  z-index: 20;
}

#header .slide-menu {
  left: 100%;
  position: absolute;
  overflow-y: scroll;
  width: 80%;
  height: calc(100vh - 60px);
  padding: 30px 10px 120px;
  background: linear-gradient(0deg, #ee7f04, #ea5429);
  transition: all 500ms 0s ease;
}

#header .slide-menu .business-container .sub-title {
  height: 50px;
  display: flex;
  align-items: center;
  font-family: SANS-SERIF;
  font-family: "Signika", sans-serif;
  color: #fff;
  font-size: 16px;
  padding-left: 10px;
}

#header .slide-menu .business-container .sub-title::before {
  content: "";
  border-left: 3px solid #d6d6d6;
  width: 1px;
  height: 16px;
  padding-right: 20px;
}
#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 #fff;
  width: 10px;
  height: 6px;
  left: 82px;
  top: 20px;
}
#header .slide-menu ul li.new-tab-icon::after {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 10px;
  height: 6px;
  left: 86px;
  top: 17px;
}


#header .slide-menu .title {
  display: block;
  text-decoration: none;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 30px;
}

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

#header .slide-menu .title .title-ja {
  font-size: 14px;
  text-align: center;
}

#header .slide-menu ul {
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #d6d6d6;
}

#header .company-menu ul {
  padding: 20px 0px;
}

#header .business-menu ul {
  padding: 0 0 20px;
}

#header .slide-menu .extra-menu {
  height: 50px;
  border-bottom: 1px solid #d6d6d6;
}

#header .slide-menu ul li {
  height: 45px;
}

#header .main-menu ul li {
  border-bottom: 1px solid #d6d6d6;
}

#header .main-menu ul li:last-child {
  border-bottom: 0;
}

#header .slide-menu .extra-menu span,
#header .slide-menu .extra-menu a,
#header .slide-menu ul li a,
#header .slide-menu ul li span {
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding-left: 10px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* logo */
#logo {
  height: 60px;
  display: flex;
  align-items: center;
  margin: 0;
}
#logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 157px;
  height: 100%;
  padding-left: 10px;
  margin-right: 10px;
}

#logo .company-logo {
  width: 100%;
  height: auto;
  display: block;
}
/* global menu */
#header div.menu_button {
  background-color: #ea5429;
  width: 60px;
  height: 60px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header div.menu_button img {
  display: block;
  width: 20px;
  height: auto;
}

#header div.menu_button .menu-close-button {
  display: none;
}

#global_menu {
  clear: both;
  width: 100%;
  margin: 0;
  top: 0;
  position: relative;
  box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
}
#global_menu ul {
  margin: 0;
}
#global_menu li {
  margin: 0;
  line-height: 100%;
}
#global_menu li a {
  display: block;
  border: 1px solid #ccc;
  margin: 0 0 -1px 0;
  padding: 10px 10px 10px 30px;
  line-height: 160%;
  text-decoration: none;
  background: #fff url(img/common/arrow4.png) no-repeat;
  background-size: 5px auto;
  background-position: 15px 50%;
  color: #333;
}
#global_menu li li a {
  padding-left: 45px;
  background: #fff url(img/common/arrow4.png) no-repeat 31px 18px;
}
#global_menu li li li a {
  padding-left: 60px;
  background: #fff url(img/common/arrow4.png) no-repeat 46px 18px;
}
#global_menu li li li li a {
  padding-left: 75px;
  background: #fff url(img/common/arrow4.png) no-repeat 61px 18px;
}

/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.post {
  padding: 15px 0 0;
}

/* title */
#post_title {
  margin: 0 0 5px 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;
}

/* meta and bookmark */
#post_meta {
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
  margin: 0 0 40px 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;
}
#related_post li {
  margin: 0 0 10px 0;
  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 .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: 30px 0 0 0;
  padding: 0;
  border-top: 1px solid #e0e0e0;
}
#previous_next_post a {
}
#previous_post,
#next_post {
  margin: 0 0 5px 0;
}
#previous_post a {
  font-size: 12.5px;
  background: url(img/common/arrow_left.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 6px auto;
  padding: 10px 0 10px 15px;
  margin: 0;
  display: block;
}
#next_post a {
  margin: 0;
  font-size: 12.5px;
  background: url(img/common/arrow_right.gif);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 6px auto;
  padding: 10px 15px 10px 0;
  display: block;
  text-align: right;
}
#previous_post + #next_post {
  border-top: 1px dotted #e0e0e0;
}

/* comment box-sizing: content-box;?@*/
#comment_header_right {
  float: none;
  position: relative;
  margin: 0;
}
#comment_header_right li {
  float: none;
}
#comment_header_right li a,
#comment_header_right li p {
  width: 50%;
  margin: 0 -2px -1px 0;
  float: right;
}
.comment-meta {
  margin: 0 0 10px 0;
}
.comment-meta-left {
  float: left;
  width: auto;
  min-width: 150px;
}
.comment-content {
  padding: 0;
  margin: 0;
}
#submit_comment {
  width: 100%;
}
#trackback_url_area input {
  padding: 5px 2%;
  width: 96%;
  border: none;
  background: #eee;
}

/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
/* footer top area */
#footer {
}
#footer_inner {
}
#footer li {
}

/* widget area */
/*
#footer_widget { margin:0 15px; }
.footer_widget { margin:0 0 20px 0; }
#footer .last_widget { margin:0; }
.footer_headline { font-size:16px; margin:0 0 15px 0; padding:0 0 8px 0; border-bottom:1px dotted #aaa; }
.footer_widget ul { margin:0; }
.footer_widget li ul { margin:10px 0 0 0; }
.footer_widget li { }
.footer_widget img { height:auto; max-width:100%; width:auto; }
*/

/* copyright area */
#copyright {
}

/* menu */
#footer_menu {
  background: #424242;
  padding: 0 15px;
}
#footer_menu ul {
  margin: 0;
}
#footer_menu li {
  font-size: 12.5px;
}
#footer_menu li + li {
  border-top: 1px dotted #e0e0e0;
}
#footer_menu li:last-child {
}
#footer_menu li a {
  background: url(/lib_image/common/ico_arrow_link.png) no-repeat 0 50%;
  color: #fff;
  display: block;
  padding: 10px 0 10px 12px;
  position: relative;
  text-decoration: none;
}

/* return top */
#return_top {
  position: absolute;
  bottom: 4px;
  right: 5px;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: #bbb url(img/footer/return_top.png) no-repeat center center;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* social link */
#social_link {
  display: none;
}

/* copyright */
#copyright {
  font-family: 'Open Sans', Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 12px 0;
  text-align: center;
}
#copyright a {
  text-decoration: none;
}
#bottom-link {
  background: #f9f9f9;
  padding: 15px 15px 0;
}
#bottom-link a {
  color: #000;
  text-decoration: none;
}

#bottom-link .inner {
}
#bottom-link .box {
}
#bottom-link .box > a img {
  height: auto;
  width: 100%;
}
#bottom-link .box ul {
  margin: 0;
}
#bottom-link .box li {
  font-size: 12.5px;
}
#bottom-link .box li + li {
  border-top: 1px solid #e0e0e0;
}
#bottom-link .box li a {
  background: url(/lib_image/common/ico_arrow_link.png) no-repeat 0 50%;
  display: block;
  padding: 10px 0 10px 12px;
  position: relative;
}
.list-banner {
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: -2.5%;
}
.list-banner li {
  width: 47.5%;
  margin-left: 2.5%;
  float: left;
  margin-bottom: 10px;
}
/**/
.pc {
  display: none !important;
}
#yrHere {
  padding: 10px 15px;
}
#yrHere ul {
}
#yrHere a {
}
.box-banner {
  margin-bottom: 15px;
}
.box-banner p {
  font-size: 12.5px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.box-banner p a {
  display: block;
  margin-bottom: 5px;
}
.box-banner img {
  height: auto;
  width: 100%;
}

.post td,
.post th {
  width: 100%;
  display: list-item;
  list-style: none;
}
.post th {
  font-size: 110%;
  font-weight: bold;
}

.post table.theadNone thead {
  display: none;
}

/* --------------------------------------------------
 * 追加 SP
-------------------------------------------------- */
.csrTableImage {
  width: 100%;
  margin: 0;
}
.csrTableImage > img {
  width: 50%;
  float: left;
}
.post ul.propertyTextArea > li:first-child {
  margin-bottom: 20px;
}
.post ul.propertyTextArea ul.propertyTextInner > li:first-child {
  padding-bottom: 10px;
}
.post ul.propertyTextArea ul.propertyTextInner > li > dl > dt {
  width: 80px;
  height: 62px;
}
.post ul.propertyTextArea ul.propertyTextInner > li > dl > dd {
  height: 62px;
}
.post .leasingArea ul.leasingInner {
  margin-bottom: 20px;
}
.post .leasingArea ul.leasingInner > li {
  width: 33%;
  float: left;
}
.side-serviceBnr {
  width: 48.5%;
  float: left;
}
.side-agentBnr {
  width: 48.5%;
  float: right;
}
.col-2-sp {
}
.col-2-sp .item {
  width: 48.5%;
  float: right;
}
.col-2-sp .item:first-child {
  float: left;
}
.officerDefinitionList dt {
  width: 15%;
}
.officerDefinitionList dd {
  width: 82.5%;
}
.officerDefinitionList dt {
  width: 15%;
}
.officerDefinitionList dd {
  width: 82.5%;
}
.organizationArea {
  padding: 15px;
  margin-bottom: 15px;
}
.post .h1 > span,
.post .h2 > span,
.post .h3 > span,
.post .h4 > span {
  display: block;
}
.post img.alignright,
div.alignright {
  width: 100%;
  float: none;
  margin: 0 auto 30px;
  display: block;
}
.post img.alignleft,
div.alignleft {
  width: 100%;
  float: none;
  margin: 0 auto 30px;
  display: block;
}

.mansionTable > tbody > tr > td {
  border-bottom: none;
}
.mansionTable > tbody > tr > td .list-custom li + li {
  border-top: none;
}
.mansionTable > tbody > tr > td:last-child {
  border-bottom: 1px solid #e1e1e1;
  border-top: none;
  padding: 10px 15px 15px;
}
.post .ir-getReaderArea {
  margin-bottom: 0;
}
.post .ir-getReaderArea dt {
  line-height: 1.5;
}
.post .ir-getReaderArea dd {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.5;
}
.officerUnit {
}
.officerUnit:first-child {
  margin-bottom: 10px;
}
.officerUnit > img {
  width: 100%;
}
.post h2.officerName > span {
  display: inline;
}
.post ul.ir-financeArea {
  margin: 0;
}
.post ul.ir-financeArea div img {
  width: 100%;
}
.post .ir-financeArea li table,
.post .csrTableArea table,
.post #graf table {
  width: 100%;
}
.post .ir-financeArea li table {
  font-size: 11px;
}
.post .ir-financeArea li table tr,
.post .csrTableArea table tr,
.post #graf table tr {
}
.post .ir-financeArea li table tr th,
.post .csrTableArea table tr th,
.post #graf table tr th {
  width: auto;
  display: table-cell;
  padding: 5px 0;
  text-align: center;
}
.post .ir-financeArea li table tr td,
.post .csrTableArea table tr td,
.post #graf table tr td {
  width: auto;
  display: table-cell;
  padding: 5px 0;
  text-align: center;
}

.libraryBox {
}
.libraryBox .index_archive_link,
.estateBox .index_archive_link {
  text-align: right;
}
.estateBox h2 + div {
  margin-bottom: 0;
}
.nav-local_bottom {
  display: none;
}
.nav-local_visible .nav-local_bottom {
  display: block;
}
.eventsNav .nav-local_bottom {
  display: block;
  margin-bottom: 0;
}
.block-news .icon,
.block-news .date,
.block-news .icon,
.block-news .date {
  font-size: 12.5px;
}
/*
.block-news .tab-contents li a,
.block-news .tab-contents li span,
.block-news .library-contents li a,
.block-news .library-contents li span{
	font-size: 14px;
}
*/
.post .block-news .title,
.home .block-news .title,
#post_list .no_thumbnail .title {
  padding-top: 0.5em;
  display: block;
  clear: both;
  font-weight: 600;
}
.post .block-news .title,
.home .block-news .title {
  line-height: 1.5;
}
#post_list .title {
  line-height: 1.5;
}
.post .tab-contents {
  margin-top: 0;
  padding: 0 10px;
}
.page_navi {
  margin: 0 0 30px 0;
}
.block-index .item .title {
  line-height: 1.25;
}
.page-template-page-noside .block-index div .item.img-left .thumbAvatar + .title {
  margin: 20px 20px 0;
}
.page-template-page-noside .block-index div .item.img-left .thumbAvatar + .title + .desc {
  margin: 10px 20px 30px;
}
.post .estateBox-sale {
  border: 1px solid #e0e0e0;
  padding: 10px;
}
.post .estateBox-sale img {
  width: 100%;
}
.post .estateArea-sale .estateBox-sale .estateInner-sale dl {
  margin-bottom: 0;
}
.post .estateArea-sale .estateBox-sale > li > div > div {
  margin-top: 10px;
}
.post .estateArea-sale .estateBox-sale > li > div > div:first-child {
  margin-top: 0;
}
.post .estateArea-sale .estateBox-sale > li > div .more {
  border: 1px solid #e0e0e0;
  padding: 10px;
  display: block;
}
.post .estateBox-results > li .estateInner-results {
  list-style: none;
  margin: 0;
  display: table;
  height: 60px;
}
.post .estateBox-results > li {
  margin-top: 3.5%;
  background: #fff;
  -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);
}
.post .estateBox-results > li:first-child {
  margin-top: 0;
}
.post .estateBox-results > li .estateInner-results > li:first-child {
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.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.5;
  display: inline;
}
.post .estateBox-results > li .estateInner-results > li dl dd {
  margin: 0;
  line-height: 1.5;
  display: inline;
}
.post .estateBox-results > li .estateInner-results > li dl dt + dd {
  margin-bottom: 5px;
  display: inline;
}
.post .estateBox-results > li .estateInner-results > li dl dt + dd + dd {
  display: block;
  margin-top: 7.5px;
}
.post .estateBox-results > li .estateInner-results > li dl dd span {
  color: #ff9b72;
  padding: 2.5px;
  border: 1px solid #ff9b72;
  display: inline;
}
.post .operationalGrafArea {
  padding: 10px;
  background: #f9f9f9;
}
.post .operationalGrafArea dl dt {
  color: #ff9b72;
  padding: 5px;
  border: 1px solid #ff9b72;
  text-align: center;
}
.post .operationalGrafArea dl dd {
  margin-top: 10px;
  margin-bottom: 0px;
}
#graf div:last-child {
  margin-bottom: 30px;
}
.customersPost .block-index {
  margin-bottom: 0;
}
.post .customersBox img.alignleft,
.post .customersBox div.alignleft {
  width: 50%;
  display: inline;
  margin: 0 10px 10px 0;
  float: left;
}
.post .customersBox img.alignright,
.post .customersBox div.alignright {
  display: inline;
  width: 50%;
  margin: 0 0 10px 10px;
  float: right;
}
.post .customersText {
  margin: 0 0 0 0;
}
#previous_next_post > p {
  margin: 0;
}
.post .eventsBox {
  padding: 0 10px 10px;
}
.eventsPager {
  padding-top: 20px;
}
.post .eventLink {
  margin: 30px 0 10px 0;
}
/*
.box-media li .date{
	font-size: 12.5px;
}
.box-media li .title{
	font-size: 125%;
}
*/
.box-media li .title {
  margin-top: 0.5em;
}
.title-sub {
  font-size: 133.3%;
}
.box-webit li .name {
  font-size: 14px;
}
.list-custom.disc li:before {
  top: 0.85em;
}

.list-custom.num li:before {
  top: 1em;
}
.block-index .item {
  height: auto !important;
}
.ir-faqArea dl dt {
  font-size: 14px;
}
.post .contactHeader {
  list-style: none;
  margin: 0 0 0 -2%;
}
.post .contactHeader > li {
  margin-left: 2%;
  float: left;
  border: 1px solid #e0e0e0;
  text-align: center;
}
.post .contactHeader > li:nth-child(1),
.post .contactHeader > li:nth-child(2) {
  width: 26%;
}
.post .contactHeader > li:nth-child(3) {
  width: 40%;
}

.post .contactHeader > li > a {
  display: block;
  padding: 5px 0;
}
.box-service .box {
  font-size: 12.5px;
}
div .officerBox:last-child {
  margin-bottom: 30px;
}
.officerBox {
  border-top: 1px dotted #e0e0e0;
  margin-bottom: 20px;
  padding-top: 30px;
}
#page-head + .officerBox {
  border-top: none;
  padding-top: 0;
}

.post .officerDefinitionList {
  margin-bottom: 10px;
}
.post .officerBookArea > p {
  margin-bottom: 5px;
}
.post .officerBookArea > .officerBookList {
  margin-bottom: 10px;
}
.post .sitemapArea > li {
  margin-top: 20px;
}
.post .sitemapArea > li:first-child {
  margin-top: 0;
}
.post ul.propertyTextArea {
  margin-top: 30px;
}

#main_contents .post .businessBox {
  margin-top: 30px;
}
.post .sitemapArea {
  margin: 0 0 30px 0;
}
#main_col .block-biz .item .text {
  width: 100%;
  display: table;
  height: 5em;
}
#main_col .block-biz .item .text .title {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.25;
}
#main_col .block-biz .item .text .desc {
  display: none;
}
.block-index .formatCols .item .titleExternal {
  margin-top: 0;
}
.block-single {
  margin-bottom: 30px;
}
.font-serif {
  font-family: 'Hiragino Mincho ProN', serif;
}

.post .byArea {
  padding: 5%;
}

.tab-contents ul#xj-mainlist .txt,
.block-news .library-contents .txt {
  display: block;
  clear: both;
}
.tab-contents ul#xj-mainlist .txt {
  margin-top: 2em;
}

.block-news .library-contents .txt {
  margin-top: 1.5em;
}
.index_archive_link {
  text-align: right;
}
.post ul.subleaseArea {
  margin: 0 0 1em;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.post ul.subleaseArea .subleaseList {
  list-style: none;
}
.post ul.subleaseArea .subleaseList .subleaseUnit {
  margin: 0;
}
.post ul.subleaseArea .subleaseList .subleaseUnit dt {
  width: 40%;
  float: left;
  padding: 8px;
  font-weight: normal;
  margin: 0;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  text-align: center;
}
.post ul.subleaseArea .subleaseList .subleaseUnit dd {
  width: 60%;
  float: left;
  padding: 8px;
  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 {
}
/* add 20201023 estate-cat available   outline sttyle */
.post .estateArea-sale .estateBox-sale dl.outline{
margin-bottom:30px!important;
}
.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;
}
