@charset "UTF-8";
body {
  background: white;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  text-size-adjust: 100%;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  width: 100%;
  letter-spacing: 0.05em;
}
@media (min-width: 520px) {
  body {
    width: 100%;
  }
}
@media (max-width: 340px) {
  body {
    width: 100%;
  }
}
@media (max-width: 599px) {
  body {
    width: 100%;
  }
}
@media (min-width: 600px) {
  body {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  body {
    width: 100%;
  }
}
@media (min-width: 960px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
@media (max-width: 959px) {
  body {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  body {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  body {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .notsp {
    display: none !important;
  }
}

@media (min-width: 600px) and (max-width: 959px) {
  .nottab {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .sponly {
    display: none !important;
  }
}

@media screen and (max-width: 340px) {
  .notip5 {
    display: none !important;
  }
}

@media screen and (min-width: 340px) {
  .ip5only {
    display: none !important;
  }
}

@media (max-width: 599px) {
  .tabonly {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .tabonly {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .mobonly {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .pconly {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .pcwonly {
    display: none !important;
  }
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

a {
  color: #1176A6;
  transition: 0.3s;
}

a, a:focus {
  outline: none;
}

.tbudg {
  font-family: tbudgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.inner {
  max-width: 1020px;
  margin: auto;
  padding: 0 20px;
}

.hero .hero-inner {
  position: relative;
  background-image: url("../img/bg-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.hero header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 3.125% 20px;
}
@media (min-width: 768px) {
  .hero header {
    padding: 20px;
  }
}
.hero header h2 {
  flex: 0 1 35%;
}
.hero header h2 .logo {
  display: inline-block;
  text-align: right;
}
.hero header h2 img {
  display: block;
}
@media (min-width: 768px) {
  .hero header h2 img {
    margin-bottom: 2px;
  }
}
.hero header h2 span {
  display: block;
  font-size: 10px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  letter-spacing: -0.02em;
}
.hero header .hd-fistbump {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 0 1 30%;
  max-width: 200px;
}
@media (min-width: 600px) {
  .hero header .hd-fistbump {
    flex: 0 1 60%;
    max-width: 200px;
  }
}
.hero header .hd-fistbump .hd-logo-times {
  margin: 1px 5px;
}
@media (min-width: 600px) {
  .hero header .hd-fistbump .hd-logo-times {
    margin: 3px 10px;
  }
}
.hero header .hd-fistbump img {
  display: block;
  max-width: 100%;
}
.hero .photo {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

section.top {
  position: relative;
  background-color: #FFF;
  width: 87.5%;
  max-width: 1080px;
  margin: -13% auto 0;
  padding-top: 20px;
  z-index: 10;
}
@media (min-width: 960px) {
  section.top {
    margin-top: -190px;
  }
}
#thanks section.top {
  padding-bottom: 50px;
  margin: -25% auto 0;
}
@media (min-width: 960px) {
  #thanks section.top {
    min-height: 600px;
    margin-top: -299px;
  }
}
section.top h1 {
  margin: 0 0 30px;
  opacity: 0;
}
@media (min-width: 600px) {
  section.top h1 {
    margin: 20px 0;
  }
}
@media (min-width: 960px) {
  section.top h1 {
    margin: 65px 0;
  }
}
#thanks section.top h1 {
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  #thanks section.top h1 {
    margin: 65px 0;
  }
}
section.top h1 span {
  display: block;
  text-align: center;
  line-height: 1.2;
}
section.top h1 .shoulder {
  margin-bottom: 5px;
  font-size: 14px;
}
section.top h1 .name {
  margin-bottom: 5px;
  font-size: 8.75vw;
  color: #1176A6;
}
@media (min-width: 600px) {
  section.top h1 .name {
    font-size: 48px;
  }
}
#thanks section.top h1 .name {
  margin-bottom: 0;
  font-size: 5.8vw;
  line-height: 1.5;
}
@media (min-width: 600px) {
  #thanks section.top h1 .name {
    font-size: 24px;
  }
}
section.top h1 .presents {
  font-size: 12px;
  color: #666666;
}
section.top h2 {
  background-color: #1176A6;
  margin-bottom: 30px;
  padding: 8px 0;
  color: #FFF;
  font-size: 6.25vw;
  line-height: 1.3;
  text-align: center;
  opacity: 0;
  animation-delay: 0.5s;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) {
  section.top h2 {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
#thanks section.top h2 {
  margin-bottom: 0;
  font-size: 5.2vw;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
@media (min-width: 600px) {
  #thanks section.top h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
section.top .inner {
  padding: 0;
}
#thanks section.top .inner {
  padding: 20px;
}
#thanks section.top .inner p {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  section.top ul.feature {
    display: flex;
    justify-content: space-between;
  }
}
section.top ul.feature li {
  list-style: none;
  margin-bottom: 35px;
  opacity: 0;
  animation-delay: 0.5s;
}
@media (min-width: 768px) {
  section.top ul.feature li {
    flex: 0 1 30%;
    margin-bottom: 0px;
  }
}
@media (min-width: 960px) {
  section.top ul.feature li {
    flex: 0 1 31%;
  }
}
section.top ul.feature li:last-of-type {
  margin-bottom: 15px;
}
section.top ul.feature li h3 {
  margin-bottom: 15px;
  font-size: 6.25vw;
  color: #1176A6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  section.top ul.feature li h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3.5em;
    font-size: 18px;
    text-align: center;
  }
}
@media (min-width: 960px) {
  section.top ul.feature li h3 {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  section.top ul.feature li h3 {
    display: block;
    min-height: initial;
    margin-bottom: 30px;
  }
}
section.top ul.feature li p {
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.02em;
}
section.top .caption {
  margin-bottom: 30px;
  padding-left: 1em;
  text-indent: -1em;
  color: #666666;
  font-size: 12px;
}
@media (min-width: 768px) {
  section.top .caption {
    margin-bottom: 50px;
    text-align: right;
  }
}
section.top .caption::before {
  content: "※";
  display: inline;
}
section.top .design {
  margin-bottom: 50px;
  opacity: 0;
}
@media (min-width: 960px) {
  section.top .design {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
section.top .design .design-pic {
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  section.top .design .design-pic {
    flex: 0 1 50%;
  }
}
section.top .design .design-pic img {
  display: block;
  width: 100%;
}
@media (min-width: 960px) {
  section.top .design .design-body {
    flex: 0 1 48%;
  }
}
section.top .design .design-body h3 {
  margin-bottom: 15px;
  font-size: 6.25vw;
  color: #1176A6;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  section.top .design .design-body h3 {
    font-size: 20px;
    text-align: left;
  }
}
@media (min-width: 960px) {
  section.top .design .design-body h3 {
    margin-top: 30px;
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  section.top .design .design-body h3 {
    margin-bottom: 30px;
  }
}
section.top .design .design-body p {
  margin-bottom: 20px;
  text-align: justify;
}
section.top .design .design-body p::last-of-type {
  margin-bottom: 0;
}
section.top .design .design-body p .list {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
  color: #1176A6;
}
section.top .design .design-body p .list:first-of-type {
  margin-top: 15px;
}
section.top .design .design-body p .list::before {
  content: "■";
  display: inline;
}

section.necessary {
  margin-bottom: 60px;
}
section.necessary h2,
section.necessary p,
section.necessary .caption {
  width: 87.5%;
  max-width: 1080px;
  margin: auto;
}
section.necessary h2,
section.necessary p {
  text-align: center;
}
section.necessary h2 {
  margin-bottom: 20px;
  font-size: 6.5vw;
  color: #1176A6;
}
@media (min-width: 600px) {
  section.necessary h2 {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
}
@media (min-width: 768px) {
  section.necessary h2 {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  section.necessary h2 {
    font-size: 36px;
  }
}
section.necessary p {
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  text-indent: -0.01em;
}
@media (min-width: 600px) {
  section.necessary p {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
}
section.necessary .caption {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
  color: #666666;
  font-size: 12px;
}
@media (min-width: 768px) {
  section.necessary .caption {
    margin-bottom: 10px;
    text-align: right;
  }
}
section.necessary .caption::before {
  content: "※";
  display: inline;
}
section.necessary .capture {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  section.necessary .capture {
    flex-wrap: nowrap;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
  }
}
section.necessary .capture .capture-item {
  flex: 0 1 30%;
  margin-bottom: -5px;
  opacity: 0;
}
section.necessary .capture .capture-item.cap01 {
  animation-delay: 0s;
}
section.necessary .capture .capture-item.cap02 {
  animation-delay: 0.3s;
}
section.necessary .capture .capture-item.cap03 {
  animation-delay: 0.5s;
}
section.necessary .capture .capture-item.cap04 {
  animation-delay: 0.7s;
}
section.necessary .capture .capture-item.cap05 {
  animation-delay: 0.9s;
}
section.necessary .capture .capture-item.cap06 {
  animation-delay: 1.1s;
}
section.necessary .capture .capture-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  section.necessary .capture .capture-item {
    flex: 0 1 300px;
    margin-bottom: 0;
    margin-right: -12.5%;
  }
  section.necessary .capture .capture-item:last-of-type {
    margin-right: 0;
  }
  section.necessary .capture .capture-item.cap02 {
    margin-top: 15px;
  }
  section.necessary .capture .capture-item.cap03 {
    margin-top: 30px;
  }
  section.necessary .capture .capture-item.cap04 {
    margin-top: 45px;
  }
  section.necessary .capture .capture-item.cap05 {
    margin-top: 60px;
  }
  section.necessary .capture .capture-item.cap06 {
    margin-top: 75px;
  }
}
section.necessary .capture .capture-item img {
  display: block;
}
section.necessary .page-wrap {
  width: 87.5%;
  max-width: 1080px;
  margin: auto;
}
@media (min-width: 768px) {
  section.necessary .page-wrap {
    text-align: center;
  }
}
section.necessary .page-wrap .page {
  display: inline-block;
  margin: auto;
  text-align: left;
}
@media (min-width: 768px) {
  section.necessary .page-wrap .page {
    column-count: 2;
    column-gap: 50px;
  }
}
section.necessary .page-wrap .page li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 600px) {
  section.necessary .page-wrap .page li {
    font-size: 18px;
  }
}
section.necessary .page-wrap .page li::before {
  content: "■";
}

section.evolution {
  margin-bottom: 60px;
}
section.evolution .evo-wrap {
  background-image: url("../img/musubi_bg_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px;
}
section.evolution .evo-bg {
  background-image: url("../img/musubi_bg.jpg");
  background-repeat: no-repeat;
  background-position: 75% top;
  background-size: cover;
  padding: 60px 20px;
}
@media (min-width: 600px) {
  section.evolution .evo-bg {
    padding: 80px 0;
  }
}
@media (min-width: 960px) {
  section.evolution .evo-bg {
    display: flex;
    align-items: center;
    max-width: 1600px;
    min-height: 480px;
    margin: auto;
    padding: 0;
  }
}
section.evolution h2 {
  font-size: 24px;
  text-align: center;
  color: #1176A6;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  opacity: 0;
  animation-delay: 0.8s;
  letter-spacing: -0.02em;
}
@media (min-width: 600px) {
  section.evolution h2 {
    width: 87.5%;
    max-width: 1080px;
    margin: auto;
    text-align: left;
  }
}
@media (min-width: 960px) {
  section.evolution h2 {
    font-size: 36px;
    text-shadow: none;
  }
}
section.evolution h2 span {
  position: relative;
  display: inline-block;
}
section.evolution h2 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #1176A6;
}
section.evolution p {
  width: 87.5%;
  max-width: 1080px;
  margin: 0 auto 20px;
  text-align: justify;
}

section.mailformproarea {
  background-color: #ecf3f5;
  padding: 40px 0;
}
section.mailformproarea h2 {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
  color: #1176A6;
}
@media (min-width: 960px) {
  section.mailformproarea h2 {
    font-size: 36px;
  }
}
section.mailformproarea .mailform {
  width: 87.5%;
  max-width: 800px;
  margin: 0 auto 40px;
}
section.mailformproarea form#mailformpro label {
  display: block;
  width: 100%;
  white-space: normal;
}
section.mailformproarea form#mailformpro label a {
  position: relative;
  z-index: 10;
}
section.mailformproarea form#mailformpro input[type=text],
section.mailformproarea form#mailformpro input[type=email],
section.mailformproarea form#mailformpro input[type=tel],
section.mailformproarea form#mailformpro textarea {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: solid 2px #1176A6;
  border-radius: 3px;
}
section.mailformproarea form#mailformpro input[type=text]:focus,
section.mailformproarea form#mailformpro input[type=email]:focus,
section.mailformproarea form#mailformpro input[type=tel]:focus,
section.mailformproarea form#mailformpro textarea:focus {
  background-color: #ffffd7;
}
section.mailformproarea form#mailformpro textarea {
  width: 100% !important;
  height: 10em !important;
}
section.mailformproarea form#mailformpro .mfp {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  section.mailformproarea form#mailformpro .mfp {
    margin-bottom: 40px;
  }
}
@media (min-width: 600px) {
  section.mailformproarea form#mailformpro .form-item .form-item-box {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 600px) {
  section.mailformproarea form#mailformpro .form-item .form-item-box.item-textarea {
    align-items: flex-start;
  }
}
@media (min-width: 600px) {
  section.mailformproarea form#mailformpro .form-item-check {
    width: 70%;
    margin-left: auto;
  }
}
section.mailformproarea form#mailformpro .form-title {
  margin-bottom: 5px;
  font-weight: bold;
  color: #1176A6;
}
@media (min-width: 600px) {
  section.mailformproarea form#mailformpro .form-title {
    flex: 0 1 30%;
    margin-bottom: 0;
  }
}
section.mailformproarea form#mailformpro .form-title .required::after {
  position: relative;
  content: "必須";
  background: red;
  margin-left: 10px;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  border-radius: 5px;
}
section.mailformproarea form#mailformpro .form-title .option::after {
  position: relative;
  content: "任意";
  background: #999;
  margin-left: 5px;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  border-radius: 5px;
}
@media (min-width: 600px) {
  section.mailformproarea form#mailformpro .form-input {
    flex: 0 1 70%;
  }
}
section.mailformproarea form#mailformpro .check {
  position: relative;
  margin-bottom: 50px;
}
section.mailformproarea form#mailformpro .check input[type=checkbox] {
  position: absolute;
  z-index: -1;
}
section.mailformproarea form#mailformpro .chekboxarea {
  display: flex;
  background-color: #ecf3f5;
}
section.mailformproarea form#mailformpro .chekboxarea::before {
  content: "";
  display: inline-block;
  background-color: #FFF;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: solid 2px #1176A6;
}
section.mailformproarea form#mailformpro .chekboxarea::after {
  position: absolute;
  top: 3px;
  left: 8px;
  content: "";
  display: block;
  background-color: transparent;
  width: 9px;
  height: 18px;
  border-bottom: solid 2px #1176A6;
  border-right: solid 2px #1176A6;
  transform: translateY(-5px) rotate(0);
  transition: 0.3s;
  opacity: 0;
}
section.mailformproarea form#mailformpro .chekboxarea.checked::before {
  background-color: #fff80b;
}
section.mailformproarea form#mailformpro .chekboxarea.checked::after {
  transform: translateY(-5px) rotate(405deg);
  opacity: 1;
}
section.mailformproarea form#mailformpro .chbtxt {
  flex: 1;
  padding-left: 5px;
}
section.mailformproarea form#mailformpro .btn_submit {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF;
  width: 80%;
  max-width: 400px;
  margin: auto;
  padding: 5px;
  font-size: 16px;
  text-align: center;
  color: #1176A6;
  border: solid 2px #1176A6;
  border-radius: 500em;
  transition: 0.3s;
  cursor: pointer;
}
section.mailformproarea form#mailformpro .btn_submit.hover {
  background-color: #1176A6;
  color: #FFF;
}

section#fancybox-privacy-area {
  display: none;
}

.fancybox-content {
  font-size: 14px;
}
.fancybox-content .inner {
  padding: 20px;
}
.fancybox-content h2 {
  margin-bottom: 15px;
  color: #1176A6;
  text-align: center;
}
.fancybox-content h4 {
  margin-top: 15px;
}
.fancybox-content .parent h3 {
  margin-bottom: 5px;
}
.fancybox-content .parent > li {
  margin-bottom: 20px;
}
.fancybox-content .parent .child {
  padding-left: 1.5em;
}
.fancybox-content .parent .child > li {
  list-style: decimal;
  margin-bottom: 15px;
}
.fancybox-content .parent .child ul {
  padding-left: 1.5em;
}
.fancybox-content .parent .child ul li {
  list-style: disc;
}

.fancybox-content {
  width: 90%;
  height: 70%;
  padding: 40px 20px;
  overflow: auto;
}

footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 600px) {
  footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
footer .ft-fblogo {
  display: flex;
  align-items: center;
  width: 60%;
  max-width: 200px;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  footer .ft-fblogo {
    margin-bottom: 0;
  }
}
footer .ft-fblogo .ft_logo_times {
  margin: 0 10px;
}
footer .ft-fblogo img {
  display: block;
}
@media (min-width: 600px) {
  footer .ft-fblogo {
    flex: 0 1 25%;
    min-width: 100px;
    margin: 0;
  }
}
footer .copyright {
  font-size: 12px;
  text-align: center;
}

div#mfp_overlay_inner h4 {
  margin-bottom: 15px;
  color: #1176A6;
  text-align: center;
}
div#mfp_overlay_inner table#mfp_confirm_table tr {
  display: block;
  padding: 5px;
}
div#mfp_overlay_inner table#mfp_confirm_table tr.mfp_achroma, div#mfp_overlay_inner table#mfp_confirm_table tr.mfp_colored {
  background-color: #fff;
}
div#mfp_overlay_inner table#mfp_confirm_table tr:nth-child(odd) {
  background-color: #E8F2F6;
}
@media (min-width: 768px) {
  div#mfp_overlay_inner table#mfp_confirm_table tr {
    display: table-row;
    padding: 0;
  }
}
div#mfp_overlay_inner table#mfp_confirm_table tr th, div#mfp_overlay_inner table#mfp_confirm_table tr td {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  div#mfp_overlay_inner table#mfp_confirm_table tr th, div#mfp_overlay_inner table#mfp_confirm_table tr td {
    display: table-cell;
    width: auto;
    padding: 8px;
  }
}
div#mfp_overlay_inner table#mfp_confirm_table tr th {
  margin-bottom: 5px;
  color: #1176A6;
  border: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  div#mfp_overlay_inner table#mfp_confirm_table tr th {
    padding: 8px;
  }
}
div#mfp_overlay_inner table#mfp_confirm_table tr th::after {
  content: ": ";
}
@media (min-width: 768px) {
  div#mfp_overlay_inner table#mfp_confirm_table tr th::after {
    display: none;
  }
}
div#mfp_overlay_inner table#mfp_confirm_table tr td {
  padding-bottom: 5px;
  padding: 0;
  border: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  div#mfp_overlay_inner table#mfp_confirm_table tr td {
    padding: 8px;
  }
}

.shakehandtop {
  max-width: 300px;
  margin: 30px auto;
  text-align: center;
}
.shakehandtop a {
  padding: 20px;
  text-decoration: none;
  border: solid 2px #1176A6;
  border-radius: 500em;
}
.shakehandtop a.hover {
  background-color: #1176A6;
  color: #FFF;
}