html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;

}



article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  /* line-height: 1;
  letter-spacing: 1.8px; */
  font-size:87%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
}

/* 下層ページ共通メニュー */
/* .menu-mgn{
  margin-top:56px;
} */

/* 下層ページ共通メニュー */
/* .menu-mgn{
  margin-top:56px;
} */

.vivit-menu{
  width:100%;
  top:0;
  left:0;
  position:fixed;
  background-color:#fff;
align-items:center;
  display:flex;
  z-index:99;
  box-sizing:border-box;
}



.vivit-menu .top-btn{
  font-size:12px;
}
.vivit-menu .top-btn a{
  display:block;

  color:#ccc;
  padding:10px;
}

.vivit-menu .list{
margin-left:auto;
display:flex;
width:280px;
}
.vivit-menu .list li{
font-size:12px;
border-left:1px solid #ccc;
}
.vivit-menu .list li a{
display:block;
line-height:1.5em;
padding:5px;

text-align:center;
    margin: 5px;
}
.vivit-menu .list li.cur a{
background-color:#39a79c;
color:#fff;
}
.vivit-menu .list li:last-child a{

}
.vivit-menu .list li.local-btn{
width:33.3333%;
}
.vivit-menu .list li.top-btn{
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.fl {
  display: flex;
  flex-wrap: wrap;
}

.main {
  margin-top: 50px;
}

.ttl-sec {
  text-align: center;
  font-size: 38px;
  color: #707070;
  position: relative;
  margin-bottom: 75px;
  font-weight: 900;
}

.ttl-sec span {
  display: block;
  font-size: 24px;
  margin-top: 23px;
}

.ttl-sec .bg-icon {
  position: absolute;
  top: -50px;
  width: 200px;
  opacity: .35;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.ttl-sec .bg-icon img {
  width: 100%;
}

.sp-br,
.sp-br-ttl,
.marker-sp {
  display: none;
}

/*========== mainvisual ==========*/
.mainvisual {
  background-image: url(../img/mainvisual.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
}

.mainvisual .wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.mainvisual .wrapper::before {
  content: "";
  display: block;
  position: absolute;
  opacity: .65;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05c6e5+0,56b783+100 */
  background: rgb(235, 251, 101);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(235, 251, 101) 0%, rgb(86, 183, 131) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(235, 251, 101) 0%, rgb(86, 183, 131) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(235, 251, 101) 0%, rgb(86, 183, 131) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebfb65', endColorstr='#56b783', GradientType=0);
  /* IE6-9 */
}

.mainvisual .wrapper .text,
.mainvisual .wrapper .visual-icon {
  z-index: 5;
  color: #fff;
}

.mainvisual .wrapper .visual-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 620px;
}

.mainvisual .wrapper .visual-icon .icon2,
.mainvisual .wrapper .visual-icon .icon3 {
  position: absolute;
  bottom: 0px;
  line-height: 0;
  height: 150px;
}

.mainvisual .wrapper .visual-icon .icon2 img,
.mainvisual .wrapper .visual-icon .icon3 img {
  height: 100%;
}

.mainvisual .wrapper .visual-icon .icon2 {
  left: 0;
}

.mainvisual .wrapper .visual-icon .icon3 {
  right: 0;
}

.mainvisual .wrapper .visual-icon .wrap {
  position: relative;
  width: 100%;
}

.mainvisual .wrapper .text .icon {
  text-align: center;
  height: 90px;
  margin-bottom: 35px;
}

.mainvisual .wrapper .text .icon img {
  height: 100%;
}

.mainvisual .wrapper .text h1.ttl {
  font-size: 35px;
  position: relative;
  z-index: 10;
  margin-bottom: 35px;
}

.mainvisual .wrapper .text .sub-ttl {
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  font-size: 20px;
}

.mainvisual .wrapper .text .sub-ttl a {
  width:300px;
  padding:7px 10px;
  border-radius:10px;
  box-sizing:border-box;
  display:block;
  border:2px solid #fff;
  color:#fff;
  text-align:center;
  margin:20px auto;
  background-color:#38BBC5;
  transition: all .3s;
  position:relative;
}
.mainvisual .wrapper .text .sub-ttl a:hover {
  background-color:#7EC6BF;
}
.mainvisual .wrapper .text .sub-ttl a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: 900;
  position: absolute;
  /* top: 15px; */
  right: 15px;
  color: #fff;
}

.mainvisual .wrapper .text h1.ttl .marker {
  background: linear-gradient(transparent 50%, #ffff66 50%);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}

/*========== /mainvisual ==========*/
/*========== flow ==========*/
.flow {
  color: #707070;
  margin-bottom: 70px;
}

.flow>.content {
  margin-bottom: 45px;
}

.flow>.content>.ttl {

  font-size: 22px;
  margin-bottom: 30px;
  text-align:center;
}

.flow>.content>.ttl img {
  margin-right: 15px;
  vertical-align: bottom;
}

.flow>.content>.text {
  width: 100%;
  max-width:1200px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8;
  /* text-align: center; */
}

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

.flow .content-box .item {
  width: 19.5%;
  color: #fff;
  padding: 25px;
}

.flow .content-box .item .num {
  font-size: 35px;
  text-align: center;
  margin-bottom: 10px;
}

.flow .content-box .item .icon {
  text-align: center;
  height: 76px;
  margin-bottom: 15px;
}

.flow .content-box .item .icon.small {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow .content-box .item .icon.small img {
  height: 85%;
}

.flow .content-box .item .icon img {
  height: 100%;
}

.flow .content-box .item:nth-of-type(odd) {
  background-color: #B2C54E;
}

.flow .content-box .item:nth-of-type(even) {
  background-color: #77CFB1;
}

.flow .content-box .item .context .ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.flow .content-box .item .context .text {
  line-height: 1.8;
  font-size: 14px;
}

/*========== /flow ==========*/
/*========== cost ==========*/
.cost {
  margin-bottom: 90px;
}

.cost .content{
  margin-top: 150px;
  position:relative;
}

.cost .content .psn-main{
  position:absolute;
  left:50%;
  width:210px;
  margin-left:-105px;
  margin-top: -84px;
}

.cost .content .psn-main .img{
  width:100%;
}

.cost .sample {
  width: 25%;
  background-color: #eaeaea;
  text-align: center;
  padding: 0 15px 15px;
  color: #707070;
  z-index: -2;
  position: relative;
}

.cost .sample .icon {
  position: absolute;
  top: 35px;
  left: -62px;
  width: 120px;
}

.cost .sample .icon img {
  width: 100%;
}

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

.cost .context {
  width:45%;
}

.cost .sample .price {
  margin-top: 15px;
  padding-bottom: 5px;
  position: relative;
}

.cost .sample .price .in-ttl {
  margin-bottom: 10px;
  position: relative;
}

.cost .sample .price .in-ttl .strong {
  position: relative;
}

.cost .sample .price .in-ttl .strong .bg {
  position: absolute;
}

.cost .sample .price .in-ttl span {
  background-color: #eaeaea;
  padding: 0 10px;
}

.cost .sample .price .in-ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
  z-index: -1;
}

.cost .sample .price .price-num span {
  color: #38BBC5;
  font-size: 50px;
  padding: 0 10px;
}

.cost .sample .strong {
  position: relative;
  margin-right: 65px;
}

.cost .sample .strong .bg {
  position: absolute;
  width: 130px;
  top: -3px;
  left: 20%;
  z-index: -1;
}

.cost .sample .strong .bg img {
  width: 100%;
}

.cost .sample .price .strong .price-num span {
  font-size: 80px;
  color: #DC0043;
  font-weight: 500;
}

.cost .sample .price .sli {
  position: absolute;
  top: 40px;
  right: 20px;
  transform: rotate(-12deg);
  text-align: left;
  line-height: 1.3;
}

.cost .sample .price .sli span {
  background: linear-gradient(transparent 70%, #FFF700 70%);
}

.cost .sample .price .sli span:nth-child(3) {
  margin-left: 30px;
}

.cost .sample .price .sli span:nth-child(5) {
  margin-left: 75px;
}

.cost .context .ttl {
  font-size: 22px;
  color: #fff;
  background-color: #38BBC5;
  font-weight: 100;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-weight:900;
  text-align:center;
}

.cost .context .text {
  line-height: 2;
  font-size: 14px;
}

/*========== /cost ==========*/
/*========== check ==========*/
.cheack {
  margin-bottom: 50px;
}

.cheack .ttl-sec .bg-icon {
  width: 170px;
  top: -40px;
}

.cheack .content {

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05c6e5+0,56b783+100 */
  background: rgb(194, 216, 13);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(194, 216, 13) 0%, rgb(86, 183, 131) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(194, 216, 13) 0%, rgb(86, 183, 131) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(194, 216, 13) 0%, rgb(86, 183, 131) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2d80d', endColorstr='#56b783', GradientType=0);
  /* IE6-9 */
}

.cheack .content .content-box {
  padding: 0 0 0 50px;
  width: 1400px;
  margin: 0 auto;
}

.cheack .content .content-box .item {
  width: 33%;
  position: relative;
  padding: 40px 0;
  color: #fff;
}

.cheack .content .content-box .item .item-text-wrap {
  width: 50%;
  margin-left: auto;
  padding-right: 30px;
  border-right: 2px solid #fff;
      height: 100%;
}

.cheack .content .content-box .item .icon {
  position: absolute;
  left: 14px;
  bottom: 0;
  width: 160px;
}

.cheack .content .content-box .item .icon .icon-inner {
  position: relative;
}

.cheack .content .content-box .item .icon .icon-inner .icon-ttl {
  position: absolute;
  left: 30px;
  top: -11px;
  transform: rotate(-14deg);
  color: #2D9198;
}

.cheack .content .content-box .item .icon .icon-inner .icon-ttl span {
  font-size: 70px;
  margin-left: 6px;
}

.cheack .content .content-box .item .icon img {
  width: 100%;
}

.cheack .content .content-box .item .item-text-wrap .ttl {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.cheack .content .content-box .item .item-text-wrap .text {
  font-size: 13px;
  line-height: 1.8;
}

.cheack .content .content-box .item:nth-child(3) .item-text-wrap {
  padding-right: 30px;
  border: none;
}

/*========== /check ==========*/
/*========== example ==========*/
.example {
  margin-bottom: 70px;
}

.example .ttl {
  text-align: center;
  font-size: 30px;
  line-height: 2;
  color: #38BBC5;
  font-weight: 500;
  margin-bottom: 50px;
}

.example .slide div img {
  width: 100%;
}

/*========== /check ==========*/
/*========== example ==========*/
.form .inner {
  width: 950px;
  margin: 0 auto;
}

.form .inner .content {
  background-color: rgba(181, 216, 217, 0.4);
}

.form .inner .content .ttl {
  background-color: #38BBC5;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin-bottom: 50px;
}

.form .inner .content .ttl img {
  height: 70px;
}

.form .inner .content .ttl p span {
  font-size: 16px;
}

.form .inner .content .ttl p {
  line-height: 1.4;
  font-size: 25px;
  margin-left: 20px;
  font-weight: 300;
}

.form .inner .content .wrap {
  width: 768px;
  margin: 0 auto;
  text-align: center;
}

.form .inner .content .wrap:nth-child(2n) {
  margin-top: 30px;
  margin-bottom: 30px;
}

.form .inner .content .border {
  width: 95%;
  margin: 0 auto;
  display: block;
  height: 1px;
  background-color: #707070;
}

.form .inner .content .wrap .f-ttl {
  font-size: 30px;
  margin-bottom: 20px;
}

.form .inner .content .wrap .f-ttl+.sub {
  font-size: 20px;
  margin-bottom: 20px;
}
.form .inner .content .wrap .sub2 {
  color: #E96F6F;
}
.originalFileBtn {
  display: inline-block;
  position: relative;
  background-color: #E96F6F;
  color: #fff;
  font-size: 18px;
  padding: 15px 45px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.originalFileBtn input[type="file"] {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.form .inner .content .wrap table {
  width: 100%;
}

.form .inner .content .wrap table tr {
  margin-bottom: 15px;
  display: block;
}

.form .inner .content .wrap table tr th {
  width: 110px;
  vertical-align: middle;
  text-align: left;
  padding: 20px 10px;
  background-color: #9ACCCE;
  line-height: 1.5em;
  color: #fff;
}

.form .inner .content .wrap table tr td {
  background-color: #fff;
  width: 83.3%;
  text-align: left;
  vertical-align: middle;
  padding: 0 20px;
}

.form .inner .content .wrap table tr td input[type="text"] {
  font-size: 16px;
  padding: 5px;
  width: 97%;
  border-radius: 5px;
  border: 1px solid #ABABAB;
}

.form .inner .content .wrap table tr td .small input[type="text"] {
  width: 120px;
}

.form .inner .content .wrap table tr td .textarea {
  padding: 15px 0;
}

.form .inner .content .wrap table tr td .textarea textarea {
  border-radius: 5px;
  border: 1px solid #ABABAB;
  width: 100%;
  resize: vertical;
}

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

.form .inner .content .wrap table tr td .small.fl {
  align-items: center;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 0px 0px 10px;
  padding: 5px 5px 5px 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

/* .radio:hover, .checkbox:hover {
  background-color: #e2edd7;
}

.radio:hover:after, .checkbox:hover:after {
  border-color: #53b300;
} */
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  opacity: 0;
}

input[type=radio]:checked+.radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked+.checkbox:before {
  opacity: 1;
}

input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.form {
  margin-bottom: 30px;
}

.form .inner .content {
  background-color: rgba(181, 216, 217, 0.4);
  padding-bottom: 30px;
}

.form .submit {
  margin-top: 30px;
}

input#confirms {
  display: inline-block;
  position: relative;
  background-color: #E96F6F;
  color: #fff;
  font-size: 18px;
  padding: 6px 45px;
  border:0;
  border-radius:5px;
}

.point-ttl{
  padding:.5rem;
  background-color:#333;
  color:#fff;
}

.point{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.point .item{
  margin-top:1rem;
  width:27%;
  padding:1rem;
  background-color:#fff;
  border-radius:5px;
}
.point .item img{
  display:inline-block;
  margin-top:10px;
}

.req{
  display:inline-block;
  color:#fff;
  background-color: #E96F6F;
  font-size:12px;
  padding:4px;
  line-height:1em;
  border-radius:5px;
  margin-left:5px;
}

.ng{
  margin-top:10px;
  font-size:12px;
  line-height:1.5em;
  color:#999;
}


/* 20200302 korenaga */
#modalbg {
  display:none;
  z-index:10009;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  /* display: flex; */
  justify-content: center;
  align-items: center;
}
#modalbg #modalform {
  display:none;
  background-color:#fff;
  border:1px solid #7B8158;
  padding:30px;
  width:95%;
  max-width:650px;
  margin:0 auto;
  border-radius:20px;
}
#modalbg #modalform .mailconts {
  display:flex;
  flex-wrap:wrap;
  border-bottom:1px solid #ddd;
  padding:15px 0px;
}
#modalbg #modalform .mailconts .mlttl {
  width:30%;
  text-align:right;
}
#modalbg #modalform .mailconts .mlconts {
  width:70%;
  padding:0 10px;
}
#modalbg #modalform .btnbox button {
  display:block;
  width:200px;
  margin:15px auto;
  padding:15px;
  border:1px solid #ff5600;
  border-radius:10px;
  background-color:#ff8900;
  color:#fff;
  text-align:center;
  font-size:125%;
  cursor:pointer;
}

#valialert {
  display:none;
  width:450px;
  background-color:#fff;
  border:1px solid #ddd;
  padding:30px;
}
#valialert p.msg {
  text-align:center;
  padding:20px 0px;
  font-size:110%;
}
#valialert p.btns {
  width:80%;
  border:1px solid #ccc;
  padding:15px;
  margin:0 auto;
  text-align:center;
  border-radius:10px;
  cursor:pointer;
}
#valialert p.btns:hover {
  background-color:#e1e1e1;
}

.search .inner.inner-form{
  max-width:800px;
}

div.search-form {
  border-radius:20px;
  background-color:#38BBC5;
  color:#fff;
  overflow:hidden;
  box-sizing:border-box;
}
div.search-form h2.ttl i img{
      vertical-align: middle;
      margin-right:20px;
      width:50px;
}
div.search-form h2.ttl {
  padding:10px;
  text-align:center;
  background-color:#1397A2;
  /* font-size:20px; */
  font-size:125%;
}
div.search-form div.input-wrap {
  display:flex;
  flex-wrap:wrap;
  padding:10px;
  box-sizing:border-box;
}
div.search-form div.input-wrap div.item {
  width:50%;
  padding:0 10px;
  box-sizing:border-box;
}

div.search-form div.input-wrap .item:nth-child(2) .ttl{
  line-height: 1.6em;
}

div.search-form div.input-wrap div.item:first-child {
  border-right:1px solid #fff;
}
div.search-form div.input-wrap div.item div.ttl {
  padding:0 10px;
  border-bottom:1px solid #fff;
  min-height:50px;
  display:flex;
  align-items:center;
  font-size:125%;
}
div.search-form div.input-wrap div.item div.ttl label {
  letter-spacing:1.8px;
}
div.search-form div.input-wrap div.item div.ttl label input {

}
div.search-form div.input-wrap div.item div.form-area{
  padding:10px;
  text-align:center;
  letter-spacing:.3em;
}
div.search-form div.input-wrap div.item div.form-area.form1 {

}
div.search-form div.input-wrap div.item div.form-area.form2 {
}
div.search-form div.input-wrap div.item div.form-area.form1 input {
  margin-left:5px;
  margin-right:5px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    outline: none;
    width:40px;
    display:inline-block;
}
div.search-form div.input-wrap div.item div.form-area.form2 select{
  padding: 10px;
  border: none;
  border-radius: 10px;
  outline: none;
  display:inline-block;
  min-width:200px;
}

div.search-form .btn-wrap button {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    border-radius: 10px;
    border: none;
    outline: none;
    background: #E96F6F;
    color:#fff;
    min-width:200px;
}
div.search-form .btn-wrap {
  padding:10px;
  text-align:center;
}
div.search-form .btn-wrap button#fopsearch {
  width:inherit;
}

div.search-form .btn-wrap button i img{
      vertical-align: middle;
      margin-right:20px;
      width:30px;
}
div.search-form .btn-wrap button i i {
}
div.search-form .btn-wrap i {
}
div.search-form div.input-wrap i {
}
div.search-form i {
}

.article-list{
  background:#efefef;
  padding:20px;
  margin-top:40px;
}
.article-list
.links{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  box-sizing:border-box;
  margin-bottom:20px;
}
.article-list
.links a{
 width:13%;
 box-sizing:border-box;
 padding:20px 10px;
 border-radius:10px;
 color:#fff;
 text-align:center;
 background-color:#FFB370;
}
.article-list
.property-box {
    /* width: calc(25% - 20px); */
    /* padding: 0px 0px; */
    background-color:#fff;
    /* margin:0 10px; */
}
.article-list .property-box h3,
.article-list .property-box p{
  padding:0 10px;
}
/* .article-list .property-box a.link-todetail{
  margin-top:15px;
  margin-left:10px;
  margin-bottom:10px;
  font-size: 75%;
  padding:12px 15px;
} */

.article-list .property-box .labels {

    font-size: 13px;
    padding: 10px;
}


.property-box {
  border: 1px solid #ccc;
  width: 24%;
  padding: 10px 10px 20px;
  box-sizing: border-box;
  box-shadow: 3px 3px 4px -2px #dedede;
  border-radius: 10px;
  position: relative;
}

/* ranking HTMLstyle */
#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 .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 a .paddress-area{
  padding:8px 5px 5px;
  box-sizing:border-box;
  margin:0;
  font-size:110%;
  font-weight:bold;
}
#ranking .section-inner ul li .paddress-info{
  box-sizing:border-box;
  margin:0;
  font-size:90%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#ranking .section-inner ul li .paddress-a{
  word-wrap: break-word;
}

.btn-box{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.btn-box1{
  margin-top: 0px;
  display: flex;
  justify-content: space-around;
}
.btn-box p{
  margin-bottom: 0;
}
.btn-box1 p{
  margin-bottom: 0;
}

.section-inner .ul-flex{
  flex-wrap: wrap;
}
#ranking .section-inner ul li .paddress-area a{
  word-break:break-all;
  /* padding-top: 10px; */
}
#ranking .section-inner a.sp-only{
  display: none;
}
#ranking li .link-todetail, .property-box .link-todetail{
  width: 49%;
}
#ranking li .link-todetail2, .property-box .link-todetail2{
  width: 49%;
}
@media screen and (max-width:1024px){
  .property-box{
    width: 250px;
  }
  /* #ranking ul{
   flex-wrap: wrap;
  } */
  
}
@media screen and (max-width:769px){
  #ranking .section-inner a.sp-only{
    display: block;
    display: flex;
    align-items: center;
  }
  .arealistnav{
    margin: auto;
    /* justify-content: center; */
  }
  .search-box .section-inner{
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
  }
  .arealistnav{
    display: flex;
    flex-wrap: wrap;
  }
  .srcterms .termslist1{
    width: 100%;
  }
  .srcterms .termslist2{
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .srcterms .termslist3{
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 0;
  }
  .section-inner .ul-flex{
    flex-wrap: nowrap;
    overflow-y: auto;
    white-space: nowrap;
    width: 100%;
    justify-content: start;
  }
  .section-inner .ul-flex li{
    
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    width: 250px;
  }
  #ranking ul{
    flex-wrap: nowrap;
    overflow-y: auto;
    white-space: nowrap;
    width: 100%;
    justify-content: start;
  }
  #ranking .section-inner ul li .paddress-area{
    /* width: 170px; */
    white-space: normal;
    padding-bottom: 10px;
  }
  #ranking .section-inner ul li{
    width: 200px!important;

  }
  #ranking .section-inner ul li .paddress-info{
    /* display: none; */
    
  }

  div.wrap_navi_page01{
    width: 90%;
    margin: 0 auto;
  }
  #ranking li .link-todetail2{
    width: 50%;
  }
  #ranking li .btn-box{
    display: block;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #ranking li .btn-box1{
    display: block;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #ranking li .btn-box a{
    width: 100%;
    margin-bottom: 5px;
  }
  #ranking li .btn-box1 a{
    width: 100%;
    margin-bottom: 5px;
  }
  #ranking .section-inner ul li .pimg{
    width: 130px;
  }
}
@media screen and (max-width:500px){
  #ranking li .link-todetail, .property-box .link-todetail{
    width: 48%;
  }
  #ranking .section-inner .ul-flex li{
    /* display: block; */
    /* height: auto; */
    /* width: 170px!important; */
    margin-right: 3px;
    box-sizing: border-box;
    font-size: 90%;
  }
  #ranking .section-inner ul li .paddress-info{
    /* display: none; */
  }
  
  #ranking .section-inner ul li .paddress-area a{
    word-break:break-all;
    margin-top: 10px;
    /* white-space: normal; */
  }
  #ranking .section-inner a.sp-only{
    display: block;
    display: flex;
  }
  .srcterms .termslist1{
    width: 95%;
    margin:  0 auto;
  }
  .property-box .mainimage a{
    height: 170px;
  }
  #ranking .section-inner ul li .pimg{
    height: 120px;
  }
}

/* ranking HTMLstyle終わり */


