@charset "UTF-8";

/* COMPASS
 * ----------------------------------------------- */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/* BASE
 * ----------------------------------------------- */
/* VARIABLE
 * ----------------------------------------------- */
/* MIXIN
 * ----------------------------------------------- */
/* RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

::-ms-clear {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
}

a {
  color: #333;
  text-decoration: none;
}

/* PRINT
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

/* GENERAL
 * ----------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

@media only screen and (max-width: 767px) {
  body.is-frozen {
    overflow: hidden;
  }
}

.font-family-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPER
 * ----------------------------------------------- */
.is-hidden {
  display: none;
}

.is-invisible {
  visibility: visible;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print,
(min-width: 768px) {
  .sm {
    display: none !important;
  }

  html,
  body {
    font-size: 14px;
  }

  .container {
    min-width: 1200px;
  }

  .wrapper {
    width: 1130px;
    margin-left: auto;
    margin-right: auto;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }

  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.5);
  }

  body {
    font-size: 0.28rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}

/* PARTS
 * ----------------------------------------------- */
/* HEADER
 * ----------------------------------------------- */
header {
  position: relative;
  z-index: 999;
}

.header-intro {
  background: #fff;
}

.header-intro .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo .logo-wrapper {
  display: block;
}

.header-logo img {
  width: 100%;
}

.button-language .button-wrapper {
  display: block;
  background-repeat: no-repeat;
}

.header-navigation {
  background: #c2171f;
}

@media print,
(min-width: 768px) {
  .header-intro .wrapper {
    height: 85px;
  }

  .header-logo {
    width: 415px;
  }

  .button-language .button-wrapper {
    margin-bottom: -9px;
    padding: 0 0 2px 18px;
    background-image: url(../img/common/icon_global_01.png);
    background-position: center left;
    background-size: 15px auto;
    font-size: 16px;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }

  .button-language .button-wrapper:hover {
    color: #999;
  }

  .header-navigation .content-wrapper {
    height: 75px;
    margin: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-navigation .content-item {
    padding: 0 25px;
  }

  .header-navigation .content-item.is-active .item-title {
    border-bottom: 2px solid #f5babd;
  }

  .header-navigation .item-title {
    padding: 7px 9px 8px;
    border-bottom: 2px solid transparent;
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #f4f5f6;
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    -webkit-transition: border 0.3s linear;
    transition: border 0.3s linear;
  }

  .header-navigation .item-title:hover {
    border-bottom: 2px solid #f5babd;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .button-language .button-wrapper {
    padding: 0 0 3px 18px;
  }
}

@media only screen and (max-width: 767px) {
  .header-intro .wrapper {
    height: 1.2rem;
  }

  .header-logo {
    width: 5.8rem;
  }

  .button-language .button-wrapper {
    padding-top: 0.5rem;
    background-image: url(../img/common/sp/icon_global_01.png);
    background-position: center top;
    background-size: 0.4rem auto;
    font-size: 0.22rem;
  }

  .header-navigation {
    height: 1rem;
    position: relative;
    filter: drop-shadow(0 0.06rem 0.06rem rgba(0, 0, 0, 0.2));
    -moz-transition: filter 0.3s linear;
    -o-transition: filter 0.3s linear;
    -webkit-transition: filter 0.3s linear;
    transition: filter 0.3s linear;
  }

  .header-navigation .navigation-content {
    padding-top: 0.5rem;
    background: #f5f5f5;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    -moz-transition: visibility 0.3s linear, opacity 0.3s linear;
    -o-transition: visibility 0.3s linear, opacity 0.3s linear;
    -webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear;
  }

  .header-navigation .content-wrapper {
    padding: 0 0.3rem 1rem;
    position: relative;
    z-index: 1;
    overflow: auto;
  }

  .header-navigation .content-item {
    border-bottom: 1px solid #dedede;
    background: #fff;
  }

  .header-navigation .item-title {
    padding: 0.36rem 0 0.4rem 0.9rem;
    background: url(../img/common/sp/icon_arrow_02.png) center left 0.48rem/0.15rem auto no-repeat;
    display: block;
    font-size: 0.36rem;
  }

  .header-navigation .item-menu {
    margin: -0.1rem 0.5rem 0.5rem;
    padding: 0.16rem 0;
    background: #fbf4e2;
  }

  .header-navigation .menu-item a {
    padding: 0.16rem 0.38rem;
    display: block;
    font-size: 0.36rem;
    color: #c2171f;
  }

  .header-navigation.is-active {
    filter: none;
  }

  .header-navigation.is-active .navigation-content {
    visibility: visible;
    opacity: 1;
  }

  .button-toggle {
    width: 1.4rem;
    height: 1.1rem;
    margin: 0 auto;
    border-radius: 0.05rem;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0.1rem;
    right: 0;
    left: 0;
    z-index: 1;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
  }

  .button-toggle:not(.is-active) {
    background: #c2171f url(../img/common/sp/icon_menu_01.png) center center/0.8rem no-repeat;
  }

  .button-toggle.is-active {
    background: #f5f5f5 url(../img/common/sp/icon_menu_02.png) center center/0.8rem no-repeat;
  }

  .header-background {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
  }

  .header-background.is-active {
    display: block;
  }
}

@media only screen and (max-width: 374px) {
  .button-language .button-wrapper {
    font-size: 10px;
  }
}

/* FOOTER
 * ----------------------------------------------- */
.footer-intro {
  background: #f4f5f6;
}

.footer-intro .info-title {
  font-weight: 500;
}

.footer-intro .info-paragraph a {
  display: inline-block;
}

.footer-navigation .content-item {
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  justify-content: space-between;
}

.footer-navigation .content-item:first-child {
  border-top: 1px solid #e2e2e2;
}

.footer-navigation .item-title {
  display: block;
  font-weight: 500;
}

.footer-navigation .item-menu {
  flex: 0 0 auto;
}

.footer-navigation .menu-item {
  flex: 0 0 auto;
}

.footer-navigation .menu-item a {
  display: block;
}

.footer-navigation .menu-note {
  display: block;
  color: #999;
}

.footer-credit {
  background: #c2171f;
  color: #fff;
}

@media print,
(min-width: 768px) {
  .footer-intro .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-intro .intro-info {
    padding: 69px 0 0;
  }

  .footer-intro .info-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .footer-intro .info-paragraph {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 1.56;
  }

  .footer-intro .info-phone,
  .footer-intro .info-fax {
    pointer-events: none;
  }

  .footer-intro .intro-note {
    width: 100%;
    padding-bottom: 72px;
    font-size: 12px;
    line-height: 1.67;
  }

  .footer-navigation {
    width: 541px;
    padding: 75px 0 44px;
  }

  .footer-navigation .content-item {
    padding: 18px 0 20px;
    align-items: center;
  }

  .footer-navigation .item-title,
  .footer-navigation .menu-item a {
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }

  .footer-navigation .item-title:hover,
  .footer-navigation .menu-item a:hover {
    color: #999;
  }

  .footer-navigation .item-title {
    font-size: 14px;
    line-height: 1.56;
  }

  .footer-navigation .item-menu {
    width: 313px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1.75;
  }

  .footer-navigation .menu-item {
    display: flex;
  }

  .footer-navigation .menu-item:first-child {
    width: 130px;
  }

  .footer-credit {
    padding: 72px 0 100px;
    font-size: 14px;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .footer-intro {
    padding: 0.9rem 0.2rem 0.94rem;
  }

  .footer-intro .info-title {
    margin-bottom: 0.4rem;
    font-size: 0.4rem;
    letter-spacing: -0.04em;
  }

  .footer-intro .info-paragraph,
  .footer-intro .intro-note {
    font-size: 0.32rem;
    line-height: 1.5;
  }

  .footer-intro .info-paragraph {
    margin-bottom: 0.38rem;
  }

  .footer-intro .intro-note {
    text-align: justify;
  }

  .footer-navigation {
    padding: 0.34rem 0 0.88rem;
  }

  .footer-navigation .content-item {
    padding: 0.22rem 0.1rem 0.24rem;
  }

  .footer-navigation .item-title,
  .footer-navigation .item-menu {
    font-size: 0.28rem;
  }

  .footer-navigation .item-menu {
    width: 3rem;
  }

  .footer-navigation .menu-item {
    margin-bottom: 0.15rem;
  }

  .footer-credit {
    padding: 0.92rem 0 2rem;
    font-size: 0.24rem;
    text-align: center;
  }
}

/* MODULES
 * ----------------------------------------------- */
/* BUTTON
 * ----------------------------------------------- */
.button-common-direct {
  margin: 0 auto;
  background-image: url(../img/common/icon_arrow_01.png);
  background-color: #000;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.button-common-direct.is-left {
  background-image: url(../img/common/icon_arrow_09.png);
}

.button-common-direct.is-down {
  background-image: url(../img/common/icon_arrow_08.png);
}

.button-common-direct span {
  position: relative;
  top: 0;
  left: 0;
}

@media print,
(min-width: 768px) {
  .button-common-direct {
    width: 250px;
    padding: 21px 35px 24px;
    background-size: 15px auto;
    background-position: center right 16px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    font-size: 16px;
    -moz-transition: color 0.3s linear, box-shadow 0.3s linear;
    -o-transition: color 0.3s linear, box-shadow 0.3s linear;
    -webkit-transition: color 0.3s linear, box-shadow 0.3s linear;
    transition: color 0.3s linear, box-shadow 0.3s linear;
  }

  .button-common-direct:hover {
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.3);
    color: #999;
  }

  .button-common-direct.is-left {
    background-position: center left 16px;
  }
}

@media only screen and (max-width: 767px) {
  .button-common-direct {
    width: 3.5rem;
    padding: 0.26rem 0.6rem 0.28rem;
    background-size: 0.3rem auto;
    background-position: center right 0.22rem;
  }

  .button-common-direct.is-left {
    background-position: center left 0.22rem;
  }
}

@media only screen and (max-width: 374px) {
  .button-common-direct {
    padding: 0.24rem 0.6rem 0.28rem;
  }
}

.button-common-category {
  border: 1px solid;
  border-radius: 999px;
  display: block;
  font-weight: 400;
  text-align: center;
}

.button-common-category.is-meeting {
  border-color: #c2171f;
  color: #c2171f;
}

.button-common-category.is-public {
  border-color: #927f5e;
  color: #927f5e;
}

.button-common-category.is-event {
  border-color: #aca312;
  color: #aca312;
}

.button-common-category.is-presentation {
  border-color: #73925e;
  color: #73925e;
}

.button-common-category.is-research {
  border-color: #5e6092;
  color: #5e6092;
}

.button-common-category.is-job {
  border-color: #6292ad;
  color: #6292ad;
}

.button-common-category.is-other {
  border-color: #939292;
  color: #939292;
}

@media print,
(min-width: 768px) {
  .button-common-category {
    min-width: 250px;
    padding: 2px 25px 3px;
    font-size: 12px;
  }

  .is-mac .button-common-category {
    padding-bottom: 4px;
  }

  .is-firefox .button-common-category {
    padding: 3px 25px 4px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .button-common-category {
    padding: 4px 25px 6px;
  }
}

@media only screen and (max-width: 767px) {
  .button-common-category {
    min-width: 2rem;
    padding: 0.04rem 0.28rem 0.05rem;
    font-size: 0.28rem;
  }
}

@media only screen and (max-width: 374px) {
  .button-common-category {
    padding: 2px 0.28rem 3px;
  }
}

/* List
 * ----------------------------------------------- */
.list-common-notice .list-item {
  background: #fff;
}

.list-common-notice .item-wrapper {
  display: block;
  position: relative;
}

.list-common-notice .item-date {
  max-width: 100%;
  background: #c2171f;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-weight: 700;
  color: #fff;
}

.list-common-notice .item-thumbnail,
.list-common-notice .item-map {
  display: block;
  position: relative;
  z-index: 0;
}

.list-common-notice .item-thumbnail img,
.list-common-notice .item-map img {
  width: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 367px;
  background: #cecece;
}

.list-common-notice .item-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none;
}

.list-common-notice .item-info {
  display: block;
}

.list-common-notice .item-title {
  font-weight: 500;
}

@media print,
(min-width: 768px) {
  .list-common-notice .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .list-common-notice .list-item {
    width: calc(50% - 15px);
    margin-bottom: 40px;
    -moz-transition: color 0.3s linear, box-shadow 0.3s linear, background 0.3s linear;
    -o-transition: color 0.3s linear, box-shadow 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, box-shadow 0.3s linear, background 0.3s linear;
    transition: color 0.3s linear, box-shadow 0.3s linear, background 0.3s linear;
  }

  .list-common-notice .list-item:hover {
    background: #f3e8d4;
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.3);
    color: #999;
  }

  .list-common-notice .item-date {
    padding: 6px 22px;
    font-size: 16px;
  }

  .list-common-notice .item-title {
    min-height: 150px;
    padding: 41px 40px 46px;
    font-size: 16px;
    line-height: 1.6;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .list-common-notice .item-date {
    padding: 5px 22px 7px;
  }
}

@media only screen and (max-width: 767px) {
  .list-common-notice .list-item {
    margin-bottom: 0.3rem;
  }

  .list-common-notice .item-date {
    padding: 0.03rem 0.28rem 0.05rem;
    font-size: 0.36rem;
  }

  .list-common-notice .item-title {
    padding: 0.48rem 0.36rem 0.6rem;
    font-size: 0.36rem;
    line-height: 1.44;
  }
}

.list-common-bulletin .item-thumbnail {
  display: block;
}

.list-common-bulletin .item-thumbnail img {
  width: 100%;
}

.list-common-bulletin .item-wrapper {
  display: block;
}

.list-common-bulletin .item-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
}

.list-common-bulletin .item-intro time {
  display: block;
}

@media print,
(min-width: 768px) {
  .list-common-bulletin .list-item {
    margin-bottom: 30px;
    padding-bottom: 26px;
    border-bottom: 2px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .list-common-bulletin .item-thumbnail {
    width: 250px;
    margin-right: 30px;
    flex: 0 0 auto;
  }

  .list-common-bulletin .item-wrapper {
    flex: 1 1 auto;
  }

  .list-common-bulletin .item-intro {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .list-common-bulletin .item-intro time {
    margin-right: 20px;
  }

  .list-common-bulletin .item-title {
    font-size: 20px;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 767px) {
  .list-common-bulletin .item-thumbnail {
    margin-bottom: 0.4rem;
  }

  .list-common-bulletin .list-item {
    margin-bottom: 0.48rem;
    padding-bottom: 0.54rem;
    border-bottom: 1px solid #f5f5f5;
  }

  .list-common-bulletin .item-intro {
    margin-bottom: 0.2rem;
    font-size: 0.36rem;
  }

  .list-common-bulletin .item-intro time {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .list-common-bulletin .item-title {
    font-size: 0.36rem;
    line-height: 1.44;
  }
}

/* TITLE
 * ----------------------------------------------- */
.title-common {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #5d4822;
  text-align: center;
}

.title-common span {
  display: block;
  text-align: center;
}

.title-common::before,
.title-common::after {
  content: "";
  width: auto;
  flex: 1 1 auto;
  height: 1px;
  background: #b69865;
}

@media print,
(min-width: 768px) {
  .title-common {
    width: 550px;
    margin: 0 auto 45px;
    font-size: 20px;
  }

  .title-common span {
    padding: 0 25px;
  }

  .title-common::before,
  .title-common::after {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .title-common {
    width: 6rem;
    margin: 0 auto 0.46rem;
    font-size: 0.36rem;
  }

  .title-common span {
    padding: 0 0.3rem;
  }

  .title-common::before,
  .title-common::after {
    margin-top: 0.04rem;
  }
}

/* PAGE
 * ----------------------------------------------- */
/* TOP
 * ----------------------------------------------- */
@media print,
(min-width: 768px) {
  .button-common-direct {
    width: 400px;
    margin-top: 10px;
    padding: 19px 35px 20px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .button-common-direct {
    padding: 18px 35px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .button-common-direct {
    width: 4rem;
    margin-top: 0.6rem;
    padding: 0.24rem 0.6rem;
    background-position: center right 0.1rem;
  }
}

.section-top-keyvisual img {
  width: 100%;
}

.section-top-notice .notice-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #5d4822;
  text-align: center;
}

.section-top-notice .notice-title::before,
.section-top-notice .notice-title::after {
  content: "";
  width: auto;
  flex: 1 1 auto;
  height: 1px;
  background: #b69865;
}

@media print,
(min-width: 768px) {
  .section-top-notice {
    margin-bottom: 50px;
    padding: 63px 0 75px;
    background: url(../img/common/background_repeat_01.jpg) top center/38px auto;
  }

  .section-top-notice .notice-title {
    width: 550px;
    margin: 0 auto 45px;
    font-size: 26px;
  }

  .section-top-notice .notice-title span {
    padding: 0 25px;
  }

  .section-top-notice .notice-title::before,
  .section-top-notice .notice-title::after {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .section-top-notice {
    margin-bottom: 0.76rem;
    padding: 0.6rem 0 1rem;
    background: url(../img/common/sp/background_repeat_01.jpg) top center/0.21rem auto;
  }

  .section-top-notice .notice-title {
    width: 6rem;
    margin: 0 auto 0.46rem;
    font-size: 0.36rem;
  }

  .section-top-notice .notice-title span {
    padding: 0 0.3rem;
  }

  .section-top-notice .notice-title::before,
  .section-top-notice .notice-title::after {
    margin-top: 0.04rem;
  }
}

/*# sourceMappingURL=top.css.map */