@keyframes fadeIn {
    from {
      opacity: 0; /* 初期状態は透明 */
    }
    to {
      opacity: 1; /* 完全に表示された状態 */
    }
  }

/* チェックボックス　*/
input[type="checkbox"]{
    accent-color:#7aefef;
    -moz-transform:		scale(1.5);
	-webkit-transform:	scale(1.5);
	transform:		scale(1.5);
}
/* チェックボックス　*/

/* ラジオボックス　*/
input[type="radio"]{
    accent-color: #7aefef;
    -moz-transform:		scale(1.5);
	-webkit-transform:	scale(1.5);
	transform:		scale(1.5);
}
/* チェックボックス　*/

/* テキストボックス */
input[type='text'] {
    box-sizing: border-box;
    width: 100px;
    padding: 0.3em;
    color: #1a15ab;
    border: 1px solid #fff;
    border-bottom: 1px solid #52dee0;
    border-radius: 2px;
    transition: 0.3s;
}
input[type='text']:focus {
    border: 1px solid #ee8fcf;
    box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
    outline: none;
}
/* テキストボックス */


.f-contents {
    width: 100%;
    height: 500px;
    border: 1px #fff;
    display: flex;
    margin-top: 10px;
}

.f-contents-left {
    width: 15%;
    height: 1450px;
    background-color: #fff;
}
.f-contents-center {
    width: 70%;
    height: 1450px;
    background-color: #fff;
    text-align: center;
}

.f-contents-right {
    width: 15%;
    height: 1450px;
    background-color: #fff;
    display: flex;
}

.f-head {
    width: 100%;
    display: flex;
    align-items: center;
    padding: .5em .7em;
    background-color: #f2f2f2;
    color: #333333;
    font-size: 15px;
    margin-top: -5px;
}

.f-head::before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #1fc0cf;
    content: '';
    font-size: 15px;
}

.t-wrap {
    display:flex;
    width: 100%;
    height: 200px;
    border-style: solid;
    border-color: #fff;

}

img {
  margin: auto;
  display: block;
}


/* 売買物件　*/
.box-buysell {
    display: flex;
    width: 97%;
    height: 150px;
    position: relative;
    /*margin: 2em 0; */
    padding: 0.5em 1em;
    border: solid 0px #a50d0d;
    border-radius: 8px;
    align-items: center;
    flex-direction : row;
    justify-content : space-around;
    margin : 40px  0px ;
}
.box-buysell .box-buysell-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 25px;
    background: #FFF;
    color: #052440;
    font-weight: bold;
}
.box-buysell p {
    margin: 0; 
    padding: 0;
}

.box-buysell div {
   text-align : center;
   width: 125px;
   height: 125px;
   margin: auto; 
   padding: 0;
   font-size : 20px ; 
   border-radius : 3px ; 
   border : 1px solid #444444 ;
   background-color: #fff;
   box-shadow: 2px 2px 4px gray;
   text-align: center;
}

.buysell-btn:hover{
   border: 3px;
   border-style: solid;
   border-color: #fc487e;
   cursor: pointer;
}

.rent-btn:hover{
   border: 3px;
   border-style: solid;
   border-color: #06f19f;
   cursor: pointer;
}

.income-btn:hover{
   border: 3px;
   border-style: solid;
   border-color: #06b6f1;
   cursor: pointer;
}


/* 売買物件　*/

/* 賃貸物件　*/
.box-rent {
    width: 50%;
    height: 150px;
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 0px #1d5f9d;
    border-radius: 8px;
    align-items: center;
    flex-direction : row;
    justify-content : space-around;
    margin : 40px  0px ;
}
.box-rent .box-rent-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 25px;
    background: #FFF;
    color: #052440;
    font-weight: bold;

}
.box-rent p {
    margin: 0; 
    padding: 0;
}

.box-rent div {
   display:flex;
   width: 500px;
   height: 125px;
   margin-top: 15px; 
   padding: 0;
   font-size : 20px ; 
   border-radius : 3px ; 
   border : 1px solid #444444 ;
   background-color: #fff;
   box-shadow: 2px 2px 4px gray;
   text-align: left;

}

/* 賃貸物件　*/

/* 収益物件　*/
.box-income {
    width: 50%;
    height: 150px;
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 0px #19cb90;
    border-radius: 8px;
    align-items: center;
    flex-direction : row;
    justify-content : space-around;
    margin : 40px  0px ;
}
.box-income .box-income-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 25px;
    background: #FFF;
    color: #052440;
    font-weight: bold;
}
.box-income div {
   display:flex;
   width: 500px;
   height: 125px;
   margin-top: 15px; 
   padding: 0;
   font-size : 20px ; 
   border-radius : 3px ; 
   border : 1px solid #444444 ;
   background-color: #fff;
   box-shadow: 2px 2px 4px gray;
   text-align: left;
}
.box-income p {
    margin: 0; 
    padding: 0;
}
/* 賃貸物件　*/

.image {
  width: 130px; /*画像サイズ指定*/
  margin-top: 3px;
  margin-left: 0px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #b50f9f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
  position: absolute;
    height: 10px;
    width: 10px;
    border-top: 3px solid #b50f9f;
    border-right: 3px solid #b50f9f;
    transform: translateY(20%) rotate(-45deg);
    margin-top: 18px;
    margin-left:18px;
}

/* モーダル */
.modal-1__wrap {
  display: inline-block;
}

.modal-1__wrap input {
  display: none;
}

.modal-1__open-label,
.modal-1__close-label {
  cursor: pointer;
}

.modal-1__open-label {
  color: #4f96f6;
  font-size: .95em;
}

.modal-1__open-label:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #c7511f;
}

.modal-1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-1__open-input:checked + label + input + .modal-1 {
  display: block;
  animation: modal-1-animation .6s;
}

.modal-1__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 650px;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 5px;
}

.modal-1__close-label {
  background-color: #777;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.5;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 1.4em;
}

.modal-1__content {
  max-height: 50vh;
  overflow-y: auto;
  padding: 39px 45px 40px;
}

.modal-1__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}


@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #3293e7;
    }
}