/*-----------------------------------------------
    index
-----------------------------------------------*/

.secCmnTit {
  background-image: url(../img/event/bgCmnTit.jpg);
}

@media only screen and (max-width:767px) {
  .secCmnTit {
    background-image: url(../img/event/bgCmnTit_sp.jpg);
    background-size: cover;
  }
}

.secHalrBnr {
  margin: 0;
}


/* secEvent */

.secEvent:not(.details) {
  padding: 60px 0 100px 0;
  margin-top: 50px;
  background-color: #ededed;
}

.secEventList {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}

.secEventList .item {
  width: 31.25%;
  margin-right: 3.125%;
}

.secEventList .item:nth-child(3n) {
  margin-right: 0;
}

.secEventList .item:nth-child(n + 4) {
  margin-top: 50px;
}

.secEventList .item .link {
  display: block;
  text-decoration: none;
  color: #000000;
  box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.secEventList .item .imgbox {
  width: 100%;
  overflow: hidden;
  height: 266px;
}


/* .secEventList .item .link:hover .imgbox img{
    transform: scale(1);
    transition: .3s;
}
.secEventList .item .link:hover .imgbox img{
    transform: scale(1.05);
    transition: .3s;
} */

.secEventList .item .txtbox {
  padding: 14px 20px 20px;
}

.secEventList .item .txtbox .onbox {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.secEventList .item .txtbox .onbox .days {
  font-size: 13px;
  line-height: 24px;
  width: 100%;
  display: block;
  order: 3;
}

.secEventList .item .txtbox .onbox .iconlist {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}

.secEventList .item .txtbox .onbox .iconlist:only-child,
.secEventList .item .txtbox .onbox .days+.iconlist:last-child {
  width: auto;
  margin: 0 0 0 auto;
}

.secEventList .item .txtbox .onbox .iconlist+.iconlist {
  width: 63px;
}

.secEventList .item .txtbox .onbox .iconlist .icon {
  min-width: 70px;
  height: 35px;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  background: #000;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 5px;
}

.secEventList .item .txtbox .onbox .iconlist .icon:last-child {
  margin-right: 0;
}

.secEventList .item .txtbox .onbox .iconlist .icon01 {
  background: #65ad2f;
}

.secEventList .item .txtbox .onbox .iconlist .icon02 {
  background: #65ad2f;
}

.secEventList .item .txtbox .onbox .iconlist .icon03 {
  background: #aaaaaa;
}

.secEventList .item .txtbox .tit {
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: 1px;
  max-height: 60px;
  margin-top: 4px;
}

.secEventList .item .txtbox .underbox {
  border-top: 1px solid #cccccc;
  margin-top: 13px;
  padding-top: 14px;
}

.secEventList .item .txtbox .underbox .u_item {
  position: relative;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 50px;
  margin-bottom: 8px;
}

.secEventList .item .txtbox .underbox .u_item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 40px;
  height: 18px;
  background: #182033;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secEventList .item .txtbox .underbox .u_item.time::before {
  content: '時間';
}

.secEventList .item .txtbox .underbox .u_item.address::before {
  content: '場所';
}

.secEventList .item.end .endbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 266px;
  background: rgb(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.secEventList .item.end .endbox .inbox {
  display: inline-block;
  text-align: center;
}

.secEventList .item.end .endbox .inbox .imgitem {}

.secEventList .item.end .endbox .inbox .endtxt {
  font-size: 15px;
  line-height: 38px;
  color: #fff;
}

@media only screen and (max-width:767px) {
  .secEvent:not(.details) {
    padding-top: 0;
    padding-bottom: 50px;
    margin-top: 0;
    background-color: #fff;
  }

  .secEventList {
    margin-top: 30px;
    display: block;
  }

  .secEventList .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .secEventList .item:nth-child(n + 4) {
    margin-top: 0px;
  }

  .secEventList .item .link {
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
  }

  .secEventList .item .imgbox {
    width: 100%;
    height: 61.335vw;
  }

  /* .secEventList .item .link:hover .imgbox img{
        transform: scale(1);
        transition: .3s;
    }
    .secEventList .item .link:hover .imgbox img{
        transform: scale(1.05);
        transition: .3s;
    } */
  .secEventList .item .txtbox {
    padding: 13px 14px 12px;
  }

  .secEventList .item .txtbox .onbox .days {
    font-size: 12px;
  }

  .secEventList .item .txtbox .onbox .iconlist {
    display: flex;
    align-items: right;
  }

  .secEventList .item .txtbox .onbox .iconlist .icon {}

  .secEventList .item .txtbox .onbox .iconlist .icon:last-child {
    margin-right: 0;
  }

  .secEventList .item .txtbox .onbox .iconlist .icon01 {
    background: #65ad2f;
  }

  .secEventList .item .txtbox .onbox .iconlist .icon02 {
    background: #65ad2f;
  }

  .secEventList .item .txtbox .onbox .iconlist .icon03 {
    background: #aaaaaa;
  }

  .secEventList .item .txtbox .tit {
    font-size: 16px;
    line-height: 1.5625;
    letter-spacing: 1px;
    max-height: 50px;
    margin-top: 8px;
    font-weight: 500;
  }

  .secEventList .item .txtbox .underbox {
    border-top: 1px solid #cccccc;
    margin-top: 11px;
    padding-top: 14px;
  }

  .secEventList .item .txtbox .underbox .u_item {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .secEventList .item .txtbox .underbox .u_item::before {
    height: 14px;
    font-size: 11px;
    padding-top: 2px;
  }

  .secEventList .item.end .endbox {
    height: 61.335vw;
  }

  .secEventList .item.end .endbox .inbox {
    display: inline-block;
    text-align: center;
  }

  .secEventList .item.end .endbox .inbox .imgitem {
    width: 213px;
  }

  .secEventList .item.end .endbox .inbox .endtxt {
    font-size: 13px;
  }
}


/*-----------------------------------------------
    details
-----------------------------------------------*/

.secEvent.details {}

.secTitle {
  padding-top: 31px;
  padding-bottom: 17px;
  background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left bottom / 4px 1px repeat-x;
}

.secTitle .onbox {}

.secTitle .onbox {
  display: flex;
}

.secTitle .onbox .days {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.5px;
  max-width: calc(100% - 136px);
}

.secTitle .onbox .iconlist {
  display: flex;
  margin-left: 20px;
}

.secTitle .onbox .iconlist .icon {
  width: 63px;
  height: 21px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  background: #000;
  text-align: center;
  margin-right: 10px;
  font-size: 12px;
}

.secTitle .onbox .iconlist .icon:last-child {
  margin-right: 0;
}

.secTitle .onbox .iconlist .icon01 {
  background: #65ad2f;
}

.secTitle .onbox .iconlist .icon02 {
  background: #65ad2f;
}

.secTitle .onbox .iconlist .icon03 {
  background: #aaaaaa;
}

.secTitle .tit {
  font-size: 25px;
  line-height: 1.8;
  letter-spacing: 2px;
  font-weight: bold;
  padding-top: 12px;
}

.secTitle .underbox {
  display: flex;
  padding-top: 8px;
}

.secTitle .underbox .u_item {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.2;
  padding-left: 17px;
  margin-bottom: 8px;
  margin-right: 16px;
}

.secTitle .underbox .u_item.time {}

.lazyloaded .secTitle .underbox .u_item.time {
  background: url(../img/event/imgitemtime.gif) left center no-repeat;
  background-size: 13px auto;
}

.secTitle .underbox .u_item.address {}

.lazyloaded .secTitle .underbox .u_item.address {
  background: url(../img/event/imgitemaddress.gif) left center no-repeat;
  background-size: 10px auto;
  margin-right: 10px;
}

.secTitle .onbox .iconlist .icon:last-child {
  margin-right: 0;
}

@media only screen and (max-width:767px) {
  .secEvent.details {}

  .secTitle {
    padding-top: 28px;
    padding-bottom: 6px;
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 2px) left bottom / 2px 1px repeat-x;
  }

  .secTitle .onbox {}

  .secTitle .onbox {
    display: flex;
  }

  .secTitle .onbox .days {
    font-size: 12px;
    max-width: calc(100% - 136px);
  }

  .secTitle .onbox .iconlist {
    display: flex;
    margin-left: 20px;
    margin-top: 2px;
  }

  .secTitle .onbox .iconlist .icon {
    width: 63px;
    height: 21px;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    background: #000;
    text-align: center;
    margin-right: 10px;
  }

  .secTitle .onbox .iconlist .icon:last-child {
    margin-right: 0;
  }

  .secTitle .onbox .iconlist .icon01 {
    background: #65ad2f;
  }

  .secTitle .onbox .iconlist .icon02 {
    background: #65ad2f;
  }

  .secTitle .onbox .iconlist .icon03 {
    background: #aaaaaa;
  }

  .secTitle .tit {
    font-size: 16px;
    line-height: 1.5625;
    letter-spacing: 2px;
    font-weight: bold;
    padding-top: 8px;
  }

  .secTitle .underbox {
    display: block;
    padding-top: 10px;
  }

  .secTitle .underbox .u_item {
    font-size: 12px;
    padding-left: 16px;
    margin-bottom: 9px;
    margin-right: 16px;
  }

  .secTitle .underbox .u_item.time {}

  .lazyloaded .secTitle .underbox .u_item.time {
    background: url(../img/event/imgitemtime.gif) left center no-repeat;
    background-size: 13px auto;
  }

  .secTitle .underbox .u_item.address {}

  .lazyloaded .secTitle .underbox .u_item.address {
    background: url(../img/event/imgitemaddress.gif) left center no-repeat;
    background-size: 10px auto;
    margin-right: 10px;
  }

  .secTitle .onbox .iconlist .icon:last-child {
    margin-right: 0;
  }
}


/* secTop */

.secTop {
  margin-top: 40px;
}

.secTop .imgbox {
  text-align: center;
}

.secTop .imgbox img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.secTop .txtbox {
  padding-top: 16px;
  letter-spacing: 0.25px;
}

.secTop .txtbox .tit {
  font-size: 25px;
  line-height: 50px;
  font-weight: bold;
}

.secTop .txtbox .txt {
  font-size: 15px;
  line-height: 28px;
  padding-top: 10px;
}

@media only screen and (max-width:767px) {
  .secTop {
    margin-top: 20px;
  }

  .secTop .imgbox {
    text-align: center;
  }

  .secTop .imgbox img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .secTop .txtbox {
    padding-top: 14px;
    letter-spacing: 0.25px;
  }

  .secTop .txtbox .tit {
    font-size: 16px;
    line-height: 1.5625;
  }

  .secTop .txtbox .txt {
    font-size: 12px;
    line-height: 1.75;
    padding-top: 11px;
  }
}

.secTop .infoTable {
  width: 100%;
  margin-top: 42px;
}

.secTop tr {
  border-bottom: 1px solid #fff;
  background: #f6f5f3;
}

.secTop th {
  background: #444444;
  width: 149px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  vertical-align: middle;
  padding: 18px 5px;
}

.secTop td {
  font-size: 15px;
  line-height: 1.66;
  vertical-align: middle;
  padding: 17px 13px;
  letter-spacing: 0.5px;
}

.secTop a {
  color: #1e88e5;
  text-decoration: underline;
}

@media only screen and (max-width:767px) {
  .secTop .infoTable {
    margin-top: 24px;
  }

  .secTop tr {
    border-bottom: 1px solid #fff;
    background: #f6f5f3;
  }

  .secTop th {
    width: 100px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1.75;
    padding: 9px 5px;
  }

  .secTop td {
    font-size: 12px;
    line-height: 1.75;
    vertical-align: middle;
    padding: 10px 10px 9px;
    letter-spacing: 0.5px;
  }

  .secTop a {
    color: #1e88e5;
  }
}


/* secMap */

.secMap {
  height: 450px;
  position: relative;
  margin-top: 50px;
}

.secMap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width:767px) {
  .secMap {
    height: 0;
    padding-top: 86.96%;
    margin-top: 19px;
  }
}


/* secBnr */

.secBnr {
  margin-top: 80px;
}

.secBnr a {
  display: block;
}

@media only screen and (max-width:767px) {
  .secBnr {
    margin-top: 40px;
  }
}


/* secEntry */

.secEntry {
  margin-top: 80px;
}

@media only screen and (max-width:767px) {
  .secEntry {
    margin-top: 40px;
  }
}


/* secMovie */

.secMovie {
  width: 1120px;
  margin: 0 auto;
  margin-top: 73px;
}

.secMovie .box {
  position: relative;
  width: 100%;
  height: 630px;
  margin-bottom: 50px;
}

.secMovie .box:last-child {
  margin-bottom: 0;
}

.secMovie .box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width:767px) {
  .secMovie {
    width: 100%;
    margin-top: 35px;
  }

  .secMovie .box {
    height: 0;
    padding-top: 56.235%;
    margin-bottom: 30px;
  }

  .secMovie .box:last-child {
    margin-bottom: 0;
  }
}

.secEntryForm {
  margin-top: 295px;
  padding-top: 254px;
  position: relative;
  padding-bottom: 150px;
}

.secEntryForm .bnrlist {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: calc(50% - 640px);
  top: -175px;
}

.secEntryForm .bnrlist .item {}

@media only screen and (max-width:767px) {
  .secEntryForm {
    margin-top: 50px;
    padding-top: 0;
    position: relative;
    padding-bottom: 58px;
  }

  .secEntryForm .secForm .tableIn {
    padding-bottom: 30px;
  }

  .secEntryForm .bnrlist {
    display: block;
    position: static;
    margin-bottom: 40px;
  }

  .secEntryForm .bnrlist .item {
    width: 100%;
    margin-bottom: 10px;
  }

  .secEntryForm .bnrlist .item:last-child {
    margin-bottom: 0;
  }
}


/* secBackbtn */

.secBackbtn {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 100px;
  background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left top / 4px 1px repeat-x;
}

.secEntryForm .secBackbtn {
  margin: 0 auto;
  background: none;
  padding: 0;
  margin-top: 81px;
}

.secBackbtn .btn {
  position: relative;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
  font-size: 14px;
}

.secBackbtn .btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #575757;
  border-right: 1px solid #575757;
  transform: rotate(-135deg);
  margin: auto;
}

@media only screen and (max-width:767px) {
  .secBackbtn {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 2px) left top / 2px 1px repeat-x;
  }

  .secEntryForm .secBackbtn {
    margin: 0 auto;
    background: none;
    padding: 0;
    margin-top: 0;
  }

  .secBackbtn .btn {
    width: 200px;
    height: 44px;
    font-size: 13px;
  }

  .secBackbtn .btn::before {
    left: 12px;
  }
}

.coPage .secEntryForm {
  padding: 80px 0;
}

@media only screen and (max-width:767px) {
  .coPage .secEntryForm {
    padding: 0;
  }
}

.secTop a.pagePdfBtn {
  box-shadow: none;
  background-color: #65ad2f;
  color: #fff;
  margin: 30px auto 0;
  text-decoration: none;
}

.secTop a.pagePdfBtn.pageBtn::before {
  display: none;
}

@media only screen and (max-width:767px) {
  .secTop a.pagePdfBtn {
    margin: 20px auto 0;
    width: 82.61%;
    height: 44px;
    border-radius: 22px;
  }
}


/* secSearch */

.secSearch {
  margin-top: 30px;
}

.secSearch .secCounter {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #efefef;
  padding: 10px;
  border-radius: 3px;
}

.secSearch .estateTit {
  font-size: 18px;
  padding-left: 40px;
}

.secSearch .numberArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76.985%;
}

.secSearch .estateNum {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 3px;
  width: 100%;
}

.secSearch .estateNum+.estateNum {
  margin-left: 10px;
}

.secSearch .estateNum.nowBox {
  background-color: #ced237;
}

.secSearch .estateNum.beforeBox {
  background-color: #e1e4da;
}

.secSearch .numTit {
  font-size: 17px;
}

.secSearch .nmberBox {
  width: 235px;
}

@media only screen and (max-width:767px) {
  .secSearch .secCounter {
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .secSearch .estateTit {
    font-size: 13px;
    padding-left: 0;
    background-color: #e1e4da;
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px 3px 0 0;
  }

  .secSearch .numberArea {
    flex-direction: column;
    width: 91.306%;
    padding: 15px 0;
  }

  .secSearch .estateNum {
    padding: 10px;
  }

  .secSearch .estateNum+.estateNum {
    margin: 10px 0 0 0;
  }

  .secSearch .numTit {
    font-size: 14px;
  }

  .secSearch .nmberBox {
    width: 132px;
  }

  .secCounter .numTxt {
    font-size: 32px;
  }

  .secCounter .bgAbu {
    width: 42px;
    height: 40px;
  }
}


/* secNarrow */

.secNarrow {
  margin-top: 30px;
}

.secNarrow .narrowTit {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #182033;
  padding: 0 30px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.secNarrow .narrowTit::before,
.secNarrow .narrowTit::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background: white;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.secNarrow .narrowTit::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.secNarrow .narrowTit.active::after {
  transform: rotate(0);
  transition: 0.5s;
  top: 48%;
}

.secNarrow .narrowList {
  border: 1px solid #182033;
  background-color: #fff;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 0 0 4px 4px;
}

.secNarrow .narrowList .item {
  width: 100%;
  font-size: 15px;
  display: none;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.secNarrow .narrowList .item.btnItem {
  padding: 30px 0;
}

.secNarrow .narrowList .item.showItem {
  display: flex;
}

.secNarrow .narrowList .item.halfItem {
  width: 50%;
}

.secNarrow .narrowList .item:last-child {
  border-bottom: none;
}

.secNarrow .narrowList .item .txt {
  font-weight: bold;
  width: 90px;
}

.secNarrow .narrowList .item .boxForm {
  display: flex;
  align-items: center;
  width: 64.698%;
}

.secNarrow .narrowList .item .boxForm .txt {
  font-weight: normal;
  width: auto;
  margin: 0 10px;
}

.secNarrow .narrowList .item .inputBox {
  width: 180px;
}

.secNarrow .narrowList .item .inputBox:only-child {
  width: 100%;
}

.secNarrow .narrowList .item input:not(input[type="checkbox"]),
.secNarrow .narrowList .item select {
  width: 100%;
  height: 45px;
  border: 1px solid #adadad;
  font-family: inherit;
  padding-left: 14px;
  background-color: #fff;
  border-radius: 0;
  color: inherit;
}

.secNarrow .narrowList .txt {
  font-size: 14px;
  font-weight: bold;
}

.secNarrow .boxCheck {
  display: flex;
}

.secNarrow input[type="checkbox"],
.secNarrow .txtCheck::before {
  width: 22px;
  height: 22px;
}

.secNarrow input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  margin: 0;
}

.secNarrow .labelCheck {
  position: relative;
  font-size: 15px;
  display: inline-block;
}

.secNarrow .itemCheck:nth-child(n+2) {
  margin-left: 30px;
}

.secNarrow .txtCheck {
  display: inline-flex;
  align-items: center;
}

.secNarrow .txtCheck::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background: #fff;
  margin-right: 10px;
  border: 1px solid #adadad;
}

.secNarrow input[type="checkbox"]:checked+.txtCheck.lazyloaded::before {
  background: url(../img/common/iconCheckbox.gif) center center / 14px auto no-repeat;
}

.secNarrow .narrowList .pageBtn {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  font-weight: bold;
}

.secNarrow .narrowList .pageBtn .labelCheck {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secNarrow .sBtnBox .pageBtn.claBtn span::after,
.secNarrow .narrowList .pageBtn span::before,
.secNarrow .narrowList .pageBtn span::after {
  position: absolute;
  content: '';
}

.secNarrow .sBtnBox .pageBtn.claBtn span::after,
.secNarrow .narrowList .pageBtn span::after {
  bottom: -5px;
  left: -16px;
  width: 124px;
  height: 1px;
  background-color: #000;
}

.secNarrow .sBtnBox .pageBtn.claBtn span::after {
  width: 100%;
  left: 0;
}

.secNarrow .narrowList .pageBtn span::before {
  content: '+';
  bottom: -4px;
  left: -17px;
  font-size: 22px;
  font-weight: normal;
}

.sBtnBox {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}

.sBtnBox .pageBtn+.pageBtn {
  margin-left: 25px;
}

.secNarrow .sBtnBox .pageBtn:not(.claBtn) {
  box-shadow: none;
  background-color: #65ad2f;
  color: #fff;
}

.sBtnBox .pageBtn {
  margin: 0;
}

.secNarrow .sBtnBox .pageBtn::before {
  display: none;
}

.secNarrow .sBtnBox .pageBtn:not(.claBtn) span::before {
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 14px;
  height: 14px;
  background-image: url(../img/estate/iconSearch.gif);
}

.secNarrow .searchNum {
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.secNarrow .searchNum::before {
  position: absolute;
  content: '';
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #444444 transparent transparent transparent;
}

.secNarrow .searchNum .txtNum {
  font-size: 16px;
  margin-right: 2px;
}

.secNarrow .searchNum .numBig {
  font-size: 38px;
  font-weight: bold;
}

@media only screen and (max-width:767px) {
  .secNarrow {
    margin-top: 20px;
  }

  .secNarrow .narrowTit {
    height: 50px;
    padding: 0 20px;
    font-size: 15px;
  }

  .secNarrow .narrowTit::before,
  .secNarrow .narrowTit::after {
    width: 15px;
    height: 1px;
    border-radius: 0;
  }

  .secNarrow .narrowList {
    padding: 0 20px;
    border-radius: 0 0 3px 3px;
  }

  .secNarrow .narrowList .item {
    width: 100% !important;
    font-size: 13px;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 0;
  }

  .secNarrow .narrowList .item.btnItem {
    padding: 20px 0;
  }

  .secNarrow .narrowList .item.btnItem .pageBtn::before {
    display: none;
  }

  .secNarrow .narrowList .item .txt {
    width: auto;
  }

  .secNarrow .narrowList .item .boxForm {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .secNarrow .narrowList .item .boxForm .txt {
    margin: 0 5px;
  }

  .secNarrow .narrowList .item .inputBox {
    width: 50%;
  }

  .secNarrow .narrowList .item input,
  .secNarrow .narrowList .item select {
    height: 40px;
    font-size: 16px;
  }

  .secNarrow .narrowList .txt {
    font-size: 15px;
    font-weight: bold;
  }

  .secNarrow .boxCheck {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .secNarrow .boxCheck .itemCheck {
    width: 50%;
    margin-bottom: 5px;
  }

  .secNarrow .item:last-child .boxCheck .itemCheck {
    width: 100%;
  }

  .secNarrow .labelCheck {
    font-size: 13px;
  }

  .secNarrow .itemCheck:nth-child(n+2) {
    margin-left: 0;
  }

  .secNarrow input[type="checkbox"],
  .secNarrow .txtCheck::before,
  .secNarrow .txtCheck::before {
    width: 20px;
    height: 20px;
  }

  .secNarrow .narrowList .pageBtn {
    box-shadow: none;
    height: auto;
  }

  .sBtnBox {
    margin: 20px auto 0;
    align-items: center;
    flex-direction: column;
  }

  .secNarrow .sBtnBox .pageBtn {
    width: 82.61%;
    height: 44px;
    border-radius: 22px;
  }

  .sBtnBox .pageBtn+.pageBtn {
    margin: 15px 0 0 0;
  }

  .secNarrow .sBtnBox .pageBtn:not(.claBtn)::before {
    display: none;
  }

  .secNarrow .sBtnBox .pageBtn:not(.claBtn) span::before {
    left: -20px;
    width: 14px;
    height: 14px;
  }

  .secNarrow .searchNum {
    margin-top: 35px;
  }

  .secNarrow .searchNum::before {
    top: -15px;
    border-width: 15px 15px 0 15px;
  }

  .secNarrow .searchNum .txtNum {
    font-size: 13px;
    line-height: 1.5;
  }

  .secNarrow .searchNum .numBig {
    font-size: 28px;
  }
}

@media only screen and (max-width:360px) {
  .secNarrow .boxCheck .itemCheck {
    width: 100%;
  }
}