.sumai_potal * {
  margin: 0;
  padding: 0;
}

.sumai_potal img {
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
  display: block;
  font-size: 0;
}

.sumai_potal li {
  list-style-type: none;
}

.sumai_potal section {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 75px;
  position: relative;
}

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

.top section .keisai a {
  background: #f6f6f6;
  padding: 25px;
  width: calc(50% - 12.5px);
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
  display: block;
}

.keisai a small {
  display: block;
}

.keisai h3 {
  width: 100%;
}

#keisai {
  position: absolute;
  top: -50px;
  left: 0;
}

.sumai_potal section h2 {
  text-align: center;
  font-size: 22px;
  background: #fde5cb;
  color: #e6861e;
  padding: 0.8em !important;
}

.sumai_potal section .section-inner {
  padding: 50px 50px 65px;
}

.sp {
  display: none;
}

a {
  text-decoration: none !important;
}

#breadcrumb {
  margin-bottom: 0 !important;
}

.sumai_potal {
  padding: 75px 0 100px;
  background: #f2f2f2;
}

.sumai_potal h1 {
  text-align: center;
  font-size: 35px;
}

.sumai_potal h1 span {
  display: block;
  font-weight: bold;
  font-size: 50%;
  line-height: 1;
  margin-top: 0.8em;
}

.sumai_potal h1 span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.7em;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #e6861e;
  border-radius: 50%;
  display: none;
}

.base-inner,.sumai-potal-head {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
    position: relative;
}

.sumai-potal-head a{
    position: absolute;
    top: 0;
    width: 120px;
    display: block;
}
.form dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
  border-radius: 15px;
  overflow: hidden;
  border: solid 1px #ddd;
}

.form dt {
  width: 250px;
  padding: 25px;
  font-weight: bold;
  line-height: 45px;
  background: #fafafa;
  border-bottom: solid 1px #ddd;
}

.form dt span {
  font-size: 10px;
  border: solid 1px #f00;
  color: #f00;
  border-radius: 100px;
  padding: 0 0.5em 0.1em;
  margin-left: 0.4em;
  transform: translateY(-15%);
  display: inline-block;
  line-height: 1.4;
  font-weight: bold;
}

.form dt:nth-last-child(2), .form dd:last-child {
  border: none;
}

.form dd {
  width: calc(100% - 250px);
  padding: 25px 25px;
  line-height: 45px;
  background: #fff;
  border-bottom: solid 1px #ddd;
}

.form h4 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
}

.form input[type=radio]+label, .form input[type=checkbox]+label {
  margin-bottom: 0;
}

input.input-ss {
  width: 130px;
  height: 45px;
  padding: 0 1em;
  background: #f8f8f8;
  border-radius: 5px;
  font-size: 13.5px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  margin-bottom: 0;
  display: inline-block;
}

input.input-s {
  width: 240px;
  height: 45px;
  padding: 0 1em;
  background: #f8f8f8;
  border-radius: 5px;
  font-size: 13.5px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  margin-bottom: 0;
  display: inline-block;
}

input.input-m {
  width: 450px;
  height: 45px;
  padding: 0 1em;
  background: #f8f8f8;
  border-radius: 5px;
  font-size: 13.5px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  margin-bottom: 0;
  display: inline-block;
}

input.input-l {
  width: 100%;
  height: 45px;
  padding: 0 1em;
  background: #f8f8f8;
  border-radius: 5px;
  font-size: 13.5px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  margin-bottom: 0;
  display: inline-block;
}

input:focus, textarea:focus {
  outline: none;
  background: #fde5cb !important;
}



.about {
  margin-top: 50px;
  margin-bottom: 75px;
}

.chart {
  width: 80%;
  margin: 0 auto 25px;
}

.about p {
  margin-bottom: 25px;
}

.top section p {
  font-size: 15px;
}

.news {
  background: #fff;
  padding: 50px 0;
}

.news h2 {
  text-align: center;
  margin-bottom: 35px;
  font-size: 24px;
}

.news ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.news li {
  background: #fff;
  width: calc(33.3% - 25px);
  position: relative;
    font-size: 13px;
    text-align: justify;
}
.news li:last-child{
    margin-right: 0;
}
.news li:nth-child(1):after, .news li:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -18.75px;
  width: 1px;
  height: 100%;
  background: #ddd;
}


.news li span {
  flex-shrink: 0;
  margin-right: 35px;
  color: #e6861e;
  display: block;
}

.news-list li {
  border-bottom: solid 1px #ddd;
  padding: 25px 0;
    display: flex;
}
.news-list li a{
    display: flex;
}
.news-list li:first-child {
  border-top: solid 1px #ddd;
}



.news-list li span {
  flex-shrink: 0;
  margin-right: 35px;
  color: #e6861e;
}

.news-more {
  width: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #e6861e;
  font-size: 15px;
  line-height: 1.3;
  height: 50px;
  border-radius: 100px;
  flex-flow: column;
  box-shadow: 0px 4px 0px 0px #d26d00;
}

.news-more:hover {
  color: #fff;
  opacity: 0.8;
}

.potal-nav {
  margin-top: 75px;
  margin-bottom: 75px;
  padding-bottom: 25px;
  border-bottom: solid 1px #ddd;
}

.potal-nav li {
  border-radius: 15px;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 35px 50px 50px;
  background: #fff;
}

.potal-nav li h2 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 0;
}

.potal-nav li h2 span {
  display: block;
  width: 50px;
  margin: 0 auto 0.3em;
}

.potal-nav .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.potal-nav .btn a {
  width: calc(50% - 12.5px);
  display: block;
  background: #e6861e;
  color: #fff;
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 3.5em;
  font-size: 23px;
  box-shadow: 0px 6px 0px 0px #d26d00;
  transition-duration: 0.3s;
}

.potal-nav .btn a small {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: -0.6em;
}

.potal-nav .btn a:nth-child(even) {
  margin-left: 25px;
}

.potal-nav .btn a:hover {
  opacity: 0.8;
}

.top section h3 {
  text-align: center;
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 25px;
}

.top section h3 span {
  display: block;
  font-weight: bold;
  font-size: 80%;
}

.top section h3 small {
  font-size: 60%;
  font-weight: bold;
  border: solid 1px;
  padding: 0.2em 0.5em;
  display: inline-block;
  margin-top: 0.7em;
}

.top section li {
  position: relative;
}

.top section li:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #ddd;
}

.page-anchor {
  position: absolute;
  top: -50px;
  left: 0;
}

.top section h4, .teikyo section h4 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 25px;
}

.city-link.center {
  justify-content: center;
}

.city-link.center:last-child {
  margin-right: 0;
}

.sub-potal-nav {
  margin-top: 50px;
  margin-bottom: 75px;
  padding-bottom: 35px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.sub-potal-nav ul:first-child {
  display: flex;
}

.sub-potal-nav ul:first-child li {
  width: 33.33%;
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 18px;
  padding: 0.8em 0;
  background: #ddd;
  cursor: pointer;
  transition-duration: 0.3s;
}

.sub-potal-nav ul:first-child li:hover {
  color: #e6861e;
}

.sub-potal-nav ul:first-child li.active {
  background: #fff;
  color: #e6861e;
  cursor: auto;
}

.sub-potal-nav .btn {
  display: flex;
  justify-content: center;
}

.sub-potal-nav ul:last-child li a {
  width: calc(25% - 30px);
  display: block;
  background: #e6861e;
  color: #fff;
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 3.5em;
  font-size: 15px;
  margin-left: 20px;
  box-shadow: 0px 4px 0px 0px #d26d00;
  transition-duration: 0s;
}

.sub-potal-nav ul:last-child li a small {
  font-weight: bold;
  font-size: 11px;
  margin-top: -0.4em;
}

.sub-potal-nav ul:last-child li a:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}

.sub-potal-nav ul:last-child li a:first-child {
  margin-left: 0;
}

.registrations {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 50px;
  line-height: 1;
}

.registrations strong {
  font-size: 150%;
  font-weight: bold;
  margin-right: 0.1em;
  color: #e6861e;
  ;
}

.checklist {
  margin-bottom: 75px;
}

.checklist dl {
  display: flex;
  padding: 25px 25px 35px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.checklist dt {
  width: 150px;
  border-bottom: 1px solid #ddd;
  padding: 25px 15px;
  font-weight: bold;
}

.checklist dt a {
  font-size: 13.5px;
  color: #e6861e;
  text-decoration: underline !important;
  font-weight: bold;
  text-underline-offset: 0.1em;
  cursor: pointer;
}

.checklist dd {
  width: calc(100% - 170px);
  padding: 25px 0 15px 15px;
  border-bottom: 1px solid #ddd;
}

.checklist .map {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.cls-1 {
  fill: #fff;
  cursor: pointer;
}

.cls-2 {
  fill: #000;
}

.checklist .map img {
  position: absolute;
  top: 0;
  left: 0;
}

.checklist svg g:hover .cls-1 {
  fill: #f8f8f8;
}

.checklist svg .check .cls-1 {
  fill: #fde5cb !important;
}

input[type=radio], input[type=checkbox], input[type=file] {
  display: none;
}

input[type=radio]+label, input[type=checkbox]+label {
  margin-right: 15px;
  position: relative;
  padding-left: 23px;
  font-size: 13.5px;
  margin-bottom: 10px;
  display: inline-block;
}

input[type=text]+label {}

input[type=radio]:checked+label, input[type=checkbox]:checked+label {
  color: #e6861e;
}

input[type=radio]+label:before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #bbb;
  background: #f8f8f8;
  z-index: 0;
  border-radius: 500px;
  transform: translateY(-50%);
}

input[type=radio]:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #e6861e;
  z-index: 0;
  border-radius: 500px;
  transform: translateY(-50%);
}

input[type=checkbox]+label:before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #bbb;
  background: #f8f8f8;
  z-index: 0;
  border-radius: 5px;
  transform: translateY(-50%);
}

input[type=checkbox]:checked+label:before {
  background: #e6861e;
}

input[type=checkbox]:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 0px;
  width: 18px;
  height: 18px;
  background: url(../img/check.png);
  background-size: 100% 100%;
  z-index: 0;
  transform: translateY(-50%);
}

.selectbox {
  position: relative;
  background: #f8f8f8;
}

.selectbox {
  display: inline-block;
  overflow: hidden;
  width: 200px;
  margin: 0;
  border: 1px solid #bbb;
  border-radius: 5px;
  vertical-align: middle;
}

.selectbox select {
  height: 45px;
  padding-left: 1em;
  color: #000;
  font-size: 13.5px;
}

.selectbox select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.selectbox::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #e6861e;
  ;
  pointer-events: none;
  z-index: 10;
}

.kakaku-area {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.kakaku-area p {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin: 0 15px;
}

input.form-item {
  width: 100%;
  max-width: 345px;
  height: 45px;
  padding: 0 1em;
  background: #f8f8f8;
  border-radius: 5px;
  font-size: 13.5px;
  box-sizing: border-box;
  border: 1px solid #bbb;
}

.checklist .btn {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.checklist .btn button {
  border: 0;
  -webkit-appearance: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #e6861e;
  font-size: 18px;
  width: 250px;
  border-radius: 200px;
  cursor: pointer;
  padding: 0.8em 0;
  margin: 0 12.5px;
  box-shadow: 0px 4px 0px 0px #d26d00;
}

.checklist .btn button:first-child {
  background: #ddd;
  color: #000;
  box-shadow: 0px 4px 0px 0px #aaa;
}

.page-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-top: 75px;
}

.page-info {
  display: flex;
  align-items: center
}

.page-info .list-number {
  font-size: 45px;
  font-weight: bold;
  color: #e6861e;
  border-right: solid 1px #ddd;
  line-height: 1.2;
  padding-right: 0.4em;
  margin-right: 0.4em;
}

.page-info .list-number:after {
  content: "件";
  font-size: 50%;
  margin-left: 0.2em;
  color: #000;
}

.page-info .page-number {
  font-weight: bold;
  font-size: 20px;
}

.page-select {
  display: inline-block;
  overflow: hidden;
  width: 170px;
  margin: 0;
  height: auto;
  border-radius: 500px;
  vertical-align: middle;
  position: relative;
  background: #fff;
}

.page-select::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #e6861e;
  ;
  pointer-events: none;
  z-index: 10;
}

.page-sort select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  height: 35px;
  padding-left: 1em;
  color: #000;
  font-size: 13.5px;
}

.property-list {
  display: flex;
  flex-wrap: wrap;
}

.property-list a {
  display: block;
  width: calc(33.33% - 16.6668px);
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 25px;
  box-shadow: 0 0 10px rgb(204 204 204 / 80%);
}

.property-list a:nth-of-type(3n) {
  margin-right: 0;
}

.property-list a .img {
  position: relative;
  padding-bottom: 56.25%;
  background: #000;
  overflow: hidden;
}

.property-list a .img > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: contain;
    z-index: 3;
}
.property-list a .img > img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
    z-index: 2;
    opacity: 0.4;
    filter: blur(4px);
}

.property-list a.negotiating .img:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
    height: 100%;
    background: #000;
    z-index: 4;
    opacity: 0.5;
}
.property-list a.negotiating .img:after {
  content: "交渉中";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-shadow: 0 0 10px #000;
    z-index: 6;
}



.property-list a .txt {
  padding: 15px 25px;
}

.property-id:before {
  content: "物件ID";
  display: block;
  font-size: 10px;
  color: #e6861e;
}

.property-id {
  font-weight: bold;
  min-width: 6em;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  background: #fff;
  padding: 5px 1em;
  position: absolute;
  bottom: 7px;
  left: 7px;
  color: #000 !important;
    border: solid 3px #fff;
    z-index: 5;
}


.vr-icon {
  font-weight: bold;
  min-width: 6em;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  font-size: 11px;
 background: #fe001e;
  padding: 5px 1em;
  position: absolute;
  bottom: 7px;
  right: 7px;
  color: #fff !important;
    border: solid 3px #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
    z-index: 5;
}
.vr-icon img{
    width: 20.5px;
    display: block;
    position: relative !important;
    margin: 0 auto;
    opacity: 1 !important;
}
.property-list a li {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
  line-height: 27px;
}

.property-list a li:last-child {
  border-bottom: none;
}

.property-list a li strong {
  font-weight: bold;
  position: relative;
  display: inline-block;
  font-size: 180%;
}

.property-list a li strong:after {
  content: "万円";
  font-size: 14px;
  display: inline-block;
  position: absolute;
  bottom: 0%;
  left: calc(100% + 2px);
  width: 3em;
  line-height: 1.1;
}

.property-list a li span {
  display: block;
  width: 4em;
  font-weight: bold;
  color: #666;
  font-size: 14px;
  flex-shrink: 0;
}
.property-list a li span:nth-child(2){
    width: 3em;
    margin-left:2em;
}
.property-list a li span:nth-child(3){
    width: 3em;
    margin-left:4em;
}
.property-list a .property-tag {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 10px;
}

.property-list a .property-tag span {
  font-size: 10.5px;
  background: #fde5cb;
  color: #e6861e;
  margin-bottom: 0.5em;
  font-weight: bold;
  padding: 0.2em 0.7em;
  border-radius: 10em;
  margin-right: 0.5em;
  line-height: 1.5;
  display: inline-block;
}

.property-list a .property-tag span:last-child {
  margin-right: 0;
}

.property-list a .last-updated {
  font-size: 10px;
  text-align: center;
  color: #999;
}

.property-list a:hover .img > img {
  color: #000;
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.property-list a:hover .img > img:nth-child(1){
    opacity: 1 !important;
}

.page-nav {
  display: flex;
  justify-content: center;
    flex-wrap: wrap;
  margin-top: 25px;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background: #ddd;
  font-size: 16px;
  box-shadow: 0px 3px 0px 0px #aaa;
  margin: 0px 2.5px 0;
}

a.page-numbers:hover {
  color: #000;
  opacity: 0.5;
}

.page-numbers.current {
  background: #e6861e;
  box-shadow: 0px 3px 0px 0px #d26d00;
  color: #fff;
}


.main-slider {
  margin-bottom: 25px;
}

.main-slider li {
  width: 1080px;
  height: 100%;
  aspect-ratio: 4 / 2;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.main-slider li img {
  object-fit: contain;
  height: 100%;
}

.main-slider li {
  margin: 0 25px;
  ;
}

.thumb-slider {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.thumb-slider li {
  width: 100px;
  height: 100%;
  aspect-ratio: 1 / 1;
  background: #fff;
  margin: 0 5px;
  border-radius: 10px;
  overflow: hidden;
}

.thumb-slider li img {
  object-fit: contain;
  height: 100%;
}

.thumb-slider .slick-slide {
  opacity: 1;
}

.thumb-slider .slick-current {
  opacity: 1;
  filter: brightness(60%) grayscale(100%);
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 10px;
  overflow: hidden;
}

.slick-prev {
  z-index: 1000;
  right: calc(50% + 500px);
  background: url(../img/slick-prev.svg);
  background-size: 100% 100%;
}

.slick-next {
  z-index: 1000;
  left: calc(50% + 500px);
  background: url(../img/slick-next.svg);
  background-size: 100% 100%;
}

.vr-btn{
    width: 300px;
    display: block;
    background: #fe001e;
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5em;
    font-size: 18px;
    transition-duration: 0.3s;
    line-height: 1.4;
    position: relative;
    box-shadow: 0px 4px 0px 0px #b70016;
    margin: -15px auto 75px;
    position: relative;
}
.vr-btn:hover {
    color: #fff;
  opacity: 0.8;
}
.vr-btn span {
    width: 1.8em;
    margin-right: 0.5em;
  
}
.property-detail dl {
  display: flex;
  padding: 25px 25px 35px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.property-detail .tag {
  display: flex;
  justify-content: center;
    flex-wrap: wrap;
  margin-bottom: 35px;
}

.property-detail .tag p {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  min-width: 8em;
  border-radius: 10px;
  line-height: 1.4;
  padding: 10px 25px;
  margin: 0 12.5px 15px;
  background: #f6f6f6;
}

.property-detail .tag a:hover {
  color: #000;
  opacity: 0.5;
}

.property-detail .tag span {
  display: block;
  font-weight: bold;
  font-size: 70%;
  color: #e6861e;
}

.property-detail .tag li {
  font-weight: bold;
}

.register-notice {
  text-align: center;
  margin-bottom: 75px;
}

.register-notice p {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.property-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.property-info ul {
  width: calc(50% - 12.5px);
  border-top: solid 1px #ddd;
}

.property-info li {
  display: flex;
  border-bottom: solid 1px #ddd;
  padding: 15px 10px;
  font-size: 0.95em;
  text-align: justify;
}

.property-info li span {
  width: 7em;
  font-size: 15px;
  flex-shrink: 0;
  color: #666;
  font-weight: bold;
}

.property-detail .last-updated {
  font-size: 12px;
  text-align: center;
  color: #999;
}

.form+.tel {
  margin-top: 50px;
}


.mokuteki input.input-m {
  display: inline-block;
  width: 469px;
}

.doukyo span {}

.doukyo input.input-s, .doukyo input.input-m {
  display: inline-block;
}

.doukyo input.input-s {
  width: 70px;
}

.form li {
  margin-bottom: 15px;
}

.form li:last-child {
  margin-bottom: 0;
}

.doukyo input.input-m {
  width: 270px;
}

textarea {
  width: 100%;
  height: 10em;
  padding: 0.5em 1em !important;
  background: #f8f8f8;
  border-radius: 5px;
  font-size: 13.5px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  resize: none;
}

.contact input[type=submit] {
  border: 0;
  -webkit-appearance: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #e6861e !important;
  font-size: 18px;
  width: 14em;
  border-radius: 200px;
  cursor: pointer;
  padding: 0.8em 0;
  margin: 0 12.5px;
  margin: 0 auto;
  display: block;
  box-shadow: 0px 4px 0px 0px #d26d00;
  transition-duration: 0.3s;
}

.contact input[type=submit]:hover {
  opacity: 0.8;
}

.contact input[type=submit]:active {
  background-color: #bde9ba;
}

.contact .back-btn {
  border: 0;
  -webkit-appearance: none;
  color: #000;
  font-weight: bold;
  text-align: center;
  background: #ddd;
  font-size: 15px;
  width: 12em;
  border-radius: 200px;
  cursor: pointer;
  padding: 0.8em 0;
  margin: 0 auto;
  display: block;
  transition-duration: 0.3s;
  box-shadow: 0px 4px 0px 0px #aaa;
  margin-top: 25px;
}

.tel {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 25px 0;
  text-align: center;
  line-height: 1.1;
}

.tel h3 {
  text-align: center;
  font-size: 20px;
}

.tel a {
  font-size: 38px;
  font-weight: bold;
  color: #e6861e;
}

.tel p {
  text-align: center;
  margin-top: 10px;
}

.tel p strong {
  font-weight: bold;
}

.contact .contact-detail {
  text-align: center;
  margin-top: 50px;
}

.contact .contact-detail a {
  display: inline-block;
  padding: 25px;
  text-align: center;
  border: solid 1px #ddd;
  background: #f6f6f6;
  line-height: 0.7;
  border-radius: 10px;
  width: 450px;
}

.contact .contact-detail a:hover {
  color: #000;
  opacity: 0.6;
}

.contact .contact-detail a h4 {
  text-align: center;
  line-height: 1;
}

.contact .contact-detail a span {
  line-height: 1.3;
}

.registrant-list {
  display: flex;
  flex-wrap: wrap;
}

.registrant-list .registrant-item {
  width: calc(50% - 25px);
  margin-right: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 50px;
  box-shadow: 0 0 10px rgb(204 204 204 / 80%);
}

.registrant-list .registrant-item:nth-of-type(2n) {
  margin-right: 0;
}

.registrant-list .registrant-item .img {
  position: relative;
  padding-bottom: 56.25%;
  background: #000;
}

.registrant-list .registrant-item .img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.5s;
}
.registrant-list .registrant-item .txt{
    padding: 25px 25px 50px;
}
.registrant-list .registrant-item ul {
  display: flex;
  flex-wrap: wrap;
    margin-bottom: 15px;
    border-top: solid 1px #ddd;
}

.registrant-list .registrant-item h3 {
  width: 100%;
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 4.2em;
    margin-bottom: 25px;
}

.registrant-list .registrant-item h3 span {
  font-size: 60%;
  display: block;
  line-height: 1.4;
}

.registrant-list .registrant-item li {
  display: flex;
  font-size: 13.5px;
  font-weight: normal;
  align-items: center;
  border-bottom: solid 1px #ddd;
  padding: 18px 0;
  line-height: 1.4;
  width: 50%;
}

.registrant-list .registrant-item li:nth-child(-n+2){
  width: 100%;
}

.registrant-list li span {
  display: block;
  width: 5em;
  font-weight: bold;
  color: #666;
  font-size: 14px;
  flex-shrink: 0;
}

.registrant-list .registrant-tag {
  flex-wrap: wrap;
  border-bottom: none;
  padding-bottom: 0;
  min-height: 3.8em;
    margin-bottom: 15px;
}

.registrant-list .registrant-tag a {
  font-size: 12px;
  background: #fde5cb;
  color: #e6861e;
  margin-bottom: 0.3em;
  font-weight: bold;
  padding: 0.2em 1em;
  border-radius: 10em;
  margin-right: 0.5em;
  line-height: 1.5;
    display: inline-block;
}

.registrant-list .btn {
  display: flex;
  justify-content: space-between;
}

.registrant-list .btn a {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #e6861e;
  font-size: 15px;
  line-height: 1.3;
  height: 80px;
  border-radius: 10px;
  flex-flow: column;
  box-shadow: 0px 5px 0px 0px #d26d00;

}

.registrant-list .btn a:hover {
  opacity: 0.8;
}

.registrant-list .btn a:first-child {
  font-size: 20px;
}

.registrant-list .btn a span {
  border: solid 1.5px;
  padding: 0.2em 1em;
  border-radius: 100px;
  font-weight: bold;
  font-size: 85%;
  margin-top: 0.5em;
}

.registrant-detail {
  margin-bottom: 75px;
}

.registrant-detail .img {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 50px;
  padding-bottom: 56.25%;
  position: relative;
}

.registrant-detail .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.registrant-detail h3 {
  width: 100%;
  font-size: 42px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding-bottom: 35px;
}

.registrant-detail h3 span {
  font-size: 50%;
  display: block;
  line-height: 1.4;
}

.registrant-detail .pr-txt {
  font-size: 15px;
  margin-bottom: 50px;
}

.registrant-detail ul {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #ddd;
}


.registrant-detail li{
  display: flex;
  font-size: 18px;
  font-weight: normal;
  ;
  align-items: center;
  border-bottom: solid 1px #ddd;
  padding: 18px 0;
  line-height: 1.4;
  width: 50%;
}

.registrant-detail ul li:first-child p {
  font-size: 15px;
}

.registrant-detail li span {
  display: block;
  width: 7em;
  font-weight: bold;
  color: #666;
  font-size: 16px;
  flex-shrink: 0;
}

.registrant-detail .registrant-tag {
  width: 100%;
  flex-wrap: wrap;
  padding: 25px 0 50px;
}

.registrant-detail .registrant-tag a {
  font-size: 16px;
  background: #fde5cb;
  color: #e6861e;
  margin-bottom: 0.5em;
  font-weight: bold;
  padding: 0.2em 1em;
  border-radius: 10em;
  margin-right: 0.5em;
  line-height: 1.5;
    display: inline-block;
}

.registrant-detail .btn {
  display: flex;
  justify-content: space-between;
  width: 750px;
  margin: 0 auto;
}

.registrant-detail .btn a {
  width: calc(50% - 12.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #e6861e;
  font-size: 20px;
  line-height: 1.3;
  height: 100px;
  border-radius: 10px;
  flex-flow: column;
  box-shadow: 0px 6px 0px 0px #d26d00;
}

.registrant-detail .btn a:hover {
  opacity: 0.8;
}

.registrant-detail .btn a:first-child {
  font-size: 24px;
}

.registrant-detail .btn a span {
  border: solid 1.5px;
  padding: 0.2em 1em;
  border-radius: 100px;
  font-weight: bold;
  font-size: 85%;
  margin-top: 0.5em;
}

.agree-list p {
  color: #f00;
  text-align: center;
  font-weight: bold;
  margin-bottom: 35px;
  font-size: 18px;
}

.agree-list li {
  margin-bottom: 25px;
  font-size: 1.13em;
    position: relative;
}
.agree-list input[type=checkbox]{
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    top: 50%;
    left: 11.5px;
    
}
.agree-list input[type=checkbox]+label {
  padding-left: 35px;
  margin-right: 0;
}

.agree-list input[type=checkbox]:checked+label {
  color: #000;
}



.agree-list input[type=checkbox]+label:before {
  width: 23px;
  height: 23px;
}

.agree-list input[type=checkbox]+label:after {
  width: 23px;
  height: 23px;
}

.agree-list aside {
  margin-top: 25px;
}

.agree-list aside span {
  display: block;
  font-size: 11px;
  margin-left: 2.2rem;
  text-indent: -2rem;
}

.agree-list {
  border-bottom: solid 1px #ddd;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.doui {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
}

.doui label {
  font-weight: bold;
  border-bottom: solid 2px #666;
  padding-bottom: 0.2em;
  margin-bottom: 0;
}

.thanks p {
  font-size: 18px;
  text-align: center;
}

input[type=file]+label {
  position: relative;
  width: 120px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  background: #f8f8f8;
  color: #000;
  border: solid 1px #bbb;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  font-size: 12px;
  transition-duration: 0.3s;
  margin-top: 8px;
  margin-right: 8px;
  flex-wrap: bold;
}

.riyoform .selectbox {
  width: 130px;
}

.qa section li:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: solid 1px #ddd;
}

.qa section li p {
  font-size: 16px;
}

.qa section .q, .qa .a {
  padding-left: 2.5em;
  position: relative;
}

.qa section .q {
  font-weight: bold;
  margin-bottom: 15px;
}

.qa section .q:before {
  content: "Q";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-weight: bold;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  ;
  background: #e6861e;
  border-radius: 50%;
  color: #fff;
}

.qa section .a:before {
  content: "A";
  position: absolute;
  top: 0%;
  transform: translateY(10%);
  left: 0;
  font-weight: bold;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  ;
  background: #fde5cb;
  border-radius: 50%;
  color: #e6861e;
}

.qa section .a {}

.flex {
  display: flex;
  justify-content: center;
}

.common-btn {
  width: 100%;
  max-width: 350px;
  display: block;
  background: #e6861e;
  color: #fff;
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 70px;
  font-size: 14px;
  transition-duration: 0.3s;
  margin: 35px auto 0;
  line-height: 1.4;
  position: relative;
  box-shadow: 0px 5px 0px 0px #d26d00;
}

.common-btn.fs-l {
  font-size: 17px;
}

.common-btn.btn-l {
  max-width: 500px;
  height: 85px;
  font-size: 17px;
}

.common-btn.green {
  background: #50c183;
  box-shadow: 0px 5px 0px 0px #3e9e65;
}

.common-btn:hover {
  color: #fff;
  opacity: 0.7;
}

.common-btn span {
  position: absolute;
  width: 20px;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}

.common-btn small {
  font-size: 13px;
  display: block;
  font-weight: bold;
  margin-bottom: 0.2em;
}

.flex .common-btn {
  margin: 0 12.5px;
}

.guide h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
}
 .guide .common-btn.btn-l{
        margin: 35px auto 50px;
    }

.document h3 {
  margin-top: 25px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
}

.document ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.document li {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background: #f6f6f6;
  margin-bottom: 25px;
  padding: 25px 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.document li:last-child {
  margin-bottom: 0;
}

.document li .btn {
  display: flex;
  justify-content: center;
}

.doc-btn {
  width: 120px;
  display: block;
  background: #e6861e;
  color: #fff;
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  font-size: 12px;
  transition-duration: 0.3s;
  line-height: 1.4;
  position: relative;
  box-shadow: 0px 4px 0px 0px #d26d00;
  margin: 0 5px;
  position: relative;
}

.doc-btn span {
  position: absolute;
  width: 15px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.doc-btn:hover {
  opacity: 0.8;
  color: #fff;
}


.print-btn {
  width: 180px;
  display: block;
  background: #e6861e;
  color: #fff;
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  font-size: 12px;
  transition-duration: 0.3s;
  line-height: 1.4;
  position: relative;
  box-shadow: 0px 4px 0px 0px #d26d00;
  margin: 25px auto 0;
  position: relative;
}

.print-btn span {
  position: absolute;
  width: 17px;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}

.print-btn:hover {
  opacity: 0.8;
  color: #fff;
}


.submission {
  text-align: center;
  font-size: 10px;
  max-width: 500px;
  margin: 50px auto 0;
  border: solid 1px #ddd;
  border-radius: 10px;
  padding-bottom: 15px;
  overflow: hidden;
    position: relative;
}

.submission a {
  font-weight: bold;
  text-decoration: underline !important;
  color: #e6861e;
}

.submission h5 {
  text-align: center;
  font-size: 150%;
  margin-bottom: 15px;
  background: #f6f6f6;
  padding: 0.5em;
}

p.center {
  text-align: center;
}

.txt.pc-center {
  text-align: center;
}


.support h3 {
  text-align: center;
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 25px;
}

.support section li:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #ddd;
}

.taget-area {
  margin-top: 50px;
}

.taget-area h4 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1;
}

.taget-area span {
  margin-bottom: 25px;
  display: block;
  text-align: center;
  font-size: 10px;
}

.city-link {
  display: flex;
  flex-wrap: wrap;
}

.city-link a {
  background: #f6f6f6;
  width: calc(12.5% - 7px);
  margin-bottom: 8px;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  margin-right: 8px;
}

.city-link a:nth-of-type(8n) {
  margin-right: 0
}

.sankou{
    display: block;
    text-align:center;
    margin-top: 25px;
    font-size: 14px;
}

.sankou a{
    text-decoration: underline !important;;
}

.teikyo-head {
  margin-bottom: 50px;
}

.teikyo-head p {
  font-size: 16px;
  text-align: center;
  line-height: 2;
    margin-bottom: 35px;
}

.taisyo {
  border-radius: 10px;
  padding: 25px 25px 35px;
  background: #f6f6f6;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
  font-size: 14px;
}

.taisyo h4 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}

.taisyo strong {
  color: #f00;
  font-size: 21px;
  font-weight: bold;
  text-decoration: underline;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.taisyo em {
  display: block;
  margin-top: 25px;
  margin-bottom: 15px;
  border: none;
}
.order-list {
  border-radius: 10px;
  padding: 25px 25px 35px;
  background: #f6f6f6;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
}
.order-list h4 {
  text-align: center;
  margin-bottom: 15px;
    font-size: 18px;
}
.order-list-inner{
    height: 260px;
    overflow-y: scroll;
}
.order table {
  width: 100%;
    height: 50px;
    overflow-y: scroll;
   
}

.order tr:nth-of-type(odd) {
  background: #fff;
}

.order tr:first-child {
  font-weight: bold;
}

.order td {
  padding: 15px 25px;
  font-size: 17px;
}

.order td:nth-child(1),.order td:nth-child(3).order td:nth-child(4) {
  width: 12%;
}
.order td:nth-child(2){
    width: 10%;
}
.order td:nth-child(5), .order td:nth-child(6) {
  width: 18%;
}

@media screen and (max-width: 768px) {
  .sumai_potal section {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 50px;
  }
  .sumai_potal section h2 {
    font-size: 16px;
  }
  .sumai_potal section .section-inner {
    padding: 35px 5% 50px;
    font-size: 12px;
  }
  .sumai_potal section .section-inner .txt {
    font-size: 12px;
  }
  .sumai_potal section .section-inner .txt.pc-center {
    text-align: left;
  }
  a {
    text-decoration: none !important;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  #breadcrumb {
    margin-bottom: 0 !important;
  }
  .sumai_potal {
    padding: 50px 0 75px;
  }
  .sumai_potal h1 {
    text-align: center;
    font-size: 25px;
  }
    .sumai-potal-head a{
        width: 70px;
    }
    .form dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ddd;
  }
  .form dt {
    width: 100%;
    padding: 10px 5%;
    font-weight: bold;
    line-height: 1.5;
    background: #fafafa;
    border-bottom: none;
    font-size: 12px;
  }
  .form dt span {
    font-size: 10px;
    border: solid 1px #f00;
    color: #f00;
    border-radius: 100px;
    padding: 0 0.5em 0.1em;
    margin-left: 0.4em;
    transform: translateY(-15%);
    display: inline-block;
    line-height: 1.4;
    font-weight: bold;
  }
  .form dt:nth-last-child(2), .form dd:last-child {
    border: none;
  }
  .form dd {
    width: 100%;
    padding: 25px 5%;
    line-height: 45px;
    background: #fff;
    border-bottom: solid 1px #ddd;
  }
  .form h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
  }
  .form input[type=radio]+label, .form input[type=checkbox]+label {
    margin-bottom: 0;
  }
  input.input-ss {
    width: 60%;
    height: 40px;
    padding: 0 1em;
    background: #f8f8f8;
    border-radius: 5px;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid #bbb;
    margin-bottom: 0;
    display: inline-block;
  }
  .riyoform .selectbox {
    width: 60%;
  }
  input.input-s {
    width: 240px;
    height: 40px;
    padding: 0 1em;
    background: #f8f8f8;
    border-radius: 5px;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid #bbb;
    margin-bottom: 0;
    display: inline-block;
  }
  input.input-m {
    width: 90%;
    height: 40px;
    padding: 0 1em;
    background: #f8f8f8;
    border-radius: 5px;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid #bbb;
    margin-bottom: 0;
    display: inline-block;
  }
  input.input-l {
    width: 100%;
    height: 40px;
    padding: 0 1em;
    background: #f8f8f8;
    border-radius: 5px;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid #bbb;
    margin-bottom: 0;
    display: inline-block;
  }
    
  .about {
    margin-top: 35px;
    margin-bottom: 50px;
  }
  .chart {
    width: 100%;
    margin: 0 auto 25px;
  }
  .news {
    background: #fff;
    padding: 50px 0;
  }
  .news h2 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 18px;
  }
  .news ul {
    display: block;
    margin-bottom: 25px;
    border-top: solid 1px #ddd;
    padding-top: 12.5px;
  }
  .news li {
    background: #fff;
    width: 100%;
    position: relative;
    border-bottom: solid 1px #ddd;
    margin-bottom: 12.5px;
    padding-bottom: 12.5px;
      font-size: 11px;
    line-height: 1.6;
  }
 
  .news li span {
    flex-shrink: 0;
    margin-right: 35px;
    color: #e6861e;
    display: block;
    margin-bottom: 0.5em;
  }
  
  .news-list li:first-child {
    border-top: solid 1px #ddd;
  }
  .news-list li {
    display: block;
    font-size: 11px;
    font-size: 1.6;
      border-bottom: solid 1px #ddd;
    padding: 12.5px 0;
  }
    .news-list li a{
        display: block;
    }
  .news-list li span {
    flex-shrink: 0;
    margin-right: 35px;
    color: #e6861e;
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
  }
  .news-more {
    width: 13em;
    font-size: 13px;
    height: 3em;
  }
  .potal-nav {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 25px;
    border-bottom: solid 1px #ddd;
  }
  .potal-nav li {
    border-radius: 10px;
    padding: 25px 5% 35px;
    margin-bottom: 25px;
  }
  .potal-nav li h2 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
  }
  .potal-nav li h2 span {
    display: block;
    width: 35px;
    margin: 0 auto 0.3em;
  }
  .potal-nav .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .potal-nav .btn a {
    width: calc(50% - 10px);
    margin-top: 20px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 5em;
    font-size: 12px;
    line-height: 1.4;
    box-shadow: 0px 4px 0px 0px #d26d00;
  }
  .potal-nav .btn a small {
    font-size: 10px;
    transform: scale(0.85);
    margin-top: -0.1em;
    margin-bottom: -0.5em;
  }
  .potal-nav .btn a:nth-child(even) {
    margin-left: 10px;
  }
  .top section {
    font-size: 13px;
  }
  .top section h3 {
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .top section li:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #ddd;
  }
  .top section p {
    font-size: 12px;
  }
  .sub-potal-nav {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 35px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .sub-potal-nav ul:first-child {
    display: flex;
  }
  .sub-potal-nav ul:first-child li {
    width: 33.33%;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 0.8em 0;
    background: #ddd;
    cursor: pointer;
    transition-duration: 0.3s;
  }
  .sub-potal-nav ul:first-child li:hover {
    color: #e6861e;
  }
  .sub-potal-nav ul:first-child li.active {
    background: #fff;
    color: #e6861e;
    cursor: auto;
  }
  .sub-potal-nav .btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 5%;
  }
  .sub-potal-nav ul:last-child li a {
    width: calc(50% - 10px);
    display: block;
    background: #e6861e;
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
    flex-direction: column;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5em;
    font-size: 12px;
    margin-left: 0px;
  }
  .sub-potal-nav ul:last-child li a small {
    font-size: 10px;
    transform: scale(0.85);
    margin-top: -0.5em;
    margin-bottom: -0.5em;
  }
  .sub-potal-nav ul:last-child li a:nth-child(even) {
    margin-left: 10px;
  }
  .sub-potal-nav ul:last-child li a:hover {
    opacity: 0.8;
  }
  .sub-potal-nav ul:last-child li a:first-child {
    margin-left: 0;
  }
  .common-btn2 {
    width: 15em;
    display: block;
    background: #e6861e;
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    font-size: 15px;
    transition-duration: 0.3s;
    margin: 0 auto 6px;
    box-shadow: 0px 4px 0px 0px #d26d00;
  }
  .common-btn2:hover {
    opacity: 0.8;
    color: #fff;
  }
  .registrations {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 35px;
    line-height: 1;
  }
  .checklist {
    margin-bottom: 50px;
  }
  .checklist dl {
    display: flex;
    padding: 25px 5% 35px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .checklist dt {
    width: 100%;
    border-bottom: none;
    padding: 25px 0 10px;
    font-weight: bold;
    font-size: 12px;
  }
  .checklist dt a {
    font-size: 12px;
    color: #e6861e;
    text-decoration: underline !important;
    font-weight: bold;
    text-underline-offset: 0.1em;
    cursor: pointer;
  }
  .checklist dt:first-child {
    padding-top: 0;
  }
  .checklist dd {
    width: 100%;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ddd;
  }
  .checklist .map {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .cls-1 {
    fill: #fff;
    cursor: pointer;
  }
  .cls-2 {
    fill: #000;
  }
  .checklist .map img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .checklist svg g:hover .cls-1 {
    fill: #f8f8f8;
  }
  .checklist svg .check .cls-1 {
    fill: #fde5cb !important;
  }
  input[type=radio], input[type=checkbox], input[type=file] {
    opacity: 0;
  }
  input[type=radio]+label, input[type=checkbox]+label {
    margin-right: 10px;
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
  }
  input[type=text]+label {}
  input[type=radio]:checked+label, input[type=checkbox]:checked+label {
    color: #e6861e;
  }
  input[type=radio]+label:before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #bbb;
    background: #f8f8f8;
    z-index: 0;
    border-radius: 500px;
    transform: translateY(-50%);
  }
  input[type=radio]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 2px;
    width: 11px;
    height: 11px;
    background: #e6861e;
    z-index: 0;
    border-radius: 500px;
    transform: translateY(-50%);
  }
  input[type=checkbox]+label:before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #bbb;
    background: #f8f8f8;
    z-index: 0;
    border-radius: 3px;
    transform: translateY(-50%);
  }
  input[type=checkbox]:checked+label:before {
    background: #e6861e;
  }
  input[type=checkbox]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 0px;
    width: 15px;
    height: 15px;
    background: url(../img/check.png);
    background-size: 100% 100%;
    z-index: 0;
    transform: translateY(-50%);
  }
  .selectbox {
    position: relative;
    background: #f8f8f8;
  }
  .selectbox {
    display: inline-block;
    overflow: hidden;
    width: 200px;
    margin: 0;
    border: 1px solid #bbb;
    border-radius: 5px;
    vertical-align: middle;
  }
  .selectbox select {
    height: 40px;
    padding-left: 1em;
    color: #000;
    font-size: 12px;
  }
  .selectbox select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .selectbox::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 14px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #e6861e;
    ;
    pointer-events: none;
    z-index: 10;
  }
  .kakaku-area {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .kakaku-area p {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin: 0 15px;
  }
  input.form-item {
    width: 100%;
    max-width: 345px;
    height: 45px;
    padding: 0 1em;
    background: #f8f8f8;
    border-radius: 5px;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid #bbb;
  }
  .checklist .btn {
    display: flex;
    justify-content: center;
    padding: 0 5% 50px;
  }
  .checklist .btn button {
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #e6861e;
    font-size: 14px;
    max-width: 250px;
    width: 50%;
    border-radius: 200px;
    cursor: pointer;
    padding: 0.8em 0;
    margin: 0 5px;
    box-shadow: 0px 4px 0px 0px #d26d00;
  }
  .checklist .btn button:first-child {
    box-shadow: 0px 4px 0px 0px #aaa;
  }
  .page-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-top: 50px;
  }
  .page-info {
    display: flex;
    align-items: center;
  }
  .page-info .list-number {
    font-size: 28px;
  }
  .page-info .page-number {
    font-weight: bold;
    font-size: 14px;
  }
  .page-select {
    display: inline-block;
    overflow: hidden;
    width: 140px;
    margin: 0;
    height: auto;
    border-radius: 500px;
    vertical-align: middle;
    position: relative;
    background: #fff;
  }
  .page-select::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 14px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #e6861e;
    ;
    pointer-events: none;
    z-index: 10;
  }
  .page-sort select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    height: 35px;
    padding-left: 1em;
    color: #000;
    font-size: 11px;
  }
  .property-list {
    display: flex;
    flex-wrap: wrap;
  }
  .property-list a {
    width: 100%;
    margin-right: 0px;
  }
    .page-nav {
    margin-top: 5px;
  }
  .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 23px;
    background: #ddd;
    font-size: 14px;
    box-shadow: 0px 1px 0px 0px #aaa;
    margin: 5px 2.5px 0;
  }
  .page-numbers.current {
    background: #e6861e;
    box-shadow: 0px 3px 0px 0px #d26d00;
    color: #fff;
  }
    
  .main-slider {
    margin-bottom: 25px;
  }
  .main-slider li {
    width: 90vw;
    height: 100%;
    aspect-ratio: 4 / 3;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
  }
  .main-slider li img {
    object-fit: contain;
    height: 100%;
  }
  .main-slider li {
    margin: 0 25px;
  }
  .thumb-slider {
    width: 100vw;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .thumb-slider li {
    width: 100px;
    height: 100%;
    aspect-ratio: 1 / 1;
    background: #fff;
    margin: 0 5px;
    border-radius: 5px;
    overflow: hidden;
  }
  .thumb-slider li img {
    object-fit: contain;
    height: 100%;
  }
  .thumb-slider .slick-slide {
    opacity: 1;
  }
  .thumb-slider .slick-current {
    opacity: 1;
    filter: brightness(60%) grayscale(100%);
  }
  .slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    border-radius: 5px;
    overflow: hidden;
  }
  .slick-prev {
    z-index: 1000;
    right: calc(100% - 50px);
    background: url(../img/slick-prev.svg);
    background-size: 100% 100%;
  }
  .slick-next {
    z-index: 1000;
    left: calc(100% - 50px);
    background: url(../img/slick-next.svg);
    background-size: 100% 100%;
  }
    
    .vr-btn{
    width: 180px;
    height: 3.5em;
    font-size: 13px;
    box-shadow: 0px 4px 0px 0px #b70016;
    margin: -25px auto 50px;
    position: relative;
}
    
  .property-detail dl {
    display: flex;
    padding: 25px 25px 35px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .property-detail .tag {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
  .property-detail .tag p {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    min-width: 8em;
    border-radius: 5px;
    line-height: 1.4;
    padding: 10px 15px;
    margin: 0 5px 10px;
  }
  .property-detail .tag li {
    font-weight: bold;
  }
  .register-notice {
    text-align: center;
    margin-bottom: 50px;
  }
  .register-notice p {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
  .property-info {
    display: block;
    margin-bottom: 25px;
  }
  .property-info ul {
    width: 100%;
    border-top: solid 1px #ddd;
  }
  .property-info ul:last-child {
    border-top: none;
  }
  .property-info li {
    font-size: 12px;
  }
  .property-info li span {
    font-size: 12px;
  }
  .property-detail .last-updated {
    font-size: 10px;
    text-align: center;
    color: #999;
  }
  .form+.tel {
    margin-top: 35px;
  }
  
  .mokuteki input.input-m {
    display: inline-block;
    width: calc(100% - 5.7em);
  }
  .doukyo span {}
  .doukyo input.input-s, .doukyo input.input-m {
    display: inline-block;
  }
  .doukyo input.input-s {
    width: 70px;
  }
  .form li {
    margin-bottom: 25px;
    font-size: 12px;
  }
  .form li:last-child {
    margin-bottom: 0;
  }
  .doukyo input.input-m {
    width: calc(100% - 3.4em);
    margin-top: 5px;
  }
  .doukyo span {
    margin-bottom: 10px;
  }
  textarea {
    width: 100%;
    height: 10em;
    padding: 0 1em;
    background: #f8f8f8;
    border-radius: 5px;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid #bbb;
    resize: none;
  }
  .contact input[type=submit] {
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #e6861e;
    font-size: 14px;
    width: 14em;
    border-radius: 200px;
    cursor: pointer;
    padding: 0.8em 0;
    margin: 0 12.5px;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 4px 0px 0px #d26d00;
    transition-duration: 0.3s;
  }
  .contact input[type=submit]:hover {
    opacity: 0.8;
  }
  .contact .back-btn {
    font-size: 11px;
  }
  .tel {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 15px 0;
    text-align: center;
    line-height: 1.1;
  }
  .tel h3 {
    text-align: center;
    font-size: 14px;
  }
  .tel a {
    font-size: 25px;
    font-weight: bold;
    color: #e6861e;
  }
  .tel p {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
  }
  .tel p strong {
    font-weight: bold;
    font-size: 12px;
  }
  .contact .contact-detail {
    text-align: center;
    margin-top: 35px;
  }
  .contact .contact-detail a {
    display: inline-block;
    padding: 25px 5%;
    text-align: center;
    border: solid 1px #ddd;
    background: #f6f6f6;
    line-height: 0.7;
    border-radius: 5px;
    max-width: 450px;
    width: 100%;
  }
  .contact .contact-detail span {
    font-size: 12px;
  }
  .contact .contact-detail a:hover {
    color: #000;
    opacity: 0.6;
  }
  .contact .contact-detail a h4 {
    text-align: center;
    line-height: 1;
  }
  .registrant-list {
    display: flex;
    flex-wrap: wrap;
  }
  .registrant-list .registrant-item {
    width: 100%;
    margin-right: 0px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0 0 10px rgb(204 204 204 / 80%);
  }
     .registrant-list .registrant-item .txt{
        padding: 25px 5% 50px;
    }
  
  .registrant-list .registrant-item h3 {
    font-size: 20px;
  }
    .registrant-list .registrant-item ul {
    display: flex;
    flex-wrap: wrap;
  }
  .registrant-list .registrant-item li {
    display: flex;
    font-size: 12px;
    font-weight: normal
    align-items: center;
    border-bottom: solid 1px #ddd;
    line-height: 1.4;
    width: 100%;
  }
   
  .registrant-list li span {
    width: 5.5em;
    font-size: 12px;
  }
   .registrant-list .registrant-tag {
    flex-wrap: wrap;
    border-bottom: none;
    padding-bottom: 0;
    min-height: 0;
  }
  .registrant-list .registrant-tag a {
    font-size: 10px;
  }
  .registrant-list .btn {
    display: flex;
    justify-content: space-between;
  }
  .registrant-list .btn a {
    width: calc(50% - 5px);
    font-size: 12px;
    height: 70px;
  }
  .registrant-list .btn a:first-child {
    font-size: 17px;
  }
  .registrant-list .btn a span {
    border: solid 1.5px;
    padding: 0.2em 1em;
    border-radius: 100px;
    font-weight: bold;
    font-size: 85%;
    margin-top: 0.5em;
  }
  .registrant-detail {
    margin-bottom: 50px;
  }
  .registrant-detail .img {
    border-radius: 10px;
    margin-bottom: 25px;
  }
  .registrant-detail ul {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #ddd;
  }
  .registrant-detail h3 {
    width: 100%;
    font-size: 28px;
    padding-bottom: 15px;
  }
  .registrant-detail .pr-txt {
    font-size: 12px;
    margin-bottom: 35px;
  }
  .registrant-detail li {
    display: flex;
    font-size: 12px;
    font-weight: normal;
    ;
    align-items: center;
    border-bottom: solid 1px #ddd;
    padding: 18px 0;
    line-height: 1.4;
    width: 100%;
  }
 
  .registrant-detail li span {
    display: block;
    width: 5.5em;
    font-weight: bold;
    color: #666;
    font-size: 12px;
    flex-shrink: 0;
  }
  .registrant-detail .registrant-tag {
    width: 100%;
    flex-wrap: wrap;
    border-bottom: none;
    padding-bottom: 0;
    padding: 15px 0 25px;
  }
  .registrant-detail .registrant-tag a {
    font-size: 10px;
    background: #fde5cb;
    color: #e6861e;
    margin-bottom: 0.3em;
    font-weight: bold;
    padding: 0.2em 0.7em;
    border-radius: 10em;
    margin-right: 0.5em;
    line-height: 1.5;
  }
  .registrant-detail .btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .registrant-detail .btn a {
    width: calc(50% - 5px);
    font-size: 14px;
    height: 80px;
    box-shadow: 0px 5px 0px 0px #d26d00;
  }
  .registrant-detail .btn a:first-child {
    font-size: 16px;
  }
  .agree-list p {
    color: #f00;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 12px;
  }
  .agree-list input[type=checkbox]+label {
    padding-left: 35px;
    margin-right: 0;
  }
  .agree-list input[type=checkbox]:checked+label {
    color: #000;
  }
  .agree-list ul {
    margin-bottom: 25px;
  }
  .agree-list li {
    margin-bottom: 25px;
    font-size: 1.13em;
  }
    .agree-list input[type=checkbox]{
    left: 10px;
    
}
  .agree-list input[type=checkbox]+label:before {
    width: 20px;
    height: 20px;
  }
  .agree-list input[type=checkbox]+label:after {
    width: 20px;
    height: 20px;
  }
  .agree-list aside span {
    display: block;
    font-size: 10px;
    margin-left: 2.2em;
    text-indent: -2em;
  }
  .agree-list {
    border-bottom: solid 1px #ddd;
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  .doui {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
  }
  .doui label {
    font-weight: bold;
    border-bottom: solid 2px #666;
    padding-bottom: 0.2em;
    margin-bottom: 0;
  }
  .thanks p {
    font-size: 13px;
    text-align: center;
  }
 
  .qa section li:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #ddd;
  }
  .qa section li p {
    font-size: 12px;
  }
  .qa section .q, .qa .a {
    padding-left: 2.5em;
    position: relative;
  }
  .qa section .q {
    font-weight: bold;
    margin-bottom: 15px;
  }
  .qa section .q:before {
    content: "Q";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-weight: bold;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    ;
    background: #e6861e;
    border-radius: 50%;
    color: #fff;
  }
  .qa section .a:before {
    content: "A";
    position: absolute;
    top: 0%;
    transform: translateY(10%);
    left: 0;
    font-weight: bold;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    ;
    background: #fde5cb;
    border-radius: 50%;
    color: #e6861e;
  }
  .qa section .a {}
  .common-btn {
    width: 270px;
    display: block;
    background: #e6861e;
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 11px;
    transition-duration: 0.3s;
    margin: 25px auto 0;
    line-height: 1.4;
    position: relative;
    box-shadow: 0px 4px 0px 0px #d26d00;
  }
  .common-btn.btn-l {
    font-size: 14px;
    height: 80px;
    width: 100%;
  }
  .common-btn.fs-l {
    font-size: 14px;
  }
  .flex {
    display: block;
  }
  .flex .common-btn {
    margin: 0 auto;
  }
  .flex .common-btn {
    margin-bottom: 15px;
  }
  .flex .common-btn:last-child {
    margin-bottom: 0px;
  }
  .common-btn:hover {
    color: #fff;
    opacity: 0.7;
  }
  .common-btn span {
    position: absolute;
    width: 15px;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
  .guide h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px;
  }
    
    .guide .common-btn.btn-l{
        margin: 35px auto 50px;
    }

  .document ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -25px;
  }
  .document li .btn {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  .document li .btn a {
    box-shadow: 0px 3px 0px 0px #d26d00;
  }
  .other {
    font-size: 12px;
  }
  .guide section .contact-detail {
    text-align: center;
    font-size: 10px;
    margin-top: 25px;
  }
  .guide section .contact-detail a {
    font-weight: bold;
    text-decoration: underline !important;
    color: #e6861e;
  }
  .guide section .contact-detail h4 {
    text-align: center;
    font-size: 130%;
    margin-bottom: 0.5em;
  }
  .center {
    font-size: 12px;
    text-align: justify;
  }
 
  .support {
    font-size: 12px;
  }
  .support table {
    width: 100%;
    border-collapse: separate;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
  }
  .support tbody {}
  .support table caption {
    margin: 0 0 7px;
    font-size: .75em;
    color: #9fa6b4;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .support tr {}
  .support td {
    padding: .8em;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    background: rgba(255, 255, 255, .6);
    width: 5%;
    font-size: 10px;
  }
  .support td:first-child {
    border-left: none;
  }
  .support tr:last-child td {
    border-bottom: none;
  }
  .support th {
    background-color: #eee;
    background-color: rgba(0, 0, 0, .1);
    border: 1px solid #cfcfcf;
    padding: .8em
  }
  .taget-area {
    margin-top: 50px;
  }
  .taget-area h4 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1;
  }
  .taget-area span {
    margin-bottom: 25px;
    display: block;
    text-align: center;
    font-size: 10px;
  }
  
 
  .document h3 {
    margin-top: 35px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px !important;
  }
  .document ul {
    display: block;
    margin-bottom: -10px;
  }
  .document li {
    width: 100%;
    font-size: 12px;
    background: #f6f6f6;
    margin-bottom: 15px;
    padding: 25px 5%;
    border-radius: 5px;
    display: block;
  }
  .document li .btn {
    display: flex;
    justify-content: center;
  }
  .document li .btn a {
    width: 120px;
    display: block;
    background: #e6861e;
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    font-size: 12px;
    transition-duration: 0.3s;
    line-height: 1.4;
    position: relative;
    box-shadow: 0px 4px 0px 0px #d26d00;
    margin: 0 5px;
    position: relative;
  }
  .document li .btn a span {
    position: absolute;
    width: 15px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .document li .btn a:hover {
    opacity: 0.8;
  }
  .submission {
    text-align: center;
    font-size: 10px;
    max-width: 500px;
    margin: 50px auto 0;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding-bottom: 15px;
    overflow: hidden;

  }
  .submission a {
    font-weight: bold;
    text-decoration: underline !important;
    color: #e6861e;
  }
  .submission h5 {
    text-align: center;
    font-size: 130%;
    margin-bottom: 15px;
    background: #f6f6f6;
    padding: 0.5em;
  }
  .center {
    text-align: center;
    font-size: 15px;
  }
  .sankou {
    text-align: center;
    font-size: 10px;
    margin-top: 25px;
  }
 
  .support section h3 {
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .support section li:not(:last-child) {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: solid 1px #ddd;
  }
  .support-mura {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .support table {
    width: 100%;
    border-collapse: separate;
    overflow: hidden;
  }
  .support tbody {}
  .support table caption {
    margin: 0 0 7px;
    font-size: .75em;
    color: #9fa6b4;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .support tr {}
  .support td {
    padding: .8em;
    border-left: 8px solid #fff;
    border-bottom: 8px solid #fff;
    width: 5%;
    font-size: 14px;
    background: #f6f6f6;
  }
  .support td:first-child {
    border-left: none;
  }
  .support tr:last-child td {
    border-bottom: none;
  }
  .support th {
    background-color: #eee;
    background-color: rgba(0, 0, 0, .1);
    border: 1px solid #333;
    padding: .8em
  }
  .taget-area span {
    margin-bottom: 25px;
    display: block;
    text-align: center;
    font-size: 10px;
  }
  .city-link {
    display: flex;
    flex-wrap: wrap;
  }
  .city-link a {
    background: #f6f6f6;
    width: calc(33.3% - 5.3px);
    margin-bottom: 8px;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    margin-right: 8px;
  }
  .city-link a:nth-of-type(8n) {
    margin-right: 8px
  }
  .city-link a:nth-of-type(3n) {
    margin-right: 0
  }
  .city-link.center {
    justify-content: flex-start;
  }
  .city-link.center:last-child {
    margin-right: 0;
  }
  .teikyo-head {
    margin-bottom: 50px;
  }
  .teikyo-head p {
    font-size: 13px;
    text-align: justify;
    line-height: 2;
      margin-bottom: 25px;
  }
  .taisyo {
    border-radius: 5px;
    padding: 25px 0 35px;
    background: #f6f6f6;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 25px;
    font-size: 10px;
    line-height: 1.2;
  }
  .taisyo h4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .taisyo strong {
    color: #f00;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
    display: block;
  }
  .taisyo em {
    display: block;
    margin-top: 25px;
    margin-bottom: 15px;
    border: none;
    font-size: 12px;
  }
  .top section h4, .teikyo section h4 {
    font-size: 15px;
  }
  .keisai {
    display: block;
  }
  .top section .keisai a {
    background: #f6f6f6;
    padding: 25px 5%;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
  }
  .keisai a small {
    display: block;
  }
  .keisai a:last-child {
    margin-top: 15px;
  }
  .keisai h3 {
    width: 100%;
  }
    .order-list h4{
        margin-bottom: 15px;
    font-size: 16px !important;
    }
  .order table {
    width: 100%;
  }
  
  .order tr:first-child {
    font-weight: bold;
  }
  .order td {
    padding: 20px 5px;
    font-size: 10px;
  }
  .order td:nth-child(2),.order td:nth-child(3).order td:nth-child(4) {
  width: 8%;
}
.order td:nth-child(1){
    width: 18%;
}

  .order table .doc-btn {
    width: 40px;
    font-size: 10px;
    box-shadow: 0px 3px 0px 0px #d26d00;
  }
  .order table .doc-btn span {
    display: none;
  }
}

.akiya-bnr{
          display: block;
          max-width: 600px;
          margin: 0 auto 50px;
      }
      @media screen and (max-width: 768px){
          .akiya-bnr{
              margin-bottom: 35px;
          }
      }
