@charset "UTF-8";
@font-face {
  font-family: "NotoSansCJKjp-demilight";
  src: url("../fonts/NotoSansCJKjp-DemiLight.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansCJKjp-medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansCJKjp-regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansCJKjp-bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansCJKjp-black";
  src: url("../fonts/NotoSansCJKjp-Black.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowRegular";
  src: url("../fonts/BarlowCondensed-Regular.otf");
}
@font-face {
  font-family: "BarlowMedium";
  src: url("../fonts/Barlow-Medium.otf");
}
@font-face {
  font-family: "BarlowBold";
  src: url("../fonts/Barlow-Bold.otf");
}
@font-face {
  font-family: "BarlowSemiBold";
  src: url("../fonts/BarlowCondensed-SemiBold.otf");
}
@font-face {
  font-family: "DINMedium";
  src: url("../fonts/DIN-Medium-Regular.otf");
}
#contents .inner {
  max-width: 980px;
}
#contents .attention {
  line-height: 1.4;
}

.telContactAreaWrap {
  border: 4px solid #e5e5e5;
  margin-bottom: 50px;
  padding: 16px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.telContactAreaWrap .telContactArea {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .telContactAreaWrap .telContactArea {
    display: block;
    text-align: center;
  }
}
.telContactAreaWrap .telContactArea dt, .telContactAreaWrap .telContactArea dd {
  padding: 5px 0;
}
.telContactAreaWrap .telContactArea dt {
  border-right: 1px solid #000;
  padding-right: 24px;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .telContactAreaWrap .telContactArea dt {
    border-bottom: 1px solid #000;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.telContactAreaWrap .telContactArea dt .telIcon {
  font-size: 20px;
  font-weight: bold;
  padding: 3px 0 3px 40px;
  background-size: 24px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .telContactAreaWrap .telContactArea dt .telIcon {
    padding-left: 33px;
    background-size: 20px;
  }
}
.telContactAreaWrap .telContactArea dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .telContactAreaWrap .telContactArea dd {
    display: block;
  }
}
.telContactAreaWrap .telContactArea dd .telNum {
  font-weight: 700;
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .telContactAreaWrap .telContactArea dd .telNum {
    margin-bottom: 7px;
  }
}
.telContactAreaWrap .telContactArea dd .businessHour {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .telContactAreaWrap .telContactArea dd .businessHour {
    margin-left: 0;
  }
}

.orangeLeftBdrTitle {
  font-size: 20px;
  margin-bottom: 20px;
}

#bulkContact {
  margin-bottom: 60px;
}
#bulkContact .articleList {
  margin-top: 30px;
  margin-bottom: 20px;
}
#bulkContact .articleList a {
  width: 22.2%;
}
@media only screen and (min-width: 960px) {
  #bulkContact .articleList a {
    margin-left: 3.7%;
  }
  #bulkContact .articleList a:nth-child(4n+1) {
    margin-left: 0;
  }
  #bulkContact .articleList a:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 768px) {
  #bulkContact .articleList a:nth-child(-n+4) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #bulkContact .articleList a {
    width: 49.7%;
  }
  #bulkContact .articleList a:nth-child(2n) {
    margin-left: 0.6%;
  }
}
#bulkContact .articleList a .textArea {
  padding: 20px 15px;
}
#bulkContact .articleList a .textArea .title {
  font-size: 14px;
}
#bulkContact .pageBack {
  color: #0081cc;
  font-size: 13px;
}
#bulkContact .pageBack:hover {
  text-decoration: underline;
}

/* form */
/*-----------------------------------*/
#select_property_wrap {
  display: none;
}

.formWrap {
  background-color: #f5f5f5;
  padding: 60px;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .formWrap {
    padding: 6%;
    margin-bottom: 40px;
  }
}
.formWrap dl {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.formWrap dl dt, .formWrap dl dd {
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .formWrap dl {
    display: block;
  }
}
.formWrap dl:first-of-type {
  margin-top: 0;
}
.formWrap dl:last-of-type {
  align-items: flex-start;
}
.formWrap dl:last-of-type dt {
  padding-top: 18px;
}
.formWrap dl.nameWrap dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .formWrap dl.nameWrap dd {
    display: block;
  }
}
.formWrap dl.nameWrap dd input[type=text] {
  width: 48.3%;
}
@media only screen and (max-width: 768px) {
  .formWrap dl.nameWrap dd input[type=text] {
    width: 100%;
  }
}
.formWrap dl.nameWrap dd input[type=text]:first-of-type {
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .formWrap dl.nameWrap dd input[type=text]:first-of-type {
    margin-bottom: 7px;
  }
}
.formWrap dl dt {
  font-weight: bold;
  width: 12.5%;
  margin-right: 5%;
}
@media only screen and (max-width: 768px) {
  .formWrap dl dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.formWrap dl dd {
  width: 82.5%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .formWrap dl dd {
    width: 100%;
  }
}
.formWrap dl dd input[type=text], .formWrap dl dd textarea {
  border: 1px solid #e0e0e0;
  width: 90%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .formWrap dl dd input[type=text], .formWrap dl dd textarea {
    padding: 8px;
  }
}
.formWrap dl dd input[type=text]:only-child, .formWrap dl dd textarea:only-child {
  width: 100%;
}
.formWrap dl dd .unit {
  width: 50px;
  padding-left: 10px;
  box-sizing: border-box;
}
.formWrap dl dd.descriptionWrap {
  flex-direction: column;
  align-items: flex-start;
}
.formWrap dl dd.descriptionWrap p {
  margin-top: 8px;
}

/* 確認画面 */
.mw_wp_form_confirm .formWrap dl dt {
  padding-top: 0;
}

/* 完了画面 */
.complete .introTxtWrap .introTxt {
  line-height: 1.7;
  font-size: 15px;
}
.complete .introTxtWrap .topBack {
  margin-top: 30px;
}
.complete .introTxtWrap .topBack a {
  width: 230px;
  padding: 20px 30px;
  display: block;
  background-color: #000;
  color: #fff;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.contactBtn {
  background-color: #f54825;
  color: #fff;
  display: inline-block;
  border: none;
  border-radius: 5px;
  background-image: url("../images/icon/footContactArrow.png");
  background-position: 94% center;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  width: 280px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .contactBtn {
    width: 100%;
    font-size: 14px;
    padding: 16px;
  }
}

.contactBackBtn {
  color: #757575;
  background-color: #f5f5f5;
  border: 1px solid #757575;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  width: 280px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .contactBackBtn {
    width: 100%;
    font-size: 14px;
    padding: 16px;
    margin-bottom: 10px;
  }
}


.privacy .italicTitleWrap {
  background-image: url(../images/privacy.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  position: relative;
}
.Title_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  text-shadow: 3px 3px 7px #000;
  color: #fff;
}
.Title_box h1 {
  color: #fff;
  font-weight: 700;
  font-family: 'Shippori Mincho', serif;
  font-style: italic;
  font-size: 3.5em;
  margin-bottom: 20px;
}
.Title_box .title_ja {
  font-size: 1.5em;
  margin-bottom: 0;
}
.privacy table {
  border-collapse:  collapse;
}
.privacy th,.privacy td {
  border:1px solid #000000;
  padding: 20px;
  font-size: 17px;
  line-height: 1.8em;
}
.privacy {
  padding-bottom: 70px;
}
.privacy h2 {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 1.6em;
  text-align: left;
  margin-top: 60px;
}
.privacy th {
  width: 150px;
}
.privacy td {
  width: calc(100% - 150px);
}
iframe {
 max-width: 100%;
}
.contBox p {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.contBox {
  font-size: 16px;
  line-height: 1.6em;
}

ol {
  list-style-type: decimal;
  margin-left: 30px;
  padding-left: 0;
  margin-bottom: 20px;
}
ul {
  margin-left: 10px;
  padding-left: 0;
  margin-bottom: 20px;
}

li {
  margin-bottom: 5px;
}
