@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}
.sans {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}
.mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
}
html {
  overflow-y: scroll;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  height: 100%;
  line-height: 1.65em;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
}
video {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
  clear: both;
}

h2 {
  font-size: 24px;
  border-bottom: 01px solid #ddd;
  margin-bottom: 20px;
}

h2 span {
  padding-left: 15px;
  color: #ccc;
  font-weight: normal;
  font-size: 16px;
}
h2.tc {
  font-weight: bold;
  font-size: 27px;
  border-bottom: none;
  padding-bottom: 10px;
  margin: 30px auto;
  position: relative;
}
h2.tc:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ccc;
  margin: 25px auto 0;
  position: relative;
}
h4 {
  font-size: 18px;
  margin: 45px 0 5px 15px;
}

.sp-only {
  display: none;
}
.fcRed {
  color: #b02a37;
}
.fcBlue {
  color: #0d6efd;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
}
a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.tc {
  text-align: center;
}
.ma{
  margin: auto;
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.b {
  font-weight: bold;
}

.cl {
  clear: both;
}

small {
  font-size: 80%;
}

img {
  display: block;
  max-width: 100%;
}

.fcRed {
  color: #d70035;
}

.fcYellow {
  color: #ffea00;
  font-size: 24px;
}
.bgWhite {
  background: #fff;
}
.bgGray {
  background: #f2f2f2;
}
.bgPlaster {
  background: url(images/plaster_bg.jpg);
  background-size: contain;
}
.bgMarble {
  background: url(images/marble_bg.jpg);
}
.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}
.mb5 {
  margin-bottom: 05px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}

.fa {
  margin-right: 0.5em;
}

.container {
  width: 100%;
  max-width: 1260px !important;
  min-width:1260px;
  margin: auto;
  overflow: hidden;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.anchor {
  height: 70px;
  margin-top: -70px;
}
.inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 30px;
  overflow: hidden;
}
.headingTxt {
  font-size: 16px;
}
section {
  width: 100%;
  clear: both;
  padding-top: 60px;
  padding-bottom: 60px;
}
section:first-child {
  padding-top: 30px;
}
.lowerContainer {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

table {
  width: 100%;
  font-size: 14px;
  clear: both;
  table-layout: fixed;
}

th,
td {
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
}

.row {
  width: 100%;
  clear: both;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10 {
  float: left;
}

.col-sm-1 {
  width: 8.333333%;
}

.col-sm-2 {
  width: 16.66666%;
}

.col-sm-3 {
  width: 25%;
}

.col-sm-4 {
  width: 33.3333%;
}

.col-sm-5 {
  width: 41.6666%;
}

.col-sm-6 {
  width: 50%;
}

.col-sm-7 {
  width: 58.333333%;
}

.col-sm-8 {
  width: 66.66666%;
  margin: 0 auto;
}

.col-sm-9 {
  width: 75%;
  margin: 0 auto;
}

.col-sm-10 {
  width: 83.33333%;
}

.col-sm-12 {
  width: 100%;
}

.col-sm-offset-1 {
  margin-left: 8.333333%;
}

.col-sm-offset-2 {
  margin-left: 16.66666%;
}

header {
  width: 100%;
  z-index: 99;
  background: #fff;
  position: relative;
  background: none;
}
.body_en header,
.fotterUpper .body_tw header,
.body_en #footer,
.body_tw #footer {
}

header h1 {
  text-align: right;
  color: #fff;
  font-size: 12px;
}

header.lower {
  background: #42b9d0;
}

.eyecatch {
  width: 100%;
  height: 440px;
  position: relative;
  background: url(images/eyecatch.jpg) #f1f1f1;
  background-size: cover;
  background-position-y: 64%;
}
.eyecatch .container {
  position: relative;
  height: 100%;
}
.bb_none {
  border-bottom: none !important;
}
.postLinks {
  width: 100%;
  max-width: 800px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.postLinks li {
  margin: 8px 15px;
  position: relative;
}
.postLinks li :before {
  display: block;
  margin-right: 10px;
  content: "\f0da";
  font-family: FontAwesome;
  float: left;
  color: #aaa;
}
.wpforms-confirmation-container-full {
  color: #333;
  margin: 0 auto 24px;
  padding: 15px 15px;
}
.wpforms-confirmation-container-full,
div[submit-success]
  > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: none !important;
  border: 1px solid #ccc !important;
}
.privacyInner h3 {
  border-left: 5px solid #ccc;
  padding: 5px 0 0 10px;
  line-height: 1;
  margin-bottom: 20px;
}
.privacyInner ol li {
  margin-bottom: 45px;
}
.privacyInner ol li span.strong {
  font-weight: bold;
  display: block;
  background: #f2f2f2;
  padding: 5px 5px 0;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.privacyInner ul li {
  list-style: inherit;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .eyecatch {
    background-position-y: initial;
  }
}

.eyecatchTxt {
  text-shadow: 0 0 5px #000;
  position: relative;
  width: 80%;
  max-width: 800px;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.eyecatchTxt h1 {
  display: flex;
  align-items: center;
  font-size: 21px;
  line-height: 1.6;
}
.eyecatchTxt span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 60px;
  font-size: 28px;
  width: 240px;
  height: 240px;
  background-color: #333;
  margin-right: 30px;
  text-align: center;
}

.eyecatchTxt p {
  margin-bottom: 10px;
}

.indexHeading {
  background: #e7f7fe;
  padding: 15px;
  border-radius: 10px;

  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 18px;
  text-shadow: 2px 2px 0 #fff;
  position: relative;
}

.indexHeading:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50px;
  margin-left: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #e7f7fe transparent transparent transparent;
}

.logo {
  float: left;
  margin: 15px;
  width: 415px;
}

.menu:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
  content: ">";
  font-size: 14px;
  font-weight: bold;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}

.menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#gnav {
  width: 100%;
  border-bottom: 2px solid #ff7676;
  text-align: center;
  height: 40px;
}

#gnav li {
  display: inline-block;
  width: 20%;
}

#gnav a {
  font-size: 16px;
  line-height: 40px;
  width: 100%;
  display: block;
  color: #555;
  font-weight: bold;
  overflow: hidden;
}

#gnav a .fa {
  padding-right: 5px;
}

#gnav a:hover,
#gnav a.active {
  background: #ff7676;
  color: #fff;
  border-radius: 3px 3px 0 0;
  opacity: 1;
}

#gnav a:hover .fa,
#gnav a.active .fa {
  color: #fff !important;
}

.loginBtn {
  float: right;
}

.loginBtn li {
  float: left;
  margin-top: 15px;
}

.loginBtn li a {
  border: 01px solid #bbbbbb;

  font-weight: bold;
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 5px;
}

.loginBtn li a:hover {
  background: #ff7676;
  color: #fff;
}

.aboutcontent {
  padding: 15px;
  border: 2px solid #333;
  text-align: center;
  margin: auto;
}
.aboutcontent h3 {
  margin-bottom: 0;
}
.aboutcontent > div {
}
.aboutcontent > div p {
  font-size: 16px;
  line-height: 1.8;
}
.aboutcontent > div li {
  margin-top: 15px;
  line-height: 1;
  display: inline-block;
}
.aboutcontent > div li a {
  position: relative;
  padding-right: 30px;
  font-size: 18px;
  line-height: 1;
}
.aboutcontent > div li a img {
  margin: 08px 0 0 25px;
}
.aboutcontent > div li a:before {
  position: relative;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin-right: 05px;
  content: "\f105";
  font-family: FontAwesome;
  float: left;
}
.contactBtn {
  background: #ff7676;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: block;
  text-align: center;
  padding: 9px;
  border-radius: 3px;
  box-shadow: 0 2px 0 #b55353;
  margin-top: 15px !important;
}

#contents {
  /*margin: 70px auto 0;*/
}

#main .sentence {
  font-size: 17px;
  line-height: 1.8;
}

#main .date {
  font-size: 14px;
  margin: 0;
}

h3 {
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#main h3.indexH3 {
  font-size: 24px;
  position: relative;
  padding: 15px 0;
  text-align: center;
}
#main h3.indexH3 span.en {
  display: block;
  line-height: 1;
}

#sidebar h3 {
  font-size: 18px;
  border-left: 3px solid #ae8c06;
  border-bottom: 01px solid #ccc;
  padding-left: 08px;
}
#sidebar .contact {
  margin-top: 0;
}
#sidebar .contact a {
  display: flex;
  align-items: center;
  font-weight: 700;
}
#sidebar .contact .fa {
  color: #fff;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  font-size: 20px;
  border-radius: 04px;
  background: -moz-linear-gradient(top, #0f74ff, #002e6e);
  background: -webkit-linear-gradient(top, #0f74ff, #002e6e);
  background: linear-gradient(to bottom, #0f74ff, #002e6e);
}
#sidebar .contact .telNo {
  font-size: 20px;
}
#sidebar .contact .mailAd .fa-envelope {
  font-size: 16px;
}
#sidebar .contact .mail {
  font-size: 16px;
}
#sidebar .contact .mail .fa {
  margin-right: 10px;
}
#main h3 span {
  font-size: 14px;
  letter-spacing: 0;
  padding-left: 10px;
  font-family: "Montserrat", sans-serif;
  opacity: 0.5;
  font-weight: 600;
}
.newsArticle {
  border: 01px solid #cccccc;
  padding: 12px;
  margin: 0 10px 20px;
  min-height: 410px;
}
.newsUl li {
  border-bottom: 01px solid #f2f2f2;
  padding-bottom: 02px;
  margin-bottom: 10px;
  position: relative;
}
/*
.newsUl li:before {
  display: block;
  margin-right: 10px;
  content: "\f0da";
  font-family: FontAwesome;
  float: left;
  color: #ae8c06;
}*/
.newsUl li .date {
  margin-right: 15px !important;
}
.thumbnail {
  width: 100%;
  display: block;
  height: 157px;
  overflow: hidden;
}

.articleOuter {
  width: 100%;
  display: block;
  overflow: hidden;
}

#recom_area_pc {
  width: 100%;
}

.articleOuter .card {
  width: 19%;
  display: inline-block;
  min-height: 315px;
  vertical-align: top;
  margin: 0 0.5% 1%;
}

.articleOuter .card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.card-body .p-5 p {
  font-size: 20px;
  line-height: 2;
}

.newsArticle p {
  margin: 0;
}

.newsArticle .date {
  margin: 7px 0 0;
  font-weight: bold;
}

.thumbnail img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  margin: 0 auto;
}

.newsArticle .title {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 18px;
}

.more {
  font-weight: bold;
  display: block;
  text-align: right;
}

.links li {
  border-left: 4px solid #42b9d0;
  margin-bottom: 15px;
  padding-left: 15px;
}

.links li a {
  text-decoration: underline;
  font-size: 16px;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 350px;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sidebar {
  padding: 0 0 0 20px;
}

#get_side_ber .newsList,
#sidebar #map {
  margin-bottom: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pl60 {
  padding-left: 60px;
}

.isi {
  border: solid 01px #b7b7b7;
  padding: 4px;
  width: 100%;
  max-width: 300px;
}

.logBtn {
  /*background: #fbfbfb;*/
  padding: 10px;
  margin-bottom: 15px;
}

.logBtn p {
  font-size: 12px;
  font-weight: bold;
}

.logBtn a,
.logBtn button {
  font-size: 16px;
  line-height: 30px;
  display: block;
  font-weight: bold;
  border-radius: 3px !important;
  background: #6fba2c;
  color: #fff;
  border: 01px solid #6fba2c;
  box-shadow: 0 2px 0 #5e9e25;
  width: 100%;
  text-align: center;

  padding: 8px 20px 5px;
  margin-top: 15px !important;
}

.logBtn a:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: none;
  margin: 17px 0 -2px !important;
}

.newsList {
  border: 01px solid #fefefe;
}

.newsList li {
  list-style: none;
  padding: 10px;
  border-bottom: 01px solid #ddd;
}

.newsList li a {
  font-size: 17px;
  /**/
  color: #6fba2c;
}

.newsList li:last-child {
  border-bottom: none;
}

.banner {
  padding-top: 10px;
}

.banner li {
  text-align: center;
  padding: 10px 0;
}

.footerLinks {
  border-top: 2px solid #efefef;
  margin: 60px 0 -30px;
  padding-top: 20px;
  text-align: center;
}

.footerLinks .banner li {
  width: 23%;
  float: left;
  padding: 0;
  margin: 1%;
}

footer {
  font-size: 14px;
}
.fotterUpper {
  background: #f2f2f2;
}

.fotterUpper .container {
  display: flex;
  justify-content: center;
  position: relative;
}
.toTop {
  position: absolute;
  right: 0;
  bottom: 01px;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.toTop .fa {
  margin-right: 0;
  color: #ccc;
  font-size: 30px;
}
.fotterUpper ul {
  width: 180px;
  padding: 45px;
}
.fotterUpper li {
  white-space: nowrap;
  margin-bottom: 12px;
}
.fotterUpper li:before {
  display: block;
  margin-right: 10px;
  content: "\f0da";
  font-family: FontAwesome;
  float: left;
  color: #aaa;
}
.fotterUpper li a {
  color: #7b7b7b;
}
.fotterUpper li.nav-item:last-child {
  border-right: none;
}
.fotterUpper li .nav-link {
  display: block;
  padding: 0 1%;
  white-space: nowrap;
  line-height: 1;
}
.fotterLower .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copy {
  font-size: 12px;
  margin: 0;
  color: #7b7b7b;
}

/*company*/

.company {
  margin: 30px auto;
  width: 100%;
  max-width: 800px;
}

.company tr {
}

.company th,
.company td {
  padding: 10px;
  border-bottom: 01px solid #eee;
  font-weight: normal;
  text-align: left;
}

.company th {
  width: 180px;
  white-space: nowrap;
}

.company td {
}

/*contact*/

.contact {
  max-width: 740px;
  margin: 30px auto;
  table-layout: fixed; 
  font-size: 16px;
}
.contact th,.contact td{
  padding: 10px 0;
}
.contact th {
  position: relative;
    font-weight: 700;
    float: none;
    line-height: 1.3;
    padding-right: 10px;
    width: 193px;
}
.contact th .wpforms-required-label{
  color: #ff0000;
    font-weight: 400;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    background-color: #dc3545;
    display: inline-block;
    padding: 0 4px;
    border-radius: 0.25px;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 0 5px;
}
.contact td{
}
input[type="submit"],
input[type="button"],
button {color: #fff !important;
  font-weight: bold;
  background: #3f6fc7 !important;
  border: 2px solid #3f6fc7 !important;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  font-size: 1em;
  padding: 10px 15px;border-radius: 0.25rem;
}
input[type="submit"]{
  min-width: 180px;

}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover{
  color: #3f6fc7 !important;
  background: #fff !important;
}
#back_btn {
  box-shadow: 0 2px 0 #555;
}

.contactBtn:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
select {
  padding: 8px;
  border: 01px solid #ccc;
  width: 100%;
  border-radius: 3px;
  font-weight: normal;
}
div.wpforms-container-full .wpforms-form .wpforms-one-half,
div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 2px 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-limit-text {
  display: none;
}
.acceptanceOuter{
  padding: 1.5rem 1.5rem 0;
  height: 200px;
  overflow: auto;
  margin-bottom:30px;
  border: 1px solid #ccc;
  text-align: left;
}
.acceptanceOuter .inner{
  margin-bottom: 0;
}
.acceptanceOuter h2.tc{
  font-size: 20px;
  margin: 20px auto;
}
.acceptanceOuter .privacyInner h3{
  text-align: left !important;
  font-size: 18px;
}
.acceptance .wpcf7-list-item{
  margin: auto;
}
.wpcf7-spinner{
  position: absolute !important;
}
.caretDown {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 50px 0 50px;
  border-color: #617598 transparent transparent transparent;
  opacity: 0.7;
  margin: 15px auto;
}
.bgMarble .fa.fa-caret-down {
  margin-right: 0;
  font-size: 45px;
  color: #617598;
}
.sellContact div {
  padding: 10px;
}
div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  color: #fff !important;
  font-weight: bold;
  min-width: 180px;
  background: #3f6fc7 !important;
  border: 2px solid #3f6fc7 !important;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  font-size: 1em;
  padding: 10px 15px;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 10px 0 0 0;
  clear: both;
  position: relative;
}
div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  color: #3f6fc7 !important;
  background: #fff !important;
}
.sellContact label {
  display: block !important;
}
.sellTableOuter {
  width: 100%;
  overflow-x: scroll;
}
.sellTable {
  width: 1200px;
  margin: auto;
  table-layout: fixed;
}
.sellTable th,
.sellTable td {
  padding: 15px;
  border: 1px solid #ccc;
}
.sellTable .th00 {
  font-size: 16px;
  width: 140px !important;
  vertical-align: top;
  background: #f2f2f2;
}
.sellTable .th01,
.sellTable .th02 {
  font-size: 16px;
  text-align: center;
  background: #f2f2f2;
  width: calc(50% - 70px);
}
input.w100 {
  width: 100%;
}

.wpcf7c-conf {
  background-color: #fff !important;
}

.confirmBtn {
  text-align: center;
}

.confirmBtn li {
  display: inline-block;
  margin: 10px 5px;
}

.l_table {
  border: 5px solid #ffffff;
  padding: 15px;
}

.l_table th {
  padding: 10px 5px;
}

.l_table td {
  padding: 8px 5px;
}

.searchList th {
  background: #666;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.searchList th,
.searchList td {
  vertical-align: middle;
}

.searchList tr {
  position: relative;
  border-bottom: 01px solid #ccc;
}

[id^="faild_"] {
  opacity: 0.5;
}

.attention {
  color: #d70035;
}

.imgOuter {
  width: 120px;
  height: 90px;
  position: relative;
  background: #ccc;
}

.membersOnly {
  font-size: 12px;
  padding: 2px 4px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #d70035;
  display: inline-block;
}

.completed {
  font-size: 12px;
  padding: 2px 4px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #333;
  display: inline-block;
}

.searchListImg {
  width: 120px;
  height: 90px;
  object-fit: cover;
}

.inputMb {
  margin-bottom: 5px;
}

.article_type {
  display: inline-block;
  color: #fff;
  background: #008080;
  font-size: 12px;
  padding: 0 3px;
}

.article_name {
  clear: both;
  font-weight: bold;
  display: block;
}

.result {
  margin-bottom: 15px;
  border-collapse: collapse;
}

.searchList tr:nth-child(odd),
.result tr:nth-child(even) {
  background-color: #f8f7f9;
}

.result th,
.result td {
  font-weight: normal;
  font-size: 14px;
  padding: 5px 10px;
}

.result th {
  color: #008080;
  width: 20%;
}

.result td {
  width: 30%;
}

.imgMain {
  margin: auto;
  display: block;
}

.imgThmb {
  width: 100%;
  height: 155px;
  object-fit: cover;
}

.border-none {
  border: none !important;
}

.result td.detailHeading {
  font-size: 20px;
  font-weight: bold;
  border: none;
  padding-top: 30px;
}
.dlogo {
  margin-top: 12px;
}
.dlogo,
.dlogo a {
  float: left;
}

.dlogo img {
  max-width: 250px;
}

.logoTxt {
  font-size: 16px;
  display: inline-block;
  margin-left: 05px;
  line-height: 1;
  margin-bottom: 0;
}

#contentsArea {
  max-width: 800px;
  margin: 30px auto;
}

#contentsArea h3 {
  text-align: center;
  margin-bottom: 30px;
}
/*company*/
.companyInner01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.companyInner01 h3 {
  font-weight: bold;
  letter-spacing: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.companyInner02 h3 {
  font-weight: bold;
  font-size: 24px;
}
.companyTxt {
  display: inline-block;
  text-align: left;
}
.companyTxt span{
  font-size: 18px;
  letter-spacing: 3px;
}
@media screen and (max-width: 900px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: inherit !important;
  }
.container{
  min-width:auto;
}
  .sp-only.block,
  #recom_area_sp.sp-only,
  .sp-only.db {
    display: block;
  }
  .anchor {
    height: 50px;
    margin-top: -50px;
  }
  .dlogo img {
    max-width: 200px;
  }

  header {
    position: relative;
    height: 50px;
    padding: 7px 0 !important;
  }
  header .container {
    height: 35px !important;
  }
  header h1 {
    display: none;
  }

  .logo {
    width: 245px;
    margin: 4px 15px;
  }

  .body_en header,
  .body_tw header {
    position: relative;
  }

  .logoTxt {
    font-size: 14px;
  }

  .body_en .dlogo,
  .body_tw .dlogo {
    margin-top: 4px;
  }

  .body_en .logoTxt,
  .body_tw .logoTxt {
    font-size: 10px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 15px;
  }

  #gnav {
    position: relative;
  }

  .gNavi {
    position: relative;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xs-6 {
    width: 50%;
  }

  .col-xs-12 {
    width: 100%;
  }

  #acMenu {
    margin: 0;
  }

  #acMenu dt {
    display: block;
    z-index: 9999;
    cursor: pointer;
  }

  #acMenu dd {
    display: none;
    position: absolute;
    top: 50px;
    z-index: 999;
    right: 0;
    background: #fff;
    width: 100%;
  }

  #acMenu dd li {
    padding: 9px 2%;
    overflow: hidden;
  }

  #acMenu dd li:nth-child(odd) {
    /*background: #efefef;*/
  }

  #acMenu dd li a {
    color: black;
    font-size: 16px;
    display: block;
    margin-left: 15px;
  }

  #acMenu dd li a p {
    font-size: 18px;
    width: 45%;
    float: left;
    clear: both;
    margin: 4px 0 0;
  }

  #acMenu dd li a span {
    color: #727171;
    font-weight: normal;
    font-size: 09px;
    vertical-align: middle;
  }

  #acMenu dd li.child a {
    font-size: 18px;
    margin-left: 55px;
  }

  #menuButton {
    display: block;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
  }

  #menuButton span {
    display: block;
    background-color: #0060b0;
    width: 24px;
    height: 3px;
    position: absolute;
    left: 12px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }

  #menuButton span:first-child {
    top: 14px;
  }

  #menuButton span:nth-child(2) {
    margin-top: -01px;
    top: 50%;
  }

  #menuButton span:last-child {
    bottom: 12px;
  }

  #menuButton.active span:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }

  #menuButton.active span:nth-child(2) {
    opacity: 0;
  }

  #menuButton.active span:last-child {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  .about th {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
  }

  .about td {
    display: list-item;
    width: 100%;
    border-top: none !important;
  }

  #main {
    padding: 0 !important;
    flex: none;
    max-width: 100%;
  }

  .wbuy,
  .wsell {
    font-size: 21px;
    height: 60px;
    line-height: 60px;
  }

  .eyecatch {
    margin: 0;
  }

  .eyecatch {
    background-size: cover;
    background-position: right;
  }

  .eyecatchTxt {
    font-size: 14px;
    width: 100%;
  }
  .eyecatchTxt h1 {
    display: block;
  }
  .eyecatchTxt span {
    font-size: 22px;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 10px;
    line-height: 1.6;
    padding: 15px;
  }
  th,
  td {
    padding: 5px;
    display: block;
    text-align: left;
    width: 100% !important;
    min-height: 38px;
  }
  .contact th{
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .contact td{
    padding-top: 0;
  }
  .sellTable th,
  .sellTable td {
    display: table-cell;
    width: inherit !important;
  }
  .result tr:nth-child(even) {
    background-color: #fff;
  }
  .companyInner01 {
    flex-wrap: wrap;
  }
  .companyTxt {
    padding-bottom: 15px;
  }
  .result th,
  .company th {
    background-color: #f8f7f9;
  }

  .searchList,
  .searchList tbody {
    width: 100%;
  }

  .searchList tr:nth-child(odd),
  .result tr:nth-child(even) {
    background-color: #fff;
  }

  .searchList td {
    width:auto !important;

  }
  .d-logout .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .position {
    padding: 15px 12px 5px !important;
  }

  #menu {
    margin-top: 90px;
    padding-top: -90px;
  }

  .about td {
    padding: 5px 15px;
    text-align: left;
  }

  .footerLinks .banner li {
    width: 48%;
  }

  #sidebar {
    padding: 30px 0 0 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
  }

  .articleOuter .card {
    width: 32.333%;
    min-height: 250px;
  }
  #contents {
    /*margin: 50px auto 0;*/
  }
  
  .acceptanceOuter {
    padding: 10px 10px 0;
  }
}

@media screen and (max-width: 400px) {
  .col-xs-6 {
    width: 100%;
  }
  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .newsArticle {
    min-height: auto;
  }

  .postLinks li {
    display: inline-block;
    width: 100%;
    margin: 5px 01px;
  }

  .articleOuter .card {
    width: 49%;
    min-width: auto;
    margin: 0 0.5% 0.5% 0.5%;
  }
}

/* shima custom */
header {
  background-color: #ffffff;
  /*background-color: #339fd1;*/
}

header {
  width: 100%;
  min-height: 49px;
  padding: 7px 10px;
  /*position: fixed;
  top: 0;
  left: 0;*/
}

header .container {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}
header .right_box {
  float: right;
}
header .right_box ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
header .right_box li {
  white-space: nowrap;
}


header .right_box .nav01 li {
  position: relative;
  padding: 0 15px;
}
header .right_box .nav01 li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 01px;
  height: 100%;
  background-color: #e0e0e0;
}
header .right_box .nav01 li {
  position: relative;
  padding: 0 15px;
  color: #666;
}
header .right_box li a:hover {
  text-decoration: underline;
}
header .right_box .nav02 li {
  margin: 15px 2% 0;
}
header .right_box .nav02 li a {
  font-size: 16px;
}
header .left_box {
  float: left;
}
header .left_box label {
  box-shadow: 01px 01px 0 #d6d6d6;
  border: 01px solid rgb(218, 218, 218);
  border-radius: 5px;
  display: inline-block;
  height: 50px;
  width: 300px;
  padding: 0 0 0 15px;
  position: relative;
}

header .left_box input[type="search"] {
  width: 175px;
}

header .left_box input[type="search"] {
  width: 240px;
  height: 100%;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  outline: 0 none;
  box-sizing: border-box;
}

header .left_box input[type="submit"] {
  background-color: transparent;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  width: 34px;
  cursor: pointer;
  box-shadow: 0 0 0 #b55353;
}

header .icn_search {
  color: #383838;
}

.icn_search {
  top: 14px;
  color: #fff;
  width: 12px;
  height: 12px;
  border: solid 1.4px currentColor;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 17px;
  pointer-events: none;
}

.icn_search:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  height: 6px;
  width: 1.4px;
  background-color: currentColor;
}

.language_info {
  float: left;
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  cursor: pointer;
}

.dropJp,
.dropTw,
.dropEn {
  padding-left: 22px;
}

.dropJp {
  background: url(images/flag_ja.png) no-repeat left center;
}

.dropTw {
  background: url(images/flag_tw.png) no-repeat left center;
}

.dropEn {
  background: url(images/flag_en.png) no-repeat left center;
}

.indexMap {
  position: relative;
  height: 566px;
  margin-top: 15px;
  background: url(images/japan.png) no-repeat center;
}

#top_search_form {
  display: inline-block;
  float: left;
}

#top_search {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  max-width: 390px;
}

.top_search_input {
  width: calc(100% - 43px) !important;
  padding: 10px !important;
  font-size: 15px;
}

#top_search_button {
  cursor: pointer;
  box-shadow: 0 2px 0 #cc5d5d;
  background: #ff7676;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto !important;
  font-size: 20px;
  padding: 8px 30px 11px 12px;
}

/* buy */
.searchBtn {
  position: relative;
  width: 100%;
  font-weight: bold;
  height: 50px;
}
.lowerMv {
  padding: 30px 0 !important;
  position: relative;
}
.lowerMv .container {
  position: relative;
  z-index: 1;
}
.buyMv {
  background: url(images/buyMv.jpg) no-repeat center;
  background-size: cover;
}
.sellMv {
  background: url(images/sellMv.jpg) no-repeat top center;
  background-size: cover;
}
.lowerMvOuter {
  padding-bottom: 0;
}
.lowerMvOuter h2 {
  font-size: 28px;
  letter-spacing: 04px;
}
.lowerMvOuter h2:after {
  display: none;
}
.lowerMv dl {
  margin-bottom: 30px;
}
.lowerMv dt {
  font-size: 24px;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 04px;
}
.lowerMv dd {
  font-weight: bold;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  max-width: 940px;
  margin: auto;
  letter-spacing: 04px;
}
.searchBtn:before {
  display: block;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 22px;
  color: #fff;
  position: absolute;
  right: 20px;
}
.searchBtn:hover::before {
  color: #3f6fc7;
}
.detail_searchOuter {
  width: 320px;
  margin-right: 30px;
}
.buyMain {
  width: calc(100% - 350px);
}
.radio br {
  display: none;
}
.pref {
  border: solid 01px #ddd;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  background-color: white;
  z-index: 2;
}

.pref2 {
  font-size: 13px;
  z-index: 2;
  position: absolute;
}

.pref2 li {
  display: inline-block;
  white-space: nowrap;
  margin-right: 02px;
  margin-bottom: 05px;
}
.pref2 li a,
.pref li a {
  display: block;
  line-height: 24px;
  padding: 0 5px;
  border-radius: 5px;
  box-shadow: #dddddc 0 -2px 0 inset;
  background-color: #fff;
  border: 01px solid #999999;
}

.pref2 li a:hover,
.pref li a:hover {
  text-decoration: none;
}

.hokkaido {
  top: 12%;
  right: 18%;
}

.tohoku1 {
  top: 34%;
  left: 64%;
  width: 30%;
  max-width: 220px;
}

.tohoku1_en {
  top: 25%;
}

.kanto1 {
  top: 51%;
  left: 63%;
  width: 33%;
  max-width: 285px;
}

.kanto1_en {
  top: 47%;
}

.kanto2 {
  top: 60%;
  right: 15%;
}

.tyubu1 {
  bottom: 24%;
  left: 56%;
}

.tyubu1_en {
  bottom: 30%;
}

.tyubu2 {
  top: 32%;
  left: 32%;
  width: 24%;
  max-width: 200px;
}

.tyubu2_en {
  top: 25%;
}

.kinki {
  top: 49%;
  left: 21%;
  width: 30%;
  max-width: 200px;
}

.kinki_en {
  top: 47%;
}

.sikoku1 {
  bottom: 8%;
  right: 48%;
  width: 16%;
  max-width: 160px;
}

.sikoku2 {
  bottom: 10%;
  right: 48%;
}

.tyugoku {
  bottom: 26%;
  left: 12%;
  width: 23%;
  max-width: 225px;
}

.tyugoku_en {
  bottom: 24%;
  width: 30%;
  max-width: 300px;
}

.kyusyu {
  left: 2%;
  bottom: 6%;
  width: 28%;
  max-width: 260px;
}

.okinawa {
  top: 82%;
  right: 27%;
}

.en .tohoku2 {
  right: 14%;
}

.en .tyugoku {
  right: 74%;
}

.en .kinki {
  right: 62%;
}

.en .tyubu2 {
  right: 50%;
}

.en .pref2 li {
  padding: 06px 06px;
}

.en .pref {
  padding: 06px 06px;
}

@media screen and (max-width: 1050px) {
  .tyubu2,
  .tyugoku,
  .sikoku1,
  .kyusyu {
    width: auto;
    max-width: 500px;
  }

  .tyubu2 {
    max-width: 200px;
  }

  .sikoku1 {
    bottom: 13%;
  }
}

.wOuter {
  display: flex;
  justify-content: space-between;
}

.indexLinkBtn {
  width: 49%;
  cursor: pointer;
  font-size: 21px;
  height: 150px;
  overflow: hidden;
  line-height: 150px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff !important;
  text-shadow: 0 0 3px #000;
  background: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
}

.indexLinkBtn:before {
  display: block;
  position: absolute;
  top: 02px;
  left: 20%;
  font-size: 30px;
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-weight: normal;
  transition: 0.5s;
}
.indexLinkBtn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  z-index: -1;
}
.linkBtn:hover,
.btnBlue:hover,
.toRegistBtn:hover {
  transition: 0.3s;
  opacity: 1;
}
.indexLinkBtn:hover {
  color: #fff !important;
}
.indexLinkBtn:hover:before {
  left: 22%;
  transition: 0.5s;
}
.linkBtn01:after {
  background: url(images/linkBtn01.jpg) rgba(0, 0, 0, 0.3);
  background-size: cover;
}
.linkBtn02:after {
  background: url(images/linkBtn02.jpg) rgba(0, 0, 0, 0.3);
  background-size: cover;
}
.indexLinkBtn:hover::after {
  transform: scale(1.2);
}
.registInner {
  padding: 30px;
  margin-bottom: 0;
}
.toRegistBtn {
  width: 49%;
  cursor: pointer;
  font-size: 18px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.toRegistBtn .fa {
  font-size: 22px;
  opacity: 0.7;
}
.btnBlue {
  color: #fff;
  background: #3f6fc7;
  border: 2px solid #3f6fc7;
  border-radius: 0 !important;
}
.btnBlue:hover {
  color: #3f6fc7;
  background: #fff;
}
.btnBlue.contracted,button.contracted{
  background: #FFA500 !important;
  cursor: default !important;
  border: 2px solid #FFA500 !important;
}
.btnBlue.contracted:hover,button.contracted:hover {
  color: #fff !important;
  background: #FFA500 !important;
}
.control-label {
  padding: 02px;
  text-align: center;
  background: #f2f2f2;
  border-radius: 03px;
  margin-bottom: 05px;
}
.areaHeading {
  margin: 05px 0 0;
  font-weight: bold;
}
#wpforms-form-1376.wpforms-container.wpforms-container-full
  .wpforms-form
  ul
  li {
  float: left;
  margin-right: 15px !important;
}
.qa {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  color: white;
  background-color: #191970;
  font-size: 20px;
  border-radius: 6px;
  transition: 0.5s;
}

.qa:hover {
  opacity: 0.8;
}

.content {
  overflow: hidden;
  width: 100%;
}
.hov_opacity {
  transition: 0.5s;
}
.hov_opacity:hover {
  opacity: 0.8;
}

.content p.init_ellipsis {
  overflow: hidden;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content p.none,
.content img.none {
  display: none;
}

.sell_font {
  float: none !important;
  padding: 10px !important;
  display: inline-block;
  margin: 8px;
  font-size: 30px;
}
.sellOuter h3 {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}
.sellInner {
  padding: 30px 16px;
  background: #fff;
  border: 01px solid #ccc;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
  clear: both;
}
.bgMarble .sellInner {
  border: none;
}
.sell_font_2 {
  float: none !important;
  display: block;
  font-weight: bold;
  font-size: 24px;
}
.sell_font_2.mincho {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.3em;
}
.sellContact {
  max-width: 900px;
  margin: 15px auto;
}

h4.sellHeading {
  text-align: center;
  margin: 0 0 15px;
}
.sellInner h4.sellHeading {
  margin: 5px 0 35px;
  letter-spacing: 0.25em;
}
.sellInner h4 .sell_font_2.mincho {
  letter-spacing: 0.5em;
  padding-bottom: 5px;
}
.sellTxt {
  font-size: 16px;
  line-height: 1.8;
}
.card-header {
  font-size: 22px;
  font-weight: bold;
}
.sellList {
  padding: 5px 0 15px 1em;
}

.sellList li {
  list-style: disc;
  margin-bottom: 10px;
}

.buy-header,
.sell-header {
  cursor: pointer;
  float: left;
  width: 49%;
  margin: 0 0.5%;
  text-align: center;
  padding: 0.75px 1.25px;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 5px 5px 0 0 !important;
  border-bottom: none !important;
  color: #fff !important;
  background: #dcdcdc;
}

.buy-header.is-active {
  background-color: #191970 !important;
}

.sell-header.is-active {
}

.buy_main_board {
}
.faqDl {
  margin-top: 15px;
}
.faqDl dt {
  position: relative;
  padding: 0 20px;
  line-height: 1.5;
  font-size: 16px;
  padding: 04px 20px 0 40px;
  font-weight: bold;
  cursor: pointer;
}
.faqDl dd {
  display: none;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  font-size: 15px;
  padding: 0 20px 0 40px;
  clear: both;
}
.faqDl dt:before,
.faqDl dd:before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 10px;
  color: white;
}
.faqDl dt:before {
  content: "Q";
  background: #617598;
}
.faqDl dd:before {
  content: "A";
  background: #b8c4d9;
}
.faqDl dt:after {
  content: "\f107";
  position: absolute;
  top: 07px;
  right: 05px;
  font-size: 18px;
  line-height: 1;
  display: block;
  font-family: FontAwesome;
  color: #ccc;
}
.faqDl dt.active:after {
  content: "\f106";
}
.qa_font,
.qa_font_2 {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  padding: 0 6px;
  border-radius: 4px;
  line-height: 1.4;
}

.qa_font {
  background-color: #333;
}

.qa_font_2 {
  background-color: #333;
}

.buy_board,
.sell_board {
  margin: 8px 8px 15px;
  border-radius: 6px;
  padding: 8px;
}

.ChangeElem_Btn_Content {
  width: 90%;
  margin: 30px auto 0;
}

.ChangeElem_Panel {
  display: none;
}

.buy_board {
}

.sell_board {
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
  content: "";
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown button {
  margin: 0 !important;
  box-shadow: 0 #b55353 !important;
}
.dropdown-menu li a:before {
  content: none !important;
}
tr[id^="faild_"] .searchListImg,
tr[id^="faild_"] .article_type,
tr[id^="faild_"] .article_name,
tr[id^="faild_"] td:nth-child(4),
tr[id^="faild_"] td:nth-child(5) {
  opacity: 0;
}

table[id^="faild_"] .searchListImg,
table[id^="faild_"] tbody tr:nth-child(2) td span,
table[id^="faild_"] tbody tr:nth-child(3) td span,
table[id^="faild_"] tbody tr:nth-child(7) td,
table[id^="faild_"] tbody tr:nth-child(8) td,
table[id^="faild_"] tbody tr:nth-child(9) td {
  opacity: 0;
}

.fadeCont {
  text-align: center;
  padding: 10px;
  height: 450px;
  margin-bottom: 60px;
  text-shadow: #fff 0 0 01px, #fff 0 0 01px, #fff 0 0 3px, #fff 0 0 3px;
  animation-name: fadein;
}

.about01 {
  animation-duration: 3s;
}

.about02 {
  animation-duration: 6s;
}

.about03 {
  animation-duration: 9s;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#main .fadeCont h3 {
  margin: 0 0 30px;
  font-size: 28px !important;
}

.fadeCont .d-block {
  font-weight: bold;
  font-size: 21px;
}

.about01 {
  background: url(images/bg01.jpg);
  background-size: cover;
}

.about02 {
  background: url(images/bg02.jpg);
  background-size: cover;
}

.about03 {
  background: url(images/bg03.jpg);
  background-size: cover;
}

.aboutInner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pageLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pageLink li {
  width: calc(25% - 2.25px);
  overflow: hidden;
  margin-bottom: 10px;
}
.pageLink li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 0 12px #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  height: 100px;
}
.pageLink li a:before {
  display: block;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 32px;
  right: 20px;
}
.pageLink li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.5s;
}
.pageLink li a:hover {
  opacity: 1;
}
.pageLink li a:hover::after {
  transform: scale(1.2);
}
.pageLink01:after {
  background: url(images/pageLink01.jpg) rgba(0, 0, 0, 0.3);
  background-size: cover;
}
.pageLink02:after {
  background: url(images/pageLink02.jpg) rgba(0, 0, 0, 0.3);
  background-size: cover;
}
.pageLink03:after {
  background: url(images/pageLink03.jpg) rgba(0, 0, 0, 0.3);
  background-size: cover;
}
.pageLink04:after {
  background: url(images/pageLink04.jpg) rgba(0, 0, 0, 0.3);
  background-size: cover;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  display: flex;
  justify-content: center;
}
div.wpforms-container-full .wpforms-form .wpforms-required-label {
  position: relative;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 15px;
}
div.wpforms-container-full .wpforms-form .wpforms-required-label:after {
  content: "必須";
  color: #fff;
  background-color: #dc3545;
  display: inline-block;
  padding: 0 04px;
  border-radius: 0.25px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 0 0 05px;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  display: flex;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  width: 260px;
  padding-right: 15px !important;
  position: relative;
}
div.wpforms-container-full {
  max-width: 740px;
  margin: auto;
}
div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea,
.confirmCont {
  width: calc(100% - 260px) ;
}

div.wpforms-container-full .wpforms-form input[type="email"]{
  width: calc(100% - 260px) ;
}
.zipOuter{
  display: flex;
  align-items: center;
}
input[name="zip1"],input[name="zip2"]{
  width: 100px !important;
}
input[name="zip1"]{
  margin-right: 5px;
}
input[name="zip2"]{
  margin-left: 5px;
}
div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
  line-height: 1;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-row.wpforms-field-medium {
  max-width: initial !important;
}
div.wpforms-container-full .wpforms-form .wpforms-one-half {
  margin-left: 0 !important;
  width: 100% !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  position: relative;
  padding: 10px 0;
  clear: both;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px 0;
  padding: 0;
}
.wpforms-field.registInner p{
  margin-bottom: 0;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
  display: block;
  color: #fff !important;
  background: #990000 !important;
  padding: 2px !important;
  position: absolute !important;
  bottom: 10px !important;
  right: 0 !important;
  font-size: 12px;
  float: none;
  cursor: default;
}
.btn {
  white-space: nowrap;
}
.propertyArticle {
  position: relative;
  border-radius: 0.25px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.detailDlOuter{
  width: 50%;
  float: left;
}
.detailDl{
display: flex;
overflow: hidden;
padding-left: 10px;
border-left: 4px solid rgba(0, 0, 0, 0.125);
}
.detailDl dt{
  min-width:160px;
  margin-bottom: 0;
}
.detailDl dd{
  margin-bottom: 0;
}
.propertyMember {
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background: #ccc;
  /*
  background: rgba(0, 0, 0, 0.5);*/
  z-index: 2;
}
.propertyMember .h3,
.propertyMember .btn {
  font-weight: bold;
}
.propertyDetailInner th {
  background-color: #fdfbec;
  white-space: nowrap;
}
.checkboxOuter {
  background: #f2f2f2;
}
.deTailInner {
  max-width: 880px;
  margin: auto;
}
.checkboxOuter p {
  color: #fff;
  font-weight: bold;
  background: #3f6fc7;
  padding: 0px 5px;
  line-height: 18px;
  position: relative;
  margin-bottom: 0;
}
.propertyType {
  white-space: nowrap;
  font-weight: bold;
  background: #f2f2f2;
  padding: 2px 4px;
  margin-right: 10px;
  font-size: 13px;
}
.propertyPoint {
  color: #fff;
  font-weight: bold;
  background: #3f6fc7;
  padding: 2px 5px 0;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  margin-right: 15px;
}
.propertyPoint:after {
  content: "";
  position: absolute;
  top: 0;
  right: -11px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-left: 11px solid #3f6fc7;
  border-bottom: 11px solid transparent;
}
.propertyDetailInner {
  width: 100%;
}
.propertyDetailInner th,
.propertyDetailInner td {
  margin: 0;
  padding: 15px 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  vertical-align: middle;
}
.propertyCopy {
  width: 100%;
  line-height: 1.6;
  text-overflow: ellipsis;
}
.propertyImglOuter {
  background: #f2f2f2;
  padding: 0 !important;
  position: relative;
}
.propertyImglOuter .sold {
  position: absolute;
    top: 50%;
    right: 50%;
    margin:-15px -39px 0 0;
    color: #fff;
    background: #FFA500;
    padding: 3px 15px;
    line-height: 1.5;
}
.propertyImglOuter .member {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: red;
  padding: 0 2px;
  font-weight: bold;
  font-size: 12px;
}
.slick01 {
  width: calc(100% - 160px);
  float: left;
}
.slick02{
  width: 160px;
  display: flex;
  flex-direction: column;
}
.slick02>div{
  
}
.slick-arrow,
.slick-arrow:focus,
.slick-arrow:active {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: none !important;
  background: none !important;
  outline: none;
}
.slick-prev {
  left: 15px;
}
.slick-prev:before {
  position: absolute;
  display: block;
  content: "\f137";
  font-family: FontAwesome;
  font-size: 30px;
  z-index: 2;
  color: #999;
}
.slick-next {
  right: 15px;
}
.slick-next:before {
  position: absolute;
  display: block;
  content: "\f138";
  font-family: FontAwesome;
  font-size: 30px;
  z-index: 2;
  color: #999;
}
.slick-dots {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.slick-dots li {
  margin: 5px;
  height: 7px;
}
.slick-dots li button {
  border: none;
  background: #999 7px !important;
  width: 7px !important;
  height: 7px !important;
  min-width: 7px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50%;
  text-indent: -999px;
  overflow: hidden;
}
.slick-dots li.slick-active button {
  background: #fff;
}
.propertyImglOuter img {
  width: 100%;
 height: 100%;
  object-fit: contain;
}
.propertyImglOuter .slick01 img{
  height:420px;
}

.propertyImglOuter .slick02 img{
  background: #fff;
}
.slick02 .slick-track {
  transform: unset !important;
}
.slick02 .slick-slide {
  transform: unset !important;
  width: 160px;
  height:82px;
  padding: 1px;
  box-sizing: border-box;
}
.slick02 .slick-current{
  border: 2px solid #ccc;
}
.btn-request {
  display: block;
  width: 100%;
}
.carousel-item {
  width: 100% !important;
  height: 300px !important;
}
@media screen and (max-width: 900px) {
  .buyMain {
    width: 100%;
    margin-top: 30px;
  }
  .propertyDetailInner {
    padding: 0;
    margin-top: 15px;
  }
  .fadeCont {
    padding: 30px 15px;
    height: 300px;
  }

  #main .fadeCont h3 {
    margin: 0 0 15px;
    font-size: 18px !important;
  }
  .fadeCont .d-block {
    font-size: 11px;
  }
  .wOuter {
    flex-wrap: wrap;
  }
  #main h3.indexH3 {
    font-size: 21px;
  }
  .linkBtn,
  .toRegistBtn {
    width: 100%;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .linkBtn {
    height: 90px;
    line-height: 90px;
  }
  #main .date {
    display: block;
  }
  #main .newsTtl {
    padding-left: 16px;
  }
  .registInner {
    padding: 20px 15px 10px;
    margin-bottom: 0;
  }
  .fotterUpper li.nav-item {
    margin-bottom: 08px;
  }
  .fotterLower .container {
    flex-flow: column-reverse;
  }
  .dlogo {
    float: none;
  }
  .copy {
    text-align: center;
    margin-top: 10px;
  }
  .propertyDetailInner td {
    white-space: normal;
  }

  .bgYellow {
    background-color: #fdfbec;
  }
}
@media screen and (max-width: 600px) {
  .deTailInner .row,div.wpforms-container-full .wpforms-form .wpforms-field,
  .pageLink,.propertyImglOuter {
    flex-flow: column;
  }
  .detailDlOuter {
    width:100%;
    float: none;
}
.slick01,.slick02 {
  width: 100%;
  float: none;
}
.slick02{
  margin: 5px 0;
}
  .propertyDetailInner th,
  .propertyDetailInner td {
    display: block;
    margin: 0;
    padding: 5px;
    width: auto !important;
  }
  div.wpforms-container-full .wpforms-form input[type="date"],
  div.wpforms-container-full .wpforms-form input[type="datetime"],
  div.wpforms-container-full .wpforms-form input[type="datetime-local"],
  div.wpforms-container-full .wpforms-form input[type="month"],
  div.wpforms-container-full .wpforms-form input[type="number"],
  div.wpforms-container-full .wpforms-form input[type="password"],
  div.wpforms-container-full .wpforms-form input[type="range"],
  div.wpforms-container-full .wpforms-form input[type="email"],
  div.wpforms-container-full .wpforms-form input[type="search"],
  div.wpforms-container-full .wpforms-form input[type="tel"],
  div.wpforms-container-full .wpforms-form input[type="text"],
  div.wpforms-container-full .wpforms-form input[type="time"],
  div.wpforms-container-full .wpforms-form input[type="url"],
  div.wpforms-container-full .wpforms-form input[type="week"],
  div.wpforms-container-full .wpforms-form select,
  div.wpforms-container-full .wpforms-form .wpforms-field-label,
  div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium,
  .pageLink li,
  .confirmCont {
    width: 100% !important;
  }
  
  .fotterUpper .container {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .fotterUpper ul {
    width: 50%;
    padding: 0 10px;
  }
}
table#result{
table-layout: fixed;
width:  1150px;
min-width: 1150px;
}
table#result th,table#result td{
  display: table-cell;
  vertical-align: middle !important;
}
table#result thead input[type="button"]{
  font-size: 0.9em;
    padding: 3px 10px;
}


.propertyDetailInner th, .propertyDetailInner td {
	text-wrap: wrap;
}



img.wpml-ls-flag {
	display: none;
}



li.wpml-ls-slot-footer {
	display: inline-block;
}

.wpml-ls-statics-footer ul{
	text-align: center;
}
