@charset "UTF-8";
/* "body"
-------------------------------------------------- */
body {
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  font-family: "Noto Sans JP", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
}

/* "a" Tag
-------------------------------------------------- */
a, button {
  cursor: pointer;
}

a, button, a img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a::before, a::after, button::before, button::after {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:link, a:visited {
  color: #00a29a;
  text-decoration: underline;
}

a:active, a:hover {
  color: #57b3ad;
  text-decoration: none;
}

a.no_underline {
  text-decoration: none;
}

a:hover img {
  opacity: 0.6;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #333;
  }
}
/* "div/p" Tag
-------------------------------------------------- */
div {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 1em;
  padding: 0;
}

/* "dl/dt/dd/li/ol/ul" Tag
-------------------------------------------------- */
dl, dt, dd, li, ol, ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

/* "h1-h6" Tag
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  padding: 0;
  font-weight: bold;
  font-size: 100%;
  line-height: 1.566666666666667;
}

h1 {
  line-height: 1;
}

/* "hr" Tag
-------------------------------------------------- */
hr {
  margin-bottom: 25px;
}

/* "img" Tag
-------------------------------------------------- */
img {
  border: 0;
}

/* "em/strong" Tag
-------------------------------------------------- */
em {
  font-style: italic;
  font-weight: normal;
}

strong {
  font-style: normal;
  font-weight: bold;
}

/* form
-------------------------------------------------- */
form.basicForm label {
  display: block;
  padding: 0;
  font-weight: bold;
  line-height: 2.215;
}

form.basicForm label.checkbox {
  display: inline-block;
  padding: 0;
  font-weight: normal;
  margin-left: 5px;
}

form.basicForm label.radio {
  display: inline-block;
  padding: 0;
  font-weight: normal;
}

fieldset {
  border: 0;
}

form.basicForm fieldset legend {
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px;
}

form.basicForm p small {
  font-size: 0.75em;
  color: #777;
}

form.basicForm input,
form.basicForm select,
form.basicForm textarea,
form.basicForm .wysiwyg {
  padding: 5px;
  font-size: 18px;
  border: 1px solid #d5d5d5;
  color: #333;
}

form.basicForm input[type="file"] {
  border: 0;
}

form.basicForm input[type="checkbox"] {
  float: left;
  margin-right: 5px;
}

form.basicForm input[type="checkbox"] + label {
  font-weight: normal;
}

form.basicForm input[type="submit"] {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

form.basicForm input[type="button"] {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

form.basicForm button {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

form.basicForm textarea {
  width: 100% !important;
}

form.basicForm select {
  padding: 4px;
  background: #fff;
}

form.basicForm input[type="checkbox"],
form.basicForm input[type="radio"] {
  padding: 0;
  background: none;
  border: 0;
}

.need {
  color: #FF0000;
}

/* table
-------------------------------------------------- */
table {
  background-color: #fff;
  width: 100%;
  margin-bottom: 30px;
  /* table-layout: fixed; */
}
table thead th {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  color: #FFF;
  background: #00a29a;
  text-align: center;
  font-weight: normal;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  table thead th {
    padding: 5px;
  }
}
table thead th:first-child {
  width: 160px;
}
table tbody th {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  text-align: center;
  padding: 10px;
  font-weight: normal;
  color: #FFF;
  background: rgba(0, 162, 154, 0.65);
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  table tbody th {
    padding: 5px;
  }
}
table tbody td {
  border-bottom: 1px solid #00a29a;
  border-right: 1px solid #00a29a;
  text-align: center;
  color: #00a29a;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  table tbody td {
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  table.timeTable {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 767px) {
  table.timeTable thead th:first-child {
    width: 100px;
  }
}

/* notification
-------------------------------------------------- */
.notification {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
  border: 1px solid;
  font-size: 13px;
}
.notification div {
  display: block;
  font-style: normal;
  padding: 10px;
  line-height: 1.5em;
}
.notification div p {
  margin: 0;
}
.notification.attention {
  border-color: #e6db55;
  color: #666452;
}
.notification.attention div {
  background: #fffbcc;
}
.notification.attention div i {
  color: #b8af44;
}
.notification.information {
  border-color: #a2b4ee;
  color: #585b66;
}
.notification.information div {
  background: #dbe3ff;
}
.notification.information div i {
  color: #8190be;
}
.notification.success {
  border-color: #9adf8f;
  color: #556652;
}
.notification.success div {
  background: #d5ffce;
}
.notification.success div i {
  color: #7bb272;
}

.error {
  background: #ffcece;
  border-color: #df8f8f;
  color: #665252;
}

.alert {
  color: #dc143c;
  font-weight: bold;
}

/* ==================================================
以下、ブロックごとの指定
================================================== */
/* コンテナ
-------------------------------------------------- */
.container-fluid {
  width: 100%;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
}
@media screen and (max-width: 767px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* ヘッダー
-------------------------------------------------- */
header {
  z-index: 1000;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header .headerTop {
  background: rgba(255, 255, 255, 0.9);
  height: 120px;
  line-height: 120px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  header .headerTop {
    height: 70px;
  }
}
header .headerTop .h1 {
  width: 182px;
  text-align: left;
  margin-bottom: 0;
}
header .headerTop .logoBlock {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  header .headerTop .logoBlock {
    padding-top: 10px;
  }
}
header .headerTop .globalMenu {
  width: calc(100% - 182px);
}
@media screen and (max-width: 767px) {
  header .headerTop .globalMenu {
    height: 70px;
  }
}
header .headerTop .globalMenu button {
  display: none;
}
@media screen and (max-width: 767px) {
  header .headerTop .globalMenu button {
    display: block;
  }
}
header .headerTop .globalMenu .navbar {
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .headerTop .globalMenu .navbar {
    -ms-transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}
header .headerTop .globalMenu .navbar ul {
  display: table;
  margin-left: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
}
@media screen and (max-width: 767px) {
  header .headerTop .globalMenu .navbar ul {
    margin-left: -197px;
    margin-top: 70px;
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  header .headerTop .globalMenu .navbar ul.dropdown {
    margin-left: calc(-197px - 100vw);
  }
}
header .headerTop .globalMenu .navbar ul li {
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 120px;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  header .headerTop .globalMenu .navbar ul li {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  header .headerTop .globalMenu .navbar ul li {
    float: none;
    height: 70px;
    line-height: 70px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    border-right: 0;
    width: 100%;
  }
}
header .headerTop .globalMenu .navbar ul li a {
  color: #333;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 767px) {
  header .headerTop .globalMenu .navbar ul li a {
    color: #FFF !important;
    background: rgba(0, 162, 154, 0.9) url(../images/new/next_white.svg) no-repeat 95% 50%;
    height: 70px;
    border-bottom: 1px solid #FFF;
    padding-left: 5%;
    background-size: 20px 20px;
  }
}
header .headerTop .globalMenu .navbar ul li a span {
  position: relative;
}
header .headerTop .globalMenu .navbar ul li a span::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  -ms-transform: translate(0, 4px);
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  height: 1.5px;
  width: 100%;
}
header .headerTop .globalMenu .navbar ul li a:hover span::after {
  background: rgba(0, 162, 154, 0.8);
  -webkit-transition: all .3s;
  transition: all .3s;
}
header .headerTop .globalMenu .navbar ul li.current a span::after {
  background: #00a29a;
}

.navbar-toggler {
  cursor: pointer;
  font-size: 30px;
  color: #00a29a !important;
  position: absolute;
  padding: 5px 8px 5px 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px 0 0 3px;
  border: 1px solid #00a29a;
  -ms-transform: translateX(-100vw);
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
  right: -15px;
  top: 13px;
}

/* パンくず
-------------------------------------------------- */
ul.pan {
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}
ul.pan li {
  line-height: 1;
  margin-bottom: 2px;
  margin-top: 2px;
  float: left;
  margin-right: 5px;
}
ul.pan li:last-child {
  margin-right: 0;
}
ul.pan li::after {
  content: ' > ';
}
ul.pan li:last-child::after {
  content: '';
}

/* ページタイトル
-------------------------------------------------- */
.page-title {
  height: 240px;
  background: url(../images/new/mainVisual1.jpg) no-repeat 50% 50%;
  background-size: cover;
  margin-top: 120px;
  padding-top: 60px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .page-title {
    height: 140px;
    margin-top: 70px;
    padding-top: 35px;
  }
}
.page-title .mask {
  height: 120px;
  background: rgba(51, 51, 51, 0.8);
  position: relative;
  position: relative;
}
.page-title .mask .inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}
.page-title .mask .title_bottom {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translate(-50%, -150%);
  -webkit-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-title .mask {
    height: 70px;
  }
}
.page-title .mask h1.inner {
  color: #FFF;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .page-title .mask h1.inner {
    font-size: 18px;
  }
}
.page-title .mask .title_bottom {
  color: #FFF;
  font-size: 12px;
}

/* ページャー 
-------------------------------------------------- */
#pager ul.dispTable li {
  float: left;
  margin-right: 12px;
}
#pager ul.dispTable li:last-child {
  margin-right: 0;
}
#pager ul.dispTable li span {
  padding: 5px 10px;
  background: #FFF;
  border: 1px solid #B3B3B3;
  font-weight: bold;
  color: #B3B3B3;
}
#pager ul.dispTable li span.current {
  background: #00a29a;
  border: 1px solid #00a29a;
  color: #FFF;
}
#pager ul.dispTable li a {
  padding: 5px 10px;
  background: #FFF;
  border: 1px solid #00a29a;
  font-weight: bold;
  color: #00a29a;
  text-decoration: none;
}
#pager ul.dispTable li a:hover {
  background: rgba(0, 162, 154, 0.2);
}

/* メインカラム
-------------------------------------------------- */
main {
  min-height: calc(100vh - 253px);
}
@media screen and (max-width: 767px) {
  main {
    min-height: 0;
  }
}
main section {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  main section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
main h2 {
  font-size: 21px;
  margin-bottom: 15px;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  main h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
main h2 span {
  padding-left: 35px;
  position: relative;
}
main h2 span::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 25px;
  width: 25px;
}
main p.title_bottom {
  text-align: center !important;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  main p.title_bottom {
    margin-bottom: 25px;
  }
}
main p {
  text-align: left;
}
main .noBox {
  padding: 30px;
  display: block;
  height: 100%;
}
@media screen and (max-width: 767px) {
  main .noBox {
    padding: 20px 0;
  }
}
main .noBox p:last-child {
  margin-bottom: 0;
}
main a.noBox:hover {
  text-decoration: none;
}
main .simpleBox {
  background: #FFF;
  padding: 3.5vw;
}
@media screen and (max-width: 767px) {
  main .simpleBox {
    padding: 15px;
  }
}
main .simpleBox p:last-child {
  margin-bottom: 0;
}

/* フッター
-------------------------------------------------- */
footer {
  background: #595757;
  overflow: hidden;
  padding-top: 30px;
}
footer p {
  text-align: left;
  color: #FFF;
  font-size: 12px;
}
@media screen and (max-width: 1199px) {
  footer p {
    text-align: center;
  }
}
footer p:last-child {
  margin-bottom: 0;
}
footer ul {
  float: right;
}
@media screen and (max-width: 1199px) {
  footer ul {
    float: none;
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
}
footer ul li {
  float: left;
  line-height: 1;
  margin-right: 15px;
  margin-bottom: 10px;
  padding-right: 15px;
  border-right: 1px solid #FFF;
  font-size: 12px;
}
footer ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
footer ul li a {
  color: #FFF !important;
  text-decoration: none;
}

/* ==================================================
以下、装飾の指定
================================================== */
/* 頻出
-------------------------------------------------- */
.color-red {
  color: #b7282c !important;
}

.color-green {
  color: #00a29a !important;
}

.color-brown {
  color: #A34900 !important;
}

.color-white {
  color: #FFF !important;
}

.btn-basic {
  background: #57b3ad;
  border: 1px solid #57b3ad;
  box-shadow: 0 1px #00a29a;
  color: #FFF !important;
  border-radius: 5px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 2px 10px;
  padding: 5px 20px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  max-width: 250px;
  border-radius: 0;
  text-decoration: none !important;
}
.btn-basic:hover {
  text-decoration: none;
  background: rgba(87, 179, 173, 0.6);
}

.btn-long {
  background: #57b3ad;
  border: 1px solid #57b3ad;
  box-shadow: 0 1px #00a29a;
  color: #FFF !important;
  border-radius: 5px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 2px 10px;
  padding: 5px 20px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  max-width: 350px;
  border-radius: 0;
  text-decoration: none !important;
}
.btn-long:hover {
  text-decoration: none;
  background: rgba(87, 179, 173, 0.6);
}

.btn-simple {
  background: none;
  border: 1px solid #FFF;
  box-shadow: 0 1px rgba(255, 255, 255, 0.5);
  color: #FFF !important;
  border-radius: 5px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 2px 10px;
  padding: 2px 10px;
  text-align: center;
  width: 100%;
  font-size: 12px;
  max-width: 200px;
  border-radius: 0;
  text-decoration: none !important;
}
.btn-simple:hover {
  text-decoration: none;
}
.btn-simple:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* 文字装飾
-------------------------------------------------- */
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.maru {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.fnt-bold {
  font-weight: bold;
}

.fnt-xsmall {
  font-size: 12px !important;
}

.fnt-small {
  font-size: 14px !important;
}

.fnt-normal {
  font-size: 16px !important;
  font-weight: normal;
}

.fnt-semi {
  font-size: 18px !important;
}
@media screen and (max-width: 767px) {
  .fnt-semi {
    font-size: 16px !important;
  }
}

.fnt-big {
  font-size: 21px !important;
}
@media screen and (max-width: 767px) {
  .fnt-big {
    font-size: 18px !important;
  }
}

.fnt-large {
  font-size: 24px !important;
}
@media screen and (max-width: 767px) {
  .fnt-large {
    font-size: 18px !important;
  }
}

.fnt-huge {
  font-size: 28px !important;
}
@media screen and (max-width: 767px) {
  .fnt-huge {
    font-size: 21px !important;
  }
}

.fnt-mega {
  font-size: 32px !important;
}
@media screen and (max-width: 767px) {
  .fnt-mega {
    font-size: 24px !important;
  }
}

.lh-1 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.25;
}

.lh-15 {
  line-height: 1.5;
}

.lh-175 {
  line-height: 1.75;
}

.lh-2 {
  line-height: 2;
}

.linemarker {
  background: linear-gradient(transparent 50%, #EFEA3A 50%);
}

.underline {
  text-decoration: underline;
}

.noborder {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

ul.disc li {
  list-style: disc;
  text-align: left;
  margin-left: 1em;
  font-size: 14px;
}

ul.list li {
  float: left;
  margin-right: 10px;
}
ul.list li:last-child {
  margin-right: 0;
}

/* 回りこみ
-------------------------------------------------- */
.right {
  float: right;
}

.left {
  float: left;
}

.alignright {
  text-align: right !important;
}

.alignleft {
  text-align: left !important;
}

.aligncenter {
  text-align: center !important;
}

/* 複数カラム
-------------------------------------------------- */
[class^="line-"] div, [class*=" line-"] div {
  margin-right: 2%;
  float: left;
}

[class^="line-"] div:last-child, [class*=" line-"] div:last-child {
  margin-right: 0;
}

.line-2 div {
  width: 48%;
}

.line-3 div {
  width: 32%;
}

.line-4 div {
  width: 23.5%;
}

/* 5カラム定義
-------------------------------------------------- */
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-15 {
  width: 20%;
  flex: 0 0 20%;
  float: left;
}

@media (min-width: 756px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
}
@media (min-width: 991px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }

  .col-md-offset-15 {
    margin-left: 4.3333333%;
  }
}
@media (min-width: 1199px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
  }
}
/* width
-------------------------------------------------- */
.w10p {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .w10p {
    width: 100%;
  }
}

.w20p {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .w20p {
    width: 100%;
  }
}

.w30p {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .w30p {
    width: 100%;
  }
}

.w40p {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .w40p {
    width: 100%;
  }
}

.w50p {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .w50p {
    width: 100%;
  }
}

.w60p {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .w60p {
    width: 100%;
  }
}

.w70p {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .w70p {
    width: 100%;
  }
}

.w80p {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .w80p {
    width: 100%;
  }
}

.w90p {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .w90p {
    width: 100%;
  }
}

.w100p {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .w100p {
    width: 100%;
  }
}

/* height
-------------------------------------------------- */
.h100 {
  height: 100px;
}

.h200 {
  height: 200px;
}

/* margin・padding
-------------------------------------------------- */
.mt0 {
  margin-top: 0px !important;
}

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

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

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

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

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

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

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

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

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

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

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

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

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

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

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

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

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

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

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

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

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

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

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

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

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

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

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

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

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

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

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

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

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

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

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

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

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

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

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

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

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

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

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

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

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

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

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

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

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

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

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

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

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

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

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

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

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

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

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

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

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

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

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

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

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

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

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

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

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

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

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

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

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

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

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

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

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

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

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

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

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

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

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

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

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

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

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

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

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

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

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

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

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

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

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

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

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

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

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

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

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

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

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

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

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* border
-------------------------------------------------- */
.bbg {
  position: relative;
}
.bbg::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  -ms-transform: translate(0, -1px);
  -webkit-transform: translate(0, -1px);
  transform: translate(0, -1px);
  height: 5px;
  width: 100%;
}
.bbg::after {
  background: -webkit-gradient(linear, top, bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.bb1 {
  border-bottom: 1px solid #b5b5b6;
}

.br1 {
  border-right: 1px solid #b5b5b6;
}

.bt1 {
  border-top: 1px solid #b5b5b6;
}

.bl1 {
  border-left: 1px solid #b5b5b6;
}

/* img
-------------------------------------------------- */
.photo {
  border: 1px solid rgba(51, 51, 51, 0.5);
}

/* display
-------------------------------------------------- */
.dispBlock {
  display: block !important;
}

.dispNone {
  display: none !important;
}

.xxsNone {
  display: inline-block !important;
}
@media screen and (max-width: 350px) {
  .xxsNone {
    display: none !important;
  }
}

.dispTable {
  display: table !important;
  margin-left: auto;
  margin-right: auto;
}

/* clearfix
-------------------------------------------------- */
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.clearfix {
  display: block;
}

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