
@font-face {
	font-family: 'LIFULL';
	font-weight: 400;
	src: url('/akiyabank/assets/fonts/woff2/LIFULLFont-Regular.woff2') format('woff2'), url('/akiyabank/assets/fonts/woff/LIFULLFont-Regular.woff') format('woff');
}
@font-face {
	font-family: 'LIFULL';
	font-weight: 500;
	src: url('/akiyabank/assets/fonts/woff2/LIFULLFont-Medium.woff2') format('woff2'), url('/akiyabank/assets/fonts/woff/LIFULLFont-Medium.woff') format('woff');
}
@font-face {
	font-family: 'LIFULL';
	font-weight: 700;
	src: url('/akiyabank/assets/fonts/woff2/LIFULLFont-Bold.woff2') format('woff2'), url('/akiyabank/assets/fonts/woff/LIFULLFont-Bold.woff') format('woff');
}
@font-face {
	font-family: 'LIFULL';
	font-weight: 900;
	src: url('/akiyabank/assets/fonts/woff2/LIFULLFont-Heavy.woff2') format('woff2'), url('/akiyabank/assets/fonts/woff/LIFULLFont-Heavy.woff') format('woff');
}

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  background: #F0F7F7;
  font-family: LIFULL, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #4C4C4C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body.modal {
  overflow: hidden;
}

.fixed-content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 940px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .fixed-content {
    text-align: left;
    width: 97%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .fixed-content {
    margin: 0 12px;
    width: auto;
  }
}

/* List
****************************************************************************/
.list-annotation li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3em;
  margin-bottom: 0.3em;
  padding-left: 1em;
  text-indent: -1em;
}
.list-disc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* Utils
****************************************************************************/
.inline-block {
  display: inline-block;
}

img {
  width: auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.spbr {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .spbr {
    display: block;
  }
}

.pcbr {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pcbr {
    display: block;
  }
}

.tdbr {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tdbr {
    display: block;
  }
}

.tabbr {
  display: none;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .tabbr {
    display: block;
  }
}

.pcblank {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pcblank {
    display: inline-block;
    width: 10px;
  }
}

.note {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .note {
    font-size: 1.1rem;
  }
}

/*Accordion*/
.accr-wrapper .accr-inner {
  display: none;
}

/* Buttons
****************************************************************************/
.btn-a {
  background: #fff;
  border: 3px solid #ebebeb;
  border-radius: 5px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4em;
  padding: 18px 5px;
  position: relative;
  text-align: center;
}
.btn-a:link,
.btn-a:hover,
.btn-a:active,
.btn-a:visited {
  color: #000;
  text-decoration: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn-a {
    font-size: 1.4rem;
    padding: 12px 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-a {
    cursor: pointer;
  }
  .btn-a:hover {
    background: #f7f7f7;
    box-shadow: none;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

.btn-b {
  background: #fff;
  border: 1px solid #0052e8;
  border-radius: 5px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1em;
  padding: 8px 20px;
  text-align: center;
}
.btn-b span {
  background: url(/akiyabank/images/ic_link_arrow_c.png) no-repeat left center;
  background-size: 7px auto;
  display: inline-block;
  padding: 0 0 0 12px;
}

.btn-c {
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 5px;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1em;
  padding: 10px;
  text-align: center;
}
.btn-c:link,
.btn-c:hover,
.btn-c:active,
.btn-c:visited {
  color: #7c7c7c;
  text-decoration: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn-c {
    font-size: 1.1rem;
    padding: 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-c {
    cursor: pointer;
  }
  .btn-c:hover {
    background: #f7f7f7;
  }
}

/* Table
****************************************************************************/
.wrap-table {
  border: 2px solid #ececec;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wrap-table {
    border: none;
  }
}

table {
  width: 100%;
}
table th,
table td {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
  padding: 10px;
}

.table-style-a th,
.table-style-a td {
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
  text-align: left;
  word-break: break-all;
}
.table-style-a th {
  background: #fafafa;
}
.table-style-a td:last-child {
  border-right: none;
}
.table-style-a tr:last-child th,
.table-style-a tr:last-child td {
  border-bottom: none;
}

.table-col-4 th {
  width: 15%;
}

.table-col-4 td {
  width: 35%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .table-col-4 {
    background: url(/akiyabank/images/sp_table_bg.png) repeat-y left top;
    background-size: 30% auto;
    border-bottom: 1px solid #ececec;
  }
  .table-col-4 tr,
  .table-col-4 th,
  .table-col-4 td {
    border-bottom: none;
    display: block;
    min-height: 60px;
    word-wrap: break-word;
  }
  .table-col-4 tr {
    width: 100%;
    border-right: none;
  }
  .table-col-4 tr::after {
    content: '';
    clear: both;
    display: block;
  }
  .table-col-4 th {
    border-top: 1px solid #ececec;
    border-right: none;
    float: left;
    width: 30%;
  }
  .table-col-4 td {
    border-top: 1px solid #ececec;
    border-right: none;
    border-left: 1px solid #ececec;
    float: left;
    width: 70%;
  }
  .table-col-4 tr:first-child th:first-child,
  .table-col-4 tr:first-child td:nth-child(2) {
    border-top: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
  .table-col-4 tr,
  .table-col-4 th,
  .table-col-4 td {
    border-bottom: none;
    display: block;
    min-height: 78px;
    word-wrap: break-word;
  }
}

/** util
****************************************************************************/
/** reset form elements
****************************************************************************/
input, input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 2px solid #bbbaba;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  outline: none;
  padding: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input, input, button, textarea, select {
    font-size: 1.2rem;
    padding: 7px;
  }
}

select {
  background: url(/akiyabank/images/ic_pulldown_arrow.svg) no-repeat right 14px center #fff;
  background-size: 13px 11px;
}
select::-ms-expand {
  display: none;
}

input[type=button],
input[type=submit] {
  background: #ed6103;
  border: 2px solid #ed6103;
  color: #fff;
  cursor: pointer;
}

.outside-ic::before {
  content: '　';
  background: url(/akiyabank/images/link_blank_c4.png) no-repeat left center;
  background-size: 23px auto;
  padding: 5px 12px 5px 0;
}

.padding-top30 {
  padding-top: 30px !important;
}

/* パネル */
.panel-default {
  background-color: #ffffff;
  border: 1px solid #bdc8ca;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  margin: 0 auto 30px;
}
.panel-default .panel-heading {
  background: #ebebeb;
  border-radius: 4px 4px 0 0;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.2em;
  padding: 15px;
}
.panel-default .panel-heading-sub {
  background: url(/akiyabank/images/ic_title_pict.png) no-repeat left 40px center #f7f7f7;
  background-size: 6px auto;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 15px 10px 15px 58px;
}
.panel-notice {
  border: 1px solid #bdc8ca;
  border-top: 10px solid #ed6103;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  margin: 0 auto 40px;
  width: 940px;
}
.panel-notice .panel-heading {
  font-size: 20px;
  font-size: 2rem;
  color: #ed6103;
  font-weight: bold;
  margin-bottom: 15px;
}
.panel .panel-body {
  background-color: #fff;
  padding: 20px 40px 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .panel-notice {
    width: 97%;
  }

  .panel .panel-body {
    font-size: 1.4rem;
    line-height: 1.8em;
    padding: 20px 25px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .panel.panel-sm .panel-body {
    height: auto !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .panel {
    border: none;
    box-shadow: none;
    width: auto;
  }
  .panel-notice .panel-heading {
    margin-bottom: 10px;
  }
  .panel-default .panel-heading-sub {
    background-position: left 10px center;
    font-size: 1.6rem;
    padding: 10px 10px 10px 25px;
  }
  .panel .panel-body {
    background-color: #fff;
    font-size: 1.4rem;
    line-height: 1.8em;
    padding: 10px;
  }
  .panel.panel-sm .panel-heading {
    font-size: 1.5rem;
    padding: 8px;
  }
  .panel.panel-sm .panel-body {
    font-size: 1.2rem;
    line-height: 1.4em;
    padding: 6px;
  }

}

.heading-lifull-color {
  color: #de5612;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .heading-lifull-color {
    margin-bottom: 10px;
  }
}

/* タイトル */
h3.heading {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 20px;
}

/* タイトル */
h4.heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/* アイコン付見出し */
.header-icon {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.header-icon::before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  margin-right: 0.5rem;
  padding: 2px;
  vertical-align: bottom;
}
.header-icon.icon-area::before {
  background-image: url(/akiyabank/images/ico_area.svg);
  height: 24px;
  width: 22px;
}
.header-icon.icon-ribbon::before {
  background-image: url(/akiyabank/images/ico_ribbon.svg);
  height: 24px;
  width: 22px;
}
.header-icon.icon-town::before {
  background-image: url(/akiyabank/images/ico_town.svg);
  height: 24px;
  width: 22px;
}
.header-icon.icon-balloon::before {
  background-image: url(/akiyabank/images/ico_balloon.svg);
  height: 24px;
  width: 22px;
}
.header-icon.icon-house::before {
  background-image: url(/akiyabank/images/ico_house.svg);
  height: 24px;
  width: 22px;
}
.header-icon.icon-book::before {
  background-image: url(/akiyabank/images/ico_book.svg);
  height: 24px;
  width: 22px;
}
.header-icon.icon-light::before {
  background-image: url(/akiyabank/images/ico_light.svg);
  height: 24px;
  width: 22px;
}
.header-icon.icon-light2::before {
  background-image: url(/akiyabank/images/ico_light2.svg);
  height: 24px;
  width: 22px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-icon {
    font-size: 1.7rem;
    letter-spacing: inherit;
  }

  .header-icon::before {
    content: '';
    background-size: contain;
    font-size: 2rem;
    margin-right: 0.5rem;
    padding: 0;
  }
}

/* マージン */
.margin-bottom_20px {
  margin-bottom: 20px !important;
}

.margin-bottom_30px {
  margin-bottom: 30px !important;
}

.margin-bottom_40px {
  margin-bottom: 40px !important;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sp-margin-top_1rem {
    margin-top: 1rem;
  }
}

/* パディング */
.padding-horizon-2_5rem {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

@media only screen and (min-width: 768px) {
  .pc-only-padding-bottom-20px {
    padding-bottom: 20px !important;
  }
}

/* 画像関連 */
.image-area {
  text-align: center;
}

.image-area img {
  width: 80%;
}

.image-area.width60pc img {
  width: 60%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-area img {
    width: 100%;
  }
  .image-area.width60pc img {
    width: 100%;
  }
}

.col-box {
  float: left;
  width: 20%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .col-box {
    width: 50%;
  }
}

.clear-both {
  clear: both;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

/* リスト関連 */
.list-style-default {
  list-style: disc;
}

/* フォント */
.font-size_90pc {
  font-size: 90% !important;
}

.color_darkglay {
  color: #5f5f5f;
}

.page_top_link {
  bottom: 130px;
  margin-left: 1000px;
  outline: 0;
  position: fixed;
  z-index: 10;
}

.force_column {
  color: #ed6103;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.bukken_box {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  height: 313px;
  margin-bottom: 3px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .bukken_box {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .bukken_box {
    height: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .bukken_box .title {
    font-size: 1.2rem;
    margin: 10px 10px 6px 10px;
  }
  .bukken_box .comment {
    font-size: 1.1rem;
    margin: 0 10px 10px 10px;
  }
}

.bukken_box a,
.bukken_box a:active,
.bukken_box a:visited,
.bukken_box a:hover {
  color: #000;
  text-decoration: none;
}

.bukken_box .title {
  color: #333;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2em;
  margin: 18px 18px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bukken_box .comment {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin: 0 18px 19px;
}

@media only screen and (min-width: 0px) and (max-width: 960px) {
  .osusumeAkiya,
  .machiJyouhou,
  .relatedColumn {
    width: auto;
  }
}

/* ページネーション */
.pagination {
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 0;
}
.pagination > li {
  display: inline;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  background-color: #fff;
  border-color: #ddd;
  color: #777;
  cursor: not-allowed;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #ed6103;
  border-color: #ed6103;
  color: #fff;
  cursor: default;
  z-index: 3;
}
.pagination>li>a,
.pagination>li>span {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #ed6103;
  float: left;
  line-height: 1.6;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination {
    font-size: 1rem;
  }
  .pagination>li>a,
  .pagination>li>span {
    padding: 3px 6px;
  }
}

.pull-right {
  float: right;
}

.select-sm {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 10px;
  width: 150px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .select-sm {
    font-size: 1rem;
    padding: 3px 10px;
    width: 80px;
  }
}

.splitable:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .splitable:not(:last-child) {
    border-bottom: 3px solid #ddd;
    margin-bottom: 0px;
  }
}

/** 農地付き物件LP */
.lp_image {
  background: url(/akiyabank/images/farmlands_lp_image.jpg) center center no-repeat;
  background-size: cover;
  height: 500px;
  margin-bottom: 40px;
  width: 100%;
}

.lp_image_shop {
  background-image: url(/akiyabank/images/shops_lp_image.jpg);
}

.lp_image_pre {
  background-image: url(/akiyabank/images/pre_lp_image.jpg);
}

.lp_image .pr_title_space {
  height: 340px;
}
.lp_image .pr_title {
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  padding-top: 360px;
  text-align: center;
}
.lp_image.lp_image_shop .pr_title,
.lp_image.lp_image_pre .pr_title {
  background-color: rgba(0, 0, 0, 0.2);
  padding-top: 20px;
}
.lp_image .pr_content {
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
.lp_image.lp_image_shop .pr_content {
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 0px;
  padding-bottom: 20px;
  padding-top: 30px;
}
.lp_image.lp_image_pre .pr_content {
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 0px;
  padding-bottom: 20px;
  padding-top: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .lp_image {
    height: 200px;
    margin-bottom: 10px;
  }
  .lp_image .pr_title_space {
    height: 110px;
  }
  .lp_image .pr_title {
    font-size: 30px;
    padding-top: 120px;
  }
  .lp_image .pr_content {
    font-size: 12px;
    margin-top: 10px;
  }
  .lp_image.lp_image_shop .pr_title {
    padding-top: 10px;
  }
  .lp_image.lp_image_shop .pr_content {
    margin-top: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .lp_image.lp_image_pre .pr_title {
    padding-top: 10px;
  }
  .lp_image.lp_image_pre .pr_content {
    margin-top: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

/** 農地付き物件LP --! */
.sp-toggle-button {
  display: none;
}
.sp-toggle {
  display: block;
}
.right-link {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sp-toggle-button {
    display: inline-block;
    text-decoration: underline;
  }
  .sp-toggle-button::before {
    content: "免責事項を開く";
    transition: content 0.2s linear;
  }
  .sp-toggle-button.active::before {
    content: "免責事項を閉じる"
  }
  .sp-toggle {
    display: block;
    overflow: hidden;
    height: 0;
    padding: 0 !important;
  }
  .sp-toggle p {
    padding: 6px;
  }
}

.display_pc {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .display_pc {
    display: none;
  }
}

.wordbreak_breakall {
  word-break: break-all;
}

.content-box-area {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.content-box {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  margin: 5px;
  padding: 5px;
  position: relative;
  width: calc(50% - 20px);
}
.content-box .mod-about .tit {
  margin-bottom: 5px;
  margin-top: 5px;
}
.content-box .mod-about .leadText {
  padding: 0 10px;
  text-align: left;
}
.content-box .mod-about .leadText p {
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 4rem;
}

.btn-a.btn-sm {
  bottom: 6px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: absolute;
  width: calc(100% - 26px);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn-a.btn-sm {
    font-size: 1.2rem;
  }
}

/*221130 add*/
.topContentWrap{
  padding-top: 12px;
  background: #fff;
  padding-bottom: 61px;
}
.spOnly {
  display: none;
}
@media (max-width: 640px) {
  .topContentWrap{
    padding: 20px 0 61px;
  }
  #mapPage .topContentWrap{
    padding: 20px 0;
  }
}
@media (max-width: 820px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}
