@charset "UTF-8";
/* Reset CSS */
/* Based on normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css
 * 
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  word-wrap: break-word;
  font-size: 18px;
  font-family: "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  padding: 0;
}

/* HTML5 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 vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  clear: both;
  margin: 0;
  padding: 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a img {
  border: none;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-size: 1rem;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  overflow: visible;
  /* 2 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  margin: 0;
  /* 2 */
  max-width: 100%;
  font: inherit;
  /* 1 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

form {
  display: block;
}

textarea {
  display: block;
}

select {
  display: block;
}

fieldset {
  margin-top: 6px;
}

label {
  display: block;
  margin: 6px 6px 0 0;
}

textarea {
  border: #CCC 1px solid;
  background-color: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0 #CCC inset;
          box-shadow: 0px 1px 2px 0 #CCC inset;
}

textarea:focus {
  -webkit-box-shadow: 0px 0px 4px 1px #529B71;
          box-shadow: 0px 0px 4px 1px #529B71;
}

input[type="datetime"], input[type="date"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="serch"], input[type="tel"], input[type="text"], input[type="time"], input[type="week"] {
  display: block;
  border: #CCC 1px solid;
  background-color: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0 #CCC inset;
          box-shadow: 0px 1px 2px 0 #CCC inset;
}

input[type="datetime"]:focus, input[type="date"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="serch"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="week"]:focus {
  -webkit-box-shadow: 0px 0px 4px 1px #529B71;
          box-shadow: 0px 0px 4px 1px #529B71;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  display: block;
  margin: 6px 6px 0 0;
  min-width: 3.2em;
  border: #AAA 1px solid;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#d6d6d6));
  background: linear-gradient(#fafafa 0%, #d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d6d6d6',GradientType=0 );
}

input[type="radio"] {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

input[type="checkbox"] {
  display: inline-block;
  margin-right: 6px;
  vertical-align: baseline;
}

input[type="file"] {
  display: inline-block;
  margin: 6px 0 0;
}

select {
  border: 1px solid #CCC;
  background-color: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0 #CCC inset;
          box-shadow: 0px 1px 2px 0 #CCC inset;
}

option {
  font-weight: 500;
}

@media all and (-ms-high-contrast: none) {
  input[type="submit"], input[type="reset"], input[type="button"] {
    padding: 0.25em 0.38em 0;
  }
  select {
    font-family: meiryo, sans-serif;
  }
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

.breadcrumb ul {
  list-style: none;
  padding: 0;
}

.breadcrumb li {
  display: inline-block;
  margin-right: 1em;
}

.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 0.5em;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #000;
}

.breadcrumb a:hover, .breadcrumb a:active {
  color: inherit;
}

header {
  min-height: 40px;
}

.btn-burg {
  position: relative;
  display: block;
  border: 1px solid #529B71;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  z-index: 1000;
}

.btn-burg::before {
  position: absolute;
  display: block;
  border-top: 6px solid #529B71;
  border-bottom: 6px solid #529B71;
  content: " ";
  line-height: 0;
  font-size: 0;
  width: 30px;
  height: 18px;
  top: 6px;
  left: 10%;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.btn-burg::after {
  position: absolute;
  display: block;
  border-top: 6px solid #529B71;
  content: " ";
  line-height: 0;
  font-size: 0;
  width: 30px;
  height: 20px;
  margin: auto;
  left: 10%;
  top: 18px;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.btn-burg.dep-visible {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.btn-burg.dep-visible::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: none;
  top: 16px;
  left: 20%;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.btn-burg.dep-visible::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  left: -10%;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.btn-burg-text {
  position: relative;
  display: block;
  border: 1px solid #529B71;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.btn-burg-text::before {
  position: absolute;
  display: block;
  border-top: 5px solid #529B71;
  border-bottom: 5px solid #529B71;
  content: " ";
  line-height: 0;
  font-size: 0;
  width: 30px;
  height: 15px;
  top: 5px;
  left: 10%;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}

.btn-burg-text::after {
  position: absolute;
  display: block;
  border-top: 5px solid #529B71;
  content: "menu";
  line-height: 0;
  font-size: 10px;
  font-weight: normal;
  color: #333;
  text-align: center;
  width: 30px;
  height: 40px;
  padding-top: 15px;
  margin: auto;
  left: 10%;
  top: 15px;
}

.btn-burg-text.dep-visible {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.btn-burg-text.dep-visible::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-left: 5px solid #529B71;
  border-bottom: none;
  width: 15px;
  top: 7.5px;
  left: 32%;
  border-radius: 2.5px;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}

.btn-burg-text.dep-visible::after {
  width: 26px;
  left: 20%;
  content: "close";
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

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

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 90%;
  margin: auto;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Base scss： CSSでの編集禁止 */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 90%;
  z-index: 1000;
}

footer {
  position: relative;
}

section {
  clear: both;
  padding-top: 10px;
}

code {
  display: block;
  overflow-x: scroll;
  white-space: pre;
  font-size: 16px;
  font-family: Consolas, "Courier New", Courier, Monaco, monospace, "Osaka－等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic";
}

blockquote {
  margin: 10px;
  padding: 10px;
}

table {
  max-width: 100%;
  border-collapse: collapse;
}

.table-fix {
  table-layout: fixed;
}

th,
td {
  padding: 0 3px;
  empty-cells: show;
}

ul,
ol {
  padding-left: 2em;
}

p {
  margin: 0;
  padding: 0;
}

a:link, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover, a:active {
  opacity: 0.85;
  -ms-filter: "alpha(opacity=85)";
}

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

.br {
  display: block;
  float: none;
  margin: 0;
}

.br::after {
  content: "\A";
  white-space: pre;
}

nav,
nav ul,
nav li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 960px) {
  .alignleft.br-tab,
  .alignright.br-tab {
    display: block;
    float: none;
    margin: 0;
    max-width: 100%;
  }
  .alignleft.br-tab::after,
  .alignright.br-tab::after {
    content: "\A";
    white-space: pre;
  }
  .tab-center,
  img.alignleft.tab-center,
  img.alignright.tab-center,
  figure.alignleft.tab-center,
  figure.alignright.tab-center picture.alignleft.tab-center,
  picture.alignright.tab-center {
    display: block;
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  img.alignleft,
  img.alignright,
  figure.alignleft,
  figure.alignright,
  picture.alignleft,
  picture.alignright {
    position: relative;
    right: 0;
    display: block;
    float: none;
    margin: 0;
    max-width: 100%;
  }
  img.alignleft::after,
  img.alignright::after,
  figure.alignleft::after,
  figure.alignright::after,
  picture.alignleft::after,
  picture.alignright::after {
    content: "\A";
    white-space: pre;
  }
  img.alignleft.br-no {
    display: inline;
    float: left;
    margin: 0 5px 0 0;
    max-width: 50%;
  }
  img.alignleft.br-no::after {
    content: "";
    white-space: pre;
  }
  img.alignright.br-no {
    display: inline;
    float: right;
    margin: 0 0 0 5px;
    max-width: 50%;
  }
  img.alignright.br-no::after {
    content: "";
    white-space: pre;
  }
  .sp-center,
  img.alignleft.sp-center,
  img.alignright.sp-center {
    display: block;
    margin: 0 auto;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .container {
    padding: 0 5px;
  }
}

.clear {
  clear: both;
}

.clearfix::after {
  clear: both;
  content: " ";
  display: block;
  line-height: 0;
}

.list-style-none {
  padding: 0;
  list-style: none;
}

.caption {
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 10px;
  max-width: 100%;
  line-height: 1.2;
}

.caption-img {
  display: inline-block;
  max-width: 100%;
}

.caption-img > img {
  max-width: 100%;
}

.caption-text {
  display: inline;
  font-size: 14px;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

th {
  padding: 3px;
}

td {
  padding: 3px;
}

code {
  white-space: pre;
}

/* 複雑な表 */
@media screen and (max-width: 640px) {
  .table-responsive thead {
    display: none;
  }
  .table-responsive tr {
    border-bottom: 3px solid #ddd;
    display: block;
  }
  .table-responsive td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }
  .table-responsive td:before {
    content: attr(aria-label);
    float: left;
  }
}

/* ヘッダーなどの基本デザイン */
.header-logo {
  float: left;
}

.header-contact {
  float: right;
}

.btn-burg,
.btn-burg-text {
  display: block;
  float: right;
  margin: 5px;
}

.gnav a {
  display: block;
  text-align: left;
  height: 100%;
  width: 100%;
}

.gnav-menu {
  position: absolute;
  right: -100%;
  top: 40px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.gnav-menu.dep-visible {
  right: 0;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.backtotop {
  position: fixed;
  bottom: 20px;
  right: 0;
}

.copyright {
  font-size: 0.87rem;
  text-align: center;
}

@media (min-width: 961px) {
  .btn-burg,
  .btn-burg-text {
    display: none;
  }
  .gnav {
    position: relative;
    display: block;
    clear: both;
  }
  .gnav li {
    width: 100%;
  }
  .gnav .menu-lease {
    width: 150%;
  }
  .gnav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .gnav-menu {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1.1;
  }
}

#wpadminbar {
  background-color: rgba(20, 20, 20, 0.5);
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 5px;
}

.wp-caption::after {
  clear: both;
  content: " ";
  display: block;
  line-height: 0;
}

.wp-caption .alignleft, .wp-caption .alignright, .wp-caption .aligncenter {
  max-width: 100%;
  display: inline;
}

.wp-caption img {
  margin: 5px auto 0;
  padding: 0;
  border: 0 none;
}

img.alignleft,
picture.alignleft,
figure.alignleft {
  width: auto;
  max-width: 50%;
  float: left;
}

img.alignright,
picture.alignright,
figure.alignright {
  width: auto;
  max-width: 50%;
  float: right;
}

.wp-block-image figcaption {
  margin: 0 0 1.5em 0;
}

figcaption {
  font-size: 0.87em;
  line-height: 1.4;
}

.sticky {
  display: block;
}

.gallery-caption {
  font-size: 87.5%;
}

.bypostauthor {
  color: #000;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* カスタムSCSS */
h1 {
  font-size: 1.8rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.3;
}

h4 {
  font-size: 1.3rem;
  line-height: 1.3;
}

h5 {
  font-size: 1rem;
  line-height: 1.3;
}

h6 {
  font-size: 1rem;
  line-height: 1.3;
}

/* utility　※ここより下にカスタムしたCSSを入れるべからず。 */
.aligncenter {
  display: block;
  margin: 0 auto;
}

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

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

@media screen and (min-width: 641px) {
  img.alignleft, img.alignright {
    max-width: 50%;
  }
}

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

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

.text-center {
  text-align: center;
}

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

.tab, .pc, .tab-inline, .pc-inline, .tab-inline-block, .pc-inline-block {
  display: none !important;
}

.sp {
  display: block !important;
}

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

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

@media screen and (min-width: 641px) {
  .sp, .sp-inline, .sp-inline-block {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab-inline {
    display: inline !important;
  }
  .tab-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 961px) {
  .tab, .tab-inline, .tab-inline-block {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc-inline {
    display: inline !important;
  }
  .pc-inline-block {
    display: inline-block !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-110 {
  margin-top: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

@media screen and (min-width: 641px) {
  .mt-tab-0 {
    margin-top: 0px !important;
  }
  .mb-tab-0 {
    margin-bottom: 0px !important;
  }
  .mt-tab-5 {
    margin-top: 5px !important;
  }
  .mb-tab-5 {
    margin-bottom: 5px !important;
  }
  .mt-tab-10 {
    margin-top: 10px !important;
  }
  .mb-tab-10 {
    margin-bottom: 10px !important;
  }
  .mt-tab-15 {
    margin-top: 15px !important;
  }
  .mb-tab-15 {
    margin-bottom: 15px !important;
  }
  .mt-tab-20 {
    margin-top: 20px !important;
  }
  .mb-tab-20 {
    margin-bottom: 20px !important;
  }
  .mt-tab-30 {
    margin-top: 30px !important;
  }
  .mb-tab-30 {
    margin-bottom: 30px !important;
  }
  .mt-tab-40 {
    margin-top: 40px !important;
  }
  .mb-tab-40 {
    margin-bottom: 40px !important;
  }
  .mt-tab-50 {
    margin-top: 50px !important;
  }
  .mb-tab-50 {
    margin-bottom: 50px !important;
  }
  .mt-tab-60 {
    margin-top: 60px !important;
  }
  .mb-tab-60 {
    margin-bottom: 60px !important;
  }
  .mt-tab-70 {
    margin-top: 70px !important;
  }
  .mb-tab-70 {
    margin-bottom: 70px !important;
  }
  .mt-tab-80 {
    margin-top: 80px !important;
  }
  .mb-tab-80 {
    margin-bottom: 80px !important;
  }
  .mt-tab-90 {
    margin-top: 90px !important;
  }
  .mb-tab-90 {
    margin-bottom: 90px !important;
  }
  .mt-tab-100 {
    margin-top: 100px !important;
  }
  .mb-tab-100 {
    margin-bottom: 100px !important;
  }
  .mt-tab-110 {
    margin-top: 110px !important;
  }
  .mb-tab-110 {
    margin-bottom: 110px !important;
  }
  .mt-tab-120 {
    margin-top: 120px !important;
  }
  .mb-tab-120 {
    margin-bottom: 120px !important;
  }
}

@media screen and (min-width: 961px) {
  .mt-pc-0 {
    margin-top: 0px !important;
  }
  .mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .mt-pc-5 {
    margin-top: 5px !important;
  }
  .mb-pc-5 {
    margin-bottom: 5px !important;
  }
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .mt-pc-15 {
    margin-top: 15px !important;
  }
  .mb-pc-15 {
    margin-bottom: 15px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .mt-pc-70 {
    margin-top: 70px !important;
  }
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .mt-pc-80 {
    margin-top: 80px !important;
  }
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .mt-pc-90 {
    margin-top: 90px !important;
  }
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .mt-pc-100 {
    margin-top: 100px !important;
  }
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
  .mt-pc-110 {
    margin-top: 110px !important;
  }
  .mb-pc-110 {
    margin-bottom: 110px !important;
  }
  .mt-pc-120 {
    margin-top: 120px !important;
  }
  .mb-pc-120 {
    margin-bottom: 120px !important;
  }
}
/*# sourceMappingURL=style.css.map */