@charset"UTF-8";

/* 
***********************************************************
* Copyright(C) CIDARIO Inc.
* URI:https://cidario.co.jp
* Editor:Hiromi Yoshino
***********************************************************
*/

/* income-property
========================================================================================================
*/

#income-property{
  width:100%;
  padding: 0 0 70px 0;
}

@media print, screen and (min-width:1100px) {
#income-property{
  width:100%;
  padding: 0 0 100px 0;
  }
}

.income-property-wrap{
  width:100%;
  margin: 0 auto;
}

@media print, screen and (min-width:1100px) {
.income-property-wrap{
  width:90%;
  max-width:1260px;
  margin: 0 auto;
  }
}

.income-property-wrap h2{  
  font-family: 'Noto Serif JP', serif;
  font-size: 3.6rem;
  text-align: center;
  margin: 0 auto;
}

.income-property-wrap h2 + p{ 
  width:100%;
  max-width: 1000px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.8em;
  margin: 60px auto;
}

.income-property-box{
  position: relative;
  width:100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  background: url("/images/buy/buy01.jpg") no-repeat 0 0 #143841;
  background-size: cover;
  padding: 60px 0 100px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:768px) {
.income-property-box{
  width:100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  background-size: cover;
  padding: 100px 0 110px 0;
  }
}

@media print, screen and (min-width:1100px) {
.income-property-box{  
  width:95%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 620px;  
  grid-template-rows: auto;
  padding: 100px 0 110px 0;
  }
}

.income-property-box::before{  
  content: "";
  width:100%;
  height: 100%;
  background: rgba(20,56,65,0.90);
  position: absolute;
  top:0;
  left:0;  
}

.income-property-box01{
  position: relative;
  text-align: center;
  padding: 0 30px;
  z-index: 103;
}

@media print, screen and (min-width:1100px) {
.income-property-box01{  
  text-align: left;
  padding: 0 0 0 15%;
 }
}

.income-property-box .income-property-box01 h3{  
  font-size: 2.6rem;
  color: #FFF;
  font-weight: 600;
  line-height:1.5em;
  text-align: center;
}

@media print, screen and (min-width:768px) {
.income-property-box .income-property-box01 h3{  
  font-size: 2.8rem;
  text-align: center;
  }
}

@media print, screen and (min-width:1100px) {
.income-property-box .income-property-box01 h3{  
  font-size: 2.8rem;
  text-align: left;
  }
}

.income-property-box .income-property-box01 h3 + p{  
  line-height: 2.0em;
  color: #FFF;
  text-align: left;
  margin: 40px 0;
}

@media print, screen and (min-width:768px) {
.income-property-box .income-property-box01 h3 + p{  
  line-height: 2.5em;
  color: #FFF;
  margin: 40px 0;
  }
}

.income-property-box .income-property-box01 a.btn01{  
  /*display: inline;
  width: inherit;*/
  padding: 10px 20px;
  margin: 0 auto;
}

@media print, screen and (min-width:1100px) {
.income-property-box .income-property-box01 a.btn01{  
  /*display: inline;
  width: inherit;*/
  padding: 10px 20px;
  margin: 0;
  }
}

.income-property-box02{  
  position: relative;
  width:100%;  
  max-width: 360px;
  padding: 0;
  margin: 100px auto 0 auto;
}

@media print, screen and (min-width:768px) {
.income-property-box02{
  width:100%;
  max-width: 450px;
  height: 260px;
  margin: 60px auto 0 auto;
 }
}

@media print, screen and (min-width:1100px) {
.income-property-box02{
  width:100%;
  max-width: 480px;
  height: 100%;
  margin: 0 30px 0 auto;
 }
}

.income-property-box02 .circle{
  width:52%;
}
@media print, screen and (min-width:1100px) {
.income-property-box02 .circle{
  width:56%;
 }
}

.income-property-box02 .circle01{
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
}
.income-property-box02 .circle02{
  position: absolute;
  top:50%;
  right:0;
  transform: translateY(-50%);
}

.income-property-box02 .circle span{
  position: relative;
  width:190px;
  height:190px;
  border-radius:50%; 
  background: rgba( 255,255,255,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width:768px) {
.income-property-box02 .circle span{
  position: relative;
  width:230px;
  height: 230px;
  border-radius: 50%;
  background: rgba( 255,255,255,0.8);
 }
}

.income-property-box02 .circle span::after{
  content: "";
  width:200px;
  height: 200px;
  border-radius: 50%;
  border: 1px dashed #FFF;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
@media print, screen and (min-width:768px) {
.income-property-box02 .circle span::after{
  content: "";
  width:250px;
  height: 250px;
  border-radius: 50%;
  border: 1px dashed #FFF;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  }
}

.income-property-box02 .circle dl{
  width:80%;
  color: #143841;
}

.income-property-box02 .circle01 dl{
  margin: 0 0 5px 0;
}

@media print, screen and (min-width:768px) {
.income-property-box02 .circle01 dl{
  margin: 0 0 25px 0;
  }
}

.income-property-box02 .circle02 dl{
  margin: 0 0 5px 0;
}

@media print, screen and (min-width:768px) {
  .income-property-box02 .circle02 dl{
  margin: 0 0 25px 0;
  }
}

.income-property-box02 .circle dl dt{
  font-size: 1.2rem;
  text-align: center;  
  font-weight: 700;
  line-height: 1.5em;
  margin: 0 0 10px 0;
}

@media print, screen and (min-width:768px) {
.income-property-box02 .circle dl dt{
  font-size: 1.2rem;
  margin: 0 0 20px 0;
  }
}

.income-property-box02 .circle dl dd{
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
}
@media print, screen and (min-width:768px) {
.income-property-box02 .circle dl dd{
  font-size: 2.6rem;
  }
}

/* forsale
========================================================================================================
*/

section#forsale{
  width:100%;
  padding: 60px 0;
  margin: 0 auto;
}
@media print, screen and (min-width:768px) {
section#forsale{
  padding: 100px 0;
  }
}

.forsale-wrap{
  width:95%;
  max-width: 1320px;
  margin: 0 auto;
}

.forsale-wrap .forsale-topct{
  width:90%;  
  margin: 0 auto 40px auto;
}

@media print, screen and (min-width:768px) {
.forsale-wrap .forsale-topct{
  width:90%;
  max-width: 1200px;
  margin: 0 auto 90px auto;
  }
}

.forsale-topct h2{  
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px 0;
}

@media print, screen and (min-width:768px) {
.forsale-topct h2{  
  font-size: 3.0rem; 
  margin: 0 0 30px 0;
  }
}

.forsale-topct h2 + span{
  position: relative;
  display: inline;
  width:100%;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  color: #4AB8CF;
}

.forsale-topct h2 + span::after{
  content: "";
  width:100px;
  height: 1px;
  background: #4AB8CF;
  position: absolute;
  top:50%;
  right:-180px;
  transform: translate(-50%);
  }


.forsale-topct div.forsale-lead{
  margin: 30px 0 0 0;
}

@media print, screen and (min-width:768px) {
.forsale-topct div.forsale-lead{
  display: grid;
  grid-template-columns: 1fr 260px;
  align-items: center;
  margin: 30px 0 0 0;
  }
}

.forsale-topct div.forsale-lead p{
  width:100%;
  line-height: 2em;
  padding: 0 0 30px 0;  
}

@media print, screen and (min-width:1100px) {
.forsale-topct div.forsale-lead p{
  padding: 0 140px 0 0;
  }
}

/* --------- forsale-box --------- */

.forsale-box{
  width:100%;
  margin: 0 auto;
}

.forsale-box .forsale-list{
  width:95%;
  margin: 0 auto;
}

@media print, screen and (min-width:768px) {
.forsale-box .forsale-list{
  width:100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  column-gap: 30px;
  margin: 0 auto;
  }
}

.forsale-box .forsale-list li{
  background: #FFF;  
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); 
  margin: 0 0 30px 0;
}

@media print, screen and (min-width:768px) {
.forsale-box .forsale-list li{
  margin: 0 0 30px 0;
  }
}

.forsale-box .forsale-list li a{
  display: block;
  width:100%;
  height: 100%;
  padding: 40px 20px 20px 20px;
}

/* forsale-box01 */

.forsale-box01{
  position: relative;
  margin: 0 0 30px 0;
}

.forsale-box01 figure{
  display: block;
  width:100%;
  height: 100%;
}

.forsale-box01 figure img{
  display: block;
  width:100%;
  height: 100%;
  object-fit: cover;
}

/* forsale-box02 */

.forsale-box02{
  position: relative;
  padding: 0 5px;
}

.forsale-box02 h3{
  font-size: 1.6rem;
  font-weight: 600; 
  line-height: 1.8em;
  margin: 0 0 20px 0;
}

.forsale-box02 div.forsale-detail{
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  column-gap: 20px;
  row-gap:30px;
}

div.forsale-detail dl.forsale-detail01{
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

div.forsale-detail dl.forsale-detail02{
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

div.forsale-detail dl.forsale-detail03{
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}

@media print, screen and (min-width:1150px) {
.forsale-box02 div.forsale-detail{
  display: grid;
  grid-template-columns:1fr;
  grid-template-rows: auto auto auto;
  column-gap: 20px;
  row-gap:25px;
}

div.forsale-detail dl.forsale-detail01{
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

div.forsale-detail dl.forsale-detail02{
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

div.forsale-detail dl.forsale-detail03{
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  }
}

@media print, screen and (min-width:1300px) {
.forsale-box02 div.forsale-detail{
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  column-gap: 20px;
  row-gap:30px;
 }

div.forsale-detail dl.forsale-detail01{
  grid-column: 1 / 2;
  grid-row: 1 / 2;
 }

div.forsale-detail dl.forsale-detail02{
  grid-column: 2 / 3;
  grid-row: 1 / 2;
 }

div.forsale-detail dl.forsale-detail03{
  grid-column: 1 / 3;
  grid-row: 2 / 3;
 }
}

div.forsale-detail dl{
  font-weight: 600;
}

div.forsale-detail dl.forsale-detail01,
div.forsale-detail dl.forsale-detail02{
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start; 
  align-items: baseline;
}

div.forsale-detail dl.forsale-detail01 dt,
div.forsale-detail dl.forsale-detail02 dt{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.3rem;  
  font-weight: 700;
  padding: 0 5px 5px 0;
}

div.forsale-detail dl.forsale-detail01 dd,
div.forsale-detail dl.forsale-detail02 dd{
  display: flex;
  align-items: center;
  justify-content: center;
}

div.forsale-detail dl.forsale-detail01 dd::after,
div.forsale-detail dl.forsale-detail02 dd::after{
  content: "";
  width: 100%;
  height: 10px;
  background: #FF8000;
}

div.forsale-detail dl.forsale-detail01 dd,
div.forsale-detail dl.forsale-detail02 dd{
  display: inline-block;
  background: linear-gradient(transparent 70%, #FF8000 30%);
}

div.forsale-detail dl.forsale-detail01 dd span,
div.forsale-detail dl.forsale-detail02 dd span{
  font-size: 2.8rem;  
  font-weight: 700;
}

div.forsale-detail dl.forsale-detail03{
  display: grid;
  grid-template-columns: 80px 1fr;
}

div.forsale-detail dl.forsale-detail03 dt{
  width:100%;
  height: 25px;
  background: #EEE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;  
  font-weight: 700;
  margin: 0 0 10px 0;
}

div.forsale-detail dl.forsale-detail03 dd{
  font-size: 1.3rem;
  padding: 5px 0 0 20px;
  margin: 0 0 10px 0;
}


/* iformation
========================================================================================================
*/

section#information{
  width:100%;
  max-width: 1200px;
  padding: 100px 0;
  margin: 0 auto;
}

.information-wrap{
  width:100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap:80px;
  margin: 0 auto;
}

.information-wrap h2{  
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
}

.information-wrap div dl{  
  display: grid;
  grid-template-columns: 90px 1fr;
  margin: 0 30px;
}

.information-wrap div dl dt span{  
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

.information-wrap div dl dt span.month{
  font-size: 1.4rem;
}
.information-wrap div dl dt span.day{
  font-size: 3.6rem;
}

.information-wrap div dl dd{ 
  line-height: 1.8em;
  margin: 0 0 30px 0;
}

.information-wrap div dl dd span{ 
  display: flex;
  align-items: center;
  justify-content: center;
  width:100px;
  height: 25px;
  background: #4AB8CF;
  font-size: 1.3rem;
  color: #FFF;
  margin: 0 0 10px 0;
}

/* search
========================================================================================================
*/

.search-wrap{
  width:100%;
  display: grid;
  grid-template-columns: 1fr;
  margin: 40px 0 0 0;
  top:500px;
}

@media print, screen and (min-width:1100px) {
.search-wrap{
  width:100%;
  display: grid;
  grid-template-columns: 280px 1fr;
  column-gap: 60px;
  margin: 80px 0 0 0;
  }
}

@media print, screen and (min-width:1200px) {
.search-wrap{
  width:100%;
  display: grid;
  grid-template-columns: 280px 1fr;
  column-gap: 80px;
  margin: 80px 0 0 0;
  }
}

.search-wrap .side-ct{
}

.search-wrap .side-ct .side-box{
  width:100%;
  height: 100vh;
  background: #FFF; 
  position: -webkit-sticky; 
  position: sticky;
  top:160px;
  padding: 0 0 100px 0;
}

.search-wrap .main-ct{
  width:90%;
  padding: 0;
  margin: 0 auto;
}

@media print, screen and (min-width:1100px) {
.search-wrap .main-ct{
  width: inherit;
  padding: 0 60px 20px 0;
  }
}
@media print, screen and (min-width:1200px) {
.search-wrap .main-ct{
  width: inherit;
  padding: 0 80px 20px 0;
  }
}


/*---------------------------------------------------------------------------
                             side-ct spn
-----------------------------------------------------------------------------*/ 

.search-wrap .search-btn{
  display: none;
}

@media print, screen and (max-width:1100px) {
.search-wrap .search-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height: 50px;
  position: fixed;
  bottom: 75px;
  left:0;  
  z-index:301;
 }
  
 .search-wrap .search-btn.active{
  display: flex;
  align-items: center;
  justify-content: center;
  width:24px;
  height: 24px;
  position: fixed;
  top: 15px;  
  right: 15px;
  bottom:inherit;
  left:inherit;
  cursor: pointer;
  z-index: 1001;
 }
  
.search-wrap .search-btn.active{  
  animation: fadein 3s forwards;
}

.search-wrap .search-btn span:nth-of-type(1){
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 23px;
  /*background: rgba(20,50,65,0.85);*/
  background: rgba(0,0,0,0.7);
  border-radius:12px;
  padding: 0;
  margin: 0 auto;
  cursor: pointer;
 }
  
.search-wrap .search-btn.active span:nth-of-type(2),
.search-wrap .search-btn.active span:nth-of-type(3) {
  display: none; 
  background-color: #FFF;   
  width: 100%;
  height: 2px;
  position: absolute;
  right:0px;
}
  
.search-wrap .search-btn span:nth-of-type(1)::before{
  content: "検索条件を変更";
  width:95%;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  font-size: 1.1rem;
  color: #FFF;
  text-align: center;
}
.search-wrap .search-btn span:nth-of-type(2){
  transform: rotate(45deg);
}
.search-wrap .search-btn span:nth-of-type(3){
  transform: rotate(-45deg);
}

.search-wrap .search-btn.active span:nth-of-type(1),
.search-wrap .search-btn.active span:nth-of-type(1)::before{
  display: none;
}
  
.search-wrap .search-btn.active span:nth-of-type(2),
.search-wrap .search-btn.active span:nth-of-type(3) {    
  display: block;
}

.search-wrap .side-ct{
  width:100vw;
  height: 100vh;  
  background: rgba(25,56,65,0.95);
  position: fixed;
  top:-120%;
  left:0; 
  transition: all 1s;  
  overflow-y:scroll;
  z-index:1000;
 }
  
.search-wrap .side-ct .side-box{
  width:100%;
  background: transparent; 
  position: static;
  top:inherit;
  padding:0;
}
  
.search-wrap .side-ct.searchactive{
  position: fixed;
  top:0;
  left:0;
 }
}

@keyframes fadein{
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}

.search-wrap .side-ct .search-box dl dt{
  font-size: 1.6rem;  
  color:#FFF;  
}

@media print, screen and (min-width:1100px) {
.search-wrap .side-ct .search-box dl dt{ 
  color:#000;  
  }
}
  
.search-wrap .side-ct .search-box dl dd.select-box select{
  height: 60px;
}
  
@media print, screen and (min-width:1100px) {
.search-wrap .side-ct .search-box dl dd.select-box select{
  height: 50px;
  }
}
  
/*---------------------------------------------------------------------------
                                 side-ct
-----------------------------------------------------------------------------*/

.side-ct h2{
  width:100%; 
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;  
  font-size: 2.0rem;
  color: #FFF;
  margin: 30px 0 0 0;
}

@media print, screen and (min-width:768px) {
.side-ct h2{
  background: #143841;
  margin: 0;
  }
}
.search-box{
  width:90%;
  margin:20px auto 80px auto;
}

@media print, screen and (min-width:768px) {
.search-box{
  width:78%;
  margin:40px auto 80px auto;
  }
}

.search-box dl{
  width:100%;
}

.search-box dl dt{
  font-weight: 600;
  margin: 0 0 10px 0;
}

select{
  position: relative;
  width:100%;
  height: 50px;
  background: transparent;
  border: 3px solid #91949B;
  border-radius: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
  color: #000;
	padding: 0 10px;
  z-index: 101;
}
@media print, screen and (min-width:768px) {
select{
	font-size: 1.6rem;
  }
}

select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を無効 */
}

select::-ms-expand {
  display: none; /* デフォルトの矢印を無効(IE用) */
}

select:focus{
	outline: none;
}

.select-box{
  position: relative;
  background: #FFF;
  border-radius: 10px;
  margin: 0 0 40px 0;
  z-index:101;
}

/*materal icon*/
.select-box i{
  position: absolute;
  top:50%;
  right:3px;
  transform: translateY(-50%); 
  color: #91949B;
  z-index:100;
}

.select-box i::before{
  content: "expand_more";  
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: #ccc;
}

.search-box button{
  display: block;
  width:180px;
  height: 40px;
  background: #4AB8CF;
  border-radius:20px; 
  transition: 0.8s;
  margin: 60px auto 0 auto;
}
@media print, screen and (min-width:1100px) {
.search-box button{
  margin: 0 auto; 
  }
}

.search-box button span{	
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  color: #FFF;
}

.search-box button:hover{	
  background: #5FE3FF;
}
  
/*---------------------------------------------------------------------------
                               main-ct
-----------------------------------------------------------------------------*/

.main-ct h2{
  display: inline-block;
  font-size: 2.0rem;
  font-weight: 600;  
}

@media print, screen and (min-width:768px) {
.main-ct h2{
  font-size: 2.4rem; 
  }
}

.main-ct h2 + span{
  font-size: 1.3rem;
  font-weight: 600;  
}

@media print, screen and (min-width:768px) {
.main-ct h2 + span{
  font-size: 1.6rem;
  }
}

table.setting-condition{
  width:100%;
  background: #FFF;
  border-collapse: collapse;
  margin: 15px 0 0 0;
}

@media print, screen and (min-width:768px) {
table.setting-condition{
  margin: 30px 0 0 0;
 }
}

table.setting-condition th{
  width:calc( 100% / 3 );
  height: 30px;
  background: #143841;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}

@media print, screen and (min-width:768px) {
table.setting-condition th{
  width:calc( 100% / 3 );
  height: 40px;
  font-size: 1.4rem;
  }
}

table.setting-condition td{
  height: 45px;
  background: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

@media print, screen and (min-width:768px) {
table.setting-condition td{
  height: 80px;
  font-size: 1.8rem;
 }
}

.search-results{
  width:100%;
  margin: 30px 0 160px 0;
}  

@media print, screen and (min-width:1100px) {
.search-results{
  width:100%;
  margin: 40px 0 60px 0;
  }
}

.search-results .btn-more{
  width:200px;
  height: 40px;
  border-radius: 20px;
  background: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #FFF;
  margin: 20px auto;
  cursor: pointer;
  transition: 0.8s;
}

@media print, screen and (min-width:768px) {
.search-results .btn-more{
  width:280px;
  height: 60px;
  border-radius: 30px;
  font-size: 1.6rem;
  margin: 80px auto 0 auto;
  }
}

.search-results .btn-more span.material-icons{
  margin: 5px 0 0 0;
  font-family: 'Material Symbols Outlined';
  font-size:2.4rem;
}
@media print, screen and (min-width:768px) {
.search-results .btn-more span.material-icons{
  margin: 3px 3px 0 0;
  font-size:3.0rem;
  }
}

.search-results .btn-more:hover{
  background: #FFF;
  color: #999;
}

.results-list{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));  
  gap:20px;
}

.results-list li{
  background: #FFF;
  box-shadow: 0px 0px 8px 6px rgba(153,153,153,0.2);
  transition: 0.8s;
}

.results-list li:hover{
  box-shadow: 0px 0px 0px 0px rgba(153,153,153,0);
}

.results-list li a{
  display: block;
  width:100%;
  height: 100%;
  padding: 20px;
} 

.results-list-box01{
  position: relative;
  width:100%;
}

.results-list-box01 figure{
  width:100%;
  min-height: 220px;
}

.results-list-box01 figure img{
  display: block;
  width:100%;
  height: 220px;    
  background: #EEE;
  object-fit: contain;
}

.results-list-box01 .status.list{
  display: flex;
  flex-flow: row nowrap;
  column-gap: 0px;
  position: absolute;
  top:0;
  left:0;
}

.results-list-box01 .status.list span{
  width:90px;
  height: 26px;
  font-size: 1.3rem;
  line-height: 1em;
  color: #FFF;
}

.results-list-box02{
  width:100%;
  padding: 0 5px;
  margin: 15px 0 0 0;
}

@media print, screen and (min-width:768px) {
.results-list-box02{
  width:100%;
  padding: 0;
  margin: 0;
  }
}

.results-list-box02 h3{
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8em;
  margin: 0 0 15px 0;
}

@media print, screen and (min-width:768px) {
.results-list-box02 h3{
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5em;
  margin: 20px auto 15px auto;
  }
}

.results-list .list-detail01 dl{ 
  display: grid;
  grid-template-columns: 65px 1fr;
  align-items: baseline;
  padding: 0;
  margin: 0;
}
.results-list .list-detail01 dl + dl{ 
  padding: 0;
  margin: 10px 0 0 0;
}

.results-list .list-detail01 dl dt,
.results-list .list-detail01 dl dd{ 
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;    
}

.results-list .list-detail01 dl dd span{
  display: inline-block;
  font-size: 2.2rem;
  color: #FF8000;  
  font-weight: 700;
  margin: 0 5px;
}

.results-list .list-detail02 ul{
  padding: 0;  
  margin: 20px 0 0 0;
}

.results-list .list-detail02 ul li{
  font-size: 1.3rem;
  color: #666;
  text-align: left;
  box-shadow: none;
}
.results-list .list-detail02 ul li + li{
  line-height: 1.5em;
  margin: 5px 0 0 0;
}

.results-list li.notfound{
  box-shadow:0px 0px 0px 0px rgba(153,153,153,0);
}

.search-results div#notfound{
  background: #EEE;
  font-size: 1.8rem;
  text-align: center;
  padding: 0 0 100px 0;
  margin: 60px auto;
}

@media print, screen and (min-width:768px) {
.search-results div#notfound{
  font-size: 2.0rem;
  padding: 0 0 100px 0;
  margin: 100px auto;
 }
}

