@charset "utf-8";

/* a{
  display: block;
  width: auto;
  height: auto;
} */
a:hover{
  cursor: pointer;
  opacity: 0.7;
}



/* top-section */
.top-section{
  height: 500px;
  background-image: url("../img/top-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-search{
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 50px;
}
.account{
  width: 30%;
  background-color: rgb(255, 255, 255,0.9);
  text-align: center;
  padding: 30px;
}
.account-title{
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom:0;
}
.top-link .free-account{
  /* background-color: #EC733A; */
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  height: 45px;
  border-radius: 7px;
  letter-spacing: 2px;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-link .free-account a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width:100%;
  border-radius:7px;
  background-color: #EC733A;
}
.top-link .free-account a p{
  color: #fff;
  margin-bottom:0;
}
.top-link .all-renobe{
  /* background-color: #3F3B3A; */
  /* padding-top: 13px; */
  /* padding-bottom: 13px; */
  border-radius: 7px;
  letter-spacing: 2px;
  width: 85%;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-link .all-renobe a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width:100%;
  border-radius:7px;
  background-color: #3F3B3A;
}
.top-link .all-renobe a p{
  color: #fff;
  margin-bottom:0;
}
.search-box{
  width: 55%;
  display: flex;
  background-color: rgb(255, 255, 255,0.9);
  padding: 30px 20px;
  justify-content: space-around;
}
.search-box .srcterms{
  max-width: 360px;
  /* margin-right: auto; */
  /* margin-left: auto; */
}
.search-box .srcterms li p {
  margin-bottom:0;
}
.termslist1{
  display: flex;
  flex-wrap:wrap;
  /* margin-top: 10px; */
  margin-bottom: 20px;
  justify-content: space-between;
}
.termslist1-2{
  padding-top: 8px;
}
.termslist1-1{
  display: flex;
  /* justify-content: space-around; */
}
.termslist1-1 p{
  /* height: 30px; */
}
.termslist1-1{
  width: 45%;
}
.input-area{
  width: 100%;
  height: 30px;
  /* margin-right: 10px; */
}
p.tubo{
  padding-top: 10px;
  padding-left: 10px;
}
.search-box .srcterms li p.search-title{
  border-bottom: 2px solid #333;
  width:100%;
  margin-bottom:10px;
}
.termslist2 select{
  /* margin-top: 10px; */
  width: 60%;
  height: 30px;
}
.termslist2 select:hover{
  cursor: pointer;
}
.termslist3{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 90px;
  height: 155px;
  margin-left: 10px;
}
.termslist3 div#ropsearch{
  color: #fff;
  background-color: #3F3B3A;
  border:0;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  cursor:pointer;
  /* display: block; */
}
.top-search-icon{
  font-size: 20px;
  padding-bottom: 20px;
}
.termslist3 p {
  margin-bottom:0;
}

@media screen and (max-width:769px){
  
  .input-area{
    width: 100%;
    height: 40px;
  }
  .top-section{
    height:600px;
  }
  .top-search{
    display: block;
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .termslist1-1{
    width: 43%;
  }
  .termslist1-2{
    width: 10%;
    padding-left: 10px;
    padding-top: 13px;
  }
  p.tubo{
    padding-left: 10px;
    padding-top: 20px;
  }
  .termslist2 select{
    width: 100%;
    height: 40px;
  }
  .account{
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .search-box{
    display: block;
    width: 70%;
    padding: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .termslist3 {
    margin-top: 30px;
    height: 50px;
    width: 100%;
    margin-left: 0;
  }
  .termslist3 div#ropsearch {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-search-icon{
    padding-bottom: 0;
    padding-right: 20px;
  }
  .top-link{
    display: flex;
    justify-content: space-between;
  }
  .top-link .free-account{
    width: 47%;
  }
  .top-link .all-renobe{
    width: 47%;
    margin-top: 0;
  }
}
@media screen and (max-width:500px){
  .top-link .all-renobe a p{
    line-height: 15px;
    /* height: 20px; */
  }
  .accordion-content-top{
    top: 63px;
  }
}
/* top-section終わり */

/* mainvisual-window */
.sp-only-br{
  display: none;
}
/* #mainvisual button{
  background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
} */
.slide-arrow{
  position: absolute;
  top: 0;
  bottom: 0;
}
.prev-arrow,.next-arrow{
  /* top: 50px; */
  width: 50px;
  height: 50px;
}
.prev-arrow{
  top: 50%;
  left: 0;
  z-index: 5;
}
.next-arrow{
  top: 50%;
  right: 0;
}
.prev-arrow,.next-arrow:hover{
  cursor: pointer;
  /* opacity: 0.7; */
}


/* .slick-arrow:before{
	content:""!important;
}
.slick-next{
  right:0!important;
}
.slick-prev{
  left:0!important;
}
.slick-arrow{
  z-index:2!important;
} */
/* #content .photoBox #mainPhoto .flex-direction-nav li a.flex-prev {
	background: url('../img/slide_prev.png') center center no-repeat;
}
#content .photoBox #mainPhoto .flex-direction-nav li a.flex-next {
	background: url('../img/slide_next.png') center center no-repeat;
} */

@media screen and (max-width:980px){
  .dispFlex{
    display: block;
  }
  #mainvisual .imagebox img{
    /* width: 90%; */
    height: 400px;
  }
  #mainvisual .imagebox{
    width: 100%;
  }
  #mainvisual .visualtext{
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    /* display: flex; */
  }
  #mainvisual .visualtext .boxinner{
    width: 50%;
  }
  #mainvisual .visualtext h2{
    font-size: 130%;
  }
  #mainvisual .visualtext ul{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mainvisual .visualtext ul li{
    width: 30%;
    /* height: 81px; */
    /* padding-bottom: 3px; */
  }
  
}
@media screen and (max-width:769px){
  .br{
    display: none;
  }
  .sp-only-br{
    display: block;
  }
  #whatreborn .section-inner p span{
    /* display: none; */
    margin-bottom: 20px!important;
    padding-bottom: 20px!important;
  }
  #whatreborn .section-inner .office-text{
    /* width: 70%;
    margin: 0 auto;
    text-align: justify; */
  }
}
@media screen and (max-width:500px){
  #mainvisual .imagebox img{
    height: 250px;
  }
  .dispFlex{
    position: relative;
  }
  #mainvisual .visualtext .label-case{
    position: absolute;
    top: -130px;
    left: 10px;
    font-size: 12px;
    padding: 5px 40px;
  }
  #mainvisual .visualtext{
    padding-bottom: 0;
  }
  #mainvisual .visualtext .boxinner{
    background-color: rgb(5, 5, 5,0.5);

    width: 80%;
    position: absolute;
    top: -110px;
    left: 15px;
  }
  #mainvisual .visualtext h2{
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
  }
  #mainvisual .visualtext p{
    font-size: 60%;
    color: #fff;
  }
  .slick-prev, .slick-next{
    top: 45%;
  }
  #mainvisual .visualtext ul{
    display: none;
  }
  .sp-only-br{
    display: block;
  }
  .contents01 .section-inner h2{
    font-size: 170%;
  }
  .office-text{
    width: 90%;
    margin: 0 auto;
    /* text-align-last: left; */
  }
  .prev-arrow{
    top: 35%;
  }
  .next-arrow{
    top: 35%;
  }
}

/* mainvisual-window終わり */

/* whatreborn */













/* whatreborn終わり */

/* properties */
#properties .section-inner .ul-flex{
  display: flex;
  flex-wrap: wrap;
}
.rebon{
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 10px; */
  height: 40px;
  width: 100%;
  background-image: url("../img/rebon.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.rebon-text{
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.7px;
}


@media screen and (max-width:769px){
  #properties .section-inner .ul-flex .slick-prev{
    top: 25%;
    left: 0;
    padding-bottom: 10px;
    border: 1px solid #fff;
  }
  #properties .section-inner .ul-flex .slick-prev::before{
    content: "<";
    font-weight: bold;
    color: #fff;
    opacity: 1;
  }
  #properties .section-inner .ul-flex .slick-next{
    top: 25%;
    right: 0px;
    padding-bottom: 10px;
    border: 1px solid #fff;
  }
  #properties .section-inner .ul-flex .slick-next::before{
    content: ">";
    font-weight: bold;
    color: #fff;
    opacity: 1;
  }
  .arealistnav{
    width: 100%;
  }
  .arealistnav li{
    width: 110px;
    margin: 3px;
  }
  
  .property-box .link-todetail{
    width: 49%;
    /* margin: 0 auto; */
    /* margin-top: 15px; */
    /* margin-bottom: 25px; */
    padding-top: 8px;
    padding-bottom: 8px;
    /* color: blue; */
    font-size: 85%;
    letter-spacing: 1.2px;
    justify-content: flex-start;
  }
  #properties .section-inner .ul-flex{
    display: block;
  }
  #properties .section-inner .ul-flex .property-box{
    width: 95%;
    margin: 40px auto 60px auto;
  }
}
@media screen and (max-width:500px){
  .arealistnav li{
    width: 30%;
    margin: 3px;
  }
  .arealistnav .all-select{
    width: 93%;
  }
  .property-box .link-todetail{
    width: 49%;
    
  }
  .property-box .mainimage a{
    height: 160px;
  }
  
  #properties .section-inner .ul-flex{
    margin-bottom: 50px;
  
  }
}




/* properties終わり */



/* link-tolist */
@media screen and (max-width:500px){
  .link-tolist{
    width: 60%;
    padding: 10px 0;
    font-size: 100%;
    margin-top: 10px;
  }
}


/* link-tolist終わり */
.owner-bnr{
  text-align: center;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}
.owner-bnr a{
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.owner-bnr a img{
  width: 100%;
  /* max-width: 960px; */
}
.owner-bnr-sp{
  display: none;
}
@media screen and (max-width:500px){
  .owner-bnr{
    display: none;
  }
  .owner-bnr-sp{
    display: block;
   text-align: center;
  }
  .owner-bnr-sp a{
    width: 100%;
    margin: 0 auto;
  }
  .owner-bnr-sp a img{
    width: 70%;
  }
}


/* owner-bnr */


/* owner-bnr終わり */
/* rankinng */
#ranking{
  margin-top: 50px;
}


#ranking ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ranking li {
  position: relative;
  margin-bottom: 20px;
  /* width: 19.8%; */
  width: 230px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 4px -2px #dedede;
  border-radius: 10px;
}
#ranking .section-inner ul li .pimg {
  position: relative;
  height: 150px;
  overflow: hidden;
}
#ranking .section-inner ul li .pimg a {
  display: block;
  width: 100%;
  height: 100%;
}
#ranking li .pimg span {
  display: block;
  /* width: 50%; */
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 0;
  padding: 10px;
  line-height: 1em;
  text-align: center;
  font-size: 20px;
  /* font-size: 80%; */
  box-sizing: border-box;
}
#ranking .section-inner ul li .paddress-area {
  padding-top: 10px;
  /* padding: 8px 5px 5px; */
  box-sizing: border-box;
  margin: 0;
  font-size: 110%;
  font-weight: bold;
  /* height: 300px; */
  word-break: break-all;
}
#ranking .section-inner ul li .paddress-info {
  box-sizing: border-box;
  margin: 0;
  font-size: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.rank {
  background-color: #333;
}

.rank1 {
  background-color: #EDDE23;
}
.rank2 {
  background-color: #b7b7b7;
}
.rank3 {
  background-color: #ad875f;
}

@media screen and (max-width:1150px){
  #ranking li {
    width:19.5%;
  }
}
@media screen and (max-width:900px){
  #ranking li {
    width:49.5%;
  }
  #ranking li .pimg {
    height:200px;
  }
}

.cover-limited {
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 130%;
  /* display: none; */
  box-sizing: border-box;
  letter-spacing: 2px;
}

@media screen and (max-width:500px){
  #ranking ul{
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    justify-content: start;
}
#ranking li{
  margin-right: 5px;
  margin-left: 10px;
}
}

/* blogs */
#blogs{
  /* margin-top: 70px; */
}
#blogs .section-inner .ul-flex{
  flex-wrap: wrap;
}

.vvt-rbn{
  max-width:1200px;
  margin:50px auto;
  background-color:#fff;
  border-radius:15px;
  padding:50px 0px 20px;
}
.vvt-rbn ul{
  background-color:#fff;
  width: 100%;
  margin:10px auto;
  box-sizing:border-box;
  display:flex;
  justify-content: space-around;
}
.vvt-rbn ul li{
  width: 31%;
  padding:0px 10px;
  box-sizing: border-box;
}
/* .vvt-rbn ul li a{
  display: block;
} */
.vvt-rbn ul li a .pimg{
  position:relative;
  height:240px;
  overflow:hidden;
}
.vvt-rbn ul li a .pimg span{
  display:block;
  width:50%;
  background:rgba(255,128,128,0.8);
  color:#fff;
  font-weight:bold;
  position:absolute;
  top: 10px;
  left: 0;
  text-align: center;
  padding: 5px;
  font-size:80%;
  box-sizing:border-box;
}
.vvt-rbn ul li a .paddress-area{
  padding:8px 5px 5px;
  box-sizing:border-box;
  margin:0;
  font-size:110%;
  font-weight:bold;
}
.vvt-rbn ul li a .paddress-info{
  padding:0px 5px 10px;
  box-sizing:border-box;
  margin:0;
  font-size:90%;
}
.vvt-rbn .tosite{
  background-color: #3F3B3A;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.vvt-rbn .tosite a{
  font-weight: normal;
  color:#fff;
  display:inline-block;
  line-height:2em;
  letter-spacing: 1.7px;
}
.vvt-rbn .tosite a img{
  width: 110px;
  padding-left: 5px;
  padding-right: 5px;
}
.blog-title{
  height: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:769px){
  #blogs .slick-prev, #blogs .slick-next{
    height: 25px;
  }
  #blogs .slick-prev:before, #blogs .slick-next:before{
    line-height: 0.5;
  }
#blogs .section-inner .ul-flex .slick-prev{
    top: 25%;
    left: 20px;
    border: 1px solid #fff;
    background-color: #333;
  }
  #blogs .section-inner .ul-flex .slick-prev::before{
    content: "<";
    font-weight: bold;
    color: #fff;
    opacity: 1;
  }
  #blogs .section-inner .ul-flex .slick-next{
    top: 25%;
    right: 20px;
    border: 1px solid #fff;
    background-color: #333;
  }
  #blogs .section-inner .ul-flex .slick-next::before{
    content: ">";
    font-weight: bold;
    color: #fff;
    opacity: 1;
  }
  .vvt-rbn{
    margin-bottom: 0;
  }
  .vvt-rbn ul{
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    justify-content: start;
  }
  .link-todetail2{
    padding-right: 5px;
    padding-left: 5px;
  }
  
  /* .link-todetail{
    font-size: 60%;
  }
  .link-todetail2{
    font-size: 60%;
  } */
  .vvt-rbn .tosite{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width:500px){
  .contents02 .section-inner h2{
    font-size: 170%;
  }
  #blogs .section-inner .ul-flex{
    overflow: auto;
    flex-wrap: nowrap;
  }
  .vvt-rbn ul li{
    width: 235px!important;
    
}
.btn-box4{
  width: 225px;
}
  .vvt-rbn{
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 20px;
  }
  
  #blogs .section-inner .ul-flex .slick-prev{
    top: 20%;
  }
  #blogs .section-inner .ul-flex .slick-next{
    top: 20%;
  }
  .vvt-rbn ul li{
    padding: 0 5px;
  }
  .vvt-rbn ul li a .pimg{
    height: 150px;
  }
}
/* blogs終わり */


/* vvt-rbn */
@media screen and (max-width:769px){

  .vvt-rbn .ul-flex1 .slick-prev{
      top: 36%;
      left: 0;
      padding-bottom: 10px;
      border: 1px solid #fff;
    }
    .vvt-rbn .ul-flex1 .slick-prev::before{
      content: "<";
      font-weight: bold;
      color: #fff;
      opacity: 1;
    }
    .vvt-rbn .ul-flex1 .slick-next{
      top: 36%;
      right: 0px;
      padding-bottom: 10px;
      border: 1px solid #fff;
    }
    .vvt-rbn .ul-flex1 .slick-next::before{
      content: ">";
      font-weight: bold;
      color: #fff;
      opacity: 1;
    }
    .ul-flex2{
      flex-wrap: wrap;
      justify-content: space-between;
    }
    #blogs .vvt-rbn ul li{
      width: 47%;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width:500px){
#blogs .vvt-rbn h2{
  font-size: 140%;
  font-weight: normal;
  padding-bottom: 10px;
}
#blogs .vvt-rbn ul li a .pimg{
  height: 160px;
}
#blogs .vvt-rbn .tosite a{
  font-size: 120%;
}
#blogs .vvt-rbn .tosite a span{
  /* padding: 7px; */
}
#blogs .vvt-rbn .tosite a span img{
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
  }
/* vvt-rbn終わり */




/* indextext */
.contents05 .section-inner h2{
	font-size:210%;
	text-align:center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
  padding-top: 50px;
	padding-bottom:50px;
}

.contents05 .section-inner{
  max-width: 1200px;
  margin: 0 auto;
}
#indextext .section-inner .whatrenove{
  display: flex;
  justify-content: space-around;
  margin: 0 10px;
}
#indextext-sp{
  display: none;
}

@media screen and (max-width:769px){
  .contents05 .section-inner h2{
    font-size: 170%;
    padding-bottom: 0;
  }
  #indextext .section-inner .ul-flex{
    display: block;
    margin: 0 auto;
  }
  #indextext .section-inner .ul-flex li{
    margin: 0 auto;
    padding-right: 0;
    width: 90%;
    margin-bottom: 5px;
  }
  #indextext{
    display: none;
  }
  #indextext-sp{
    display: block;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #indextext-sp {
    background:url(../img/foottxtbg.jpg) center center no-repeat;
    background-size:cover;
    background-position: center;
}
#indextext-sp h2{
  font-size: 170%;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}
.accordion p{
  margin-bottom: 0;
}
.accordion-content{
  display: none;
}

.accordion:hover{
  cursor: pointer;
  opacity: 0.7;
}
#indextext-sp .section-inner{
  width: 96%;
}
#indextext-sp .section-inner h2{
  font-size: 24px;
  padding-top: 0;
  padding-bottom: 0;
}
#indextext-sp .section-inner p{
  font-size: 13px;
  padding-left: 5px;
}
}

/* indextext終わり */



/* linkline */
/* background-color: transparent; */

#linkline ul li a .link-img-title h3{
  /* padding-left:15px;
  padding-bottom: 25px; */
  /* margin-left: 25px; */
  font-size: 120%;
  color:#222;
  width:100%;
  text-align:center;
}
#linkline ul li a .link-img-title p.sitetitle{
  margin-bottom: 0;
  /* font-size: 110%; */
  font-size:100%;
  color:#222;
  padding-bottom:5px;
  text-align:center;
}
#linkline ul li a .link-img-title p.subtext{
  margin-bottom: 0;
  font-size: 90%;
  color:#222;
}

#linkline ul {
  display: flex;
  justify-content: space-between;
}
/* #linkline ul li{
  width: 32%;
  margin-right: 0;
} */
@media screen and (max-width:769px){
  #linkline .section-inner ul{
    display: block;
  }
  #linkline ul li{
    width: 98%;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  #linkline ul li a{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  #linkline ul li a .link-img-title{
    width: 250px;
    text-align: center;
    color:#222;
  }
  #linkline ul li a .link-img-title h3{
    text-align: center;
    padding-left:0;
    padding-bottom: 10px;
    /* margin-left: 25px; */
    font-size: 100%;
    color:#222;
  }
  #linkline ul li a .link-img-title p.sitetitle{
    margin-bottom: 0;
    font-size: 90%;
    color:#222;
  }
  #linkline ul li a .link-img-title p.subtext{
    margin-bottom: 0;
    font-size: 70%;
    color:#222;
  }

  #linkline{
    background-color: #fff;
    padding-bottom: 0;
  }
}
@media screen and (max-width:500px){
  
  #linkline ul li a{
    width: 98%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #linkline ul li a .logoimage{
    width: 130px;
    margin-right: 40px;
    padding-right: 0;
    padding-left: 0;
  }
  #linkline ul li a .link-img-title{
    width: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: -30px;
    /* color: blue; */
  }
  #linkline ul li a .link-img-title h3{
    text-align: center;
    padding-left:0;
    padding-bottom: 10px;
    /* margin-left: 25px; */
    font-size: 100%;
    color:#222;
  }
  /* #linkline ul li a .link-img-title p{
    font-size: 60%;
    text-align: center;
    margin-bottom: 0;
    margin-left: 20px;
  } */
  #linkline ul li a .link-img-title p.sitetitle{
    margin-bottom: 0;
    font-size: 90%;
    color:#222;
  }
  #linkline ul li a .link-img-title p.subtext{
    margin-bottom: 0;
    font-size: 70%;
    color:#222;
  }
  
  .contents01 .section-inner h2{
    padding-bottom: 20px;
  }
}

/* linkline終わり */


