@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
  background: #FC8D87;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: left;
  color: #000;
  font-size: 15px;
  line-height: 1.8;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  overflow: hidden;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="reset"],
textarea {
  -webkit-appearance: none;
  outline: none;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  color: #000;
  padding: 8px;
  background: #FFF;
  border: 1px solid #999;
  border-radius: 3px;
}

select {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  width: 100%;
  color: #000;
  padding: 8px;
  background: #FFF;
  border: 1px solid #999;
  outline: none;
  border-radius: 3px;
  box-sizing: border-box;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  margin-right: 20px;
  cursor: pointer;
  line-height: 1.6;
}
input[type="radio"] + span::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background: #FFF;
  border-radius: 50%;
}
input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #FC8D87;
  border-radius: 50%;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  margin-right: 15px;
  cursor: pointer;
  line-height: 1.6;
}
input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background: #FFF;
  border-radius: 2px;
}
input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #F00000;
  border-right: 3px solid #F00000;
}

.p-checkbox-checked {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.p-checkbox-checked::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background: #FFF;
  border-radius: 2px;
}
.p-checkbox-checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #F00000;
  border-right: 3px solid #F00000;
}

textarea,
iframe,
svg {
  display: block;
}

input::placeholder {
  color: #BBB;
}

input:-ms-input-placeholder {
  color: #BBB;
}

input::-ms-input-placeholder {
  color: #BBB;
}

a:link,
a:visited {
  color: #25BA9D;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #25BA9D;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.l-header {
  position: relative;
  background: #FC8D87;
  z-index: 200;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0 0 0 15px;
  }
}

.l-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  max-width: 1140px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .l-header-inner {
    height: 65px;
  }
}

@media screen and (max-width: 767px) {
  .l-global-nav {
    float: none;
    overflow: auto;
    position: fixed;
    top: 65px;
    bottom: 0;
    right: -85%;
    width: 85%;
    opacity: 0;
    z-index: 200;
    background: #EEE;
    transition: 0.2s ease-in-out;
    -webkit-overflow-scrolling: touch;
  }

  .navOpen .l-global-nav {
    opacity: 1;
    right: 0;
  }
}
.l-mainvisual {
  position: relative;
  background: #F7D78D;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .l-mainvisual {
    padding: 20px 0;
  }
}

.l-info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-info {
    display: block;
  }
}
.l-info__title {
  width: 20%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-info__title {
    width: auto;
  }
}
.l-info__list {
  width: 80%;
  height: 170px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .l-info__list {
    width: auto;
    height: auto;
    overflow: visible;
  }
}

.l-pagename {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  background: url(../img/bg_pagename.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-pagename {
    height: 140px;
  }
}

.l-topicpath {
  padding: 12px 30px;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .l-topicpath {
    padding: 12px 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-topicpath {
    padding: 8px 10px;
  }
}

.l-container-fluid {
  padding: 60px 30px;
}
@media screen and (max-width: 767px) {
  .l-container-fluid {
    padding: 30px 15px;
  }
}

.l-container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.l-container-narrow {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
}

.l-container-bgcolor {
  position: relative;
  padding: 50px;
  background: #FFF;
  border-top: 4px solid #6A706E;
}
@media screen and (max-width: 767px) {
  .l-container-bgcolor {
    padding: 20px;
  }
}

.l-contents {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-contents {
    display: block;
  }
}
@media print {
  .l-contents {
    display: block;
  }
}

.l-main {
  flex: 1;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .l-main {
    flex: none;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media print {
  .l-main {
    padding: 0;
  }
}

.l-side {
  width: 270px;
}
@media screen and (max-width: 767px) {
  .l-side {
    width: auto;
  }
}
@media print {
  .l-side {
    display: none;
  }
}

.l-post-header {
  position: relative;
  margin: -50px -50px 50px -50px;
  padding: 30px 50px 30px 50px;
  border-bottom: 1px solid #EEE;
}
@media screen and (max-width: 767px) {
  .l-post-header {
    margin: -20px -20px 20px -20px;
    padding: 20px;
  }
}

.l-detail-info {
  margin-top: 50px;
  padding: 0 40px 40px 40px;
  background: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .l-detail-info {
    margin-top: 30px;
    padding: 0 20px 20px 20px;
  }
}

.l-detail-white {
  margin-top: 50px;
  padding: 0 40px 40px 40px;
  background: #FFF;
}
.l-detail-white:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .l-detail-white {
    margin-top: 30px;
    padding: 0 20px 20px 20px;
  }
}

.l-footer {
  padding: 50px 30px;
  background: #FC8D87;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 30px 15px;
  }
}

.l-footer-inner {
  margin: 0 auto;
  max-width: 1140px;
}
.l-footer-inner::after {
  content: "";
  display: block;
  clear: both;
}

.l-footer-left {
  float: left;
}
@media screen and (max-width: 767px) {
  .l-footer-left {
    float: none;
  }
}

.l-footer-right {
  float: right;
}
@media screen and (max-width: 767px) {
  .l-footer-right {
    float: none;
  }
}

.c-grid4 {
  display: flex;
  flex-wrap: wrap;
  margin: -2% 0 0 -2%;
}
@media screen and (max-width: 767px) {
  .c-grid4 {
    margin: -3% 0 0 -3%;
  }
}
.c-grid4 li {
  float: left;
  width: 23%;
  margin: 2% 0 0 2%;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .c-grid4 li {
    width: 47%;
    margin: 3% 0 0 3%;
  }
}
.c-grid4 li a {
  display: block;
  text-decoration: none;
  height: 100%;
}

.c-label-new__text {
  display: inline-block;
  margin-left: 12px;
  padding: 2px 5px;
  font-size: 11px;
  line-height: 1.3;
  color: #FFF;
  background: #FF3333;
  vertical-align: middle;
}

.c-label-new {
  position: absolute;
  top: 12px;
  left: -29px;
  width: 100px;
  font-size: 15px;
  font-weight: 400;
  color: #FFF;
  text-align: center;
  line-height: 1.3;
  font-family: Arial, Helvetica, sans-serif;
  transform: rotate(-45deg);
  backface-visibility: hidden;
}
.c-label-new::before {
  content: "";
  position: absolute;
  top: -77px;
  left: 0;
  transform: rotate(180deg);
  border: 50px solid transparent;
  border-top: 50px solid #F9C349;
  z-index: -1;
}

.c-label-open {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 28px;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  color: #FFF;
  background: #FC8D87;
}
@media screen and (max-width: 767px) {
  .c-label-open {
    width: 70px;
    height: 22px;
    font-size: 11px;
    line-height: 22px;
  }
}

.c-label-close {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 28px;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  color: #FFF;
  background: #333;
}
@media screen and (max-width: 767px) {
  .c-label-close {
    width: 70px;
    height: 22px;
    font-size: 11px;
    line-height: 22px;
  }
}

.c-label-plan {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 28px;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  color: #FFF;
  background: #42CFAF;
}
@media screen and (max-width: 767px) {
  .c-label-plan {
    width: 70px;
    height: 22px;
    font-size: 11px;
    line-height: 22px;
  }
}

.c-label-files {
  display: inline-block;
  margin-right: 12px;
  width: 80px;
  font-size: 13px;
  line-height: 1.8;
  color: #FFF;
  text-align: center;
}

a.c-btn-info {
  display: inline-block;
  width: 110px;
  padding: 13px 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #FC8D87;
}
@media screen and (max-width: 767px) {
  a.c-btn-info {
    padding: 10px 0;
    font-size: 13px;
  }
}
a.c-btn-info:hover {
  background: #808080;
}

a.c-btn-more {
  display: inline-block;
  position: relative;
  width: 220px;
  padding: 16px 0;
  font-size: 17px;
  line-height: 1.3;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  border: 2px solid #000;
}
@media screen and (max-width: 767px) {
  a.c-btn-more {
    padding: 14px 0;
    font-size: 16px;
  }
}
a.c-btn-more::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  a.c-btn-more::before {
    right: 20px;
  }
}
a.c-btn-more:hover {
  background: #000;
  color: #FFF;
}
a.c-btn-more:hover::before {
  border-color: #FFF;
}

a.c-btn-return {
  display: block;
  padding: 18px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  background: #B3B3B3;
  text-decoration: none;
}
a.c-btn-return:hover {
  background: #808080;
}

.c-btn-form-send {
  background: #FC8D87;
  display: inline-block;
  font-size: 16px;
  line-height: 55px;
  border-radius: 6px !important;
  font-weight: bold;
  color: #FFF;
  border: 0;
  cursor: pointer;
  outline: none;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .c-btn-form-send {
    width: 100%;
  }
}
.c-btn-form-send:hover {
  opacity: 0.7;
}

.c-btn-form-return {
  background: #909090;
  display: inline-block;
  font-size: 16px;
  line-height: 55px;
  border-radius: 6px !important;
  font-weight: bold;
  color: #FFF;
  border: 0;
  cursor: pointer;
  outline: none;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .c-btn-form-return {
    width: 100%;
  }
}
.c-btn-form-return:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .p-global-nav {
    display: flex;
  }
  .p-global-nav li {
    margin-left: 30px;
  }
  .p-global-nav li a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }
  .p-global-nav li a:hover, .p-global-nav li a.is-gnav-active {
    filter: invert(100%) grayscale(100%) contrast(100);
  }
  .p-global-nav .gnav1 a {
    width: 88px;
    height: 40px;
    background: url(../img/gnav_info.png) no-repeat 0 0/contain;
  }
  .p-global-nav .gnav2 a {
    width: 178.5px;
    height: 40px;
    background: url(../img/gnav_nfc.png) no-repeat 0 0/contain;
  }
  .p-global-nav .gnav3 a {
    width: 86.5px;
    height: 40px;
    background: url(../img/gnav_member.png) no-repeat 0 0/contain;
  }
  .p-global-nav .gnav4 a {
    width: 123.5px;
    height: 40px;
    background: url(../img/gnav_contact.png) no-repeat 0 0/contain;
  }
}
@media screen and (max-width: 767px) {
  .p-global-nav {
    background: #FFF;
  }
  .p-global-nav li a {
    display: block;
    position: relative;
    padding: 20px 15px 20px 28px;
    border-bottom: 1px solid #DDD;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    color: #000;
    text-decoration: none;
  }
  .p-global-nav li a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #FC8D87;
    border-right: 3px solid #FC8D87;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.p-toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    padding-top: 16px;
    cursor: pointer;
    z-index: 100;
    font-size: 9px;
    line-height: 1.3;
    font-weight: bold;
    color: #FFF;
    text-align: center;
  }
  .p-toggle::after {
    content: "MENU";
    position: absolute;
    bottom: 11px;
    left: 0;
    width: 100%;
  }
  .navOpen .p-toggle::after {
    content: "CLOSE";
  }
  .p-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    margin: 0 auto;
    transition: all .2s ease-in-out;
    background: #FFF;
  }
  .p-toggle span:last-child {
    margin-bottom: 6px;
  }
  .p-toggle span:nth-of-type(2), .p-toggle span:nth-of-type(3) {
    margin-top: 5px;
  }
  .navOpen .p-toggle span:nth-of-type(1) {
    transform: translateY(8px) translateX(0) rotate(45deg);
  }
  .navOpen .p-toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .navOpen .p-toggle span:nth-of-type(3) {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
  }
}
.p-footer-nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer-nav {
    justify-content: center;
  }
}
.p-footer-nav li {
  text-align: center;
  margin-right: 1.5em;
}
.p-footer-nav li:last-child {
  margin-right: 0;
}
.p-footer-nav li a {
  position: relative;
  padding-left: 15px;
  color: #FFF;
}
.p-footer-nav li a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}

.p-topicpath {
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}
.p-topicpath li {
  float: left;
  font-size: 13px;
  line-height: 1.5;
  margin-right: 0.5em;
}
.p-topicpath li a {
  font-size: 12px;
  line-height: 1.5;
  margin-right: 0.5em;
}

.p-pagenav {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-pagenav {
    margin-top: 26px;
  }
}
.p-pagenav li {
  margin: 4px 2px 0 2px;
}
.p-pagenav li a,
.p-pagenav li .current,
.p-pagenav li .dotted {
  display: block;
  position: relative;
  background: #42CFAF;
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-decoration: none;
  cursor: default;
}
.p-pagenav li .current {
  background: #CCC;
  color: #808080;
}
.p-pagenav li .arrow-prev {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 3px solid #808080;
  border-right: 3px solid #808080;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  overflow: hidden;
  text-indent: -9999px;
}
.p-pagenav li .arrow-next {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 4px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #808080;
  border-right: 3px solid #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
  text-indent: -9999px;
}
.p-pagenav li a {
  cursor: pointer;
}
.p-pagenav li a .arrow-prev {
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
.p-pagenav li a .arrow-next {
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
.p-pagenav li a:hover {
  background: #808080;
}

.p-logo a {
  display: block;
  position: relative;
  z-index: 0;
  padding-left: 125px;
}
@media screen and (max-width: 767px) {
  .p-logo a {
    padding-left: 75px;
  }
}
.p-logo a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: -33px;
  left: 0;
  width: 140px;
  height: 95px;
  background: url(../img/logo_niimin.png) no-repeat 0 0/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-logo a::before {
    bottom: -23px;
    width: 85px;
    height: 57px;
  }
}
.p-logo a img {
  width: 280px;
  min-width: 280px;
}
@media screen and (max-width: 767px) {
  .p-logo a img {
    width: 200px;
    min-width: auto;
  }
}

.p-logo-white {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-logo-white {
    text-align: center;
  }
}
.p-logo-white img {
  width: 265px;
}
@media screen and (max-width: 767px) {
  .p-logo-white img {
    width: 220px;
  }
}

.p-copyright {
  clear: both;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-copyright {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
  }
}

.p-address {
  float: right;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-address {
    float: none;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.p-address dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
.p-address dd {
  font-size: 15px;
  line-height: 1.6;
}

.p-pagetop {
  position: fixed;
  z-index: 500;
  right: 15px;
  bottom: 15px;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-pagetop {
    right: 5px;
    bottom: 5px;
  }
}
.p-pagetop a {
  display: block;
  position: relative;
  width: 43px;
  height: 43px;
  text-indent: -9999px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-pagetop a {
    width: 30px;
    height: 30px;
  }
}
.p-pagetop a:hover {
  opacity: 0.7;
}
.p-pagetop a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-pagetop a::before {
    top: 4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

@media screen and (max-width: 767px) {
  .p-pagename {
    padding: 0 10px;
  }
  .p-pagename img {
    width: 300px;
  }
}

.p-title-info {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-title-info {
    margin-bottom: 10px;
    font-size: 22px;
    padding-top: 5px;
    float: left;
  }
}

.p-title-center {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-title-center {
    margin-bottom: 30px;
  }
}

.p-title-post {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  padding-right: 180px;
}
@media screen and (max-width: 767px) {
  .p-title-post {
    font-size: 24px;
    padding-right: 0;
  }
}

.p-title-simple {
  margin: 50px 0 15px 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-title-simple {
    margin: 25px 0 10px 0;
    font-size: 18px;
  }
}

.p-title-side {
  margin-bottom: 20px;
  padding: 20px 20px 20px 50px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  border: 1px solid #000;
  background: #FFF url(../img/icon_info_black.png) no-repeat 15px center;
  background-size: 26px 26px;
}
@media screen and (max-width: 767px) {
  .p-title-side {
    margin-bottom: 10px;
  }
}

.p-title-bar-info {
  margin: 0 -40px 40px -40px;
  padding: 12px 15px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  color: #FFF;
  background: #FC8D87;
}
@media screen and (max-width: 767px) {
  .p-title-bar-info {
    margin: 0 -20px 20px -20px;
  }
}

.p-title-bar-gray {
  margin: 0 -40px 40px -40px;
  padding: 12px 15px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  color: #FFF;
  background: #777;
}
@media screen and (max-width: 767px) {
  .p-title-bar-gray {
    margin: 0 -20px 20px -20px;
  }
}

.p-slider {
  overflow: hidden;
}
.p-slider li {
  position: relative;
  padding: 0 60px;
  float: left;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-slider li {
    padding: 0 5px;
    width: 330px;
  }
}
.p-slider li a {
  outline: none;
}
.p-slider li a img {
  display: block;
  max-width: 100%;
}
.p-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
}

.p-slider-arrow-prev {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index: 10;
  outline: none;
  cursor: pointer;
  border: 2px solid #000;
  text-indent: -9999px;
  overflow: hidden;
  margin-top: -25px;
  margin-left: -485px;
}
@media screen and (max-width: 767px) {
  .p-slider-arrow-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -180px;
    background: #FFF;
  }
}
.p-slider-arrow-prev::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: -5px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .p-slider-arrow-prev::before {
    right: -3px;
    width: 6px;
    height: 6px;
  }
}

.p-slider-arrow-next {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 50px;
  height: 50px;
  z-index: 10;
  outline: none;
  cursor: pointer;
  border: 2px solid #000;
  text-indent: -9999px;
  overflow: hidden;
  margin-top: -25px;
  margin-right: -485px;
}
@media screen and (max-width: 767px) {
  .p-slider-arrow-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-right: -180px;
    background: #FFF;
  }
}
.p-slider-arrow-next::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -5px;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-slider-arrow-next::before {
    left: -3px;
    width: 6px;
    height: 6px;
  }
}

.p-banner {
  display: flex;
  flex-wrap: wrap;
  margin: -2% 0 0 -2%;
}
@media screen and (max-width: 767px) {
  .p-banner {
    margin: -3% 0 0 -3%;
  }
}
.p-banner li {
  width: 23%;
  margin: 2% 0 0 2%;
  text-align: center;
}
.p-banner li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-banner li {
    width: 47%;
    margin: 3% 0 0 3%;
  }
}

.p-info-top {
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .p-info-top {
    margin-top: -5px;
  }
}
.p-info-top li a {
  display: block;
  padding: 17px;
  border-bottom: 1px dotted #CCC;
  line-height: 1.6;
  color: #000;
  text-decoration: none;
}
.p-info-top li a:hover {
  text-decoration: underline;
}
.p-info-top li a:last-child a {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-info-top li a {
    padding: 15px 0;
  }
}
.p-info-top__data {
  display: block;
  float: left;
  width: 100px;
  font-weight: bold;
  color: #FC8D87;
}
@media screen and (max-width: 767px) {
  .p-info-top__data {
    width: auto;
    float: none;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.p-info-top__title {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-btn-info {
    float: right;
  }
}
.p-info {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .p-info {
    margin-top: -15px;
  }
}
.p-info li a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px dotted #CCC;
  line-height: 1.6;
  color: #000;
  text-decoration: none;
}
.p-info li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-info li a {
    padding: 15px 0;
  }
}
.p-info__data {
  display: block;
  float: left;
  width: 120px;
  font-weight: bold;
  color: #FC8D87;
}
@media screen and (max-width: 767px) {
  .p-info__data {
    width: auto;
    float: none;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.p-info__title {
  display: block;
  overflow: hidden;
}

.p-member {
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  .p-member {
    margin-top: -20px;
  }
}
.p-member li a {
  display: block;
  padding: 25px 0;
  border-bottom: 1px dotted #CCC;
  line-height: 1.6;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-member li a {
    padding: 20px 0;
  }
}
.p-member li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}

.p-member__thumb {
  float: right;
  width: 200px;
  margin-left: 15px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-member__thumb {
    float: none;
    width: auto;
    margin: 0 0 20px 0;
  }
}
.p-member__thumb img {
  transition: transform 0.4s ease;
}
.p-member__thumb img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .p-member__thumb img:hover {
    transform: none;
  }
}

.p-member__genre {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  line-height: 1.3;
  color: #FC8D87;
}
@media screen and (max-width: 767px) {
  .p-member__genre {
    text-align: center;
  }
}

.p-member__title {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-member__title {
    text-align: center;
  }
}

.p-member__text {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-member__text {
    font-size: 13px;
  }
}

.p-info-side {
  width: 270px;
  margin-bottom: 20px;
  padding: 5px 20px;
  background: #FFF;
}
.p-info-side li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px dotted #CCC;
  line-height: 1.6;
  color: #000;
  text-decoration: none;
}
.p-info-side li:last-child a {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-info-side {
    width: auto;
    margin-bottom: 10px;
  }
}

.p-info-side__data {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #FC8D87;
  margin-bottom: 3px;
}

.p-info-side__title {
  display: inline-block;
  vertical-align: middle;
}
.p-info-side__title:hover {
  text-decoration: underline;
}

.p-figure {
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-figure {
    display: block;
    width: auto;
  }
}
.p-figure img {
  transition: 0.4s ease;
}
.p-figure img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .p-figure img:hover {
    transform: none;
  }
}

.p-figcaption {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .p-figcaption {
    padding: 12px;
  }
}

.p-title-default {
  font-size: 17px;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-title-default {
    font-size: 15px;
  }
}

.p-title-link {
  font-size: 17px;
  line-height: 1.5;
  color: #25BA9D;
  text-decoration: underline;
}
.p-title-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-title-link {
    font-size: 15px;
  }
}

.p-text-caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-text-caption {
    font-size: 13px;
  }
}

.p-post-data {
  margin-top: 12px;
  font-weight: bold;
  color: #FC8D87;
}

.p-post-social {
  display: flex;
  align-items: center;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
}
.p-post-social li {
  margin-right: 10px;
}
.p-post-social li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-post-social {
    position: static;
    margin-top: 15px;
  }
}

.flexslider ul {
  background: #EEE;
  overflow: hidden;
}

.flexslider ul li {
  text-align: center;
  max-width: 740px;
  height: 490px;
  line-height: 490px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .flexslider ul li {
    height: auto;
    line-height: normal;
  }
}

.flexslider ul li img {
  width: auto;
  max-height: 490px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .flexslider ul li img {
    max-height: 350px;
  }
}

.flex-control-nav {
  overflow: hidden;
  background: #FFF;
}

.flex-control-paging {
  display: none;
}

.flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .flex-control-thumbs {
    padding-left: 0;
  }
}

.flex-control-thumbs li {
  margin-top: 20px;
  margin-right: 13px;
  background: #EEE;
  width: 132px;
  height: 132px;
  line-height: 132px;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .flex-control-thumbs li {
    margin-top: 10px;
    margin-right: 10px;
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
}

.flex-control-thumbs li img {
  max-width: 132px;
  max-height: 132px;
  cursor: pointer;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .flex-control-thumbs li img {
    max-width: 65px;
    max-height: 65px;
  }
}

.flex-control-thumbs li .flex-active {
  cursor: default;
  opacity: 0.6;
}

.flex-direction-nav {
  display: none;
}

.p-catchcopy {
  margin: 0 0 1em 0 !important;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-catchcopy {
    font-size: 18px;
  }
}

.p-files li {
  padding: 15px 0;
  border-bottom: 1px solid #CCC;
}
.p-files li:first-child {
  padding-top: 0;
}
.p-files li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.p-table-info {
  width: 100%;
  margin-top: -12px;
}
.p-table-info th {
  width: 130px;
  padding: 12px 12px 12px 0;
  border-bottom: 1px solid #DDD;
  text-align: left;
  vertical-align: top;
}
.p-table-info td {
  padding: 12px 0;
  border-bottom: 1px solid #DDD;
  vertical-align: top;
}

#p-gmap {
  margin-top: 50px;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  #p-gmap {
    margin-top: 20px;
    height: 320px;
  }
}

.p-formtable {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-formtable {
    border-bottom: 1px solid #DDD;
  }
}
.p-formtable th {
  padding: 20px;
  background: #F8F8F8;
  border: 1px solid #DDD;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .p-formtable th {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding: 6px 12px;
  }
}
.p-formtable td {
  padding: 20px;
  border: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  .p-formtable td {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding: 12px;
  }
}

.p-form-bottom {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form-bottom {
    display: block;
    margin-top: 20px;
  }
}
.p-form-bottom li {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-form-bottom li {
    display: block;
    margin: 0 0 15px 0;
  }
  .p-form-bottom li:last-child {
    margin: 0;
  }
}

.p-film {
  margin: 0 auto 60px auto;
  max-width: 1140px;
  padding: 35px;
  border-top: 4px solid #6A706E;
  background: #FFF url(../img/nfc/bg_film.png) no-repeat right center/contain;
}
@media screen and (max-width: 767px) {
  .p-film {
    margin: 0 auto 30px auto;
    padding: 20px;
    background-image: none;
  }
}
.p-film dt {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #DDD;
}
@media screen and (max-width: 767px) {
  .p-film dt {
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
}

.entry {
  margin-top: 50px;
  font-size: 15px;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .entry {
    margin-top: 30px;
  }
}
.entry p {
  margin-bottom: 1.5em;
}
.entry p:last-child {
  margin-bottom: 0;
}

.entry h2 {
  font-size: 20px;
  line-height: 1.3;
  margin: 35px 0;
  padding: 15px;
  background: #FEDDDB;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .entry h2 {
    font-size: 18px;
    margin: 25px 0;
  }
}

.entry h3 {
  font-size: 18px;
  line-height: 1.3;
  margin: 35px 0;
  padding: 14px 15px;
  border-top: 1px solid #FC8D87;
  border-bottom: 1px solid #FC8D87;
}
@media screen and (max-width: 767px) {
  .entry h3 {
    font-size: 16px;
    margin: 25px 0;
  }
}

.entry h4 {
  font-size: 18px;
  line-height: 1.3;
  margin: 35px 0;
  padding: 0 0 13px 15px;
  border-bottom: 1px dotted #FC8D87;
}
@media screen and (max-width: 767px) {
  .entry h4 {
    font-size: 16px;
    margin: 25px 0;
  }
}

.entry h5 {
  font-size: 16px;
  line-height: 1.3;
  margin: 25px 0;
  padding: 5px 0;
  padding-left: 15px;
  border-left: 1px solid #FC8D87;
}
@media screen and (max-width: 767px) {
  .entry h5 {
    font-size: 14px;
    margin: 20px 0;
  }
}

.entry h6 {
  font-size: 15px;
  line-height: 1.3;
  margin: 25px 0;
}
@media screen and (max-width: 767px) {
  .entry h6 {
    font-size: 13px;
    margin: 20px 0;
  }
}

.entry table {
  margin: 30px 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
}
.entry table th {
  width: 25%;
  padding: 15px;
  border: 1px solid #CCC;
  background: #F6F6F6;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .entry table th {
    padding: 12px;
  }
}
.entry table td {
  padding: 15px;
  border: 1px solid #CCC;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .entry table td {
    padding: 12px;
  }
}

.u-color-pink {
  color: #FC8D87;
}

.u-bgcolor-gray {
  background: #EDEDED;
}

.u-bgcolor-yellow {
  background: #F7D78D;
}

.u-bgcolor-pdf {
  background: #E93535;
}

.u-bgcolor-word {
  background: #3570E9;
}

.u-bgcolor-excel {
  background: #2FB270;
}

.u-input-error {
  padding-top: 8px;
  color: #FC8D87;
}

.u-bt6 {
  border-top: 6px solid #C4C4C4;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-fs13 {
  font-size: 13px;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  .u-fs13 {
    font-size: 14px;
    line-height: 1.8em;
  }
}

.u-spacer {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .u-spacer {
    margin-top: 30px;
  }
}

.u-float-l {
  float: left !important;
}

.u-float-r {
  float: right !important;
}

.u-txt-l {
  text-align: left !important;
}

.u-txt-c {
  text-align: center !important;
}

.u-txt-r {
  text-align: right !important;
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs13 {
  font-size: 13px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs15 {
  font-size: 15px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs17 {
  font-size: 17px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs19 {
  font-size: 19px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs21 {
  font-size: 21px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs23 {
  font-size: 23px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs25 {
  font-size: 25px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs27 {
  font-size: 27px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-fs29 {
  font-size: 29px !important;
}

.u-fs30 {
  font-size: 30px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

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

.u-mb35 {
  margin-bottom: 35px !important;
}

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

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}
