@charset "UTF-8";
/*! Shitaji.CSS v4.3.0 CC0 by Qrac */
*,
::before,
::after {
  margin: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header,
footer,
main,
section,
article,
aside,
nav,
details,
menu,
figure,
figcaption {
  display: block;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dfn {
  font-style: italic;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

mark {
  background-color: #ffff00;
  color: #000000;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

canvas,
audio,
video {
  display: inline-block;
}

img,
svg,
iframe,
canvas,
audio,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

address {
  font-style: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

[hidden] {
  display: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*===========================================================
============================================================*/
/*--------------------------------
pc,smp display
---------------------------------*/
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}


/**********************************
base
**********************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  background: #fff;
  color: #333;
  width: 100%;
  height: 100%;
  font-family: "YakuHanJPs","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  overflow: hidden;
}

a {
  color: #0066cc;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 100%;
    font-size: 14px;
  }
}

/*********************************
common
**********************************/
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid.is-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid.is-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid.is-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid.is-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid.is-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

.sec-area .inner {
  padding: 70px 40px;
}
.sec-area .inner.-rank-area {
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  .sec-area .inner.-rank-area {
    padding: 20px 10px;
  }
}

.group + .group {
  margin-top: 50px;
}

.groups + .groups {
  margin-top: 30px;
}

.wrap + .wrap {
  margin-top: 15px;
}

.sub {
  font-size: 0.7em;
}

.font-bold {
  font-weight: bold;
}

.font-small {
  font-size: 14px;
}

.img {
  text-align: center;
}

.al-left {
  text-align: left;
}

.al-right {
  text-align: right;
}

.al-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .grid {
    display: block;
  }
  .grid-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner {
    width: 100%;
  }
  .sec-area .inner {
    padding: 30px 12px;
  }
  .group + .group {
    margin-top: 40px;
  }
  .groups + .groups {
    margin-top: 20px;
  }
}

/*********************************
header
**********************************/
.header {
  width: 100%;
  background: #fff;
}

main.on {
  padding-top: 45px;
}

.header .inner {
  padding: 18px 40px;
  position: relative;
}

.header-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-upper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-text {
  font-size: 13px;
}

.logo-img + .text {
  margin-left: 20px;
}

.nifty-top a {
  color: #333;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .header {
    border-bottom: 1px solid #e1e1e1;
  }
  .header.on {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  main.on {
    padding-top: 52px;
  }
  .header .inner {
    padding: 10px 12px;
  }
  .logo-nifty {
    width: 60px;
  }
  .logo-cocolog {
    width: 90px;
  }
  .sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sp-menu.btn-menu {
    width: 30px;
    height: 30px;
    background: #a18c48;
    border-radius: 4px;
    position: relative;
  }
  .btn-menu-border {
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #fff;
    border-radius: 999em;
    position: absolute;
    left: 50%;
    margin-left: -8px;
  }
  .btn-menu-border:nth-child(1) {
    top: 8px;
  }
  .btn-menu-border:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }
  .btn-menu-border:nth-child(3) {
    bottom: 8px;
  }
}


/*********************************
footer
**********************************/
.footer {
  font-size: 12px;
}

.footer .inner {
  padding: 18px 40px;
}

.footer-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.footer-btn li + li {
  margin-left: 10px;
}

.footer-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-service>li {
  padding: 0 8px;
}

.footer-service>li a {
  color: #333;
}

.setsuzoku a {
  color: #333;
}

.copyright {
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer .inner {
    padding: 15px 12px;
  }
  .footer-upper {
    display: block;
  }
  .footer-upper>.col {
    padding: 10px 0;
  }
  .footer-btn {
    display: none;
  }
  .footer-service {
    justify-content: center;
  }
  .footer-service>li {
    padding: 1px 8px;
  }
  .setsuzoku {
    text-align: center;
  }
  .copyright {
    text-align: center;
  }
}


/*********************************
ttl
**********************************/
.ttl-wrap {
  margin-bottom: 40px;
}

.ttl-wrap-group {
  margin-bottom: 20px;
}

.ttl-sec {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.ttl-sec.is-small {
  font-size: 24px;
}

.ttl-leftItem {
  font-size: 18px;
  font-weight: bold;
  border-left: 3px dotted #6b7b82;
  padding: 3px 0 3px 15px;
  position: relative;
}

.ttl-leftItem:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 3px dotted #6b7b82;
  position: absolute;
  top: 0;
  left: 3px;
}

.ttl-icon {
  font-size: 18px;
  font-weight: bold;
}

.ttl-arrow {
  border-bottom: 2px solid #6b7b82;
  font-weight: bold;
  padding: 5px 15px 5px 5px;
  position: relative;
}

.ttl-arrow:before {
  content: "";
  display: inline-block;
  border-top: 8px solid transparent;
  border-left: 10px solid #6b7b82;
  position: absolute;
  bottom: 0;
  right: 0;
}

.text-more {
  color: #818181;
  font-size: 14px;
  font-weight: normal;
  padding-right: 15px;
  position: relative;
}

.text-more:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #818181;
  border-right: 2px solid #818181;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -4px;
}

@media screen and (max-width: 767px) {
  .ttl-wrap {
    margin-bottom: 30px;
  }
  .ttl-sec {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .ttl-sec.is-small {
    font-size: 17px;
  }
  .ttl-leftItem {
    font-size: 16px;
  }
  .ttl-icon {
    font-size: 16px;
  }
  .text-more {
    font-size: 12px;
  }
  .text-more:after {
    width: 7px;
    height: 7px;
    margin-top: -3px;
  }
}


/*********************************
lyt-box
**********************************/
.list-box.col-2>.box-col {
  width: 48%;
}

.list-box.col-2>.box-col:nth-child(n+3) {
  margin-top: 35px;
}

.list-box.col-3 > .box-col {
  width: 32%;
}

.list-box.col-3 > .box-col:not(:nth-child(3n)) {
  margin-right: 2%;
}

.list-box.col-3 > .box-col:not(:nth-child(-n+3)) {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .list-box.col-2>.box-col,
  .list-box.col-3>.box-col {
    width: 100%;
  }
  .list-box.col-2>.box-col+.box-col,
  .list-box.col-3>.box-col+.box-col {
    margin-top: 35px;
  }
  .list-box.col-3>.box-col:not(:nth-child(3n)) {
    margin-right: 0;
  }
}


/*********************************
list-note
**********************************/
.list-note {
  margin-top: 15px;
}

.list-note > li {
  padding-left: 1.2em;
}

.list-note > li .mark {
  display: inline-block;
  text-indent: -1em;
}

.list-note > li + li {
  margin-top: 1px;
}

.list-note.is-small > li {
  font-size: 12px;
}

.list-note.is-num > li {
  padding-left: 2.0em;
}

.list-note.is-num > li .mark {
  text-indent: -2em;
}

.list-note.mt-0 {
  margin-top: 0;
}

.list-note.mt-5 {
  margin-top: 5px;
}

.list-note.mt-10 {
  margin-top: 10px;
}


/*********************************
btn
**********************************/
.btn-wrap + .btn-wrap {
  margin-top: 15px;
}

.btn {
  display: block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.btn.is-inline {
  display: inline-block;
}

.btn.is-round {
  border-radius: 999em;
}

.btn.is-push:hover {
  top: 5px;
  box-shadow: none;
}

.btn.is-blue {
  background: #3cb0f0;
  border-radius: 8px;
  box-shadow: 0 5px 0 #287cab;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 30px;
  max-width: 500px;
}

.btn.is-yellow {
  background: #fcd500;
  border-radius: 8px;
  box-shadow: 0 5px 0 #a28a04;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 30px;
  max-width: 500px;
}

.btn.is-more {
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 30px;
  max-width: 500px;
}

.btn.is-more:hover {
  border-color: #ffcc1b;
  color: #ffcc1b;
}

@media screen and (max-width: 767px) {
  .btn.is-blue {
    font-size: 16px;
    padding: 15px 20px;
  }
  .btn.is-yellow {
    font-size: 16px;
    padding: 15px 20px;
  }
  .btn.is-more {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
  }
}


/*********************************
top-area
**********************************/
.top-area {
  background: url("/images/bg-top.png") no-repeat center;
  background-size: cover;
}

.top-area .inner {
  margin: 0 auto;
  padding: 50px 50px;
}

.top-btn-wrap {
  display: inline-block;
  width: 40%;
  max-width: 500px;
  min-width: 365px;
  background: rgba(0,0,0,0.5);
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .top-area {
    background: url("/images/bg-top_sp.png") no-repeat center;
    background-size: cover;
  }
  .top-area .inner {
    padding: 30px 12px;
  }
  .top-area .header-text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .top-area .header-text .sub {
    font-weight: normal;
  }
  .top-btn-wrap {
    width: 79%;
    max-width: 300px;
    min-width: auto;
    padding: 20px;
  }
}

/*********************************
gnav-area
**********************************/
.gnav-area {
  width: 100%;
  background: #a18c48;
  z-index: 100;
}

.gnav-area.on {
  position: fixed;
  top: 0;
  left: 0;
}

.list-gnav>li {
  position: relative;
}

.list-gnav>li+li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 20px);
  background: rgba(255,255,255,0.7);
  position: absolute;
  top: 10px;
  left: 0;
  transform: skew(-20deg);
}

.btn.is-gnav {
  font-weight: bold;
  color: #fff;
  padding: 15px 40px;
  transform: skew(-20deg);
}

.btn.is-gnav span {
  display: inline-block;
  transform: skew(20deg);
}

.btn.is-gnav:hover {
  background: #fff;
  color: #847c64;
}

@media screen and (max-width: 767px) {
  .gnav-area {
    display: none;
    background: rgba(161, 140, 72, 0.9);
    padding: 10px;
    position: fixed;
    top: 51px;
    left: 0;
  }
  .list-gnav>li+li:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    top: 0;
    transform: skew(0);
  }
  .btn.is-gnav {
    padding: 15px 20px;
    transform: skew(0);
  }
  .btn.is-gnav span {
    transform: skew(0);
  }
}


/*********************************
news-area
**********************************/
.news-area .inner {
  padding: 30px 40px;
}

.news-wrap {
  border: 3px solid #6b7b82;
  border-radius: 10px;
  font-size: 14px;
  padding: 20px 40px;
  position: relative;
}

.news-wrap:before,
.news-wrap:after {
  content: "";
  display: inline-block;
  width: calc(100% - 60px);
  height: 4px;
  background: #fff;
  position: absolute;
  left: 30px;
}

.news-wrap:before {
  top: -3px;
}

.news-wrap:after {
  bottom: -3px;
}

.news-wrap>.row+.row {
  border-top: 1px dashed #e1e1e1;
  padding-top: 10px;
  margin-top: 10px;
}

.news-wrap .day {
  width: 120px;
  margin-right: 10px;
}

.news-wrap .text {
  width: calc(100% - 130px);
}

@media screen and (max-width: 767px) {
  .news-area .inner {
    padding: 20px 12px;
  }
  .news-wrap {
    border-width: 2px;
    font-size: 12px;
    padding: 15px 20px;
  }
  .news-wrap:before,
  .news-wrap:after {
    width: calc(100% - 40px);
    height: 3px;
    left: 20px;
  }
  .news-wrap:before {
    top: -2px;
  }
  .news-wrap:after {
    bottom: -2px;
  }
  .news-wrap .day {
    width: 65px;
  }
  .news-wrap .text {
    width: calc(100% - 75px);
  }
}


/*********************************
rank-area
**********************************/
.icon-article {
  background: url("/images/icon-article.svg") no-repeat;
  padding: 8px 0 8px 53px;
}

.icon-blog {
  background: url("/images/icon-blog.svg") no-repeat;
  padding: 8px 0 8px 53px;
}

.rank-wrap>.row+.row {
  margin-top: 8px;
}

.rank-wrap>.row {
  border: 1px solid #e1e1e1;
  border-radius: 999em;
}

.rank-wrap .rank-num {
  width: 65px;
  background: #f2f2f2;
  border-radius: 999em 0 0 999em;
  padding: 12px;
  text-align: center;
}
.rank-wrap .rank-num.-inner {
  width: 75px;
}
.rank-wrap .rank-text {
  padding: 12px;
  width: calc(100% - 65px);
}
.rank-wrap .rank-text.-inner {
  width: calc(100% - 75px);
}

.rank-wrap .rank-text a {
  color: #333;
  text-decoration: none;
}

.rank-wrap .rank-text a:hover {
  text-decoration: underline;
}

.rank-wrap>.row:nth-child(1) {
  border-color: #f6cd47;
}

.rank-wrap>.row:nth-child(1) .rank-num {
  background: #f6cd47;
  color: #ef1a31;
}

.rank-wrap>.row:nth-child(2) {
  border-color: #ceddec;
}

.rank-wrap>.row:nth-child(2) .rank-num {
  background: #ceddec;
  color: #00156e;
}

.rank-wrap>.row:nth-child(3) {
  border-color: #f6b29c;
}

.rank-wrap>.row:nth-child(3) .rank-num {
  background: #f6b29c;
  color: #722510;
}

@media screen and (max-width: 767px) {
  .icon-article,
  .icon-blog {
    background-size: 40px auto;
    padding: 8px 0 8px 45px;
  }
}


/*********************************
nav-area
**********************************/
.nav-area {
  background: #e1dfd6;
}

.nav-area .inner {
  padding: 40px 40px;
}

.list-navbox>.box-col {
  background: #fff;
  padding: 15px 20px;
}

.list-link>li {
  padding-left: 15px;
  position: relative;
}

.list-link>li:before {
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-left: 6px solid #1c8efc;
  position: absolute;
  top: 0.48em;
  left: 0;
}

.list-link>li+li {
  margin-top: 2px;
}

.list-link.is-small>li {
  font-size: 14px;
}

.list-link.is-small>li:before {
  top: 0.4em;
}

.list-link.is-small>li+li {
  margin-top: 0px;
}

.list-link.grid.col-2 {
  margin-right: -10px;
}

.list-link.grid.col-2>li {
  width: calc(100%/2);
  padding: 1px 10px 1px 15px;
}

@media screen and (max-width: 767px) {
  .nav-area .inner {
    padding: 30px 12px;
  }
  .list-link.grid.col-2 {
    margin-right: 0;
  }
  .list-link.grid.col-2>li {
    width: 100%;
    padding: 0;
    padding: 1px 0 1px 15px;
  }
}

/*********************************
footer
**********************************/
.footer {
  font-size: 12px;
}

.footer .inner {
  padding: 18px 40px;
}

.footer-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.footer-btn li + li {
  margin-left: 10px;
}

.footer-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-service>li {
  padding: 0 8px;
}

.footer-service>li a {
  color: #333;
}

.setsuzoku a {
  color: #333;
}

.copyright {
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer .inner {
    padding: 15px 12px;
  }
  .footer-upper {
    display: block;
  }
  .footer-upper>.col {
    padding: 10px 0;
  }
  .footer-btn {
    display: none;
  }
  .footer-service {
    justify-content: center;
  }
  .footer-service>li {
    padding: 1px 8px;
  }
  .setsuzoku {
    text-align: center;
  }
  .copyright {
    text-align: center;
  }
}

/*mainNews*/
