@charset "utf-8";
/* 物件詳細-上部
---------------------------*/
h3.lh3{
font-size: 16px;
}
h3.lh3::before {

    background-image: linear-gradient(to right, #2292F9, #2292F9 3px, transparent 3px, transparent 3px);
    background-size: 10px 10px;
    background-repeat: repeat-x;
    content: "";
    display: inline-block;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;

}
.rail_contents {
    clear: both;
    margin: 20px 0 10px 0;
	position: relative;
}
.list_a_icn_area {
    width: 44px;
    height: 42px;
    position: absolute;
    background: url( "../../common/images/common/icon_arrow_top.png") no-repeat;
    top: 14px;
    cursor: pointer;
    right: 0;
}
.list_a_icn_area_o {
    width: 44px;
    height: 42px;
    position: absolute;
    background: url("../../common/images/common/icon_arrow.png") no-repeat  !important;
    top: 14px;
    cursor: pointer;
    right: 0;
}
.rail_contents .rc_num {
    padding: 5px 0 0 15px;
    margin-bottom: -10px;
	font-size: 16px;
}
.raillist ul {
    /*padding: 20px;*/
    background: #fff;
}
.raillist .ensen_list li {
    width: 290px;
    float: left;
    margin: 8px 0;
}
h6.h6_search{
	font-size: 20px;
	margin-bottom: 20px;
}
h3.search_tit{
	font-size: 20px;
	margin-bottom: 36px;
	font-weight: normal;
}
h3.search_tit:before{
	bottom: -5px;
}
h3.search_tit span{
	margin-top: -14px;
}
h3.search_tit form{
	float: right;
	margin-top: -14px;
}
h3.search_tit form input{
	font-size:14px;
	padding: 6px 0;
}
h3.search_tit form .sts_btn{
	position: absolute;
	right: 12px;
	top: -8px;
}
ul.un_list{
	margin: 20px 0;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #D0E8FF;
	
}
ul.un_list li a{
	float: left;
border-right: 1px solid #D0E8FF;
border-bottom: 1px solid #D0E8FF;
width: 33.3%;
padding: 1em 0 1em 3em;
box-sizing: border-box;
	font-size: 16px;
	background: url("../../common/images/common/un_arrow.svg") no-repeat 1em center;
	display: block;
	color: #333;
}
ul.un_list li:nth-child(3n) {
    border-right: 0px solid #D0E8FF;
}
.re_pre_bn{
float: left;
width: 39%;
padding: 10px 0;
}
.alg_right_text_span{
margin: 20px 0;
}
.alg_right_text_span span{
color: #D80000;
}
.alg_right_text_span a{
background: #D80000;
color: #fff;
text-decoration: none;
border-radius: 20px;
margin-left: 5px;
padding: 4px 2em;
transition: background 0.7s;
border: 2px solid #d80000;
}
.alg_right_text_span a:hover{
background: #fff;
border: 2px solid #d80000;
color: #D80000;
text-decoration: none;
}
/*sp*/
@media only screen and (max-width: 767px) {
.re_pre_bn {
    float: none;
    width: 100%;
    padding: 10px 0;
}
.alg_right_text_span span{
color: #D80000;
text-align: center;
width: 100%;
display: block;
padding-bottom: 1em;
}
.alg_right_text_span a{
width: 98%;
display: block;
box-sizing: border-box;
text-align: center;
font-size: 16px;
}
ul.un_list li a{
	float: none;
border-right: 1px solid #D0E8FF;
border-bottom: 1px solid #D0E8FF;
width: 100%;
padding: 1em 0 1em 3em;
box-sizing: border-box;
	font-size: 16px;
	background: url("../../common/images/common/un_arrow.svg") no-repeat 1em center;
	display: block;
	color: #333;
}
#eki_name{
margin-bottom: 10px;
}
h3.search_tit form {
    float: none;
    margin-top: 10px;
	position: relative;
}
h3.search_tit form .sts_btn {
    position: absolute;
    right: 12px;
    top: 2px;
}
h6.h6_search {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 10px;
}
.raillist .fmstyle{
font-size: 14px;
}
.list_a_tg_area{
display: none;
}
.list_a_icn_area {
    width: 44px;
    height: 42px;
    position: absolute;
    background: url( "../../common/images/common/icon_arrow.png") no-repeat;
    top: 14px;
    cursor: pointer;
    right: 0;
}
.list_a_icn_area_o {
    width: 44px;
    height: 42px;
    position: absolute;
    background: url("../../common/images/common/icon_arrow_top.png") no-repeat  !important;
    top: 14px;
    cursor: pointer;
    right: 0;
}
}/**/

.wrapper-content {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto
}


.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
 
}

.space-y-2 {
  
}

.space-x-2 li{
  padding-right: 10px;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 10px;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.bg-darkBlue-nano {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 141, 208, 1);
}

.bg-darkBlue {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 87, 125, 1);
}

.bg-lightBlue-nano {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 245, 255, 1);
}

.bg-lightBlue {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 146, 249, 1);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
}

.bg-red-light {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 48, 48, 1);
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 0, 1);
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 148, 50, 1);
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 181, 65, 1);
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 183, 59, 1);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.border-darkBlue {
  --tw-border-opacity: 1;
  border-color: rgba(45, 87, 125, 1);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, 1);
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgba(245, 148, 50, 1);
}

.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgba(231, 181, 65, 1);
}

.hover\:border-red-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 48, 48, 1);
}

.hover\:border-orange:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 148, 50, 1);
}

.hover\:border-green:hover {
  --tw-border-opacity: 1;
  border-color: rgba(102, 183, 59, 1);
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.border-solid {
  border-style: solid;
}

.border-2 {
  border-width: 2px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.flex-col {
  flex-direction: column;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

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

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.flex-1 {
  padding: 1% 1% 0%;
}

.flex-grow {
  flex-grow: 1;
}

.float-right {
  float: right;
}

.font-bold {
  font-weight: 700;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-full {
  height: 100%;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-auto {
  margin-left: auto;
}

.max-w-4xl {
  max-width: 56rem;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.p-5 {
  padding: 1.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.pt-0 {
  padding-top: 0px;
}

.pb-4 {
  padding-bottom: 1rem;
}
.pb-4 h4 {
  font-size: 20px;
  padding: 0;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

* {
  --tw-shadow: 0 0 #0000;
}

.shadow-2xl {
  box-shadow: 0 -1px 7px -2px rgba(0, 0, 0, 0.25);
  width: 24%;
float: left;
margin-right: 1%;
margin-bottom: 1%;
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

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

.text-darkBlue {
  --tw-text-opacity: 1;
  color: rgba(45, 87, 125, 1);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
}

.text-red {
  --tw-text-opacity: 1;
  color: rgba(255, 0, 0, 1);
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, 1);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
}

.hover\:text-darkBlue:hover {
  --tw-text-opacity: 1;
  color: rgba(45, 87, 125, 1);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
}

.hover\:text-orange:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 148, 50, 1);
}

.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgba(231, 181, 65, 1);
}

.uppercase {
  text-transform: uppercase;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
  height:1rem;
}

.w-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.w-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.w-700px {
  width: 700px;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-full {
  width: 100%;
}

.gap-2 {
  gap: 0.5rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -ms-grid-columns: (minmax( 0, 1fr ))[1];
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -ms-grid-columns: (minmax( 0, 1fr ))[2];
}

.grid-cols-3 {
 
  -ms-grid-columns: (minmax( 0, 1fr ))[3];
  grid-template-columns: repeat(3, minmax( 0, 1fr ) );
}

.col-span-2 {
  grid-column: span 2 / span 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.row-span-2 {
  grid-row: span 2 / span 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@media (min-width: 640px) {
  .sm\:w-full {
    width: 100%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * 0);
    margin-left: calc(1rem * calc(1 - 0));
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: 1em;
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * 0);
    margin-left: calc(3rem * calc(1 - 0));
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:grid-cols-3 a {
	width: 31%;
	float: left;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
.list.wrapper-content dt{
 width: 100%;
}
.list.wrapper-content dt.w-36 {
    width: 100%;
}
.list.wrapper-content dd{
 width: 100%;
}
.flex .check_txt_area .check_txt {
    float: left;
    text-align: left;
    margin-top: 3px;
    display: block;
    margin-bottom: 10px;
    width: 50%;
}
.px-4.py-3.space-x-4.bg-darkBlue{
width: 100%;
}
.rectable-section-area {
    padding: 0em 0 0.5em 0;
}
.shadow-2xl {
  
  width: 98%;
float: none;
margin-right: 1%;
margin-left: 1%;
margin-bottom: 5%;
}
h5.mt30.mb20,
h5#search_jouken2{

    font-size: 15px;
width: 100%;
text-align: left;
margin: 0px 0 5px;

}
h5.mt30.mb20::after,
h5#search_jouken2::after{

    border-bottom: 4px solid #FFD700;
    width: 50%;
    content: "";
    height: 6px;
    display: block;
    margin: 0 auto;
	float: right;

}h2.h2_res_tit.mb30 {
  margin-bottom: 10px;
}
h6.mt30{
  margin-top: 10px;
}
.check_txt_area span {
  float: left;
  width: 48%;
  display: block;
  margin-right: 1%;
}
.check_txt_area p {
  width: 86%;
}
.check_txt_area .check_txt {
  font-size: 13px;
}
.check_txt_area .check_txt {
  margin-top: 3px;
  margin-bottom: 4px;
}
.count_no {
  padding-top: 0px;
}
.result_content-area {
  margin-top: 0px;
}
h2.h2_res_tit {
  margin-bottom: 0;
}
#search_jouken {
  padding-top: 0px;
  margin-top: 0.2em;
}
}/**/

@media (min-width: 1280px) {
}

@media (min-width: 1536px) {
}