@charset "UTF-8";
#members #main {
  padding-top: 210px;
  padding-bottom: 0;
}
#members #main.members {
  padding-top: 93px;
}
#members #wrapper > header.members:has(.daikologin) + #main.members {
  padding-top: 148px;
}

#onetrust-banner-sdk {
  display: none;
}

/* header */
header.members #site_title span {
  padding-left: 1em;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
header.members form {
  display: flex;
  align-items: center;
}
header.members .btn_effect, header.members .h_mnav li a {
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
header.members .btn_effect::before, header.members .h_mnav li a::before {
  content: "";
  background: #2A68B0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  z-index: -1;
}
header.members .btn_effect:hover, header.members .h_mnav li a:hover {
  opacity: 1;
}
header.members .btn_effect:hover::before, header.members .h_mnav li a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
header.members .h_mnav {
  display: grid;
  grid-template-columns: repeat(4, 50px);
  align-items: center;
  justify-items: center;
  margin-right: 10px;
  height: 49px;
  font-size: 0;
  font-weight: 500;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 950px) {
  header.members .h_mnav {
    display: none;
  }
}
header.members .h_mnav li {
  border-left: 1px solid #ddd;
  width: 100%;
  height: 100%;
  color: #2A68B0;
}
header.members .h_mnav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  background: #fff;
  position: relative;
  overflow: visible;
}
header.members .h_mnav li a span {
  display: block;
  padding: 0;
}
header.members .h_mnav li a span::before {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
}
header.members .h_mnav li a span.description_top {
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 102%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: 0.35s all;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 3px 5px;
  white-space: nowrap;
}
header.members .h_mnav li a span.description_top::before {
  display: none;
}
header.members .h_mnav li a:hover .description_top {
  visibility: visible;
  opacity: 1;
  color: #fff;
}
header.members .h_mnav .mem1 span {
  display: inline-block;
  position: relative;
}
header.members .h_mnav .mem1 span::before {
  content: url(../img/members/icon_mem1.svg);
}
header.members .h_mnav .mem1 a:hover span::before {
  content: url(../img/members/icon_mem1_over.svg);
}
header.members .h_mnav .mem2 span {
  display: inline-block;
  position: relative;
}
header.members .h_mnav .mem2 span::before {
  content: url(../img/members/icon_mem2.svg);
}
header.members .h_mnav .mem2 a:hover span::before {
  content: url(../img/members/icon_mem2_over.svg);
}
header.members .h_mnav .mem3 span {
  display: inline-block;
  position: relative;
}
header.members .h_mnav .mem3 span::before {
  content: url(../img/members/icon_mem3.svg);
}
header.members .h_mnav .mem3 a:hover span::before {
  content: url(../img/members/icon_mem3_over.svg);
}
header.members .h_mnav .mem4 span {
  display: inline-block;
  position: relative;
}
header.members .h_mnav .mem4 span::before {
  content: url(../img/members/icon_mem4.svg);
}
header.members .h_mnav .mem4 a:hover span::before {
  content: url(../img/members/icon_mem4_over.svg);
}
header.members .h_mnav .mem1 {
  color: #fff;
}
header.members .h_mnav .mem1 a {
  background: #e57516;
}
header.members .h_mnav .mem1 a::before {
  background: #fff;
}
header.members .h_mnav .mem1 a:hover {
  color: #e57516;
}
header.members #gnav {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  header.members #gnav_sp .h_nav01 {
    padding-left: 0;
  }
  header.members #gnav > ul > li {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  header.members #site_title {
    padding: 0 65px 0 15px;
  }
  header.members #site_title a {
    display: flex;
    font-size: 14px;
  }
  header.members #site_title a img {
    width: calc(100% - 6em);
  }
  header.members #site_title a span {
    flex: 1;
    padding-left: 1em;
    font-size: 14px;
    letter-spacing: 0;
  }
}

/* btnwrap */
.btnwrap {
  display: flex;
  justify-content: center;
}
.btnwrap.mb80 {
  margin-bottom: 80px;
}
.btnwrap button, .btnwrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 10px;
  width: 100%;
  max-width: 280px;
  line-height: 50px;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid #e57516;
  background: #e57516;
  border-radius: 100px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.btnwrap button.mb0, .btnwrap a.mb0 {
  margin-bottom: 0;
}
.btnwrap button::before, .btnwrap a::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  z-index: -1;
}
.btnwrap button:hover, .btnwrap a:hover {
  opacity: 1;
  color: #e57516;
}
.btnwrap button:hover::before, .btnwrap a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btnwrap button.large, .btnwrap a.large {
  font-size: 22px;
  margin: 0 10px 10px;
  width: 100%;
  max-width: 355px;
  line-height: 60px;
}
.btnwrap button.blue, .btnwrap a.blue {
  border: 1px solid #2A68B0;
  background: #2A68B0;
}
.btnwrap button.blue:hover, .btnwrap a.blue:hover {
  color: #2A68B0;
}
.btnwrap button.orange, .btnwrap a.orange {
  border: 1px solid #e57516;
  background: #e57516;
}
.btnwrap button.orange:hover, .btnwrap a.orange:hover {
  color: #e57516;
}
.btnwrap button.blueline, .btnwrap a.blueline {
  color: #2A68B0;
  border: 1px solid #2A68B0;
  background: #fff;
}
.btnwrap button.blueline::before, .btnwrap a.blueline::before {
  background: #2A68B0;
}
.btnwrap button.blueline:hover, .btnwrap a.blueline:hover {
  color: #fff;
}
.btnwrap button.back, .btnwrap a.back {
  color: #2A68B0;
  border: 1px solid #2A68B0;
  background: url(../img/arrow_bl.svg) left 20px center no-repeat #fff;
}
.btnwrap button.back::before, .btnwrap a.back::before {
  background: url(../img/arrow_wht.svg) left 20px center no-repeat #2A68B0;
}
.btnwrap button.back:hover, .btnwrap a.back:hover {
  color: #fff;
}
.btnwrap button.next, .btnwrap a.next {
  border: 1px solid #2A68B0;
  background: url(../img/arrow_wht_right.svg) right 20px center no-repeat #2A68B0;
}
.btnwrap button.next::before, .btnwrap a.next::before {
  background: url(../img/arrow_bl_right.svg) right 20px center no-repeat #fff;
}
.btnwrap button.next:hover, .btnwrap a.next:hover {
  color: #2A68B0;
}
.btnwrap button.search, .btnwrap a.search {
  color: #fff;
  border: 1px solid #2A68B0;
  padding-left: 1em;
  background: #2A68B0;
}
.btnwrap button.search::before, .btnwrap a.search::before {
  background: #fff;
}
.btnwrap button.search::after, .btnwrap a.search::after {
  display: block;
  content: "";
  position: absolute;
  left: 70px;
  top: 10px;
  width: 27px;
  height: 27px;
  background: url(../img/members/ic-search-wh.svg) center no-repeat;
  z-index: 10;
}
.btnwrap button.search:hover, .btnwrap a.search:hover {
  color: #2A68B0;
}
.btnwrap button.search:hover::after, .btnwrap a.search:hover::after {
  background: url(../img/members/ic-search-bl.svg) center no-repeat;
}
@media screen and (max-width: 768px) {
  .btnwrap {
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 20px 30px;
    background: #fff;
  }
  .btnwrap.mb80 {
    margin-bottom: 0 !important;
  }
  .btnwrap button, .btnwrap a {
    margin: 0 5px 15px;
  }
  .btnwrap button::before, .btnwrap a::before {
    content: none !important;
  }
  .btnwrap button:hover, .btnwrap a:hover {
    color: #fff !important;
  }
  .btnwrap button.blueline:hover, .btnwrap a.blueline:hover {
    color: #2A68B0 !important;
  }
  .btnwrap button.back:hover, .btnwrap a.back:hover {
    color: #2A68B0 !important;
  }
  .btnwrap button.large, .btnwrap a.large {
    font-size: 16px;
    margin: 0 5px 15px;
    max-width: 280px;
    line-height: 50px;
  }
  .btnwrap button.search:hover::after, .btnwrap a.search:hover::after {
    background: url(../img/members/ic-search-wh.svg) center no-repeat;
  }
}

/* ===============================================
会員サイトTOP
=============================================== */
.membersname {
  padding: 1.2em 0;
  color: #2A68B0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .membersname {
    padding: 0.8em 0;
  }
}

.membersttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  color: #2A68B0;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #EBF5FE;
}
@media screen and (max-width: 768px) {
  .membersttl {
    font-size: 20px;
  }
}

.top1 {
  display: flex;
  padding: 0 0 0 3.87vw;
  background: #EBF5FE;
}
.top1 .mv {
  width: 60%;
  position: relative;
}
.top1 .mv .slider {
  position: relative;
}
.top1 .mv .slider .slick-prev,
.top1 .mv .slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.top1 .mv .slider .slick-prev {
  left: -20px;
  background: url(../img/arrow_bl.svg) center no-repeat #fff;
}
.top1 .mv .slider .slick-next {
  right: -20px;
  background: url(../img/arrow_bl_right.svg) center no-repeat #fff;
}
.top1 .mv .control {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top1 .mv .control .custom-dots .dotslist {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top1 .mv .control .custom-dots .dotslist li {
  margin-right: 15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #707070;
}
.top1 .mv .control .custom-dots .dotslist li.slick-active {
  background: #B7B7B7;
}
.top1 .mv .control .slick-stop-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../img/members/top1-pause.svg) center no-repeat #E5E5E5;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.top1 .mv .control .slick-stop-button.is-paused {
  background: url(../img/members/top1-play.svg) center no-repeat #E5E5E5;
}
.top1 .link {
  flex: 1;
  padding: 1.7vw 2.63vw 0;
}
.top1 .link a {
  margin-bottom: 0.73vw;
}
.top1 .link a:hover {
  opacity: 0.5;
}
.top1 .link a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top1 {
    display: block;
    padding: 0;
  }
  .top1 .mv {
    width: auto;
    margin-bottom: 50px;
  }
  .top1 .mv .slider li.mv1 {
    padding: 20px 50px;
    height: 350px;
  }
  .top1 .mv .slider li.mv1 h1 {
    font-size: 26px;
  }
  .top1 .mv .slider li.mv1 p {
    font-size: 14px;
    line-height: 1.85;
  }
  .top1 .mv .slider .slick-prev,
  .top1 .mv .slider .slick-next {
    width: 26px;
    height: 26px;
  }
  .top1 .mv .slider .slick-prev {
    left: 8px;
    background-size: 7px auto;
  }
  .top1 .mv .slider .slick-next {
    right: 8px;
    background-size: 7px auto;
  }
  .top1 .mv .control {
    bottom: -40px;
  }
  .top1 .link {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .top1 .link a {
    width: 50%;
    margin-bottom: 0;
  }
  .top1 .link a:hover {
    opacity: 1;
  }
}

.top2 {
  max-width: 1366px;
  margin: 0 auto;
  padding: 40px 0;
  background: #EBF5FE;
}
.top2 .slider {
  position: relative;
}
.top2 .slider .slick-list {
  overflow: visible;
}
.top2 .slider .slick-slide {
  color: #fff;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
}
.top2 .slider .slick-slide a {
  display: block;
  background: #000;
  transform: scale(0.8);
}
.top2 .slider .slick-slide a img {
  opacity: 0.7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.top2 .slider .slick-current a {
  display: block;
  background: #000;
  transform: scale(1.1);
}
.top2 .slider .slick-current a img {
  opacity: 1;
  box-shadow: 0 0 30px rgba(42, 95, 161, 0.5);
}
.top2 .slider .slick-prev,
.top2 .slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.top2 .slider .slick-prev {
  left: 20px;
  background: url(../img/arrow_wht.svg) center no-repeat #2A68B0;
}
.top2 .slider .slick-next {
  right: 20px;
  background: url(../img/arrow_wht_right.svg) center no-repeat #2A68B0;
}
@media screen and (max-width: 768px) {
  .top2 {
    padding: 50px 30px;
  }
  .top2 .slider .slick-slide {
    margin: 0 7px;
  }
  .top2 .slider .slick-slide a {
    background: none;
    transform: scale(1);
  }
  .top2 .slider .slick-slide a img {
    opacity: 1;
  }
  .top2 .slider .slick-current a {
    background: none;
    transform: scale(1);
  }
  .top2 .slider .slick-prev,
  .top2 .slider .slick-next {
    width: 26px;
    height: 26px;
    background-size: 7px auto;
  }
  .top2 .slider .slick-prev {
    left: -14px;
  }
  .top2 .slider .slick-next {
    right: -14px;
  }
}

.top3 {
  padding-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.top3 h2 {
  padding-bottom: 0.5em;
  color: #2A68B0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.top3 h2::before {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #2A68B0;
}
.top3 .more {
  position: absolute;
  right: 0;
  top: 70px;
}
.top3 .more a {
  display: inline-block;
  padding-right: 1em;
  padding-bottom: 0.1em;
  color: #2A68B0;
  background: url(../img/arrow_bl_right.svg) right center no-repeat;
}
.top3 dl {
  padding: 1em 0;
  line-height: 1.3;
  border-bottom: 1px solid #ddd;
}
.top3 dl dt {
  margin-bottom: 0.5em;
  font-family: "Montserrat", sans-serif;
  color: #888;
  font-size: 14px;
}
.top3 dl a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .top3 {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .top3 h2 {
    margin-bottom: 0.5em;
    font-size: 22px;
  }
  .top3 .more {
    position: static;
    text-align: right;
  }
  .top3 dl:last-child {
    border-bottom: none;
  }
}

.top4 {
  padding: 30px 0;
  background: #EBF5FE;
}
.top4.membertop {
  padding: 70px 0 0;
  background: none;
}
.top4 ul {
  display: flex;
  flex-wrap: wrap;
}
.top4 ul li {
  width: 32%;
  margin-right: 2%;
}
.top4 ul li img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.top4 ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .top4 {
    padding: 40px 0 25px;
  }
  .top4.membertop {
    padding: 40px 0 0;
  }
  .top4 ul {
    display: block;
  }
  .top4 ul li {
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/* ===============================================
物件／建物 登録・編集
=============================================== */
.buildingedit1 {
  padding: 30px 0 10px;
  text-align: right;
}
.buildingedit1 h2 {
  color: #2A68B0;
  font-size: 18px;
  font-weight: 500;
}
.buildingedit1 button {
  display: inline-block;
  padding: 0.7em 4em 0.7em 3em;
  color: #2A68B0;
  font-size: 14px;
  background: url(../img/members/ic-plus-bl.svg) right 1em center no-repeat #EFF6FD;
  border: 1px solid #2A68B0;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
}
.buildingedit1 button:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .buildingedit1 {
    padding: 30px 0 20px;
  }
  .buildingedit1 button:hover {
    opacity: 1;
  }
}

.buildingedit2 {
  margin-bottom: 30px;
  padding: 30px 60px 20px;
  background: #F5FAFF;
}
.buildingedit2 dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.buildingedit2 dl dt {
  padding-right: 1em;
  width: 20%;
  color: #2A68B0;
  line-height: 55px;
}
.buildingedit2 dl dd {
  flex: 1;
}
.buildingedit2 dl dd input[type=text] {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
}
.buildingedit2 dl dd.address {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.buildingedit2 dl dd.address select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  padding: 0 1em 0 0;
  margin-right: 10px;
  width: 230px;
  line-height: 50px;
  vertical-align: middle;
  color: #2A68B0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  border: 1px solid #2A68B0;
  background: url(../img/arrow_bl_bottom.svg) right 1em center no-repeat #fff;
  border-radius: 100px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.buildingedit2 dl dd.address div {
  flex: 1;
}
.buildingedit2 dl dd.address div p {
  padding-top: 5px;
  font-size: 14px;
}
.buildingedit2 dl dd.selecttool p {
  margin: 0 0 10px;
  width: 100%;
  position: relative;
}
.buildingedit2 dl dd.selecttool p select {
  padding: 0 1em;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #CCC;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.buildingedit2 dl dd.selecttool p::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #c7c7c7;
  border-bottom: 0;
}
.buildingedit2 dl dd.selecttool .plusbtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #2A68B0;
  font-size: 16px;
  text-decoration: underline;
  border: none;
  padding: 0.2em 2em 0.2em 0;
  background: url(../img/members/ic-plus-bl.svg) right center no-repeat;
  cursor: pointer;
}
.buildingedit2 dl dd.selecttool .plusbtn:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .buildingedit2 {
    margin-bottom: 20px;
    padding: 30px 20px 0;
  }
  .buildingedit2 dl {
    display: block;
    margin-bottom: 20px;
  }
  .buildingedit2 dl dt {
    margin-bottom: 10px;
    padding-right: 0;
    width: auto;
    line-height: 1.5;
  }
  .buildingedit2 dl dd {
    flex: 1;
  }
  .buildingedit2 dl dd input[type=text] {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
  }
  .buildingedit2 dl dd.address {
    display: block;
  }
  .buildingedit2 dl dd.address select {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .buildingedit2 dl dd .plusbtn {
    margin-bottom: 20px;
  }
}

.buildingedit3 {
  margin-bottom: 30px;
}
.buildingedit3 dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 30px;
  background: #F5F6F8;
}
.buildingedit3 dl dt {
  flex: 1;
  color: #2A68B0;
  font-size: 18px;
  line-height: 1.2;
}
.buildingedit3 dl dd {
  width: 240px;
  margin-left: 30px;
}
.buildingedit3 dl dd button {
  padding: 0.6em 1.5em;
  margin-left: 5px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s;
}
.buildingedit3 dl dd button:hover {
  background: #ddd;
}
@media screen and (max-width: 768px) {
  .buildingedit3 {
    margin-bottom: 0;
  }
  .buildingedit3 dl {
    display: block;
    padding: 20px;
  }
  .buildingedit3 dl dt {
    margin-bottom: 1em;
  }
  .buildingedit3 dl dd button {
    margin-left: 0;
    margin-right: 5px;
  }
  .buildingedit3 dl dd button:hover {
    background: #fff;
  }
}

.popbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popbox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  z-index: 9999;
}
.popbox span.close {
  display: inline-block;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #2A68B0;
  border-radius: 50%;
  cursor: pointer;
}
.popbox p {
  text-align: center;
}
.popbox .btnbox {
  padding-top: 10px;
  text-align: center;
}
.popbox .btnbox button {
  width: 7em;
  margin: 0 5px;
  padding: 0.6em 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
.popbox .btnbox button:hover {
  background: #ddd;
}

/* ===============================================
物件／建物 登録一覧
=============================================== */
.errortxt {
  margin-bottom: 0.5em;
  color: #EA0909;
  font-size: 14px;
}

.buildinglist1 {
  margin: 30px 0 20px;
  padding: 30px 7% 20px;
  background: #F5FAFF;
}
.buildinglist1 h2 {
  margin-bottom: 1em;
  color: #2A68B0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.buildinglist1 .toolbtn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.buildinglist1 .toolbtn label.btn {
  display: block;
  width: 32%;
  padding: 0.8em 1.5em;
  font-family: inherit;
  color: #BE1212;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background: #FFE9E5;
  border: 2px solid #FFE9E5;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
}
.buildinglist1 .toolbtn label.btn.btn2 {
  color: #2A68B0;
  background: #E2EEF5;
  border-color: #E2EEF5;
}
.buildinglist1 .toolbtn label.btn.btn3 {
  color: #538462;
  background: #E1EDE7;
  border-color: #E1EDE7;
}
.buildinglist1 .toolbtn label.btn:hover {
  opacity: 0.5;
}
.buildinglist1 .toolbtn input[type=checkbox] {
  display: none;
}
.buildinglist1 .toolbtn input[type=checkbox]:checked + .btn1 {
  color: #fff;
  background: #BE1212;
}
.buildinglist1 .toolbtn input[type=checkbox]:checked + .btn2 {
  color: #fff;
  background: #2A68B0;
}
.buildinglist1 .toolbtn input[type=checkbox]:checked + .btn3 {
  color: #fff;
  background: #538462;
}
.buildinglist1 dl {
  display: flex;
  margin-bottom: 12px;
}
.buildinglist1 dl:last-of-type {
  margin-bottom: 20px;
}
.buildinglist1 dl dt {
  width: 10em;
  color: #2A68B0;
  line-height: 55px;
}
.buildinglist1 dl dd {
  flex: 1;
}
.buildinglist1 dl dd input {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
}
.buildinglist1 dl dd.period {
  display: flex;
  align-items: center;
}
.buildinglist1 dl dd.period input.datepicker {
  width: 150px;
}
.buildinglist1 dl dd.period span {
  display: block;
  width: 2.5em;
  color: #2A68B0;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .buildinglist1 {
    margin: 30px 0;
    padding: 20px 15px;
  }
  .buildinglist1 h2 {
    font-size: 20px;
  }
  .buildinglist1 .toolbtn {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .buildinglist1 .toolbtn label.btn {
    width: 80%;
    margin: 0 auto 15px;
    font-size: 16px;
  }
  .buildinglist1 .toolbtn label.btn:hover {
    opacity: 1;
  }
  .buildinglist1 dl {
    display: block;
  }
  .buildinglist1 dl dt {
    line-height: 2.5;
  }
  .buildinglist1 dl dd.period {
    display: flex;
    align-items: center;
  }
  .buildinglist1 dl dd.period input {
    width: calc(50% - 1em);
  }
  .buildinglist1 dl dd.period span {
    width: 2em;
  }
  .buildinglist1 .btnwrap {
    margin: 0;
    padding: 0;
    background: none;
  }
}

.buildinglist2 {
  margin-bottom: 50px;
}
.buildinglist2 article {
  margin-bottom: 20px;
  padding: 30px 50px 10px;
  background: #F5F6F8;
}
.buildinglist2 article .box1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.buildinglist2 article .box1 dl {
  flex: 1;
}
.buildinglist2 article .box1 dl dt {
  margin-bottom: 0.2em;
  font-family: "Montserrat", sans-serif;
  color: #888;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.buildinglist2 article .box1 dl dd {
  color: #2A68B0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: left;
}
.buildinglist2 article .box1 a {
  display: inline-block;
  margin-left: 30px;
  min-width: 230px;
  padding: 0.7em 2em 0.7em 2em;
  color: #2A68B0;
  font-size: 14px;
  text-align: center;
  background: url(../img/arrow_bl_right.svg) right 1em center no-repeat #EFF6FD;
  border: 1px solid #2A68B0;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
}
.buildinglist2 article .box1 a:hover {
  opacity: 0.5;
}
.buildinglist2 article .box2 {
  margin-bottom: 20px;
}
.buildinglist2 article .box2 .ttl {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  padding-right: 40px;
  color: #2A68B0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: left;
  border-bottom: 1px solid #2A68B0;
  position: relative;
}
.buildinglist2 article .box2 .ttl label {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.buildinglist2 article .box2 dl {
  display: flex;
  margin-bottom: 0.5em;
}
.buildinglist2 article .box2 dl dt {
  width: 7em;
  font-family: "Montserrat", sans-serif;
  color: #888;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.buildinglist2 article .box2 dl dd {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.buildinglist2 article .box2 dl dd p {
  flex: 1;
}
.buildinglist2 article .box2 dl dd label {
  margin-top: 5px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .buildinglist2 {
    margin-bottom: 0;
  }
  .buildinglist2 article {
    margin-bottom: 20px;
    padding: 20px 15px 10px;
  }
  .buildinglist2 article .box1 {
    display: block;
    margin-bottom: 20px;
  }
  .buildinglist2 article .box1 dl {
    margin-bottom: 30px;
  }
  .buildinglist2 article .box1 dl dd {
    font-size: 20px;
  }
  .buildinglist2 article .box1 a {
    width: 90%;
    margin: 0 5% 20px;
    min-width: inherit;
    font-size: 16px;
  }
  .buildinglist2 article .box1 a:hover {
    opacity: 1;
  }
  .buildinglist2 article .box2 {
    margin-bottom: 30px;
  }
  .buildinglist2 article .box2 .ttl {
    font-size: 18px;
  }
  .buildinglist2 article .box2 dl {
    display: block;
  }
  .buildinglist2 article .box2 dl dt {
    margin-bottom: 0.2em;
  }
  .buildinglist2 .btnwrap {
    margin: 0;
    padding: 0;
    background: none;
  }
}

#ui-datepicker-div.ui-datepicker {
  background: #f6f6f6;
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 0;
  padding: 0;
}

.ui-widget-header {
  border: none;
  font-size: 18px;
  background: #fff;
  color: #2A68B0;
}
.ui-widget-header .ui-datepicker-prev {
  background: url(../img/arrow_bl.svg) center/10px auto no-repeat;
  border: none;
  cursor: pointer;
}
.ui-widget-header .ui-datepicker-prevhover {
  border: none;
  opacity: 1;
}
.ui-widget-header .ui-datepicker-prev span {
  display: none;
  border: none;
}
.ui-widget-header .ui-datepicker-next {
  background: url(../img/arrow_bl_right.svg) center/10px auto no-repeat;
  border: none;
  cursor: pointer;
}
.ui-widget-header .ui-datepicker-next span {
  display: none;
}
.ui-widget-header .ui-datepicker-next.ui-state-hover,
.ui-widget-header .ui-datepicker-next.ui-state-active,
.ui-widget-header .ui-datepicker-next-hover {
  top: 2px !important;
  right: 2px !important;
  margin: 0 !important;
}
.ui-widget-header .ui-datepicker-prev.ui-state-hover,
.ui-widget-header .ui-datepicker-prev.ui-state-active,
.ui-widget-header .ui-datepicker-prev-hover {
  top: 2px !important;
  left: 2px !important;
  margin: 0 !important;
}

.ui-datepicker table {
  margin: 0;
}

.ui-datepicker-calendar th {
  color: #333;
  font-size: 18px;
  padding: 0;
  width: 14.2857142857%;
  line-height: 2.2;
  background: #f6f6f6;
  border-style: solid !important;
  border-bottom: 1px solid #ccc;
}
.ui-datepicker-calendar td {
  padding: 0;
  width: 14.2857142857%;
  line-height: 2.2;
  font-size: 18px;
  border-style: solid !important;
  border-bottom: 1px solid #ccc;
}
.ui-datepicker-calendar td a {
  padding: 0;
}
.ui-datepicker-calendar .ui-state-default {
  border: none;
  font-weight: bold;
  text-align: center;
}
.ui-datepicker-calendar th:first-child,
.ui-datepicker-calendar td:first-child a {
  color: #d9534f !important;
}
.ui-datepicker-calendar th:last-child,
.ui-datepicker-calendar td:last-child a {
  color: #428bca !important;
}

/* ===============================================
選定ツール　登録一覧
=============================================== */
.toollist1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.toollist1 article {
  width: 49%;
  margin-bottom: 20px;
  padding: 20px 30px;
  background: #F5F6F8;
}
.toollist1 article .date {
  font-family: "Montserrat", sans-serif;
  color: #888;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.toollist1 article h2 {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.toollist1 article .txt {
  margin-bottom: 0.2em;
  padding-bottom: 1em;
  color: #2A68B0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #C3C3C3;
}
.toollist1 article .txt a {
  text-decoration: underline;
}
.toollist1 article dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #C3C3C3;
}
.toollist1 article dl dt {
  width: 60%;
  padding: 0.5em 0;
  color: #2A68B0;
}
.toollist1 article dl dd {
  flex: 1;
  padding: 0.5em 0;
}
.toollist1 article div {
  padding-top: 20px;
}
.toollist1 article div button {
  padding: 0.6em 1.5em;
  margin-right: 5px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s;
}
.toollist1 article div button:hover {
  background: #ddd;
}
@media screen and (max-width: 768px) {
  .toollist1 {
    margin-bottom: 0;
  }
  .toollist1 article {
    width: auto;
    margin-bottom: 20px;
    padding: 20px 15px 30px;
  }
  .toollist1 article h2 {
    font-size: 20px;
  }
  .toollist1 article dl {
    display: block;
  }
  .toollist1 article dl dt {
    display: block;
    width: auto;
    padding: 1em 0 0;
  }
  .toollist1 article dl dd {
    padding: 0.3em 0 1em;
  }
}

/* ===============================================
選定結果　製品一覧
=============================================== */
.results1 {
  margin: 30px 0;
}
.results1 h2 {
  margin-bottom: 30px;
  padding-bottom: 0.5em;
  color: #2A68B0;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #2A68B0;
}
.results1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-bottom: 20px;
}
.results1 ul li {
  width: 22%;
  margin-bottom: 30px;
}
.results1 ul li figure {
  margin-bottom: 10px;
  aspect-ratio: 220/220;
  border-radius: 5px;
  background: #F7F7F7;
  overflow: hidden;
}
.results1 ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.results1 ul li p.tag {
  margin-bottom: 5px;
}
.results1 ul li p.tag span {
  display: inline-block;
  padding: 0 0.5em 0.1em;
  color: #E57516;
  font-size: 12px;
  line-height: 1.2;
  border: 1px solid #E57516;
}
.results1 ul li p.tag span.blue {
  color: #2A68B0;
  border-color: #2A68B0;
}
.results1 ul li p.tag span.green {
  color: #2AB0A6;
  border-color: #2AB0A6;
}
.results1 ul li p.tag span.purple {
  color: #492AB0;
  border-color: #492AB0;
}
.results1 ul li .ttl {
  margin-bottom: 0.5em;
  color: #2A68B0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.results1 ul li .btnwrap {
  display: block;
}
@media screen and (max-width: 1024px) {
  .results1 ul {
    gap: 3.5%;
  }
  .results1 ul li {
    width: 31%;
  }
}
@media screen and (max-width: 768px) {
  .results1 {
    margin: 50px 0 -50px;
  }
  .results1 h2 {
    font-size: 22px;
  }
  .results1 ul {
    gap: 6%;
  }
  .results1 ul li {
    width: 47%;
  }
  .results1 ul li .ttl {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .results1 ul li .btnwrap {
    display: block;
    padding: 0;
    margin: 0;
  }
  .results1 ul li .btnwrap a {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* ===============================================
お知らせ
=============================================== */
.topics {
  padding-top: 30px;
  padding-bottom: 50px;
}
.topics p {
  line-height: 2;
  margin-bottom: 3em;
}
.topics .date {
  margin-bottom: 0.5em;
  color: #888;
  font-family: "Montserrat", sans-serif;
}
.topics .ttl {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.75;
}
.topics figure {
  max-width: 793px;
  margin: 0 auto 3em;
}
@media screen and (max-width: 768px) {
  .topics {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .topics p {
    font-size: 14px;
  }
  .topics .ttl {
    font-size: 18px;
  }
  .topics .btnwrap {
    padding-top: 0;
  }
}

/* ===============================================
  ログイン
=============================================== */
.login {
  margin-bottom: 70px;
  padding: 40px 100px;
  background: #EBF5FE;
}
.login .ttl {
  margin-bottom: 5px;
  color: #2A68B0;
  font-size: 18px;
  font-weight: 500;
}
.login .box {
  margin-bottom: 15px;
}
.login .box input[type=email],
.login .box input[type=password] {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
}
.login .kome {
  margin-bottom: 10px;
}
.login .forgot {
  margin-bottom: 40px;
}
.login .forgot a {
  color: #2A68B0;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .login {
    margin-bottom: 20px;
    padding: 40px 20px 0;
  }
  .login .ttl {
    font-size: 16px;
  }
  .login .kome {
    font-size: 13px;
  }
  .login .forgot {
    margin-bottom: 50px;
    font-size: 14px;
  }
}

/* ===============================================
パスワード再発行
=============================================== */
.pwreset {
  margin-bottom: 70px;
  padding: 50px 100px;
  background: #EBF5FE;
}
.pwreset .lead {
  margin-bottom: 30px;
  padding: 1em;
  color: #EA0909;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border: 1px solid #EA0909;
}
.pwreset .ttl {
  margin-bottom: 5px;
  color: #2A68B0;
  font-size: 18px;
  font-weight: 500;
}
.pwreset .box {
  margin-bottom: 30px;
}
.pwreset .box input[type=email] {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .pwreset {
    margin-bottom: 20px;
    padding: 40px 20px 0;
  }
  .pwreset .lead {
    font-size: 16px;
  }
  .pwreset .ttl {
    font-size: 16px;
  }
  .pwreset .box {
    margin-bottom: 40px;
  }
}

/* ===============================================
パスワード変更
=============================================== */
.pwchange {
  margin-bottom: 70px;
  padding: 40px 100px;
  background: #EBF5FE;
}
.pwchange .ttl {
  margin-bottom: 5px;
  color: #2A68B0;
  font-size: 18px;
  font-weight: 500;
}
.pwchange .box {
  margin-bottom: 15px;
}
.pwchange .box input[type=email],
.pwchange .box input[type=password] {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
}
.pwchange .kome {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pwchange {
    margin-bottom: 20px;
    padding: 40px 20px 0;
  }
  .pwchange .ttl {
    font-size: 16px;
  }
  .pwchange .kome {
    font-size: 13px;
  }
}

/* ===============================================
会員新規登録
=============================================== */
.signup {
  margin-bottom: 80px;
  border-top: 1px solid #ddd;
}
.signup dl {
  display: flex;
  justify-content: space-between;
  padding: 12px 0 12px 12px;
  border-bottom: 1px solid #ddd;
}
.signup dl dt {
  padding: 12px 3em 12px 0;
  width: 22%;
  color: #2A68B0;
  position: relative;
}
.signup dl dt span {
  position: absolute;
  right: 0;
  top: 18px;
  padding: 0 0.5em;
  color: #EA0909;
  font-size: 14px;
  line-height: 1.3;
  border: 1px solid #EA0909;
  border-radius: 100px;
}
.signup dl dd {
  width: 75%;
}
.signup dl dd input[type=text],
.signup dl dd input[type=tel],
.signup dl dd input[type=email],
.signup dl dd input[type=password] {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  background: #FAFAFA;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 10px;
}
.signup dl dd select {
  width: 243px;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  font-size: 16px;
  background: #FAFAFA;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.signup dl dd textarea {
  width: 100%;
  height: 150px;
  line-height: 1.5;
  font-size: 16px;
  background: #FAFAFA;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}
.signup dl dd .errorpop {
  display: inline-block;
  padding: 0.2em 1em;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  border-radius: 5px;
  background: #ea0909;
  position: relative;
}
.signup dl dd .errorpop::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 10px;
  top: 99%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #ea0909;
  border-bottom: 0;
}
.signup dl dd .kome {
  padding-top: 5px;
  font-size: 14px;
}
.signup dl dd .kome a {
  color: #2A68B0;
  text-decoration: underline;
}
.signup dl dd .postcode input[type=tel] {
  width: 250px;
  margin-right: 10px;
}
.signup dl dd .postcode button {
  display: inline-block;
  padding: 0 2em;
  line-height: 50px;
  vertical-align: middle;
  color: #2A68B0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid #2A68B0;
  background: #fff;
  border-radius: 100px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.signup dl dd .postcode button::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2A68B0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  z-index: -1;
}
.signup dl dd .postcode button:hover {
  opacity: 1;
  color: #fff;
}
.signup dl dd .postcode button:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.signup dl dd .address {
  padding-bottom: 15px;
}
.signup dl dd .address .box {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.signup dl dd .address .box p {
  width: 8em;
  font-size: 14px;
}
.signup dl dd .address .box input {
  flex: 1;
}
.signup dl dd .name .box {
  display: flex;
  align-items: center;
}
.signup dl dd .name .box p {
  width: 38%;
  display: flex;
  margin-right: 3%;
  align-items: center;
}
.signup dl dd .name .box p span {
  display: block;
  width: 3.5em;
  padding-right: 1em;
  text-align: right;
  font-size: 14px;
}
.signup dl dd .name .box p input {
  flex: 1;
}
.signup .newsletter {
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  padding: 30px 12px;
}
@media screen and (max-width: 768px) {
  .signup {
    margin-bottom: 20px;
  }
  .signup dl {
    display: block;
    padding: 20px 0;
  }
  .signup dl dt {
    padding: 0 0 10px;
    width: auto;
  }
  .signup dl dt span {
    position: static;
    margin-left: 1em;
  }
  .signup dl dd {
    width: auto;
  }
  .signup dl dd select {
    width: 100%;
  }
  .signup dl dd .postcode input[type=tel] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .signup dl dd .postcode button {
    display: block;
    background: #fff;
  }
  .signup dl dd .postcode button::before {
    content: none !important;
  }
  .signup dl dd .postcode button:hover {
    color: #2A68B0;
  }
  .signup dl dd .address {
    padding-bottom: 15px;
  }
  .signup dl dd .address .box {
    display: block;
  }
  .signup dl dd .name .box {
    justify-content: space-between;
  }
  .signup dl dd .name .box p {
    width: 48%;
    margin-right: 0;
  }
  .signup dl dd .name .box p span {
    display: block;
    width: 3em;
    padding-right: 0.5em;
  }
  .signup .newsletter {
    margin-bottom: 0;
    padding: 30px 0;
  }
}

label.orangecheck {
  display: inline-flex;
  align-items: center;
  gap: 2em;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #2A68B0;
}
label.orangecheck input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
label.orangecheck .custom-check {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  background: #fff;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}
label.orangecheck input[type=checkbox]:checked + .custom-check {
  background: #E57516;
  border-color: #E57516;
}
label.orangecheck input[type=checkbox]:checked + .custom-check::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 4px;
  width: 6px;
  height: 15px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  label.orangecheck label {
    font-size: 16px;
  }
}

/* ===============================================
登録情報の変更
=============================================== */
.update .btnwrap {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .update .btnwrap {
    padding-top: 40px;
  }
}

/* ===============================================
仮登録完了
=============================================== */
.received {
  margin-bottom: 80px;
}
.received .lead {
  padding: 1.5em;
  margin-bottom: 30px;
  color: #EA0909;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #EA0909;
}
.received .txt {
  margin-bottom: 50px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .received {
    margin-bottom: 0;
  }
  .received .lead {
    padding: 1.5em 0.5em;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .received .txt {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.7;
  }
}

/* ===============================================
本登録完了
=============================================== */
.registration {
  margin-bottom: 80px;
}
.registration .lead {
  margin-bottom: 50px;
  color: #EA0909;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .registration {
    margin-bottom: 0;
  }
  .registration .lead {
    padding: 1.5em 0.5em 0;
    margin-bottom: 0;
    font-size: 20px;
  }
}

/* ===============================================
耐火選定ツール　選定結果の場合
=============================================== */
.tool-ircnx {
  padding-top: 50px;
  padding-bottom: 50px;
}
.tool-ircnx .bggray {
  padding: 30px;
  background: #F5F6F8;
}
.tool-ircnx .bggray .box1 {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.tool-ircnx .bggray .box1 p {
  display: inline-block;
  margin: 0 5px 10px;
  width: 280px;
  position: relative;
}
.tool-ircnx .bggray .box1 p select {
  padding: 0 1em;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #CCC;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.tool-ircnx .bggray .box1 p::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #c7c7c7;
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .tool-ircnx {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .tool-ircnx .bggray {
    padding: 30px 20px 0;
    background: #F5F6F8;
  }
  .tool-ircnx .bggray .box1 {
    display: block;
    margin-bottom: 20px;
  }
  .tool-ircnx .bggray .box1 p {
    width: 100%;
    margin: 0 0 10px;
  }
  .tool-ircnx .bggray .box1 p select {
    font-size: 16px;
  }
}

/* ===============================================
ADB選定ツール　選定結果の場合
=============================================== */
.tool-adb {
  padding-top: 50px;
  padding-bottom: 50px;
}
.tool-adb .bggray {
  padding: 30px;
  background: #F5F6F8;
}
.tool-adb .bggray .ttl {
  max-width: 700px;
  margin: 0 auto 0.5em;
  font-weight: 500;
}
.tool-adb .bggray .selectwrap {
  max-width: 700px;
  margin: 0 auto 20px;
  position: relative;
}
.tool-adb .bggray .selectwrap input[type=text] {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 10px;
}
.tool-adb .bggray .selectwrap select {
  display: block;
  padding: 0 1.5em 0 1em;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-family: inherit;
  font-size: 18px;
  background: #fff;
  border: 1px solid #CCC;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.tool-adb .bggray .selectwrap.arrowbottom::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #c7c7c7;
  border-bottom: 0;
}
.tool-adb .bggray p.add {
  max-width: 700px;
  margin: 0 auto 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tool-adb {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .tool-adb .bggray {
    padding: 30px 20px 0;
  }
  .tool-adb .bggray .selectwrap {
    width: 100%;
    max-width: inherit;
  }
  .tool-adb .bggray .selectwrap select {
    font-size: 16px;
  }
}

/* ===============================================
footer
=============================================== */
footer > div {
  padding-top: 0 !important;
}
footer > div .sns_wrap {
  margin-top: 0 !important;
}

.contact_wrap {
  padding-top: 35px !important;
}