@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,600&display=swap");
@import url("https://use.typekit.net/tbi1gcl.css");
/*
  Web Font -> Noto Sans Japanese
  http://www.google.com/fonts/earlyaccess
*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype"); }
/*
  Reset Style -> html5doctor.com Reset Stylesheet v1.6.1
  Author: Richard Clark - http://richclarkdesign.com 
*/
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, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html, body {
  width: 100%;
  height: 100%; }

html {
  font-family: sans-serif;
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  font-family: "-apple-system", "BlinkMacSystemFont", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "segoe ui", "游ゴシック  Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
  overflow-x: hidden;
  color: #000000; }

ol, ul {
  list-style: none; }

br {
  letter-spacing: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5; }

table, li, p, dl {
  line-height: 1.6; }

a {
  color: #12b8d7; }

/*
  normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

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

td, th {
  padding: 0; }

/*
  CSS framework -> Bootstrap v3.3.6 (http://getbootstrap.com)
  Copyright 2011-2015 Twitter, Inc.
  Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: transparent; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  text-decoration: none; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

img {
  line-height: 0;
  vertical-align: bottom; }

/* ---------------------------------------------------------
  layout base -> 余白の設定
--------------------------------------------------------- */
/*
 * Column
*/
.col-1 > * {
  width: 100%; }

.col-2 > * {
  width: 50%; }

.col-3 > * {
  width: 33.3333333333%; }

.col-4 > * {
  width: 25%; }

@media (min-width: 768px) {
  .col-sm-1 > * {
    width: 100%; }

  .col-sm-2 > * {
    width: 50%; }

  .col-sm-3 > * {
    width: 33.3333333333%; }

  .col-sm-4 > * {
    width: 25%; }

  .col-sm-5 > * {
    width: 20%; }

  .col-sm-6 > * {
    width: 16.6666666667%; }

  .col-sm-7 > * {
    width: 14.2857142857%; }

  .col-sm-8 > * {
    width: 12.5%; } }
@media (min-width: 900px) {
  .col-md-1 > * {
    width: 100%; }

  .col-md-2 > * {
    width: 50%; }

  .col-md-3 > * {
    width: 33.3333333333%; }

  .col-md-4 > * {
    width: 25%; }

  .col-md-5 > * {
    width: 20%; }

  .col-md-6 > * {
    width: 16.6666666667%; }

  .col-md-7 > * {
    width: 14.2857142857%; }

  .col-md-8 > * {
    width: 12.5%; } }
/* ---------------------------------------------------------
  width style -> 横幅の設定
--------------------------------------------------------- */
/*
 * 基本スタイル
*/
.w-set {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w-inset {
  padding-left: 4%;
  padding-right: 4%;
  /*padding-left: 5.625%;
  padding-right: 5.625%;*/ }
  @media (min-width: 768px) {
    .w-inset {
      padding-left: 0;
      padding-right: 0; } }

.w-inset-sub {
  padding-left: 4%;
  padding-right: 4%; }
  @media (min-width: 768px) {
    .w-inset-sub {
      padding-left: 0;
      padding-right: 0; } }

.w-inset-sub2 {
  padding-left: 3.125%;
  padding-right: 3.125%; }
  @media (min-width: 768px) {
    .w-inset-sub2 {
      padding-left: 0;
      padding-right: 0; } }

.w-max-main {
  max-width: 1200px; }

.w-max-sub1 {
  max-width: 1120px; }

.w-max-sub2 {
  max-width: 840px; }

.w-max-sub3 {
  max-width: 960px; }

.w-max-sub4 {
  max-width: 840px; }

.w-max-sub5 {
  max-width: 1200px; }

/* ---------------------------------------------------------
  img style -> 画像の設定
--------------------------------------------------------- */
.img-res {
  max-width: 100%;
  height: auto; }

.img-resfull {
  width: 100%;
  height: auto; }

/* ---------------------------------------------------------
  space style -> 余白の設定
--------------------------------------------------------- */
.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

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

.m-5 {
  margin: 0.5rem !important; }

.my-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.mx-5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.mt-5 {
  margin-top: 0.5rem !important; }

.mb-5 {
  margin-bottom: 0.5rem !important; }

.ml-5 {
  margin-left: 0.5rem !important; }

.mr-5 {
  margin-right: 0.5rem !important; }

.mx-n5 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important; }

.m-10 {
  margin: 1rem !important; }

.my-10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.mx-10 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.mt-10 {
  margin-top: 1rem !important; }

.mb-10 {
  margin-bottom: 1rem !important; }

.ml-10 {
  margin-left: 1rem !important; }

.mr-10 {
  margin-right: 1rem !important; }

.mx-n10 {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.m-15 {
  margin: 1.5rem !important; }

.my-15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.mx-15 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.mt-15 {
  margin-top: 1.5rem !important; }

.mb-15 {
  margin-bottom: 1.5rem !important; }

.ml-15 {
  margin-left: 1.5rem !important; }

.mr-15 {
  margin-right: 1.5rem !important; }

.mx-n15 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important; }

.m-20 {
  margin: 2rem !important; }

.my-20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.mx-20 {
  margin-left: 2rem !important;
  margin-right: 2rem !important; }

.mt-20 {
  margin-top: 2rem !important; }

.mb-20 {
  margin-bottom: 2rem !important; }

.ml-20 {
  margin-left: 2rem !important; }

.mr-20 {
  margin-right: 2rem !important; }

.mx-n20 {
  margin-left: -2rem !important;
  margin-right: -2rem !important; }

.m-25 {
  margin: 2.5rem !important; }

.my-25 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.mx-25 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important; }

.mt-25 {
  margin-top: 2.5rem !important; }

.mb-25 {
  margin-bottom: 2.5rem !important; }

.ml-25 {
  margin-left: 2.5rem !important; }

.mr-25 {
  margin-right: 2.5rem !important; }

.mx-n25 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important; }

.m-30 {
  margin: 3rem !important; }

.my-30 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.mx-30 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.mt-30 {
  margin-top: 3rem !important; }

.mb-30 {
  margin-bottom: 3rem !important; }

.ml-30 {
  margin-left: 3rem !important; }

.mr-30 {
  margin-right: 3rem !important; }

.mx-n30 {
  margin-left: -3rem !important;
  margin-right: -3rem !important; }

.m-35 {
  margin: 3.5rem !important; }

.my-35 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important; }

.mx-35 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important; }

.mt-35 {
  margin-top: 3.5rem !important; }

.mb-35 {
  margin-bottom: 3.5rem !important; }

.ml-35 {
  margin-left: 3.5rem !important; }

.mr-35 {
  margin-right: 3.5rem !important; }

.mx-n35 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important; }

.m-40 {
  margin: 4rem !important; }

.my-40 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.mx-40 {
  margin-left: 4rem !important;
  margin-right: 4rem !important; }

.mt-40 {
  margin-top: 4rem !important; }

.mb-40 {
  margin-bottom: 4rem !important; }

.ml-40 {
  margin-left: 4rem !important; }

.mr-40 {
  margin-right: 4rem !important; }

.mx-n40 {
  margin-left: -4rem !important;
  margin-right: -4rem !important; }

.m-45 {
  margin: 4.5rem !important; }

.my-45 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }

.mx-45 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important; }

.mt-45 {
  margin-top: 4.5rem !important; }

.mb-45 {
  margin-bottom: 4.5rem !important; }

.ml-45 {
  margin-left: 4.5rem !important; }

.mr-45 {
  margin-right: 4.5rem !important; }

.mx-n45 {
  margin-left: -4.5rem !important;
  margin-right: -4.5rem !important; }

.m-50 {
  margin: 5rem !important; }

.my-50 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.mx-50 {
  margin-left: 5rem !important;
  margin-right: 5rem !important; }

.mt-50 {
  margin-top: 5rem !important; }

.mb-50 {
  margin-bottom: 5rem !important; }

.ml-50 {
  margin-left: 5rem !important; }

.mr-50 {
  margin-right: 5rem !important; }

.mx-n50 {
  margin-left: -5rem !important;
  margin-right: -5rem !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mt-n10 {
  margin-top: -1rem; }

.mb-n10 {
  margin-bottom: -1rem; }

.mb-n20 {
  margin-bottom: -2rem; }

.p-5 {
  padding: 0.5rem !important; }

.py-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.px-5 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.pt-5 {
  padding-top: 0.5rem !important; }

.pb-5 {
  padding-bottom: 0.5rem !important; }

.pl-5 {
  padding-left: 0.5rem !important; }

.pr-5 {
  padding-right: 0.5rem !important; }

.p-10 {
  padding: 1rem !important; }

.py-10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.px-10 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.pt-10 {
  padding-top: 1rem !important; }

.pb-10 {
  padding-bottom: 1rem !important; }

.pl-10 {
  padding-left: 1rem !important; }

.pr-10 {
  padding-right: 1rem !important; }

.p-15 {
  padding: 1.5rem !important; }

.py-15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.px-15 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.pt-15 {
  padding-top: 1.5rem !important; }

.pb-15 {
  padding-bottom: 1.5rem !important; }

.pl-15 {
  padding-left: 1.5rem !important; }

.pr-15 {
  padding-right: 1.5rem !important; }

.p-20 {
  padding: 2rem !important; }

.py-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.px-20 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.pt-20 {
  padding-top: 2rem !important; }

.pb-20 {
  padding-bottom: 2rem !important; }

.pl-20 {
  padding-left: 2rem !important; }

.pr-20 {
  padding-right: 2rem !important; }

.p-25 {
  padding: 2.5rem !important; }

.py-25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.px-25 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important; }

.pt-25 {
  padding-top: 2.5rem !important; }

.pb-25 {
  padding-bottom: 2.5rem !important; }

.pl-25 {
  padding-left: 2.5rem !important; }

.pr-25 {
  padding-right: 2.5rem !important; }

.p-30 {
  padding: 3rem !important; }

.py-30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.px-30 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.pt-30 {
  padding-top: 3rem !important; }

.pb-30 {
  padding-bottom: 3rem !important; }

.pl-30 {
  padding-left: 3rem !important; }

.pr-30 {
  padding-right: 3rem !important; }

.p-35 {
  padding: 3.5rem !important; }

.py-35 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important; }

.px-35 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important; }

.pt-35 {
  padding-top: 3.5rem !important; }

.pb-35 {
  padding-bottom: 3.5rem !important; }

.pl-35 {
  padding-left: 3.5rem !important; }

.pr-35 {
  padding-right: 3.5rem !important; }

.p-40 {
  padding: 4rem !important; }

.py-40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.px-40 {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }

.pt-40 {
  padding-top: 4rem !important; }

.pb-40 {
  padding-bottom: 4rem !important; }

.pl-40 {
  padding-left: 4rem !important; }

.pr-40 {
  padding-right: 4rem !important; }

.p-45 {
  padding: 4.5rem !important; }

.py-45 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }

.px-45 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important; }

.pt-45 {
  padding-top: 4.5rem !important; }

.pb-45 {
  padding-bottom: 4.5rem !important; }

.pl-45 {
  padding-left: 4.5rem !important; }

.pr-45 {
  padding-right: 4.5rem !important; }

.p-50 {
  padding: 5rem !important; }

.py-50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.px-50 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }

.pt-50 {
  padding-top: 5rem !important; }

.pb-50 {
  padding-bottom: 5rem !important; }

.pl-50 {
  padding-left: 5rem !important; }

.pr-50 {
  padding-right: 5rem !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

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

  .m-sm-5 {
    margin: 0.5rem !important; }

  .my-sm-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .mx-sm-5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }

  .mt-sm-5 {
    margin-top: 0.5rem !important; }

  .mb-sm-5 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-5 {
    margin-left: 0.5rem !important; }

  .mr-sm-5 {
    margin-right: 0.5rem !important; }

  .mt-sm-n5 {
    margin-top: -0.5rem !important; }

  .mx-sm-n5 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important; }

  .m-sm-10 {
    margin: 1rem !important; }

  .my-sm-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .mx-sm-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }

  .mt-sm-10 {
    margin-top: 1rem !important; }

  .mb-sm-10 {
    margin-bottom: 1rem !important; }

  .ml-sm-10 {
    margin-left: 1rem !important; }

  .mr-sm-10 {
    margin-right: 1rem !important; }

  .mt-sm-n10 {
    margin-top: -1rem !important; }

  .mx-sm-n10 {
    margin-left: -1rem !important;
    margin-right: -1rem !important; }

  .m-sm-15 {
    margin: 1.5rem !important; }

  .my-sm-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .mx-sm-15 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }

  .mt-sm-15 {
    margin-top: 1.5rem !important; }

  .mb-sm-15 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-15 {
    margin-left: 1.5rem !important; }

  .mr-sm-15 {
    margin-right: 1.5rem !important; }

  .mt-sm-n15 {
    margin-top: -1.5rem !important; }

  .mx-sm-n15 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important; }

  .m-sm-20 {
    margin: 2rem !important; }

  .my-sm-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }

  .mx-sm-20 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }

  .mt-sm-20 {
    margin-top: 2rem !important; }

  .mb-sm-20 {
    margin-bottom: 2rem !important; }

  .ml-sm-20 {
    margin-left: 2rem !important; }

  .mr-sm-20 {
    margin-right: 2rem !important; }

  .mt-sm-n20 {
    margin-top: -2rem !important; }

  .mx-sm-n20 {
    margin-left: -2rem !important;
    margin-right: -2rem !important; }

  .m-sm-25 {
    margin: 2.5rem !important; }

  .my-sm-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }

  .mx-sm-25 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }

  .mt-sm-25 {
    margin-top: 2.5rem !important; }

  .mb-sm-25 {
    margin-bottom: 2.5rem !important; }

  .ml-sm-25 {
    margin-left: 2.5rem !important; }

  .mr-sm-25 {
    margin-right: 2.5rem !important; }

  .mt-sm-n25 {
    margin-top: -2.5rem !important; }

  .mx-sm-n25 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important; }

  .m-sm-30 {
    margin: 3rem !important; }

  .my-sm-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .mx-sm-30 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }

  .mt-sm-30 {
    margin-top: 3rem !important; }

  .mb-sm-30 {
    margin-bottom: 3rem !important; }

  .ml-sm-30 {
    margin-left: 3rem !important; }

  .mr-sm-30 {
    margin-right: 3rem !important; }

  .mt-sm-n30 {
    margin-top: -3rem !important; }

  .mx-sm-n30 {
    margin-left: -3rem !important;
    margin-right: -3rem !important; }

  .m-sm-35 {
    margin: 3.5rem !important; }

  .my-sm-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }

  .mx-sm-35 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important; }

  .mt-sm-35 {
    margin-top: 3.5rem !important; }

  .mb-sm-35 {
    margin-bottom: 3.5rem !important; }

  .ml-sm-35 {
    margin-left: 3.5rem !important; }

  .mr-sm-35 {
    margin-right: 3.5rem !important; }

  .mt-sm-n35 {
    margin-top: -3.5rem !important; }

  .mx-sm-n35 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important; }

  .m-sm-40 {
    margin: 4rem !important; }

  .my-sm-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }

  .mx-sm-40 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }

  .mt-sm-40 {
    margin-top: 4rem !important; }

  .mb-sm-40 {
    margin-bottom: 4rem !important; }

  .ml-sm-40 {
    margin-left: 4rem !important; }

  .mr-sm-40 {
    margin-right: 4rem !important; }

  .mt-sm-n40 {
    margin-top: -4rem !important; }

  .mx-sm-n40 {
    margin-left: -4rem !important;
    margin-right: -4rem !important; }

  .m-sm-45 {
    margin: 4.5rem !important; }

  .my-sm-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }

  .mx-sm-45 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }

  .mt-sm-45 {
    margin-top: 4.5rem !important; }

  .mb-sm-45 {
    margin-bottom: 4.5rem !important; }

  .ml-sm-45 {
    margin-left: 4.5rem !important; }

  .mr-sm-45 {
    margin-right: 4.5rem !important; }

  .mt-sm-n45 {
    margin-top: -4.5rem !important; }

  .mx-sm-n45 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important; }

  .m-sm-50 {
    margin: 5rem !important; }

  .my-sm-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }

  .mx-sm-50 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }

  .mt-sm-50 {
    margin-top: 5rem !important; }

  .mb-sm-50 {
    margin-bottom: 5rem !important; }

  .ml-sm-50 {
    margin-left: 5rem !important; }

  .mr-sm-50 {
    margin-right: 5rem !important; }

  .mt-sm-n50 {
    margin-top: -5rem !important; }

  .mx-sm-n50 {
    margin-left: -5rem !important;
    margin-right: -5rem !important; }

  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important; }

  .ml-sm-auto {
    margin-left: auto !important; }

  .mr-sm-auto {
    margin-right: auto !important; }

  .p-sm-5 {
    padding: 0.5rem !important; }

  .py-sm-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .px-sm-5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }

  .pt-sm-5 {
    padding-top: 0.5rem !important; }

  .pb-sm-5 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-5 {
    padding-left: 0.5rem !important; }

  .pr-sm-5 {
    padding-right: 0.5rem !important; }

  .p-sm-10 {
    padding: 1rem !important; }

  .py-sm-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .px-sm-10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }

  .pt-sm-10 {
    padding-top: 1rem !important; }

  .pb-sm-10 {
    padding-bottom: 1rem !important; }

  .pl-sm-10 {
    padding-left: 1rem !important; }

  .pr-sm-10 {
    padding-right: 1rem !important; }

  .p-sm-15 {
    padding: 1.5rem !important; }

  .py-sm-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .px-sm-15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }

  .pt-sm-15 {
    padding-top: 1.5rem !important; }

  .pb-sm-15 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-15 {
    padding-left: 1.5rem !important; }

  .pr-sm-15 {
    padding-right: 1.5rem !important; }

  .p-sm-20 {
    padding: 2rem !important; }

  .py-sm-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .px-sm-20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }

  .pt-sm-20 {
    padding-top: 2rem !important; }

  .pb-sm-20 {
    padding-bottom: 2rem !important; }

  .pl-sm-20 {
    padding-left: 2rem !important; }

  .pr-sm-20 {
    padding-right: 2rem !important; }

  .p-sm-25 {
    padding: 2.5rem !important; }

  .py-sm-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }

  .px-sm-25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }

  .pt-sm-25 {
    padding-top: 2.5rem !important; }

  .pb-sm-25 {
    padding-bottom: 2.5rem !important; }

  .pl-sm-25 {
    padding-left: 2.5rem !important; }

  .pr-sm-25 {
    padding-right: 2.5rem !important; }

  .p-sm-30 {
    padding: 3rem !important; }

  .py-sm-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .px-sm-30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }

  .pt-sm-30 {
    padding-top: 3rem !important; }

  .pb-sm-30 {
    padding-bottom: 3rem !important; }

  .pl-sm-30 {
    padding-left: 3rem !important; }

  .pr-sm-30 {
    padding-right: 3rem !important; }

  .p-sm-35 {
    padding: 3.5rem !important; }

  .py-sm-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }

  .px-sm-35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important; }

  .pt-sm-35 {
    padding-top: 3.5rem !important; }

  .pb-sm-35 {
    padding-bottom: 3.5rem !important; }

  .pl-sm-35 {
    padding-left: 3.5rem !important; }

  .pr-sm-35 {
    padding-right: 3.5rem !important; }

  .p-sm-40 {
    padding: 4rem !important; }

  .py-sm-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }

  .px-sm-40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }

  .pt-sm-40 {
    padding-top: 4rem !important; }

  .pb-sm-40 {
    padding-bottom: 4rem !important; }

  .pl-sm-40 {
    padding-left: 4rem !important; }

  .pr-sm-40 {
    padding-right: 4rem !important; }

  .p-sm-45 {
    padding: 4.5rem !important; }

  .py-sm-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }

  .px-sm-45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; }

  .pt-sm-45 {
    padding-top: 4.5rem !important; }

  .pb-sm-45 {
    padding-bottom: 4.5rem !important; }

  .pl-sm-45 {
    padding-left: 4.5rem !important; }

  .pr-sm-45 {
    padding-right: 4.5rem !important; }

  .p-sm-50 {
    padding: 5rem !important; }

  .py-sm-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .px-sm-50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }

  .pt-sm-50 {
    padding-top: 5rem !important; }

  .pb-sm-50 {
    padding-bottom: 5rem !important; }

  .pl-sm-50 {
    padding-left: 5rem !important; }

  .pr-sm-50 {
    padding-right: 5rem !important; } }
@media (min-width: 900px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

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

  .m-md-5 {
    margin: 0.5rem !important; }

  .my-md-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .mx-md-5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }

  .mt-md-5 {
    margin-top: 0.5rem !important; }

  .mb-md-5 {
    margin-bottom: 0.5rem !important; }

  .ml-md-5 {
    margin-left: 0.5rem !important; }

  .mr-md-5 {
    margin-right: 0.5rem !important; }

  .mx-md-n5 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important; }

  .m-md-10 {
    margin: 1rem !important; }

  .my-md-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .mx-md-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }

  .mt-md-10 {
    margin-top: 1rem !important; }

  .mb-md-10 {
    margin-bottom: 1rem !important; }

  .ml-md-10 {
    margin-left: 1rem !important; }

  .mr-md-10 {
    margin-right: 1rem !important; }

  .mx-md-n10 {
    margin-left: -1rem !important;
    margin-right: -1rem !important; }

  .m-md-15 {
    margin: 1.5rem !important; }

  .my-md-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .mx-md-15 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }

  .mt-md-15 {
    margin-top: 1.5rem !important; }

  .mb-md-15 {
    margin-bottom: 1.5rem !important; }

  .ml-md-15 {
    margin-left: 1.5rem !important; }

  .mr-md-15 {
    margin-right: 1.5rem !important; }

  .mx-md-n15 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important; }

  .m-md-20 {
    margin: 2rem !important; }

  .my-md-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }

  .mx-md-20 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }

  .mt-md-20 {
    margin-top: 2rem !important; }

  .mb-md-20 {
    margin-bottom: 2rem !important; }

  .ml-md-20 {
    margin-left: 2rem !important; }

  .mr-md-20 {
    margin-right: 2rem !important; }

  .mx-md-n20 {
    margin-left: -2rem !important;
    margin-right: -2rem !important; }

  .m-md-25 {
    margin: 2.5rem !important; }

  .my-md-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }

  .mx-md-25 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }

  .mt-md-25 {
    margin-top: 2.5rem !important; }

  .mb-md-25 {
    margin-bottom: 2.5rem !important; }

  .ml-md-25 {
    margin-left: 2.5rem !important; }

  .mr-md-25 {
    margin-right: 2.5rem !important; }

  .mx-md-n25 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important; }

  .m-md-30 {
    margin: 3rem !important; }

  .my-md-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .mx-md-30 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }

  .mt-md-30 {
    margin-top: 3rem !important; }

  .mb-md-30 {
    margin-bottom: 3rem !important; }

  .ml-md-30 {
    margin-left: 3rem !important; }

  .mr-md-30 {
    margin-right: 3rem !important; }

  .mx-md-n30 {
    margin-left: -3rem !important;
    margin-right: -3rem !important; }

  .m-md-35 {
    margin: 3.5rem !important; }

  .my-md-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }

  .mx-md-35 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important; }

  .mt-md-35 {
    margin-top: 3.5rem !important; }

  .mb-md-35 {
    margin-bottom: 3.5rem !important; }

  .ml-md-35 {
    margin-left: 3.5rem !important; }

  .mr-md-35 {
    margin-right: 3.5rem !important; }

  .mx-md-n35 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important; }

  .m-md-40 {
    margin: 4rem !important; }

  .my-md-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }

  .mx-md-40 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }

  .mt-md-40 {
    margin-top: 4rem !important; }

  .mb-md-40 {
    margin-bottom: 4rem !important; }

  .ml-md-40 {
    margin-left: 4rem !important; }

  .mr-md-40 {
    margin-right: 4rem !important; }

  .mx-md-n40 {
    margin-left: -4rem !important;
    margin-right: -4rem !important; }

  .m-md-45 {
    margin: 4.5rem !important; }

  .my-md-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }

  .mx-md-45 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }

  .mt-md-45 {
    margin-top: 4.5rem !important; }

  .mb-md-45 {
    margin-bottom: 4.5rem !important; }

  .ml-md-45 {
    margin-left: 4.5rem !important; }

  .mr-md-45 {
    margin-right: 4.5rem !important; }

  .mx-md-n45 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important; }

  .m-md-50 {
    margin: 5rem !important; }

  .my-md-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }

  .mx-md-50 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }

  .mt-md-50 {
    margin-top: 5rem !important; }

  .mb-md-50 {
    margin-bottom: 5rem !important; }

  .ml-md-50 {
    margin-left: 5rem !important; }

  .mr-md-50 {
    margin-right: 5rem !important; }

  .mx-md-n50 {
    margin-left: -5rem !important;
    margin-right: -5rem !important; }

  .m-md-55 {
    margin: 5.5rem !important; }

  .my-md-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; }

  .mx-md-55 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important; }

  .mt-md-55 {
    margin-top: 5.5rem !important; }

  .mb-md-55 {
    margin-bottom: 5.5rem !important; }

  .ml-md-55 {
    margin-left: 5.5rem !important; }

  .mr-md-55 {
    margin-right: 5.5rem !important; }

  .mx-md-n55 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important; }

  .m-md-60 {
    margin: 6rem !important; }

  .my-md-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }

  .mx-md-60 {
    margin-left: 6rem !important;
    margin-right: 6rem !important; }

  .mt-md-60 {
    margin-top: 6rem !important; }

  .mb-md-60 {
    margin-bottom: 6rem !important; }

  .ml-md-60 {
    margin-left: 6rem !important; }

  .mr-md-60 {
    margin-right: 6rem !important; }

  .mx-md-n60 {
    margin-left: -6rem !important;
    margin-right: -6rem !important; }

  .m-md-65 {
    margin: 6.5rem !important; }

  .my-md-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; }

  .mx-md-65 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important; }

  .mt-md-65 {
    margin-top: 6.5rem !important; }

  .mb-md-65 {
    margin-bottom: 6.5rem !important; }

  .ml-md-65 {
    margin-left: 6.5rem !important; }

  .mr-md-65 {
    margin-right: 6.5rem !important; }

  .mx-md-n65 {
    margin-left: -6.5rem !important;
    margin-right: -6.5rem !important; }

  .m-md-70 {
    margin: 7rem !important; }

  .my-md-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }

  .mx-md-70 {
    margin-left: 7rem !important;
    margin-right: 7rem !important; }

  .mt-md-70 {
    margin-top: 7rem !important; }

  .mb-md-70 {
    margin-bottom: 7rem !important; }

  .ml-md-70 {
    margin-left: 7rem !important; }

  .mr-md-70 {
    margin-right: 7rem !important; }

  .mx-md-n70 {
    margin-left: -7rem !important;
    margin-right: -7rem !important; }

  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important; }

  .ml-md-auto {
    margin-left: auto !important; }

  .mr-md-auto {
    margin-right: auto !important; }

  .p-md-5 {
    padding: 0.5rem !important; }

  .py-md-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .px-md-5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }

  .pt-md-5 {
    padding-top: 0.5rem !important; }

  .pb-md-5 {
    padding-bottom: 0.5rem !important; }

  .pl-md-5 {
    padding-left: 0.5rem !important; }

  .pr-md-5 {
    padding-right: 0.5rem !important; }

  .p-md-10 {
    padding: 1rem !important; }

  .py-md-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .px-md-10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }

  .pt-md-10 {
    padding-top: 1rem !important; }

  .pb-md-10 {
    padding-bottom: 1rem !important; }

  .pl-md-10 {
    padding-left: 1rem !important; }

  .pr-md-10 {
    padding-right: 1rem !important; }

  .p-md-15 {
    padding: 1.5rem !important; }

  .py-md-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .px-md-15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }

  .pt-md-15 {
    padding-top: 1.5rem !important; }

  .pb-md-15 {
    padding-bottom: 1.5rem !important; }

  .pl-md-15 {
    padding-left: 1.5rem !important; }

  .pr-md-15 {
    padding-right: 1.5rem !important; }

  .p-md-20 {
    padding: 2rem !important; }

  .py-md-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .px-md-20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }

  .pt-md-20 {
    padding-top: 2rem !important; }

  .pb-md-20 {
    padding-bottom: 2rem !important; }

  .pl-md-20 {
    padding-left: 2rem !important; }

  .pr-md-20 {
    padding-right: 2rem !important; }

  .p-md-25 {
    padding: 2.5rem !important; }

  .py-md-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }

  .px-md-25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }

  .pt-md-25 {
    padding-top: 2.5rem !important; }

  .pb-md-25 {
    padding-bottom: 2.5rem !important; }

  .pl-md-25 {
    padding-left: 2.5rem !important; }

  .pr-md-25 {
    padding-right: 2.5rem !important; }

  .p-md-30 {
    padding: 3rem !important; }

  .py-md-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .px-md-30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }

  .pt-md-30 {
    padding-top: 3rem !important; }

  .pb-md-30 {
    padding-bottom: 3rem !important; }

  .pl-md-30 {
    padding-left: 3rem !important; }

  .pr-md-30 {
    padding-right: 3rem !important; }

  .p-md-35 {
    padding: 3.5rem !important; }

  .py-md-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }

  .px-md-35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important; }

  .pt-md-35 {
    padding-top: 3.5rem !important; }

  .pb-md-35 {
    padding-bottom: 3.5rem !important; }

  .pl-md-35 {
    padding-left: 3.5rem !important; }

  .pr-md-35 {
    padding-right: 3.5rem !important; }

  .p-md-40 {
    padding: 4rem !important; }

  .py-md-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }

  .px-md-40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }

  .pt-md-40 {
    padding-top: 4rem !important; }

  .pb-md-40 {
    padding-bottom: 4rem !important; }

  .pl-md-40 {
    padding-left: 4rem !important; }

  .pr-md-40 {
    padding-right: 4rem !important; }

  .p-md-45 {
    padding: 4.5rem !important; }

  .py-md-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }

  .px-md-45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important; }

  .pt-md-45 {
    padding-top: 4.5rem !important; }

  .pb-md-45 {
    padding-bottom: 4.5rem !important; }

  .pl-md-45 {
    padding-left: 4.5rem !important; }

  .pr-md-45 {
    padding-right: 4.5rem !important; }

  .p-md-50 {
    padding: 5rem !important; }

  .py-md-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .px-md-50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }

  .pt-md-50 {
    padding-top: 5rem !important; }

  .pb-md-50 {
    padding-bottom: 5rem !important; }

  .pl-md-50 {
    padding-left: 5rem !important; }

  .pr-md-50 {
    padding-right: 5rem !important; }

  .p-md-55 {
    padding: 5.5rem !important; }

  .py-md-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; }

  .px-md-55 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important; }

  .pt-md-55 {
    padding-top: 5.5rem !important; }

  .pb-md-55 {
    padding-bottom: 5.5rem !important; }

  .pl-md-55 {
    padding-left: 5.5rem !important; }

  .pr-md-55 {
    padding-right: 5.5rem !important; }

  .p-md-60 {
    padding: 6rem !important; }

  .py-md-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }

  .px-md-60 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; }

  .pt-md-60 {
    padding-top: 6rem !important; }

  .pb-md-60 {
    padding-bottom: 6rem !important; }

  .pl-md-60 {
    padding-left: 6rem !important; }

  .pr-md-60 {
    padding-right: 6rem !important; }

  .p-md-65 {
    padding: 6.5rem !important; }

  .py-md-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; }

  .px-md-65 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important; }

  .pt-md-65 {
    padding-top: 6.5rem !important; }

  .pb-md-65 {
    padding-bottom: 6.5rem !important; }

  .pl-md-65 {
    padding-left: 6.5rem !important; }

  .pr-md-65 {
    padding-right: 6.5rem !important; }

  .p-md-70 {
    padding: 7rem !important; }

  .py-md-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }

  .px-md-70 {
    padding-left: 7rem !important;
    padding-right: 7rem !important; }

  .pt-md-70 {
    padding-top: 7rem !important; }

  .pb-md-70 {
    padding-bottom: 7rem !important; }

  .pl-md-70 {
    padding-left: 7rem !important; }

  .pr-md-70 {
    padding-right: 7rem !important; } }
/* ---------------------------------------------------------
  Loading -> ローディング画面
--------------------------------------------------------- */
.is-active .loading {
  opacity: 0;
  transform: scale(1.2); }

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #21336f 0%, #2a90c9 100%);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .8s ease-out, transform .8s ease-out; }

@keyframes ball-scale-ripple-multiple {
  0% {
    transform: scale(0.1);
    opacity: 1; }
  70% {
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }
.ball-scale-ripple-multiple {
  position: relative;
  transform: translateY(-25px); }
  .ball-scale-ripple-multiple > div:nth-child(0) {
    animation-delay: -0.8s; }
  .ball-scale-ripple-multiple > div:nth-child(1) {
    animation-delay: -0.6s; }
  .ball-scale-ripple-multiple > div:nth-child(2) {
    animation-delay: -0.4s; }
  .ball-scale-ripple-multiple > div:nth-child(3) {
    animation-delay: -0.2s; }
  .ball-scale-ripple-multiple > div {
    animation-fill-mode: both;
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #21336f;
    animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

/* ---------------------------------------------------------
  common -> 共通コンテンツ
--------------------------------------------------------- */
/*
 * base 基本設定
*/
body {
  min-width: 320px;
  font-size: 1.3rem; }

@media (min-width: 768px) {
  body {
    min-width: 1200px;
    font-size: 1.4rem; } }
p {
  line-height: 1.9; }
  @media (min-width: 768px) {
    p {
      line-height: 1.7; } }

a {
  color: #005D95; }

/*
 * 汎用ロールオーバー
*/
.highlight {
  transition: opacity 170ms ease; }

.highlight:active {
  opacity: .7; }

.underline:hover {
  text-decoration: underline; }

.scrollpoint {
  margin-top: -56px;
  padding-top: 56px; }
  @media (min-width: 768px) {
    .scrollpoint {
      margin-top: -108px;
      padding-top: 108px; } }

.container {
  position: relative;
  right: 0;
  transition: right 350ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden; }
  @media (min-width: 768px) {
    .container {
      padding-top: 5rem; } }

.is-open .container {
  right: 90%;
  pointer-events: none; }
  @media (min-width: 768px) {
    .is-open .container {
      right: 0;
      pointer-events: auto; } }

.svg-default {
  opacity: 0;
  width: 0;
  height: 0; }

/*
 * Header ヘッダー
*/
.h {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: solid 4px #c10042;
  z-index: 100; }
  @media (min-width: 768px) {
    .h {
      border-top-width: 7px; } }
  .h-top {
    display: none; }
    @media (min-width: 768px) {
      .h-top {
        background: #0c3c7c;
        color: #fff;
        height: 43px;
        display: block; }
        .h-top-in {
          display: flex;
          justify-content: flex-end;
          align-items: center;
          height: 100%; }
        .h-top a {
          color: #fff; } }
  .h-msg {
    margin-right: auto;
    margin-bottom: 0; }
  .h-lang {
    display: flex;
    margin-right: 2rem; }
    .h-lang li:first-child {
      margin-right: 2.5rem; }
  .h-form form {
    display: flex;
    align-items: center; }
  .h-form-input {
    width: 175px;
    height: 28px;
    border: solid 1px #bccdf0;
    padding: 5px; }
  .h-form-btn {
    background: url(../images/search_icon.svg) #cecece;
    background-size: 15px 15px;
    background-position: center;
    background-repeat: no-repeat;
    border: solid 1px #666;
    width: 68px;
    height: 28px;
    margin-left: 1.4rem;
    position: relative;
    cursor: pointer;
    transition: background-color 300ms ease-out; }
    .h-form-btn:hover {
      background-color: #777; }
  .h-ttl {
    width: 240px; }
    @media (min-width: 768px) {
      .h-ttl {
        width: auto; } }
  .h-btm {
    background: url(../images/h_bg_dot.png);
    position: relative; }
    @media (min-width: 768px) {
      .h-btm {
        padding-top: .4rem;
        padding-bottom: .4rem; } }
    .h-btm .w-set {
      height: 100%; }
    .h-btm-in {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 56px; }
      @media (min-width: 768px) {
        .h-btm-in {
          align-items: flex-start;
          height: auto; } }
    .h-btm-btn {
      margin-top: 3rem;
      display: none; }
      @media (min-width: 768px) {
        .h-btm-btn {
          display: flex; } }
      .h-btm-btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #efefef;
        color: #231815;
        width: 112px;
        height: 24px;
        margin-left: 2rem; }
      .h-btm-btn a:hover {
        background: #fdfdfd; }
  .h-nav {
    display: none;
    font-size: 1.5rem;
    margin-top: -1rem; }
    @media (min-width: 768px) {
      .h-nav {
        display: block; } }
    .h-nav ul {
      display: flex;
      justify-content: flex-end; }
    .h-nav li {
      margin-left: 2.8rem; }
    .h-nav a {
      color: #fff; }
    .h-nav a:hover {
      border-bottom: solid 2px #fff; }
  .h-nav-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    background: #0c3c7c;
    z-index: 101; }
    .h-nav-btn i, .h-nav-btn i:before, .h-nav-btn i:after {
      height: 2px;
      background-color: #fff; }
    .h-nav-btn i {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      transform: translate(-50%, -50%);
      transition: background .1s ease; }
    .h-nav-btn i:before, .h-nav-btn i:after {
      content: "";
      position: absolute;
      width: 100%;
      left: 0;
      transition: all .3s ease; }
    .h-nav-btn i:before {
      top: -7px; }
    .h-nav-btn i:after {
      bottom: -7px; }
    @media (min-width: 768px) {
      .h-nav-btn {
        display: none; } }

/*
 * Footer フッター
*/
.f-in {
  background: #f0f0f0;
  border-top: solid 1px #ccc;
  display: flex;
  justify-content: center;
  align-items: center; }

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  background: #0c3c7c;
  color: #fff;
  padding: .8rem 1rem;
  line-height: 1.4;
  text-align: center; }
  @media (min-width: 768px) {
    .copyright {
      font-size: 1.4rem;
      height: 45px; } }

/*
 * SmartPhone Navigation
*/
.close-btn {
  width: 56px;
  height: 56px;
  position: relative;
  cursor: pointer;
  background: #0c3c7c; }
  .close-btn i, .close-btn i:before, .close-btn i:after {
    height: 2px; }
  .close-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    transform: translate(-50%, -50%);
    transition: background .1s ease;
    background-color: transparent; }
  .close-btn i:before, .close-btn i:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    transition: all .3s ease; }
  .close-btn i:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0; }
  .close-btn i:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 0; }

.is-open .sp-nav {
  width: 90%; }

.sp-nav {
  background: #b50d18;
  border-top: solid 4px #c10042;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 9;
  background: #fff;
  overflow: auto;
  z-index: 200;
  box-shadow: -2px 0px 8px rgba(0, 0, 0, 0.08);
  transition: opacity 150ms ease, background 150ms ease, box-shadow 150ms ease, width 350ms cubic-bezier(0.19, 1, 0.22, 1); }
  @media (min-width: 768px) {
    .sp-nav {
      opacity: 0; } }
  .sp-nav-top {
    position: relative;
    height: 56px;
    background: #0c3c7c;
    display: flex;
    flex-direction: row-reverse; }
  .sp-nav-lang {
    margin-right: auto;
    display: flex; }
    .sp-nav-lang li {
      display: flex; }
    .sp-nav-lang a {
      display: flex;
      align-items: center;
      color: #fff;
      padding: 0 15px;
      border-right: solid 1px #fff; }
    .sp-nav-lang a:active {
      background: #a1a1a1; }
  .sp-nav-ttl {
    color: #fff;
    background: #2d3559;
    display: block;
    font-weight: 600;
    padding: 12px 15px;
    border-bottom: solid 1px #e5e5e5; }
  .sp-nav-middle {
    padding: 2rem 4%;
    background: #f0f0f0; }
  .sp-nav-form form {
    display: flex;
    align-items: center; }
  .sp-nav-form .h-form-input {
    width: 100%; }
  .sp-nav-btn {
    margin: 1.2rem 0 0;
    display: flex;
    justify-content: space-between; }
    .sp-nav-btn a {
      width: 49%;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #0c3c7c;
      color: #fff;
      height: 30px;
      font-size: 1.3rem;
      border: solid 1px #c2c2c2;
      transition: width 300ms ease-out; }
  .sp-nav-lst a {
    display: flex;
    align-items: center;
    padding: 12px 15px 12px 15px;
    border-bottom: solid 1px #e5e5e5;
    color: #0c3c7c;
    position: relative; }
  .sp-nav-lst a:before {
    content: "";
    width: 5px;
    height: 8px;
    margin-right: 1rem;
    background: url(../images/arrow.svg);
    background-size: 100% 100%; }
  .sp-nav-lst a:active {
    color: #fff;
    background-color: #ffaf3d; }
  .sp-nav-lst-child a {
    padding-left: calc(15px + 1em);
    background: #555; }
  .sp-nav-lst-cat a {
    background: #e9eef4;
    border-bottom: solid 1px #b9cadf; }

/* ---------------------------------------------------------
  front page -> TOPコンテンツ
--------------------------------------------------------- */
.t-main {
  position: relative;
  background-image: url(../images/frontpage/topimg.jpg);
  background-size: cover;
  background-position: center;
  /*padding-top: 9rem;
  padding-bottom: 2rem;*/
  padding-top: 26%;
  padding-bottom: 4%; }
  @media (min-width: 768px) {
    .t-main {
      height: 900px;
      padding-top: 19rem;
      padding-bottom: 0; } }
  @media (min-width: 768px) {
    .t-main-topics {
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 100%; } }
  .t-main-topics-in {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 1rem 1.5rem; }
    @media (min-width: 768px) {
      .t-main-topics-in {
        display: inline-block;
        font-size: 2.4rem;
        padding: 1rem 3rem; } }

.t-slider {
  position: relative;
  margin-bottom: 8%; }
  @media (min-width: 768px) {
    .t-slider {
      margin-bottom: 0; } }
  .t-slider-frame {
    border: solid 3px #fff;
    box-shadow: 0 2px 4px rgba(38, 139, 196, 0.58), 0 0 10px rgba(0, 0, 0, 0.33); }

.t-tcs-logo {
  position: absolute;
  top: -6%;
  right: 4.8%;
  background: url(../images/frontpage/tcs_logo.png);
  background-size: 100% 100%;
  width: 20%; }
  .t-tcs-logo:before {
    content: "";
    display: block;
    padding-top: 147.6%; }
  @media (min-width: 768px) {
    .t-tcs-logo {
      top: -46px;
      right: -15px;
      width: 233px;
      height: 344px; }
      .t-tcs-logo:before {
        content: none; } }

.t-news li {
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .t-news li {
      display: flex;
      border-bottom: 1px solid #ccc;
      padding: 10px; } }
.t-news li:last-child {
  margin-bottom: 0; }
.t-news-cat {
  flex-shrink: 0;
  width: 100px;
  height: 22px;
  background: #0c3c7c;
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .8rem; }
  .t-news-cat a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #0c3c7c; }
  .t-news-cat a:hover {
    background: #436ca9; }
  @media (min-width: 768px) {
    .t-news-cat {
      width: 150px;
      height: 40px;
      margin-right: 4rem;
      margin-bottom: 0;
      font-size: 1.4rem; } }
.t-news-cont a {
  text-decoration: underline; }
.t-news-cont a:hover {
  text-decoration: none; }
.t-news-time {
  margin-right: 1.2rem;
  flex-shrink: 0;
  font-weight: bold; }

.t-menu {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #fff; }
  .t-menu li {
    position: relative;
    border: solid 1px #fff;
    border-right: none;
    border-bottom: none;
    overflow: hidden;
    width: 50%; }
    @media (min-width: 768px) {
      .t-menu li {
        width: 33.333333%; } }
    .t-menu li:nth-child(2n) {
      border-right: solid 1px #fff; }
      @media (min-width: 768px) {
        .t-menu li:nth-child(2n) {
          border-right: none; } }
    @media (min-width: 768px) {
      .t-menu li:nth-child(3n) {
        border-right: solid 1px #fff; } }
    .t-menu li:before {
      content: "";
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      position: relative;
      position: absolute;
      top: 0;
      left: 0;
      transition: transform 400ms ease-out; }
    .t-menu li:after {
      content: "";
      display: block;
      padding-top: 80.5%; }
      @media (min-width: 768px) {
        .t-menu li:after {
          padding-top: 64.5%; } }
    .t-menu li:hover:before {
      transform: scale(1.1) translate3d(0, 0, 0); }
  .t-menu-01:before {
    background-image: url(../images/frontpage/t_menu_01.jpg); }
  .t-menu-02:before {
    background-image: url(../images/frontpage/t_menu_02.jpg); }
  .t-menu-03:before {
    background-image: url(../images/frontpage/t_menu_03.jpg); }
  .t-menu-04:before {
    background-image: url(../images/frontpage/t_menu_04.jpg); }
  .t-menu-05:before {
    background-image: url(../images/frontpage/t_menu_05.jpg); }
  .t-menu-06:before {
    background-image: url(../images/frontpage/t_menu_06.jpg); }
  .t-menu-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .t-menu-in:before, .t-menu-in:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .t-menu-in:before {
      background: rgba(0, 0, 0, 0.18); }
    .t-menu-in:after {
      background: url(../images/dot.png); }
  .t-menu-ttl {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .t-menu-ttl {
        font-size: 2.2rem; } }
  .t-menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #144794;
    border: solid 1px #fff;
    font-size: 1.3rem;
    color: #fff;
    max-width: 178px;
    width: 90%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    transition: background 300ms ease-out; }
    .t-menu-btn:hover {
      background: #436ca9; }
    @media (min-width: 768px) {
      .t-menu-btn {
        max-width: inherit;
        width: 178px;
        height: 30px;
        font-size: 1.5rem;
        bottom: 16px; } }
  .t-menu .tcs-mini {
    background: url(../images/frontpage/tcs_logo_mini.png);
    background-size: 100% 100%;
    width: 20%;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1; }
    .t-menu .tcs-mini:before {
      content: "";
      display: block;
      padding-top: 154.9%; }
    @media (min-width: 768px) {
      .t-menu .tcs-mini {
        width: 91px;
        height: 141px;
        top: 14px;
        left: 12px; }
        .t-menu .tcs-mini:before {
          content: none; } }

.t-access {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 768px) {
    .t-access {
      padding-top: 9rem;
      padding-bottom: 9rem;
      display: flex; } }
  .t-access-cont {
    flex-shrink: 0; }
    @media (min-width: 768px) {
      .t-access-cont {
        width: 436px;
        padding-right: 1.8rem; } }
    .t-access-cont-in {
      display: flex;
      margin-bottom: 3.5rem; }
      @media (min-width: 768px) {
        .t-access-cont-in {
          margin-bottom: 0; } }
  .t-access .rotary-logo {
    margin-bottom: 2.5rem;
    max-width: 180px; }
    @media (min-width: 768px) {
      .t-access .rotary-logo {
        margin-bottom: 3rem;
        max-width: inherit; } }
  .t-access .tcs-logo {
    width: 55px;
    flex-shrink: 0;
    margin-right: 1.5rem; }
    @media (min-width: 768px) {
      .t-access .tcs-logo {
        width: 91px;
        margin-right: 1.8rem; } }
  .t-access-info em {
    font-weight: 600; }
  .t-access-info p + p {
    margin-top: 2rem; }
  .t-access .rotary-ttl {
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .t-access .rotary-ttl {
        margin-bottom: 3rem; } }
  .t-access-map {
    width: 100%; }

.google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 59.12%;
  overflow: hidden; }

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ---------------------------------------------------------
  page -> 下層ページ
--------------------------------------------------------- */
/*
 * Common 共通
*/
.p-sec {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 768px) {
    .p-sec {
      padding-top: 10rem;
      padding-bottom: 10rem; } }

.bg-gray {
  background: #f0f0f0;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .bg-gray {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

.p-ttl {
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 3rem; }
  .p-ttl .en {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #c09110;
    font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝B", "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-top: .4rem; }
  @media (min-width: 768px) {
    .p-ttl {
      font-size: 2.5rem;
      margin-bottom: 3.5rem; }
      .p-ttl .en {
        font-size: 1.3rem;
        margin-top: .5rem; } }

/*
 * Page 下層
*/
.p-contents {
  padding-top: 10rem; }
  @media (min-width: 768px) {
    .p-contents {
      padding-top: 16.5rem; } }
  .p-contents:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background-image: url(../images/frontpage/topimg.jpg);
    background-size: cover;
    background-position: center; }
    @media (min-width: 768px) {
      .p-contents:before {
        height: 900px; } }
  .p-contents:after {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    top: 300px;
    left: 0;
    background: linear-gradient(0deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%); }
    @media (min-width: 768px) {
      .p-contents:after {
        height: 300px;
        top: 600px; } }
  .p-contents-in {
    background: #fff;
    border: solid 1px #ccc;
    border-bottom: 0;
    padding: 2rem;
    position: relative;
    min-height: 800px;
    z-index: 1; }
    @media (min-width: 768px) {
      .p-contents-in {
        padding: 3.5rem; } }

@media (min-width: 768px) {
  .p-one-column {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media (min-width: 768px) {
  .p-two-column {
    display: flex;
    justify-content: space-between; }
    .p-two-column-main {
      width: 770px; }
    .p-two-column-sub {
      width: 240px;
      margin-left: 4rem; } }

.p-common-sec {
  margin-bottom: 6rem; }
.p-common-row {
  margin-bottom: 5rem; }
  @media (min-width: 768px) {
    .p-common-row {
      margin-bottom: 6rem; } }
.p-common-ttl, .hs-ttl {
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  background: #efefef;
  padding: 1rem 1.5rem;
  line-height: 1.7;
  font-weight: bold; }
  @media (min-width: 768px) {
    .p-common-ttl, .hs-ttl {
      font-size: 2rem;
      margin-bottom: 3rem;
      padding: 1.5rem 2rem;
      line-height: 1.5; } }
.p-common-ttl02 {
  font-size: 1.4rem;
  padding-left: 1.5rem;
  font-weight: bold; }
  @media (min-width: 768px) {
    .p-common-ttl02 {
      font-size: 1.8rem !important; } }
.p-common-ttl03 {
  background: #efefef;
  font-size: 1.8rem !important;
  font-weight: bold;
  padding-left: 1.5rem;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .p-common-ttl03 {
      font-size: 1.8rem !important; } }
.p-common-subttl {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .p-common-subttl {
      font-size: 2.8rem;
      margin-bottom: 3rem; } }
.p-common p {
  line-height: 1.9; }
  .p-common p + p {
    margin-top: 2rem; }
  @media (min-width: 768px) {
    .p-common p {
      font-size: 1.6rem; } }
  .p-common p img {
    display: block;
    margin: 3rem auto;
    max-width: 100%;
    width: auto;
    height: auto; }
.p-common-tbl {
  margin: 3rem auto;
  padding-top: 1.4rem;
  border-top: solid 2px #0c3c7c;
  color: #0c3c7c; }
  @media (min-width: 768px) {
    .p-common-tbl {
      padding-top: 0;
      font-size: 1.6rem; } }
  .p-common-tbl dl {
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
    border-bottom: solid 1px #0c3c7c; }
    @media (min-width: 768px) {
      .p-common-tbl dl {
        display: flex;
        padding-bottom: 0;
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .p-common-tbl dt, .p-common-tbl dd {
      padding: 1.5rem; } }
  .p-common-tbl dt {
    font-weight: bold; }
    @media (min-width: 768px) {
      .p-common-tbl dt {
        width: 12em;
        flex-shrink: 0; } }
  .p-common-tbl dt.club {
    font-weight: bold; }
    @media (min-width: 768px) {
      .p-common-tbl dt.club {
        width: 25em;
        flex-shrink: 0; } }
  @media (min-width: 768px) {
    .p-common-tbl-long dt {
      width: 18em; } }
.p-common-tbl02 dl {
  margin: 1rem auto;
  padding-top: 1.3rem;
  border-top: solid 1px #0c3c7c;
  display: flex; }
  @media (min-width: 768px) {
    .p-common-tbl02 dl {
      margin: 1.5rem auto;
      padding-top: 1.8rem;
      padding-left: 1.5rem; } }
.p-common-tbl02 dt {
  font-size: 1.4rem;
  padding-right: 2rem;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .p-common-tbl02 dt {
      font-size: 1.8rem;
      padding-right: 3.5rem; } }
@media (min-width: 768px) {
  .p-common-tbl02 dd {
    font-size: 1.6rem; } }
.p-common-tbl02 ul {
  transform: translateY(-2px); }
.p-common-tbl02 li {
  line-height: 2;
  display: flex; }
  .p-common-tbl02 li span:first-child {
    margin-right: 1.5em;
    min-width: 4em; }
.p-common .last-name {
  font-weight: 600;
  color: #0c3c7c;
  text-align: right;
  margin-top: 2rem; }
  @media (min-width: 768px) {
    .p-common .last-name {
      font-size: 1.6rem; } }

@media (min-width: 768px) {
  .p-fz15 p {
    font-size: 1.5rem !important; } }

.acv-ttl {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.6;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  padding-left: .5rem;
  margin-bottom: 3rem;
  border-bottom: solid 1px #0c3c7c; }
  @media (min-width: 768px) {
    .acv-ttl {
      font-size: 3rem;
      padding-top: 2rem;
      padding-bottom: 2.5rem;
      margin-bottom: 5rem; } }
  .acv-ttl-post {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .acv-ttl-post {
        margin-bottom: 3rem; } }
.acv-side {
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 1rem 1rem 0; }
  .acv-side-btn {
    background: #0c3c7c;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    transition: opacity 300ms ease-out; }
    @media (min-width: 768px) {
      .acv-side-btn {
        font-size: 1.7rem; } }
    .acv-side-btn:hover {
      opacity: .8; }
  .acv-side-ttl {
    font-size: 1.8rem;
    font-weight: 600;
    color: #0c3c7c;
    border-left: solid 5px #0c3c7c;
    padding: .7rem 0 .7rem 1.2rem;
    margin-bottom: 1rem; }
.acv-lst li {
  font-size: 1.5rem; }
.acv-lst li:last-child a {
  border-bottom: 0; }
.acv-lst a {
  display: block;
  color: #000;
  padding: 1.3rem 2rem 1.3rem;
  border-bottom: solid 1px #ccc;
  transition: color 100ms ease; }
  .acv-lst a:hover {
    color: #0c3c7c; }
.acv-lst-first {
  margin-bottom: 3rem; }
  .acv-lst-first li:last-child a {
    border-bottom: solid 1px #ccc; }

.posts {
  margin-bottom: 6rem; }
  @media (min-width: 768px) {
    .posts {
      margin-bottom: 6.5rem; } }
  .posts-col {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: solid 1px #ccc; }
    @media (min-width: 768px) {
      .posts-col {
        margin-bottom: 3.5rem;
        padding-bottom: 2.5rem; } }
  .posts-thumb {
    width: 75px;
    flex-shrink: 0;
    border-radius: 10px;
    margin-right: 2rem;
    overflow: hidden;
    margin-bottom: 1rem; }
    .posts-thumb img {
      width: 100%;
      height: auto; }
    @media (min-width: 768px) {
      .posts-thumb {
        width: 115px; } }
    @media (min-width: 768px) {
      .posts-thumb-warp {
        display: flex; } }
  .posts-cont {
    font-size: 1.6rem;
    width: 100%; }
  .posts-info {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    font-size: 1.3rem; }
    @media (min-width: 768px) {
      .posts-info {
        margin-bottom: 1rem;
        font-size: 1.6rem; } }
  .posts-number {
    background: #0c3c7c;
    border-radius: 3px;
    color: #fff;
    padding: .2rem .8rem;
    line-height: 1.3;
    margin-right: 1.5rem; }
  .posts-time {
    display: block; }
  .posts-author {
    margin-bottom: .2rem;
    font-size: 1.3rem; }
    .posts-author br {
      display: none; }
    @media (min-width: 768px) {
      .posts-author {
        font-size: 1.6rem; } }
  .posts-ttl {
    font-size: 1.5rem; }
    @media (min-width: 768px) {
      .posts-ttl {
        font-size: 2.1rem;
        letter-spacing: -0.01em; } }
  .posts-btn {
    background: #0c3c7c;
    color: #fff;
    width: 110px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-top: 1.5rem;
    transition: opacity 300ms ease-out;
    font-size: 1.3rem; }
    @media (min-width: 768px) {
      .posts-btn {
        font-size: 1.6rem;
        width: 118px;
        height: 30px;
        margin-top: 1.8rem; } }
    .posts-btn:hover {
      opacity: .8; }

.post {
  margin-bottom: 6rem; }
  .post-head {
    display: flex;
    align-items: center;
    margin: 3rem 0;
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .post-head {
        align-items: center; } }
    .post-head-img {
      width: 86px;
      height: auto;
      overflow: hidden;
      border-radius: 10px;
      margin-right: 2rem; }
      @media (min-width: 768px) {
        .post-head-img {
          width: 128px; } }
    .post-head .post-ttl {
      margin-bottom: 0; }
  .post-ttl {
    font-size: 1.4rem;
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .post-ttl {
        font-size: 2.5rem;
        line-height: 1.3;
        font-weight: bold; } }
    .post-ttl p {
      margin-bottom: 0; }
  .post-info {
    display: flex;
    align-items: center;
    line-height: 1.3;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .post-info {
        font-size: 1.6rem;
        margin-bottom: 2rem; } }
  .post-number {
    background: #0c3c7c;
    border-radius: 3px;
    padding: .15rem 1rem;
    color: #fff;
    margin-right: 1rem; }
  .post-author {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 3.5rem; }
    @media (min-width: 768px) {
      .post-author {
        margin-bottom: 4.5rem; } }
    .post-author-img {
      flex-shrink: 0;
      width: 80px;
      height: 86px;
      border-radius: 10px;
      overflow: hidden;
      margin-left: 2.5rem; }
      @media (min-width: 768px) {
        .post-author-img {
          width: 128px;
          height: 128px;
          margin-left: 3rem; } }
  .post-cont:after {
    content: "";
    display: block;
    clear: both; }
  .post-cont p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    line-height: 1.85;
    clear: both; }
    @media (min-width: 768px) {
      .post-cont p {
        font-size: 1.5rem;
        line-height: 1.9; } }
  .post-cont .add_box01 {
    background: #f8f8f8;
    padding: 2.5rem;
    border: solid 1px #ccc;
    border-radius: 4px;
    margin: 4rem 0; }
    .post-cont .add_box01, .post-cont .add_box01 p {
      font-size: 1.4rem;
      line-height: 1.8; }
    .post-cont .add_box01 p:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .post-cont .add_box01 {
        margin: 4.5rem 0; }
        .post-cont .add_box01, .post-cont .add_box01 p {
          line-height: 1.8;
          font-size: 1.5rem; } }
  .post-cont .add_ttl01 {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -.02em;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .post-cont .add_ttl01 {
        font-size: 1.8rem; } }
  .post-cont .caption {
    text-align: center; }
  .post-cont .wp-caption-text {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: .5rem;
    text-align: center; }
    @media (min-width: 768px) {
      .post-cont .wp-caption-text {
        font-size: 1.4rem; } }
  @media (min-width: 768px) {
    .post-cont .alignleft {
      float: left;
      margin-right: 2rem; }
      .post-cont .alignleft img {
        width: 100%;
        height: auto; } }
  @media (min-width: 768px) {
    .post-cont .alignright {
      float: right;
      margin-left: 2rem; }
      .post-cont .alignright img {
        width: 100%;
        height: auto; } }
  .post-cont .flex_item {
    margin: 4.5rem auto;
    text-align: center; }
    .post-cont .flex_item img + img {
      margin-top: 3rem; }
    @media (min-width: 768px) {
      .post-cont .flex_item {
        display: flex;
        align-items: flex-start; }
        .post-cont .flex_item img:first-child {
          margin-right: 2rem; }
        .post-cont .flex_item img + img {
          margin-top: 0; } }

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-align: center; }
  @media (min-width: 768px) {
    .pagination {
      font-size: 1.4rem;
      line-height: 1.4rem; } }
  .pagination-box {
    display: inline-block; }
  .pagination a, .pagination span {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 8px 10px 8px 10px;
    text-decoration: none;
    width: auto;
    color: #999;
    background: #fff;
    border: solid 1px #ccc; }
    @media (min-width: 768px) {
      .pagination a, .pagination span {
        padding: 10px 15px 10px 15px; } }
  .pagination a:hover, .pagination .current {
    color: #fff;
    background: #b5b5b5; }

/*
 * クラブの概要　About
*/
.greeting_row {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: solid 1px #ccc; }
  .greeting_row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
.greeting_hd {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center; }
  .greeting_hd p {
    width: 100%; }
  .greeting_hd p span {
    display: block; }
  .greeting_hd .position {
    line-height: 1.6; }
  .greeting_hd .name {
    font-size: 2.4rem; }
    @media (min-width: 768px) {
      .greeting_hd .name {
        font-size: 2.7rem; } }
.greeting_img {
  width: 100px;
  flex-shrink: 0;
  margin-right: 20px; }
  .greeting_img img {
    border-radius: 10px; }
  @media (min-width: 768px) {
    .greeting_img {
      width: 150px;
      margin-right: 38px; } }
.greeting_cont p {
  line-height: 1.9; }
  @media (min-width: 768px) {
    .greeting_cont p {
      font-size: 1.5rem; } }

/*
 * 例会　Meeting
*/
.sh {
  margin-bottom: 5rem; }

.sh-ttl {
  font-size: 2rem;
  margin-bottom: 3rem;
  background: #efefef;
  padding: 1.5rem 2rem; }

.sh-lst {
  margin-bottom: 3.5rem;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f2f9ff; }
  .sh-lst-day {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px #0c3c7c;
    color: #0c3c7c;
    font-weight: bold; }
    @media (min-width: 768px) {
      .sh-lst-day {
        font-size: 2.3rem; } }
  .sh-lst dl {
    display: table;
    font-size: 1.3rem;
    padding: 1.5rem;
    border-bottom: 1px solid #CCCCCC;
    width: 100%; }
    @media (min-width: 768px) {
      .sh-lst dl {
        font-size: 1.7rem; } }
  .sh-lst dt, .sh-lst dd {
    display: table-cell; }
  .sh-lst dd {
    line-height: 1.7;
    font-size: 90%; }
    .sh-lst dd h3 {
      font-weight: bold;
      font-size: 2rem;
      margin: 0px 0px 10px; }
    .sh-lst dd p {
      margin-bottom: 15px; }
    .sh-lst dd .img_takuwa img {
      width: 180px;
      height: auto; }
  .sh-lst dt {
    width: 5.5em;
    font-weight: bold;
    text-align-last: justify;
    text-justify: inter-ideograph;
    white-space: nowrap; }
    .sh-lst dt span {
      display: flex;
      justify-content: space-between; }
    @media (min-width: 768px) {
      .sh-lst dt {
        width: 8.8em; } }
  .sh-lst dd {
    padding-left: 2.5rem; }
    @media (min-width: 768px) {
      .sh-lst dd {
        padding-left: 3.5rem; } }

.me {
  margin-bottom: 5rem; }
  .me-lst li {
    padding: 1.5rem 2rem;
    margin-bottom: 3rem;
    background: #efefef; }
    @media (min-width: 768px) {
      .me-lst li {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
  .me-lst-ttl {
    font-size: 1.8rem;
    margin-bottom: .1rem; }
    .me-lst-ttl a:hover {
      text-decoration: underline; }
    @media (min-width: 768px) {
      .me-lst-ttl {
        font-size: 2rem;
        margin-bottom: 0; } }
  .me-lst-file {
    position: relative; }
    .me-lst-file:after {
      content: "";
      display: inline-block;
      width: 15px;
      height: 18px;
      background: url(../images/icon_pdf.png);
      background-size: 100% 100%;
      transform: translateY(2px); }
  .me-lst-day {
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .me-lst-day {
        font-size: 1.5rem; } }

/*
 * 奉仕活動　Houshi
*/
.hs-year {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
  margin-top: -1rem;
  color: #0c3c7c; }
  @media (min-width: 768px) {
    .hs-year {
      margin-bottom: 3rem; } }
.hs-lst {
  margin-top: 5rem; }
  .hs-lst li {
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .hs-lst li {
        font-size: 1.8rem; } }
  .hs-lst a {
    display: flex;
    padding: 1.5rem 2rem;
    background: #0c3c7c;
    color: #fff;
    transition: background 300ms ease; }
  .hs-lst a:hover {
    background: #436ca9; }
.hs-sec {
  margin-bottom: 4rem; }
.hs-ttl {
  line-height: 1.6; }
  @media (min-width: 768px) {
    .hs-ttl {
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: space-between; } }
.hs-day {
  display: block;
  color: #999;
  flex-shrink: 0;
  font-size: 1.3rem;
  margin-top: .1rem; }
  @media (min-width: 768px) {
    .hs-day {
      font-size: 1.5rem;
      width: 10em;
      text-align: right;
      margin-top: 0; } }

/*
 * お知らせ News
*/
.nw-h {
  margin-bottom: 4rem; }
.nw-ttl {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .nw-ttl {
      font-size: 2.6rem; } }
.nw-info {
  display: flex;
  align-items: center; }
  .nw-info-cat {
    margin-left: 1rem; }
    .nw-info-cat span {
      display: inline-block;
      padding: 0.2rem 1.5rem;
      background: #0c3c7c;
      color: #fff; }

/*
 * お問い合わせ Contact
*/
.ct {
  margin-top: 5rem;
  margin-bottom: 5rem; }
  @media (min-width: 768px) {
    .ct-tbl {
      padding: 0 3rem; } }
  .ct-tbl dl {
    border-bottom: solid 1px #ccc;
    padding-bottom: 2rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .ct-tbl dl {
        display: flex;
        padding-bottom: 0;
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .ct-tbl dt, .ct-tbl dd {
      padding: 1.8rem 1.5rem; } }
  .ct-tbl dt {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .ct-tbl dt {
        width: 200px;
        font-size: 1.6rem;
        justify-content: space-between;
        margin-bottom: 0; } }
  .ct-tbl .must {
    font-size: 1.2rem;
    background: #e60012;
    border-radius: 1px;
    color: #fff;
    padding: 0 8px;
    margin-left: 1.5rem; }
    @media (min-width: 768px) {
      .ct-tbl .must {
        font-size: 1.3rem; } }
  @media (min-width: 768px) {
    .ct-tbl dd {
      width: 100%;
      padding-left: 3rem;
      font-size: 1.5rem; } }
  .ct-tbl input[type="text"],
  .ct-tbl input[type="email"],
  .ct-tbl input[type="tel"],
  .ct-tbl textarea {
    width: 100%;
    border: solid 1px #ccc; }
  .ct-tbl input[type="text"],
  .ct-tbl input[type="email"],
  .ct-tbl input[type="tel"] {
    height: 35px;
    padding: 5px; }
  .ct-tbl textarea {
    height: 300px;
    padding: 5px;
    vertical-align: top;
    resize: vertical; }
  .ct .ct-attention {
    margin-top: 4rem; }
    @media (min-width: 768px) {
      .ct .ct-attention {
        font-size: 1.5rem;
        text-align: center; } }
    .ct .ct-attention span {
      display: inline; }
      @media (min-width: 768px) {
        .ct .ct-attention span {
          display: inline-block; } }
    .ct .ct-attention input {
      display: inline-block;
      padding-right: 1rem;
      transform: translateY(2px); }
      @media (min-width: 768px) {
        .ct .ct-attention input {
          transform: translateY(-1px); } }
    .ct .ct-attention a:hover {
      text-decoration: underline; }
  .ct-btn {
    margin-top: 5rem; }
    .ct-btn input, .ct-btn a {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      width: 100%;
      max-width: 420px;
      height: 65px;
      color: #fff;
      background: #0c3c7c;
      font-size: 2rem;
      font-weight: 600;
      cursor: pointer;
      transition: background 300ms ease; }
      @media (min-width: 768px) {
        .ct-btn input, .ct-btn a {
          height: 78px;
          font-size: 2.4rem; } }
    .ct-btn input:hover, .ct-btn a:hover {
      opacity: .8; }
    .ct-btn input:disabled {
      background: #777; }

.mw_wp_form_confirm .ct .ct-attention {
  display: none; }

p {
  margin-bottom: 2rem; }

.m_Lst01 {
  margin: 2rem 0; }
  .m_Lst01 li {
    list-style-type: decimal;
    padding: 0 0 0 2rem;
    margin: 0 0 0.5rem 2rem;
    margin: 0 0 0 .52rem; }

/* =====================================*/
/*　クラブ概要　*/
/* -------------------------------------*/
.p_aboGreeTema {
  margin: 0 0 2rem 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold; }
.p_aboGreeBox {
  border: 1px solid #ccc;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.7;
  font-weight: bold; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 2rem; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.t-main-topics {
  display: none; }

.p-two-column a {
  text-decoration: underline; }

.acv-lst li.sub {
  font-size: 14px; }
  .acv-lst li.sub a {
    padding: 0.8rem 2.5rem 0.8rem; }

img {
  max-width: 100%;
  height: auto; }

/*記事_AddQuicktag*/
.aligncenter {
  display: table;
  margin: 0 auto; }

.add_ttl {
  font-size: 2rem;
  margin-bottom: 3rem;
  padding: 1.5rem 2rem;
  line-height: 1.5;
  background: #efefef;
  font-weight: bold; }

.add_pdf a {
  background: #FF0000;
  color: #FFFFFF;
  display: inline;
  padding: 6px 20px;
  border-radius: 5px; }
  .add_pdf a:after {
    content: '\0bb'; }

/*footer*/
.f_navi {
  display: flex; }
  @media (max-width: 480px) {
    .f_navi {
      flex-flow: wrap;
      margin: 10px; } }
  @media (min-width: 768px) {
    .f_navi {
      margin: 10px 0px 10px; } }
  @media (max-width: 480px) {
    .f_navi li {
      width: 50%; } }
  @media (min-width: 768px) {
    .f_navi li {
      margin: 0px 10px 0px; } }
  @media (max-width: 480px) {
    .f_navi li a {
      display: block;
      text-align: center;
      border: #fff;
      background: #fff;
      border: 1px solid #ccc;
      margin: 3px;
      padding: 6px;
      border-radius: 7px; } }

/*バナー*/
.foot_bnr {
  border-top: 1px solid #ccc;
  padding: 10px; }
  .foot_bnr ul {
    justify-content: center; }
    @media (min-width: 768px) {
      .foot_bnr ul {
        display: flex; } }
    .foot_bnr ul li {
      width: 100%;
      margin: 10px 0px; }
      @media (min-width: 768px) {
        .foot_bnr ul li {
          width: auto;
          margin: 0px 10px; } }
      .foot_bnr ul li img {
        width: 100%;
        padding: 1px;
        border: 1px solid #CCCCCC; }
        @media (min-width: 768px) {
          .foot_bnr ul li img {
            width: auto; } }

/* ---------------------------------------------------------
  utility style 汎用スタイル
--------------------------------------------------------- */
.u-d-bl {
  display: block !important; }

.u-d-in {
  display: inline !important; }

.u-d-no {
  display: none !important; }

@media (min-width: 375px) {
  .u-d-xs-bl {
    display: block !important; }

  .u-d-xs-in {
    display: inline !important; }

  .u-d-xs-no {
    display: none !important; } }
@media (min-width: 768px) {
  .u-d-sm-bl {
    display: block !important; }

  .u-d-sm-in {
    display: inline !important; }

  .u-d-sm-inbl {
    display: inline-block !important; }

  .u-d-sm-no {
    display: none !important; } }
@media (min-width: 900px) {
  .u-d-md-bl {
    display: block !important; }

  .u-d-md-in {
    display: inline !important; }

  .u-d-md-inbl {
    display: inline-block !important; }

  .u-d-md-no {
    display: none !important; } }
.u-fw300 {
  font-weight: 300; }

.u-fw400 {
  font-weight: 400; }

.u-fw500 {
  font-weight: 500; }

.u-fw600 {
  font-weight: 600; }

.u-fw700 {
  font-weight: 700; }

.u-clearfix:after {
  content: "";
  display: block;
  clear: both; }

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

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

.u-fl-no {
  float: none !important; }

@media (min-width: 768px) {
  .u-fl-sm-l {
    float: left !important; }

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

  .u-fl-sm-no {
    float: none !important; } }
@media (min-width: 900px) {
  .u-fl-md-l {
    float: left !important; }

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

  .u-fl-md-no {
    float: none !important; } }
@media (min-width: 1200px) {
  .ul-fl-lg-l {
    float: left !important; }

  .ul-fl-lg-r {
    float: right !important; }

  .float-lg-no {
    float: none !important; } }
.u-ta-c {
  text-align: center !important; }

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

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

@media (min-width: 768px) {
  .u-ta-sm-c {
    text-align: center !important; }

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

  .u-ta-sm-r {
    text-align: right !important; } }
.u-va-t {
  vertical-align: top; }

.v-va-m {
  vertical-align: middle; }

.u-va-b {
  vertical-align: bottom; }

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