@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%; }

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0; }

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

/* CSS Document */
body {
  padding: 0;
  background: #e6e6e6 url(../img/bg.jpg);
  color: #1a1414;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  padding-top: 40px;
  box-shadow: inset 0 10px 0 0 #4e4e4e, inset 0 20px 0 0 #444; }

a {
  color: #0055cc; }
  a:hover img {
    opacity: 0.85; }

.l-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all; }
  .l-body img {
    max-width: 100%;
    height: auto;
    width: auto;
    width: inherit\9;
    max-width: 100% \9;
    height: auto\9; }

.l-wrap {
  margin-right: auto;
  margin-left: auto;
  width: 1000px; }
  .l-wrap::after {
    clear: both;
    content: "";
    display: table; }

.l-header {
  float: left;
  width: 250px; }

.l-body {
  float: right;
  width: 730px; }

.c-inner {
  padding: 1px 0;
  background: #fff; }
  .c-inner + .c-inner {
    margin-top: 20px; }

.c-btn {
  display: inline-block;
  text-decoration: none; }
  .c-btn--dl {
    position: relative;
    z-index: 10;
    padding: 0 0 0 1em;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    background-image: -webkit-linear-gradient(-360deg, #009dc8, #01aad5);
    background-image: linear-gradient(90deg, #009dc8, #01aad5); }
    .c-btn--dl:hover {
      background-image: -webkit-linear-gradient(-360deg, #0091b9, #019ec6);
      background-image: linear-gradient(90deg, #0091b9, #019ec6); }
    .c-btn--dl i {
      display: inline-block;
      margin-left: 1em;
      padding: 0 .6em;
      min-width: 5em;
      text-align: center;
      border: 2px solid #009dc8;
      border-left: none;
      line-height: 2.5;
      background: #fff;
      color: #009dc8;
      font-style: normal;
      font-weight: normal; }
    .c-btn--dl::after {
      content: "";
      position: absolute;
      z-index: -1;
      display: inline-block;
      right: .5em;
      bottom: -.2em;
      width: 4.4em;
      height: 1em;
      background: #ccc;
      -webkit-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      -o-transform: rotate(5deg);
      transform: rotate(5deg); }
  .c-btn--dlAll {
    font-size: 15px; }
    .c-btn--dlAll i {
      line-height: 3; }
    .c-btn--dlAll:before {
      content: "";
      display: inline-block;
      margin-right: 15px;
      width: 17px;
      height: 17px;
      vertical-align: text-top;
      background: url(../img/svg/ic_dl.svg) no-repeat center center;
      background-size: auto 17px; }

.c-inputText {
  padding: 0 5px;
  height: 30px;
  background: #fff;
  border: 1px solid #00a9d4; }

.c-select {
  display: inline-block;
  position: relative;
  background: #fff; }
  .c-select::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: -webkit-linear-gradient(-360deg, #009dc8, #01aad5);
    background-image: linear-gradient(90deg, #009dc8, #01aad5); }
  .c-select::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/svg/ic_tri_b_white.svg) no-repeat center center;
    background-size: 10px; }
  .c-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    z-index: 5;
    padding: 0 35px 0 5px;
    height: 30px;
    border: 1px solid #00a9d4; }
  .c-select select::-ms-expand {
    display: none; }

.p-siteLogo {
  height: 109px;
  margin: 0;
  display: flex;
  align-items: center;
  background: #fff;
 }
  .p-siteLogo img {
    margin: 0;
    width: 100%;
   }

.p-sideForm {
  margin: 20px 0; }
  .p-sideForm dl, .p-sideForm dt, .p-sideForm dd {
    margin: 0;
    padding: 0; }
  .p-sideForm dl {
    border: 1px solid #00a9d4;
    background: #fff; }
    .p-sideForm dl::after {
      clear: both;
      content: "";
      display: table; }
  .p-sideForm dt {
    float: left; }
  .p-sideForm dd {
    float: right;
    position: relative;
    background-image: -webkit-linear-gradient(#00a9d4, #009dc8);
    background-image: linear-gradient(#00a9d4, #009dc8); }
    .p-sideForm dd:hover {
      background-image: -webkit-linear-gradient(#009dc5, #0091b9);
      background-image: linear-gradient(#009dc5, #0091b9); }
  .p-sideForm__input {
    padding: 0 5px;
    width: 210px;
    height: 44px;
    line-height: 38px; }
  .p-sideForm__btn {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 38px;
    height: 40px;
    vertical-align: text-bottom;
    color: #fff;
    cursor: pointer;
    background: url(../img/svg/ic_search.svg) no-repeat center center;
    background-size: 18px 18px; }

.p-mainNavWrap {
  background: #fff; }

.p-gNav {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  padding: 20px;
  font-size: 0.875em; }
  .p-gNav a {
    display: block;
    padding: 10px 5px 10px 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-image: -webkit-linear-gradient(white 0, #f6f6f6 50%, #f2f2f2 50%, #f2f2f2 100%);
    background-image: linear-gradient(to   , #f6f6f6 50%, #f2f2f2 50%, #f2f2f2 100%);
    color: #1a1414;
    font-weight: bold;
    text-decoration: none; }
    .p-gNav a:hover {
      background-image: -webkit-linear-gradient(#fcfcfc 0, #f1f1f1 50%, #ededed 50%, #ededed 100%);
      background-image: linear-gradient(to   , #f1f1f1 50%, #ededed 50%, #ededed 100%); }
  .p-gNav li + li {
    margin-top: 10px; }
  .p-gNav a[target="_blank"] span::after {
    content: "";
    margin-left: 4px;
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../img/svg/ic_outlink.svg) no-repeat center center;
    background-size: 13px; }

.p-bnrShidairen {
  margin-top: 0;
  text-align: center; }

.p-subNav {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  padding: 20px;
  border-top: 1px dotted #999;
  font-size: 0.75em; }
  .p-subNav a {
    text-decoration: none; }
    .p-subNav a:hover {
      text-decoration: underline; }
  .p-subNav li + li {
    margin-top: 10px; }
  .p-subNav li:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    background: url(../img/svg/ic_linknav.svg) no-repeat center center;
    background-size: 13px 13px; }
  .p-subNav a[target="_blank"] span::after {
    content: "";
    margin-left: 4px;
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../img/svg/ic_outlink.svg) no-repeat center center;
    background-size: 12px; }
  .p-subNav a[href*=".pdf"] span::after {
    content: "";
    margin-left: 4px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/svg/ic_pdf.svg) no-repeat center center;
    background-size: 16px;
    vertical-align: text-top; }

.p-footer {
  margin-top: 20px;
  text-align: center;
  font-size: 0.6875em; }
  .p-footer__note {
    margin: 0;
    padding: 10px;
    background: #fff; }
  .p-footer__copy {
    margin: 0;
    padding: 10px;
    background: #009dc8;
    color: #fff; }

.p-single__visual {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 10px 0; }
  .p-single__visual::after {
    clear: both;
    content: "";
    display: table; }
.p-single__cover {
  float: left;
  margin: 0;
  width: 355px; }
.p-single__info {
  float: right;
  width: 330px;
  margin: 0;
  padding-top: 80px; }
.p-single__latest {
  position: absolute;
  top: 35px;
  right: 35px;
  margin: 0;
  width: 105px;
  height: 105px;
  line-height: 110px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.375em;
  font-weight: bold;
  color: #fff;
  box-shadow: 3px 3px 5px 0 #ccc;
  background-image: -webkit-linear-gradient(#85bb1f, #689016);
  background-image: linear-gradient(#85bb1f, #689016); }
.p-single__num {
  margin: 0;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 3.75em; }
.p-single__date {
  margin: 0;
  font-weight: bold;
  font-size: 1.125em; }
.p-single__feature {
  margin-top: 20px; }
  .p-single__feature strong {
    display: inline-block;
    padding: 5px 1em 5px 1.5em;
    line-height: 1;
    letter-spacing: .5em;
    font-size: 0.875em;
    background: #000;
    color: #fff;
    font-weight: normal; }
  .p-single__feature span {
    display: block;
    margin-top: 8px;
    font-weight: bold;
    font-size: 1.125em; }
.p-single__allDL {
  position: absolute;
  bottom: 0;
  margin: 0; }

.p-single {
  margin-bottom: 20px;
  line-height: 1.68; }
  .p-single__sec {
    position: relative;
    padding: 15px 30px;
    border-top: 1px dotted #999; }
    .p-single__sec::after {
      clear: both;
      content: "";
      display: table; }
    .p-single__sec > p, .p-single__sec > ul {
      font-size: 0.9375em; }
    .p-single__sec p:last-child::after,
    .p-single__sec ul:last-child li:last-child::after {
      clear: both;
      content: "";
      display: table; }

  .p-single__secBtn {
    float: right;
    margin-left: 20px; }
  .p-single__secCap01 {
    display: inline-block;
    margin-right: 1em;
    font-weight: bold; }
  .p-single .pieceLabel {
    display: block;
    margin-right: 1em;
    font-weight: bold; }
  .p-single .pieceTitle {
    display: inline;
    margin-right: 1em; }
  .p-single .pieceAuthor {
    display: inline-block; }

.p-article {
  padding: 30px;
  line-height: 1.68; }

.pageTitle {
  margin: -15px -15px 0;
  padding: 30px 20px;
  background-image: -webkit-linear-gradient( bottom , #009dc8, #00aad5);
  background-image: linear-gradient(to top, #009dc8, #00aad5);
  color: #fff;
  font-size: 1.5em;
  font-weight: normal; }

.editCont {
  font-size: 0.875em; }
  .editCont h2 {
    margin: 30px 0 20px;
    border-bottom: 2px solid #009dc8;
    color: #009dc8;
    font-size: 18px; }
  .editCont h3 {
    margin: 25px 0 10px;
    border-bottom: 1px solid #1a1414;
    font-size: 16px; }
  .editCont h4 {
    font-size: 1em; }

.p-topLatest {
  padding: 30px; }
  .p-topLatest__title {
    position: relative;
    margin: 0 0 20px;
    text-align: center;
    color: #009dc8;
    font-size: 1.5em;
    line-height: 1em; }
    .p-topLatest__title span {
      position: relative;
      display: inline-block;
      background: #fff;
      padding: 0 1em;
      z-index: 5; }
    .p-topLatest__title:after {
      content: "";
      position: absolute;
      z-index: 1;
      top: .5em;
      display: block;
      width: 100%;
      height: 1px;
      background: #009dc8; }
  .p-topLatest__list {
    padding-left: 0;
    list-style-type: none; }
    .p-topLatest__list::after {
      clear: both;
      content: "";
      display: table; }
    .p-topLatest__list li {
      float: left;
      margin-left: 30px;
      width: 145px;
      line-height: 1.2; }
      .p-topLatest__list li:nth-child(4n + 1) {
        clear: left;
        margin-left: 0; }
    .p-topLatest__list a {
      display: block;
      color: #1a1414;
      text-decoration: none; }
    .p-topLatest__list .num {
      display: block;
      margin: 5px 0;
      font-family: "Times New Roman", Times, serif;
      font-weight: bold; }
    .p-topLatest__list .date {
      display: block;
      font-size: 0.75em; }

.p-allSearch {
  padding: 30px 15px;
  background: #edf8fb; }
  .p-allSearch__container {
    padding: 10px; }
  .p-allSearch__phrase::after {
    clear: both;
    content: "";
    display: table; }
  .p-allSearch__phrase .label {
    display: inline-block;
    width: 4.5em;
    margin-right: 15px;
    font-weight: bold;
    color: #009dc8; }
  .p-allSearch__phrase dl, .p-allSearch__phrase dt, .p-allSearch__phrase dd {
    margin: 0;
    padding: 0; }
  .p-allSearch__phrase dl {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    border: 1px solid #00a9d4;
    background: #fff; }
    .p-allSearch__phrase dl::after {
      clear: both;
      content: "";
      display: table; }
  .p-allSearch__phrase dt {
    float: left;
    width: calc(100% - 68px); }
  .p-allSearch__phrase dd {
    float: right;
    position: relative;
    background-image: -webkit-linear-gradient(#00a9d4, #009dc8);
    background-image: linear-gradient(#00a9d4, #009dc8); }
    .p-allSearch__phrase dd:hover {
      background-image: -webkit-linear-gradient(#009dc5, #0091b9);
      background-image: linear-gradient(#009dc5, #0091b9); }
  .p-allSearch__phrase .input {
    padding: 0 5px;
    width: 100%;
    height: 36px;
    line-height: 30px; }
  .p-allSearch__phrase .btn {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 67px;
    height: 32px;
    vertical-align: text-bottom;
    color: #fff;
    cursor: pointer;
    background-size: 18px 18px; }
  .p-allSearch__detailBtn {
    /* float: right; */
    width: 110px;
    /* margin: 0; */
    margin-left: auto;
    text-align: right;
    line-height: 34px; }
    .p-allSearch__detailBtn a {
      display: inline-block;
      padding: 0 10px 0 20px;
      color: #1a1414;
      text-decoration: none;
      background: url(../img/svg/ic_tri_b_blue.svg) no-repeat 5px 50%;
      font-size: 0.875em; }
      .p-allSearch__detailBtn a:hover {
        background-color: #c3e8f2; }
    .p-allSearch__detailBtn a.active {
      background: url(../img/svg/ic_tri_t_blue.svg) no-repeat 5px 50%; }
  .p-allSearch__detail::after {
    clear: both;
    content: "";
    display: table; }
  .p-allSearch__detail .label {
    display: inline-block;
    width: 4.8em;
    margin-right: 15px;
    font-weight: bold;
    color: #009dc8; }
  .p-allSearch__detail .col1 {
    float: left; }
  .p-allSearch__detail .col2 {
    float: right; }
    .p-allSearch__detail .col2 .label {
      width: 3.5em; }
  .p-allSearch__detail .btnarea {
    margin-bottom: 0;
    clear: both;
    text-align: center; }
  .p-allSearch__detail .btn {
    display: inline-block;
    padding: 7px;
    width: 250px;
    background-image: -webkit-linear-gradient(#00a9d4, #009dc8);
    background-image: linear-gradient(#00a9d4, #009dc8);
    color: #fff;
    font-size: 18px; }
    .p-allSearch__detail .btn:hover {
      background-image: -webkit-linear-gradient(#009dc5, #0091b9);
      background-image: linear-gradient(#009dc5, #0091b9); }

.p-resultInfo::after {
  clear: both;
  content: "";
  display: table; }
.p-resultInfo p {
  margin: 0;
  float: left; }
.p-resultInfo .pagination {
  float: right; }

.p-resultList {
  padding-left: 0;
  list-style-type: none; }
  .p-resultList .item {
    border: 1px solid #ccc;
    margin: 10px 0; }
    .p-resultList .item::after {
      clear: both;
      content: "";
      display: table; }
  .p-resultList .btn {
    float: right;
    font-size: 14px;
    font-weight: normal; }
  .p-resultList .title {
    margin: 0;
    padding: 10px 20px 5px;
    font-weight: bold; }
  .p-resultList .excerpt {
    margin: 0;
    padding: 5px 20px 10px;
    font-size: 14px; }
  .p-resultList .foot {
    margin: 0;
    padding: 5px 20px;
    background: #f4f4f4;
    font-size: 14px; }

.pagination {
  font-size: 14px;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 4px; }
  .pagination a {
    display: inline-block;
    line-height: 25px;
    padding: 0 7px;
    text-align: center;
    background: #edf8fb;
    text-decoration: none;
    color: #1a1414; }
  .pagination a:hover,
  .pagination .active a {
    background: #009dc8;
    color: #fff; }
  .pagination .first a,
  .pagination .previous a,
  .pagination .next a {
    width: 25px;
  }
.c-inner.p-article .pagination {
  margin-top: 16px;
}

.p-searchYear {
  margin: 20px 0;
  padding: 10px 20px;
  background: #edf8fb; }
  .p-searchYear__label {
    margin-right: 10px;
    color: #009dc8;
    font-weight: bold; }
  .p-searchYear__select {
    padding: 5px;
    border: 1px solid #00a9d4;
    background: #fff; }
  .p-searchYear__btn {
    display: inline-block;
    padding: 3px 1em;
    vertical-align: top;
    background-image: -webkit-linear-gradient(#00a9d4, #009dc8);
    background-image: linear-gradient(#00a9d4, #009dc8);
    color: #fff;
    cursor: pointer; }
    .p-searchYear__btn:hover {
      background-image: -webkit-linear-gradient(#009dc5, #0091b9);
      background-image: linear-gradient(#009dc5, #0091b9); }

.p-list {
  padding-left: 0;
  list-style-type: none; }
  .p-list > li {
    position: relative;
    display: flex;
    align-items: flex-start; }
  .p-list .img {
    width: 100px;
    height: auto;
    margin-top: 0;
    margin-right: 18px; }
  .p-list__cont {
    width: 550px; }
  .p-list .num {
    margin: 0;
    font-weight: bold;
    font-size: 16px; }
  .p-list .topics {
    margin: 0; }
  .p-list__index {
    display: inline-block;
    margin-left: 15px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    background-image: -webkit-linear-gradient(white 0, #f6f6f6 50%, #f2f2f2 50%, #f2f2f2 100%);
    background-image: linear-gradient(to   , #f6f6f6 50%, #f2f2f2 50%, #f2f2f2 100%);
    color: #1a1414;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none; }
    .p-list__index::before {
      content: "";
      display: inline-block;
      margin-right: 5px;
      width: 9px;
      height: 9px;
      background: url(../img/svg/ic_tri_r_black.svg) no-repeat center center;
      background-size: 8px; }
    .p-list__index:hover {
      background-image: -webkit-linear-gradient(#fcfcfc 0, #f1f1f1 50%, #ededed 50%, #ededed 100%);
      background-image: linear-gradient(to   , #f1f1f1 50%, #ededed 50%, #ededed 100%); }

/*----------2020.07追記------------------------------------------*/
.pc {
	display: block;
}
.sp {
	display: none;
}
.top_banner {
	margin: 0 0 20px;
}
.side_banner {
    margin: 0 20px 20px;
}
.side_banner img {
    max-width: 100%;
}
@media screen and (min-width: 769px) {
	#navContainer {
		display: block !important;
	}
}

/*----------2022.05追記------------------------------------------*/
.p-single__sec.old-content .pieceLabel {
  padding-top: 15px;
  border-top: 1px dotted #999;
}
.p-single__sec.old-content > p:first-of-type .pieceLabel {
  padding-top: 0;
  border: none;
}
.p-single__info.top {
  padding-top: 180px;
}
.announce {
  font-size: 14px !important;
}
@media screen and (max-width: 1040px) {
  .announce {
    font-size: 12px !important;
  }
}

/*----------2022.07追記------------------------------------------*/
.hr {
  display: block;
  margin: 1em 1em 1em 0;
}
.hr::before {
  content: '';
  width: 100%;
  display: block;
  border-top: 1px dotted #999;
}

/*----------2022.09追記------------------------------------------*/
.indent-1 {
  padding-left:1em;
	text-indent:-1em;
}

/*************************************************

　　　　　responsive

*************************************************/
@media screen and (max-width: 1040px) {
	.l-body > * {
		box-sizing: border-box;
	}
	
	.l-wrap {
		margin-right: 20px;
		margin-left: 20px;
		width: auto;
	}
	.l-body {
		width: calc(100% - 270px);
		width : -webkit-calc(100% - 270px) ;
	}
	.p-single__info {
		width: calc(100% - 380px);
		width : -webkit-calc(100% - 380px) ;
	}
	.p-topLatest__list li {
		margin-left: 6%;
		width: 20.5%;
	}
	.p-list__cont {
		width: -webkit-calc(100% - 120px);
	}
}
@media screen and (max-width: 1006px) {
	.p-single__allDL {
		right: 10px;
	}
	.p-list__cont {
		position: static;
		width: auto;
	}
}
@media screen and (max-width: 990px) {
	.p-single__visual {
		margin-bottom: 10px;
		padding: 10px 10px 10%;
  }
  .p-allSearch__detail .col2,
  .p-allSearch__detail .col1 {
    float: none;
  }
  .p-allSearch__detail .col2 .label,
  .p-allSearch__detail .col1 .label {
    width: 4.5em;
  }
}
@media screen and (max-width: 930px) {
	.p-single__info {
		padding-top: 160px;
		padding-bottom: 2em;
	}
	.p-single__num {
	font-size: 3.55em;
  }
}
@media screen and (max-width: 890px) {
	.p-single__cover {
		width: 55%;
	}
	.p-single__info {
		width: 40%;
  }
}
@media screen and (max-width: 851px){
  .p-list__index {
		display: block;
		margin: 15px 0 0 !important;
	}
}
@media screen and (max-width: 768px) {
	.sp {
	display: block;
	}
	.pc {
		display: none;
	}
	body {
		padding-top: 20px;
	}
	.l-wrap {
		margin-right: 0;
		margin-left: 0;
	}
	.l-header, .l-body {
		float: none;
		width: 100%;
	}
	.p-siteLogo {
		height: 60px;
	}
	.p-siteLogo img {
		position: static;
		width: 146px;
	}
	.p-mainNavWrap {
		background: rgb(255,255,255,0.95);
		position: absolute;
		top: 80px;
		border-top: 1px solid #4e4e4e;
		display: none;
		z-index: 10;
	}
	.p-sideForm {
		margin: 20px;
	}
	.menuBtn {
		position: absolute;
		height: 24px;
		width: 28px;
		display: inline-block;
		box-sizing: border-box;
		top: 36px;
	    right: 30px;
	}
	.menuBtn div {
		position: absolute;
		left: 0;
		height: 3px;
		width: 28px;
		background-color: #00a9d4;
		border-radius: 2px;
		display: inline-block;
		box-sizing: border-box;
	}
	.menuBtn div:nth-of-type(1) {
		top: 0;
	}
	.menuBtn div:nth-of-type(2) {
		top: 10px;
	}
	.menuBtn div:nth-of-type(3) {
		bottom: 0;
	}
	.menuBtn.active div {
		display: none;
	}
	.menuBtn.active {
		top: 28px;
		right: 25px;
	}
	.menuBtn.active::before {
		position: absolute;
		top: 0;
		right: 18px;
		width: 2px;
		height: 36px;
		content: "";
		background-color: #00a9d4;
		transform: rotate(45deg);
	}
	.menuBtn.active::after {
		position: absolute;
		top: 18px;
		right: 0;
		width: 36px;
		height: 2px;
		content: "";
		background-color: #00a9d4;
		transform: rotate(225deg);
	}
	.p-gNav,.p-subNav {
		font-size: 1em;
	}
	.side_banner {
		margin: 0 20px 20px;
	}
	.l-body {
		padding: 0 20px;
	}
	.p-single__info {
		padding-top: 190px;
	}
	.p-single__num {
		font-size: 3.75em;
  }
  .p-resultList .title {
      display:-webkit-box;
  	  display:-ms-flexbox;
    display: flex;
      -webkit-box-orient: vertical;
  	  -webkit-box-direction: reverse;
  	  -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
/*----------2020.08追記------------------------------------------*/
  .p-list > li {
    flex-direction: column;
  }
  .p-list .img {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 650px) {
	.p-single__info {
		padding-top: 160px;
	}
}
@media screen and (max-width: 579px) {
	.p-single__visual {
		padding: 10px 10px 5%;
	}
}
@media screen and (max-width: 505px) {
	.p-single__cover {
		width: 100%;
	}
	.p-single__visual {
		padding: 10px 10px 0;
	}
	.p-single__info {
		padding-top: 20px;
		position: relative;
		width: 100%;
	}
	.p-single__latest {
		top: 10px;
		right: 10px;
	}
	.p-single__allDL {
		position: static;
		text-align: right;
	}
	.p-topLatest__list li {
		margin-right: 6%;
		margin-left: 0;
		margin-bottom: 20px;
		width: 47%;
	}
	.p-topLatest__list li:nth-child(2n) {
		margin: 0;
	}
	.p-allSearch__phrase dl,
	.p-allSearch__phrase .input,
	.p-allSearch__phrase .btn {
		width: 100%;
	}
	.p-allSearch__phrase dt {
		width: 80%;
	}
	.p-allSearch__phrase dd {
		width: 20%;
  }
  .p-allSearch__detail .col2 .c-select:nth-of-type(2) {
    margin-left: 92px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 414px) {
	.p-sideForm {
		margin: 20px 10px;
	}
	.l-body {
		padding: 0 10px;
	}
	.p-single__sec {
		padding: 15px;
	}
	.p-single__secBtn {
		float: none;
		margin: 0;
  }
  .p-allSearch__detail .col2 .label,
  .p-allSearch__detail .col1 .label {
    width: 4em;
  }
  .p-allSearch__detail .col2 .c-select:nth-of-type(2){
    margin-left: 84px;
  }
  .p-searchYear {
    padding-bottom: 50px;
  }
  .p-searchYear__btn {
    position: absolute;
    margin-top: 40px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width:395px){
  .c-btn--dl i {
    display: none;
  }
  .c-btn--dl::after {
    content: none;
  }
  .c-btn--dlAll {
    padding: 0.6em 1em;
  }
}
@media screen and (max-width: 333px) {
  .p-allSearch__detail .col2 .label,
  .p-allSearch__detail .col1 .label {
    display: block;
  }
  .p-allSearch__detail .col2 .c-select:nth-of-type(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 325px) {
  .p-searchYear {
    padding-bottom: 10px;
  }
  .p-searchYear__btn {
    margin-top: 0;
    right: 20px;
    position: relative;
  }
}
@media screen and (max-width: 320px) {
    .c-btn--dlAll {
		font-size: 14px;
	}
	.p-single__latest {
		right: 0;
		height: 95px;
		width: 95px;
		line-height: 95px;
	}
}

/*Helper
----------------------------------------*/
/*Margin Padding*/
/*text*/
.bold,
.font-weight-bold {
  font-weight: bold !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: normal !important; }

.italic {
  font-style: italic !important; }

.font-style-normal {
  font-style: normal !important; }

.line-through {
  text-decoration: line-through !important; }

/*font-size*/
.font-050per {
  font-size: 50% !important; }

.font-060per {
  font-size: 60% !important; }

.font-070per {
  font-size: 70% !important; }

.font-075per {
  font-size: 75% !important; }

.font-080per {
  font-size: 80% !important; }

.font-085per {
  font-size: 85% !important; }

.font-090per {
  font-size: 90% !important; }

.font-100per {
  font-size: 100% !important; }

.font-110per {
  font-size: 110% !important; }

.font-115per {
  font-size: 115% !important; }

.font-120per {
  font-size: 120% !important; }

.font-130per {
  font-size: 130% !important; }

.font-140per {
  font-size: 140% !important; }

.font-150per {
  font-size: 150% !important; }

.font-160per {
  font-size: 160% !important; }

.font-170per {
  font-size: 170% !important; }

.font-180per {
  font-size: 180% !important; }

.font-190per {
  font-size: 190% !important; }

.font-200per {
  font-size: 200% !important; }

.font-250per {
  font-size: 250% !important; }

.font-300per {
  font-size: 300% !important; }

.font-0em50 {
  font-size: 0.50em !important; }

.font-0em60 {
  font-size: 0.60em !important; }

.font-0em70 {
  font-size: 0.70em !important; }

.font-0em75 {
  font-size: 0.75em !important; }

.font-0em80 {
  font-size: 0.80em !important; }

.font-0em85 {
  font-size: 0.85em !important; }

.font-0em90 {
  font-size: 0.90em !important; }

.font-1em {
  font-size: 1.00em !important; }

.font-1em10 {
  font-size: 1.10em !important; }

.font-1em15 {
  font-size: 1.15em !important; }

.font-1em20 {
  font-size: 1.20em !important; }

.font-1em30 {
  font-size: 1.30em !important; }

.font-1em40 {
  font-size: 1.40em !important; }

.font-1em50 {
  font-size: 1.50em !important; }

.font-1em60 {
  font-size: 1.60em !important; }

.font-1em70 {
  font-size: 1.70em !important; }

.font-1em80 {
  font-size: 1.80em !important; }

.font-1em90 {
  font-size: 1.90em !important; }

.font-2em {
  font-size: 2.00em !important; }

.font-2em50 {
  font-size: 2.50em !important; }

.font-3em {
  font-size: 3.00em !important; }

.font-large {
  font-size: large !important; }

.font-larger {
  font-size: larger !important; }

.font-x-large {
  font-size: x-large !important; }

.font-small {
  font-size: small !important; }

.font-smaller {
  font-size: smaller !important; }

.font-x-small {
  font-size: x-small !important; }

.line-height-normal {
  line-height: normal !important; }

.line-height-1em {
  line-height: 1.00 !important; }

.line-height-1em50 {
  line-height: 1.50 !important; }

.line-height-1em75 {
  line-height: 1.75 !important; }

.line-height-2em {
  line-height: 2.00 !important; }

.line-height-2em50 {
  line-height: 2.50 !important; }

.line-height-3em {
  line-height: 3.00 !important; }

.line-height-3em50 {
  line-height: 3.50 !important; }

.line-height-4em {
  line-height: 4.00 !important; }

.line-height-4em50 {
  line-height: 4.50 !important; }

.line-height-5em {
  line-height: 5.00 !important; }

.lspacing-normal {
  letter-spacing: normal !important; }

.lspacing-0,
.lspacing-0em {
  letter-spacing: 0 !important; }

.lspacing-0em10 {
  letter-spacing: 0.10em !important; }

.lspacing-0em20 {
  letter-spacing: 0.20em !important; }

.lspacing-0em25 {
  letter-spacing: 0.25em !important; }

.lspacing-0em30 {
  letter-spacing: 0.30em !important; }

.lspacing-0em33 {
  letter-spacing: 0.33em !important; }

.lspacing-0em40 {
  letter-spacing: 0.40em !important; }

.lspacing-0em50 {
  letter-spacing: 0.50em !important; }

.lspacing-0em60 {
  letter-spacing: 0.60em !important; }

.lspacing-0em67 {
  letter-spacing: 0.67em !important; }

.lspacing-0em70 {
  letter-spacing: 0.70em !important; }

.lspacing-0em75 {
  letter-spacing: 0.75em !important; }

.lspacing-0em80 {
  letter-spacing: 0.80em !important; }

.lspacing-0em90 {
  letter-spacing: 0.90em !important; }

.lspacing-1em {
  letter-spacing: 1.00em !important; }

.lspacing-1em25 {
  letter-spacing: 1.25em !important; }

.lspacing-1em50 {
  letter-spacing: 1.50em !important; }

.lspacing-1em75 {
  letter-spacing: 1.75em !important; }

.lspacing-2em {
  letter-spacing: 2.00em !important; }

.lspacing-2em25 {
  letter-spacing: 2.25em !important; }

.lspacing-2em50 {
  letter-spacing: 2.50em !important; }

.lspacing-2em75 {
  letter-spacing: 2.75em !important; }

.lspacing-3em {
  letter-spacing: 3.00em !important; }

.lspacing-3em25 {
  letter-spacing: 3.25em !important; }

.lspacing-3em50 {
  letter-spacing: 3.50em !important; }

.lspacing-3em75 {
  letter-spacing: 3.75em !important; }

.lspacing-4em {
  letter-spacing: 4.00em !important; }

.lspacing-4em25 {
  letter-spacing: 4.25em !important; }

.lspacing-4em50 {
  letter-spacing: 4.50em !important; }

.lspacing-4em75 {
  letter-spacing: 4.75em !important; }

.lspacing-5em {
  letter-spacing: 5.00em !important; }

.m-auto {
  margin: auto !important; }

.m-0,
.m-0em,
.m-000per {
  margin: 0 !important; }

.m-005per {
  margin: 5% !important; }

.m-010per {
  margin: 10% !important; }

.m-015per {
  margin: 15% !important; }

.m-020per {
  margin: 20% !important; }

.m-025per {
  margin: 25% !important; }

.m-030per {
  margin: 30% !important; }

.m-033per {
  margin: 33% !important; }

.m-040per {
  margin: 40% !important; }

.m-050per {
  margin: 50% !important; }

.m-060per {
  margin: 60% !important; }

.m-067per {
  margin: 67% !important; }

.m-070per {
  margin: 70% !important; }

.m-075per {
  margin: 75% !important; }

.m-080per {
  margin: 80% !important; }

.m-090per {
  margin: 90% !important; }

.m-0em10 {
  margin: 0.10em !important; }

.m-0em20 {
  margin: 0.20em !important; }

.m-0em25 {
  margin: 0.25em !important; }

.m-0em30 {
  margin: 0.30em !important; }

.m-0em40 {
  margin: 0.40em !important; }

.m-0em50 {
  margin: 0.50em !important; }

.m-0em60 {
  margin: 0.60em !important; }

.m-0em70 {
  margin: 0.70em !important; }

.m-0em75 {
  margin: 0.75em !important; }

.m-0em80 {
  margin: 0.80em !important; }

.m-0em90 {
  margin: 0.90em !important; }

.m-1em {
  margin: 1.00em !important; }

.m-1em25 {
  margin: 1.25em !important; }

.m-1em50 {
  margin: 1.50em !important; }

.m-1em75 {
  margin: 1.75em !important; }

.m-2em {
  margin: 2.00em !important; }

.m-2em50 {
  margin: 2.50em !important; }

.m-3em {
  margin: 3.00em !important; }

.m-4em {
  margin: 4.00em !important; }

.m-5em {
  margin: 5.00em !important; }

.m-top-auto {
  margin-top: auto !important; }

.m-top-0,
.m-top-0em,
.m-top-000per {
  margin-top: 0 !important; }

.m-top-005per {
  margin-top: 5% !important; }

.m-top-010per {
  margin-top: 10% !important; }

.m-top-015per {
  margin-top: 15% !important; }

.m-top-020per {
  margin-top: 20% !important; }

.m-top-025per {
  margin-top: 25% !important; }

.m-top-030per {
  margin-top: 30% !important; }

.m-top-033per {
  margin-top: 33% !important; }

.m-top-040per {
  margin-top: 40% !important; }

.m-top-050per {
  margin-top: 50% !important; }

.m-top-060per {
  margin-top: 60% !important; }

.m-top-067per {
  margin-top: 67% !important; }

.m-top-070per {
  margin-top: 70% !important; }

.m-top-075per {
  margin-top: 75% !important; }

.m-top-080per {
  margin-top: 80% !important; }

.m-top-090per {
  margin-top: 90% !important; }

.m-top-0em25 {
  margin-top: 0.25em !important; }

.m-top-0em50 {
  margin-top: 0.50em !important; }

.m-top-0em75 {
  margin-top: 0.75em !important; }

.m-top-1em {
  margin-top: 1.00em !important; }

.m-top-1em25 {
  margin-top: 1.25em !important; }

.m-top-1em50 {
  margin-top: 1.50em !important; }

.m-top-1em75 {
  margin-top: 1.75em !important; }

.m-top-2em {
  margin-top: 2.00em !important; }

.m-top-2em50 {
  margin-top: 2.50em !important; }

.m-top-3em {
  margin-top: 3.00em !important; }

.m-top-4em {
  margin-top: 4.00em !important; }

.m-top-5em {
  margin-top: 5.00em !important; }

.m-top-5em25 {
  margin-top: 5.25em !important; }

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

.m-left-0,
.m-left-0em,
.m-left-000per {
  margin-left: 0 !important; }

.m-left-005per {
  margin-left: 5% !important; }

.m-left-010per {
  margin-left: 10% !important; }

.m-left-015per {
  margin-left: 15% !important; }

.m-left-020per {
  margin-left: 20% !important; }

.m-left-025per {
  margin-left: 25% !important; }

.m-left-030per {
  margin-left: 30% !important; }

.m-left-033per {
  margin-left: 33% !important; }

.m-left-040per {
  margin-left: 40% !important; }

.m-left-050per {
  margin-left: 50% !important; }

.m-left-060per {
  margin-left: 60% !important; }

.m-left-067per {
  margin-left: 67% !important; }

.m-left-070per {
  margin-left: 70% !important; }

.m-left-075per {
  margin-left: 75% !important; }

.m-left-080per {
  margin-left: 80% !important; }

.m-left-090per {
  margin-left: 90% !important; }

.m-left-0em25 {
  margin-left: 0.25em !important; }

.m-left-0em50 {
  margin-left: 0.50em !important; }

.m-left-0em75 {
  margin-left: 0.75em !important; }

.m-left-1em {
  margin-left: 1.00em !important; }

.m-left-1em25 {
  margin-left: 1.25em !important; }

.m-left-1em50 {
  margin-left: 1.50em !important; }

.m-left-1em75 {
  margin-left: 1.75em !important; }

.m-left-2em {
  margin-left: 2.00em !important; }

.m-left-2em50 {
  margin-left: 2.50em !important; }

.m-left-3em {
  margin-left: 3.00em !important; }

.m-left-4em {
  margin-left: 4.00em !important; }

.m-left-5em {
  margin-left: 5.00em !important; }

.m-left-5em25 {
  margin-left: 5.25em !important; }

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

.m-right-0
.m-right-0em
.m-right-000per {
  margin-right: 0 !important; }

.m-right-005per {
  margin-right: 5% !important; }

.m-right-010per {
  margin-right: 10% !important; }

.m-right-015per {
  margin-right: 15% !important; }

.m-right-020per {
  margin-right: 20% !important; }

.m-right-025per {
  margin-right: 25% !important; }

.m-right-030per {
  margin-right: 30% !important; }

.m-right-033per {
  margin-right: 33% !important; }

.m-right-040per {
  margin-right: 40% !important; }

.m-right-050per {
  margin-right: 50% !important; }

.m-right-060per {
  margin-right: 60% !important; }

.m-right-067per {
  margin-right: 67% !important; }

.m-right-070per {
  margin-right: 70% !important; }

.m-right-075per {
  margin-right: 75% !important; }

.m-right-080per {
  margin-right: 80% !important; }

.m-right-090per {
  margin-right: 90% !important; }

.m-right-0em25 {
  margin-right: 0.25em !important; }

.m-right-0em50 {
  margin-right: 0.50em !important; }

.m-right-0em75 {
  margin-right: 0.75em !important; }

.m-right-1em {
  margin-right: 1.00em !important; }

.m-right-1em25 {
  margin-right: 1.25em !important; }

.m-right-1em50 {
  margin-right: 1.50em !important; }

.m-right-1em75 {
  margin-right: 1.75em !important; }

.m-right-2em {
  margin-right: 2.00em !important; }

.m-right-2em50 {
  margin-right: 2.50em !important; }

.m-right-3em {
  margin-right: 3.00em !important; }

.m-right-4em {
  margin-right: 4.00em !important; }

.m-right-5em {
  margin-right: 5.00em !important; }

.m-right-5em25 {
  margin-right: 5.25em !important; }

.m-bottom-auto {
  margin-bottom: auto !important; }

.m-bottom-0,
.m-bottom-0em,
.m-bottom-000per {
  margin-bottom: 0 !important; }

.m-bottom-005per {
  margin-bottom: 5% !important; }

.m-bottom-010per {
  margin-bottom: 10% !important; }

.m-bottom-015per {
  margin-bottom: 15% !important; }

.m-bottom-020per {
  margin-bottom: 20% !important; }

.m-bottom-025per {
  margin-bottom: 25% !important; }

.m-bottom-030per {
  margin-bottom: 30% !important; }

.m-bottom-033per {
  margin-bottom: 33% !important; }

.m-bottom-040per {
  margin-bottom: 40% !important; }

.m-bottom-050per {
  margin-bottom: 50% !important; }

.m-bottom-060per {
  margin-bottom: 60% !important; }

.m-bottom-067per {
  margin-bottom: 67% !important; }

.m-bottom-070per {
  margin-bottom: 70% !important; }

.m-bottom-075per {
  margin-bottom: 75% !important; }

.m-bottom-080per {
  margin-bottom: 80% !important; }

.m-bottom-090per {
  margin-bottom: 90% !important; }

.m-bottom-0em25 {
  margin-bottom: 0.25em !important; }

.m-bottom-0em50 {
  margin-bottom: 0.50em !important; }

.m-bottom-0em75 {
  margin-bottom: 0.75em !important; }

.m-bottom-1em {
  margin-bottom: 1.00em !important; }

.m-bottom-1em25 {
  margin-bottom: 1.25em !important; }

.m-bottom-1em50 {
  margin-bottom: 1.50em !important; }

.m-bottom-1em75 {
  margin-bottom: 1.75em !important; }

.m-bottom-2em {
  margin-bottom: 2.00em !important; }

.m-bottom-2em50 {
  margin-bottom: 2.50em !important; }

.m-bottom-3em {
  margin-bottom: 3.00em !important; }

.m-bottom-4em {
  margin-bottom: 4.00em !important; }

.m-bottom-5em {
  margin-bottom: 5.00em !important; }

.m-bottom-5em25 {
  margin-bottom: 5.25em !important; }

.p-0,
.p-0em,
.p-000per {
  padding: 0 !important; }

.p-005per {
  padding: 5% !important; }

.p-010per {
  padding: 10% !important; }

.p-015per {
  padding: 15% !important; }

.p-020per {
  padding: 20% !important; }

.p-025per {
  padding: 25% !important; }

.p-030per {
  padding: 30% !important; }

.p-033per {
  padding: 33% !important; }

.p-040per {
  padding: 40% !important; }

.p-050per {
  padding: 50% !important; }

.p-060per {
  padding: 60% !important; }

.p-067per {
  padding: 67% !important; }

.p-070per {
  padding: 70% !important; }

.p-075per {
  padding: 75% !important; }

.p-080per {
  padding: 80% !important; }

.p-090per {
  padding: 90% !important; }

.p-0em10 {
  padding: 0.10em !important; }

.p-0em20 {
  padding: 0.20em !important; }

.p-0em25 {
  padding: 0.25em !important; }

.p-0em30 {
  padding: 0.30em !important; }

.p-0em40 {
  padding: 0.40em !important; }

.p-0em50 {
  padding: 0.50em !important; }

.p-0em60 {
  padding: 0.60em !important; }

.p-0em70 {
  padding: 0.70em !important; }

.p-0em75 {
  padding: 0.75em !important; }

.p-0em80 {
  padding: 0.80em !important; }

.p-0em90 {
  padding: 0.90em !important; }

.p-1em {
  padding: 1.00em !important; }

.p-1em25 {
  padding: 1.25em !important; }

.p-1em50 {
  padding: 1.50em !important; }

.p-1em75 {
  padding: 1.75em !important; }

.p-2em {
  padding: 2.00em !important; }

.p-2em50 {
  padding: 2.50em !important; }

.p-3em {
  padding: 3.00em !important; }

.p-4em {
  padding: 4.00em !important; }

.p-5em {
  padding: 5.00em !important; }

.p-top-0,
.p-top-0em,
.p-top-000per {
  padding-top: 0 !important; }

.p-top-005per {
  padding-top: 5% !important; }

.p-top-010per {
  padding-top: 10% !important; }

.p-top-015per {
  padding-top: 15% !important; }

.p-top-020per {
  padding-top: 20% !important; }

.p-top-025per {
  padding-top: 25% !important; }

.p-top-030per {
  padding-top: 30% !important; }

.p-top-033per {
  padding-top: 33% !important; }

.p-top-040per {
  padding-top: 40% !important; }

.p-top-050per {
  padding-top: 50% !important; }

.p-top-060per {
  padding-top: 60% !important; }

.p-top-067per {
  padding-top: 67% !important; }

.p-top-070per {
  padding-top: 70% !important; }

.p-top-075per {
  padding-top: 75% !important; }

.p-top-080per {
  padding-top: 80% !important; }

.p-top-090per {
  padding-top: 90% !important; }

.p-top-0em25 {
  padding-top: 0.25em !important; }

.p-top-0em50 {
  padding-top: 0.50em !important; }

.p-top-0em75 {
  padding-top: 0.75em !important; }

.p-top-1em {
  padding-top: 1.00em !important; }

.p-top-1em25 {
  padding-top: 1.25em !important; }

.p-top-1em50 {
  padding-top: 1.50em !important; }

.p-top-1em75 {
  padding-top: 1.75em !important; }

.p-top-2em {
  padding-top: 2.00em !important; }

.p-top-2em50 {
  padding-top: 2.50em !important; }

.p-top-3em {
  padding-top: 3.00em !important; }

.p-top-4em {
  padding-top: 4.00em !important; }

.p-top-5em {
  padding-top: 5.00em !important; }

.p-top-5em25 {
  padding-top: 5.25em !important; }

.p-left-0,
.p-left-0em,
.p-left-000per {
  padding-left: 0 !important; }

.p-left-005per {
  padding-left: 5% !important; }

.p-left-010per {
  padding-left: 10% !important; }

.p-left-015per {
  padding-left: 15% !important; }

.p-left-020per {
  padding-left: 20% !important; }

.p-left-025per {
  padding-left: 25% !important; }

.p-left-030per {
  padding-left: 30% !important; }

.p-left-033per {
  padding-left: 33% !important; }

.p-left-040per {
  padding-left: 40% !important; }

.p-left-050per {
  padding-left: 50% !important; }

.p-left-060per {
  padding-left: 60% !important; }

.p-left-067per {
  padding-left: 67% !important; }

.p-left-070per {
  padding-left: 70% !important; }

.p-left-075per {
  padding-left: 75% !important; }

.p-left-080per {
  padding-left: 80% !important; }

.p-left-090per {
  padding-left: 90% !important; }

.p-left-0em25 {
  padding-left: 0.25em !important; }

.p-left-0em50 {
  padding-left: 0.50em !important; }

.p-left-0em75 {
  padding-left: 0.75em !important; }

.p-left-1em {
  padding-left: 1.00em !important; }

.p-left-1em25 {
  padding-left: 1.25em !important; }

.p-left-1em50 {
  padding-left: 1.50em !important; }

.p-left-1em75 {
  padding-left: 1.75em !important; }

.p-left-2em {
  padding-left: 2.00em !important; }

.p-left-2em50 {
  padding-left: 2.50em !important; }

.p-left-3em {
  padding-left: 3.00em !important; }

.p-left-4em {
  padding-left: 4.00em !important; }

.p-left-5em {
  padding-left: 5.00em !important; }

.p-left-5em25 {
  padding-left: 5.25em !important; }

.p-right-0,
.p-right-0em,
.p-right-000per {
  padding-right: 0 !important; }

.p-right-005per {
  padding-right: 5% !important; }

.p-right-010per {
  padding-right: 10% !important; }

.p-right-015per {
  padding-right: 15% !important; }

.p-right-020per {
  padding-right: 20% !important; }

.p-right-025per {
  padding-right: 25% !important; }

.p-right-030per {
  padding-right: 30% !important; }

.p-right-033per {
  padding-right: 33% !important; }

.p-right-040per {
  padding-right: 40% !important; }

.p-right-050per {
  padding-right: 50% !important; }

.p-right-060per {
  padding-right: 60% !important; }

.p-right-067per {
  padding-right: 67% !important; }

.p-right-070per {
  padding-right: 70% !important; }

.p-right-075per {
  padding-right: 75% !important; }

.p-right-080per {
  padding-right: 80% !important; }

.p-right-090per {
  padding-right: 90% !important; }

.p-right-0em25 {
  padding-right: 0.25em !important; }

.p-right-0em50 {
  padding-right: 0.50em !important; }

.p-right-0em75 {
  padding-right: 0.75em !important; }

.p-right-1em {
  padding-right: 1.00em !important; }

.p-right-1em25 {
  padding-right: 1.25em !important; }

.p-right-1em50 {
  padding-right: 1.50em !important; }

.p-right-1em75 {
  padding-right: 1.75em !important; }

.p-right-2em {
  padding-right: 2.00em !important; }

.p-right-2em50 {
  padding-right: 2.50em !important; }

.p-right-3em {
  padding-right: 3.00em !important; }

.p-right-4em {
  padding-right: 4.00em !important; }

.p-right-5em {
  padding-right: 5.00em !important; }

.p-right-5em25 {
  padding-right: 5.25em !important; }

.p-bottom-0,
.p-bottom-0em,
.p-bottom-000per {
  padding-bottom: 0 !important; }

.p-bottom-005per {
  padding-bottom: 5% !important; }

.p-bottom-010per {
  padding-bottom: 10% !important; }

.p-bottom-015per {
  padding-bottom: 15% !important; }

.p-bottom-020per {
  padding-bottom: 20% !important; }

.p-bottom-025per {
  padding-bottom: 25% !important; }

.p-bottom-030per {
  padding-bottom: 30% !important; }

.p-bottom-033per {
  padding-bottom: 33% !important; }

.p-bottom-040per {
  padding-bottom: 40% !important; }

.p-bottom-050per {
  padding-bottom: 50% !important; }

.p-bottom-060per {
  padding-bottom: 60% !important; }

.p-bottom-067per {
  padding-bottom: 67% !important; }

.p-bottom-070per {
  padding-bottom: 70% !important; }

.p-bottom-075per {
  padding-bottom: 75% !important; }

.p-bottom-080per {
  padding-bottom: 80% !important; }

.p-bottom-090per {
  padding-bottom: 90% !important; }

.p-bottom-0em25 {
  padding-bottom: 0.25em !important; }

.p-bottom-0em50 {
  padding-bottom: 0.50em !important; }

.p-bottom-0em75 {
  padding-bottom: 0.75em !important; }

.p-bottom-1em {
  padding-bottom: 1.00em !important; }

.p-bottom-1em25 {
  padding-bottom: 1.25em !important; }

.p-bottom-1em50 {
  padding-bottom: 1.50em !important; }

.p-bottom-1em75 {
  padding-bottom: 1.75em !important; }

.p-bottom-2em {
  padding-bottom: 2.00em !important; }

.p-bottom-2em50 {
  padding-bottom: 2.50em !important; }

.p-bottom-3em {
  padding-bottom: 3.00em !important; }

.p-bottom-4em {
  padding-bottom: 4.00em !important; }

.p-bottom-5em {
  padding-bottom: 5.00em !important; }

.p-bottom-5em25 {
  padding-bottom: 5.25em !important; }

.height-auto {
  height: auto !important; }

.height-010per {
  height: 10% !important; }

.height-020per {
  height: 20% !important; }

.height-025per {
  height: 25% !important; }

.height-030per {
  height: 30% !important; }

.height-033per {
  height: 33% !important; }

.height-040per {
  height: 40% !important; }

.height-050per {
  height: 50% !important; }

.height-060per {
  height: 60% !important; }

.height-067per {
  height: 67% !important; }

.height-070per {
  height: 70% !important; }

.height-075per {
  height: 75% !important; }

.height-080per {
  height: 80% !important; }

.height-090per {
  height: 90% !important; }

.height-100per {
  height: 100% !important; }

.height-0em25 {
  height: 0.25em !important; }

.height-0em50 {
  height: 0.50em !important; }

.height-0em75 {
  height: 0.75em !important; }

.height-1em {
  height: 1.00em !important; }

.height-1em25 {
  height: 1.25em !important; }

.height-1em50 {
  height: 1.50em !important; }

.height-1em75 {
  height: 1.75em !important; }

.height-2em {
  height: 2.00em !important; }

.height-2em50 {
  height: 2.50em !important; }

.height-3em {
  height: 3.00em !important; }

.height-4em {
  height: 4.00em !important; }

.height-5em {
  height: 5.00em !important; }

.height-5em25 {
  height: 5.25em !important; }

.height-6em {
  height: 6.00em !important; }

.height-7em {
  height: 7.00em !important; }

.height-8em {
  height: 8.00em !important; }

.height-8em75 {
  height: 8.75em !important; }

.height-9em {
  height: 9.00em !important; }

.height-10em {
  height: 10.00em !important; }

.height-11em {
  height: 11.00em !important; }

.height-12em {
  height: 12.00em !important; }

.height-13em {
  height: 13.00em !important; }

.height-14em {
  height: 14.00em !important; }

.height-15em {
  height: 15.00em !important; }

.height-20em {
  height: 20.00em !important; }

.height-30em {
  height: 30.00em !important; }

.height-40em {
  height: 40.00em !important; }

/* 高さの最大値
---------------------------------------------------------------- */
.max-height-none {
  max-height: none !important; }

.max-height-010per {
  max-height: 10% !important; }

.max-height-020per {
  max-height: 20% !important; }

.max-height-025per {
  max-height: 25% !important; }

.max-height-030per {
  max-height: 30% !important; }

.max-height-033per {
  max-height: 33% !important; }

.max-height-040per {
  max-height: 40% !important; }

.max-height-050per {
  max-height: 50% !important; }

.max-height-060per {
  max-height: 60% !important; }

.max-height-067per {
  max-height: 67% !important; }

.max-height-070per {
  max-height: 70% !important; }

.max-height-075per {
  max-height: 75% !important; }

.max-height-080per {
  max-height: 80% !important; }

.max-height-090per {
  max-height: 90% !important; }

.max-height-100per {
  max-height: 100% !important; }

.max-height-0em25 {
  max-height: 0.25em !important; }

.max-height-0em50 {
  max-height: 0.50em !important; }

.max-height-0em75 {
  max-height: 0.75em !important; }

.max-height-1em {
  max-height: 1.00em !important; }

.max-height-1em25 {
  max-height: 1.25em !important; }

.max-height-1em50 {
  max-height: 1.50em !important; }

.max-height-1em75 {
  max-height: 1.75em !important; }

.max-height-2em {
  max-height: 2.00em !important; }

.max-height-2em50 {
  max-height: 2.50em !important; }

.max-height-3em {
  max-height: 3.00em !important; }

.max-height-4em {
  max-height: 4.00em !important; }

.max-height-5em {
  max-height: 5.00em !important; }

.max-height-5em25 {
  max-height: 5.25em !important; }

.max-height-6em {
  max-height: 6.00em !important; }

.max-height-7em {
  max-height: 7.00em !important; }

.max-height-8em {
  max-height: 8.00em !important; }

.max-height-8em75 {
  max-height: 8.75em !important; }

.max-height-9em {
  max-height: 9.00em !important; }

.max-height-10em {
  max-height: 10.00em !important; }

.max-height-11em {
  max-height: 11.00em !important; }

.max-height-12em {
  max-height: 12.00em !important; }

.max-height-13em {
  max-height: 13.00em !important; }

.max-height-14em {
  max-height: 14.00em !important; }

.max-height-15em {
  max-height: 15.00em !important; }

.max-height-20em {
  max-height: 20.00em !important; }

.max-height-30em {
  max-height: 30.00em !important; }

.max-height-40em {
  max-height: 40.00em !important; }

/* 幅
---------------------------------------------------------------- */
.width-auto {
  width: auto !important; }

.width-010per {
  width: 10% !important; }

.width-020per {
  width: 20% !important; }

.width-025per {
  width: 25% !important; }

.width-030per {
  width: 30% !important; }

.width-033per {
  width: 33% !important; }

.width-040per {
  width: 40% !important; }

.width-050per {
  width: 50% !important; }

.width-060per {
  width: 60% !important; }

.width-067per {
  width: 67% !important; }

.width-070per {
  width: 70% !important; }

.width-075per {
  width: 75% !important; }

.width-080per {
  width: 80% !important; }

.width-090per {
  width: 90% !important; }

.width-100per {
  width: 100% !important; }

.width-0em25 {
  width: 0.25em !important; }

.width-0em50 {
  width: 0.50em !important; }

.width-0em75 {
  width: 0.75em !important; }

.width-1em {
  width: 1.00em !important; }

.width-1em25 {
  width: 1.25em !important; }

.width-1em50 {
  width: 1.50em !important; }

.width-1em75 {
  width: 1.75em !important; }

.width-2em {
  width: 2.00em !important; }

.width-2em50 {
  width: 2.50em !important; }

.width-3em {
  width: 3.00em !important; }

.width-4em {
  width: 4.00em !important; }

.width-5em {
  width: 5.00em !important; }

.width-5em25 {
  width: 5.25em !important; }

.width-6em {
  width: 6.00em !important; }

.width-7em {
  width: 7.00em !important; }

.width-8em {
  width: 8.00em !important; }

.width-8em75 {
  width: 8.75em !important; }

.width-9em {
  width: 9.00em !important; }

.width-10em {
  width: 10.00em !important; }

.width-11em {
  width: 11.00em !important; }

.width-12em {
  width: 12.00em !important; }

.width-13em {
  width: 13.00em !important; }

.width-14em {
  width: 14.00em !important; }

.width-15em {
  width: 15.00em !important; }

.width-20em {
  width: 20.00em !important; }

.width-30em {
  width: 30.00em !important; }

.width-40em {
  width: 40.00em !important; }

/* 幅の最大値
---------------------------------------------------------------- */
.max-width-none {
  max-width: none !important; }

.max-width-010per {
  max-width: 10% !important; }

.max-width-020per {
  max-width: 20% !important; }

.max-width-025per {
  max-width: 25% !important; }

.max-width-030per {
  max-width: 30% !important; }

.max-width-033per {
  max-width: 33% !important; }

.max-width-040per {
  max-width: 40% !important; }

.max-width-050per {
  max-width: 50% !important; }

.max-width-060per {
  max-width: 60% !important; }

.max-width-067per {
  max-width: 67% !important; }

.max-width-070per {
  max-width: 70% !important; }

.max-width-075per {
  max-width: 75% !important; }

.max-width-080per {
  max-width: 80% !important; }

.max-width-090per {
  max-width: 90% !important; }

.max-width-100per {
  max-width: 100% !important; }

.max-width-0em25 {
  max-width: 0.25em !important; }

.max-width-0em50 {
  max-width: 0.50em !important; }

.max-width-0em75 {
  max-width: 0.75em !important; }

.max-width-1em {
  max-width: 1.00em !important; }

.max-width-1em25 {
  max-width: 1.25em !important; }

.max-width-1em50 {
  max-width: 1.50em !important; }

.max-width-1em75 {
  max-width: 1.75em !important; }

.max-width-2em {
  max-width: 2.00em !important; }

.max-width-2em50 {
  max-width: 2.50em !important; }

.max-width-3em {
  max-width: 3.00em !important; }

.max-width-4em {
  max-width: 4.00em !important; }

.max-width-5em {
  max-width: 5.00em !important; }

.max-width-5em25 {
  max-width: 5.25em !important; }

.max-width-6em {
  max-width: 6.00em !important; }

.max-width-7em {
  max-width: 7.00em !important; }

.max-width-8em {
  max-width: 8.00em !important; }

.max-width-8em75 {
  max-width: 8.75em !important; }

.max-width-9em {
  max-width: 9.00em !important; }

.max-width-10em {
  max-width: 10.00em !important; }

.max-width-11em {
  max-width: 11.00em !important; }

.max-width-12em {
  max-width: 12.00em !important; }

.max-width-13em {
  max-width: 13.00em !important; }

.max-width-14em {
  max-width: 14.00em !important; }

.max-width-15em {
  max-width: 15.00em !important; }

.max-width-20em {
  max-width: 20.00em !important; }

.max-width-30em {
  max-width: 30.00em !important; }

.max-width-40em {
  max-width: 40.00em !important; }

/* 最大サイズ
---------------------------------------------------------------- */
.max-size-none {
  max-height: none !important;
  max-width: none !important; }

.max-size-005per {
  max-height: 5% !important;
  max-width: 5% !important; }

.max-size-010per {
  max-height: 10% !important;
  max-width: 10% !important; }

.max-size-020per {
  max-height: 20% !important;
  max-width: 20% !important; }

.max-size-025per {
  max-height: 25% !important;
  max-width: 25% !important; }

.max-size-030per {
  max-height: 30% !important;
  max-width: 30% !important; }

.max-size-033per {
  max-height: 33% !important;
  max-width: 33% !important; }

.max-size-040per {
  max-height: 40% !important;
  max-width: 40% !important; }

.max-size-050per {
  max-height: 50% !important;
  max-width: 50% !important; }

.max-size-060per {
  max-height: 60% !important;
  max-width: 60% !important; }

.max-size-067per {
  max-height: 67% !important;
  max-width: 67% !important; }

.max-size-070per {
  max-height: 70% !important;
  max-width: 70% !important; }

.max-size-075per {
  max-height: 75% !important;
  max-width: 75% !important; }

.max-size-080per {
  max-height: 80% !important;
  max-width: 80% !important; }

.max-size-090per {
  max-height: 90% !important;
  max-width: 90% !important; }

.max-size-100per {
  max-height: 100% !important;
  max-width: 100% !important; }

.max-size-0em25 {
  max-height: 0.25em !important;
  max-width: 0.25em !important; }

.max-size-0em50 {
  max-height: 0.50em !important;
  max-width: 0.50em !important; }

.max-size-0em75 {
  max-height: 0.75em !important;
  max-width: 0.75em !important; }

.max-size-1em {
  max-height: 1.00em !important;
  max-width: 1.00em !important; }

.max-size-1em25 {
  max-height: 1.25em !important;
  max-width: 1.25em !important; }

.max-size-1em50 {
  max-height: 1.50em !important;
  max-width: 1.50em !important; }

.max-size-1em75 {
  max-height: 1.75em !important;
  max-width: 1.75em !important; }

.max-size-2em {
  max-height: 2.00em !important;
  max-width: 2.00em !important; }

.max-size-2em50 {
  max-height: 2.50em !important;
  max-width: 2.50em !important; }

.max-size-3em {
  max-height: 3.00em !important;
  max-width: 3.00em !important; }

.max-size-4em {
  max-height: 4.00em !important;
  max-width: 4.00em !important; }

.max-size-5em {
  max-height: 5.00em !important;
  max-width: 5.00em !important; }

.max-size-5em25 {
  max-height: 5.25em !important;
  max-width: 5.25em !important; }

.max-size-6em {
  max-height: 6.00em !important;
  max-width: 6.00em !important; }

.max-size-7em {
  max-height: 7.00em !important;
  max-width: 7.00em !important; }

.max-size-8em {
  max-height: 8.00em !important;
  max-width: 8.00em !important; }

.max-size-8em75 {
  max-height: 8.75em !important;
  max-width: 8.75em !important; }

.max-size-9em {
  max-height: 9.00em !important;
  max-width: 9.00em !important; }

.max-size-10em {
  max-height: 10.00em !important;
  max-width: 10.00em !important; }

.max-size-11em {
  max-height: 11.00em !important;
  max-width: 11.00em !important; }

.max-size-12em {
  max-height: 12.00em !important;
  max-width: 12.00em !important; }

.max-size-13em {
  max-height: 13.00em !important;
  max-width: 13.00em !important; }

.max-size-14em {
  max-height: 14.00em !important;
  max-width: 14.00em !important; }

.max-size-15em {
  max-height: 15.00em !important;
  max-width: 15.00em !important; }

.max-size-20em {
  max-height: 20.00em !important;
  max-width: 20.00em !important; }

.max-size-30em {
  max-height: 30.00em !important;
  max-width: 30.00em !important; }

.max-size-40em {
  max-height: 40.00em !important;
  max-width: 40.00em !important; }

/*color*/
.key-color {
  color: #0090C3 !important; }

.bg-key-color {
  background-color: #0090C3 !important; }

.notice {
  color: #ff0000 !important; }

.lightgray {
  color: #c3c3c3 !important; }

.bg-lightgray {
  background-color: #c3c3c3 !important; }

/*border*/
.border {
  border: 1px solid #ddd !important; }

.border-top {
  border-top: 1px solid #ddd !important; }

.border-bottom {
  border-bottom: 1px solid #ddd !important; }

.radius {
  border-radius: 10px !important; }

/*text-align*/
.text-center {
  text-align: center !important; }

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

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

.text-justify {
  text-align: justify !important; }

.vertical-top {
  vertical-align: top !important; }

.vertical-text-top {
  vertical-align: text-top !important; }

.vertical-text-bottom {
  vertical-align: bottom !important; }

.vertical-middle {
  vertical-align: middle !important; }

/*float*/
.fl {
  float: left !important; }

.fr {
  float: right !important; }

.flnone {
  float: none !important; }

.center-block {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

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

.display-inline-block {
  display: inline-block !important; }

.display-inline {
  display: inline !important; }

.display-none {
  display: none !important; }

/*img responsive*/
.img-responsive {
  max-width: 100%;
  height: auto;
  width: auto;
  width: inherit\9;
  max-width: 100% \9;
  height: auto\9; }

.img-fit img {
  max-width: 100%;
  height: auto;
  width: auto;
  width: inherit\9;
  max-width: 100% \9;
  height: auto\9; }

/*ul,ol
----------------------------------------*/
.list-style-none {
  list-style: none !important;
  padding-left: 0 !important; }

.list-style-disc {
  padding-left: 25px !important; }

/*Table
----------------------------------------*/
.table--fixed {
  table-layout: fixed !important; }

@media screen and (min-width: 960px) {
  .pc-hide {
    display: none; } }

@media screen and (max-width: 599px) {
  .sp-hide {
    display: none; } }

@media screen and (min-width: 600px) and (max-width: 959px) {
  .tb-hide {
    display: none; } }

@media screen and (max-width: 959px) {
  .sp-tb-hide {
    display: none; } }

@media screen and (min-width: 600px) {
  .tb-pc-hide {
    display: none; } }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right;
  margin: 0 0 5px 20px; }

.alignleft {
  float: left;
  margin: 0 20px 5px 0; }

a img.alignright {
  float: right;
  margin: 0 0 5px 20px; }

a img.alignnone {
  margin: 0; }

a img.alignleft {
  float: left;
  margin: 0 20px 5px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  text-align: left; }

.wp-caption.alignnone {
  margin: 5px 0 1em; }

.wp-caption.alignleft {
  margin: 5px auto 1em 0; }

.wp-caption.alignright {
  margin: 5px 0 1em auto; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  margin: 0; }

.gallery-caption {
  text-align: left; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }
