@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*!
 * ress.css 窶｢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

html {
  display: flex;
  flex-direction: column;
  font-size: 62.5%;
  min-height: 100%;
  position: relative;
  -webkit-tap-highlight-color: transparent; }

body {
  font-size: 1.4rem;
  color: #222;
  display: flex;
  flex-direction: column;
  font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  min-height: 100vh; }
  @media (min-width: 992px) {
    body {
      font-size: 1.6rem; } }

a {
  color: #147bcf;
  text-decoration: underline; }
  a:hover {
    color: #147bcf;
    text-decoration: none; }

.site-header {
  background-color: #333;
  padding: 1em; }
  .site-header .site-logo {
    font-size: 2.4rem;
    line-height: 1;
    color: #fff; }

.main-section {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto; }

.main-contents {
  background-color: #fff;
  flex: 1;
  padding: 1em; }

.main-menu {
  background-color: #eee;
  flex: 0 0 200px;
  padding: 1em; }

.site-footer {
  background-color: #333; }
  .site-footer p {
    color: #ccc;
    font-size: 1.2rem;
    padding: 1em;
    text-align: right; }

.page-article h1,
.page-article h2,
.page-article h3,
.page-article h4,
.page-article h5,
.page-article h6 {
  font-feature-settings: 'palt';
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0; }
  .page-article h1 small,
  .page-article h2 small,
  .page-article h3 small,
  .page-article h4 small,
  .page-article h5 small,
  .page-article h6 small {
    font-size: 70%; }
.page-article h1,
.page-article h2,
.page-article h3 {
  margin-bottom: .5em;
  margin-top: .5em; }
.page-article h1 {
  font-size: 3em; }
.page-article h2 {
  font-size: 2.5em; }
.page-article h3 {
  font-size: 2em; }
.page-article h4,
.page-article h5,
.page-article h6 {
  margin-bottom: 1em;
  margin-top: 1em; }
.page-article h4 {
  font-size: 1.5em; }
.page-article h5 {
  font-size: 1em; }
.page-article h6 {
  font-size: 80%; }
.page-article p {
  font-feature-settings: 'pkna';
  line-height: 1.8;
  margin-bottom: 1em; }
.page-article mark {
  background: linear-gradient(transparent 60%, #ff0 60%);
  padding: 0; }
.page-article code {
  background-color: #ccc;
  padding: .1em .2em; }
.page-article ul,
.page-article ol {
  margin: 0 0 1em 1.5em; }
  .page-article ul ul,
  .page-article ul ol,
  .page-article ol ul,
  .page-article ol ol {
    margin-bottom: 0; }
.page-article dl {
  margin: 0 0 1em; }
.page-article dt,
.page-article dd {
  line-height: 1.8; }
.page-article dt {
  border-bottom: solid 2px #808080;
  font-weight: bold;
  letter-spacing: .1em;
  padding: .2em .5em; }
.page-article dd {
  margin-bottom: 1em;
  margin-left: 0;
  padding: .5em; }
.page-article blockquote {
  border-left: 5px solid #808080;
  margin: 0 0 1em;
  padding: .5em; }
  .page-article blockquote p:last-child,
  .page-article blockquote ul:last-child,
  .page-article blockquote ol:last-child {
    margin-bottom: 0; }
  .page-article blockquote footer {
    font-size: 80%; }
.page-article pre {
  background-color: #fafafa;
  border: 1px solid #ccc;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  margin-bottom: 1em;
  overflow: auto;
  padding: .5em; }
  .page-article pre code {
    background-color: #222;
    color: #fff;
    display: block;
    margin: -.5em;
    padding: .5em; }
.page-article table {
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
  border-right: 1px solid #ccc;
  border-spacing: 0;
  margin-bottom: 1em;
  width: 100%; }
  .page-article table caption {
    text-align: left; }
  .page-article table th,
  .page-article table td {
    border-left: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
    padding: .1em .5em; }
  .page-article table th {
    background-color: #fafafa;
    font-weight: normal;
    text-align: left; }
  .page-article table td {
    vertical-align: top; }
.page-article .tbl-responsive {
  display: block; }
  .page-article .tbl-responsive input {
    max-width: 100%; }
  .page-article .tbl-responsive tbody {
    display: block; }
  .page-article .tbl-responsive tr {
    display: block; }
  .page-article .tbl-responsive th,
  .page-article .tbl-responsive td {
    display: block;
    padding: .1em .5em; }
  .page-article .tbl-responsive th {
    background-color: #fafafa;
    font-weight: normal;
    letter-spacing: .25em;
    text-align: left; }
  @media (min-width: 992px) {
    .page-article .tbl-responsive {
      border-bottom: 1px solid #bbbbbb;
      border-collapse: collapse;
      border-left: 0;
      border-right: 1px solid #bbbbbb;
      border-spacing: 0;
      display: table;
      margin-bottom: 1em;
      width: 100%; }
      .page-article .tbl-responsive tbody {
        display: table-row-group; }
      .page-article .tbl-responsive tr {
        display: table-row; }
      .page-article .tbl-responsive caption {
        text-align: left; }
      .page-article .tbl-responsive th,
      .page-article .tbl-responsive td {
        border-left: 1px solid #bbbbbb;
        border-top: 1px solid #bbbbbb;
        display: table-cell;
        padding: .1em .5em; }
      .page-article .tbl-responsive th {
        background-color: #fafafa;
        font-weight: normal;
        letter-spacing: 0;
        text-indent: 0; }
      .page-article .tbl-responsive td {
        vertical-align: top; } }

.form-contents input[type=text], .form-contents input[type=password], .form-contents input[type=email], .form-contents input[type=tel], .form-contents input[type=number] {
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  color: #222;
  display: inline-block;
  line-height: 1;
  max-width: 100%;
  padding: .5em;
  width: auto; }
.form-contents input:focus {
  background-color: #fdfdff;
  border: solid 1px #9cf;
  outline: none; }
.form-contents input.error {
  background-color: #fff9f9;
  border: solid 1px #dec7c7;
  color: #bc1313; }
.form-contents input.sizefull {
  width: 100%; }
.form-contents input[type=text] {
  width: 100%; }
.form-contents textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #222;
  display: block;
  height: auto;
  padding: .25em .5em;
  width: 100%; }
  .form-contents textarea:focus {
    background-color: #fdfdff;
    border: solid 1px #9cf;
    outline: none; }
.form-contents select {
  appearance: none;
  background-color: #fff;
  background-image: url("../img/common/arrow.svg");
  background-position: right 50%;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  cursor: pointer;
  display: block;
  overflow: visible;
  padding: .25em 3em .25em .5em;
  position: relative; }
  .form-contents select option {
    color: #222; }
  .form-contents select:focus {
    background-color: #fdfdff;
    border: solid 1px #9cf;
    outline: none; }
  .form-contents select::-ms-expand {
    display: none; }
.form-contents .form-check {
  font-size: 1.2rem;
  background-color: #fff9f9;
  color: #bc1313;
  display: none;
  margin: .5em 0;
  padding: .5em 1em; }
  .form-contents .form-check.show {
    display: block; }
.form-contents .confirm-btn-on {
  opacity: 1; }
.form-contents .confirm-btn-off {
  opacity: .5; }
.form-contents .must {
  background-color: #bc1313;
  color: #fff;
  font-size: 80%;
  line-height: 1;
  margin: 0 .5em;
  padding: .1em .5em; }
.form-contents .tbl-form {
  display: block;
  margin-bottom: 1em; }
  .form-contents .tbl-form tbody {
    display: block; }
  .form-contents .tbl-form tr {
    display: block; }
  .form-contents .tbl-form th,
  .form-contents .tbl-form td {
    display: block;
    padding: .25em .5em; }
  .form-contents .tbl-form th {
    background-color: #fafafa;
    font-weight: normal;
    text-align: left; }
  .form-contents .tbl-form td {
    padding: .5em; }
  @media (min-width: 992px) {
    .form-contents .tbl-form {
      border-bottom: 1px solid #ccc;
      border-collapse: collapse;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-spacing: 0;
      display: table;
      margin-bottom: 1em;
      width: 100%; }
      .form-contents .tbl-form tbody {
        display: table-row-group; }
      .form-contents .tbl-form tr {
        display: table-row; }
      .form-contents .tbl-form caption {
        text-align: left; }
      .form-contents .tbl-form th,
      .form-contents .tbl-form td {
        border-top: 1px solid #ccc;
        display: table-cell;
        padding: .5em;
        vertical-align: top; }
      .form-contents .tbl-form th {
        font-weight: normal;
        width: 18em; } }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  .container:before, .container:after {
    content: ' ';
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: ' ';
    display: table; }
  .container-fluid:after {
    clear: both; }

.col-1 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left;
  width: 8.33333%; }
  .col-1:before, .col-1:after {
    content: ' ';
    display: table; }
  .col-1:after {
    clear: both; }
  .col-1 img {
    height: auto;
    max-width: 100%; }

.col-2 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left;
  width: 16.66667%; }
  .col-2:before, .col-2:after {
    content: ' ';
    display: table; }
  .col-2:after {
    clear: both; }
  .col-2 img {
    height: auto;
    max-width: 100%; }

.col-3 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left;
  width: 25%; }
  .col-3:before, .col-3:after {
    content: ' ';
    display: table; }
  .col-3:after {
    clear: both; }
  .col-3 img {
    height: auto;
    max-width: 100%; }

.col-4 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left;
  width: 33.33333%; }
  .col-4:before, .col-4:after {
    content: ' ';
    display: table; }
  .col-4:after {
    clear: both; }
  .col-4 img {
    height: auto;
    max-width: 100%; }

.col-5 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left;
  width: 41.66667%; }
  .col-5:before, .col-5:after {
    content: ' ';
    display: table; }
  .col-5:after {
    clear: both; }
  .col-5 img {
    height: auto;
    max-width: 100%; }

.col-6 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left;
  width: 50%; }
  .col-6:before, .col-6:after {
    content: ' ';
    display: table; }
  .col-6:after {
    clear: both; }
  .col-6 img {
    height: auto;
    max-width: 100%; }

.col-7 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left;
  width: 58.33333%; }
  .col-7:before, .col-7:after {
    content: ' ';
    display: table; }
  .col-7:after {
    clear: both; }
  .col-7 img {
    height: auto;
    max-width: 100%; }

.col-8 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left;
  width: 66.66667%; }
  .col-8:before, .col-8:after {
    content: ' ';
    display: table; }
  .col-8:after {
    clear: both; }
  .col-8 img {
    height: auto;
    max-width: 100%; }

.col-9 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left;
  width: 75%; }
  .col-9:before, .col-9:after {
    content: ' ';
    display: table; }
  .col-9:after {
    clear: both; }
  .col-9 img {
    height: auto;
    max-width: 100%; }

.col-10 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left;
  width: 83.33333%; }
  .col-10:before, .col-10:after {
    content: ' ';
    display: table; }
  .col-10:after {
    clear: both; }
  .col-10 img {
    height: auto;
    max-width: 100%; }

.col-11 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left;
  width: 91.66667%; }
  .col-11:before, .col-11:after {
    content: ' ';
    display: table; }
  .col-11:after {
    clear: both; }
  .col-11 img {
    height: auto;
    max-width: 100%; }

.col-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left;
  width: 100%; }
  .col-12:before, .col-12:after {
    content: ' ';
    display: table; }
  .col-12:after {
    clear: both; }
  .col-12 img {
    height: auto;
    max-width: 100%; }

.row:before, .row:after {
  content: ' ';
  display: table; }
.row:after {
  clear: both; }

.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xs-1 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left; }
  .col-lg-1:before, .col-lg-1:after,
  .col-md-1:before,
  .col-md-1:after,
  .col-sm-1:before,
  .col-sm-1:after,
  .col-xs-1:before,
  .col-xs-1:after {
    content: ' ';
    display: table; }
  .col-lg-1:after,
  .col-md-1:after,
  .col-sm-1:after,
  .col-xs-1:after {
    clear: both; }
  .col-lg-1 img,
  .col-md-1 img,
  .col-sm-1 img,
  .col-xs-1 img {
    height: auto;
    max-width: 100%; }

.col-xs-1 {
  width: 8.33333%; }

.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xs-2 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left; }
  .col-lg-2:before, .col-lg-2:after,
  .col-md-2:before,
  .col-md-2:after,
  .col-sm-2:before,
  .col-sm-2:after,
  .col-xs-2:before,
  .col-xs-2:after {
    content: ' ';
    display: table; }
  .col-lg-2:after,
  .col-md-2:after,
  .col-sm-2:after,
  .col-xs-2:after {
    clear: both; }
  .col-lg-2 img,
  .col-md-2 img,
  .col-sm-2 img,
  .col-xs-2 img {
    height: auto;
    max-width: 100%; }

.col-xs-2 {
  width: 16.66667%; }

.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xs-3 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left; }
  .col-lg-3:before, .col-lg-3:after,
  .col-md-3:before,
  .col-md-3:after,
  .col-sm-3:before,
  .col-sm-3:after,
  .col-xs-3:before,
  .col-xs-3:after {
    content: ' ';
    display: table; }
  .col-lg-3:after,
  .col-md-3:after,
  .col-sm-3:after,
  .col-xs-3:after {
    clear: both; }
  .col-lg-3 img,
  .col-md-3 img,
  .col-sm-3 img,
  .col-xs-3 img {
    height: auto;
    max-width: 100%; }

.col-xs-3 {
  width: 25%; }

.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xs-4 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left; }
  .col-lg-4:before, .col-lg-4:after,
  .col-md-4:before,
  .col-md-4:after,
  .col-sm-4:before,
  .col-sm-4:after,
  .col-xs-4:before,
  .col-xs-4:after {
    content: ' ';
    display: table; }
  .col-lg-4:after,
  .col-md-4:after,
  .col-sm-4:after,
  .col-xs-4:after {
    clear: both; }
  .col-lg-4 img,
  .col-md-4 img,
  .col-sm-4 img,
  .col-xs-4 img {
    height: auto;
    max-width: 100%; }

.col-xs-4 {
  width: 33.33333%; }

.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xs-5 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left; }
  .col-lg-5:before, .col-lg-5:after,
  .col-md-5:before,
  .col-md-5:after,
  .col-sm-5:before,
  .col-sm-5:after,
  .col-xs-5:before,
  .col-xs-5:after {
    content: ' ';
    display: table; }
  .col-lg-5:after,
  .col-md-5:after,
  .col-sm-5:after,
  .col-xs-5:after {
    clear: both; }
  .col-lg-5 img,
  .col-md-5 img,
  .col-sm-5 img,
  .col-xs-5 img {
    height: auto;
    max-width: 100%; }

.col-xs-5 {
  width: 41.66667%; }

.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xs-6 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left; }
  .col-lg-6:before, .col-lg-6:after,
  .col-md-6:before,
  .col-md-6:after,
  .col-sm-6:before,
  .col-sm-6:after,
  .col-xs-6:before,
  .col-xs-6:after {
    content: ' ';
    display: table; }
  .col-lg-6:after,
  .col-md-6:after,
  .col-sm-6:after,
  .col-xs-6:after {
    clear: both; }
  .col-lg-6 img,
  .col-md-6 img,
  .col-sm-6 img,
  .col-xs-6 img {
    height: auto;
    max-width: 100%; }

.col-xs-6 {
  width: 50%; }

.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xs-7 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left; }
  .col-lg-7:before, .col-lg-7:after,
  .col-md-7:before,
  .col-md-7:after,
  .col-sm-7:before,
  .col-sm-7:after,
  .col-xs-7:before,
  .col-xs-7:after {
    content: ' ';
    display: table; }
  .col-lg-7:after,
  .col-md-7:after,
  .col-sm-7:after,
  .col-xs-7:after {
    clear: both; }
  .col-lg-7 img,
  .col-md-7 img,
  .col-sm-7 img,
  .col-xs-7 img {
    height: auto;
    max-width: 100%; }

.col-xs-7 {
  width: 58.33333%; }

.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xs-8 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left; }
  .col-lg-8:before, .col-lg-8:after,
  .col-md-8:before,
  .col-md-8:after,
  .col-sm-8:before,
  .col-sm-8:after,
  .col-xs-8:before,
  .col-xs-8:after {
    content: ' ';
    display: table; }
  .col-lg-8:after,
  .col-md-8:after,
  .col-sm-8:after,
  .col-xs-8:after {
    clear: both; }
  .col-lg-8 img,
  .col-md-8 img,
  .col-sm-8 img,
  .col-xs-8 img {
    height: auto;
    max-width: 100%; }

.col-xs-8 {
  width: 66.66667%; }

.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left; }
  .col-lg-9:before, .col-lg-9:after,
  .col-md-9:before,
  .col-md-9:after,
  .col-sm-9:before,
  .col-sm-9:after,
  .col-xs-9:before,
  .col-xs-9:after {
    content: ' ';
    display: table; }
  .col-lg-9:after,
  .col-md-9:after,
  .col-sm-9:after,
  .col-xs-9:after {
    clear: both; }
  .col-lg-9 img,
  .col-md-9 img,
  .col-sm-9 img,
  .col-xs-9 img {
    height: auto;
    max-width: 100%; }

.col-xs-9 {
  width: 75%; }

.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xs-10 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left; }
  .col-lg-10:before, .col-lg-10:after,
  .col-md-10:before,
  .col-md-10:after,
  .col-sm-10:before,
  .col-sm-10:after,
  .col-xs-10:before,
  .col-xs-10:after {
    content: ' ';
    display: table; }
  .col-lg-10:after,
  .col-md-10:after,
  .col-sm-10:after,
  .col-xs-10:after {
    clear: both; }
  .col-lg-10 img,
  .col-md-10 img,
  .col-sm-10 img,
  .col-xs-10 img {
    height: auto;
    max-width: 100%; }

.col-xs-10 {
  width: 83.33333%; }

.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xs-11 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left; }
  .col-lg-11:before, .col-lg-11:after,
  .col-md-11:before,
  .col-md-11:after,
  .col-sm-11:before,
  .col-sm-11:after,
  .col-xs-11:before,
  .col-xs-11:after {
    content: ' ';
    display: table; }
  .col-lg-11:after,
  .col-md-11:after,
  .col-sm-11:after,
  .col-xs-11:after {
    clear: both; }
  .col-lg-11 img,
  .col-md-11 img,
  .col-sm-11 img,
  .col-xs-11 img {
    height: auto;
    max-width: 100%; }

.col-xs-11 {
  width: 91.66667%; }

.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left; }
  .col-lg-12:before, .col-lg-12:after,
  .col-md-12:before,
  .col-md-12:after,
  .col-sm-12:before,
  .col-sm-12:after,
  .col-xs-12:before,
  .col-xs-12:after {
    content: ' ';
    display: table; }
  .col-lg-12:after,
  .col-md-12:after,
  .col-sm-12:after,
  .col-xs-12:after {
    clear: both; }
  .col-lg-12 img,
  .col-md-12 img,
  .col-sm-12 img,
  .col-xs-12 img {
    height: auto;
    max-width: 100%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .row {
    margin-left: -15px;
    margin-right: -15px; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-lg-1,
  .col-md-1,
  .col-sm-1,
  .col-xs-1 {
    padding-left: 15px;
    padding-right: 15px; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-lg-2,
  .col-md-2,
  .col-sm-2,
  .col-xs-2 {
    padding-left: 15px;
    padding-right: 15px; }

  .col-sm-3 {
    width: 25%; }

  .col-lg-3,
  .col-md-3,
  .col-sm-3,
  .col-xs-3 {
    padding-left: 15px;
    padding-right: 15px; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-lg-4,
  .col-md-4,
  .col-sm-4,
  .col-xs-4 {
    padding-left: 15px;
    padding-right: 15px; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-lg-5,
  .col-md-5,
  .col-sm-5,
  .col-xs-5 {
    padding-left: 15px;
    padding-right: 15px; }

  .col-sm-6 {
    width: 50%; }

  .col-lg-6,
  .col-md-6,
  .col-sm-6,
  .col-xs-6 {
    padding-left: 15px;
    padding-right: 15px; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-lg-7,
  .col-md-7,
  .col-sm-7,
  .col-xs-7 {
    padding-left: 15px;
    padding-right: 15px; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-lg-8,
  .col-md-8,
  .col-sm-8,
  .col-xs-8 {
    padding-left: 15px;
    padding-right: 15px; }

  .col-sm-9 {
    width: 75%; }

  .col-lg-9,
  .col-md-9,
  .col-sm-9,
  .col-xs-9 {
    padding-left: 15px;
    padding-right: 15px; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-lg-10,
  .col-md-10,
  .col-sm-10,
  .col-xs-10 {
    padding-left: 15px;
    padding-right: 15px; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-lg-11,
  .col-md-11,
  .col-sm-11,
  .col-xs-11 {
    padding-left: 15px;
    padding-right: 15px; }

  .col-sm-12 {
    width: 100%; }

  .col-lg-12,
  .col-md-12,
  .col-sm-12,
  .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 992px) {
  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; } }
.pagenate,
.nav-links,
.wp-pagenavi {
  clear: both;
  padding: 10px 0;
  text-align: center; }
  .pagenate:before, .pagenate:after,
  .nav-links:before,
  .nav-links:after,
  .wp-pagenavi:before,
  .wp-pagenavi:after {
    content: ' ';
    display: table; }
  .pagenate:after,
  .nav-links:after,
  .wp-pagenavi:after {
    clear: both; }
  .pagenate .first:before,
  .nav-links .first:before,
  .wp-pagenavi .first:before {
    content: '\f100';
    font-family: 'FontAwesome';
    margin: 0 .5em 0 0; }
  .pagenate .last:after,
  .nav-links .last:after,
  .wp-pagenavi .last:after {
    content: '\f101';
    font-family: 'FontAwesome';
    margin: 0 0 0 .5em; }
  .pagenate .prev:before,
  .nav-links .prev:before,
  .wp-pagenavi .prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    margin: 0 .5em 0 0; }
  .pagenate .next:after,
  .nav-links .next:after,
  .wp-pagenavi .next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    margin: 0 0 0 .5em; }
  .pagenate a,
  .pagenate .current,
  .nav-links a,
  .nav-links .current,
  .wp-pagenavi a,
  .wp-pagenavi .current {
    background-color: #fff;
    border: solid 1px #222;
    box-sizing: border-box;
    color: #222;
    display: inline-block;
    line-height: 1;
    margin: .05em;
    padding: .5em;
    text-decoration: none;
    transition: background-color .5s linear, color .2s linear, border-color .2s linear; }
  .pagenate a:hover,
  .nav-links a:hover,
  .wp-pagenavi a:hover {
    background-color: #222;
    color: #fff; }
  .pagenate .current,
  .nav-links .current,
  .wp-pagenavi .current {
    background-color: #222;
    border: solid 1px #222;
    color: #fff; }
  .pagenate .first,
  .pagenate .last,
  .pagenate .current.page-numbers,
  .pagenate .page-numbers,
  .nav-links .first,
  .nav-links .last,
  .nav-links .current.page-numbers,
  .nav-links .page-numbers,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .current.page-numbers,
  .wp-pagenavi .page-numbers {
    display: none; }
    @media (min-width: 768px) {
      .pagenate .first,
      .pagenate .last,
      .pagenate .current.page-numbers,
      .pagenate .page-numbers,
      .nav-links .first,
      .nav-links .last,
      .nav-links .current.page-numbers,
      .nav-links .page-numbers,
      .wp-pagenavi .first,
      .wp-pagenavi .last,
      .wp-pagenavi .current.page-numbers,
      .wp-pagenavi .page-numbers {
        display: inline-block; } }

.page-links {
  clear: both;
  padding: 10px 0;
  text-align: center; }
  .page-links:before, .page-links:after {
    content: ' ';
    display: table; }
  .page-links:after {
    clear: both; }
  .page-links .page-numbers {
    background-color: #222;
    border: solid 1px #222;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin: .05em;
    padding: .5em; }
  .page-links a .page-numbers {
    background-color: #fff;
    border: solid 1px #222;
    color: #222;
    display: inline-block;
    text-decoration: none;
    transition: background-color .5s linear, color .2s linear, border-color .2s linear; }
    .page-links a .page-numbers:hover {
      background-color: #222;
      color: #fff; }

.page-navi {
  display: flex;
  flex-flow: row;
  padding: 2em 0; }
  .page-navi .page-next,
  .page-navi .page-prev {
    display: flex;
    padding-right: .5em;
    width: 50%; }
    .page-navi .page-next a,
    .page-navi .page-prev a {
      background-color: #fff;
      border: solid 1px #222;
      color: #222;
      display: block;
      padding: 1em 1.5em;
      position: relative;
      text-decoration: none;
      width: 100%; }
      .page-navi .page-next a .title,
      .page-navi .page-prev a .title {
        display: block;
        font-weight: bold;
        padding-left: 1em; }
      .page-navi .page-next a:before,
      .page-navi .page-prev a:before {
        content: '\f053';
        display: inline-block;
        font-family: 'FontAwesome';
        left: 1em;
        position: absolute;
        top: 1em; }
      .page-navi .page-next a:hover,
      .page-navi .page-prev a:hover {
        background-color: #222;
        color: #fff; }
  .page-navi .page-next {
    padding: 0 0 0 .5em; }
    .page-navi .page-next a {
      padding: 1em 1.5em; }
      .page-navi .page-next a .title {
        padding-left: 0; }
      .page-navi .page-next a:before {
        content: '\f054';
        left: inherit;
        right: 1em; }

.inline-link,
.link {
  display: inline-block;
  padding-right: 1.5em;
  position: relative;
  text-decoration: none; }
  .inline-link:before,
  .link:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-right: .5em; }
  .inline-link:after,
  .link:after {
    content: ' ';
    font-family: 'FontAwesome';
    margin-left: .5em; }
  .inline-link[href^="#"]:before,
  .link[href^="#"]:before {
    content: '\f0d7'; }
  .inline-link[target^="_blank"]:after,
  .link[target^="_blank"]:after {
    content: '\f08e'; }
  .inline-link[href$=".doc"]:after, .inline-link[href$=".docx"]:after, .inline-link[href$=".xls"]:after, .inline-link[href$=".xlsx"]:after, .inline-link[href$=".pdf"]:after,
  .link[href$=".doc"]:after,
  .link[href$=".docx"]:after,
  .link[href$=".xls"]:after,
  .link[href$=".xlsx"]:after,
  .link[href$=".pdf"]:after {
    content: '\f016'; }
  .inline-link[href$=".png"]:after, .inline-link[href$=".gif"]:after, .inline-link[href$=".jpeg"]:after, .inline-link[href$=".jpg"]:after,
  .link[href$=".png"]:after,
  .link[href$=".gif"]:after,
  .link[href$=".jpeg"]:after,
  .link[href$=".jpg"]:after {
    content: '\f03e'; }
  .inline-link[href^="mailto"]:after,
  .link[href^="mailto"]:after {
    content: '\f003'; }

.inline-link {
  padding-left: 0; }
  .inline-link:before {
    display: none; }

.img-link {
  background-color: #222;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none; }
  .img-link img {
    height: auto;
    max-width: 100%;
    transition: all .5s ease-in-out;
    vertical-align: bottom; }
  .img-link:after {
    color: #fff;
    content: '\f08e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 5px; }
  .img-link:hover img {
    opacity: .9;
    transform: scale(1.1, 1.1); }

input[type="button"],
input[type="submit"],
.btn-main,
.btn-sub,
.btn-accent,
.btn-dark,
.btn {
  background-color: #efefef;
  border: solid 1px #ccc;
  box-shadow: 1px 1px 1px 0 #bbbbbb;
  color: #222;
  display: inline-block;
  line-height: 1;
  padding: 1em 3em;
  text-align: center;
  text-decoration: none; }
  input[type="button"]:hover,
  input[type="submit"]:hover,
  .btn-main:hover,
  .btn-sub:hover,
  .btn-accent:hover,
  .btn-dark:hover,
  .btn:hover {
    background-color: #ddd;
    color: #222; }
  input[type="button"].btn-icon:after,
  input[type="submit"].btn-icon:after,
  .btn-main.btn-icon:after,
  .btn-sub.btn-icon:after,
  .btn-accent.btn-icon:after,
  .btn-dark.btn-icon:after,
  .btn.btn-icon:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-left: .5em; }
  input[type="button"].btn-icon[target^="_blank"]:after,
  input[type="submit"].btn-icon[target^="_blank"]:after,
  .btn-main.btn-icon[target^="_blank"]:after,
  .btn-sub.btn-icon[target^="_blank"]:after,
  .btn-accent.btn-icon[target^="_blank"]:after,
  .btn-dark.btn-icon[target^="_blank"]:after,
  .btn.btn-icon[target^="_blank"]:after {
    content: '\f08e'; }
  input[type="button"].btn-icon[href$=".doc"]:after, input[type="button"].btn-icon[href$=".docx"]:after, input[type="button"].btn-icon[href$=".xls"]:after, input[type="button"].btn-icon[href$=".xlsx"]:after, input[type="button"].btn-icon[href$=".pdf"]:after,
  input[type="submit"].btn-icon[href$=".doc"]:after,
  input[type="submit"].btn-icon[href$=".docx"]:after,
  input[type="submit"].btn-icon[href$=".xls"]:after,
  input[type="submit"].btn-icon[href$=".xlsx"]:after,
  input[type="submit"].btn-icon[href$=".pdf"]:after,
  .btn-main.btn-icon[href$=".doc"]:after,
  .btn-main.btn-icon[href$=".docx"]:after,
  .btn-main.btn-icon[href$=".xls"]:after,
  .btn-main.btn-icon[href$=".xlsx"]:after,
  .btn-main.btn-icon[href$=".pdf"]:after,
  .btn-sub.btn-icon[href$=".doc"]:after,
  .btn-sub.btn-icon[href$=".docx"]:after,
  .btn-sub.btn-icon[href$=".xls"]:after,
  .btn-sub.btn-icon[href$=".xlsx"]:after,
  .btn-sub.btn-icon[href$=".pdf"]:after,
  .btn-accent.btn-icon[href$=".doc"]:after,
  .btn-accent.btn-icon[href$=".docx"]:after,
  .btn-accent.btn-icon[href$=".xls"]:after,
  .btn-accent.btn-icon[href$=".xlsx"]:after,
  .btn-accent.btn-icon[href$=".pdf"]:after,
  .btn-dark.btn-icon[href$=".doc"]:after,
  .btn-dark.btn-icon[href$=".docx"]:after,
  .btn-dark.btn-icon[href$=".xls"]:after,
  .btn-dark.btn-icon[href$=".xlsx"]:after,
  .btn-dark.btn-icon[href$=".pdf"]:after,
  .btn.btn-icon[href$=".doc"]:after,
  .btn.btn-icon[href$=".docx"]:after,
  .btn.btn-icon[href$=".xls"]:after,
  .btn.btn-icon[href$=".xlsx"]:after,
  .btn.btn-icon[href$=".pdf"]:after {
    content: '\f016'; }
  input[type="button"].btn-icon[href$=".png"]:after, input[type="button"].btn-icon[href$=".gif"]:after, input[type="button"].btn-icon[href$=".jpeg"]:after, input[type="button"].btn-icon[href$=".jpg"]:after,
  input[type="submit"].btn-icon[href$=".png"]:after,
  input[type="submit"].btn-icon[href$=".gif"]:after,
  input[type="submit"].btn-icon[href$=".jpeg"]:after,
  input[type="submit"].btn-icon[href$=".jpg"]:after,
  .btn-main.btn-icon[href$=".png"]:after,
  .btn-main.btn-icon[href$=".gif"]:after,
  .btn-main.btn-icon[href$=".jpeg"]:after,
  .btn-main.btn-icon[href$=".jpg"]:after,
  .btn-sub.btn-icon[href$=".png"]:after,
  .btn-sub.btn-icon[href$=".gif"]:after,
  .btn-sub.btn-icon[href$=".jpeg"]:after,
  .btn-sub.btn-icon[href$=".jpg"]:after,
  .btn-accent.btn-icon[href$=".png"]:after,
  .btn-accent.btn-icon[href$=".gif"]:after,
  .btn-accent.btn-icon[href$=".jpeg"]:after,
  .btn-accent.btn-icon[href$=".jpg"]:after,
  .btn-dark.btn-icon[href$=".png"]:after,
  .btn-dark.btn-icon[href$=".gif"]:after,
  .btn-dark.btn-icon[href$=".jpeg"]:after,
  .btn-dark.btn-icon[href$=".jpg"]:after,
  .btn.btn-icon[href$=".png"]:after,
  .btn.btn-icon[href$=".gif"]:after,
  .btn.btn-icon[href$=".jpeg"]:after,
  .btn.btn-icon[href$=".jpg"]:after {
    content: '\f03e'; }
  input[type="button"].btn-icon[href^="mailto"]:after,
  input[type="submit"].btn-icon[href^="mailto"]:after,
  .btn-main.btn-icon[href^="mailto"]:after,
  .btn-sub.btn-icon[href^="mailto"]:after,
  .btn-accent.btn-icon[href^="mailto"]:after,
  .btn-dark.btn-icon[href^="mailto"]:after,
  .btn.btn-icon[href^="mailto"]:after {
    content: '\f003'; }

.btn-main {
  background-color: #147bcf;
  border: solid 1px #147bcf;
  color: #fff; }
  .btn-main:hover {
    background-color: #fff;
    color: #147bcf; }

.btn-sub {
  background-color: #808080;
  border: solid 1px #808080;
  color: #fff; }
  .btn-sub:hover {
    background-color: #fff;
    color: #808080; }

.btn-accent {
  background-color: #f00;
  border: solid 1px #f00;
  color: #fff; }
  .btn-accent:hover {
    background-color: #fff;
    color: #f00; }

.btn-dark {
  background-color: #222;
  border: solid 1px #000;
  color: #fff; }
  .btn-dark:hover {
    background-color: #fff;
    color: #222; }

.box {
  border: solid 1px #ccc;
  padding: 15px;
  position: relative; }
  .box:before, .box:after {
    content: ' ';
    display: table; }
  .box:after {
    clear: both; }

.sec-login {
  min-height: 100vh;
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%); }

.box-login {
  background-color: #fff;
  margin: 168px auto 0 auto;
  width: 320px;
  display: block;
  box-shadow: 0 8px 6px -6px #777777;
  padding: 1em; }
  .box-login:before, .box-login:after {
    content: ' ';
    display: table; }
  .box-login:after {
    clear: both; }
  .box-login .title {
    font-weight: bold;
    border-bottom: solid 1px #aaa;
    line-height: 1;
    padding-bottom: 1em;
    margin-bottom: 1em; }
  .box-login .login-caution {
    color: red;
    padding: 0.5em; }

.card {
  background-color: #fff;
  border: solid 1px #ccc;
  box-shadow: 1px 1px 2px 0 #f2f2f2;
  display: block;
  margin-bottom: 30px;
  position: relative; }
  .card:before, .card:after {
    content: ' ';
    display: table; }
  .card:after {
    clear: both; }
  .card .card-title {
    font-weight: bold; }
  .card .card-info {
    padding: 1em 1em 1.5em;
    text-align: justify; }
    .card .card-info :last-child {
      margin-bottom: 0; }
  .card .card-image {
    float: right;
    overflow: hidden;
    padding: 1em;
    text-align: center;
    width: 40%; }
    .card .card-image img {
      height: auto;
      max-width: 100%;
      vertical-align: bottom; }
    @media (min-width: 768px) {
      .card .card-image {
        float: none;
        padding: 0;
        width: 100%; } }
  .card .card-label {
    position: absolute;
    right: 1em;
    top: .5em; }

a.card {
  color: #222;
  display: block;
  text-decoration: none;
  transition: background .2s ease-in-out; }
  a.card:before, a.card:after {
    content: ' ';
    display: table; }
  a.card:after {
    clear: both; }
  a.card .card-image img {
    transition: transform .2s ease-in-out; }
  a.card .card-title:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-left: .5em; }
  a.card:hover {
    background-color: #fafafa; }
    a.card:hover .card-image img {
      transform: scale(1.1, 1.1); }

.admin-menu {
  border-top: solid 1px #ccc; }
  .admin-menu .menu-item {
    list-style-type: none;
    line-height: 1; }
    .admin-menu .menu-item a {
      font-size: 1.4rem;
      border-bottom: solid 1px #ccc;
      display: block;
      text-decoration: none;
      color: #222;
      padding: 1em 1em; }
      .admin-menu .menu-item a:hover {
        background-color: #ddd; }

.child-menu {
  display: none; }
  .child-menu .menu-item a:before {
    content: "・"; }

.blog-admin .menu-item.blog-admin > .child-menu {
  display: block; }

.blog-admin .menu-item.blog-admin > a {
  background-color: #ccc; }

.posts-admin .menu-item.posts-admin > .child-menu {
  display: block; }

.posts-admin .menu-item.posts-admin > a {
  background-color: #ccc; }

.research-admin .menu-item.research-admin > .child-menu {
  display: block; }

.research-admin .menu-item.research-admin > a {
  background-color: #ccc; }

.event-admin .menu-item.event-admin > .child-menu {
  display: block; }

.event-admin .menu-item.event-admin > a {
  background-color: #ccc; }

.meibo-admin .menu-item.meibo-admin > .child-menu {
  display: block; }

.meibo-admin .menu-item.meibo-admin > a {
  background-color: #ccc; }

.file-admin .menu-item.file-admin > a {
  background-color: #ccc; }

.user-admin .menu-item.user-admin > .child-menu {
  display: block; }

.user-admin .menu-item.user-admin > a {
  background-color: #ccc; }

.link.current {
  background-color: #147bcf;
  color: #fff; }

.clearfix:before, .clearfix:after {
  content: ' ';
  display: table; }
.clearfix:after {
  clear: both; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.pull-center {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.img-responsive {
  backface-visibility: hidden;
  height: auto;
  max-width: 100%; }

.br00 {
  margin-bottom: 0em !important; }

.br01 {
  margin-bottom: 1em !important; }

.br02 {
  margin-bottom: 2em !important; }

.br03 {
  margin-bottom: 3em !important; }

.br04 {
  margin-bottom: 4em !important; }

.br05 {
  margin-bottom: 5em !important; }

.mt00 {
  margin-top: 0px; }

.mr00 {
  margin-right: 0px; }

.mb00 {
  margin-bottom: 0px; }

.ml00 {
  margin-left: 0px; }

.pt00 {
  padding-top: 0px; }

.pr00 {
  padding-right: 0px; }

.pb00 {
  padding-bottom: 0px; }

.pl00 {
  padding-left: 0px; }

.mt05 {
  margin-top: 5px; }

.mr05 {
  margin-right: 5px; }

.mb05 {
  margin-bottom: 5px; }

.ml05 {
  margin-left: 5px; }

.pt05 {
  padding-top: 5px; }

.pr05 {
  padding-right: 5px; }

.pb05 {
  padding-bottom: 5px; }

.pl05 {
  padding-left: 5px; }

.mt10 {
  margin-top: 10px; }

.mr10 {
  margin-right: 10px; }

.mb10 {
  margin-bottom: 10px; }

.ml10 {
  margin-left: 10px; }

.pt10 {
  padding-top: 10px; }

.pr10 {
  padding-right: 10px; }

.pb10 {
  padding-bottom: 10px; }

.pl10 {
  paddin