@charset "UTF-8";
/**
 * スタイルの順序はFLOCSSに準拠
 * ※小規模だと無駄なスタイルが出やすいため、
 * いくつかルールを破っています。
 *
 * Foundation
 * └ vendor
 * Layout
 * Object
 * ├ Component
 * ├ Project
 * └ Utility
 *
 */
/**
* Foundation
* 基本的に全て必須
*/
/**
 * button用汎用スタイル
 * @desc 共通で以下を当てる。
 */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  word-break: break-all;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

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

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*

Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax

base:    #282c34
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #e06c75
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #abb2bf;
  background: #282c34;
}

.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic;
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75;
}

.hljs-literal {
  color: #56b6c2;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #98c379;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}

#wpadminbar {
  top: -46px;
}

@media (min-width: 601px) {
  #wpadminbar {
    top: 0;
  }
}
@media (min-width: 783px) {
  #wpadminbar {
    top: 0;
  }
}
/*
---
name: foundation/_f-base.scss
category: body
---

/**
 * オリジナルリセット設定
 * 2019/02/28
 */
html {
  background: inherit;
  font-size: 62.5%;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.6;
  background-color: #fff;
}

.ie11 body {
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
}

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

a {
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  color: #999;
}

a:hover {
  color: #888;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  line-height: 1;
}

picture {
  width: 100%;
}

source {
  width: 100%;
}

ul,
li {
  list-style: none;
}

small {
  font-size: inherit;
}

textarea {
  resize: vertical;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
.g-font01 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.g-font02 {
  font-family: "Mochiy Pop One", sans-serif;
}

/**
* Layout
*/
.l-header {
  position: relative;
}

.l-header-cta ._phone a {
  color: #fff;
  font-weight: 900;
  font-size: 25px;
  line-height: 0;
  background-color: #37b5c3;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-transition: linear all 0.2s;
  transition: linear all 0.2s;
}
.l-header-cta ._phone a:hover {
  opacity: 0.7;
}
.l-header-cta ._time {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  color: #ffffff;
  font-weight: 900;
  background: #0361ca;
}

.l-header-inner-changed {
  display: none;
}

#home .l-header-inner {
  background: #ffffff;
}

.site-desc {
  font-size: 1.4rem;
  font-weight: 500;
  color: #777;
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .l-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 500;
    width: 100%;
    height: 72px;
    max-width: 1140px;
    margin: 10px auto 20px;
  }
  .l-header-inner ._sdgs-logo {
    display: block;
    max-width: 200px;
    margin: 0 20px 0 auto;
  }

  .l-header-inner-changed {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    position: fixed;
    top: -150px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0 0 20px #93bfd580;
    box-shadow: 0 0 20px #93bfd580;
  }
  .l-header-inner-changed .l-logo {
    width: 100px;
  }

  .l-header-inner-changed.show {
    top: 0;
  }
  .l-header-inner-changed.show .l-nav {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .site-desc {
    color: #333;
  }
}
.pc-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}

.pc-nav {
  display: none;
}

.menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 1s all linear;
  transition: 1s all linear;
}

.menu.is-view {
  display: block;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 90vh;
  background: -webkit-linear-gradient(315deg, #ffec00 15%, #00a1e9 15%, #00a1e9 60%, #ffec00 60%, #ffec00 85%, #00a1e9 85%);
  background: linear-gradient(135deg, #ffec00 15%, #00a1e9 15%, #00a1e9 60%, #ffec00 60%, #ffec00 85%, #00a1e9 85%);
  background-size: cover;
  z-index: 1000;
  visibility: visible;
  opacity: 1;
}

.menu.is-view ul li a {
  color: #ffffff;
  font-weight: 900;
  border-bottom: dashed 1px #c1e3f4;
  display: block;
  padding: 10px 0px;
  margin: 0 20px;
}

.menu.is-view > ul {
  font-size: 1.8rem;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}

.menu.is-view > ul .sub-menu {
  padding-left: 10px;
}

.menu.is-view > ul li ul.sub-menu li::before {
  content: "-";
  display: inline-block;
  padding-right: 10px;
  color: #fff;
}

.menu-sp_logo {
  width: 150px;
  padding-top: 20px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .l-header-inner-changed.show .pc-nav {
    margin-bottom: 0;
  }
  .l-header-inner-changed.show .pc-nav ul li a {
    font-size: 1.2rem;
  }

  .pc-nav {
    display: block;
    background: #00A1E9;
    border-bottom: solid 1px #fff;
  }

  nav.pc-nav ul li {
    text-align: center;
    display: block;
    width: 25%;
  }

  nav.pc-nav ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-weight: 900;
    font-size: 1.4rem;
    padding: 10px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .pc-nav ul li:last-child a {
    border-right: none;
  }

  nav.pc-nav ul li a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    color: #0361ca;
    width: 100%;
    height: 1px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: cubic-bezier(0.53, 0.13, 0.55, 0.91), 0.8s;
    transition: cubic-bezier(0.53, 0.13, 0.55, 0.91), 0.8s;
  }
  nav.pc-nav ul li a::before {
    color: #0560ca;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-right: 5px;
  }
  nav.pc-nav ul li.menu-item-109 a::before {
    content: "\f043" !important;
  }
  nav.pc-nav ul li.menu-item-383 a::before {
    content: "\f043" !important;
  }
  nav.pc-nav ul li.menu-item-403 a::before {
    content: "\f043" !important;
  }
  nav.pc-nav ul li.menu-item-405 a::before {
    content: "\f043" !important;
  }
  nav.pc-nav ul li.menu-item-404 a::before {
    content: "\f043" !important;
  }
  nav.pc-nav ul li.menu-item-39 a::before {
    content: "\f043" !important;
  }
  nav.pc-nav ul li.current-menu-item a {
    color: #ffffff;
    background: #0361ca;
  }
  nav.pc-nav ul li.current-menu-item a::before {
    color: #ffffff;
  }
  nav.pc-nav ul li a:hover {
    color: #ffffff;
    background: #0361ca;
  }
  nav.pc-nav ul li a:hover::before {
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .pc-nav ul {
    margin-top: 0;
  }
}
.pc-nav ul li {
  position: relative;
}

.pc-nav ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

nav.pc-nav ul.sub-menu {
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: auto;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

nav.pc-nav ul.sub-menu li {
  margin: 0px !important;
  padding: 0;
}

nav.pc-nav ul.sub-menu li.current-menu-item a,
nav.pc-nav ul.sub-menu li a {
  display: block;
  overflow: hidden;
  color: #fff;
  background: #565656;
  padding: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

nav.pc-nav ul.sub-menu li.current-menu-item a:hover,
nav.pc-nav ul.sub-menu li a:hover {
  display: block;
  overflow: hidden;
  color: #565656;
  background: #fff;
  cursor: pointer;
}

li._nolink > a {
  pointer-events: none;
}

.sp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 500;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 70px;
}
.sp-nav .sp-nav-item {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0;
}
.sp-nav .sp-nav-item a {
  color: #fff;
}
.sp-nav .sp-nav-item._item01 {
  background: #00a1e9;
}
.sp-nav .sp-nav-item._item02 {
  background: #F2629F;
}
.sp-nav .sp-nav-item._item02 i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sp-nav .sp-nav-item .menu-icon i {
  font-size: 2rem;
}
.sp-nav .sp-nav-item ._text {
  font-size: 1.1rem;
  font-weight: 900;
}

.l-wrapper {
  position: relative;
}

.l-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-container_md {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-main-content {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 80px;
  padding: 0 20px;
}

.l-main {
  width: 100%;
}

.l-main-title {
  font-size: 2rem;
  font-weight: 900;
  color: #0361ca;
  word-break: break-all;
  margin-bottom: 20px;
  text-align: center;
}
.l-main-title ._inner {
  background: #ffffff80;
  display: inline-block;
  padding: 10px 20px;
}
.l-main-title ._inner ._main {
  color: #0361ca;
  font-weight: 900;
  font-size: 2.6rem;
}
.l-main-title ._inner ._sub {
  color: #0361ca;
  display: block;
  font-size: 1.4rem;
  margin-top: 5px;
}

.l-main-container {
  width: 100%;
  max-width: 1180px;
}

@media (min-width: 768px) {
  .l-main-title {
    font-size: 2.6rem;
  }
}
.l-content,
.l-content-footer {
  max-width: 670px;
  margin: 0 auto;
}

.l-content {
  margin: 0px auto 0 auto;
}

@media (min-width: 768px) {
  .l-container {
    margin: 0 auto;
  }

  .l-main-content {
    margin: 0 auto;
    padding-bottom: 0px;
  }

  .l-main {
    margin: 0 auto;
  }

  body:not(#home) .l-main {
    padding-top: 0px;
  }

  .l-content {
    margin: 30px auto 0;
  }
}
@media (min-width: 1200px) {
  .l-main {
    margin: 0 auto;
  }

  .l-content,
.l-content-footer {
    max-width: 670px;
    margin: 0px 0 0 auto;
  }

  .l-main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
}
.l-content-body {
  margin-top: 24px;
  word-break: break-all;
}
.l-content-body figure {
  margin: 1em 0;
}

.l-content-end {
  max-width: 40px;
  margin: 60px auto 0;
}

.l-content-nav {
  margin-top: 40px;
}

.l-content-nav-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #0361ca;
  padding: 5px 20px;
  color: #fff;
  border-radius: 10px;
  margin-top: 10px;
}

.l-content-nav-next {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.l-content-nav-prev {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-content-nav-ornament {
  font-size: 1.4rem;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 900;
}

.l-content-nav-link {
  border-top: solid 1px #fff;
  padding-top: 5px;
  width: 100%;
}

.l-content-nav-link a {
  color: #fff;
  -webkit-transition: 0.13s ease-in-out;
  transition: 0.13s ease-in-out;
}

.l-content-nav-link a:hover {
  opacity: 0.7;
}

.l-content-gadget {
  margin-top: 40px;
}

.l-content-gadget-heading {
  font-size: 2.1rem;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.l-content-gadget-list {
  margin-top: 20px;
}

.l-content-gadget-list li {
  margin-top: 0.6em;
}

.l-content-gadget-link a {
  color: #333;
  -webkit-transition: 0.13s ease-in-out;
  transition: 0.13s ease-in-out;
}

.l-content-gadget-link a:hover {
  color: #888;
}

.l-content-gadget-date {
  color: #0361ca;
}

.l-main-result {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.l-main-result-name {
  font-size: 2.1rem;
}

.l-main-result-name span {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 2.1rem;
  font-weight: 400;
  margin-right: 0.5em;
}

@media (min-width: 768px) {
  .l-main-result {
    display: block;
  }

  .l-main-result-name span {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 2.4rem;
    font-weight: 400;
    margin-right: 0.3em;
  }
}
p#breadcrumbs {
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0361cab3;
  padding: 2px 20px;
  text-align: left;
}
p#breadcrumbs a {
  color: #fff;
}

.l-lead {
  max-width: 700px;
}

.l-contents {
  overflow: hidden;
  position: relative;
}

.l-page-header {
  position: relative;
  z-index: 1;
}

.l-page-header-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -12.5%;
  width: 72%;
}

.l-page-header-inner {
  position: relative;
  z-index: 10;
  max-width: 1400px;
  padding: 10vw 20px 30px 20px;
  margin: 0 auto;
}

.l-page-header-common {
  max-width: 1000px;
  margin: 0 auto;
  padding: 5vw 20px 0 20px;
}

@media (min-width: 768px) {
  .l-page-header-inner {
    padding: 10vw 8.5vw;
  }

  .l-page-header-common {
    padding: 5vw 8.5vw 0 8.5vw;
  }
}
@media (min-width: 992px) {
  .l-page-header-common {
    padding: 5vw 20px 0 20px;
  }
}
.l-page-title {
  position: relative;
}
.l-page-title ._ornament-line-vertical {
  position: relative;
  width: 3px;
  height: 110px;
  left: 60px;
  bottom: -1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6fcdff), to(#78ded2));
  background-image: -webkit-linear-gradient(top, #6fcdff 0%, #78ded2 100%);
  background-image: linear-gradient(to bottom, #6fcdff 0%, #78ded2 100%);
}
.l-page-title ._ornament-circle-top,
.l-page-title ._ornament-circle-bottom {
  position: relative;
  width: 11px;
  height: 11px;
  left: 56px;
  border-radius: 50%;
  background: #78ded2;
}
.l-page-title ._ornament-line-horizontal {
  position: relative;
  left: 36px;
  margin-top: 16px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ff7c77), to(#e65dac));
  background-image: -webkit-linear-gradient(right, #ff7c77 0%, #e65dac 100%);
  background-image: linear-gradient(to left, #ff7c77 0%, #e65dac 100%);
  background-color: #ff7c77;
  width: 50px;
  height: 3px;
}
.l-page-title ._heading {
  font-weight: 500;
  font-size: 2.6rem;
  padding: 20px 0;
  background: #fff;
  color: #333;
}
@media (min-width: 768px) {
  .l-page-title ._heading {
    font-size: 3.2rem;
    padding: 15px 0;
    background: none;
  }
}
@media (min-width: 992px) {
  .l-page-title ._heading {
    font-size: 4.6rem;
  }
}
@media (min-width: 1200px) {
  .l-page-title ._heading {
    font-size: 5rem;
  }
}

.l-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 20px 15px 20px;
}
.l-section-heading ._ornament-diamond {
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(45deg, #6FCDFF 0%, #78DED2 100%);
  background-image: linear-gradient(45deg, #6FCDFF 0%, #78DED2 100%);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  width: 12px;
  height: 12px;
}
.l-section-heading ._heading {
  font-size: 2rem;
  font-weight: 500;
  margin-left: 0.5em;
}

@media (min-width: 768px) {
  .l-section-heading {
    padding: 100px 120px 0 120px;
  }
  .l-section-heading ._heading {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .l-section-heading {
    padding: 100px 150px 0 150px;
  }
  .l-section-heading ._heading {
    font-size: 3.6rem;
  }
}
.l-section-block {
  padding: 15px 20px;
}

@media (min-width: 768px) {
  .l-section-block {
    padding: 50px 120px 0 120px;
  }
}
@media (min-width: 992px) {
  .l-section-block {
    padding: 80px 150px 0 150px;
  }
}
.l-separate-ornament {
  background-image: -webkit-gradient(linear, right top, left top, from(#ff7c77), to(#e65dac));
  background-image: -webkit-linear-gradient(right, #ff7c77 0%, #e65dac 100%);
  background-image: linear-gradient(to left, #ff7c77 0%, #e65dac 100%);
  background-color: #ff7c77;
  width: 50px;
  height: 3px;
  margin: 50px auto 0 auto;
  border-style: none;
}

@media (min-width: 768px) {
  .l-separate-ornament {
    margin: 100px auto 0 auto;
  }
}
.l-page-list._decimal,
.l-page-list li {
  list-style: disc;
  line-height: 1.8;
  margin-top: 0.5em;
}
.l-page-list li:first-child {
  margin-top: 0;
}
.l-page-list li {
  list-style: disc;
  margin-left: 1.5em;
}
.l-page-list._decimal {
  margin-top: 2em;
}
.l-page-list._decimal li {
  list-style: decimal;
}

.l-section-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-section-sub ._ornament-circle {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #78ddd3;
  width: 9px;
  height: 9px;
}
.l-section-sub ._heading {
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .l-section-sub ._ornament-circle {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #78ddd3;
    width: 11px;
    height: 11px;
  }
  .l-section-sub ._heading {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .l-section-sub ._heading {
    font-size: 2.6rem;
  }
}

.l-page-heading-wrapper {
  padding: 50px 20px 15px 20px;
}

@media (min-width: 768px) {
  .l-page-heading-wrapper {
    padding: 100px 120px 0 120px;
  }
}
@media (min-width: 992px) {
  .l-page-heading-wrapper {
    padding: 100px 150px 0 150px;
  }
}
.l-page-heading-common {
  padding: 1em 20px;
}
.l-page-heading-common ._heading {
  font-size: 2.1rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .l-page-heading-common {
    padding: 50px 120px 0 120px;
  }
}
@media (min-width: 992px) {
  .l-page-heading-common ._heading {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .l-page-heading-common {
    padding: 80px 100px 0 100px;
  }
}
.l-container.l-onecolumn {
  display: block;
}

.l-onecolumn .l-main {
  margin: 0 auto;
  width: 100%;
  max-width: 730px;
}

.l-onecolumn .l-sidebar {
  margin: 40px auto 0;
  width: 100%;
  max-width: 730px;
}

.l-title_area {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffffff1a)), url("../img/product/product-bg.jpg");
  background: -webkit-linear-gradient(top, #fff, #ffffff1a), url("../img/product/product-bg.jpg");
  background: linear-gradient(to bottom, #fff, #ffffff1a), url("../img/product/product-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 0 20px;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.l-title_line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 30px;
  width: 1px;
  background: #ffffff;
  display: block;
  margin: 0 auto;
}

.l-title_line::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  content: "";
  height: 50px;
  width: 1px;
  background: #575757;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .l-title_area {
    min-height: 200px;
  }
}
.l-sidebar {
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
  margin: 40px auto 0 auto;
}

@media (min-width: 768px) {
  .l-sidebar {
    margin: 40px auto 0 auto;
  }
}
@media (min-width: 1200px) {
  .l-sidebar {
    width: 280px;
    padding: 0;
    margin: 0 0 0 60px;
  }
}
.l-sidebar-item {
  margin-top: 3em;
}

.l-sidebar-item:first-child {
  margin-top: 0;
}

.l-sidebar-search {
  position: relative;
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 5px 2em 5px 12px;
}

.l-sidebar-search input {
  outline: none;
  width: 100%;
}

.icon-search-path {
  fill: #707070;
  -webkit-transition: 0.13s ease-in-out;
  transition: 0.13s ease-in-out;
}

.l-sidebar-search-button:hover .icon-search-path {
  fill: #333;
}

.l-sidebar-search-button {
  position: absolute;
  right: 7px;
  top: 7px;
}

@media (min-width: 1200px) {
  .l-sidebar-search {
    border: none;
    border-radius: 0px;
    padding: 0 0 0 0;
  }

  .l-sidebar-search input {
    border-bottom: 1px solid #707070;
    -webkit-transition: 0.13s ease-in-out;
    transition: 0.13s ease-in-out;
    padding-right: 2em;
  }

  .l-sidebar-search input:focus {
    border-bottom: 1px solid #333;
    padding-right: 2em;
  }

  .l-sidebar-search-button {
    position: absolute;
    top: 2px;
    right: 1px;
    line-height: 1;
    vertical-align: middle;
  }
}
.l-sidebar-title {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 2.1rem;
  font-weight: 400;
  border-bottom: solid 1px #ccc;
  text-align: center;
}

.l-sidebar-list,
.wpp-list,
.l-sidebar-categories,
.l-sidebar-tagcloud {
  margin-top: 2em;
}

.l-sidebar-list,
.wpp-list {
  counter-reset: ranking-mark;
}

.l-sidebar-list-item + .l-sidebar-list-item,
.l-sidebar-categories + .l-sidebar-categories {
  margin-top: 1em;
}

.l-sidebar-list-item ._newpost .c-post-thumbnail {
  width: 40%;
  margin: 0 1rem 0 0;
  max-width: 200px;
}

.l-sidebar-list-item ._newpost .l-sidebar-list-title {
  width: 55%;
  font-size: 1.5rem;
  line-height: 1.5;
}

.l-sidebar-list-item ._newpost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-sidebar-list a,
.l-sidebar-list-title a,
.l-sidebar-categories a,
.l-sidebar-tagcloud a {
  color: #333;
  -webkit-transition: 0.13s ease-in-out;
  transition: 0.13s ease-in-out;
}

.l-sidebar-list a:hover,
.l-sidebar-list-title a:hover,
.l-sidebar-categories a:hover,
.l-sidebar-tagcloud a:hover {
  color: #888;
}

.l-sidebar-tagcloud a {
  border: 1px solid #0361ca;
  background: #0361ca;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.l-sidebar-tagcloud a:hover {
  color: #0361ca;
  background: #ffffff;
}

.l-sidebar-tagcloud a::before {
  content: "#";
  margin-right: 3px;
}

.l-sidebar-list-date {
  color: #0361ca;
}

.wpp_content ul li {
  position: relative;
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wpp_content ul li::after {
  position: absolute;
  content: "01";
  display: block;
  width: 30px;
  height: 30px;
  background: #d0d1ea;
  color: #fff;
  top: 0;
  left: 0;
  text-align: center;
}

.wpp_content ul li:nth-child(2)::after {
  content: "02";
}

.wpp_content ul li:nth-child(3)::after {
  content: "03";
}

.wpp_content ul li .wpp-post-title {
  width: 55%;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #333;
}

.wpp_content ul li > a:first-child {
  width: 40%;
  margin-right: 1rem;
  max-width: 200px;
}

.l-sidebar-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-sidebar-categories .cat-item::before {
  content: "\f07b";
  color: #888;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
}
.l-sidebar-categories .cat-item::after {
  content: ",";
  margin-right: 10px;
}

.cta-btn a {
  color: #fff;
  background: #0693e3;
  display: block;
  max-width: 300px;
  text-align: center;
  margin: 20px auto 0;
  padding: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cta-btn a:hover {
  opacity: 0.7;
}

.l-pagination-heading {
  display: none;
}

.l-pagination {
  margin: 50px auto 0;
}

.l-pagination-heading {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 2.1rem;
  font-weight: 400;
}

.l-pagination-body {
  margin-top: 15px;
}

.l-pagination-archive-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-pagination-archive-body li {
  margin: 0 0.5em 0.5em 0;
  border: 1px solid #555;
}

.l-pagination-archive-body li a,
.l-pagination-archive-body li span {
  display: block;
  padding: 15px;
  font-size: 1.8rem;
  line-height: 1;
  border: none;
}

.l-pagination-archive-body li a {
  color: #333;
  -webkit-transition: 0.13s ease-in-out;
  transition: 0.13s ease-in-out;
}

.l-pagination-archive-body li a:hover {
  background: #555;
  color: #fff;
}

.l-pagination-archive-body li span {
  color: #555;
}

.l-pagination-archive-body li span.current {
  background: #555;
  color: #fff;
}

@media (min-width: 768px) {
  .l-pagination {
    max-width: 670px;
  }
}
#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 80px;
  background: #00A1E9;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
  z-index: 100;
}
#page_top:hover {
  background: #F2629F;
}
#page_top a {
  position: relative;
  display: block;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.l-footer {
  background-size: cover;
  position: relative;
}
.l-footer::before {
  background: url("../img/common/footer-asset.svg");
  background-size: unset;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  height: 110px;
  display: block;
  content: "";
}
.l-footer .l-logo img {
  max-width: 200px;
}
.l-footer ._banner-area {
  max-width: 800px;
  margin: 20px auto;
}
.l-footer ._banner-area ._item {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.l-footer ._banner-area ._item a {
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.l-footer ._banner-area ._item a:hover {
  opacity: 0.8;
}
.l-footer ._banner-area ._item a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.l-footer ._banner-area ._item a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.l-footer-inner {
  padding: 20px;
  background: #00a1e9;
}
.l-footer-inner ._official {
  margin-top: 20px;
}
.l-footer-inner ._official a {
  color: #fff;
  border: solid 1px #fff;
  padding: 10px 20px;
  font-weight: 900;
  background: #F2629F;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 10px #ffffff80;
  box-shadow: 0 5px 10px #ffffff80;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-footer-inner ._official a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  display: inline-block;
  padding-left: 5px;
}
.l-footer-inner ._official a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.l-footer_detail {
  color: #fff;
  margin-top: 30px;
  line-height: 1.4;
  font-size: 14px;
}

.l-footer-nav li {
  margin-top: 0.5em;
}

.l-footer-nav li a {
  -webkit-transition: 0.13s ease-in-out;
  transition: 0.13s ease-in-out;
}

.l-footer-nav li a {
  color: #fff;
  font-weight: 900;
}
.l-footer-nav li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  padding-left: 5px;
}
.l-footer-nav li a:hover {
  text-shadow: 0 0 10px #ffffff;
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}
.l-footer-nav li a:hover::after {
  margin-left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.l-footer-nav .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-footer-nav .sub-menu li {
  margin-left: 0px;
}

.l-footer-nav .sub-menu li::before {
  content: "-";
  display: inline-block;
  padding-right: 10px;
  color: #fff;
}

.copyright {
  font-size: 1.4rem;
  color: #fff;
  background: #555;
  text-align: center;
  padding: 10px 16px 100px;
}

@media (min-width: 768px) {
  .l-footer-nav {
    margin-top: 0;
  }

  .l-footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-logo-footer {
    width: 50%;
  }

  .l-footer-nav li {
    margin-top: 0;
    margin-bottom: 1em;
    margin-left: 2em;
    font-size: 1.4rem;
    text-align: left;
  }

  .l-footer-nav > li:first-child {
    margin-left: 0;
  }

  .l-footer_address {
    margin-top: 0px;
  }

  .copyright {
    padding: 10px 0;
  }
}
.l-burger {
  margin: 0 auto;
  width: 2.6em;
  font-size: 8px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-tap-highlight-color: transparent;
}
.l-burger.is-view {
  top: 20px;
}
.l-burger .l-burger-lines:after {
  left: 0;
  top: -1em;
}
.l-burger .l-burger-lines:before {
  left: 1em;
  top: 1em;
}
.l-burger:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 30%;
  bottom: 0;
  left: 0;
}
.l-burger .l-burger-lines {
  top: 40%;
  margin-top: -0.125em;
}
.l-burger .l-burger-lines, .l-burger .l-burger-lines:after, .l-burger .l-burger-lines:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 20px;
  border-radius: 0.2em;
  background-color: #fff;
  height: 0.3em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.l-burger .l-burger-lines:after {
  left: 0;
  top: -0.7em;
}
.l-burger .l-burger-lines:before {
  left: 0;
  top: 0.7em;
}

.l-burger.l-burger-squeeze .l-burger-lines, .l-burger.l-burger-squeeze .l-burger-lines:after, .l-burger.l-burger-squeeze .l-burger-lines:before {
  -webkit-transition: 0.2s top 0.2s, 0.1s left, 0.4s background-color 0.2s, 0.2s -webkit-transform;
  transition: 0.2s top 0.2s, 0.1s left, 0.4s background-color 0.2s, 0.2s -webkit-transform;
  transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
  transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s, 0.2s -webkit-transform;
}
.l-burger.l-burger-squeeze.is-open .l-burger-lines, .l-burger.l-burger-squeeze.is-open .l-burger-lines:after, .l-burger.l-burger-squeeze.is-open .l-burger-lines:before {
  -webkit-transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s -webkit-transform 0.15s;
  transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s -webkit-transform 0.15s;
  transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
  transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s, 0.2s -webkit-transform 0.15s;
}
.l-burger.l-burger-squeeze.is-open .l-burger-lines {
  background-color: transparent;
}
.l-burger.l-burger-squeeze.is-open .l-burger-lines:before, .l-burger.l-burger-squeeze.is-open .l-burger-lines:after {
  top: 0px;
}
.l-burger.l-burger-squeeze.is-open .l-burger-lines:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-burger.l-burger-squeeze.is-open .l-burger-lines:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-burger_text {
  margin-top: 25px;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 900;
}

@media (min-width: 768px) {
  .sp-nav {
    display: none;
  }
}
/**
* Project
*/
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  top: 50%;
  bottom: unset;
}

.p-mv-area {
  position: relative;
}
.p-mv-area ._bg-pc {
  display: none;
}
.p-mv-area ._bg-sp {
  display: block;
}
.p-mv-area .l-logo {
  text-align: center;
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 150px;
  background: #ffffff80;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  border-radius: 100%;
  padding: 20px;
}
.p-mv-area ._catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
.p-mv-area ._catch img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}
.p-mv-area ._catch ._fluid {
  width: 80%;
  height: 55vw;
  background: #00A1E9;
  -webkit-animation: fluidrotate 30s ease 0s infinite;
  animation: fluidrotate 30s ease 0s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  -webkit-box-shadow: 0 0 20px #fffc;
  box-shadow: 0 0 20px #fffc;
}
@-webkit-keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@media (min-width: 768px) {
  .p-mv-area ._bg-pc {
    display: block;
  }
  .p-mv-area ._bg-sp {
    display: none;
  }
  .p-mv-area .l-logo {
    top: 20px;
    left: 60px;
    -webkit-transform: unset;
    transform: unset;
    max-width: 180px;
  }
  .p-mv-area ._catch {
    max-width: 40vw;
  }
  .p-mv-area ._catch ._fluid {
    width: 80%;
    height: 30vw;
  }
}
.p-mv-area._page ._catch {
  top: unset;
  bottom: 10%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.p-mv-area._page ._catch ._name {
  text-align: center;
  background: #fffc;
  max-width: 250px;
  margin: 0 auto;
  padding: 20px 0;
  font-weight: 900;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .p-mv-area._page ._catch {
    top: 50%;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.p-home_leadbox {
  background: url("../img/top/lead-bg.svg");
  background-size: cover;
  background-position: center;
  padding: 30px;
  margin-top: -5px;
}
.p-home_leadbox ._text {
  font-weight: 900;
  font-size: 1.8rem;
  width: 50%;
  text-align: right;
  margin-right: 50px;
}
.p-home_leadbox ._image {
  max-width: 150px;
  width: 50%;
  margin-right: auto;
}

@media (min-width: 768px) {
  .p-home_leadbox ._text {
    font-size: 3rem;
    margin-top: 20px;
  }
  .p-home_leadbox ._image {
    max-width: 250px;
  }
}
.p-home_heading {
  font-size: 2.5rem;
}
.p-home_heading ._main {
  display: inline-block;
}
.p-home_heading ._sub {
  display: block;
  font-size: 0.9em;
}

.p-home_about {
  margin-top: 10px;
  margin-bottom: 50px;
}
.p-home_about ._about-intro ._image {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-home_about {
    margin-top: 1vw;
  }
  .p-home_about ._about-intro ._image {
    width: 35%;
    max-width: 350px;
    margin-right: 50px;
  }
  .p-home_about ._about-intro ._text {
    width: 60%;
    max-width: 600px;
  }
}
.p-home_campaign {
  background: #f6fbfe;
  padding: 40px 0;
}
.p-home_campaign .swiper-slide-next {
  opacity: 0.5;
}
.p-home_campaign .swiper-slide-prev {
  opacity: 0.5;
}
.p-home_campaign .swiper-slide {
  height: auto;
}
.p-home_campaign .swiper-container-horizontal > .swiper-pagination-bullets, .p-home_campaign .swiper-pagination-custom, .p-home_campaign .swiper-pagination-fraction {
  top: unset;
  bottom: 0;
}
.p-home_campaign ._content {
  overflow: hidden;
}
.p-home_campaign ._content .swiper-campaign_container {
  width: 100%;
  margin: 0 auto !important;
  overflow: visible !important;
  position: relative;
}
.p-home_campaign ._content ._title {
  font-weight: 700;
  font-size: 1.8rem;
  margin: 20px 0;
}
.p-home_campaign ._sub {
  display: block;
  text-align: center;
  font-weight: 100;
  font-size: 15px;
  color: #0361ca;
}
.p-home_campaign ._sub::before {
  content: "";
  height: 2px;
  width: 50px;
  background: #0361ca;
  display: block;
  margin: 5px auto 10px;
}

.p-mv-scroll {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  z-index: 4;
}

.p-mv-scroll #scloll_nav a {
  color: #fff;
}

.p-mv-scroll #scloll_nav {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100px;
}

.p-mv-scroll #scloll_nav .scloll {
  font-weight: 900;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.p-mv-scroll #scloll_nav .scloll p {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .p-mv-scroll #scloll_nav .scloll p {
    font-size: 1.3rem;
  }
}
.p-mv-scroll #scloll_nav .scloll ._border {
  overflow: hidden;
  position: relative;
  width: 10px;
  height: 40px;
  margin: 0 auto;
}

.p-mv-scroll #scloll_nav .scloll ._border::before {
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 40px;
  background: #ffffff;
  -webkit-animation: lineAniTop 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 1s infinite;
  animation: lineAniTop 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 1s infinite;
}

.p-mv-scroll a {
  margin: 0 auto;
}

@-webkit-keyframes lineAniTop {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  30% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  30.001% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  60% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes lineAniTop {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  30% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  30.001% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  60% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
.p-page_leadbox {
  position: relative;
  background: #00A1E9;
  color: #fff;
  padding: 20px;
}
.p-page_leadbox ._text {
  font-size: 2.5rem;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-page_leadbox ._asset-light {
  position: absolute;
  top: 0;
  right: 1vw;
  opacity: 0.5;
  max-width: 40px;
}

@media (min-width: 768px) {
  .p-page_leadbox ._text {
    font-size: 3rem;
  }
  .p-page_leadbox ._asset-light {
    position: absolute;
    top: 0;
    right: 10vw;
    max-width: 60px;
    opacity: 1;
  }
}
.p-about_greeting {
  background: #FFEC00;
  padding: 20px 0;
}
.p-about_greeting ._about-intro ._content {
  position: relative;
  border-radius: 20px;
}
.p-about_greeting ._about-intro ._content ._text {
  position: unset;
  padding: 25px 10px;
  background: #fff;
}
.p-about_greeting ._about-intro ._content ._text ._inner {
  max-width: 500px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
}
.p-about_greeting ._about-intro ._content ._text ._inner ._sign {
  max-width: 45vw;
  margin-top: 30px;
  position: absolute;
  top: 20px;
}

@media (min-width: 768px) {
  .p-about_greeting ._about-intro ._content ._text {
    position: absolute;
    top: 30px;
    left: -30px;
    padding: 15px;
    background: -webkit-gradient(linear, left top, right top, color-stop(80%, #fff), to(#ffffffb3));
    background: -webkit-linear-gradient(left, #fff 80%, #ffffffb3);
    background: linear-gradient(to right, #fff 80%, #ffffffb3);
    -webkit-box-shadow: 10px 10px 40px #aaa45f80;
    box-shadow: 10px 10px 40px #aaa45f80;
  }
  .p-about_greeting ._about-intro ._content ._text ._inner ._sign {
    max-width: 200px;
    position: unset;
    top: unset;
  }
}
.p-about-history {
  max-width: 650px;
  margin: 0 auto 50px;
}
.p-about-history ._inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}
.p-about-history ._inner dl dt {
  width: 100px;
  font-weight: 900;
}
.p-about-history ._inner dl dd {
  width: calc(100% - 100px);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-about-history ._inner dl dt {
    width: 150px;
  }
  .p-about-history ._inner dl dd {
    width: calc(100% - 150px);
  }
}
.p-about-works {
  max-width: 650px;
  margin: 0 auto 50px;
}
.p-about-works ._inner ._content {
  margin-bottom: 20px;
}
.p-about-works ._inner ._content h3 {
  background: #00A1E9;
  color: #ffffff;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.p-about-works ._inner ._content ul {
  margin-left: 1em;
}
.p-about-works ._inner ._content ul li {
  list-style: disc;
}

.p-company-table {
  display: block;
}
.p-company-table tbody,
.p-company-table tr,
.p-company-table th,
.p-company-table td {
  display: block;
}
.p-company-table tr {
  margin-top: 1em;
}
.p-company-table th,
.p-company-table td {
  vertical-align: top;
}
.p-company-table th {
  white-space: pre;
  text-align: left;
}
.p-company-table td {
  margin-top: 0.5em;
}
.p-company-table td ._google-map-link {
  color: #6bc9fc;
  -webkit-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}
.p-company-table td ._google-map-link:hover {
  color: #009dff;
}

@media (min-width: 992px) {
  .p-company-table-wrapper {
    max-width: 750px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-company-table {
    display: table;
  }
  .p-company-table tbody {
    display: table;
  }
  .p-company-table tr {
    display: table-row;
    margin-top: 1em;
  }
  .p-company-table th,
.p-company-table td {
    display: table-cell;
    padding: 20px;
  }
  .p-company-table th {
    text-align: right;
  }
}
.p-company_heading {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 3.4rem;
  text-align: center;
  font-weight: 600;
  color: #575757;
  text-shadow: #fff 0px 1px 0px, #fff 1px 0px 0px, #fff 1px 1px 0px, #fff 0px -1px 0px, #fff -1px 0px 0px, #fff -1px -1px 0px, #fff 1px -1px 0px, #fff -1px 1px 0px;
}

.p-company_inner {
  background: #fff;
  padding: 40px 20px;
}

.p-company_inner_header ._heading {
  padding: 24px 0;
}
.p-company_inner_header ._heading::after {
  content: "- 会社概要 -";
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
}

.p-company_inner_content {
  max-width: 650px;
  margin: 30px auto 0;
}

.p-company_inner_table {
  margin: 0 20px;
}
.p-company_inner_table table {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.p-company_inner_table table tr {
  padding: 20px 0;
  display: block;
  border-bottom: solid 1px #ccc;
}
.p-company_inner_table table th {
  text-align: left;
  width: 120px;
}
.p-company_inner_table table td {
  width: calc(100% - 120px);
}

@media (min-width: 768px) {
  .p-company_inner {
    margin: 50px 5% 0px;
  }
}
.p-company_history_table {
  margin: 0 20px;
}
.p-company_history_table table {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 50px;
}
.p-company_history_table table tr {
  padding: 20px 0;
  display: block;
  border-bottom: solid 1px #ccc;
}
.p-company_history_table table th {
  text-align: center;
  width: 100px;
  vertical-align: middle;
  display: block;
  background: #eee;
}
.p-company_history_table table td {
  width: calc(100% - 100px);
  vertical-align: top;
}

.p-company_history_header ._heading {
  padding: 24px 0;
}
.p-company_history_header ._heading::after {
  content: "- 沿革 -";
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
}

.p-contact {
  max-width: 800px;
  margin: 0 auto;
}
.p-contact ._lead {
  text-align: center;
}
.p-contact ._lead ._lead_h2 {
  margin-bottom: 10px;
  padding: 10px;
  color: #fff;
  background: -webkit-linear-gradient(315deg, #46c4d8 5%, #468dd8 5%, #468dd8 95%, #46c4d8 95%);
  background: linear-gradient(135deg, #46c4d8 5%, #468dd8 5%, #468dd8 95%, #46c4d8 95%);
}
.p-contact ._caution {
  color: red;
  font-weight: 900;
}

.p-contact .acd-check {
  display: none;
}

.p-contact .acd-label {
  background: #0361ca;
  color: #fff;
  display: block;
  margin: 20px auto 5px;
  padding: 10px;
  text-align: center;
  font-weight: 900;
  max-width: 200px;
  border-radius: 10px;
}

.p-contact .acd-content {
  border: 1px solid #333;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}

.p-contact .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.p-contact-rent {
  margin-top: 24px;
}
.p-contact-rent h3 {
  border-left: solid 4px #0361ca;
  color: #0361ca;
  margin: 0 0 20px;
  font-size: 2.4rem;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}
.p-contact-rent ._condition ._box {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #ccc;
}
.p-contact-rent ._condition ._item {
  margin-bottom: 20px;
}
.p-contact-rent ._condition ._item h4 {
  padding: 5px;
  -webkit-box-shadow: 1px 1px 5px #0003;
  box-shadow: 1px 1px 5px #0003;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.p-contact-rent ._condition ._item ._number {
  background: #00859b;
  color: #fff;
  padding: 10px;
  font-weight: 900;
  margin-right: 10px;
  font-size: 2.4rem;
}
.p-contact-rent ._condition ._item ._text-content {
  padding: 10px;
}
.p-contact-rent ._condition ._item p::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  color: #0361ca;
}

.p-contact-cta {
  color: #fff;
  background: #53b9af;
  font-weight: 900;
  font-size: 2rem;
  padding: 5px;
  margin-bottom: 10px;
  border: solid 3px #ffffff;
  -webkit-box-shadow: 0 0 3px #0361ca;
  box-shadow: 0 0 3px #0361ca;
}

.p-common-heading {
  font-size: 2.5rem;
}
.p-common-heading ._sub {
  display: block;
  letter-spacing: 2px;
}
.p-common-heading ._border {
  content: "";
  display: block;
  height: 2px;
  width: 70px;
  background: #00A1E9;
  margin: 5px auto 0;
}

.p-common-accent-bg {
  background-size: 100% !important;
  background-attachment: unset !important;
  background-position: unset !important;
  background-repeat: no-repeat !important;
  height: 30vw;
}
.p-common-accent-bg._about-bg-img {
  background: url("../img/about/shop.jpg");
}
.p-common-accent-bg.interview-terukia-bg-img {
  background: url("../img/interview/terukina-san/interview-common-bg-terukina-san.jpg");
}
.p-common-accent-bg.interview-namizato-bg-img {
  background: url("../img/interview/namizato-san/interview-common-bg-namizato-san.jpg");
}
.p-common-accent-bg.interview-kinjo-bg-img {
  background: url("../img/interview/kinjo-san/interview-common-bg-kinjo-san.jpg");
}
.p-common-accent-bg.interview-tanahara-bg-img {
  background: url("../img/interview/tanahara-san/interview-common-bg-tanahara-san.jpg");
}

@media (min-width: 768px) {
  .p-common-accent-bg {
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: bottom !important;
    height: 200px;
  }
}
.p-common-recruit {
  background: #00A1E9;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
.p-common-recruit .p-common_recruit-heading {
  font-size: 2.5rem;
}
.p-common-recruit .p-common_recruit-heading ._main {
  display: inline-block;
}
.p-common-recruit .p-common_recruit-heading ._sub {
  display: block;
  letter-spacing: 2px;
}
.p-common-recruit .c-button {
  background: #F2629F;
  border: #F2629F;
  border-radius: 20px;
  max-width: 200px;
}
.p-common-recruit .c-button:hover {
  color: #F2629F;
}
.p-common-recruit ._common-recruit-intro ._text {
  position: relative;
}
.p-common-recruit ._common-recruit-intro ._text ._asset-book {
  width: 100%;
  max-width: 60px;
  position: absolute;
  top: 5%;
  bottom: unset;
  right: 0;
}
.p-common-recruit ._common-recruit-intro ._image a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.p-common-recruit ._common-recruit-intro ._image a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.p-common-recruit ._common-recruit-intro ._image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

@media (min-width: 768px) {
  .p-common-recruit ._common-recruit-intro ._image {
    width: 50%;
  }
  .p-common-recruit ._common-recruit-intro ._text {
    width: 50%;
  }
  .p-common-recruit ._common-recruit-intro ._text ._asset-book {
    top: unset;
    bottom: -30%;
    right: 10%;
  }
}
.p-home-interview {
  background: #FFEC00;
  color: #000;
  padding: 20px 0;
  position: relative;
  overflow: hidden !important;
}
.p-home-interview .p-home-interview-heading {
  font-size: 2.5rem;
}
.p-home-interview .p-home-interview-heading ._main {
  display: inline-block;
}
.p-home-interview .p-home-interview-heading ._sub {
  display: block;
  letter-spacing: 2px;
}
.p-home-interview .c-button {
  background: #00A1E9;
  border: #00A1E9;
  border-radius: 20px;
  max-width: 200px;
}
.p-home-interview .c-button:hover {
  color: #00A1E9;
}
.p-home-interview ._home-interview-intro ._text {
  position: relative;
}
.p-home-interview ._home-interview-intro ._text ._asset-light {
  width: 100%;
  max-width: 60px;
  position: absolute;
  top: -20px;
  bottom: unset;
  right: 3%;
}
.p-home-interview ._home-interview-intro ._text ._asset-camera {
  width: 100%;
  max-width: 60px;
  position: absolute;
  top: 10%;
  bottom: unset;
  right: unset;
  left: 3%;
}
.p-home-interview ._home-interview-intro ._image {
  overflow: hidden;
}
.p-home-interview ._home-interview-intro ._image a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.p-home-interview ._home-interview-intro ._image a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.p-home-interview ._home-interview-intro ._image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.p-home-interview ._home-interview-intro ._image ._content {
  font-size: 1.4rem;
  font-weight: 900;
  color: #00A1E9;
}
.p-home-interview ._home-interview-intro ._image ._content ._department {
  margin-top: 10px;
  background: #00A1E9;
  color: #fff;
  padding: 0px 5px;
  display: inline-block;
}
.p-home-interview ._home-interview-intro ._image ._content ._name_en {
  margin-top: 5px;
}
.p-home-interview ._home-interview-intro ._image ._content ._name_ja {
  margin-top: 5px;
}

.swiper-pointer-events {
  overflow: hidden;
}

@media (min-width: 768px) {
  .p-home-interview ._home-interview-intro ._image {
    width: 50%;
  }
  .p-home-interview ._home-interview-intro ._text {
    width: 50%;
  }
  .p-home-interview ._home-interview-intro ._text ._asset-light {
    top: -20px;
    bottom: unset;
    right: 10%;
  }
  .p-home-interview ._home-interview-intro ._text ._asset-camera {
    top: unset;
    bottom: 0%;
    right: 10%;
    left: unset;
  }
}
.p-common-entry {
  background: url("../img/common/entry-bg.jpg");
  background-size: cover;
  padding: 20px 0;
  position: relative;
}
.p-common-entry .p-common_entry-heading {
  font-size: 2.5rem;
  color: #F2629F;
}
.p-common-entry .p-common_entry-heading ._main {
  display: inline-block;
}
.p-common-entry .p-common_entry-heading ._sub {
  display: block;
  letter-spacing: 2px;
}
.p-common-entry .c-button {
  background: -webkit-linear-gradient(315deg, #00A1E9 70%, #4af1ff);
  background: linear-gradient(135deg, #00A1E9 70%, #4af1ff);
  border: solid 1px #fff;
  border-radius: 10px;
  max-width: 300px;
  font-size: 2rem;
  -webkit-box-shadow: 0 5px 5px #5f99b480;
  box-shadow: 0 5px 5px #5f99b480;
}
.p-common-entry .c-button:hover {
  color: #00A1E9;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #00A1E9;
}
.p-common-entry ._lead {
  text-align: center;
  font-weight: 900;
  font-size: 2.5rem;
  color: #00A1E9;
}
.p-common-entry ._common-entry-intro {
  margin-top: 20px;
}
.p-common-entry ._common-entry-intro ._text {
  position: relative;
}
.p-common-entry ._common-entry-intro ._image {
  text-align: center;
}
.p-common-entry ._common-entry-intro ._image img {
  max-width: 300px;
}

@media (min-width: 768px) {
  .p-common-entry ._common-entry-intro {
    margin-top: 50px;
  }
  .p-common-entry ._common-entry-intro ._image {
    width: calc(50% - 10px);
  }
  .p-common-entry ._common-entry-intro ._text {
    width: calc(50% - 10px);
  }
}
.p-common-company {
  background: url("../img/common/company-bg.jpg");
  background-size: cover;
  padding: 20px 0;
  position: relative;
  margin-top: 50px;
}
.p-common-company .p-common_company-heading {
  font-size: 2.5rem;
}
.p-common-company .p-common_company-heading ._sub {
  display: block;
  letter-spacing: 2px;
}
.p-common-company .c-button {
  background: #F2629F;
  border: solid 1px #fff;
}
.p-common-company .c-button:hover {
  color: #F2629F;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #F2629F;
}
.p-common-company ._common-company-intro {
  margin-top: 20px;
}
.p-common-company ._common-company-intro ._text table tr {
  padding: 10px 0;
  font-size: 1.4rem;
  display: block;
  border-bottom: solid 1px #ccc;
}
.p-common-company ._common-company-intro ._text table th {
  text-align: left;
  width: 120px;
}
.p-common-company ._common-company-intro ._text table td {
  width: calc(100% - 120px);
}
.p-common-company ._common-company-intro ._image {
  text-align: center;
}
.p-common-company ._common-company-intro ._image img {
  max-width: 300px;
}

@media (min-width: 768px) {
  .p-common-company ._common-company-intro {
    margin-top: 50px;
  }
  .p-common-company ._common-company-intro ._image {
    width: calc(50% - 10px);
  }
  .p-common-company ._common-company-intro ._text {
    width: calc(50% - 10px);
  }
}
.p-entry .p-entry-inner ._item {
  margin: 50px auto;
}
.p-entry .p-entry-inner ._item ._text {
  margin-top: 50px;
}
.p-entry .p-entry-inner ._item ._text h3 {
  border-left: solid 3px #00a1e9;
  padding-left: 10px;
  margin-bottom: 1em;
}

.p-guidelines ._inner-link > div {
  width: 48%;
}
.p-guidelines ._item {
  margin: 50px auto;
  padding: 50px 20px;
  border: solid 1px #ccc;
  border-radius: 10px;
}
.p-guidelines table {
  max-width: 500px;
  margin: 0 auto;
}
.p-guidelines table tr {
  padding: 10px 0;
  font-size: 1.4rem;
  display: block;
  border-bottom: solid 1px #ccc;
}
.p-guidelines table tr th {
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
  background: #555;
  color: #fff;
  display: block;
}
.p-guidelines table tr td {
  width: 100%;
  display: block;
}
.p-guidelines .external-link {
  color: #009dff;
  border-bottom: solid 1px #009dff;
  font-weight: 900;
  margin: 0 5px;
}
.p-guidelines .external-link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  display: inline-block;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .p-guidelines table tr th {
    text-align: left;
    width: 120px;
    display: table-cell;
    margin-bottom: 0;
    background: none;
    color: inherit;
  }
  .p-guidelines table tr td {
    width: calc(100% - 120px);
    display: table-cell;
  }
}
.p-page_leadbox {
  position: relative;
  background: #00A1E9;
  color: #fff;
  padding: 20px;
}
.p-page_leadbox ._text {
  font-size: 2rem;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-page_leadbox ._asset-light {
  position: absolute;
  top: 0;
  right: 1vw;
  opacity: 0.5;
  max-width: 40px;
}

@media (min-width: 768px) {
  .p-page_leadbox ._text {
    font-size: 3rem;
  }
  .p-page_leadbox ._asset-light {
    position: absolute;
    top: 0;
    right: 10vw;
    max-width: 60px;
    opacity: 1;
  }
}
.p-common-interview-list {
  background: #FFEC00;
  color: #000;
  padding: 20px 0;
  position: relative;
}
.p-common-interview-list ._inner {
  width: calc(50% - 5px);
  margin-bottom: 40px;
}
.p-common-interview-list ._inner ._content {
  font-size: 1.4rem;
  font-weight: 900;
  color: #00A1E9;
}
.p-common-interview-list ._inner ._content ._department {
  margin-top: 10px;
  background: #00A1E9;
  color: #fff;
  padding: 0px 5px;
  display: inline-block;
}
.p-common-interview-list ._inner ._content ._name_en {
  margin-top: 5px;
}
.p-common-interview-list ._inner ._content ._name_ja {
  margin-top: 5px;
}
.p-common-interview-list ._inner ._content .c-button {
  background: #F2629F;
  border: solid 1px #fff;
}
.p-common-interview-list ._inner ._content .c-button:hover {
  background: #fff;
  color: #F2629F;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #F2629F;
}

@media (min-width: 768px) {
  .p-common-interview-list ._inner {
    width: calc(25% - 10px);
    margin-bottom: 0px;
  }
}
.p-interview {
  background: #FFEC00;
  padding: 20px 0;
}
.p-interview-single_inner {
  background: #FFEC00;
}
.p-interview-single_inner ._content {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 50px 0;
}
.p-interview-single_inner ._content ._profile {
  margin-left: 0;
  margin-bottom: 20px;
  width: 60%;
}
.p-interview-single_inner ._content ._detail ._department {
  margin-top: 10px;
  background: #00A1E9;
  color: #fff;
  padding: 0px 5px;
  display: inline-block;
}
.p-interview-single_inner ._content ._detail ._name_ja {
  font-weight: 900;
  margin-top: 0px;
  font-size: 3rem;
}
.p-interview-single_inner ._content ._detail ._name_en {
  margin-top: 5px;
}
.p-interview-single_inner ._content ._detail ._description {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .p-interview-single_inner ._content ._profile {
    width: 25%;
    margin-left: 20px;
    margin-bottom: 0;
  }
  .p-interview-single_inner ._content ._detail {
    width: 70%;
  }
}
.p-interview-single_talk {
  padding: 50px 0;
}
.p-interview-single_talk .chat-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-interview-single_talk .chat-right ._icon {
  margin-left: 20px;
}
.p-interview-single_talk .chat-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-interview-single_talk .chat-left ._icon {
  margin-right: 20px;
}
.p-interview-single_talk ._icon {
  width: 60px;
}
.p-interview-single_talk ._icon ._name {
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
}
.p-interview-single_talk .balloon-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  color: #555;
  font-size: 14px;
  line-height: 1.4;
  background: #FFF;
  border: solid 1px #555;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 60px);
  min-height: 50px;
}
.p-interview-single_talk .balloon-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}
.p-interview-single_talk .balloon-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}
.p-interview-single_talk .balloon-right p {
  margin: 0;
  padding: 0;
}
.p-interview-single_talk .balloon-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  color: #555;
  font-size: 14px;
  line-height: 1.4;
  background: #FFF;
  border: solid 1px #00A1E9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  width: calc(100% - 60px);
  min-height: 50px;
}
.p-interview-single_talk .balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.p-interview-single_talk .balloon-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #00A1E9;
  z-index: 1;
}
.p-interview-single_talk .balloon-left p {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .p-interview-single_talk {
    padding: 50px 0;
  }
  .p-interview-single_talk .chat-right ._icon {
    margin-left: 20px;
  }
  .p-interview-single_talk .chat-left ._icon {
    margin-right: 20px;
  }
  .p-interview-single_talk ._icon {
    width: 100px;
  }
  .p-interview-single_talk ._icon ._name {
    font-size: 13px;
  }
  .p-interview-single_talk .balloon-right {
    width: calc(100% - 100px);
  }
  .p-interview-single_talk .balloon-left {
    width: calc(100% - 100px);
  }
}
.l-privacy {
  max-width: 700px;
}
.l-privacy h3 {
  border-bottom: solid 1px #0560ca;
}

.p-service {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.p-service ._image {
  height: 70vw;
  max-height: 550px;
  width: 100%;
}
.p-service ._image._image01 {
  background: url("../img/top/service01.jpg");
  background-size: cover;
  background-attachment: unset;
}
.p-service ._image._image02 {
  background: url("../img/top/service02.jpg");
  background-size: cover;
  background-attachment: unset;
}
.p-service ._image._image03 {
  background: url("../img/top/service03.jpg");
  background-size: cover;
  background-attachment: unset;
}
.p-service ._image._image04 {
  background: url("../img/top/service04.jpg");
  background-size: cover;
  background-attachment: unset;
}
.p-service ._image._image05 {
  background: url("../img/top/service05.jpg");
  background-size: cover;
  background-attachment: unset;
}
.p-service ._image._image06 {
  background: url("../img/top/service06.jpg");
  background-size: cover;
  background-attachment: unset;
}
.p-service ._numbers {
  color: #fff;
  background: #0361ca;
  font-size: 3rem;
  display: inline-block;
  padding: 0 10px;
}
.p-service ._title {
  margin-top: 20px;
  font-weight: 900;
  font-weight: 900;
  border-left: solid 3px #0361ca;
  padding-left: 10px;
}
.p-service ._sub_titile {
  font-weight: 900;
  display: inline-block;
  color: #fff;
  background: #77736f;
  padding: 0 10px;
}
.p-service ._text {
  text-align: left;
}
.p-service ._price {
  color: red;
  font-weight: 900;
}

.p-service_pricelist {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.p-service_pricelist table {
  width: 100%;
  margin: 0 auto;
}
.p-service_pricelist table tr {
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #ccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-service_pricelist table th {
  text-align: left;
  width: 100%;
}

@media (min-width: 768px) {
  .p-service ._image {
    height: 100vw;
    width: 100%;
    max-height: 800px;
  }
  .p-service ._image._image01,
.p-service ._image._image02,
.p-service ._image._image03,
.p-service ._image._image04,
.p-service ._image._image05,
.p-service ._image._image06 {
    background-attachment: fixed;
  }
  .p-service ._text {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 50px;
    max-width: 700px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
  }
}
.p-shop-table {
  display: block;
}
.p-shop-table tbody,
.p-shop-table tr,
.p-shop-table th,
.p-shop-table td {
  display: block;
}
.p-shop-table tr {
  margin-top: 1em;
}
.p-shop-table th,
.p-shop-table td {
  vertical-align: top;
}
.p-shop-table th {
  white-space: pre;
  text-align: left;
}
.p-shop-table td {
  margin-top: 0.5em;
}
.p-shop-table td ._google-map-link {
  color: #6bc9fc;
  -webkit-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}
.p-shop-table td ._google-map-link:hover {
  color: #009dff;
}

@media (min-width: 992px) {
  .p-shop-table-wrapper {
    max-width: 750px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-shop-table {
    display: table;
  }
  .p-shop-table tbody {
    display: table;
  }
  .p-shop-table tr {
    display: table-row;
    margin-top: 1em;
  }
  .p-shop-table th,
.p-shop-table td {
    display: table-cell;
    padding: 20px;
  }
  .p-shop-table th {
    text-align: right;
  }
}
.p-shop_heading {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 3.4rem;
  text-align: center;
  font-weight: 600;
  color: #575757;
  text-shadow: #fff 0px 1px 0px, #fff 1px 0px 0px, #fff 1px 1px 0px, #fff 0px -1px 0px, #fff -1px 0px 0px, #fff -1px -1px 0px, #fff 1px -1px 0px, #fff -1px 1px 0px;
}

.p-shop_inner {
  background: #fff;
  padding: 40px 20px;
}

.p-shop_inner_header ._heading {
  padding: 24px 0;
}
.p-shop_inner_header ._heading::after {
  content: "- 会社概要 -";
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
}

.p-shop_inner_content {
  max-width: 800px;
  margin: 30px auto 0;
}

.p-shop_inner_table {
  margin: 0 10px;
}
.p-shop_inner_table ._item {
  margin-bottom: 20px;
}
.p-shop_inner_table h3 {
  color: #fff;
  background: -webkit-linear-gradient(315deg, #74b4f5 10%, #3c88d6 10%);
  background: linear-gradient(135deg, #74b4f5 10%, #3c88d6 10%);
  margin-bottom: 10px;
  padding: 5px 10px;
  text-align: center;
}
.p-shop_inner_table table {
  width: 100%;
  margin: 0 auto;
}
.p-shop_inner_table table tr {
  padding: 20px 0;
  display: block;
  border-bottom: solid 1px #ccc;
}
.p-shop_inner_table table th {
  text-align: left;
  width: 90px;
}
.p-shop_inner_table table td {
  width: calc(100% - 120px);
}

@media (min-width: 768px) {
  .p-shop_inner {
    margin: 50px 5% 0px;
  }

  .p-shop_inner_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-shop_inner_table {
    width: calc(50% - 20px);
  }
}
/**
* Object
*  ├ Component
*  ├ Project
*  └ Utility
*/
.c-button {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  color: #fff;
  border: solid 1px #00A1E9;
  background: #00A1E9;
  font-size: 1.4rem;
  padding: 10px 15px;
  text-align: center;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  font-weight: 900;
  border-radius: 20px;
  max-width: 200px;
}

.c-button:hover {
  color: #00A1E9;
  background: #fff;
}

.c-button-inner {
  position: absolute;
  width: 220px;
  padding-top: 1px;
  margin-left: 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-button-inner::before,
.c-button-inner::after {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-button-inner::after {
  content: "click!";
  opacity: 0;
  letter-spacing: 0.12em;
  font-family: "Varela Round";
}

.c-button:hover .c-button-inner {
  margin-left: -62px;
}

.c-button:hover .c-button-inner::before {
  opacity: 0;
}

.c-button:hover .c-button-inner::after {
  opacity: 1;
}

.c-button-clients {
  width: 185px;
  background-image: -webkit-gradient(linear, left top, right top, from(#79e342), to(#4ae3a3));
  background-image: -webkit-linear-gradient(left, #79e342 0%, #4ae3a3 100%);
  background-image: linear-gradient(to right, #79e342 0%, #4ae3a3 100%);
  -webkit-box-shadow: 0px 4px 10px rgba(105, 169, 74, 0.5);
  box-shadow: 0px 4px 10px rgba(105, 169, 74, 0.5);
}

.c-button-clients:hover {
  -webkit-box-shadow: 0px 4px 5px rgba(105, 169, 74, 0.5);
  box-shadow: 0px 4px 5px rgba(105, 169, 74, 0.5);
}

.c-button-clients .c-button-inner::before {
  content: "メールでお問い合わせ";
}

.c-button-clients:hover .c-button-inner {
  margin-left: -68px;
}

.c-cta {
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fffffff2), to(#ffffff8f)), url("../img/common/drop-of-water.jpg");
  background: -webkit-linear-gradient(top, #fffffff2 10%, #ffffff8f), url("../img/common/drop-of-water.jpg");
  background: linear-gradient(to bottom, #fffffff2 10%, #ffffff8f), url("../img/common/drop-of-water.jpg");
  background-size: cover;
  background-position: center;
  padding: 10px;
  margin: 0 auto;
}
.c-cta .p-home_heading {
  color: #000;
}
.c-cta ._hour {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 20px;
}

.c-cta-inner {
  margin: 10px;
  max-width: 800px;
  padding: 20px 10px;
  background: -webkit-linear-gradient(150deg, #b8e5ff4d, #ffffffbf, #a6dfff17);
  background: linear-gradient(300deg, #b8e5ff4d, #ffffffbf, #a6dfff17);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px #032b6240;
  box-shadow: 0 0 5px #032b6240;
}

.c-cta-cv ._btn {
  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;
}

.c-cta-cv a {
  display: block;
  color: #fff;
  font-weight: 900;
  background: #00a3ff;
  margin: unset;
  width: 200px;
  font-size: 2rem;
  padding: 10px 15px;
  text-align: center;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px #5757574d;
  box-shadow: 0px 2px 5px #5757574d;
}

@media (min-width: 768px) {
  .c-cta-cv a {
    margin: 0 auto;
    width: 300px;
  }
}
.c-cta-cv a:hover {
  color: #fff;
  opacity: 0.5;
  -webkit-box-shadow: 0px 0px 10px #fff;
  box-shadow: 0px 0px 10px #fff;
}

a._phone-icon {
  width: 45px;
  margin-right: 10px !important;
}

.c-cta-cv .fas.fa-phone {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  .c-cta {
    padding: 60px 20px;
  }

  .c-cta-inner {
    margin: 0 auto;
  }

  .c-cta-inner > div {
    text-align: center;
  }

  .c-cta-cv ._btn {
    display: block;
  }
}
.c-label {
  background: #0e78c0;
  color: #fff;
  display: block;
  padding: 0 10px;
  margin-bottom: 10px;
}

.c-required::after {
  content: "必須";
  position: relative;
  top: 0;
  color: #fff;
  background: #ff0000;
  font-size: 0.8em;
  padding: 2px 5px;
  margin-left: 10px;
  font-weight: 900;
}

.p-apply-item:nth-child(n+2) {
  margin-top: 24px;
}

.p-apply_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 56px;
}

.is-fontsize-normal .c-label {
  font-size: 1.4rem;
}
.is-fontsize-normal input,
.is-fontsize-normal textarea,
.is-fontsize-normal select {
  font-size: 1.4rem;
}
.is-fontsize-normal .c-radio,
.is-fontsize-normal .c-checkbox {
  font-size: 1.4rem;
  padding: 2px 2px 2px 24px;
}

.is-fontsize-small .c-label {
  font-size: 1.4rem;
}
.is-fontsize-small input,
.is-fontsize-small textarea,
.is-fontsize-small select {
  font-size: 1.2rem;
}
.is-fontsize-small .c-radio,
.is-fontsize-small .c-checkbox {
  font-size: 1.2rem;
  padding: 2px 2px 2px 24px;
}

.c-input,
.c-select select,
.c-textarea {
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}

.c-input,
.c-textarea {
  background-color: #fff;
  border-color: #dbdbdb;
  color: #363636;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
  -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-input:focus,
.c-textarea:focus,
.c-select:focus {
  outline: none;
  border-color: #25bf72;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 12px rgba(140, 220, 224, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 12px rgba(140, 220, 224, 0.5);
}

/**
 * radio, checkbox
 */
.c-control-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.c-control-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.c-control-checkbox label {
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 0 12px;
}

.c-radio,
.c-checkbox {
  position: relative;
  padding: 2px 2px 2px 1.8em;
  margin-right: 0.5em;
  cursor: pointer;
}

.c-radio:hover {
  color: #333;
}

.c-radio input,
.c-checkbox input {
  display: none;
}

.c-checkbox:hover .c-checkbox-inner::before {
  border-color: #9e9e9e;
}

.c-checkbox-inner::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-checkbox input:checked + .c-checkbox-inner::before {
  content: "";
  border: 8px solid #00b89c;
}

.c-checkbox input + .c-checkbox-inner::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 12px;
  left: 4px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  visibility: hidden;
}

.c-checkbox input:checked + .c-checkbox-inner::after {
  -webkit-animation: checkbox 0.15s ease 0.15s 1 normal forwards;
  animation: checkbox 0.15s ease 0.15s 1 normal forwards;
}

@-webkit-keyframes checkbox {
  0% {
    visibility: visible;
    width: 0;
    height: 0;
  }
  40% {
    width: 0;
    height: 8px;
  }
  100% {
    visibility: visible;
    width: 10px;
    height: 7px;
  }
}

@keyframes checkbox {
  0% {
    visibility: visible;
    width: 0;
    height: 0;
  }
  40% {
    width: 0;
    height: 8px;
  }
  100% {
    visibility: visible;
    width: 10px;
    height: 7px;
  }
}
.c-radio:hover .c-radio-inner::before {
  border-color: #9E9E9E;
}

.c-radio-inner::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 6px;
  left: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #cdcdcd;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-radio input:checked + .c-radio-inner::before {
  border: 2px solid #00b89c;
}

.c-radio-inner::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 6px;
  width: 10px;
  height: 10px;
  background-color: #00b89c;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.c-radio input:checked + .c-radio-inner::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.c-input.is-validate-danger {
  border-color: #ff3860;
}
.c-input.is-validate-success {
  border-color: #23d160;
}

.c-form-policy {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 200px;
  border: 1px solid #dbdbdb;
  font-size: 1.4rem;
}

.c-form-policy-container {
  padding: 15px 15px 15px 15px;
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2) inset;
}

.c-form-policy ._title {
  font-size: 1.6rem;
  font-weight: 700;
}
.c-form-policy ._heading {
  font-weight: 700;
}
.c-form-policy ._list {
  list-style: disc;
  line-height: 1.8;
  margin-top: 1em;
}
.c-form-policy ._list li {
  list-style: disc;
  margin-left: 1.5em;
}
.c-form-policy ._list li:first-child {
  margin-top: 0;
}
.c-form-policy ._list._decimal li {
  list-style: decimal;
}

/*
 * WordPress
 * Contact Form 7 add confirm
 */
.c-control .wpcf7c-conf {
  background-color: #fff !important;
  color: #505050 !important;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.c-control .wpcf7c-conf input:-internal-autofill-selected {
  background-color: #fff !important;
}

.p-contact-input .c-textarea.wpcf7c-conf {
  border: 1px solid #dbdbdb !important;
  border-radius: 4px;
  background: #fff;
}

.c-col {
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.c-grid.is-mobile > .c-col.is-narrow {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.c-grid.is-mobile > .c-col.is-full {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}

.c-grid.is-mobile > .c-col.is-three-quarters {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 75%;
}

.c-grid.is-mobile > .c-col.is-two-thirds {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 66.6666%;
}

.c-grid.is-mobile > .c-col.is-half {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
}

.c-grid.is-mobile > .c-col.is-one-third {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.3333%;
}

.c-grid.is-mobile > .c-col.is-one-quarter {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%;
}

.c-grid.is-mobile > .c-col.is-one-fifth {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 20%;
}

.c-grid.is-mobile > .c-col.is-two-fifths {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 40%;
}

.c-grid.is-mobile > .c-col.is-three-fifths {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 60%;
}

.c-grid.is-mobile > .c-col.is-four-fifths {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 80%;
}

.c-grid.is-mobile > .c-col.is-offset-three-quarters {
  margin-left: 75%;
}

.c-grid.is-mobile > .c-col.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.c-grid.is-mobile > .c-col.is-offset-half {
  margin-left: 50%;
}

.c-grid.is-mobile > .c-col.is-offset-one-third {
  margin-left: 33.3333%;
}

.c-grid.is-mobile > .c-col.is-offset-one-quarter {
  margin-left: 25%;
}

.c-grid.is-mobile > .c-col.is-offset-one-fifth {
  margin-left: 20%;
}

.c-grid.is-mobile > .c-col.is-offset-two-fifths {
  margin-left: 40%;
}

.c-grid.is-mobile > .c-col.is-offset-three-fifths {
  margin-left: 60%;
}

.c-grid.is-mobile > .c-col.is-offset-four-fifths {
  margin-left: 80%;
}

.c-grid.is-mobile > .c-col.is-1 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 8.33333%;
}

.c-grid.is-mobile > .c-col.is-offset-1 {
  margin-left: 8.33333%;
}

.c-grid.is-mobile > .c-col.is-2 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16.66667%;
}

.c-grid.is-mobile > .c-col.is-offset-2 {
  margin-left: 16.66667%;
}

.c-grid.is-mobile > .c-col.is-3 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%;
}

.c-grid.is-mobile > .c-col.is-offset-3 {
  margin-left: 25%;
}

.c-grid.is-mobile > .c-col.is-4 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.33333%;
}

.c-grid.is-mobile > .c-col.is-offset-4 {
  margin-left: 33.33333%;
}

.c-grid.is-mobile > .c-col.is-5 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 41.66667%;
}

.c-grid.is-mobile > .c-col.is-offset-5 {
  margin-left: 41.66667%;
}

.c-grid.is-mobile > .c-col.is-6 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
}

.c-grid.is-mobile > .c-col.is-offset-6 {
  margin-left: 50%;
}

.c-grid.is-mobile > .c-col.is-7 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 58.33333%;
}

.c-grid.is-mobile > .c-col.is-offset-7 {
  margin-left: 58.33333%;
}

.c-grid.is-mobile > .c-col.is-8 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 66.66667%;
}

.c-grid.is-mobile > .c-col.is-offset-8 {
  margin-left: 66.66667%;
}

.c-grid.is-mobile > .c-col.is-9 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 75%;
}

.c-grid.is-mobile > .c-col.is-offset-9 {
  margin-left: 75%;
}

.c-grid.is-mobile > .c-col.is-10 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 83.33333%;
}

.c-grid.is-mobile > .c-col.is-offset-10 {
  margin-left: 83.33333%;
}

.c-grid.is-mobile > .c-col.is-11 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 91.66667%;
}

.c-grid.is-mobile > .c-col.is-offset-11 {
  margin-left: 91.66667%;
}

.c-grid.is-mobile > .c-col.is-12 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}

.c-grid.is-mobile > .c-col.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .c-col.is-narrow-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .c-col.is-full-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .c-col.is-three-quarters-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .c-col.is-two-thirds-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .c-col.is-half-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .c-col.is-one-third-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .c-col.is-one-quarter-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .c-col.is-one-fifth-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .c-col.is-two-fifths-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .c-col.is-three-fifths-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .c-col.is-four-fifths-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%;
  }

  .c-col.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  .c-col.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  .c-col.is-offset-half-mobile {
    margin-left: 50%;
  }

  .c-col.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  .c-col.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  .c-col.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }

  .c-col.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }

  .c-col.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }

  .c-col.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }

  .c-col.is-1-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%;
  }

  .c-col.is-offset-1-mobile {
    margin-left: 8.33333%;
  }

  .c-col.is-2-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%;
  }

  .c-col.is-offset-2-mobile {
    margin-left: 16.66667%;
  }

  .c-col.is-3-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .c-col.is-offset-3-mobile {
    margin-left: 25%;
  }

  .c-col.is-4-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%;
  }

  .c-col.is-offset-4-mobile {
    margin-left: 33.33333%;
  }

  .c-col.is-5-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%;
  }

  .c-col.is-offset-5-mobile {
    margin-left: 41.66667%;
  }

  .c-col.is-6-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .c-col.is-offset-6-mobile {
    margin-left: 50%;
  }

  .c-col.is-7-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%;
  }

  .c-col.is-offset-7-mobile {
    margin-left: 58.33333%;
  }

  .c-col.is-8-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%;
  }

  .c-col.is-offset-8-mobile {
    margin-left: 66.66667%;
  }

  .c-col.is-9-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .c-col.is-offset-9-mobile {
    margin-left: 75%;
  }

  .c-col.is-10-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%;
  }

  .c-col.is-offset-10-mobile {
    margin-left: 83.33333%;
  }

  .c-col.is-11-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%;
  }

  .c-col.is-offset-11-mobile {
    margin-left: 91.66667%;
  }

  .c-col.is-12-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .c-col.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .c-col.is-narrow, .c-col.is-narrow-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .c-col.is-full, .c-col.is-full-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .c-col.is-three-quarters, .c-col.is-three-quarters-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .c-col.is-two-thirds, .c-col.is-two-thirds-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .c-col.is-half, .c-col.is-half-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .c-col.is-one-third, .c-col.is-one-third-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .c-col.is-one-quarter, .c-col.is-one-quarter-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .c-col.is-one-fifth, .c-col.is-one-fifth-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .c-col.is-two-fifths, .c-col.is-two-fifths-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .c-col.is-three-fifths, .c-col.is-three-fifths-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .c-col.is-four-fifths, .c-col.is-four-fifths-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%;
  }

  .c-col.is-offset-three-quarters, .c-col.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .c-col.is-offset-two-thirds, .c-col.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .c-col.is-offset-half, .c-col.is-offset-half-tablet {
    margin-left: 50%;
  }

  .c-col.is-offset-one-third, .c-col.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .c-col.is-offset-one-quarter, .c-col.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .c-col.is-offset-one-fifth, .c-col.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }

  .c-col.is-offset-two-fifths, .c-col.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }

  .c-col.is-offset-three-fifths, .c-col.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }

  .c-col.is-offset-four-fifths, .c-col.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }

  .c-col.is-1, .c-col.is-1-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%;
  }

  .c-col.is-offset-1, .c-col.is-offset-1-tablet {
    margin-left: 8.33333%;
  }

  .c-col.is-2, .c-col.is-2-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%;
  }

  .c-col.is-offset-2, .c-col.is-offset-2-tablet {
    margin-left: 16.66667%;
  }

  .c-col.is-3, .c-col.is-3-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .c-col.is-offset-3, .c-col.is-offset-3-tablet {
    margin-left: 25%;
  }

  .c-col.is-4, .c-col.is-4-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%;
  }

  .c-col.is-offset-4, .c-col.is-offset-4-tablet {
    margin-left: 33.33333%;
  }

  .c-col.is-5, .c-col.is-5-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%;
  }

  .c-col.is-offset-5, .c-col.is-offset-5-tablet {
    margin-left: 41.66667%;
  }

  .c-col.is-6, .c-col.is-6-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .c-col.is-offset-6, .c-col.is-offset-6-tablet {
    margin-left: 50%;
  }

  .c-col.is-7, .c-col.is-7-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%;
  }

  .c-col.is-offset-7, .c-col.is-offset-7-tablet {
    margin-left: 58.33333%;
  }

  .c-col.is-8, .c-col.is-8-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%;
  }

  .c-col.is-offset-8, .c-col.is-offset-8-tablet {
    margin-left: 66.66667%;
  }

  .c-col.is-9, .c-col.is-9-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .c-col.is-offset-9, .c-col.is-offset-9-tablet {
    margin-left: 75%;
  }

  .c-col.is-10, .c-col.is-10-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%;
  }

  .c-col.is-offset-10, .c-col.is-offset-10-tablet {
    margin-left: 83.33333%;
  }

  .c-col.is-11, .c-col.is-11-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%;
  }

  .c-col.is-offset-11, .c-col.is-offset-11-tablet {
    margin-left: 91.66667%;
  }

  .c-col.is-12, .c-col.is-12-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .c-col.is-offset-12, .c-col.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1087px) {
  .c-col.is-narrow-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .c-col.is-full-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .c-col.is-three-quarters-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .c-col.is-two-thirds-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .c-col.is-half-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .c-col.is-one-third-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .c-col.is-one-quarter-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .c-col.is-one-fifth-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .c-col.is-two-fifths-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .c-col.is-three-fifths-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .c-col.is-four-fifths-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%;
  }

  .c-col.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  .c-col.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  .c-col.is-offset-half-touch {
    margin-left: 50%;
  }

  .c-col.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  .c-col.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  .c-col.is-offset-one-fifth-touch {
    margin-left: 20%;
  }

  .c-col.is-offset-two-fifths-touch {
    margin-left: 40%;
  }

  .c-col.is-offset-three-fifths-touch {
    margin-left: 60%;
  }

  .c-col.is-offset-four-fifths-touch {
    margin-left: 80%;
  }

  .c-col.is-1-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%;
  }

  .c-col.is-offset-1-touch {
    margin-left: 8.33333%;
  }

  .c-col.is-2-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%;
  }

  .c-col.is-offset-2-touch {
    margin-left: 16.66667%;
  }

  .c-col.is-3-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .c-col.is-offset-3-touch {
    margin-left: 25%;
  }

  .c-col.is-4-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%;
  }

  .c-col.is-offset-4-touch {
    margin-left: 33.33333%;
  }

  .c-col.is-5-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%;
  }

  .c-col.is-offset-5-touch {
    margin-left: 41.66667%;
  }

  .c-col.is-6-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .c-col.is-offset-6-touch {
    margin-left: 50%;
  }

  .c-col.is-7-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%;
  }

  .c-col.is-offset-7-touch {
    margin-left: 58.33333%;
  }

  .c-col.is-8-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%;
  }

  .c-col.is-offset-8-touch {
    margin-left: 66.66667%;
  }

  .c-col.is-9-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .c-col.is-offset-9-touch {
    margin-left: 75%;
  }

  .c-col.is-10-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%;
  }

  .c-col.is-offset-10-touch {
    margin-left: 83.33333%;
  }

  .c-col.is-11-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%;
  }

  .c-col.is-offset-11-touch {
    margin-left: 91.66667%;
  }

  .c-col.is-12-touch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .c-col.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1088px) {
  .c-col.is-narrow-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .c-col.is-full-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .c-col.is-three-quarters-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .c-col.is-two-thirds-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .c-col.is-half-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .c-col.is-one-third-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .c-col.is-one-quarter-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .c-col.is-one-fifth-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .c-col.is-two-fifths-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .c-col.is-three-fifths-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .c-col.is-four-fifths-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%;
  }

  .c-col.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .c-col.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .c-col.is-offset-half-desktop {
    margin-left: 50%;
  }

  .c-col.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .c-col.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .c-col.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }

  .c-col.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }

  .c-col.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }

  .c-col.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }

  .c-col.is-1-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%;
  }

  .c-col.is-offset-1-desktop {
    margin-left: 8.33333%;
  }

  .c-col.is-2-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%;
  }

  .c-col.is-offset-2-desktop {
    margin-left: 16.66667%;
  }

  .c-col.is-3-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .c-col.is-offset-3-desktop {
    margin-left: 25%;
  }

  .c-col.is-4-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%;
  }

  .c-col.is-offset-4-desktop {
    margin-left: 33.33333%;
  }

  .c-col.is-5-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%;
  }

  .c-col.is-offset-5-desktop {
    margin-left: 41.66667%;
  }

  .c-col.is-6-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .c-col.is-offset-6-desktop {
    margin-left: 50%;
  }

  .c-col.is-7-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%;
  }

  .c-col.is-offset-7-desktop {
    margin-left: 58.33333%;
  }

  .c-col.is-8-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%;
  }

  .c-col.is-offset-8-desktop {
    margin-left: 66.66667%;
  }

  .c-col.is-9-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .c-col.is-offset-9-desktop {
    margin-left: 75%;
  }

  .c-col.is-10-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%;
  }

  .c-col.is-offset-10-desktop {
    margin-left: 83.33333%;
  }

  .c-col.is-11-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%;
  }

  .c-col.is-offset-11-desktop {
    margin-left: 91.66667%;
  }

  .c-col.is-12-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .c-col.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .c-col.is-narrow-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .c-col.is-full-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .c-col.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .c-col.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .c-col.is-half-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .c-col.is-one-third-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .c-col.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .c-col.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .c-col.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .c-col.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .c-col.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%;
  }

  .c-col.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  .c-col.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  .c-col.is-offset-half-widescreen {
    margin-left: 50%;
  }

  .c-col.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  .c-col.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  .c-col.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }

  .c-col.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }

  .c-col.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }

  .c-col.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }

  .c-col.is-1-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%;
  }

  .c-col.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }

  .c-col.is-2-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%;
  }

  .c-col.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }

  .c-col.is-3-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .c-col.is-offset-3-widescreen {
    margin-left: 25%;
  }

  .c-col.is-4-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%;
  }

  .c-col.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }

  .c-col.is-5-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%;
  }

  .c-col.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }

  .c-col.is-6-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .c-col.is-offset-6-widescreen {
    margin-left: 50%;
  }

  .c-col.is-7-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%;
  }

  .c-col.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }

  .c-col.is-8-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%;
  }

  .c-col.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }

  .c-col.is-9-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .c-col.is-offset-9-widescreen {
    margin-left: 75%;
  }

  .c-col.is-10-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%;
  }

  .c-col.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }

  .c-col.is-11-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%;
  }

  .c-col.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }

  .c-col.is-12-widescreen {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .c-col.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1472px) {
  .c-col.is-narrow-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .c-col.is-full-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .c-col.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .c-col.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .c-col.is-half-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .c-col.is-one-third-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .c-col.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .c-col.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .c-col.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .c-col.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .c-col.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%;
  }

  .c-col.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }

  .c-col.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }

  .c-col.is-offset-half-fullhd {
    margin-left: 50%;
  }

  .c-col.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }

  .c-col.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }

  .c-col.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }

  .c-col.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }

  .c-col.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }

  .c-col.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }

  .c-col.is-1-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%;
  }

  .c-col.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }

  .c-col.is-2-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%;
  }

  .c-col.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }

  .c-col.is-3-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .c-col.is-offset-3-fullhd {
    margin-left: 25%;
  }

  .c-col.is-4-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%;
  }

  .c-col.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }

  .c-col.is-5-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%;
  }

  .c-col.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }

  .c-col.is-6-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .c-col.is-offset-6-fullhd {
    margin-left: 50%;
  }

  .c-col.is-7-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%;
  }

  .c-col.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }

  .c-col.is-8-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%;
  }

  .c-col.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }

  .c-col.is-9-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .c-col.is-offset-9-fullhd {
    margin-left: 75%;
  }

  .c-col.is-10-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%;
  }

  .c-col.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }

  .c-col.is-11-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%;
  }

  .c-col.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }

  .c-col.is-12-fullhd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .c-col.is-offset-12-fullhd {
    margin-left: 100%;
  }
}
.c-grid {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.c-grid:last-child {
  margin-bottom: -0.75rem;
}

.c-grid:not(:last-child) {
  margin-bottom: 0.75rem;
}

.c-grid.is-centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-grid.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.c-grid.is-gapless > .c-col {
  margin: 0;
  padding: 0 !important;
}

.c-grid.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.c-grid.is-gapless:last-child {
  margin-bottom: 0;
}

.c-grid.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-grid.is-multiline {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-grid.is-vcentered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px), print {
  .c-grid:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1088px) {
  .c-grid.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-grid.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.c-grid.is-variable .c-col {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.c-grid.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  .c-grid.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-grid.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .c-grid.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1087px) {
  .c-grid.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1088px) {
  .c-grid.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .c-grid.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-grid.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .c-grid.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1472px) {
  .c-grid.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.c-grid.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  .c-grid.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-grid.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .c-grid.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1087px) {
  .c-grid.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1088px) {
  .c-grid.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .c-grid.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-grid.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .c-grid.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1472px) {
  .c-grid.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.c-grid.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .c-grid.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-grid.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .c-grid.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1087px) {
  .c-grid.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1088px) {
  .c-grid.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .c-grid.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-grid.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .c-grid.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1472px) {
  .c-grid.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.c-grid.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  .c-grid.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-grid.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .c-grid.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1087px) {
  .c-grid.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1088px) {
  .c-grid.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .c-grid.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-grid.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .c-grid.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1472px) {
  .c-grid.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.c-grid.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .c-grid.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-grid.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .c-grid.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1087px) {
  .c-grid.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1088px) {
  .c-grid.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .c-grid.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-grid.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .c-grid.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1472px) {
  .c-grid.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.c-grid.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .c-grid.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-grid.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .c-grid.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1087px) {
  .c-grid.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1088px) {
  .c-grid.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .c-grid.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-grid.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .c-grid.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1472px) {
  .c-grid.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.c-grid.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .c-grid.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-grid.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .c-grid.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1087px) {
  .c-grid.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1088px) {
  .c-grid.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .c-grid.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-grid.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .c-grid.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1472px) {
  .c-grid.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.c-grid.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .c-grid.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-grid.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .c-grid.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1087px) {
  .c-grid.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1088px) {
  .c-grid.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .c-grid.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-grid.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .c-grid.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1472px) {
  .c-grid.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.c-grid.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .c-grid.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .c-grid.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .c-grid.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1087px) {
  .c-grid.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1088px) {
  .c-grid.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .c-grid.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-grid.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .c-grid.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1472px) {
  .c-grid.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}
.c-meta-date {
  font-size: 1.4rem;
}

.c-meta-date-updeted {
  margin-right: 1em;
}

.c-content-metadata,
.c-meta-categories,
.c-meta-tags {
  font-size: 1.4rem;
}

.c-author-common {
  font-size: 1.4rem;
}

.c-meta-categories a,
.c-meta-tags a {
  color: #fff;
}

.c-meta-categories a:hover,
.c-meta-tags a:hover {
  color: #fff;
}

.c-post-thumbnail {
  position: relative;
}

.c-post-thumbnail._index {
  max-height: 250px;
  overflow: hidden;
}

.c-author {
  position: absolute;
  bottom: 5px;
  left: 5px;
  text-align: center;
}

.c-author-thumbnail {
  width: 70px;
  overflow: hidden;
  background: #fff;
  padding: 0px;
  border-radius: 50px;
  -webkit-box-shadow: 10px 0px 10px #0000004d;
  box-shadow: 10px 0px 10px #0000004d;
}

.c-author-thumbnail a {
  -webkit-transition: 0.13s ease-in-out;
  transition: 0.13s ease-in-out;
}

.c-author-thumbnail a:hover {
  opacity: 0.75;
}

.c-author-name {
  font-size: 1.4rem;
  background: #fff;
  padding-right: 10px;
}

.box01 {
  color: #fff;
  background: #0361ca;
  padding: 0px;
  width: 100px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  font-size: 1.2rem;
}

.c-post-item_wrap {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}

.c-post-item {
  width: 100%;
  max-width: 800px;
}

.c-post-body {
  border-bottom: 1px solid #DEDFE9;
  width: 100%;
  padding-bottom: 10px;
}

.c-post-title {
  font-size: 1.6rem;
}
.c-post-title a {
  font-weight: 900;
}

.c-post-desc {
  font-size: 1.4rem;
  word-break: break-all;
}

@media (min-width: 480px) {
  .c-post-item_wrap_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-post-item_wrap_footer .c-post-item {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .c-post-item_wrap_footer .c-post-item {
    width: 32%;
  }
}
.c-post-title_common {
  font-size: 1.6rem;
}

.c-post-desc_common {
  font-size: 1.4rem;
}

@media (min-width: 480px) {
  .c-post-item_wrap_common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-post-item_common {
    width: 32.2580645161%;
  }
}
/**
 * WordPress プラグイン MW WP Form 利用時に使用
 * @desc 各class共に個別で実装可能
 */
/**
 * formタグの直前 or 直後のwrapperの役目を果たしている要素に追加
 * @desc 確認画面にスタイルを当てるために使用
 */
.c-mv-mp-form {
  max-width: 640px;
  margin: 0 auto;
}

/**
 * buttonの共通スタイル
 * @desc buttonタグに付与してスタイル適用。
 */
.c-mw-wp-form_button {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  line-height: 1;
  padding: 12px 20px;
  border-radius: 22px;
}
.c-mw-wp-form_button span {
  margin-left: 0.25em;
}

.c-mw-wp-form_button:nth-child(n+2) {
  margin-left: 1em;
}

@media (min-width: 768px) {
  .c-mw-wp-form_button {
    padding: 16px 24px;
    border-radius: 26px;
    font-size: 1.8rem;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
  }
}
/**
 * button confirm 確認ボタン
 * @desc buttonタグに付与してスタイル適用。
 */
.c-mw-wp-form_button_confirm {
  color: #0d8b43;
  border-color: #0d8b43;
}

.c-mw-wp-form_button_confirm:hover {
  color: #fff;
  background-color: #0d8b43;
}

/**
 * button correct 訂正ボタン
 * @desc buttonタグに付与してスタイル適用。
 */
.c-mw-wp-form_button_correct {
  color: #707070;
  border-color: #707070;
}

.c-mw-wp-form_button_correct:hover {
  color: #fff;
  background-color: #707070;
}

/**
 * complete confirm 送信ボタン
 * @desc buttonタグに付与してスタイル適用。
 */
.c-mw-wp-form_button_complete {
  color: #0d8b43;
  border-color: #0d8b43;
}

.c-mw-wp-form_button_complete:hover {
  color: #fff;
  background-color: #0d8b43;
}

.p-apply_confirm-view {
  display: none;
}

.mw_wp_form_confirm .p-apply_confirm-hidden {
  display: none;
}
.mw_wp_form_confirm .p-apply_confirm-view {
  display: block;
}

/**
 * label ラベル
 * @
 */
.mwform-checkbox-field label {
  display: block;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}

/*! Emma.css 0.7.0 | emmet-like utility classes | MIT License | git.io/emma */
/**
 * Emma.css 0.7.0 を元に削減&追加
 * 2017/02/23 flex回りのプロパティ追加
 */
.u-pos-s, .u-p-s {
  position: static !important;
}

.u-pos-a, .u-p-a {
  position: absolute !important;
}

.u-pos-r, .u-p-r {
  position: relative !important;
}

.u-pos-f, .u-p-f {
  position: fixed !important;
}

.u-t-a {
  top: auto !important;
}

.u-t-0 {
  top: 0 !important;
}

.u-r-a {
  right: auto !important;
}

.u-r-0 {
  right: 0 !important;
}

.u-b-a {
  bottom: auto !important;
}

.u-b-0 {
  bottom: 0 !important;
}

.u-l-a {
  left: auto !important;
}

.u-l-0 {
  left: 0 !important;
}

@media (min-width: 576px) {
  .u-pos-a-sm, .u-p-a-sm {
    position: absolute !important;
  }

  .u-pos-r-sm, .u-p-r-sm {
    position: relative !important;
  }

  .u-pos-f-sm, .u-p-f-sm {
    position: fixed !important;
  }

  .u-t-0-sm {
    top: 0 !important;
  }

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

  .u-b-0-sm {
    bottom: 0 !important;
  }

  .u-l-0-sm {
    left: 0 !important;
  }
}
@media (min-width: 768px) {
  .u-pos-a-md, .u-p-a-md {
    position: absolute !important;
  }

  .u-pos-r-md, .u-p-r-md {
    position: relative !important;
  }

  .u-pos-f-md, .u-p-f-md {
    position: fixed !important;
  }
}
@media (min-width: 992px) {
  .u-pos-a-lg, .u-p-a-lg {
    position: absolute !important;
  }

  .u-pos-r-lg, .u-p-r-lg {
    position: relative !important;
  }

  .u-pos-f-lg, .u-p-f-lg {
    position: fixed !important;
  }
}
@media (min-width: 1600px) {
  .u-pos-a-xl, .u-p-a-xl {
    position: absolute !important;
  }

  .u-pos-r-xl, .u-p-r-xl {
    position: relative !important;
  }

  .u-pos-f-xl, .u-p-f-xl {
    position: fixed !important;
  }
}
.u-fl-n, .float-none {
  float: none !important;
}

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

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

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

.u-d-b {
  display: block !important;
}

.u-d-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

.u-d-li {
  display: list-item !important;
}

@media (min-width: 544px) {
  .u-fl-n-sm, .float-none-sm {
    float: none !important;
  }

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

  .u-fl-r-sm, .float-right-sm {
    float: right !important;
  }
}
@media (min-width: 768px) {
  .u-d-f-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .u-d-f-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.u-fd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.u-fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ufd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 544px) {
  .u-fd-rr-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .u-fd-rr-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .u-fd-rr-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.u-fw-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-fw-nw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.u-fw-r {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.u-jc-fs {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.u-jc-fe {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.u-jc-c {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.u-jc-sb {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.u-jc-sa {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.u-ai-fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.u-ai-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.u-ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-ai-s {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.u-ai-fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.u-w-a {
  width: auto !important;
}

.u-bd-n {
  border: none !important;
}

.u-bg-n {
  background: none !important;
}

.u-c-i {
  color: inherit !important;
}

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

.u-ta-c, .t-center, .tcenter {
  text-align: center !important;
}

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

.u-ws-pre, .ws-pre {
  white-space: pre !important;
}

.u-ws-nw, .ws-nw {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .u-jc-fs-md {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-jc-fe-md {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-jc-c-md {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-jc-sb-md {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-jc-sa-md {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-ta-l-md, .t-left-md, .tleft-md {
    text-align: left !important;
  }

  .u-ta-c-md, .t-center-md, .tcenter-md {
    text-align: center !important;
  }

  .u-ta-r-md, .t-right-md, .tright-md {
    text-align: right !important;
  }

  .u-ta-l-md, .t-left-md, .tleft-md {
    text-align: left !important;
  }

  .u-ta-c-md, .t-center-md, .tcenter-md {
    text-align: center !important;
  }

  .u-ta-r-md, .t-right-md, .tright-md {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .u-jc-fs-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .u-jc-fe-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .u-jc-c-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .u-jc-sb-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .u-jc-sa-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .u-ta-l-lg, .t-left-lg, .tleft-lg {
    text-align: left !important;
  }

  .u-ta-c-lg, .t-center-lg, .tcenter-lg {
    text-align: center !important;
  }

  .u-ta-r-lg, .t-right-lg, .tright-lg {
    text-align: right !important;
  }
}
.u-ta-j {
  text-align: justify !important;
}

.u-td-n {
  text-decoration: none !important;
}

.u-td-u, .underline, .under {
  text-decoration: underline !important;
}

.u-tsh-n {
  text-shadow: none !important;
}

.u-lh-nm {
  line-height: normal !important;
}

.u-lh-i {
  line-height: inherit !important;
}

.u-fw-n {
  font-weight: 500 !important;
}

.u-fw-b, .bold, .b {
  font-weight: 700 !important;
}

/**
 * カラー定義 (ひとまずホワイトのみ)
 */
.color-white {
  color: #fff;
}

.bg-white {
  background: #fff;
}

.color-red {
  color: #c00;
}

/**
 * フォントサイズ
 */
.u-fs10 {
  font-size: 10px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs50 {
  font-size: 50% !important;
}

.u-fs60 {
  font-size: 60% !important;
}

.u-fs70 {
  font-size: 70% !important;
}

.u-fs80 {
  font-size: 80% !important;
}

.u-fs90 {
  font-size: 90% !important;
}

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

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

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

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

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

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

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

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

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

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

.u-fs210 {
  font-size: 210% !important;
}

.u-fs220 {
  font-size: 220% !important;
}

.u-fs230 {
  font-size: 230% !important;
}

.u-fs240 {
  font-size: 240% !important;
}

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

/**
 * テキスト装飾
 */
.underline {
  text-decoration: underline;
}

/**
 * 改行・表示設定
 */
@media (min-width: 544px) {
  .u-d-n-sm {
    display: none !important;
  }

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

  .u-d-b-sm {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .u-fs50-md {
    font-size: 50% !important;
  }

  .u-fs60-md {
    font-size: 60% !important;
  }

  .u-fs70-md {
    font-size: 70% !important;
  }

  .u-fs80-md {
    font-size: 80% !important;
  }

  .u-fs90-md {
    font-size: 90% !important;
  }

  .u-fs100-md {
    font-size: 100% !important;
  }

  .u-fs110-md {
    font-size: 110% !important;
  }

  .u-fs120-md {
    font-size: 120% !important;
  }

  .u-fs130-md {
    font-size: 130% !important;
  }

  .u-fs140-md {
    font-size: 140% !important;
  }

  .u-fs150-md {
    font-size: 150% !important;
  }

  .u-fs160-md {
    font-size: 160% !important;
  }

  .u-fs170-md {
    font-size: 170% !important;
  }

  .u-fs180-md {
    font-size: 180% !important;
  }

  .u-fs190-md {
    font-size: 190% !important;
  }

  .u-fs200-md {
    font-size: 200% !important;
  }

  .u-fs210-md {
    font-size: 210% !important;
  }

  .u-fs220-md {
    font-size: 220% !important;
  }

  .u-fs230-md {
    font-size: 230% !important;
  }

  .u-fs240-md {
    font-size: 240% !important;
  }

  .u-fs250-md {
    font-size: 250% !important;
  }

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

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

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

  .u-d-li-md {
    display: list-item !important;
  }

  .u-d-f-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .u-d-n-lg {
    display: none !important;
  }

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

  .u-d-b-lg {
    display: block !important;
  }

  .u-d-f-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .u-d-n-xl {
    display: none !important;
  }

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

  .u-d-b-xl {
    display: block !important;
  }

  .u-d-f-xl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/**
 * 明朝のスタイル
 */
.mincho,
.mincho a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ie11 .mincho,
.ie11 .mincho a {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (min-width: 768px) {
  /* Windows 用 アンチエイリアスっぽいことが出来る */
  .mincho,
.mincho a {
    -webkit-transform: rotate(0.03deg);
    transform: rotate(0.03deg);
    font-weight: 700;
  }
}
.serif {
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.ie11 .serif {
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.sans-serif,
.sans-serif a {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}

.grotesk,
.grotesk a {
  font-family: "Futura", "Century Gothic", Sans-Serif;
}

.u-tel-link {
  color: #6bc9fc;
  pointer-events: none;
}

.u-web-link {
  color: #6bc9fc;
  -webkit-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}

.u-web-link:hover {
  color: #009dff;
}

@media (min-width: 768px) {
  .u-tel-link {
    color: #505050;
  }
}
.u-ma {
  margin: auto !important;
}

.u-m0 {
  margin: 0 !important;
}

.u-m0a {
  margin-left: auto;
  margin-right: auto;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

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

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

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

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

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

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

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

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

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

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

.u-mt-half {
  margin-top: 0.5em !important;
}

.u-mt1em {
  margin-top: 1em !important;
}

.u-mt15em {
  margin-top: 1.5em !important;
}

.u-mt2em {
  margin-top: 2em !important;
}

.u-mt3em {
  margin-top: 3em !important;
}

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

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

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

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

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

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

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

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

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

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

.u-mb1em {
  margin-bottom: 1em !important;
}

.u-mb15em {
  margin-bottom: 1.5em !important;
}

.u-mb2em {
  margin-bottom: 2em !important;
}

.u-mb3em {
  margin-bottom: 3em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mlp3em {
  margin-left: 0.3em !important;
}

.u-ml-half {
  margin-left: 0.5em !important;
}

.u-ml-quarter {
  margin-left: 0.25em !important;
}

@media (min-width: 544px) {
  .u-mt0-sm {
    margin-top: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-ml30-sm {
    margin-left: 30px !important;
  }
}
@media (min-width: 768px) {
  .u-mt0-md {
    margin-top: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

  .u-mt1em-md {
    margin-top: 1em !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-ml50-md {
    margin-left: 50px !important;
  }
}
@media (min-width: 992px) {
  .u-mt0-lg {
    margin-top: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-ml30-lg {
    margin-left: 30px !important;
  }
}
.u-p5 {
  padding: 5px !important;
}

.u-p10 {
  padding: 10px !important;
}

.u-p15 {
  padding: 15px !important;
}

.u-p20 {
  padding: 20px !important;
}

.u-p25 {
  padding: 25px !important;
}

.u-p30 {
  padding: 30px !important;
}

.u-p35 {
  padding: 35px !important;
}

.u-p40 {
  padding: 40px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .u-pt0-sm {
    padding-top: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-pl35-sm {
    padding-left: 35px !important;
  }
}
@media (min-width: 768px) {
  .u-p0-md {
    padding: 0 !important;
  }

  .u-p10-md {
    padding: 10px !important;
  }

  .u-p15-md {
    padding: 15px !important;
  }

  .u-p20-md {
    padding: 20px !important;
  }

  .u-p25-md {
    padding: 25px !important;
  }

  .u-p30-md {
    padding: 30px !important;
  }

  .u-p35-md {
    padding: 35px !important;
  }

  .u-p40-md {
    padding: 40px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-pl35-md {
    padding-left: 35px !important;
  }
}
@media (min-width: 992px) {
  .u-pt0-lg {
    padding-top: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-pl35-lg {
    padding-left: 35px !important;
  }
}
/**
* Others
*/
.c-meta-date span {
  vertical-align: middle;
}

.o-icon-published {
  margin-left: 0.4em;
}

.o-icon-published img {
  width: 1.3rem;
}

.o-icon-updated {
  margin-left: 0.15em;
}

.o-icon-updated img {
  width: 1.8rem;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.o-primary-key-color {
  color: #00A1E9;
}

.o-secondary-key-color {
  color: #FFEC00;
}

.o-tertiary-key-color {
  color: #F2629F;
}

._yellow-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
  background: linear-gradient(transparent 60%, #ffff66 60%);
}